@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
「ボディ痩身エステTRIAL」共通 用CSS

　　　　　　 /trial/
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.title_beautyenhance,
.title_troubleshooting,
.title_aboutcourse {
    font-size: 28px;
    color: var(--main-color);
    padding: 0 3vw;
    display: flex;
    line-height: 1.25;
    margin: 0 -3vw;
}

.title_troubleshooting,
.title_aboutcourse {
    background: var(--main-color);
    ;
    height: clamp(50px, 9vw, 80px);
    align-items: center;
    justify-content: center;
    padding: 8px 3vw 15px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.contents .title_troubleshooting,
.contents .title_aboutcourse {
    position: relative;
    padding-top: 15px;
    height: clamp(calc(15px + 50px), calc(15px + 9vw), calc(15px + 80px));
}

.title_beautyenhance span.bg,
.title_troubleshooting span.bg,
.title_aboutcourse span.bg {
    max-width: 900px;
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    min-height: 57px;
    padding-left: min(15%, 130px);
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
}

.title_beautyenhance span.bg {
    background-image: url(/mens/trial/img/line_house.svg);
}

.title_troubleshooting span.bg {
    background-image: url(/mens/trial/img/line_loupe.svg);
}

.title_aboutcourse span.bg {
    background-image: url(/mens/trial/img/line_crown.svg);
}

.contents .title_troubleshooting::before,
.contents .title_aboutcourse::before,
.course_apply::before,
.trial_course_info::before {
    content: "";
    background: #5c7c95;
    height: 15px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.contents .title_troubleshooting::after,
.contents .title_aboutcourse::after,
.course_apply::after,
.trial_course_info::after {
    content: "";
    background-image: url(/trial/img/line_ruler.svg);
    background-repeat: no-repeat;
    height: 15px;
    max-width: 900px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

/*.mv*/
.mv .medal {
    width: clamp(155px, 18vw, 316px);
    position: absolute;
    right: 0;
    bottom: 20%;
    text-align: center;
}

/*.table_of_contents　目次*/
.table_of_contents {
    padding: 0 3vw;
}

.table_of_contents .inner {
    padding: 0 0 25px;
}

.table_of_contents h2 {
    text-align: center;
    margin-top: 25px;
}

.table_of_contents h2 img {
    width: min(80%, 350px);
}

.table_of_contents .chapter_list li {
    background-image: linear-gradient(to right, var(--main-color) 8px, transparent 8px);
    background-size: 12px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.table_of_contents .chapter_list li a {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 0 20px;
}

.table_of_contents .chapter_list li a span {
    display: flex;
    gap: 0 10px;
    flex: 1;
    align-items: center;
}

.table_of_contents .chapter_list li a em {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 500;
    margin-top: 0.5em;
    flex: 1;
}

.table_of_contents .chapter_list li a small {
    font-size: clamp(14px, 2vw, 20px);
    flex-basis: min(55%, 430px);
    margin-left: auto;
    line-height: 1.25em;
    margin-top: 0.5em;
}

/*.chapter*/
.chapter>section>.inner {
    padding: 40px 0;
}

.chapter h3 {
    display: flex;
    gap: 0 clamp(15px, 3vw, 30px);
    align-items: center;
    margin-bottom: 40px;
}

.chapter h3 em {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 1.25;
}

.chapter h3 small {
    font-size: 20px;
    margin-top: 0.5em;
    display: block;
    font-weight: 500;
    line-height: 1.25;
}

/*--------------------
   .contents_slider
 　コンテンツ内スライダー
--------------------*/
.contents_slider_wrap {
    position: relative;
    padding: 40px 0;
    margin: 40px auto;
}

.contents_slider_wrap::before,
.contents_slider_wrap::after {
    content: "";
    width: 100%;
    display: block;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    position: absolute;
}

.contents_slider_wrap::before {
    top: 0;
}

.contents_slider_wrap::after {
    bottom: 0;
}

.contents_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.contents_slider.slick-initialized .slick-slide {
    padding: 5px 50px;
}

.contents_slider.slick-dotted.slick-slider::before,
.contents_slider.slick-dotted.slick-slider::after {
    content: "";
    width: 50px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    display: block;
    z-index: 2;
}

.contents_slider.slick-dotted.slick-slider::before {
    left: 0;
}

.contents_slider.slick-dotted.slick-slider::after {
    right: 0;
}

.contents_slider .slick-prev,
.contents_slider .slick-next {
    z-index: 10;
    width: 30px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0) !important;
}

.contents_slider .slick-prev {
    left: 0;
}

.contents_slider .slick-next {
    right: 0;
}

.contents_slider .slick-prev::before,
.contents_slider .slick-next::before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 1;
    border-style: solid;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.contents_slider .slick-prev::before {
    border-right: 30px solid #00325a;
    border-left: 0;
}

.contents_slider .slick-next::before {
    border-left: 30px solid #00325a;
    border-right: 0
}

.contents_slider .slick-dots {
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

.contents_slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.contents_slider .slick-dots li button:before {
    opacity: .3;
    color: #99ADBD;
    font-size: 14px;
}

.contents_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #99ADBD;
}

/*.worries*/
.worries .worries_list {
    max-width: 470px;
    width: 100%;
    border: 3px solid var(--main-color);
    padding: 25px 30px;
    border-radius: clamp(25px, 4vw, 50px);
    ;
    margin-bottom: 30px;
}

.worries .worries_list li {
    background-image: linear-gradient(to right, var(--main-color) 12px, transparent 8px);
    background-size: 17px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 55px;
    line-height: 1.25;
    min-height: 30px;
}

.worries .worries_list li:last-of-type {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.worries .worries_list li::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid var(--main-color);
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.worries .worries_list li::after {
    content: "";
    background-image: url(/trial/img/check.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: -5px;
}

/*.troubleshooting*/
.troubleshooting h4 {
    background: var(--main-color);
    min-height: 100px;
    margin: 0 -3vw;
    padding: 10px 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

.troubleshooting h4 em {
    color: #FFFF00;
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: -0.03em;
}

/*.border-double*/
.border-double {
    border: 8px solid var(--main-color);
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px;
    z-index: 0;
}

.border-double::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    margin: auto;
    border: 5px solid var(--main-color);
    display: block;
    z-index: -1;
}

/*.solution*/
.solution .text p {
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 500;
    text-align: center;
}

.solution .text p em {
    color: #FF3100;
    font-size: clamp(28px, 3vw, 37px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    background-image: radial-gradient(circle at center, #ff3100 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    line-height: 3em;
    vertical-align: middle;
    margin-right: 5px;
}

/*.result_focus*/
.result_focus .features h5 {
    position: relative;
    margin: 40px auto;
}

.result_focus .features h5::before,
.result_focus .features h5::after {
    content: "";
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    width: 100%;
}

.result_focus .features h5::before {
    background-image: url(/mens/trial/img/title_result_focus_top.svg);
    height: 20px;
    position: absolute;
    top: 50px;
}

.result_focus .features h5::after {
    background-image: url(/mens/trial/img/title_result_focus_bottom.svg);
    height: 20px;
}

.result_focus .features h5 img {
    width: clamp(100px, 30%, 200px);
    display: block;
    margin: auto;
}

.result_focus .features h5>span {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    margin: 30px auto;
    display: block;
    text-align: center;
}

.result_focus .features h5>span em {
    font-size: 28px;
}

.result_focus .features .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 1vw;
}

.result_focus .features ul {
    display: flex;
    flex-flow: column;
    gap: 35px 0;
}

.result_focus .features ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 0 20px;
    flex: 1;
}

.result_focus .features ul li span {
    font-size: 18px;
    display: block;
    line-height: 1.25em;
}

.result_focus .features ul li em {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: var(--main-color);
    display: block;
}

.result_focus .features .wrap .img {
    max-width: 400px;
    flex: 1;
}

/*.course_apply*/
.course_apply {
    position: relative;
}

.course_apply .inner {
    padding-top: calc(15px + 40px);
    padding-bottom: 40px;
}

/*.trial_course_box*/
.trial_course_box {
    display: flex !important;
    justify-content: space-between;
    gap: min(3vw, 40px);
}

.trial_course_box .img {
    flex-basis: min(45%, 400px);
    height: min(45%, 400px);
    aspect-ratio: 1 / 1;
    position: relative;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 15%);
}

.trial_course_box .img>img {}

.trial_course_box .img .logo {
    position: absolute;
    width: 84px;
    left: 22px;
    top: 12px;
}

.trial_course_box .img .medal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(173px, 50%, 200px);
}

.trial_course_box .img .U-30 {
    position: absolute;
    top: 20%;
    left: 10px;
    width: clamp(77px, 50%, 154px);
}

.trial_course_box dl {
    flex: 1;
}

.trial_course_box dt {
    display: flex;
    gap: 10px;
    font-family: "Noto Serif JP", serif;
    align-items: flex-end;
    line-height: 2;
    margin-bottom: 20px;
}

.trial_course_box dt img {
    max-width: 80px;
}

.trial_course_box dt span {
    flex: 1;
}

.trial_course_box dt span small {
    font-size: 18px;
    border-bottom: 1px solid var(--main-text-color);
    line-height: 1.25;
    height: 30px;
    display: flex;
    align-items: flex-start;
}

.trial_course_box dt span em {
    font-size: min(1.9vw, 24px);
    border-bottom: 1px solid var(--main-text-color);
    font-weight: bold;
    line-height: 1;
    height: 50px;
    display: flex;
    align-items: center;
}

.course_nikibi_medical dt span em {
    font-size: min(1.9vw, 22px);
}

.trial_course_box.course_shibo_check dt span em {
    height: 70px;
}

.trial_course_box dd p {
    margin-bottom: 15px;
}

.trial_course_box dd .price {
    margin-bottom: 30px;
    display: block;
}

.trial_course_box dd a.course_more_btn {
    height: min(8.25vw, 95px);
    margin: 0 auto;
    aspect-ratio: 92 / 19;
    background-image: url(/mens/trial/img/course_more_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 500;
    text-align: center;
    padding-right: 5%;
}

.trial_course_box dd a.course_more_btn em {
    font-size: clamp(15px, 1.7vw, 18px);
    color: #FFFF00;
    letter-spacing: -0.03em;
}

.trial_course_box dd a.course_more_btn.more {
    display: none;
}

/*.flow*/
.flow h3 {
    float: left;
}

.flow .inner>.illust {
    float: right;
    width: min(45%, 400px);
}

.flow .inner>.text {
    width: min(50%, 450px);
    float: left;
    padding-bottom: 60px;
}

.flow .contents_slider_wrap {
    clear: both;
}

/*.step_contents*/
.flow .step_contents li.step_box h4 {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
}

.flow .step_contents li.step_box h4 img {
    max-width: 90px;
}

.flow .step_contents li.step_box .box {
    display: flex;
    gap: 20px;
}

.flow .step_contents li.step_box .movie {
    flex-basis: min(60%, 450px);
}

.flow .step_contents li.step_box .movie iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.flow .step_contents li.step_box .movie .movie_box {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.flow .step_contents li.step_box .detail {
    flex: 1;
}

.flow .step_contents li.step_box .detail .ttl {
    background: var(--main-color);
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.flow .step_contents li.step_box .detail .notice {
    font-size: 13px;
}

.flow .step_contents li.step_box .detail p {
    margin-bottom: 30px;
    line-height: 1.25;
}

.flow .step_contents li.step_box .detail p:last-child {
    margin-bottom: 0;
}

.flow .step_contents li.step_box .detail p em {
    color: #FF3100;
    font-weight: 500;
    display: block;
}

.flow .step_contents li.step_box .detail .detail_column {
    display: flex;
    column-gap: 2%;
}

.flow .step_contents li.step_box .detail .detail_column img {
    width: 28%;
}

.flow .step_contents li.step_box .detail .detail_column p {
    width: 70%;
    font-size: 14px;
}

/*.final_step*/
.flow .final_step {
    position: relative;
}

.flow .final_step::before {
    content: "";
    background-image: url(/mens/trial/img/step_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 80px;
    display: block;
    margin: 0 auto 40px;
}

.flow .final_step::after {
    content: "";
    clear: both;
    display: block;
}

.flow .final_step em {
    max-width: 335px;
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

.flow .final_step h4 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    float: right;
    width: min(50%, 450px);
    letter-spacing: -0.03em;
}

.flow .final_step .img {
    width: min(48%, 430px);
    float: left;
}

.flow .final_step .text {
    float: right;
    width: min(50%, 450px);
}

/*.point */
.point h3 {
    float: left;
    width: min(55%, 470px);
}

.point .inner>.illust {
    float: right;
    width: min(45%, 400px);
}

.point .inner>.text {
    width: min(50%, 450px);
    float: left;
    padding-bottom: 60px;
}

.point .contents_slider_wrap {
    clear: both;
}

/*.point_list */
.point .point_list {
    width: min(55%, 450px);
    border: 3px solid var(--main-color);
    padding: 25px 30px;
    border-radius: clamp(25px, 4vw, 50px);
    margin-bottom: 40px;
    float: left;
}

.point .point_list li {
    background-image: linear-gradient(to right, var(--main-color) 12px, transparent 8px);
    background-size: 17px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.25;
    min-height: 30px;
    gap: 0 20px;
}

.point .point_list li:last-of-type {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.point .point_contents li.point_box h4 {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
}

.point .point_contents li.point_box h4 img {
    max-width: 130px;
}

.point .point_contents li.point_box h4 em {
    color: var(--main-color);
    display: block;
}

.point .point_contents li.point_box h4 small {
    font-size: 20px;
    display: block;
}

.point .point_contents li.point_box .box {
    display: flex;
    gap: 20px;
}

.point .point_contents li.point_box .img {
    flex-basis: min(60%, 450px);
}

.point .point_contents li.point_box .detail {
    flex: 1;
}

.point .point_contents li.point_box .detail p {
    margin-bottom: 30px;
    line-height: 1.25;
}

.point .point_contents li.point_box p:last-child {
    margin-bottom: 0;
}

/* 4つのポイントflexレイアウトreverse用 PC */
.point .point_contents li.point_box .box.row {
    display: flex;
    flex-direction: row-reverse;
}

/* 4つのポイントグリッドレイアウト用 PC */
.point .point_contents li.point_box .box.grid {
    display: grid;
    width: calc(100% - 2px);
    margin: 0 1px 1px;
    gap: 2%;
    grid-template-columns: 48% 48%;
    grid-template-rows: auto;
}

.point .point_contents li.point_box .box.grid .pc_right-top {
    grid-area: 1 / 2 / 2 / 3;
}

.point .point_contents li.point_box .box.grid .pc_left {
    grid-area: 1 / 1 / 3 / 2;

}

.point .point_contents li.point_box .box.grid .pc_right-bottom {
    grid-area: 2 / 2 / 3 / 3;
}

.point .equipment .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 15px;
}

.point .equipment .box .illust {
    flex-basis: min(45%, 400px);
}

.point .equipment .box .text {
    flex-basis: min(50%, 450px);
}

.point .equipment_list {
    gap: 30px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.point .equipment_list img {
    aspect-ratio: 29 / 19;
    object-fit: cover;
}

.point .equipment_list em {
    background: var(--main-color);
    color: #fff;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.point .equipment .mens_entrance {
    display: flex;
    gap: 0 30px;
    margin-top: 30px;
}

.point .equipment .mens_entrance .img {
    flex: 1;
}

.point .equipment .mens_entrance .text em {
    background: var(--main-color);
    color: #fff;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.point .equipment .mens_entrance .text {
    flex-basis: min(60%, 490px);
    display: flex;
    flex-flow: column;
    gap: 20px 0;
}

.point .equipment .mens_entrance .text small {
    font-size: 12px;
}

.voice h4.result_ttl {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}

.voice h4.result_ttl::after {
    content: "";
    height: 10px;
    width: 48%;
    display: block;
    background-image: url(/mens/asset2025/img/common/line_stripe.png);
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    margin: auto;
}

.voice h4.result_ttl span {
    font-size: 24px;
    color: var(--accent-color);
}

/*.voice*/
.voice h3 {
    float: left;
    width: min(55%, 500px);
}

.voice .inner>.illust {
    float: right;
    width: min(45%, 400px);
}

.voice .inner>.text {
    width: min(50%, 450px);
    float: left;
    padding-bottom: 80px;
}

.voice .contents_slider_wrap {
    clear: both;
    margin-bottom: 0;
    padding-bottom: 0;
}

.voice .contents_slider_wrap::after {
    display: none;
}

.voice .user_result {
    display: flex;
    gap: min(3vw, 30px);
}

.voice .user_result .before_after {
    display: flex;
    gap: 0 50px;
    position: relative;
    flex-basis: min(60%, 450px);
}

.voice .user_result .before_after::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 28px solid var(--main-color);
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.voice .user_result .before_after li {}

.voice .user_result .before_after li span img {
    display: block;
    margin: 0 auto 20px;
}

.voice .user_data {
    flex: 1;
}

.voice .user_data dt {
    margin-bottom: 30px
}

.voice .user_data dt>span {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    display: block;
    margin-bottom: 20px;
}

.voice .user_data dt small {
    display: block;
    font-size: 18px;
}

.voice .user_data dd {
    margin-top: 15px;
}

.voice .user_data dd span {
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    border-radius: 15px;
    height: 30px;
    margin-bottom: 10px;
}

.voice .user_review>span {
    max-width: 400px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.voice .user_review dt {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 20px;
}

.voice .user_review dt img {
    max-width: 55px;
}

.voice .user_review dt span {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-flow: column;
}

.voice .user_review dd p {
    font-size: 18px;
}

.voice .user_review dd p em,
.voice .user_result dd em {
    color: #FF3100;
    font-weight: bold;
}

/*.faq*/
.faq .inner>h3 {
    float: left;
    width: min(55%, 500px);
}

.faq .inner>.illust {
    float: right;
    width: min(45%, 400px);
}

.faq .inner>.text {
    width: min(50%, 450px);
    float: left;
    padding-bottom: 50px;
}

.faq .faq_area {
    clear: both;
}

.faq .faq_area {
    clear: both;
}

.faq .faq_area .h2_bg {
    display: none;
}

.faq .faq_area .text {
    display: none;
}

/*.trial_course_notes*/
.trial_course_notes {
    position: relative;
}

.trial_course_notes::before {
    content: "";
    height: 10px;
    width: 100vw;
    display: block;
    background-image: url(/mens/asset2025/img/common/line_stripe.png);
    margin: 0 -3vw;
}

.trial_course_notes .inner {
    padding: 40px 0;
}

.trial_course_notes .inner .inner_box {
    padding-bottom: 30px;
}

.trial_course_notes .inner .inner_box:last-of-type {
    padding-bottom: 0;
}

.trial_course_notes h2 {
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.trial_course_notes ul li {
    font-size: 12px;
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 10px;
}

.trial_course_notes .this_course_notes {
    margin-top: 30px;
}

.trial_course_notes .wrap_border {
    border: 2px solid #D83B1B;
    border-radius: 10px;
    padding: 15px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
}

/*.trial_course_info*/
.trial_course_info {
    position: relative;
}

.trial_course_info .inner {
    padding-top: calc(15px + 40px);
    padding-bottom: 100px;
}

.trial_course_info h2 {
    text-align: center;
    margin-bottom: 40px;
}

.trial_course_info h2 img {
    width: clamp(200px, 50%, 400px);
    display: block;
    margin: 0 auto 30px;
}

.trial_course_info h2 span {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.trial.course_nav li span::before {
    background-color: #000000;
}

/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/

/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */
@media (max-width:1024px) {
    /* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */

/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */
@media screen and (max-width: 1205px) {
    .trial_course_box.course_nikibi_medical dt span small {
        font-size: 14px;
        letter-spacing: -0.05em;
    }
}

@media (max-width:820px) {
    /* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */

/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */
@media screen and (max-width: 767px) {
    .mv .medal {
        bottom: 45px;
        right: -15px;
        z-index: -1;
    }

    .mv .medal span {
        width: 77px;
        margin: auto;
        display: block;
        margin-bottom: -10px;
    }

    .mv_title {
        position: relative;
        padding-left: calc(4vw + 50px + 2.5vw);
    }

    .mv_title::before {
        content: "";
        position: absolute;
        left: 4vw;
        width: 50px;
        height: 50px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .body .mv_title::before {
        background-image: url(/mens/trial/img/icon_body_wh_v1.svg);
    }

    .face .mv_title::before {
        background-image: url(/mens/trial/img/icon_face_wh.svg);
    }

    .bridal .mv_title::before {
        background-image: url(/trial/img/icon_bridal_wh.svg);
    }

    .bridal.lady_men .mv_title::before {
        background-image: url(/trial/img/icon_bridal_lady_men_wh.svg);
    }

    .chapter>section>.inner {
        padding: 20px 0;
    }

    .table_of_contents {
        padding: 0 5vw;
    }

    .title_beautyenhance,
    .title_troubleshooting,
    .title_aboutcourse {
        font-size: clamp(14px, 2.2vw, 28px);
        padding: 0 5vw;
        margin: 0 -5vw;
    }

    .title_beautyenhance span.bg,
    .title_troubleshooting span.bg,
    .title_aboutcourse span.bg {
        background-position: 20% bottom;
        background-size: min(130%, 490px);
        min-height: 30px;
        padding-left: min(13%, 70px);
        padding-bottom: 5px;
        line-height: 1;
        max-width: 490px;
    }

    .table_of_contents .chapter_list li a {
        min-height: 60px;
        padding: 10px 0px;
        gap: 0 15px;
    }

    .table_of_contents .chapter_list li a img {
        width: 40px;
    }

    .table_of_contents .chapter_list li a span {
        display: block;
    }

    .table_of_contents .chapter_list li a small {
        display: block;
        margin: 0;
    }

    .chapter h3 {
        margin-bottom: 20px;
    }

    .chapter h3 small {
        font-size: 18px;
        margin-top: 0;
    }

    .chapter h3 img {
        width: 62px;
    }

    .worries .worries_list {
        margin: 0 auto 20px;
        padding: 15px 4vw;
    }

    .worries .worries_list li {
        background-image: linear-gradient(to right, var(--main-color) 7px, transparent 2px);
        background-size: 10px 1px;
        font-size: 19px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 35px;
        min-height: auto;
    }

    .worries .worries_list li::before {
        width: 20px;
        height: 20px;
        border: 2px solid var(--main-color);
        top: 3px;
    }

    .worries .worries_list li::after {
        width: 20px;
        height: 20px;
        top: -2px;
    }

    .troubleshooting h4 {
        margin: 0 -5vw;
        font-size: 15px;
        padding: 15px 6vw;
    }

    .border-double {
        border: 4px solid var(--main-color);
        padding: 35px 5vw;
    }

    .border-double::after {
        top: 6px;
        bottom: 6px;
        left: 6px;
        right: 6px;
        border: 3px solid var(--main-color);
    }

    .solution .text p em {
        background-size: 1em 0.3em;
        padding-top: 0.2em;
        line-height: 2.25;
    }

    .result_focus .inner>.img {
        max-width: 500px;
        margin: auto;
    }

    .result_focus .features h5 {
        margin: 20px auto;
    }

    .result_focus .features h5::before {
        height: 13px;
        top: 23px;
        margin: 0 -5vw;
        width: 100vw;
        background-size: 115%;
    }

    .result_focus .features h5::after {
        height: 13px;
        margin: 0 -5vw;
        width: 100vw;
        background-size: 115%;
    }

    .result_focus .features h5 img {
        width: clamp(100px, 20%, 200px);
    }

    .result_focus .features h5>span {
        font-size: 14px;
        margin: 9px auto 3px;
        line-height: 1.25;
    }

    .result_focus .features h5 em small {
        display: block;
        font-size: 14px;
    }

    .result_focus .features h5 span em {
        font-size: 25px;
    }

    .result_focus .features .wrap {
        gap: 20px 0;
        flex-flow: column;
    }

    .result_focus .features ul {
        gap: 25px 0;
    }

    .result_focus .features ul li {
        gap: 0 15px;
    }

    .result_focus .features ul li img {
        width: 58px;
    }

    .result_focus .features ul li span {
        font-size: 14px;
    }

    .result_focus .features ul li em {
        font-size: 22px;
    }

    .course_apply .inner {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .trial_course_box {
        flex-flow: column;
    }

    .trial_course_box .img {
        height: auto;
        box-shadow: none;
        aspect-ratio: auto;
        margin: 0 -5vw;
        overflow: hidden;
        max-height: 250px;
    }

    .trial_course_box .img>img {
        max-height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .trial_course_box .img .logo {
        width: 140px;
        left: 3vw;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }

    .trial_course_box .img .medal {
        width: 173px;
        left: auto;
        right: -10px;
        bottom: -10px;
    }

    .trial_course_box .img .U-30 {
        width: 77px;
        right: 15px;
        left: auto;
        top: 15px;
    }

    .trial_course_box dl {
        width: 90%;
        margin: auto;
    }

    .trial_course_box dt img {
        max-width: 50px;
    }

    .trial_course_box dt span small {
        font-size: 13px;
        height: 20px;
    }

    .trial_course_box dt span em {
        font-size: min(3.5vw, 16px);
        letter-spacing: -0.03em;
        height: 30px;
    }

    .course_nikibi_medical dt span em {
        font-size: min(3.5vw, 15px);
    }

    .trial_course_box dd .price {
        max-width: 400px;
        margin: 0px auto 20px;
    }

    .trial_course_box dd a.course_more_btn {
        max-width: 300px;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .flow h3 {
        float: none;
    }

    .flow .inner>.illust {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
    }

    .flow .inner>.text {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    .contents_slider_wrap {
        padding: 30px 0;
        margin: 30px auto;
    }

    .contents_slider_wrap::before,
    .contents_slider_wrap::after {
        width: 100vw;
        box-shadow: 0 0 5px 3px rgb(0 0 0 / 15%);
        margin: 0 -5vw;
    }

    .flow .step_contents li.step_box h4 img {
        max-width: 48px;
    }

    .flow .step_contents li.step_box h4 {
        gap: 0 15px;
        font-size: 15px;
        max-width: 400px;
        margin: 0 auto 15px;
    }

    .flow .step_contents li.step_box .box {
        flex-flow: column;
        gap: 15px;
        max-width: 400px;
        margin: auto;
    }

    .contents_slider.slick-dotted.slick-slider {
        padding-bottom: 15px;
    }

    .contents_slider.slick-initialized .slick-slide {
        padding: 0 15px;
    }

    .contents_slider.slick-dotted.slick-slider::before,
    .contents_slider.slick-dotted.slick-slider::after {
        width: 15px;
    }

    .contents_slider .slick-prev::before {
        border-right: 15px solid #00325a;
    }

    .contents_slider .slick-next::before {
        border-left: 15px solid #00325a;
    }

    .contents_slider .slick-prev::before,
    .contents_slider .slick-next::before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .contents_slider .slick-prev,
    .contents_slider .slick-next {}

    .contents_slider .slick-prev {
        left: -15px;
    }

    .contents_slider .slick-next {
        right: -15px;
    }

    .flow .step_contents li.step_box .detail p {
        margin-bottom: 15px;
    }

    .flow .step_contents li.step_box .detail .detail_column p {
        font-size: 12px;
    }

    .flow .step_contents li.step_box .detail .notice {
        font-size: 11px;
    }

    .flow .step_contents li.step_box .detail .ttl {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .contents_slider .slick-dots li {
        width: 5px;
        height: 5px;
        margin: 0px 4px;
    }

    .contents_slider .slick-dots li button:before {
        font-size: 7px;
    }

    .flow .final_step::before {
        width: 45px;
        height: 40px;
        margin: 30px auto 20px;
    }

    .flow .final_step em {
        max-width: 170px;
        margin: 0 auto 10px;
    }

    .flow .final_step h4 {
        float: none;
        width: 100%;
        font-size: 15px;
        letter-spacing: 0;
    }

    .flow .final_step .img {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
    }

    .flow .final_step .text {
        float: none;
        width: 100%;
    }

    .point h3 {
        float: none;
        width: 100%;
    }

    .point .inner>.illust {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .point .point_list {
        float: none;
        width: 100%;
        padding: 15px 4vw;
        margin: 0 auto 20px;
        max-width: 470px;
    }

    .point .point_list li {
        background-image: linear-gradient(to right, var(--main-color) 7px, transparent 2px);
        background-size: 10px 1px;
        font-size: 19px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        min-height: auto;
        gap: 10px;
    }

    .point .point_list li img {
        width: 44px;
    }

    .point .point_contents li.point_box h4 {
        font-size: 15px;
        gap: 0 10px;
        max-width: 400px;
        margin: 0 auto 10px;
        width: calc(100% - 2px);
    }

    .point .point_contents li.point_box h4 small {
        font-size: 13px;
        font-family: "M PLUS Rounded 1c", serif;
        font-weight: 500;
    }

    .point .point_contents li.point_box h4 img {
        max-width: 65px;
    }

    .point .point_contents li.point_box .box {
        gap: 15px;
        flex-flow: column;
        max-width: 400px;
        margin: auto;
    }

    .point .point_contents li.point_box .detail p {
        margin-bottom: 15px;
    }

    .point .point_contents li.point01 .detail img {
        width: 75%;
        margin: auto;
    }

    /* 4つのポイントflexレイアウトreverse用 SP */
    .point .point_contents li.point_box .box.row {
        display: block;
        width: calc(100% - 2px);
    }

    /* 4つのポイントグリッドレイアウト用 SP */
    .point .point_contents li.point_box .box.grid {
        display: block;
        width: calc(100% - 2px);
        margin: 0 auto;
    }

    .point .point_contents li.point_box .box.grid .pc_right-top {
        margin-bottom: 20px;
    }

    .point .point_contents li.point_box .box.grid .pc_left {
        margin-bottom: 10px;
    }

    .point .equipment .box {
        flex-flow: column;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .point .equipment .box .illust {
        width: min(80%, 350px);
        margin: auto;
    }

    .point .equipment_list {
        gap: 15px 10px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .point .equipment_list em {
        min-height: 37px;
        font-size: min(3.8vw, 14px);
        letter-spacing: -0.03em;
    }

    .point .equipment>p {
        margin-top: 20px;
    }

    .point .equipment .mens_entrance {
        margin-top: 30px;
        flex-flow: column;
        max-width: 380px;
        margin: 15px auto 0;
    }

    .point .equipment .mens_entrance .text {
        gap: 10px 0;
    }

    .point .equipment .mens_entrance .text em {
        min-height: 37px;
        font-size: min(3.8vw, 14px);
        margin-top: -37px;
    }

    .point .equipment .mens_entrance .text small {
        font-size: 11px;
    }

    .voice h3 {
        float: none;
        width: 100%;
    }

    .voice .inner>.illust {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .voice .inner>.text {
        float: none;
        width: 100%;
        margin-bottom: 35px;
        padding-bottom: 0;
    }

    .voice .user_result {
        flex-flow: column;
    }

    .voice .user_result .before_after {
        max-width: 400px;
        margin: auto;
        gap: 0 25px;
    }

    .voice .user_result .before_after::before {
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 14px solid var(--main-color);
        left: 1px;
    }

    .voice .user_result .before_after li span img {
        margin: 0 auto 10px;
        height: 0.85em;
    }

    .voice .user_data dt {
        margin-bottom: 15px;
    }

    .voice .user_data dt>span {
        font-size: 15px;
        display: inline;
        margin-bottom: 20px;
    }

    .voice .user_data dt small {
        display: inline;
        font-size: 12px;
        margin-left: 10px;
    }

    .voice .user_data dd span {
        max-width: 115px;
        border-radius: 9px;
        height: 18px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .voice .user_data {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .voice .user_data .data {
        display: flex;
        gap: 5vw;
    }

    .voice .user_data .data ul {
        flex: 1;
    }

    .voice .user_data .data ul li {
        font-size: 12px;
        line-height: 1.75;
    }

    .voice .user_review>span {
        margin: 0 auto 20px;
    }

    .voice .user_review dl {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .voice .user_review dt {
        gap: 0 10px;
        margin-bottom: 10px;
    }

    .voice .user_review dt img {
        max-width: 45px;
    }

    .voice .user_review dt span {
        font-size: 15px;
    }

    .voice .user_review dd p {
        font-size: 14px;
    }

    .voice .notes {
        display: flex;
        flex-flow: column;
        gap: 5px;
        margin-top: 20px;
    }

    .voice .notes li {
        font-size: 11px;
        text-indent: -2em;
        padding-left: 2em;
    }

    .voice h4.result_ttl {
        font-size: 14px;
    }

    .voice h4.result_ttl::after {
        width: 94%;
        top: 74px;
    }

    .voice h4.result_ttl span {
        font-size: 18px;
    }

    .faq>.inner {
        padding-bottom: 35px !important;
    }

    .faq>.inner>h3 {
        float: none;
        width: 100%;
    }

    .faq>.inner>.illust {
        float: none;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .faq>.inner>.text {
        float: none;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .faq .faq_area .inner>dl {
        margin-left: -5vw;
        margin-right: -5vw;
    }

    .trial_course_notes {
        margin-top: 15px;
    }

    .trial_course_notes::before {
        height: 8px;
        background-size: cover;
        margin: 0 -5vw;
        background-image: url(/mens/asset2025/img/common/bg_stripe.png);
    }

    .trial_course_notes .inner {
        padding: 35px 0;
    }

    .trial_course_notes .inner .inner_box {
        padding-bottom: 20px;
    }

    .trial_course_notes h2 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .trial_course_notes ul li {
        font-size: 11px;
    }

    .trial_course_notes .wrap_border {
        border: 1px solid #D83B1B;
        border-radius: 5px;
        padding: 8px;
        font-size: 11px;
    }

    .trial_course_info .inner {
        padding-top: calc(15px + 35px);
        padding-bottom: 35px;
    }

    .trial_course_info h2 {
        margin-bottom: 20px;
    }

    .trial_course_info h2 img {
        margin: 0px auto 15px;
    }

    .trial_course_info h2 span {
        font-size: 14px;
    }

    .trial_course_nav {
        gap: 20px 10px;
        max-width: 470px;
        margin: auto;
    }

    .trial_course_nav li {
        min-width: 40%;
    }

    .trial_course_box.course_shibo_check>dl>dt>span>a>em {
        font-size: min(3.5vw, 13px);
        height: 30px;
    }

    .trial_course_box.course_shibo_check dd a.course_more_btn em {
        font-size: clamp(13px, 1.8vw, 23px);
    }

    body.trial_body_M div>main>article>section.course.body_course>div>div.trial_course_box:before {
        content: "";
        height: 8px;
        width: 100vw;
        display: block;
        background-image: url(/mens/asset2025/img/common/bg_stripe.png);
        margin: 0 -5vw;
        background-size: cover;
    }

    body.trial_body_M>div>main>article>section.course.body_course:before,
    body.trial_body_M div>main>article>section.course.body_course>div>div.trial_course_box.course_shibo_reikyaku_premium:before {
        content: none;
    }

    .trial_course_box.course_nikibi_medical dt span small {
        font-size: min(3.25vw, 12px);
    }
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */