body {
    margin: 0;
    font-family: "Zen Old Mincho";
    max-width: 1920px;
}

.navbar {
    background-color: white;
    padding: 10px 20px;
}

.home_container img {
    opacity: 0;
    transition: all 1s ease;
}

.animate {
    opacity: 1 !important;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    font-family: 'Open Sans';
}

.logo {
    margin-right: 20px;
}

.logo-image {
    width: 170px;
    height: auto;
    margin-left: 30%
}

.menu-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu li {
    margin-left: 20px;
    list-style: none;
}

.menu li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.menu li a:hover {
    text-decoration: underline;
}

.menu-item-image {
    margin-left: 20px;
}

.menu-image {
    margin-bottom: -5px;
}

.menu-item-tel {
    display: flex;
    align-items: center;
}
.menu-item-tel a {
    font-size: 18px !important;
    color: #D80B21 !important;
    font-weight: bold;
    letter-spacing: 1px;
    width: 215px;
    margin-left: 10px;
    text-decoration: none !important;
}

footer {
    background-color: #555555;
    color: white;
    width: 100%;
}

.footer-content {
    padding: 63px 240px;
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo img {
    width: 170px;
    height: 44px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 362px;
    height: 148px;
}

.footer-contact-button {
    width: 127px;
    height: 41px;
    color: #D80B21;
    background: #FFFFFF;
    border-radius: 21px;
    text-align: center;
    line-height: 41px;
    font-weight: 800;
}

.footer-copyright {
    text-align: left;
    font: normal normal normal 14px/26px Open Sans;
}

.footer-address {
    text-align: left;
    font: normal normal normal 16px/30px Open Sans;
    color: #fff;
}

.footer-address img {
    width: 19px;
    height: 18px;
}

.swiper {
    width: 100%;
    height: auto;
    background: #c91a1a;
}
.first-slide {
    text-align: center;
    background: url('../images/index/banner.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.second-slide {
    background: url('../images/neckCream/neck_banner-1.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.third-slide {
    background: url('../images/hipCream/hip_banner-2.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.fourth-slide {
    background: url('../images/bodyCream/body_banner-3.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.first-slide>img {
    margin-top: 7vw;
}
.first-slide h2 {
    font-size: 48px;
}
.first-slide .menu-img {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4.3vh;
}
.first-slide .menu-img img {
    width: 28%;
}
.second-slide, .third-slide, .fourth-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-slide .col,
.third-slide .col,
.fourth-slide .col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.second-slide .col:nth-child(2) img,
.third-slide .col:nth-child(2) img,
.fourth-slide .col:nth-child(2) img {
    width: 90%;
}
.second-slide .col:last-child img,
.third-slide .col:last-child img,
.fourth-slide .col:last-child img {
    width: 100%;
    margin: 14vh 0;
}
.second-slide .col h2,
.third-slide .col h2,
.fourth-slide .col h2 {
    font-size: 44px;
}
.swiper-button-next {
    background: url('../images/index/right-arrow.svg') no-repeat;
    background-position: center;
    width: 44px;
}
.swiper-button-prev {
    background: url('../images/index/left-arrow.svg') no-repeat;
    background-position: center;
    width: 44px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

@media (min-width: 1920px) {
    body {
        margin-left: calc((100% - 1920px) / 2);
    }
    .goods_1 .left {
        width: 40% !important;
    }
    .goods_2 .left {
        padding-left: 17% !important;
    }
    .goods_2 .right {
        text-align: left;
    }
    .goods_3 .left {
        width: 40% !important;
    }
    .sp, #header_sp, #footer_sp {
        display: none;
    }
}

@media (min-width: 1300px) {
    .sp, #header_sp, #footer_sp {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1300px)  {
    .menu-item-tel {
        display: none;
    }
    .footer-content {
        padding: 63px 100px;
    }
    .footer-logo {
        margin-right: 120px;
    }
    .goods_list .box .goods {
        width: 33% !important;
    }
    .sp, #header_sp, #footer_sp {
        display: none;
    }
}

@media (max-width: 1024px)  {
    .pc, #header_pc, #footer_pc {
        display: none;
    }
    .backTop {
        width: 70px !important;
        height: 70px !important;
        right: 30px !important;
        bottom: 30px !important;
    }
}

.footer-contact a {
    width: fit-content;
    text-decoration: none;
}

.footer-contact .mail-btn {
    padding: 8px 25px;
    background: #fff;
    color: #D80B21;
    border-radius: 21px;
    font-family: 'Montserrat';
}

.backTop {
    display: none;
    width: 75px;
    height: 75px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    cursor: pointer;
}
.backTop img {
    width: 100%;
}

/** index page style */
.goods_list {
    height: 1000px;
    width: 100%;
    background-color: #fff;
    padding-top: 80px;
    text-align: center;
}

.goods_list .box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.goods_list .box .goods {
    width: 400px;
    height: 706px;
}

.goods_list .box .goods img:nth-of-type(1) {
    margin-top: 75px;
}

.goods_list .box .goods img:nth-of-type(2) {
    margin-top: 30px;
    width: 100%;
}

.goods_list .box .goods img:nth-of-type(3) {
    margin-top: 50px;
}

.goods_1 {
    width: 100%;
    background-color: #FFF5FA;
    text-align: center;
    padding-top: 100px;
}

.goods_1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9)
}

.goods_1 .left  {
    width: 60%;
    padding-left: 20px;
    margin-bottom: -100px;
    text-align: left;
}

.goods_1 .right img {
    width: 80%;
}


.goods_2 {
    width: 100%;
    background-color: #FFF5FA;
    text-align: center;
    padding-top: 100px;
}

.goods_2 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9)
}

