.in .top,
.tit {
    text-align: center
}

.slick-arrow,
.slick-dots button {
    appearance: none;
    cursor: pointer;
    overflow: hidden
}

.submenu .m04 {
    color: #fff
}

.submenu .m04 path {
    fill: #fff
}

.in .top {
    background: url(../img/bg-more-01.png) no-repeat;
    background-size: 100% 100%;
    height: 460px
}

.lactoferrin {
    width: 324px;
    height: 316px;
    border-radius: 100%;
    margin: auto;
    position: relative;
    top: 99px;
    left: -8px
}

.lactoferrin .name {
    font-weight: 700;
    font-size: 60px;
    padding: 115px 0 0;
    color: #e73828;
    letter-spacing: -1px
}

.banner .hl,
.banner .t {
    color: #c83123
}

.lactoferrin .en {
    font-size: 36px
}

.in .btm {
    background: url(../img/bg-more-02.png) no-repeat;
    background-size: 100% 100%;
    height: 503px
}

.tit {
    font-size: 60px;
    padding: 0 0 45px;
    letter-spacing: 7px;
    line-height: 1.2
}

.single-item {
    max-width: 968px;
    margin: auto
}

.banner {
    height: 250px
}

.banner .t {
    font-size: 36px;
    margin: 20px 0;
    text-align: center
}

.banner .desc,
.banner .ps {
    font-size: 26px;
    text-align: center
}

.banner .desc {
    line-height: 1.5;
    max-width: 845px;
    margin: 0 auto
}

.banner .ps {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    font-weight: 700;
    color: #E00;
    width: 100%;
    padding: 5px
}

.banner1 {
    background: url(../img/banner-more-01.png) no-repeat
}

.banner2 {
    background: url(../img/banner-more-02.png) no-repeat
}

.banner3 {
    background: url(../img/banner-more-03.png) no-repeat
}

.slick-arrow {
    border: none;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    background: url(../img/icon-arrow.svg) bottom;
    background-size: 100% 200%;
    width: 40px;
    height: 86px
}

.slick-prev {
    left: -65px
}

.slick-next {
    right: -65px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH
}

@-webkit-keyframes flashing {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes flashing {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.slick-dots {
    text-align: center;
    margin-top: 20px
}

.slick-dots li {
    display: inline-block
}

.slick-dots button {
    border-radius: 100px;
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    line-height: 12px;
    box-sizing: border-box;
    margin: 0 10px;
    background: #f3bdb7;
    border: none
}

.slick-dots .slick-active button {
    background: #fff
}

.links_wrap {
    margin-top: 30px
}

.btn_now {
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .main {
        background: url(../img/bg-more-01-m.png) no-repeat #fae2e4 center top;
        background-size: 103% auto;
    }

    .in .top {
        background: 0 0;
        height: 43vw;
        position: relative;
        margin-bottom: 8vw;
    }

    .in .btm {
        background: 0 0;
        height: auto
    }

    .lactoferrin {
        width: 51vw;
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        height: fit-content;
    }

    .lactoferrin .name {
        font-size: 10vw;
        padding: 0;
    }

    .lactoferrin .en {
        font-size: 6vw
    }

    .tit {
        font-size: 10vw;
        letter-spacing: 0;
        padding: 0
    }

    .banner {
        background: -moz-linear-gradient(top, rgba(244, 188, 183, 0) 0, rgba(244, 188, 183, 0) 50%, rgba(244, 188, 183, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(244, 188, 183, 0) 0, rgba(244, 188, 183, 0) 50%, rgba(244, 188, 183, 1) 100%);
        background: linear-gradient(to bottom, rgba(244, 188, 183, 0) 0, rgba(244, 188, 183, 0) 50%, rgba(244, 188, 183, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4bcb7', endColorstr='#f4bcb7', GradientType=0);
        height: auto
    }

    .banner .t {
        font-size: 9vw
    }

    .banner .desc {
        text-align: left;
        font-size: 20px;
        padding: 0 20px 20px
    }

    .banner .ps {
        position: static;
        text-align: left;
        font-size: 22px;
        line-height: 1.5
    }

    .slick-arrow {
        width: 18px;
        height: 40px
    }

    .slick-prev {
        left: -10px
    }

    .slick-next {
        right: -10px
    }

    .btn_now {
        margin: 0 0 10px
    }

    .links {
        margin-right: 0
    }
}

@media screen and (max-width: 410px) {
    .lactoferrin {
        height: auto;
        top: 22%;
        transform: translateX(-50%);
        position: absolute;
    }
}