/* ===============================================
   Reset
=============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, b, cite, code, del, dfn,
em, img, ins, kbd, q, samp, strong, sub, sup, tt, var,
ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, small, section, #wrapper,
*:after, *:before { margin: 0; padding: 0; position: relative; z-index: 1; outline-offset: 0;}

* { min-height: 0%;}

header, footer, nav, small, section { display: block; }

ul { list-style: none; }

img { border: 0; height: auto; vertical-align: bottom; max-width: 100%; -webkit-backface-visibility: hidden;backface-visibility: hidden; }


/*===============================================
all
===============================================*/
:root {
    --ff-go: "Noto Sans JP", sans-serif;
    --ff-min: "Zen Old Mincho", serif;
    
    --c-main: #2d378c;
    --c-black: #000;
    
    --fw-r: 400;
    --fw-m: 500;
    --fw-sb: 600;
    --fw-b: 700;
    --fw-bl: 900;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

img {
	display: inline-block;
	max-width: 100%;
}

.pc { display: block; }
.sp { display: none; }
br.pc { font-size: 0; }
@media (max-width: 768px) {
    .pc { display: none; }
    .sp { display: block; }
}

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#contents * {
    box-sizing: border-box;
    font-feature-settings: "palt";
}

#contents {
    position: relative;
    z-index: 2;
}

#mainContainer #mainContents #contents section {
    margin-top: 0;
}

.contents a {
    color: var(--c-black);
    position: relative;
    transition: color 0.3s ease;
}

.contents a:hover {
    text-decoration: none;
}

.hover a,
a.hover {
    transition: color 0.3s ease, transform 0.3s ease;
}
.hover a:hover,
a.hover:hover {
    transform: scale(1.08);
}


/*===============================================
content
===============================================*/

/*---------------------------------------------------
bg
---------------------------------------------------*/
#main_bg {
    width: 100%;
    background: url("../img/bg_pc.jpg") no-repeat top center / 100% 100%;
    position: relative;
    padding-bottom: clamp(0px, 2.1vw, 25px);
}

#main_bg_sp {
    display: none;
}

@media (max-width: 768px) {
    #main_bg {
        background: none;
        padding-bottom: 2.7vw;
    }
    
    #main_bg_sp {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
    }
    
    #main_bg_sp .bg_sp_1,
    #main_bg_sp .bg_sp_2 {
        width: 100%;
        height: 50%;
    }
    
    #main_bg_sp .bg_sp_1 img,
    #main_bg_sp .bg_sp_2 img {
        width: 100%;
        height: 100%;
    }
    
    #main_bg_sp .bg_sp_2 {
        position: relative;
        top: -1px;
    }
}

