@charset "utf-8";

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
/*-----------------------------------
css変数
-----------------------------------*/
:root {
    --brand-primary: #B0C6BA;
    --font-color: #242424;
    --title-font-en: 'Cormorant Garamond', serif;
    --title-font-ja: 'Shippori Mincho', serif;
}

/*-----------------------------------
all
-----------------------------------*/
body {
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    word-break: break-all;
}
p,span,li {
    font-weight: 500;
    line-height: 28px;
}
a {
    color: var(--font-color);
    text-decoration: none;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.8;
}
li{
    list-style: none;
}
.main {
    min-height: 100vh;
}
img{
    vertical-align: bottom;
}
.display_tab,.display_sp{
    display: none;
}
@media only screen and (max-width: 1024px){
    p,span,li {
        line-height: 32px;
    }
}

@media only screen and (max-width: 900px){
    p,span,li {
        line-height: 28px;
    }
    .display_pc{
        display: none;
    }
    .display_tab{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    p,span {
        line-height: 24px;
    }
    .display_sp{
        display: block;
    }
}

/*-----------------------------------
move
-----------------------------------*/

/*=====ページ遷移=====*/
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  /*** bodyに反映させる ***/
  body{
    animation: fadeIn 2s forwards;
  }

/*=====スクロールアニメーション(下から)=====*/
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}
    
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(50px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}
.fadeUpTrigger{
    opacity: 0;
}

/*=====eachTextAnime=====*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 0.3s ease-out forwards; }

@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/*=====blur=====*/
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }
  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/*=====text-animationa 左から右=====*/
.slide-in {
	overflow: hidden;
    display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%); /*要素を左の枠外に移動*/
            opacity: 0;
    }
    to {
        transform: translateX(0);/*要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);/*要素を右の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);/*要素を元の位置に移動*/
        opacity: 1;
    }
}




/*-----------------------------------
keyvisual
-----------------------------------*/
#keyvisual{
    width: 100%;
    height: 100vh;
}
#slider{
    width: 100%;
    height: 100%;
}
#keyvisual picture.display_pc{
    display: block;
}
#keyvisual picture.display_tab{
    display: none;
}
#keyvisual img{
    width: 100%;
}


@media only screen and (max-width: 1024px){
    #keyvisual{
        height: 100vh;
    }
    #keyvisual picture.display_pc{
        display: none;
    }
    #keyvisual picture.display_tab{
        display: block;
    }
}

/*-----------------------------------
Lower-common
-----------------------------------*/
#lower_keyvisual{
    padding: 80px 0 120px;
    background: #dde8e2;
}
#lower_keyvisual.product_key{
    background: transparent;
    padding-bottom: 0;
}
.lower_keyvisual_inner{
    width: 85%;
    max-width: 1200px;
    margin: 0 auto ;
}
#lower_keyvisual h1{
    font-family: var(--title-font-en);
    font-size: 62px;
    font-weight: 500;
}
#lower_keyvisual h1 span{
        font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    font-weight: normal;
    font-size: 16px;
}
.catch-01{
    font-size: 18px;
}
.catch-02{
    font-size: 14px;
}
.lower_keyvisual_inner hgroup{
    margin-bottom: 20px;
}
.lower-breadcrumb span{
    font-family: var(--title-font-en);
    font-size: 14px;
    letter-spacing: 0.05rem;
    padding-left: 2px;
}
#lower_single{
    padding-bottom: 160px;
    background: #dde8e2;
}
.lower_inner{
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
}
.lower_keyvisual_media{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px){
    .lower_keyvisual_inner{
        width: 90%;
    }
}

@media only screen and (max-width: 767px){
    #lower_keyvisual{
        padding: 100px 0 60px;
    }
    #lower_keyvisual.product_key{
        padding: 50px 0 0px;
    }
    .lower_keyvisual_inner{
        width: 90%;
        margin-bottom: 0px;
    }
    #lower_keyvisual h1 span{
        display: block;
    }
    .lower-breadcrumb span{
        font-size: 12px;
        line-height: 20px;
    }
    #lower_single{
        padding-bottom: 100px;
    }
}

