@charset "UTF-8";
/* CSS Document */
/*見出し---------------------------------------------------------------*/
body{
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 1.4rem;
}
.sans{
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.detail h2.ttl_ja{
    font-size: 2.4rem;
    font-weight: 500;
	line-height: 1.2;
}
.detail h2.ttl_ja > .haigo{
	font-size: 1.6rem;
	font-weight: 300;
}
.detail h3.ttl_en{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.component h2.ttl_ja,.topic h2.ttl_ja{
    font-size: 3.2rem;
    font-weight: 500;
}
.component h3.ttl_ja{
    font-size: 2.4rem;
    font-weight: 400;
}

.voice h2.ttl_en{
    font-size: 4.2rem;
    font-weight: 500;
}
.voice h3.ttl_ja{
    font-size: 1.4rem;
    font-weight: 500;
}

.recommend h2.ttl_en{
    font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .detail h2.ttl_ja{
        font-size: 2rem;
    }
	.detail h2.ttl_ja > .haigo{
		font-size: 1.4rem;
		font-weight: 300;
	}
    .detail h3.ttl_en{
        font-size: 1.2rem;
    }
    .component h2.ttl_ja,.topic h2.ttl_ja{
        font-size: 2.0rem;
    }
    .component h3.ttl_ja{
        font-size: 1.6rem;
    }
    
    .voice h2.ttl_en{
        font-size: 7vw;
    }
    .voice h3.ttl_ja{
        font-size: 1.2rem;
    }
    
    .recommend h2.ttl_en{
        font-size: 2.0rem;
    }
}
/*製品エリア---------------------------------------------------------------*/
#detail{
    width: 100%;
    margin: 0 auto;
}
.detail .inner{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 140px 0 20px;
}
.detail .photo_box{
    width:40%;
    height: auto;
}
.detail .text_box{
    width: 55%;
}
.detail .text{
    padding: 50px 0 30px;
}
.capa_price{
    font-size: 1.5rem;
    padding-bottom: 5px;
}
.price{
    padding-left: 15px;
}
.price_bold{
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
}
.checkout{
    background-color: #474747;
    color: #fff;
    padding: 12px 0 12px 30px;
    font-weight: 400;
    font-size: 1.5rem;
    max-width: 250px;
    display: block;
}
.detail_img img{
    object-fit: cover;
}
.choice-btn li{
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 10px;
}
.choice-btn li img{
    box-sizing: border-box;
}
.choice-btn li.slick-current img{
    border: 2px solid;
    box-sizing: border-box;
}
.small{
    font-size: .8rem;
    vertical-align: top;
}
.small_text{
    font-size: 1.2rem;
}

.wrap_checkout{
    position: relative;
    padding-bottom: 80px;
}
.attention{
    font-size: 1.2rem;
    display: block;
    position: relative;
    top: 10px;
}
@media only screen and (max-width: 767px) {
    .detail .inner{
        padding: 40px 0 0 0 ;
    }
    .detail .photo_box{
        padding-top: 20px;
    }
    .detail .text{
        padding: 30px 0;
    }
    .capa_price{
        font-size:1.4rem;
        padding-bottom: 5px;
    }
    .capa_price .bulk{
        display: block;
    }
    .price{
        padding-left: 0;
    }
    .price_bold{
        font-size: 2.4rem;
    }
    .checkout{
        font-size: 1.4rem;
    }
    .wrap_checkout{
        padding-bottom: 60px;
    }
    
}
/*アコーディオン
------------------*/
.accordion-area{
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 90px;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.acc_ttl {
    position: relative;
    cursor: pointer;
    font-size:1.5rem;
    transition: all .5s ease;
    display: flex;
    border-bottom: 1px solid #474747;
    padding: 10px 0 10px 24px;  
    font-weight: 400;
}
.bordertop{
    border-top: 1px solid #474747;
}
/*アイコンの＋と×*/
.acc_ttl::before,
.acc_ttl::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #474747;  
}
.acc_ttl::before{
    top:48%;
    right: 24px;
    transform: rotate(0deg);
    
}
.acc_ttl::after{    
    top:48%;
    right: 24px;
    transform: rotate(90deg);

}
.acc_ttl.close::before{
  transform: rotate(45deg);
}

.acc_ttl.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display:none;
    margin:0 auto;
}
.box .inner{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 1px solid #474747;
}
@media only screen and (max-width: 767px) {
    .accordion-area{
        padding-bottom: 60px;
    }
    .acc_ttl{
        font-size: 1.3rem;
    }
    .detail .inner{
        display: block;
    }
    .detail .photo_box,.detail .text_box{
        width: 100%;
    }
    .acc_ttl::before,
    .acc_ttl::after{
        width: 16px;
    }
}
/*成分詳細エリア---------------------------------------------------------------*/
#component{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(0deg, #FAFBFC,#EFF4FC);
}
.component .inner{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 50px;
}
hr{
    color: #474747;
    max-width: 650px;
    width: 80%;
    display: block;
}
.component h3.ttl_ja{
    color: #777;
    padding: 20px 0 10px;
}
.component ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.component li{
    width: 30%;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.component .wrap_ttl{
    width: 100%;
    height: 200px;
    background-image: url("../../common/img/drops.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.component_ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.6;
    font-size: 1.7rem;
    font-weight: 500;
}
.component_ttl_2{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.6;
    font-size: 1.7rem;
    font-weight: 500;
}
.component_text{
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#gelmask .component li{
    margin: 0 40px;
}
.component .small{
    display: block;
}
@media only screen and (max-width: 1000px) {
    .component li,#gelmask .component li{
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .component .inner{
        padding: 40px 0 40px;
    }
    .component .wrap_ttl{
        height: 40vw;

    }
    .component ul{
        justify-content:space-between;
        padding-top: 15px;
    }
    .component li{
        width: 45%;
        padding-bottom: 15px;
    }
    .component li:last-child{
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .component_ttl{
        font-size: 1.3rem;
        width: fit-content;
    }
    .component_text{
        text-align: justify;
        font-size: 1.2rem;
    }
    #gelmask .component li{
        margin: 0 auto;
        width: 100%;
}


}
/*お客様の声---------------------------------------------------------------*/
#voice{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.voice .inner{
    padding: 90px 0;
}
.voice h2.ttl_en{
    line-height: 1.4;
}
.voice ul{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
.voice li{
    background-color: #f5f5f5;
    text-align: justify;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding: 38px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.notes{
    font-size: 1rem;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .voice .inner{
        padding: 60px 0 60px;
    }
    .voice ul{
        padding-top: 30px;
    }
    .voice li{
        padding: 5%;
    }
}
/*キチンナノファイバー---------------------------------------------------------------*/
#topic{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
}    
.topic .inner{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    padding: 110px 0;
}
.topic .text{
    font-size: 1.5rem;
    padding-top: 40px;
}
.topic .photo_box{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
    box-sizing: border-box;
}
.topic .photo_box li{
    width: 32%;
}
.topic .professor{
    display: flex;
    text-align: justify;
    max-width: 780px; 
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.topic figure{
    width: 25%;
}
.professor .text{
    width: 70%;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.professor .name{
    display: block;
    padding-top: 50px;
    position: relative;
    bottom: 0;
}
@media only screen and (max-width: 1000px) {
    .professor .name{
        padding-top: 20px;
    }   
}
@media only screen and (max-width: 767px) {
    #topic{
        border-bottom: none;
    }
    .topic .inner{
        padding: 50px 0 20px;
    }
    .topic .text{
        font-size: 1.3rem;
        text-align: justify;
        padding-top: 20px;
    }
    .topic .photo_box{
        padding: 30px 0 70px;
    }
    .topic .professor{
        display: block;
    }
    .topic figure{
        width: 60%;
        margin: 0 auto;
    }
    .professor .text{
        width: 100%;
        margin-top: 20px;
    }
}
/*レコメンド--------------------------------------------------------------*/
.recommend{
    background: linear-gradient(0deg, #FAFBFC,#EFF4FC);
}
.recommend .inner{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px;
}
ul.link_box{
    display: flex;
    justify-content: flex-start;
    padding-top: 8px;
    width: 100%;
    margin: 0 auto;
}
ul.link_box li{
    width: 16%;
    border: 1px solid #ddd;
    margin-right: 20px;
    line-height: 1.4;
    background-color: #fff;
    font-size: 1.3rem;
    box-sizing: border-box;
    padding: 12px;
} 
ul.link_box span{
    display: block;
    padding-top: 10px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
    ul.link_box li{
        width: 20%;
    }
}
@media only screen and (max-width: 767px) {
    ul.link_box{
        justify-content: space-between;
    }
    ul.link_box li{
        width: 30%;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
	ul.link_box{
        justify-content: safe center;
    }
    ul.link_box li{
        width: 48%;
        margin: 0;
    }
}