.goods_2 .left  {
    width: 40%;
    padding-left: 20px;
    text-align: left;
}
.goods_2 .left  img{
    width: 65%;
    max-width: 401px;
}

.goods_2 .right {
    margin-bottom: -100px;
}
.goods_2 .right img {
    width: 80%;
}

.goods_3 {
    width: 100%;
    background-color: #FFF5FA;
    text-align: center;
    padding-top: 100px;
    
}

.goods_3 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9)
}

.goods_3 .left  {
    width: 60%;
    padding-left: 20px;
    margin-bottom: -100px;
    text-align: left;
}

.goods_3 .right img {
    width: 80%;
}

.slogan {
    font-size: 35px;
    color: #D80B21;
    margin-top: 45px;
}

.slogan h1 {
    font-weight: 500;
}

.text {
    opacity: 0;
    text-align: left;
    overflow: hidden;
    margin-right: 3%;
}

.text .large {
    font-size: 33px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

.text .small {
    font-size: 24px;
    color: #000000;
    font-weight: 200;
    text-align: left;
    margin-top: 20px;
    line-height: 40px;
}

.split_box {
    display: flex;
    align-items: center;
    height: 116px;
    width: 100%;
    background-color: #D80B21;
}

.sp_header {
    padding-left: 5%;
    display: flex;
    height: 71px;
    align-items: center;
}

#SPMenu_btn {
    width: 53px;position: absolute;right: 10px;
}

#menu-items-sp {
    height: 800px;
    background-color: #0B0B0B;
    color: #FFFFFF;
    text-align: center;
    margin-left: 10%;
    position: absolute;
    width: 85%;
    right: 0px;
    top: 0px;
    display: none;
    opacity: 1;
}

#menu-items-sp .item{
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

#menu-items-sp .item a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

#menu-items-sp .item:first-of-type {
    text-align:right;
  }

.sp_footer_logo {
    display: flex; 
    align-items: center;
    justify-content: left;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 275px;
    margin: 0 auto;
}
.sp_footer_address {
    line-height: 30px;
    width: 275px;
    text-align: left;
    margin: 0 auto 30px;
    font-size: 20px;
}
.sp_footer_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
}
.sp_footer_mail {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: center;
    
}
.sp_footer_copyright {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
}
.sp .first_view {
    width: 100%;
    background: url('../images/index/sp_banner.png') no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    text-align: center;
    margin-top: -1px;
    padding: 30px 0;
}
.sp .first_view .slogan {
    font-size: 40px; color: #FFFFFF; margin-top: 0px;
}
.sp .first_view .contact_btn {
    width: 100%;display: flex; align-items: center;justify-content: center;height: 200px;
}

.sp .swiper-slide {
    display: grid;
    place-items: center;
}

.sp .slide1 {
    background: #E6F7FF;
    padding: 7vw 0;
}

.sp .slide1 img:last-child {
    margin-top: 7vw;
}

.sp .slide2 {
    background: #FFE6E5;
    padding: 7vw 0;
}

.sp .slide2 img:last-child {
    margin-top: 7vw;
}

.sp .slide3 {
    background: #FFFDE5;
    padding: 7vw 0;
}

.sp .slide3 img:last-child {
    margin-top: 7vw;
}

.sp .sp_goods_1 {
    width: 100%; text-align: center; background-color: #FFF5FA;
}
.sp .sp_goods_1 .goods_modal {
    display: flex; align-items: center;justify-content: center;padding-top: 30px;padding-bottom: 30px;
    padding-top: 10px;
}

.sp .sp_goods_1 .goods_text_large {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-left: 13%;
    padding-right: 13%;
    margin-top: 20px;
}
.sp .sp_goods_1 .goods_text_small {
    font-size: 20px;
    text-align: left;
    padding-left: 13%;
    padding-right: 13%;
    margin-top: 20px;
}
.sp .sp_goods_1 .goods_image {
    display: flex; justify-content: center;align-items: center;
}

.sp .sp_goods_2 {
    width: 100%; text-align: center; background-color: #FFF5FA;
}

.sp .sp_goods_2 .goods_modal {
    display: flex; align-items: center;justify-content: center;
    padding-top: 10px;
}

.sp .sp_goods_2 .goods_text_large {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-left: 13%;
    width: 74%;
    margin-top: 20px;
}

.sp .sp_goods_2 .goods_text_small {
    font-size: 20px;
    text-align: left;
    padding-left: 13%;
    width: 74%;
    margin-top: 20px;
}

.sp .sp_goods_2 .goods_image {
    display: flex; align-items: center;justify-content: center;
}

.sp .sp_goods_3 {
    width: 100%; text-align: center; background-color: #FFF5FA;
}

.sp .sp_goods_3 .goods_modal {
    display: flex; align-items: center;justify-content: center;
    padding-top: 10px;
}
.sp .sp_goods_3 .goods_text_large {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding-left: 13%;
    padding-right: 13%;
    margin-top: 20px;
}

.sp .sp_goods_3 .goods_text_small {
    font-size: 20px;
    text-align: left;
    padding-left: 13%;
    padding-right: 13%;
    margin-top: 20px;
}

.sp .sp_goods_3 .goods_image {
    display: flex; justify-content: center;align-items: center;
}

.sp .sp_split_box {
    width: 100%;height: 100px;display: flex; align-items: center; background-color: #D80B21;margin-top:-80px;
}