/*-----------------------------------
Product-Page
-----------------------------------*/
body:before{
    content:""; 
    display:block;
    background-image:url(./img/prodact_fix_bg.png); 
    background-repeat:no-repeat; 
    background-size:cover;
    background-position:top right;
    width:100%; 
    height:100vh; 
    position:fixed; 
    z-index:-100;
    opacity: 0.4;
    }
.lower_keyvisual_inner picture{
    display: block;
    margin-bottom: 20px;
}

/*=====Concept=====*/
.pro_concept_image{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto 40px;
    max-width: 1200px;
}
.pro_concept_image picture{
    display: block;
}
.pro_concept_image picture:first-child{
    width: 45%;
}
.pro_concept_image picture:last-child{
    width: 40%;
    margin-top: 160px;
}
.pro_concept_container{
    max-width: 1080px;
    width: 95%;
    margin: 0 auto 80px;
}
.pro_concept_container h2{
    font-family: var(--title-font-en);
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}
.pro_concept_container h3{
    font-family: var(--title-font-ja);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-bottom: 30px;
}
.pro_concept_container h3 span{
    line-height: 36px;
}
.title_ja{
    font-family: var(--title-font-ja);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.title_ja.center{
    text-align: center;
    margin-bottom: 40px;
}
.section_heading{
    font-family: var(--title-font-ja);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.pro_concept_text{
    width: 80%;
    line-height: 46px;
    margin-bottom: 80px;
}

.worries_block{
    padding: 80px 0 40px;
}
.no-webp .worries_block {
    background: url(./img/pro_content_bg.jpg) center;
    background-size: cover;
}
.webp .worries_block {
    background: url(./img/pro_content_bg.webp) center;
    background-size: cover;
}
.worries_block div{
    position: relative;
    width: 80%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 80px 40px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.worries_block div::before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid var(--brand-primary);
}
.worries_block div p{
    display: inline-block;
    font-family: var(--title-font-ja);
    font-size: 20px;
    color: #fff;
    background: var(--brand-primary);
    padding: 5px 10px;
    margin-bottom: 30px;
}
.worries_block ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.worries_block ul li{
    display: flex;
    width: 49%;
    font-weight: 500;
    line-height: 22px;
    color: #93B9A4;
    margin-bottom: 8px;
}
.worries_block ul li img{
    width: 20px;
    height: 22px;
    margin-right: 0.5rem;
}
.block_text{
    width: 95%;
    font-family: var(--title-font-ja);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
/*=====/Concept=====*/

/*=====LASH LINKの特徴=====*/
.sect_feature{
    background: #E4ECE8;
    padding: 120px 0;
}
.heading_content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.heading_content picture{
    display: block;
    width: 112px;
    margin-right: 1rem;
}
.heading_content span{
    display: inline-block;
    font-family: var(--title-font-ja);
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
}
.feature_subTitle{
    font-family: var(--title-font-ja);
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    margin: 40px 0 30px; 
}
.feature_subTitle.left{
    width: 70%;
    text-align: left;
    margin: 0 auto 30px;
}
.feature_subTitle span{
    line-height: 38px;
}
.feature_subTitle span.note{
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}
.exosome_image{
    display: block;
    width: 60%;
    margin: 30px auto 60px;
}
.exosome_image.display_sp{
    display: none;
}
.caption{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}
.caption::before,.caption::after{
    content: '';
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 40%;
    height: 8px;
    vertical-align: middle;
}
.caption::before{
    left: 0;
    background: url(./img/frame_deco_l.png);
    background-size: cover;
    background-position: right;
}
.caption::after{
    right: 0;
    background: url(./img/frame_deco_r.png);
    background-size: cover;
    background-position: left;
}
.eyelash_cycle{
    display: flex;
    margin-bottom: 20px;
}
.eyelash_cycle.bottom{
    margin-bottom: 80px;
}
.period{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    writing-mode: vertical-rl;
    letter-spacing: 0.3rem;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: var(--font-color);
}
.period::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 15px solid #E4ECE8;
}
.period::after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 15px solid var(--font-color);
}
.eyelash_cycle:first-of-type .period::before{
    display: none;
}
.eyelash_cycle:last-of-type .period::after{
    display: none;
}
.eyelash_cycle_block{
    display: flex;
    align-items: center;
    border: 1px solid #707070;
    background: #fff;
    padding: 15px 30px;
}
.eyelash_cycle_block picture{
    display: flex;
    align-items: center;
    width: 200px;
    height: 100%;
    border-right: 2px dotted #707070;
    padding-right: 20px;
    box-sizing: border-box;
}
.eyelash_cycle_text{
    width: calc(100% - 200px);
    padding: 10px 0 30px 30px;
    box-sizing: border-box;
}
.eyelash_cycle_text p:first-child{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.eyelash_cycle_text ul{
    display: flex;
    margin-bottom: 1rem;
}
.eyelash_cycle_text ul li{
    line-height: 22px;
}
.eyelash_cycle_text ul li:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-weight: bold;
    color: #fff;
    background: var(--brand-primary);
}
.eyelash_cycle_text ul li:last-child{
    width: calc(100% - 200px);
    font-weight: bold;
    color: var(--brand-primary);
    border: 1px solid var(--brand-primary);
    padding: 10px 20px;
}
.eyelash_cycle_text ul li:last-child > span{
    font-size: 14px;
    font-weight: normal;
}
.caption_02{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}
.factor_list,.factor_list.factor_list02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.factor_list.factor_list02{
    margin-bottom: 40px;
}
.factor_list li{
    width: 32%;
    margin-bottom: 20px;
}
.factor_list.factor_list02 li{
    width: 49%;
}
.factor_list li{
    border: 1px solid var(--brand-primary);
    border-radius: 15px;
}
.factor_list li p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.factor_list li p:first-child{
    color: #fff;
    background: var(--brand-primary);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.factor_list li p:last-child{
    color: var(--brand-primary);
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.feature_img{
    display: block;
    text-align: center;
}
.component_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 20px;
}
.component_list li{
    width: 22%;
}
.plus_icon{
    display: block;
    width: 60px;
    margin: 0 auto 20px;
}
.component_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.component_block li{
    width: 24%;
    border: 1px solid var(--font-color);
    text-align: center;
}
.component_block li p{
    padding: 5px;
}
.component_block li p:first-child{
    font-weight: bold;
}
.component_block li p:last-child{
    font-weight: bold;
    color: #fff;
    background: var(--font-color);
}
.component_block.secondary{
    margin-bottom: 60px;
}
.component_block.secondary li{
    width: 32%;
    font-weight: bold;
    color: #fff;
    background: var(--font-color);
    padding: 10px;
    box-sizing: border-box;
}
.free_prescription{
    margin-bottom: 80px;
}
.free_prescription p{
    text-align: center;
}
.free_prescription_title{
    font-family: var(--title-font-ja);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.free_prescription p:last-of-type{
    margin-bottom: 30px;
}
.free_prescription_title::before,.free_prescription_title::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: var(--font-color);
    transform: rotate(305deg);
    border-radius: 50px;
    vertical-align: super;
}
.free_prescription_title::before{
    margin-right: 8px;
}
.free_prescription_title::after{
    margin-left: 8px;
}
.feature_text{
    margin-bottom: 30px;
}
/*=====/LASH LINKの特徴=====*/

/*=====効果的な使用方法=====*/
.sect_flow{
    background: #fff;
    padding: 100px 0 20px;
}
.flow_block{
    position: relative;
    width: 90%;
    background: var(--brand-primary);
    padding: 20px 0;
    margin: 0 auto 30px;
}
.flow_block h4{
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-family: var(--title-font-ja);
    font-size: 24px;
    font-weight: 600;
    background: var(--brand-primary);
    padding: 15px 40px;
}
.flow_block_inner{
    width: 96%;
    background: #fff;
    border-radius: 15px;
    padding: 60px 40px 40px;
    margin: 0 auto;
    box-sizing: border-box;
}
.flow_block h4::before{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: calc(100% - 17px);
    height: calc(100% - 12px);
    border: 1.5px solid #fff;
}
.flow_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.flow_text span{
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    background: #8D8D8D;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.flow_text span:last-child{
    margin-right: 1rem;
}
.flow_step{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flow_step li{
    position: relative;
    width: 28%;
}
.flow_step li::after{
    content: '';
    position: absolute;
    top: 28%;
    right: -40px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid var(--brand-primary);
}
.flow_step li:last-child::after{
    display: none;
}
.flow_step li picture{
    display: block;
    width: 200px;
    margin: 0 auto 20px;
}
.flow_step li p{
    font-size: 14px;
    line-height: 22px;
}
.point_title{
    width: 160px;
    margin-bottom: 5px;
}
.point_block{
    display: flex;
    align-items: center;
    border: 4px solid #DBDBDB;
    padding: 20px 10px 30px 20px;
    margin-bottom: 50px;
}
.point_block picture{
    display: block;
    width: 160px;
    border-right: 2px dotted #DBDBDB;
    padding-right: 30px;
    box-sizing: border-box;
}
.point_block p{
    width: calc(100% - 160px);
    padding: 10px 0 30px 10px;
}
.flow_subTitle{
    position: relative;
    font-family: var(--title-font-ja);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.flow_subTitle::before,.flow_subTitle::after{
    content: '';
    position: absolute;
    top: 13px;
    display: inline-block;
    width: 42%;
    height: 8px;
    vertical-align: middle;
}
.flow_subTitle::before{
    left: 0;
    background: url(./img/frame_deco_l.png);
    background-size: cover;
    background-position: right;
}
.flow_subTitle::after{
    right: 0;
    background: url(./img/frame_deco_r.png);
    background-size: cover;
    background-position: left;
}
.flow_img.display_pc{
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.flow_img.display_sp{
    display: none;
}
.flow_sentence{
    display: none;
}
.flow_supplement{
    text-align: center;
}
.flow_notes{
    width: 90%;
    line-height: 32px;
    margin: 0 auto 80px;
}
/*=====/効果的な使用方法=====*/

/*==========商品紹介=========*/
.sect_product{
    max-width: 1080px;
    width: 95%;
    margin: 140px auto;
}
.product_block{
    display: flex;
    margin-bottom: 80px;
}
.product_description{
    width: 70%;
}
.product_block picture{
    display: block;
    width: 30%;
    text-align: center;
    margin-top: -60px;
}
.product_block picture img{
    width: 50%;
}
.product_heading{
    font-family: var(--title-font-ja);
    font-weight: 600;
}
.product_heading{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.product_description ul{
    font-family: var(--title-font-ja);
    font-weight: 600;
    margin-bottom: 30px;
}
.product_description ul li{
    font-size: 20px;
    margin-bottom: 0.5rem;
}
.product_category{
    position: relative;
}
.product_category::after{
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: calc(100% - 130px);
    height: 1px;
    background: var(--font-color);
}
.product_description ul li:nth-child(2){
    font-size: 26px;
}
.product_description ul li.banner_price{
    font-size: 26px;
}
.all_components{
    box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-bottom: 50px;
}
.component_title{
    position: relative;
    font-weight: bold;
    transition: all 0.6s;
}
.component_title::after{
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    width: 28px;
    height: 12px;
    background: url(./img/arrow_before.png) no-repeat;
    background-size: contain;
    transition: 0.3s ease;
}
.component_title.close::after{
    transform: rotate(-180deg);
}
/*アコーディオンで現れるエリア*/
.component_text {
    display: none;
    font-size: 14px;
    line-height: 24px;
    border: 4px solid #DBDBDB;
    padding: 20px;
    margin: 20px 0;
}

/*==========Online Shopping=========*/
.sect_online{
    background: var(--brand-primary);
    padding: 100px 0;
}
.online_inner{
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
}
.sect_online h2{
    font-family: var(--title-font-ja);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.sect_online p{
    text-align: center;
    margin-bottom: 40px;
}
.link_block{
    width: 95%;
    margin: 0 auto;
    max-width: 600px;
}
.link_block a{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: var(--font-color);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.link_block a:hover{
    opacity: 0.6;
}
.link_block a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./img/icon_link_w.png) no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-left: 10px;
}

.materials{
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
}
/*=========/商品紹介=========*/

@media only screen and (max-width: 1024px){
    body.page-template-page-product:before{
        background: url(./img/prodact_fix_bg_tab.png);
        background-size: cover;
        background-position:top right;
    }
/*=====Concept=====*/
.worries_block div{
    width: 90%;
    padding: 50px 40px 40px;
}
.worries_block{
    padding-top: 40px;
}
/*=====/Concept=====*/

/*=====LASH LINKの特徴=====*/
.sect_feature{
    padding: 100px 0;
}
.feature_subTitle.left{
    width: 80%;
}
.eyelash_cycle_text{
    padding-right: 0;
}
/*=====/LASH LINKの特徴=====*/

/*=====効果的な使用方法=====*/
.point_block{
    padding: 20px;
}
.point_block p{
    padding: 20px;
    padding-right: 0;
}
/*=====/効果的な使用方法=====*/

.pro_image.display_pc{
    display: none;
}
.pro_image.display_tab{
    display: block;
}
.pro_image img{
    width: 100%;
}
/*=========商品紹介=========*/
.product_block{
    width: 90%;
    margin: 0 auto 60px;
}
.product_block picture{
    margin-top: -30px;
}
.product_block picture img{
    width: 60%;
}
/*=========/商品紹介========*/
}

@media only screen and (max-width: 900px){
    /*=====Concept=====*/
    .pro_bg.display_pc{
        display: block;
    }
    .pro_concept_image{
        width: 90%;
        margin-bottom: 40px;
    }
    .pro_concept_image picture:first-child{
        width: 50%;
    }
    .pro_concept_image picture:last-child{
        width: 45%;
        margin-top: 120px;
    }
    .pro_concept_container h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .pro_concept_text{
        width: 90%;
        margin-bottom: 60px;
    }
    .worries_block div{
        padding: 50px 30px 40px;
    }
    /*=====/Concept=====*/

    /*=====LASH LINKの特徴=====*/
    .caption::before, .caption::after {
        width: 36%;
    }
    .eyelash_cycle_block{
        padding-right: 15px;
    }
    .eyelash_cycle_block picture{
        width: 180px;
    }
    .eyelash_cycle_text ul li:first-child{
        width: 160px;
    }
    .eyelash_cycle_text ul li:last-child{
        width: calc(100% - 160px);
        padding: 10px;
    }
    .eyelash_cycle_text{
        width: calc(100% - 180px);
        padding: 10px 0 0 20px;
    }
    .feature_subTitle.left{
        width: 90%;
    }
    .plus_icon{
        margin-top: 20px;
    }
    .component_block{
        margin-bottom: 0;
    }
    .component_block li{
        width: 49%;
        margin-bottom: 15px;
    }
    .factor_list li p:last-child{
        font-size: 16px;
    }
    /*=====/LASH LINKの特徴====*/

    /*=====効果的な使用方法=====*/
    .flow_block{
        width: 100%;
    }
    .flow_block_inner{
        padding: 60px 20px 40px;
    }
    .flow_step li picture{
        width: 100%;
    }
    .flow_step li::after{
        right: -45px;
    }
    .point_block picture{
        padding-right: 20px;
    }
    .point_block p{
        padding: 10px 0 10px 20px;
    }
    .flow_notes{
        width: 100%;
    }
    /*=====/効果的な使用方法====*/

    /*=========商品紹介=========*/
    .sect_product{
        margin: 100px auto;
    }
    .product_block picture{
        text-align: right;
    }
    .product_block picture img{
        width: 75%;
    }
    .purchase_text{
        width: 90%;
        margin-bottom: 40px;
    }
    /*=========/商品紹介========*/

    /*==========Online Shopping=========*/
    .link_block{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    /*==========/Online Shopping=========*/
}

@media only screen and (max-width: 767px){
    .lower_keyvisual_inner picture{
        margin-bottom: 10px;
    }
    .pro_bg.display_pc{
        display: none;
    }
    .pro_bg{
        width: 100%;
        height: 500px;
    }
    /*=====Concept=====*/
    .pro_concept_image{
        width: 100%;
        display: block;
        margin-top: 60px;
    }
    .pro_concept_image picture:first-child{
        width: 85%;
    }
    .pro_concept_image picture:last-child{
        width: 80%;
        margin-top: 30px;
        margin-left: auto;
    }
    .pro_concept_container h2{
        font-size: 42px;
        margin-bottom: 15px;
    }
    .pro_concept_container h3{
        font-size: 20px;
    }
    .pro_concept_container h3 span{
        line-height: 28px;
    }
    .title_ja{
        font-size: 22px;
        line-height: 32px;
    }
    .pro_concept_text{
        width: 100%;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .no-webp .worries_block {
        background: url(./img/pro_content_bg_sp.jpg) center;
        background-size: cover;
    }
    .webp .worries_block {
        background: url(./img/pro_content_bg_sp.webp) center;
        background-size: cover;
    }
    .worries_block div{
        width: 95%;
        padding: 40px 25px 30px;
        margin-bottom: 30px;
    }
    .worries_block div::before{
        top: 10px;
        left: 10px;
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .worries_block div p{
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 20px;
    }
    .worries_block ul{
        display: block;
    }
    .worries_block ul li{
        width: 100%;
        font-weight: bold;
    }
    .worries_block ul li img{
        width: 18px;
        height: 20px;
    }
    .block_text{
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    /*=====LASH LINKの特徴====*/
    .sect_feature{
        padding: 60px 0 60px;
    }
    .section_heading{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .heading_content{
        flex-direction: column;
    }
    .heading_content picture{
        width: 100px;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .heading_content span{
        font-size: 20px;
        line-height: 30px;
    }
    .feature_subTitle{
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 1rem;
    }
    .feature_subTitle span{
        line-height: 30px;
    }
    .feature_subTitle span.note{
        font-size: 14px;
        line-height: 14px;
    }
    .exosome_image.display_pc{
        display: none;
    }
    .exosome_image.display_sp{
        display: block;
        width: 100%;
        margin: 20px 0 40px;
    }
    .caption{
        font-size: 18px;
    }
    .caption::before, .caption::after{
        top: 8px;
        width: 28%;
        height: 6px;
    }
    .eyelash_cycle{
        display: block;
    }
    .eyelash_cycle.bottom{
        margin-bottom: 60px;
    }
    .period{
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0.08rem;
        writing-mode:unset;
    }
    .period::before,.period::after{
        display: none;
    }
    .eyelash_cycle_block{
        display: block;
        padding: 20px 15px;
    }
    .eyelash_cycle_block picture{
        justify-content: center;
        width: 100%;
        border-right: none;
        border-bottom: 2px dotted #707070;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .eyelash_cycle_block picture img{
        width: 160px;
    }
    .eyelash_cycle_text{
        width: 100%;
        padding: 20px 0 0;
    }
    .eyelash_cycle_text p:first-child{
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    .eyelash_cycle_text ul{
        display: block;
    }
    .eyelash_cycle_text ul li:first-child,.eyelash_cycle_text ul li:last-child{
        width: 100%;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }
    .eyelash_cycle_text ul li:last-child{
        text-align: left;
    }
    .caption_02{
        font-size: 20px;
        margin-top: 30px;
    }
    .factor_list, .factor_list.factor_list02{
        display: block;
    }
    .factor_list li,.factor_list.factor_list02 li{
        width: 100%;
        margin-bottom: 15px;
    }
    .feature_subTitle.left{
        width: 100%;
        margin-bottom: 20px;
    }
    .feature_img img{
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
    .component_list{
        margin: 30px 0 10px;
    }
    .component_list li{
        width: 48%;
    }
    .plus_icon{
        width: 50px;
        margin-top: 1rem;
    }
    .component_block{
        display: block;
    }
    .component_block li,.component_block.secondary li{
        width: 100%;
        margin-bottom: 10px;
    }
    .free_prescription{
        margin-bottom: 60px;
    }
    .free_prescription_title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .free_prescription_title::before,.free_prescription_title::after{
        width: 25px;
    }
    .free_prescription_title::before{
        margin-right: 3px;
    }
    .free_prescription_title::after{
        margin-left: 3px;
    }
    .free_prescription p:last-of-type{
        text-align: left;
        margin-bottom: 20px;
    }
    .free_prescription .display_tab{
        display: none;
    }
    /*=====/LASH LINKの特徴===*/

    /*=====効果的な使用方法====*/
    .sect_flow{
        padding: 80px 0 10px;
    }
    .flow_block h4{
        width: 75%;
        font-size: 20px;
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
    }
    .flow_block{
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .flow_block_inner{
        padding: 40px 10px 20px;
    }
    .flow_text{
        font-size: 16px;
        text-align: left;
        margin-bottom: 20px;
    }
    .flow_text span{
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        margin-right: 5px;
    }
    .flow_text span:last-child{
        margin-right: 5px;
    }
    .flow_step{
        display: block;
    }
    .flow_step li{
        width: 100%;
        margin: 0 auto 40px;
    }
    .flow_step li picture{
        width: 60%;
        margin-bottom: 10px;
    }
    .flow_step li::after{
        top: auto;
        bottom: -40px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid var(--brand-primary);
        border-bottom: 0;
    }
    .point_title{
        width: 140px;
    }
    .point_block{
        display: block;
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .point_block picture{
        width: 100%;
        border-right: none;
        border-bottom: 2px dotted #DBDBDB;
        text-align: center;
        padding-right: 0;
        padding-bottom: 20px;
        margin: 0 auto 20px;
    }
    .point_block picture img{
        width: 70%;
    }
    .point_block p{
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .flow_subTitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .flow_subTitle::before, .flow_subTitle::after {
        top: 11px;
        width: 34%;
        height: 6px;
    }
    .flow_img.display_pc{
        display: none;
    }
    .flow_img.display_sp{
        display: block;
    }
    .flow_sentence{
        display: block;
        margin: 20px 0;
    }
    .flow_sentence li{
        display: flex;
        margin-bottom: 0.5rem;
    }
    .flow_sentence li img{
        width: 25px;
        height: 25px;
        margin-right: 0.5rem;
    }
    .flow_sentence li span{
        font-weight: bold;
        color: #93B9A4;
    }
    .flow_supplement{
        text-align: left;
    }
    .flow_notes{
        line-height: 26px;
        margin-bottom: 40px;
    }
    .title_ja.center{
        margin-bottom: 20px;
    }
    .pro_image.display_tab{
        display: none;
    }
    .pro_image.display_sp{
        display: block;
    }
    /*====/効果的な使用方法====*/

    /*=========商品紹介=========*/
    .sect_product{
        margin: 60px auto 80px;
    }
    .product_block{
        display: block;
        margin-bottom: 40px;
    }
    .product_description{
        width: 100%;
    }
    .product_heading{
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .product_description ul li{
        font-size: 17px;
    }
    .product_category::after{
        width: calc(100% - 110px);
    }
    .product_description ul li:nth-child(2){
        font-size: 22px;
    }
    .product_description ul li.banner_price{
        font-size: 22px;
    }
    .banner_price span{
        margin-right: 0;
    }
    .all_components{
        padding: 12px;
    }
    .component_title::after{
        top: 7px;
        right: 0;
        width: 25px;
        height: 9px;
    }
    .component_text {
        line-height: 22px;
        padding: 15px 10px;
    }
    .product_block{
        width: 95%;
    }
    .product_block picture{
        width: 50%;
        text-align: center;
        margin: 30px auto 0;
    }
    .product_block picture img{
        width: 65%;
    }
    .purchase_title span{
        font-size: 18px;
        padding: 5px 30px;
        margin-bottom: 20px;
    }
    .purchase_text{
        width: 100%;
        margin-bottom: 30px;
    }
    .link_block{
        display: block;
        width: 100%;
    }
    .link_block a{
        width: 100%;
        font-size: 16px;
        padding: 15px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .link_block a::after{
        width: 17px;
        height: 17px;
    }
    /*=========/商品紹介=========*/

    /*==========Online Shopping=========*/
    .sect_online{
        padding: 60px 0;
    }
    .sect_online h2{
        font-size: 30px;
    }
    .sect_online p{
        text-align: left;
        margin-bottom: 30px;
    }
    .link_block a{
        font-size: 14px;
    }
    /*==========/Online Shopping=========*/
}

/*-----------------------------------
case 
-----------------------------------*/
.case{
    margin: 100px auto;
    width: 90%;
    max-width: 1080px;
}
.case_h4{
    font-family: var(--title-font-en);
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.case_wrap{
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1080px;
}
.case p{
    margin-top: 30px;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .case{
        margin: 60px auto;
        width: 95%;
        max-width: 1080px;
    }
    .case_wrap{
        flex-wrap: wrap;
    }
}

/*-----------------------------------
商品購入ボタン
-----------------------------------*/
.ec_btn{

}
.ec_btn a{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: var(--font-color);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.6s;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ec_btn a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./img/icon_link_w.png) no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-left: 10px;
}