@charset "UTF-8";
html {
    height: -webkit-fill-available;
    touch-action: manipulation;
}
/*main {
    overflow: hidden;
}*/
body {
    min-width: 320px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    color: #423f3f;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.06rem;
    background: #fff;
    -webkit-animation: start-in 2s ease forwards;
    animation: start-in 2s ease forwards;
    opacity: 0;
}
body.active {
    height: 100%;
    overflow: hidden;
}
.main_product-box .list a:hover,
.column-box a:hover {
    opacity: 0.4;
    transition:0.5s;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 765px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
.l-wrapper-none.u-font__jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.swiperThumbnail .swiper-slide-thumb-active {
    opacity: 0.4;
}
.prodact-how-swiper .swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
}
.prodact-how-swiper .swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
}
#bullets .swiper-wrapper {
    padding-bottom: 0;
}
#bullets .swiper-pagination-bullet {
  background-color: white;
}
.prodact-how-swiper .swiper-button-prev, .prodact-how-swiper .swiper-button-next {
    height: 50px;
    width: 50px;
    margin-top: -9%;
}
.prodact-how-swiper .swiper-button-prev:after, .prodact-how-swiper .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}
.prodact-how-swiper .swiper-button-prev:after {
    background-image: url(../img/prev.png);
}
.prodact-how-swiper .swiper-button-next:after {
    background-image: url(../img/next.png);
}
.prodact-how-swiper .swiper-slide img {
    height: auto;
    width: 100%;
}
.youtube__aspect-ratio {
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 3rem auto 6rem;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}
.ac > li {
    padding-bottom: 6px;
    list-style: none;
}
.ac-label {
    background-color: #535353;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.ac {
    padding: 2rem 2rem 4rem 2rem;
    background-color: #D3DCE7;
}
.ac02 {
    padding: 2rem 2rem 4rem 2rem;
    background-color: #F1F1F2;
}
.ac-block {
    position: absolute;
    display: contents;
}
.ac-label p {
    color: #ffffff;
    padding: 1.5rem;
}
.concept-accordion-img {
    margin: 0 0 -150px 0;
}
.concept-accordion-img02 {
    margin: 0 0 -150px 0;
}
.ac-content {
    background-color: #D3DCE7;
    display: none;
    padding: 2rem 1rem 0 1rem;
}
.ac-content02 {
    background-color: #F1F1F2;
    display: none;
    padding: 2rem 1rem 0 1rem;
}
.icon-wrap {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
}
.icon-wrap .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.icon-wrap .icon:before, .icon-wrap .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 1px;
    transform: translate(-50%, -50%);
}
.icon-wrap .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.icon-wrap .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 1001;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #535353;
    background: #ffffff;
    text-align: center;
    width: 20rem;
    height: 100%;
    opacity: 0;
    display: none;
    transition: opacity .6s ease, visibility .6s ease;
    box-shadow: 2px 2px 4px rgb(0, 0, 0, 0.09);
}
@media screen and (max-width: 765px) {
    nav.globalMenuSp {
        width: 15rem;
    }
}
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
    background: #ddd;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #535353;
    padding: 1em 0;
    text-decoration: none;
}
nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    padding: 5rem 3rem 3rem 3rem;
    text-align: left;
    z-index: 1000;
}
.globalMenuSp .menu01 {
    border-top: 1px solid #BFC1C2;
    border-bottom: 1px solid #BFC1C2;
    padding: 25px 0;
}
.globalMenuSp .menu02 {
    border-bottom: 1px solid #BFC1C2;
    padding: 25px 0;
}
.text_border {
    text-decoration: line-through;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
.main_product-box .box-ttl img,
.column-box .box-ttl img,
.news-box .box-ttl img,
.sign_up-ttl img,
.prodact-how .box-ttl img,
.logo-bottom img,
.prodact-lp-box .box-ttl h2 img {
    max-height: 80px;
    width: auto;
}
.faq h2 img {
    margin-bottom: 80px;
}
.logo-bottom {
    display: inline-block;
    margin: 30px;
}
.logo-bottom img {
    padding-left: 21%;
    box-sizing: border-box;
}
.main_product-box {
    padding-top: 130px;
    padding-bottom: 120px;
    box-sizing: border-box;
    overflow: hidden;
}
.main_product-box .list li {
    width: calc(25% - 1rem);
    margin-bottom: 40px;
}
@media screen and (max-width: 765px) {
    .main_product-box .list li {
        width: calc(50% - 1rem);
    }
    .box-ttl h2 img,
    .sign_up-ttl img,
    .prodact-lp-box .box-ttl h2 img {
    max-height: 4rem!important;
    width: auto!important;
    }
}
.main_product-box .list li:last-child {
    margin-right: 0;
}
.main_product-box .list li a {
    display: inline-block;
}
.main_product-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 0 1rem;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.main_product-box ul p {
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
    color: #535353;
}
.main_product-box .tag {
    background-color: #535353;
    opacity: 80%;
    width: 66px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: -2%;
}
.main_product-box .tag p {
    font-size: 8.5px;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    padding: 2px;
}
.box-ttl img {
    margin: 0 auto;
}
.box-ttl {
    margin-bottom: 75px;
}
.main_product-img {
    position: relative;
    margin-bottom: 1rem;
}
.column-swiper-container {
    max-width: 1171px;
    margin-left: 10%;
}
@media screen and (max-width: 765px) {
    .column-swiper-container {
        max-width: 340px;
        margin-left: 10%;
    }
}
.column-img img {
    max-width: 290px;
}
.column-card {
    max-width: 290px;
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 10em;
    position: relative;
    color: #535353;
    font-weight: 200;
}
.column-card time {
    position: absolute;
    bottom: 15px;
}
.column-box .list {
    display: flex;
    width: 100%;
    position: inherit;
    z-index: 1;
    overflow: hidden;
}

.column-box a {
    display: block;
    width: 100%;
}

.column-box .list .column-swiper-slide {
    margin-right: 23px;
    z-index: 1;
}
.column-box {
    position: relative;
    box-sizing: border-box;
}
.column-box-bg {
    background-color: #EEF0F0;
    margin: 0 calc(50% - 50vw);
    width: 100%;
    height: 247px;
    position: absolute;
    bottom: -63px;
}
.news-scrollbar {
    margin: auto;
}
.scrollbar-demo {
    max-height: 320px;
    border-right: none;
    border-left: none;
    overflow-y: auto;
    overflow-x: hidden;
    /*--FireFox向けスクロールバーの装飾--*/
    scrollbar-width: thin; /*--細いスクロールバー--*/
    scrollbar-color: #999999 #e0e0e0; /*--背景色とバーの色--*/
}
@media screen and (max-width: 765px) {
    .scrollbar-demo {
        max-height: 550px;
    }
    .news-content {
        display: block !important;
    }
    .news-box hr {
        width: 100%;
    }
}
.news-box hr {
    background-color: #999999;
    height: 1px;
    border: none;
    margin: 0;
    width: 97%;
}
.news-content {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    width: 98%;
}
.news-content time {
    width: 20%;
    font-size: 12px;
    padding-top: 6px;
}
.news-content .news-text {
    width: 80%;
    font-size: 13px;
    line-height: 2;
}
.news-content .news-text h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.news-content-link {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 765px) {
    .news-content-link {
        display: block;
    }
    .news-content time {
        width: 30%;
    }
    .news-content .news-text {
        width: 100%;
    }
}
.news-text br, strong {
    display: none;
}
.scrollbar-demo li:last-child {
    border-bottom: none;
}
.scrollbar-demo::-webkit-scrollbar {
    width: 14px;
}
.scrollbar-demo::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px solid #999999;
}
.scrollbar-demo::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 6px;
    border: solid 2px transparent;
    background-clip: content-box;
}
.prodact-box {
    background: #fff;
    box-sizing: border-box;
    padding: 8rem 40px 3rem 40px;
}
.prodact-box .prodact-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
}
.prodact-lp-bg {
    background-color: #f7f8fa;
}
.prodact-box .prodact-deta {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}
.prodact-box .osusume-list {
    display: flex;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding-top: 36px;
}
.prodact-box .prodact-content .content-disc .cart {
    min-width: 100%;
    padding: 1rem 3rem;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.1rem;
    border: 0;
    background: #8091AC;
    transition: 0.2s all ease-in-out;
}
.prodact-box .content-img {
    max-width: 560px;
}
.swiper-content .swiper-button-prev:after, .swiper-content .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    margin: auto;
    width: 14px;
}
.swiper-content .swiper-button-prev:after {
    background-image: url(../img/lp-prev.png);
}
.swiper-content .swiper-button-next:after {
    background-image: url(../img/lp-next.png);
}
.swiper-content .swiper-slide img {
    height: auto;
    width: 100%;
}
.swiper-content .swiper-wrapper {
    padding-bottom: 30px;
}
.swiper-thumbnail-content {
    position: relative;
}
.swiper-thumbnail-content .swiper-wrapper {
    padding: 0;
}
.swiperThumbnail {
    width: 80%;
}
@media screen and (max-width: 1000px) {
    .prodact-box .content-img {
        max-width: 50%;
    }
}
.prodact-box .content-disc h2 {
    font-size: 20px;
    font-weight: 300;
}
.prodact-box .content-disc {
    line-height: 1.8;
}
@media screen and (max-width: 765px) {
    .prodact-box .content-img {
        max-width: 100%;
    }
}
.prodact-box .disc-box {
    color: #9E9E9E;
    margin: 2.2rem 0 2.2rem 0;
    font-size: 13px;
}
.prodact-box .content-disc .icon {
    margin-top: 10px;
    font-size: 13px;
    color: #8091AC;
    text-decoration: underline;
}
.prodact-box .price {
    font-size: 15px;
}
.prodact-box span {
    color: #9E9E9E;
    font-size: 13px;
}
@media screen and (max-width: 765px) {
    .prodact-box {
        padding: 8rem 1rem 1.25rem;
    }
    .prodact-box .prodact-content {
        flex-direction: column-reverse;
        -moz-column-gap: normal;
        column-gap: normal;
        row-gap: 1rem;
    }
    .prodact-box .prodact-content .content-disc {
        padding: 10px 0 0 0;
        max-width: 100%;
        width: auto !important;
    }
    .prodact-box .content-disc {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    .prodact-box .prodact-content .content-disc {
        width: calc(115% - 8rem);
    }
}
.prodact-box .prodact-content .content-disc .quantity-box {
    display: flex;
    border: 1px solid #9E9E9E;
    border-radius: 2px;
    width: 160px;
}
.prodact-box .prodact-content .content-disc .quantity-box .quantity-button {
    flex-shrink: 0;
    font-size: 1.8rem;
    color: #9E9E9E;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    padding: 0 0.7rem;
}
.prodact-box .quantity-area .quantity {
    font-size: 14px;
    margin-right: 10px;
}
.prodact-box .prodact-content .content-disc .quantity-box input {
    width: 100%;
    padding: 0 0.5rem;
    font-weight: 500;
    text-align: center;
    border: 0;
    box-sizing: border-box;
    flex-flow: 3;
    color: #9E9E9E;
    appearance: none;
}
.prodact-box .quantity-area {
    color: #9E9E9E;
    display: flex;
    margin: 1.3rem 0 1.3rem 0;
    align-items: center;
}
.prodact-lp-box .prodact-lp-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw; 
}
.prodact-how .prodact-how-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: auto;
    gap: 1em;
}
.prodact-how .prodact-how-list .prodact-how-list-item {
    margin-bottom: 42px;
    width: 31%;
    position: relative;
}
.prodact-how-list-item .pop {
    position: absolute;
    left: 62%;
}
.prodact-how {
    padding-top: 110px;
}
.prodact-lp-box .last {
    max-width: 820px;
    margin: 0 auto;
}
@media screen and (max-width: 765px) {
    .prodact-lp-box .last {
    max-width: 70%;
}
}
.sign_up-content {
    background-color: #ffffff;
    max-width: 867px;
    margin: auto;
    padding: 4rem 1rem;
    text-align: center;
}
.sign_up-box {
    background-image: url(../img/sign_up-bg.jpg);
    padding: 6rem;
    background-size: cover;
    margin-top: 135px;
}
.sign-up-box {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 765px) {
    .sign_up-box {
        padding: 5rem 2rem;
    }
    .sign-up-box {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (min-width: 765px) {
    .br-sp {
        display: none;
    }
}
@media screen and (max-width: 617px) {
    .sign_up-textbox {
        margin-bottom: 1rem;
        width: 100% !important;
    }
}
.sign_up-textbox {
    padding: 0 1rem;
    height: 62px;
    border: 1px solid #999999;
    font-size: 16px;
    width: 69%;
    margin-right: 0.3rem;
}
.sign_up-content p {
    letter-spacing: 0.4em;
    margin-bottom: 1.5rem;
}
.sign_up-ttl img {
    margin: 0 auto;
    margin-bottom: 2rem;
}
.sign_up-submit {
    font-weight: 100;
    width: 118px;
    height: 62px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-image: none;
    background-color: #535353;
    font-size: 20px;
    color: #fff;
    letter-spacing: 10px;
    padding-left: 10px;
}
.sign_up-content form {
    margin: 0 1rem;
}
.sign_up-submit:active {
    border-bottom: none;
    background-color: #888;
}
@media screen and (max-width: 750px) {
    header.open {
        background: transparent;
    }
}
@-webkit-keyframes start-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes start-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    display: block;
    width: 100%;
}
.under {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.red {
    color: #ff2a00;
}
.main-color {
    color: #ef9a9a;
}
.orange {
    color: #eaa677;
}
.bold {
    font-weight: 500;
}
.through {
    text-decoration: line-through;
    opacity: 0.5;
}
.italic {
    font-style: italic;
}
.container {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}
.fade {
    -webkit-animation: fadeAnimation 0.7s ease-in forwards;
    animation: fadeAnimation 0.7s ease-in forwards;
    opacity: 0;
}
@-webkit-keyframes fadeAnimation {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes fadeAnimation {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.list-anime {
    -webkit-animation: listAnimation 0.5s ease forwards;
    animation: listAnimation 0.5s ease forwards;
    opacity: 0;
}
@-webkit-keyframes listAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes listAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

header.l-header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.5s;
    z-index: 100;
    background-color: #ffffff;
    min-height: 70px;
    padding: 0 23px;
}
.header-block {
    display: flex;
    align-items: center;
}
header.hide {
    transform: translateY(-200%);
}
header.l-header h1 img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    margin-left: 1rem;
}
header.l-header h1 a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

header .icon-box {
    display: flex;
    position: fixed;
    right: 23px;
}
header .icon-box li {
    position: relative;
    text-align: center;
}
header .icon-box-left a::before {
    position: fixed;
    left: 5.5rem;
    top: 1.58rem;
    content: "\e986";
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 200;
    color: #000000;
}
header .icon-box li:nth-child(2) a::before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 200;
    color: #4d4d4d;
    transform: translate(-50%, -50%);
}
header .icon-box li:nth-child(1) a {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    padding: 28px 19px 0 0;
    box-sizing: border-box;
    z-index: 1010;
}
header .icon-box li:nth-child(2) a {
    position: relative;
    display: block;
    padding: 28px 0;
    box-sizing: border-box;
    z-index: 1010;
}
header .icon-box li:nth-child(1) a::before {
    content: "\e971";
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 200;
    color: #4d4d4d;
    transform: translate(-50%, -50%);
}
header .icon-box li:nth-child(2) a::before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 200;
    color: #4d4d4d;
    transform: translate(-50%, -50%);
}
header .icon-box li a {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    padding: 28px 25px;
    box-sizing: border-box;
    z-index: 1010;
}
header .icon-box li a:hover {
    transform: scale(1.2);
}
@media screen and (max-width: 1100px) {
    header .icon-box-left a::before {
        display: none;
        /*
  transform: translate(-50%, -50%);
    
    */
    }
}
@media screen and (max-width: 1099px) {
    header.l-header {
        min-height: 70px;
        padding: 0;
    }
	header.l-header h1 a {
    padding: 0px;
}
/*    header.l-header h1 {
        position: absolute !important;
        top: 50%;
        left: 50%;
        width: 50%;
        max-width: 150px;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }*/
    header.l-header h1 img {
        margin-left: 1.8rem;
    }

}
@media screen and (max-width: 470px) {
    header.l-header h1 img {
        max-width: 169px;
    }
}
@media screen and (max-width: 765px) {
    header.open {
        background: transparent;
    }
    header .icon-box li a {
        padding: 20px 5px;
    }
}