/*---------------------------------------------------
button
---------------------------------------------------*/
.button_1 a {
    width: clamp(0px, 33.3vw, 400px);
    aspect-ratio: 400 / 85;
    position: relative;
    background: url("../img/button_red_pc.png") no-repeat center / contain;
    filter: drop-shadow(0 0 5px rgba(193,39,45,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding-right: 1em;
    font-size: clamp(0px, 2.2vw, 26px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: var(--fw-b);
    color: #fff;
}

.button_1 a img {
    width: clamp(0px, 3.3vw, 40px);
}

@media (max-width: 768px) {
    .button_1 a {
        width: 66.7vw;
        aspect-ratio: 500 / 110;
        background: url("../img/button_red_sp.png") no-repeat center / contain;
        font-size: 5.1vw;
    }

    .button_1 a img {
        width: 6vw;
    }
}

.button_2 a {
    width: clamp(0px, 49.92vw, 600px);
    aspect-ratio: 600 / 85;
    position: relative;
    background: url("../img/button_blue_pc.png") no-repeat center / contain;
    filter: drop-shadow(0 0 5px rgba(45,55,140,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1em;
    line-height: 1;
    letter-spacing: 0.075em;
    font-weight: var(--fw-b);
    color: #fff;
}

.button_2 a span {
    font-size: clamp(0px, 2.2vw, 26px);
}

.button_2 a .sm {
    font-size: clamp(0px, 1.5vw, 18px);
}

.button_2 a .md {
    font-size: 1.4em;
    font-style: italic;
}

.button_2 a .lg {
    font-size: 1.75em;
    font-style: italic;
}

@media (max-width: 768px) {
    .button_2 a {
        width: 89.3vw;
        aspect-ratio: 670 / 110;
        position: relative;
        background: url("../img/button_blue_sp.png") no-repeat center / contain;
    }

    .button_2 a span {
        font-size: 4vw;
    }

    .button_2 a .sm {
        font-size: 0.65em;
        margin-right: 1em;
    }
}

.button_3 a {
    width: clamp(0px, 33.3vw, 400px);
    aspect-ratio: 400 / 85;
    position: relative;
    background: url("../img/button_blue2_pc.png") no-repeat center / contain;
    filter: drop-shadow(0 0 5px rgba(45,55,140,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0px, 2.2vw, 26px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: var(--fw-b);
    color: #fff;
}

@media (max-width: 768px) {
    .button_3 a {
        width: 72vw;
        aspect-ratio: 540 / 110;
        background: url("../img/button_blue2_sp.png") no-repeat center / contain;
        font-size: 5.1vw;
    }
}

.button_4 a {
    width: clamp(0px, 33.3vw, 400px);
    aspect-ratio: 400 / 85;
    position: relative;
    background: url("../img/button_red_pc.png") no-repeat center / contain;
    filter: drop-shadow(0 0 5px rgba(193,39,45,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0px, 2.2vw, 26px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: var(--fw-b);
    color: #fff;
}

@media (max-width: 768px) {
    .button_4 a {
        width: 72vw;
        aspect-ratio: 540 / 110;
        background: url("../img/button_red2_sp.png") no-repeat center / contain;
        font-size: 5.1vw;
    }
}

/*---------------------------------------------------
animation
---------------------------------------------------*/
.js_fadeup {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 1.5s, transform 1.5s;
}

.js_fadeup.is_visible {
    opacity: 1;
    transform: translateY(0);
}

.js_fadein {
    opacity: 0;
    transition: opacity 1.5s;
}

.js_fadein.is_visible {
    opacity: 1;
}

.delay_0_3 { transition-delay: 0.3s; }
.delay_0_5 { transition-delay: 0.5s; }

@media (max-width: 767px) {
    .delay_0_3,
    .delay_0_5 {
        transition-delay: 0;
    }
}



/*===============================================
mv
===============================================*/
.mv_img {
    width: 100%;
    aspect-ratio: 2500 / 1510;
}

.mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .mv_img {
        aspect-ratio: 780 / 1365;
    }
}


/*===============================================
menu
===============================================*/
#page_menu {
    width: 100%;
    height: clamp(0px, 8.3vw, 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_menu_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, 6.7vw, 80px);
}

.page_menu_list a {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: var(--fw-b);
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0.5em 0;
    background-image: linear-gradient(var(--c-main), var(--c-main));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 clamp(0px, 0.3vw, 3px);
    transition: background-size 0.3s,  color 0.3s;
}

.page_menu_list a:hover {
    color: var(--c-main);
    background-position: bottom left; 
    background-size: 100% clamp(0px, 0.3vw, 3px);
}

@media (max-width: 768px) {
    #page_menu {
        height: auto;
    }

    .page_menu_list {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }
    
    .page_menu_list li {
        width: 50%;
        aspect-ratio: 375 / 120;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page_menu_list a {
        font-size: 3.7vw;
        line-height: 1.5em;
        text-align: center;
        padding: 0.2em 0;
    }
}


/*===============================================
online link
===============================================*/
#online_link {
    padding: clamp(0px, 9.2vw, 110px) 0 clamp(0px, 10vw, 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 6.7vw, 80px);
}

.sns_lead {
    text-align: center;
    margin-bottom: 0.8em;
}

.sns_lead > span {
    font-size: clamp(0px, 1.8vw, 22px);
    font-weight: var(--fw-b);
    line-height: 1.25;
    display: inline-block;
    position: relative;
    padding: 0 1.36em;
}

.sns_lead > span::before,
.sns_lead > span::after {
    content: "";
    width: 1.14em;
    height: 1.14em;
    background: url("../img/online_text_deco.svg") no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sns_lead > span::before {
    left: 0;
}

.sns_lead > span::after {
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
}

@media (max-width: 768px) {
    #online_link {
        padding: 13.3vw 0 16vw;
        gap: 10vw;
    }
    
    .sns_lead > span {
        font-size: 4vw;
    }
}


/* ===============================================
   special movie
=============================================== */
#special_movie {
    width: clamp(0px, 96.4vw, 1350px);
    background: rgba(255, 255, 255, 0.3);
    background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(173, 225, 255, 0.3) 100%);
    margin: 0 auto;
    overflow: hidden;
    border-radius: clamp(0px, 1.4vw, 20px);
    padding: clamp(0px, 7.5vw, 90px) 0 clamp(0px, 8.8vw, 105px);
}

#special_movie .sec_title {
    font-size:  clamp(0px, 5.6vw, 67px);
    line-height: 1;
    color: var(--c-main);
    text-align: center;
    font-family: var(--ff-min);
    font-weight: var(--fw-sb);
    font-style: italic;
    margin-bottom: clamp(0px, 5vw, 60px);
}

#special_movie .sec_title span {
    font-size: 1.1em;
}

#special_movie .slider_area {
    margin-bottom: clamp(0px, 9.2vw, 110px);
}

#special_movie .mov_title {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#special_movie .mov_title p {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: var(--fw-sb);
    color: #fff;
}

