* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.vw {
    margin: 0 auto;
    position: relative;
}
.neckCream_container img {
    opacity: 0;
    transition: all 1s ease;
}
.animate {
    opacity: 1 !important;
}
.backTop {
    display: none;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}
.backTop img {
    width: 100%;
}
.neckCream_container {
    overflow: hidden;
    text-align: center;
    font-family: 'Zen Old Mincho';
}
.neckCream_container .banner {
    background: url('../images/neckCream/neck_banner-1.png') no-repeat;
    background-size: 100%;
    background-position-y: 80%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.neckCream_container .banner .col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.neckCream_container .banner .col:last-child img {
    width: 100%;
}
.neckCream_container h1 {
    color: #D80B21;
}
.goods_module1 {
    text-align: left;
}
.goods_module1 .goods_module1_container {
    background: #E6F7FF;
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}
.goods_module1_right_btn1 {
    color: #fff;
    background: #D80B21;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.goods_module1_right_btn1 span {
    display: inline-block;
}
.goods_module1_right_btn1 span:last-child {
    border: 1px solid #fff;
}
.goods_module1_container h3 {
    color: #1A1311;
    font-weight: normal;
}
.goods_module1_container h4 {
    color: #D80B21;
    margin: 0;
}
.goods_module1_right_btn2 {
    border: 1px solid #000;
    text-align: center;
    display: flex;
}
.goods_module1_right_btn2 div:first-child {
    color: #fff;
    background: #000;
    width: 50%;
}
.goods_module1_right_btn2 div:last-child {
    width: 50%;
    color: #000;
    background: transparent;
}
.goods_module2_container .goods_module2_header_img {
    text-align: center;
}
.goods_module2_container .goods_module2_text {
    text-align: left;
}
.goods_module2_container .goods_module2_text h3 {
    color: #D80B21;
    position: relative;
    z-index: 999;
}
.goods_module2 .hr_container {
    color: #fff;
    background: #D80B21;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods_module2 .hr_container .hr_container_l,
.goods_module3 .hr_container .hr_container_l {
    border: 1px solid #fff;
    text-align: center;
    display: flex;
}
.goods_module2 .hr_container .hr_container_l div:first-child,
.goods_module3 .hr_container .hr_container_l div:first-child {
    color: #000;
    background: #fff;
    width: 50%;
}
.goods_module2 .hr_container .hr_container_l div:last-child,
.goods_module3 .hr_container .hr_container_l div:last-child {
    width: 50%;
    color: #fff;
}
.goods_module2_img1,
.goods_module2_img2,
.goods_module3_img img:last-child {
    position: absolute;
    z-index: 99;
}
.goods_module3_container .goods_module3_title h3,
.goods_module3_container .goods_module3_title h4 {
    color: #D80B21;
}
.goods_module3_container .goods_module3_title .goods_module3_title_text {
    color: #fff;
    background: #000;
    border-radius: 30px;
    width: fit-content;
    margin: auto;
}
.goods_module3_img {
    position: relative;
}
.goods_module3 .hr_container {
    background: #D80B21;
    color: #fff;
    text-align: left;
}
.goods_module4 {
    background: #E6F7FF;
}
.goods_module4 .goods_module4_container {
    text-align: left;
}
.goods_module4 .goods_module4_container .goods_module4_row {
    position: relative;
}
.goods_module4 .goods_module4_container .goods_module4_step {
    position: relative;
    background: url('../images/neckCream/neck_cream_3.svg') no-repeat;
    background-size: 100% auto;
}
.goods_module4 .goods_module4_container .goods_module4_col_l h4,
.goods_module4 .goods_module4_container .goods_module4_step div h5 {
    color: #D80B21;
}
.goods_module4 .goods_module4_container .goods_module4_col_r,
.goods_module4 .goods_module4_container .goods_module4_step img {
    position: absolute;
    z-index: 99;
}
.goods_module5_container .goods_module5_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_module1_left {
    position: relative;
}
.goods_module1_right {
    position: relative;
    z-index: 99;
}
@media (min-width: 1920px) {
    body {
        width: 1920px;
        margin: 0 auto;
    }
}
@media (min-width: 1601px) {
    .neckCream_container .banner {
        height: 830px !important;
    }
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .neckCream_container .banner {
        height: 730px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .neckCream_container .banner {
        height: 660px !important;
        background-size: 100% 100%;
        background-position: bottom;
    }
}
@media (min-width: 1025px) {
    .sp, #header_sp, #footer_sp {
        display: none;
    }
    .vw {
        width: 1024px;
    }
    .backTop {
        width: 75px;
        height: 75px;
        right: 50px;
        bottom: 50px;
    }
    .neckCream_container .banner {
        height: 800px;
    }
    .neckCream_container .banner .col:nth-child(2) img {
        width: 80%;
    }
    .neckCream_container h1 {
        font-size: 64px;
        margin-top: 80px;
    }
    .goods_module1_right_btn1 {
        width: 342px;
        height: 65px;
        margin-top: 30px;
    }
    .goods_module1_right_btn1 span:first-child {
        font-size: 34px;
    }
    .goods_module1_right_btn1 span:last-child {
        font-size: 16px;
        padding: 4px 15px;
    }
    .goods_module1_container h3 {
        font-size: 52px;
        margin: 45px 0 35px;
    }
    .goods_module1_container h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .goods_module1_right_btn2,
    .goods_module2 .hr_container .hr_container_l,
    .goods_module3 .hr_container .hr_container_l {
        width: 264px;
        height: 45px;
    }
    .goods_module1_right_btn2 div:first-child,
    .goods_module2 .hr_container .hr_container_l div:first-child,
    .goods_module3 .hr_container .hr_container_l div:first-child {
        font-size: 18px;
        line-height: 45px;
    }
    .goods_module1_right_btn2 div:last-child,
    .goods_module2 .hr_container .hr_container_l div:last-child,
    .goods_module3 .hr_container .hr_container_l div:last-child {
        font-size: 24px;
        line-height: 45px;
    }
    .goods_module2_container {
        padding: 80px 30px 0;
    }
    .goods_module2_container .goods_module2_header_img img {
        width: 650px;
    }
    .goods_module2_container .goods_module2_text {
        padding-bottom: 260px;
    }
    .goods_module2_container .goods_module2_text h3 {
        font-size: 44px;
    }
    .goods_module2_container .goods_module2_text .row {
        margin-bottom: 15px;
    }
    .goods_module2_container .goods_module2_text img {
        width: 26px;
    }
    .goods_module2_container .goods_module2_text span {
        font-size: 28px;
    }
    .goods_module2_container .goods_module2_img1 {
        bottom: 0;
        right: 0;
    }
    .goods_module2_container .goods_module2_img1 img {
        width: 550px;
        margin-bottom: -5px;
    }
    .goods_module2_container .goods_module2_img2 {
        bottom: -90px;
        left: -80px;
    }
    .goods_module2_container .goods_module2_img2 img {
        width: 600px;
    }
    .goods_module2 .hr_container,
    .goods_module3 .hr_container {
        padding: 26px 0;
    }
    .goods_module2 .hr_container span,
    .goods_module3 .hr_container span {
        font-size: 30px;
        margin-left: 30px;
    }
    .goods_module3_container {
        padding: 50px 0;
    }
    .goods_module3_container .goods_module3_title h3 {
        font-size: 48px;
    }
    .goods_module3_container .goods_module3_title h4 {
        font-size: 34px;
    }
    .goods_module3_container .goods_module3_title .goods_module3_title_text {
        font-size: 32px;
        padding: 8px 60px;
    }
    .goods_module3_img img:nth-child(2) {
        margin: 50px 0;
    }
    .goods_module3_img img:nth-child(3) {
        width: 1000px;
    }
    .goods_module3_img img:last-child {
        bottom: -150px;
        right: -60px;
    }
    .goods_module3 .hr_container .hr_container_l {
        margin-left: 10px;
    }
    .goods_module4 .goods_module4_container {
        padding: 65px 80px 120px;
    }
    .goods_module4 .goods_module4_container .goods_module4_col_l h4 {
        font-size: 38px;
    }
    .goods_module4 .goods_module4_container .goods_module4_col_r {
        top: -30px;
        right: -90px;
    }
    .goods_module4 .goods_module4_container .goods_module4_col_r img {
        width: 376px;
    }
    .goods_module4 .goods_module4_container .goods_module4_step div {
        padding: 15px 0 0 160px;
        height: 197px;
        margin-bottom: 20px;
    }
    .goods_module4 .goods_module4_container .goods_module4_step div h5 {
        font-size: 34px;
        margin: 8px 0;
    }
    .goods_module4 .goods_module4_container .goods_module4_step div span {
        font-size: 28px;
    }
    .goods_module4 .goods_module4_container .goods_module4_step img {
        bottom: 25px;
        right: -150px;
        width: 280px;
    }
    .goods_module5_container {
        width: 1000px;
        margin: 0 auto;
        border: 4px solid #D80B21;
        border-radius: 40px;
        margin-top: 70px;
        margin-bottom: 70px;
        padding: 65px;
    }
    .goods_module5_container .goods_module5_title span {
        font-size: 38px;
    }
    .goods_module5_container .goods_module5_title strong {
        font-size: 46px;
    }
    .goods_module5_container .goods_module5_row {
        margin-top: 15px;
        font-size: 26px;
    }
    .goods_module5_container .goods_module5_row span {
        margin: 10px;
    }
    .goods_module6_container {
        background: url('../images/index/banner.png') no-repeat;
        background-position-y: 77%;
        background-position-x: center;
        display: flex;
        justify-content: center;
    }
    .goods_module6 a {
        width: 22%;
        margin: 80px 30px;
    }
    .goods_module6_container img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .pc, #header_pc, #footer_pc {
        display: none;
    }
    .backTop {
        width: 70px;
        height: 70px;
        right: 30px;
        bottom: 30px;
    }
    .neckCream_container .banner {
        background: url('../images/neckCream/sp_banner2.jpg') no-repeat;
        background-position: top;
        display: grid !important;
        padding: 580px 0 5vh;
    }
    .neckCream_container .banner h1 {
        color: #fff;
        font-size: 44px;
    }
    .neckCream_container .banner .row {
        margin-bottom: 20px;
    }
    .goods_module1_container {
        display: grid !important;
        text-align: center;
    }
    .goods_module1_container h1 {
        text-align: center;
    }
    .goods_module1_container img {
        margin: auto;
    }
    .goods_module1_container h3 {
        font-size: 42px;
        margin: 20px 0;
    }
    .goods_module1_container h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .goods_module1_container .goods_module1_right_btn2 {
        width: 245px;
        height: 45px;
        margin: 0 auto;
    }
    .goods_module1_container .goods_module1_right_btn2 div {
        line-height: 45px;
        font-size: 18px;
    }
    .goods_module2_header_img img:first-child {
        margin: 45px 0;
    }
    .goods_module2_container .goods_module2_text {
        width: 390px;
        margin: 0 auto;
    }
    .goods_module2_container .goods_module2_text h3 {
        font-size: 42px;
    }
    .goods_module2_container .goods_module2_text .row {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .goods_module2_container .goods_module2_header_img {
        display: grid;
    }
    .goods_module2_container .goods_module2_header_img img {
        place-self: center;
    }
    .goods_module2_container .goods_module2_img img {
        margin-bottom: -8px;
    }
    .goods_module2 .hr_container {
        display: grid;
        font-size: 42px;
        padding: 30px 0;
    }
    .goods_module2 .hr_container div {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .goods_module3_container h3 {
        font-size: 34px;
        padding: 0 5px;
    }
    .goods_module3_container h4 {
        font-size: 32px;
    }
    .goods_module3_container .goods_module3_title_text {
        font-size: 34px;
        padding: 8px 45px;
    }
    .goods_module3_img {
        display: grid;
        place-items: center;
    }
    .goods_module3_img img {
        margin-top: 30px;
    }
    .goods_module3_img img:last-child {
        position: relative;
    }
    .goods_module3 .hr_container {
        font-size: 30px;
        text-align: center;
        padding: 100px 0 30px;
        margin-top: -113px;
    }
    .goods_module4 .goods_module4_container .goods_module4_row {
        display: grid;
        place-items: center;
    }
    .goods_module4 .goods_module4_container .goods_module4_row img:nth-child(2) {
        margin: 30px 0;
    }
    .goods_module4 .goods_module4_container .goods_module4_row h4 {
        font-size: 28px;
        color: #D80B21;
    }
    .goods_module4_container {
        padding: 50px 10px;
    }
    .goods_module4 .goods_module4_container .goods_module4_step {
        background: none;
        text-align: center;
    }
    .goods_module4_container .goods_module4_step div {
        width: 406px;
        height: 440px;
        margin: 0 auto 45px;
        background: url('../images/neckCream/sp_neck-10.svg') no-repeat;
        background-position: center;
        font-size: 28px;
        text-align: center;
        padding: 0 20px;
    }
    .goods_module4_container .goods_module4_step div:first-child {
        margin-bottom: 100px;
    }
    .goods_module4_container .goods_module4_step img {
        position: relative !important;
        padding-top: 18px;
    }
    .goods_module4_container .goods_module4_step div h5 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .goods_module4_container .goods_module4_step div span {
        display: inline-block;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .neckCream_container .banner {
        background: url('../images/neckCream/sp_banner3.jpg') no-repeat;
        background-position-y: -30px;
        background-position-x: center;
        padding-top: 550px;
        background-color: #c41a18;
    }
}
@media (max-width: 514px) {
    .neckCream_container .banner {
        background: url('../images/neckCream/sp-neck-bg.png') no-repeat;
        background-size: 109%;
        background-position: center;
        padding-top: 450px;
    }
    .neckCream_container .banner .row {
        max-width: 375px;
    }
    .neckCream_container .banner .row:last-child img {
        width: 100%;
    }
    .goods_module2_container .goods_module2_header_img img:nth-child(-n + 2) {
        width: 370px;
    }
    .goods_module2_text {
        width: 370px !important;
    }
    .goods_module3_img img {
        width: 100%;
    }
    .goods_module3_img img:nth-child(2),
    .goods_module3_img img:nth-child(3) {
        padding: 0 15px;
    }
    .goods_module3 .hr_container {
        font-size: 25px;
    }
    .goods_module4 .goods_module4_container .goods_module4_row h4 {
        font-size: 26px;
    }
    .goods_module4_container .goods_module4_step div {
        width: 370px;
        font-size: 25px;
    }
    .goods_module4_container .goods_module4_step div h5 {
        font-size: 27px;
    }
}