.swiper-box {
    padding: 100px 60px 200px;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper-box h2 {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1em;
}
.swiper-box .swiper {
    overflow: visible;
}
.swiper-box .swiper ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.swiper-box .swiper ul li a {
    color: #423f3f;
}
.swiper-box .swiper ul li a p {
    padding-top: 12px;
}
.swiper-box .swiper ul li:nth-child(4) a .hover-img {
    position: relative;
    overflow: hidden;
}
.swiper-box .swiper ul li:nth-child(4) a .hover-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../product/img/product-set-hover.jpg) top left/100% no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1001;
}
.swiper-box .swiper ul li:nth-child(4) a:hover .hover-img::before {
    opacity: 1;
}
.swiper-box .swiper ul li:nth-child(6) a .hover-img {
    position: relative;
    overflow: hidden;
}
.swiper-box .swiper ul li:nth-child(6) a .hover-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../product/img/product-gel-hover.jpg) top left/100% no-repeat;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1001;
}
.swiper-box .swiper ul li:nth-child(6) a:hover .hover-img::before {
    opacity: 1;
}
.swiper-scrollbar {
    opacity: 1 !important;
}
.swiper-scrollbar-horizontal {
    bottom: 0;
    margin-bottom: -5.5%;
}
@media screen and (max-width: 765px) {
    .swiper-box {
        padding: 100px 20px;
    }
}
.news-box {
    padding: 0px 1rem 0 1rem;
    box-sizing: border-box;
}