#special_movie .mov_title .icon {
    font-size: 0.7em;
    border: 1px solid #fff;
    padding: 0.1em 0.5em;
    margin-top: 0.2em;
    margin-right: 1em;
    white-space: nowrap;
}

#special_movie .swiper-slide-active .mov_title {
    height: 65px;
}

#special_movie .thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

#special_movie .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#special_movie .swiper-slide-active .thumb {
    height: 340px;
}

#special_movie .swiper-slide-active .thumb::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../img/play_button.svg") no-repeat center center / contain;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
}

#special_movie .coming_soon {
    pointer-events: none;
}
#special_movie .swiper-slide-active .coming_soon .thumb {
    height: 100%;
}
#special_movie .swiper-slide-active .coming_soon .thumb::after  {
    display: none;
}
#special_movie .coming_soon .mov_title {
    display: none;
}

@media (max-width: 768px) {
    #special_movie {
        width: 94.7vw;
        border-radius: 2.7vw;
        padding: 12vw 0 13.3vw;
    }

    #special_movie .sec_title {
        font-size:  9vw;
        line-height: 1.4em;
        margin-bottom: 6vw;
    }

    #special_movie .sec_title span {
        width: 100%;
        display: block;
        text-align: center;
    }

    #special_movie .slider_area {
        margin-bottom: 16vw;
    }

    #special_movie .mov_title p {
        font-size: 4.2vw;
        white-space: nowrap;
    }

    #special_movie .swiper-slide-active .mov_title {
        height: 9.3vw;
    }

    #special_movie .thumb {
        border-radius: 1.3vw;
    }

    #special_movie .swiper-slide-active .thumb {
        height: 46.7vw;
    }

    #special_movie .swiper-slide-active .thumb::after {
        width: 6.7vw;
        height: 6.7vw;
        top: 3.3vw;
        left: 3.3vw;
    }
}

/* ショート動画 */
#special_movie .long_slide .mov_title {
    flex-direction: column;
}

#special_movie .long_slide .mov_title .icon {
    font-size: 0.7em;
    margin-right: 0;
    margin-bottom: 0.5em;
}

#special_movie .long_slide .mov_title p {
    font-size: 16px;
}

#special_movie .swiper-slide-active .long_slide .thumb::after {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
}

@media (max-width: 768px) {
    #special_movie .long_slide .mov_title {
        flex-direction: row;
    }

    #special_movie .long_slide .mov_title .icon {
        margin-right: 1em;
        margin-bottom: 0;
    }

    #special_movie .long_slide .mov_title p {
        font-size: 4.3vw;
    }

    #special_movie .swiper-slide-active .long_slide .thumb {
        background-color: #fff;
    }

    #special_movie .swiper-slide-active .long_slide .thumb::after {
        width: 6.7vw;
        height: 6.7vw;
        top: 3.3vw;
        left: 3.3vw;
    }
    
    #special_movie .thumb img {
        object-fit: contain;
    }
}

/* ===============================================
   swiper
=============================================== */
#special_movie .slider_graphic {
    width: 100%;
    overflow: visible;
    position: relative;
    margin: 0 auto;
}

#special_movie .swiper-wrapper {
    width: 100%;
    align-items: center;
}

#special_movie .swiper-slide {
    width: 710px;
    height: 430px;
    padding: 0 30px;
    
    transition: all 0.3s;
    transform: scale(0.64);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

#special_movie .swiper-slide-active {
    transform: scale(1);
    position: relative;
    z-index: 9;
}

.slide_cont_wrap {
    width: 650px;
    height: 430px;
    padding: 25px;
    border-radius: 20px;
    background-color: var(--c-main);
    overflow: hidden;
}

.slide_cont_wrap img {
    width: 100%;
}

