@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
「ニキビメディカルコース」ページ用CSS

　　 /trial/body/nikibi_medical.html
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

video {
	max-width: 100%;
}

.worries .inner h3 span.txt{
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}

.worries .inner h3 span em{
    display: inline-block;
}

.worries .worries_list{
    max-width: 575px;
    margin: 0 auto;
}
.worries .image01{
    width: min(100%, 900px);
	margin: 40px auto 0;
}
.worries .image02{
    width: min(52%, 470px);
	margin: 40px auto 0;
}




.why .box .text{
	text-align: center;
	margin-bottom: 40px;
}
.why .box .text > em{
    font-size: 28px;
	font-weight: bold;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
	display: block;
	margin-bottom: 30px;
}
.why .box .text p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.why .box dl{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.why .box dl::after{
	content: "";
	background: url(/trial/leg/img/modebi/arrow.svg);
	width: min(13%,97px);
	height: min(100%,97px);
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 4%);
	margin: auto;
}
.why .box dl > div {
    flex-basis: min(45%, 350px);
}
.why .box dt {
    height: 30px;
    max-width: 285px;
    margin: auto;
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    font-size: 15px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.why .box .cause_list{
    display: flex;
    margin: 0 auto 40px;
    justify-content: center;
}

.why .box .cause_list li{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.why .box .cause_list li img{
    width: 100px;
}
.why .box .cause_list li p{
    width: calc(100% - 110px);
    font-size: 28px;
    color: var(--main-color);
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
    
.why .box .cause_list li p span{
    background-image : linear-gradient(to right, var(--main-color) 10px, transparent 5px);
    background-size: 15px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
}
.why .box .img,
.why .box .movie{
    margin-bottom: 40px;
    text-align: center;
}

.why .box .cause_list:nth-of-type(2){
    margin-top: 40px;
}

.why .box .border-double .text{
    color: #FF3100;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    margin-bottom: 0;
}

.why .box .border-double .arrow{
    margin: 20px auto 15px;
    text-align: center;
}

.why .box .border-double .txt span{
    text-decoration: underline;
}

.why .box .self-dieting{
    width: 668px;
    margin: 0 auto;
}
.why .box .self-dieting p{
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    text-align: center;
    padding: 8px 10px;
    margin: 40px auto;
}
.why .box .negative-influence p{
    text-align: center;
    margin: 40px auto;
}
.why .box .negative-influence p em{
    font-size: 28px;
    font-weight: 600;
    font-weight: 500;
}
.why .box .negative-influence .notice{
    text-align: left;
    font-size: 12px;
    margin: 10px auto 40px;
}
.arrow_bottom{
    text-align: center;
    transform: rotate(90deg);
}
.arrow_bottom.single{
    text-align: center;
    transform: rotate(0deg);
    margin: 30px auto 0;
}



/* ニキビの原因にアプローチ */

.solution h4 .point{
    color: #FFFF00;
}
.solution .inner .box{
    padding: 72px 30px 30px;
    position: relative;
}
.solution .inner .box:before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 120px;
    display: block;
    top: -60px;
}

.solution .inner .solution_inner:before{
    background: #fff url(/trial/face/img/nikibi_medical/solution_inner.svg) no-repeat center center / contain;
}

.solution .inner .solution_outer:before{
    background: #fff url(/trial/face/img/nikibi_medical/solution_outer.svg) no-repeat center center / contain;
}

.solution .inner .solution_outer{
    margin-bottom: 60px;
}

.solution .inner .box .ttl{
    text-align: center;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    color: #FF3100;
    text-decoration: underline;
    margin-bottom: 20px;
}
.solution .inner .box .detail{
    display: flex;
    column-gap: 20px;   
}
.solution .inner .box .detail .txt{
    width: 420px;
}
.solution .inner .box .detail .txt em{
    color: #FF3100;
}

.solution .inner .box .detail .img{
    width: 400px;
}

.solution .inner .solution_inner{
    border: 1px solid #F4A295;
    border-radius: 20px;
    margin-bottom: 108px;
    margin-top: 70px;
}



.solution .inner .solution_outer{
    border: 1px solid #00AFFF;
    border-radius: 20px;
}

.text_border{
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    width: 700px;
    margin: 0 auto;
    padding: 15px 20px;
}
.text_border p{
    font-size: 28px;
    font-weight: 500;
}
.text_border p em{
    color: #FF3100;
}

.result_focus h4 em{
    display: inline-block;
}
.result_focus .features .pc_space{
    padding-left: 1em;
}


.chapter02 .image01{
    width: min(77%, 700px);
	margin: 40px auto 0;
}

.chapter02 .contents_slider_wrap{
    padding-bottom: 0;
    margin-bottom: 0;
}

.chapter02 .contents_slider_wrap:after{
    box-shadow: none;
}

.dr_image{
    margin-top: 20px;
}
.what_triple_gamma_linolenic_acid{
    margin-top: 40px;
}
.what_triple_gamma_linolenic_acid h4{
	background-color: var(--main-color);
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	padding: 0 15px;
	border-radius: 22px;
	font-size: 28px;
	width: min(100%, 480px);
	margin: auto;
	font-weight: 400;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.what_triple_gamma_linolenic_acid .item{
    margin: 20px auto;
}
.what_triple_gamma_linolenic_acid .item .img_txt{
    display: flex;
    margin-bottom: 20px;
}

.what_triple_gamma_linolenic_acid .item .img_txt img{
    height: fit-content;
    width: 50%;
}

#chapter03 > section > div > div.equipment > ul > li.sp_only{
    width: calc(100vw - 40px);
}
.what_triple_gamma_linolenic_acid > img{
    display: block;
    margin: 0 auto;
}

.trial.course_nav li img{
    width: 100%;
}
#chapter03 > section > div > div.equipment > div.mens_entrance.pc_only{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#chapter03 > section > div > div.equipment > div.mens_entrance.pc_only > div{
    width: 54.4%;
    margin-left: 30px;
}
#chapter03 > section > div > div.equipment > div.mens_entrance.pc_only > div > span{
    background-color:var(--main-color);
    color: #FFFFFF;
    font-size: 22px;
    padding: 5px 20px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#slick-slide14 > div > div.detail > img,
#slick-slide15 > div > div.detail > img{
    margin: auto;
}