footer {
    min-width: 320px;
    margin-top: 60px;
    text-align: center;
    font-size: 13px;
    padding-bottom: 2rem;
}
footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    box-sizing: border-box;
}
footer .footer-box h2 {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    box-sizing: border-box;
}
footer .footer-box .link-list .link-item {
    margin-right: 1.5rem;
    text-align: left;
}
footer .footer-box .link-list .link-item:last-child {
    margin-right: 0;
}
footer .footer-box .link-list .link-item a {
    padding: 5px;
    font-weight: 300;
    color: #423f3f;
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
footer .link-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 609px;
    margin: auto;
}
@media screen and (max-width: 765px) {
    footer .link-list {
        display: block;
        max-width: 100%;
    }
    footer .footer-box .link-list .link-item {
        margin-right: 0;
        border-bottom: 1px solid;
        padding: 20px;
    }
    footer .footer-box .link-list .link-item:first-child {
        border-top: 1px solid;
    }
    footer .copyright {
    display: inherit;
    }
     footer .copyright a {
    padding-bottom:1rem;
    }
}
@-webkit-keyframes headAnimation {
    0% {
        transform: translateX(-50%) scale(0, 1);
    }
    100% {
        transform: translateX(-50%) scale(1, 1);
    }
}
@keyframes headAnimation {
    0% {
        transform: translateX(-50%) scale(0, 1);
    }
    100% {
        transform: translateX(-50%) scale(1, 1);
    }
}