#special_movie .swiper-button-next,
#special_movie .swiper-button-prev {
    width: 25px;
    height: 100%;
    top: 0;
    margin: 0;
}

#special_movie .swiper-button-next {
    left: calc(50% + 340px);
    right: inherit;
}

#special_movie .swiper-button-prev {
    right: calc(50% + 340px);
    left: inherit;
}

#special_movie .swiper-button-next:after,
#special_movie .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url("../img/slide_arrow.svg") no-repeat center center / contain;
    top: 0;
    bottom: 0;
    margin: auto;
}

#special_movie .swiper-button-next:after {
    transform: rotate(180deg);
}

#special_movie .swiper-pagination {
    bottom: -35px;
}

#special_movie .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background-color: #fff;
    opacity: 1;
}

#special_movie .swiper-pagination-bullet-active {
    background-color: var(--c-main);
}

@media (max-width: 768px) {
    #special_movie .inner {
        width: 100%;
    }

    #special_movie .swiper-slide {
        width: 92vw;
        transform: scale(1) !important;
    }

    #special_movie .slider_graphic {
        max-width: 100%;
        height: auto;
    }

    #special_movie .swiper-slide {
        width: 100%;
        height: 60vw;
        transform: scale(1) !important;
        padding: 0 4vw;
    }
    
    .slide_cont_wrap {
        width: 100%;
        height: 60vw;
        border-radius: 2.7vw;
        padding: 3.3vw;
    }

    #special_movie .swiper-button-next,
    #special_movie .swiper-button-prev {
        display: none;
    }

    #special_movie .swiper-pagination {
        width: 70vw;
        bottom: -6.7vw;
        left: 0;
        right: 0;
        margin: auto;
    }

    #special_movie .swiper-pagination-bullet {
        width: 3vw;
        height:  3vw;
        margin: 0 1.5vw;
    }
}

/* ショート動画 */
.slide_cont_wrap.long_slide {
    width: 235px;
    height: 430px;
    padding: 20px;
}

@media (max-width: 768px) {
    .slide_cont_wrap.long_slide {
        width: 100%;
        height: 60vw;
        padding: 3.3vw;
    }
}


/*----------------------------------------------
youtube動画モーダル
----------------------------------------------*/
#ytb_modal {
    position: relative;
    z-index: 999;
}

.m_modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.m_modal .modal_inner {
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    position: relative;
}