body.trial.face.nikibi_medical_M span.large{
    font-size: 21px;
}

/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/
@media screen and (max-width: 1221px) {
    .worries .img{
        width: min(50%, 440px);
    }

    #chapter03 > section > div > div.equipment > div.mens_entrance.pc_only > div{
        width: calc(100% - 410px);
    }

    /*.point .point_contents li.point_box .box.grid {
        grid-template-columns: 420px calc(100% - 450px);
    }*/
}

/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px) {

    #chapter03 > section > div > div.equipment > div.mens_entrance.pc_only > div{
        width: calc(100% - 410px);
    }

    .point .point_contents li.point_box .box.grid {
        grid-template-columns: 420px calc(100% - 460px);
    }
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */





/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){
    .worries .img {
        display: inline-block;
        margin-top: 30px;
        width: min(50%, 420px);
    }
/* --- */
    .point .point_contents li.point_box .box.grid {
        /*grid-template-columns: 300px 320px;*/
        grid-template-columns: 300px calc(100% - 325px);
    }
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */






/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {
	
.worries .inner h3 span.txt{
    font-size: 20px;
}

.worries .worries_list{
    width:100%;
	float:none;
}
.worries .img{
	float: none;
	width: calc(100% + 1.5vw + 1.5vw);
    margin-left: -1.5vw;
    margin-right: -1.5vw;
	margin-bottom: 20px;
}
.worries .img img{
	display: block;
	max-width: 500px;
	width: 100%;
	margin: auto;
}	
.worries .image0102{
	width: 100vw;
	margin-left: -5vw;
}
	
	

.why .box .text {
    margin-bottom: 30px;
}
.why .box .text > em {
    margin-bottom: 20px;
}	
.why .box .text p {
    font-size: 15px;
}	
	
.why .box dl {
    flex-flow: column;
	gap: 60px;
}	
.why .box dl::after {
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}	
.why .box dt {
    height: 25px;
    max-width: 225px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}	
.why .box dd img{
    width: 95%;
    max-width: 400px;
    margin: auto;
    display: block;
}

.why .box .cause_list{
    display: block;
    margin-bottom: 20px;
}
.why .box .cause_list li{
    margin: 0 auto;
    width: auto;
}
.why .box .cause_list li:nth-of-type(1){
    margin-bottom: 20px;
}
.why .box .cause_list:nth-of-type(2){
    margin-top: 20px;
}
.why .box .cause_list li img{
    width: 76px;
}
.why .box .cause_list li p{
    width: calc(100% - 86px);
    font-size: 22px;
}
.why .box .cause_list li p span:nth-of-type(1){
    display: block;
}



.why .box .cause_list li p span.sp_normal{
    font-weight: 400;
    background-image: linear-gradient(to right, var(--main-color) 7px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 0;
}

.why .box .cause_list li p span:nth-of-type(2){
    background: none;
}
.why .box .img,
.why .box .movie{
    margin-bottom: 20px;
}
.why .box .border-double .text{
    font-size: 21px;
}
.why .box .border-double .arrow{
    margin: 10px auto;
    line-height: 1;
}
.why .box .border-double .arrow img{
    width: 15px;
}
.why .box .border-double .txt em{
    font-weight: 600;
}

.arrow_bottom{
    width: 66px;
    height: 66px;
    margin: 0 auto;
}
.arrow_bottom.single{
    margin-top: 15px;
    height: 37px;
}
.why .box .self-dieting{
    margin: 0 auto 20px;
    width: auto;
}
.why .box .self-dieting p{
    font-size: 22px;
    padding: 8px 10px;
    margin: 20px auto;
}
.why .box .negative-influence p{
    margin: 20px auto;
}
.why .box .negative-influence p em{
    font-size: 18px;
}
.why .box .negative-influence .notice{
    font-size: 11px;
    margin-bottom: 0;
}

.chapter .solution .inner{
    padding-bottom: 0;
}

.solution .inner .box{
    padding: 52px 15px 15px;
}
.solution .inner .box::before{
    width: 100px;
    height: 80px;
    top: -40px;
}
.solution .inner .solution_inner{
    margin: 45px auto 70px;
}
.solution .inner .solution_outer{
    margin-bottom: 24px;
}
.solution .inner .box .ttl{
    font-size: 21px;
}
.solution .inner .box .detail{
    display: block;
}
.solution .inner .box .detail .txt,
.solution .inner .box .detail .img{
    width: auto;
    margin: 0;
}
.solution .inner .box .detail .txt{
    margin-bottom: 15px;
}
.solution .inner .img{
    width: 100vw;
    margin-left: -5vw;
}


.text_border{
    width: auto;
    padding: 10px;
}
.text_border p{
    font-size: 15px;
}
.result_focus .features .wrap{
    width: auto;
}
.result_focus .features .wrap ul{
    margin-bottom:10px;
}
.result_focus .features .wrap > p{
    font-size: 14px;
    margin-bottom: 15px;
}
.result_focus .features .wrap .text{
    margin-top: 0;
}
.result_focus .features h5 span em .sp_mini{
    display: block;
    font-size: 14px;
}
.result_focus .features .pc_space{
    padding-left: 0;
}
.result_focus h4 .sp_left{
    text-align: left;
    display: block;
}
.result_focus .inner .img{
    width: 100vw;
    max-width: initial;
}


.chapter02 .image01{
    width: min(100%, 768px);
    margin-top: 24px;
}




    .what_triple_gamma_linolenic_acid{
        margin-top: 20px;
    }
	.what_triple_gamma_linolenic_acid h4 {
        padding: 5px;
        border-radius: 14px;
        font-size: 18px;
        height: 28px;
        margin-bottom: 20px;
    }
    .what_triple_gamma_linolenic_acid .item{
        margin: 20px auto;
    }
    .what_triple_gamma_linolenic_acid .item .img_txt{
        display: flex;
        margin-bottom: 20px;
    }

    .what_triple_gamma_linolenic_acid .item .img_txt img{
        /*height: fit-content;*/
        height: auto;
        width: 50%;
    }

    #chapter03 > section > div > div.equipment > ul > li.sp_only{
        width: calc(100vw - 40px);
    }
    #slick-slide14 > div > div.detail > img,
    #slick-slide15 > div > div.detail > img{
        margin: 0 auto;
        width: 50%;
    }


    body.trial.face.nikibi_medical_M > section > div.mv_box > h1 > span{
        font-size: 14px;
    }

    body.trial.face.nikibi_medical_M span.large{
        font-size: clamp(14px, 2.2vw, 28px);
    }
    body.trial.face.nikibi_medical_M > div > main > article > section:nth-child(2) > div > div > dl > dt > span > small,
    body.trial.face.nikibi_medical_M > div > main > article > section:nth-child(4) > div > div > dl > dt > span > small{
        font-size: 12px;
    }
/* --- */
}

/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */

@media screen and (max-width: 420px) {

    .mv_title em{
        font-size: 17px;
    }
}