.product-box .content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    background: #fff;
    overflow: hidden;
}
.product-box .content .disc {
    width: calc(50% - 2rem);
    margin: 0;
    padding-right: 20px;
    box-sizing: border-box;
}
.product-box .content .disc h2 {
    padding: 40px 0 20px;
    font-size: 1.8rem;
    font-weight: 300;
    box-sizing: border-box;
}
.product-box .content .disc .price {
    padding-bottom: 8px;
    font-size: 1.25em;
    font-weight: 300;
}

.product-box .content .disc .cart-box {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.product-box .content .disc .cart-box .quantity {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin-right: 10px;
    color: #423f3f;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.product-box .content .disc .cart-box .quantity .count {
    padding: 20px;
    font-size: 20px;
    color: #423f3f;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.product-box .content .disc .cart-box .quantity input {
    width: 32px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.product-box .content .disc .button {
    width: 100%;
    padding: 18px 30px;
    color: #fff;
    background: #423f3f;
    border: 1px solid #423f3f;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}
.product-box .content .disc .button:hover {
    color: #423f3f;
    background: #fff;
}
.product-box .content a {
    display: block;
    font-size: 0.9em;
    text-align: center;
    color: #9e9d9d;
    transition: all 0.3s;
}
.product-box .content a:hover {
    color: #423f3f;
    text-decoration: underline;
}
.product-box .content .img {
    width: 50%;
}
.product-box .txt {
    padding: 24px 40px;
    background: #fff;
    box-sizing: border-box;
}
.product-box .txt a {
    display: inline;
    color: #ef9a9a;
}
.product-box .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.product-box .gallery li {
    width: 50%;
    line-height: 0;
    opacity: 0;
}
.product-box .bk {
    padding: 100px 70px;
    background: #fdeaec;
    box-sizing: border-box;
}
.slider {
    position: relative;
    overflow: hidden;
}
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
@media screen and (max-width: 765px) {
    .product-box {
        padding-bottom: 100px;
    }
    .product-box .content {
        flex-direction: column-reverse;
    }
    .product-box .content .disc {
        width: 100%;
        padding: 0 20px;
    }
    .product-box .content .disc .cart {
        flex-direction: column;
    }
    .product-box .content .disc .cart .button {
        margin-top: 25px;
    }
    .product-box .content .img {
        width: 100%;
    }
    .product-box .txt {
        padding: 24px 20px;
    }
    .product-box .gallery {
        flex-direction: row;
    }
    .product-box .gallery li {
        width: 100%;
    }
}


@-webkit-keyframes articleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes articleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

 /*# sourceMappingURL=main.css.map */