.m_modal .modal_inner .modal_wrapper {
    width: 68.57143vw;
    max-width: 960px;
    min-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.m_modal.is_short .modal_inner .modal_wrapper {
    width: 24vw;
    max-width: 340px;
    min-width: 260px;
}

.m_modal .modal_inner .modal_wrapper .btn_close {
    width: 60px;
    height: 60px;
    display: block;
    background: transparent;
    border: 0;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.m_modal .modal_inner .modal_wrapper .btn_close span {
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #c80a1e;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 1;
}

.m_modal .modal_inner .modal_wrapper .btn_close span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m_modal .modal_inner .modal_wrapper .btn_close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m_modal .modal_inner .modal {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    padding-top: 0;
    background: #fff;
}

.m_modal.is_short .modal_inner .modal {
    aspect-ratio: 9 / 16;
}

.m_modal .modal_inner .modal iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .m_modal .modal_inner .modal_wrapper {
        min-width: 90%;
    }

    .m_modal.is_short .modal_inner .modal_wrapper {
        width: 45vh;
        min-width: 0;
        max-width: 90%;
    }
}


/* ===============================================
   profile (special movie)
=============================================== */
.profile_box {
    width: clamp(0px, 65.8vw, 790px);
    background-color: #fff;
    padding: clamp(0px, 3.3vw, 40px) clamp(0px, 2.9vw, 35px);
    border-radius: clamp(0px, 1.7vw, 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.profile_box .profile_img {
    width: clamp(0px, 25vw, 300px);
}

.profile_box .profile_txt_area {
    width: clamp(0px, 30.8vw, 370px);
    color: var(--c-main);
}

.profile_box .name {
    width: 100%;
    font-size: clamp(0px, 2.5vw, 30px);
    font-weight: var(--fw-sb);
    font-style: italic;
    letter-spacing: 0.25em;
    line-height: 1;
    font-family: var(--ff-min);
    margin-bottom: 1.6em;
}

.profile_box .name span {
    font-size: clamp(0px, 2vw, 24px);
    letter-spacing: 0.05em;
    margin-left: 1em;
    white-space: nowrap;
}

.profile_box .profile_txt {
    font-size: clamp(0px, 1.3vw, 16px);
    line-height: 2.1em;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .profile_box {
        width: 90vw;
        padding: 4vw;
        border-radius: 2.7vw;
        position: relative;
    }

    .profile_box .profile_img {
        width: 40vw;
        position: absolute;
        top: 4vw;
        left: 4vw;
    }

    .profile_box .profile_txt_area {
        width: 100%;
    }

    .profile_box .name {
        height: 50vw;
        padding-left: 44vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 5.9vw;
        line-height: 1.5em;
        margin-bottom: 3.3vw;
    }

    .profile_box .name span {
        font-size: 4vw;
        margin-left: 0;
    }

    .profile_box .profile_txt {
        font-size: 4vw;
        line-height: 1.7em;
        letter-spacing: 0;
        white-space: normal;
    }
}


/*===============================================
recommend
===============================================*/
#recommend {
    width: 100%;
    padding: clamp(0px, 8.3vw, 100px) 0 clamp(0px, 9.2vw, 110px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#recommend .sec_title {
    width: clamp(0px, 100vw, 1200px);
    margin-bottom: clamp(0px, 5vw, 60px);
}

#recommend .recommend_em_text {
    width: clamp(0px, 100vw, 1200px);
    margin-bottom: clamp(0px, 9.6vw, 115px);
}

.scene {
    display: flex;
    justify-content: center;
    gap: clamp(0px, 2.5vw, 30px);
    margin-bottom: clamp(0px, 9.6vw, 115px);
}

.scene li {
    width: clamp(0px, 31.7vw, 380px);
    height: clamp(0px, 29.2vw, 350px);
    background-color: var(--c-main);
    border-radius: clamp(0px, 1.7vw, 20px);
    padding: clamp(0px, 1.3vw, 15px) clamp(0px, 1.3vw, 15px) 0;
}

.scene .scene_img {
    width: 100%;
    height: clamp(0px, 22.5vw, 270px);
    border-radius: clamp(0px, 1.7vw, 20px);
    overflow: hidden;
}

.scene_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene_text {
    width: 100%;
    height: clamp(0px, 5.4vw, 65px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.scene_text p {
    font-size: clamp(0px, 1.5vw, 18px);
    font-weight: var(--fw-m);
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.scene_text span {
    font-size: 1.25em;
    font-weight: var(--fw-b);
    color: #ffdc1e;
    position: relative;
}

.scene_text .deco::before {
    content: "";
    width: clamp(0px, 1.7vw, 20px);
    aspect-ratio: 1 / 1;
    background: url("../img/recommend_text_deco.svg") no-repeat center center / contain;
    position: absolute;
    top: clamp(-5px, -0.4vw, 0px);
    left: clamp(-12px, -1vw, 0px);
}

.scene_2 {
    display: flex;
    justify-content: center;
    gap: clamp(0px, 2.5vw, 30px);
}

.scene_2 li {
    width: clamp(0px, 40vw, 480px);
    height: clamp(0px, 31.7vw, 380px);
    background-color: var(--c-main);
    border-radius: clamp(0px, 1.7vw, 20px);
    padding: clamp(0px, 1.3vw, 15px) clamp(0px, 1.3vw, 15px) 0;
}

.scene_2 .scene_img {
    width: 100%;
    height: clamp(0px, 25vw, 300px);
    border-radius: clamp(0px, 1.7vw, 20px);
    overflow: hidden;
}

@media (max-width: 768px) {
    #recommend {
        padding: 20vw 0;
    }

    #recommend .sec_title {
        width: 100vw;
        margin-bottom: 8vw;
    }

    #recommend .recommend_em_text {
        width: 100vw;
        margin-bottom: 16vw;
    }

    .scene {
        flex-direction: column;
        gap: 6.7vw;
        margin-bottom: 16vw;
    }

    .scene li {
        width: 90vw;
        height: 76vw;
        border-radius: 2.7vw;
        padding: 4vw 4vw 0;
    }

    .scene .scene_img {
        height: 56vw;
        border-radius: 4vw;
    }
    
    .scene_text {
        height: 16vw;
    }
    
    .scene_2 .scene_text {
        height: 11.3vw;
    }
    
    .scene_text p {
        font-size: 4.5vw;
    }

    .scene_text .deco::before {
        width: 6vw;
        background: url("../img/recommend_text_deco.svg") no-repeat center center / cover;
        top: -1.6vw;
        left: -4vw;
    }

    .scene_2 {
        flex-direction: column;
        gap: 6.7vw;
    }

    .scene_2 li {
        width: 90vw;
        height: 68.7vw;
        border-radius: 2.7vw;
        padding: 4vw 4vw 0;
    }

    .scene_2 .scene_img {
        height: 53.3vw;
        border-radius: 2.7vw;
    }
}


/*===============================================
features
===============================================*/
#features {
    width: clamp(0px, 100vw, 1200px);
    padding: clamp(0px, 10.4vw, 125px) 0 clamp(0px, 12.9vw, 155px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features_cont_1 {
    width: 100%;
    margin-bottom: clamp(0px, 8.3vw, 100px);
}

.features_cont_2 {
    margin-bottom: clamp(0px, 5.8vw, 70px);
}

.features_cont_3 {
    margin-bottom: clamp(0px, 8.3vw, 100px);
}

.features_cont .cont_title {
    font-size: clamp(0px, 4.7vw, 56px);
    font-family: var(--ff-min);
    font-weight: var(--fw-sb);
    line-height: 1;
    letter-spacing: -0.05em;
    font-style: italic;
    color: #fff;
}

.features_cont .cont_title span {
    font-size: 0.7em;
}

.features_cont_2 .cont_title {
    width: clamp(0px, 92.5vw, 1110px);
    margin-bottom: clamp(0px, 2.1vw, 25px);
}

.features_cont_3 .cont_title {
    width: clamp(0px, 89.2vw, 1070px);
    margin-bottom: clamp(0px, 2.1vw, 25px);
    text-align: right;
}

.features_cont_4 .cont_title {
    width: clamp(0px, 86.7vw, 1040px);
    margin-bottom: clamp(0px, 3.3vw, 40px);
}

.features_cont .cont_main {
    display: flex;
}

.features_cont_2 .cont_main {
    width: clamp(0px, 83.8vw, 1005px);
    justify-content: center;
    align-items: center;
    gap: clamp(0px, 3.3vw, 40px);
}

.features_cont_3 .cont_main {
    width: clamp(0px, 82.1vw, 985px);
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0px, 2.9vw, 35px);
}

.features_cont_4 .cont_main {
    width: clamp(0px, 83.8vw, 1005px);
    justify-content: flex-end;
    align-items: flex-start;
    gap: clamp(0px, 5vw, 60px);
}

.features_cont .img_area {
    width: clamp(0px, 25vw, 300px);
}

.features_cont_2 .text_area {
    width: 100%;
    flex: 1;
}

.features_cont_4 .chart {
    width: clamp(0px, 52.1vw, 625px);
    padding-top: clamp(0px, 2.5vw, 30px);
}

.features_list {
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 2.5vw, 30px);
}

.features_list li {
    font-size: clamp(0px, 1.8vw, 22px);
    color: #fff;
    letter-spacing: 0.075em;
    line-height: 2em;
    font-weight: var(--fw-m);
    position: relative;
    padding-left: clamp(0px, 2.8vw, 34px);
} 

.features_list li::before {
    content: "";
    width: clamp(0px, 1.2vw, 14px);
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
    border: clamp(0px, 0.4vw, 5px) solid #32b4ff;
    position: absolute;
    top: 0.7em;
    left: 0;
    box-sizing: content-box;
}

.features_list li .em {
    font-size: 1.5em;
    font-weight: var(--fw-b);
}

.features_list li .line {
    display: inline-block;
    position: relative;
}

.features_list li .line::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -0.15em;
    left: 0;
}

@media (max-width: 768px) {
    #features {
        width: 100vw;
        padding: 20.7vw 0 20vw;
    }
    
    .features_cont_1 {
        margin-bottom: 16vw;
    }

    .features_cont_2 {
        margin-bottom: 18vw;
    }

    .features_cont_3 {
        margin-bottom: 18vw;
    }

    .features_cont .cont_title {
        font-size: 9.3vw;
        text-align: center;
    }

    .features_cont_2 .cont_title {
        width: 100%;
        margin-bottom: 4.7vw;
    }

    .features_cont_3 .cont_title {
        width: 100%;
        margin-bottom: 4.7vw;
        text-align: center;
    }

    .features_cont_4 .cont_title {
        width: 100%;
        margin-bottom: 4.7vw;
    }
    
    .features_cont_2 .cont_main,
    .features_cont_3 .cont_main,
    .features_cont_4 .cont_main {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 4.7vw;
    }

    .features_cont .img_area {
        width: 53.3vw;
    }

    .features_cont_2 .text_area {
        width: auto;
        flex: initial;
    }
    
    .features_cont_4 .text_area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features_cont_4 .chart {
        width: 100vw;
        padding-top: 6.7vw;
    }

    .features_list {
        gap: 5.3vw;
    }

    .features_list li {
        font-size: 4.5vw;
        line-height: 2.4em;
        padding-left: 5.3vw;
    } 

    .features_list li::before {
        width: 2.3vw;
        border: 0.8vw solid #32b4ff;
        top: 1em;
    }

    .features_list li .line::after {
        bottom: 0;
    }
}


/*===============================================
usage
===============================================*/
#usage {
    width: clamp(0px, 96.4vw, 1350px);
    background: rgba(255, 255, 255, 0.3);
    background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(173, 225, 255, 0.3) 100%);
    margin: 0 auto clamp(0px, 2.1vw, 25px);
    overflow: hidden;
    border-radius: clamp(0px, 1.4vw, 20px);
    padding: clamp(0px, 8.3vw, 100px) 0 clamp(0px, 10vw, 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec_title_usage  {
    width: clamp(0px, 100vw, 1200px);
    margin-bottom: clamp(0px, 1.3vw, 15px);
}

.sec_title_qa  {
    width: clamp(0px, 100vw, 1200px);
    margin-bottom: clamp(0px, 2.1vw, 25px);
}

@media (max-width: 768px) {
    #usage {
        width: 94.7vw;
        border-radius: 2.7vw;
        padding: 9.3vw 0 10.7vw;
        margin-bottom: 2.7vw;
    }

    .sec_title_usage  {
        width: 100%;
        margin-bottom: 8vw;
    }

    .sec_title_qa  {
        width: 100%;
        margin-bottom: 4vw;
    }
}

.usage_cont {
    width: clamp(0px, 80vw, 960px);
    margin-bottom: clamp(0px, 8.3vw, 100px);
}

.usage_cont .mov_box {
    width: 100%;
    border-radius: clamp(0px, 1.7vw, 20px);
    padding: clamp(0px, 2.1vw, 25px);
    background-color: var(--c-main);
}

.usage_cont .mov_box .thumb {
    width: 100%;
    aspect-ratio: 900 / 500;
    border-radius: clamp(0px, 1.7vw, 20px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    filter: brightness(1);
    transition: filter 0.3s ease;
}

.usage_cont .mov_box .thumb:hover {
    filter: brightness(1.1);
}

.usage_cont .mov_box .thumb::after {
    content: "";
    width: clamp(0px, 5vw, 60px);
    height: clamp(0px, 5vw, 60px);
    background: url(../img/play_button_blue.svg) no-repeat center center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.usage_cont .mov_box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .usage_cont {
        width: 90vw;
        margin-bottom: 13.3vw;
    }

    .usage_cont .mov_box {
        border-radius: 2.7vw;
        padding: 3.3vw;
    }

    .usage_cont .mov_box .thumb {
        aspect-ratio: 620 / 350;
        border-radius: 1.3vw;
    }

    .usage_cont .mov_box .thumb::after {
        width: 6.1vw;
        height: 6.1vw;
    }
}

.qa_cont {
    width: clamp(0px, 83.3vw, 1000px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 2.5vw, 30px) 0;
}

.qa_box {
    width: 100%;
    background-color: #fff;
    border-radius: clamp(0px, 1.7vw, 20px);
    padding: clamp(0px, 3.3vw, 40px);
}

.qa_box .cont_q {
    display: flex;
    align-items: center;
    padding-bottom: clamp(0px, 2.5vw, 30px);
    margin-bottom: clamp(0px, 2.5vw, 30px);
    border-bottom: 1px solid var(--c-main);
}

.qa_box .cont_a {
    display: flex;
    align-items: flex-start;
}

.qa_box .icon {
    width: clamp(0px, 5.8vw, 70px);
    margin-right: clamp(0px, 2.1vw, 25px);
}

.qa_box .cont_a .icon {
    padding-top: clamp(0px, 0.4vw, 5px);
}

.qa_box .text_q,
.qa_box .text_a {
    width: 100%;
    flex: 1;
}

.qa_box .text_q p {
    font-size: clamp(0px, 1.8vw, 22px);
    font-weight: var(--fw-b);
    letter-spacing: 0.1em;
    line-height: 1.7em;
    color: var(--c-main);
}

.qa_box .text_a p {
    font-size: clamp(0px, 1.8vw, 22px);
    font-weight: var(--fw-m);
    letter-spacing: 0.025em;
    line-height: 1.7em;
}

@media (max-width: 768px) {
    .qa_cont {
        width: 90vw;
        gap: 4vw 0;
    }

    .qa_box {
        border-radius: 2.7vw;
        padding: 4vw;
    }

    .qa_box .cont_q {
        padding-bottom: 4vw;
        margin-bottom: 2.7vw;
    }

    .qa_box .icon {
        width: 10.7vw;
        margin-right: 3.3vw;
    }

    .qa_box .cont_a .icon {
        padding-top: 0.7vw;
    }

    .qa_box .text_q p {
        font-size: 4vw;
        letter-spacing: 0.025em;
    }

    .qa_box .text_a p {
        font-size: 4vw;
        letter-spacing: 0.05em;
    }
}


/*===============================================
product
===============================================*/
.product_block {
    width: clamp(0px, 96.4vw, 1350px);
    background-color: #fff;
    padding: clamp(0px, 6.7vw, 80px) 0 clamp(0px, 9.2vw, 110px);
    border-radius: clamp(0px, 1.7vw, 20px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_block .product_main {
    width: clamp(0px, 100vw, 1200px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(0px, 3.3vw, 40px);
}

#product_1 .product_main {
    margin-bottom: clamp(0px, 5.8vw, 70px);
}

#product_2 .product_main {
    margin-bottom: clamp(0px, 3.3vw, 40px);
}

.product_main .img_area {
    width: clamp(0px, 41.7vw, 500px);
}

.product_main .name_area {
    width: clamp(0px, 45vw, 540px);
}

#product_1 .product_catch {
    width: clamp(0px, 29.2vw, 350px);
    padding: clamp(0px, 9.2vw, 110px) 0 clamp(0px, 2.9vw, 35px);
}

#product_2 .product_catch {
    width: clamp(0px, 42.1vw, 505px);
    padding: clamp(0px, 10.8vw, 130px) 0 clamp(0px, 2.1vw, 25px) clamp(0px, 1.3vw, 15px);
}

.product_benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, 2.5vw, 30px);
}

.product_benefits li {
    width: clamp(0px, 25.8vw, 310px);
    border-radius: clamp(0px, 0.8vw, 10px);
    padding: clamp(0px, 0.8vw, 10px);
    display: flex;
    align-items: center;
    background: #32B4FF;
    background: linear-gradient(45deg,rgba(50, 180, 255, 1) 0%, rgba(47, 114, 194, 1) 40%, rgba(45, 55, 140, 1) 100%);
}

.product_benefits li .icon {
    width: clamp(0px, 5vw, 60px);
}

.product_benefits li .text {
    flex: 1;
    width: 100%;
    text-align: center;
}

.product_benefits li .text p {
    font-size: clamp(0px, 2.3vw, 28px);
    font-weight: var(--fw-b);
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
}

.product_benefits li .text p span {
    font-size: 0.7em;
    line-height: 1;
    display: inline-block;
}

.product_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0px, 4.2vw, 50px);
    margin-top: clamp(0px, 7.5vw, 90px);
}

@media (max-width: 768px) {
    .product_block {
        width: 94.7vw;
        padding: 6.7vw 0 13.3vw;
        border-radius: 2.7vw;
    }

    .product_block .product_main {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    #product_1 .product_main {
        margin-bottom: 6.7vw;
    }

    #product_2 .product_main {
        margin-bottom: 4.7vw;
    }

    .product_main .img_area {
        width: 100%;
    }

    .product_main .name_area {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #product_1 .product_catch {
        width: 53.3vw;
        padding: 6.7vw 0;
    }

    #product_2 .product_catch {
        width: 84vw;
        padding: 0 0 9.3vw;
    }

    .product_benefits {
        flex-wrap: wrap;
        gap: 2.7vw;
    }

    .product_benefits li {
        border-radius: 1.3vw;
        padding: 2vw;
    }
    
    .product_benefits li:nth-of-type(1) { width: 38vw; }
    .product_benefits li:nth-of-type(2) { width: 46.7vw; }
    .product_benefits li:nth-of-type(3) { width: 48vw; }

    .product_benefits li .icon {
        width: 8vw;
    }

    .product_benefits li .text p {
        font-size: 4.3vw;
    }

    .product_link {
        flex-direction: column;
        gap: 6.7vw;
        margin-top: 10.7vw;
    }
}
