@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.page-contents{
    color: #182A3D;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    overflow-x: clip;
}
.page-contents p{ letter-spacing: 0.05em; line-height: 1.6; }
.page-contents img{
    max-width: 100%;
    height: auto;
}

#raiten{
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 11;
    padding: 10px;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .4s ease, opacity .4s ease;
    font-weight: 600;
}
#raiten.show{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
#raiten_in,#raiten_tit{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}
#raiten_tit{ gap: 1em; }
#raiten_in p{
    font-size: 115%;
    letter-spacing: 0.07em;
}
#raiten_in p.limited{
    display: flex;
    align-items: center;
    gap: .5em;
    position: relative;
}
#raiten_in p.limited:after{
    content: "";
    width: 1px;
    height: 1em;
    background-color: #182A3D;
}
#raiten_in p.limited b{
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 0em;
    padding-right: .8em;
    font-family: tt-commons-pro, sans-serif;
}
#raiten_in a.visit_btn{
    width: 220px;
    margin: 0;
    height: 54px;
}
#kv{
    background-color: #CDDCE8;
    height: calc(100svh - 60px);
    width: 100%;
    position: relative;
    z-index: 1;
}
#kv_title{
    left: 25px;
    top: 25px;
}
#kv_catch{
    position: absolute;
    left: 50px;
    bottom: 40px;
    height: calc(100% - 130px);
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#kv_catch h1{
    writing-mode: vertical-rl;
    color: #182A3D;
    font-size: 420%;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: .3em;
    margin: 0 auto;
    transform: translateX(-.2em);
}
#kv_catch .sub{
    position: relative;
    color: #182A3D;
    font-size: 160%;
    line-height: 1.6;
    font-weight: 500;
    padding-top: 1em;
}
#kv_catch .sub span{
    display: block;
    font-size: 70%;
    margin-top: 3px;
    font-weight: 600;
}
#kv_catch .sub:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 1px;
    background-color: #182A3D;
}
#kv_ad{
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 1;
}
#kv_ad picture{
    display: block;
}
#kv_movie{
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(100% - 400px);
    height: calc(100svh - 80px);
    overflow: hidden;
    border-radius: .6rem 0 0 .6rem;
}
#kv_movie:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dot_navy.webp);
    background-size: 5px 5px;
    opacity: .4;
}
#kv_movie video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#honne{
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to bottom, #CDDCE8, #F0F5F9);
    position: relative;
    padding-top: 100px;
}
#honne1{
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 666px;
}


.scene_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    max-width: 1184px;
    width: 95%;
    margin: 10em auto;   
}
.scene_item .scene_item_title{
    color: #182A3D;
    padding-top: 3em;
    max-width: 420px;
}
.scene_item p.scene_item_date{
    font-size: 110%;
    margin: 1.5em 0 3em;
    display: flex;
    gap: 3em;
    line-height: 1;
    padding-left: 5px;
    letter-spacing: 0;
}
.scene_item .scene_item_date span{
    position: relative;
}
.scene_item .scene_item_date span:first-child:after{
    content: "";
    position: absolute;
    right: -1.5em;
    top: 15%;
    width: 1px;
    height: 80%;
    background-color: #182A3D;
}
.scene_item h3{
    font-size: 250%;
    line-height: 1.9;
    padding-left: 5px;
    font-weight: 500;
}
.scene_item > img{
    border-radius: 1em;
    max-width: 764px;
    width: 65%;
}



#honne_q{
    background-color: #CDDCE8;
    margin: 10em auto 0;
    box-sizing: border-box;
    padding: 5em 0 8em;
    position: relative;
}
#honne_q:before,
#honne_q:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 75px;
    background-image: url(../images/honne_q_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}
#honne_q:before{
    bottom: 99%;
}
#honne_q:after{
    top: 99%;
    transform: scale(-1,-1);
}
#honne_q_in{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1184px;
    width: 95%;
    margin: 0 auto;
    gap:1em;
}
#honne_q h2{
    position: sticky;
    top: 80px;
    max-width: 378px;
    margin-top: 3em;
    padding-bottom: 3em;
}
#honne_q .honne_q_cont{
    max-width: 720px;
    width: 100%;
}
#honne_q .note{
    color:#182A3D;
    opacity: .8;
    text-align: right;
    line-height: 1.6;
    font-size: 90%;
    letter-spacing: 0;
}
#honne_q .q_list li{
    margin-top: 5em;
    background: url(../images/dot_white.webp) rgba(255, 255, 255, 0.3);
    background-size: 5px 5px;
    border-radius: 3em 3em 0 3em;
    padding: 2.5em 2.5em 4em 2.5em;
    text-align: center;
}
#honne_q .q_list .q_tit{
    color: #427CAD;
    display: flex;
    align-items: center;
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: left;
    padding-left: 50px;
    background: url(../images/honne_q.webp) no-repeat left center;
    background-size: 44px 44px;
    min-height: 44px;
    font-weight: 500;
}


#comfort{
    background-color: #182A3D;
    position: relative;
    padding-top: 8em;
}
#comfort:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dot_white.webp);
    background-size: 5px 5px;
    opacity: .2;
}
#comfort_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 1184px;
    width: 95%;
    margin: 0 auto;
    color: #fff;
}
#comfort_in img{
    transform: translateY(50px);
    border-radius: 1em;
    max-width: 515px;
    width: 45%;
}
#comfort_tit{
    font-size: 230%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}
#comfort_tit p{
    display: inline-flex;
    align-items: center;
    gap: .5em;
}
#comfort_tit b{ 
    font-weight: 500;
    color: #182A3D;
    background: #fff;
    padding: .1em;
    line-height: 1;
}
#comfort_tit span{
    font-size: 85%;
}

#order{
    background: #F2F2F2;
    padding: 1px 0;
}
#order_in{
    margin: 12em auto 10em;
    display: flex;
    justify-content: space-between;
    max-width: 1184px;
    width:95%;
}
#order_movie{
    width:60%;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 1em;
}
#order_movie img{
    width: 100%;
    height: auto;
    display: block;
}
#order_tit{
    max-width: 442px;
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4em;
}
#order_txt{
    color: #182A3D;
}
#order_txt h3{
    font-size: 240%;
    font-weight: 500;
    letter-spacing: 0.03em;
}
#order_txt h3 span{
    display: block;
    font-size: 75%;
    margin-top:.5em;
}
#order_ad{ text-align: center; max-width: 442px; margin-top: 2em;}
#order_ad a{
    margin:.3em 0 .8em;
}
#ph_slider{
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, #F2F2F2 50%, transparent 50%);
}
#ph_slider .ph_slider_track{
    display: flex;
    width: max-content;
    animation: ph_slider_loop 30s linear infinite;
}
#ph_slider ul{
    display: flex;
    list-style: none;
}
#ph_slider li{
    flex-shrink: 0;
    margin-right: 1em;
}
#ph_slider li img{
    display: block;
    height: 319px;
    width: auto;
    max-width: none;
    border-radius: 1em;
}
@keyframes ph_slider_loop{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

#reason{ overflow-x: hidden; margin-top:10em;}
.reason_in{ 
    max-width: 1275px;
    width:95%;
    margin: 0 auto;
    position: relative;
}
.reason_in.t1{
    z-index: 1;
}
.reason_in h2{
    color:#182A3D;
    font-size: 450%;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: baseline;
    letter-spacing: 0.1em;
}
.reason_in h2 span{
    font-size: 75%;
}
.reason_in h2:before{
    content: "";
    position: absolute;
    left: 100%;
    top: 60%;
    width: 1000px;
    height: 1px;
    background-color: #182A3D;
}
.reason_cont{
    margin:6em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reason_cont div{
    max-width: 582px;
    width:46%;
}
.reason_cont div.ph{
    max-width: 634px;
    width:50%;
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.reason_cont div.tac{
    text-align: center;
}
.reason_cont div.ph img{
    border-radius: 1em;
}
.reason_cont div.ph.t1 img{
    width: calc(50% - 5px);
}
#reason_bg{
    background: linear-gradient(to bottom, #EBF1F6 10%, #FCFDFE);
    position:relative;
    transform: translateY(-2em);
    padding: 2em 0 1px;
    
}
#reason_bg .reason_cont:first-child,
#reason_bg .reason_in{
    margin-top: 0;
}
#reason_bg:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:99%;
    width: 100%;
    height: 75px;
    background-image: url(../images/reason_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    transform: scaleX(-1);
}

.bg_gray{
    position: relative;
    padding-top: 8em;
    background: url(../images/dot_white.webp) #EAEAEA;
    background-size: 8px 8px;
    padding-bottom: 1px;
}
#experience{
    max-width: 1154px;
    width:95%;
    margin:5em auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#experience > img{
    max-width: 650px;
    width: 57%;
    border-radius: 1em;
}
#experience .experience_tit{
    max-width: 436px;
    width: 38%;
    text-align: center;
}
#experience .experience_tit h2{
    font-size: 230%;
    line-height: 1.6;
    color: #182A3D;
    margin: 2em 0 3em;
    letter-spacing: 0.03em;
    font-weight: 500;
}
#experience .experience_tit h2 span{
    font-size: 57%;
    display: block;
    margin-top: 1.2em;
    letter-spacing: 0.05em;
}
#experience a.visit_btn{
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
#voice{
    position: relative;
    background-color: #fff;
    border-radius: 1em;
    max-width: 880px;
    width: 90%;
    margin: 5em auto 8em;
    display: flex;
    padding: 3em;
    align-items: center;
    justify-content: space-between;
    gap: 4em;
}
#voice .en_tit{
    left: -2.5em;
    top: -.8em;
    position: absolute;
}
#voice > img{
    width: 210px;
    border-radius: .5em;
}
#voice .voice_tit h2{
    font-size: 160%;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
}
#voice .voice_tit p{
    line-height: 1.8;
    font-size: 110%;
}
#voice .voice_tit p.tit{
    color: #427CAD;
    font-weight: 500;
    margin-bottom: .7em;
    letter-spacing: 0.03em;
    line-height: 1;
}
#voice .voice_tit p.tit span{
    font-size: 120%;
}
#voice .voice_tit p.tit + p{
    font-weight: 400;
}
#price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 95%;
    margin: 5em auto;
}
#price > img{
    max-width: 690px;
    width: 54%;
    border-radius: 1em;
}
#price .price_tit{
    width: 43%;
    text-align: center;
}
#kiji{
    max-width: 1280px;
    width: 95%;
    margin: 5em auto;
}
#kiji h2{
    font-size: 100%;
    display: inline-flex;
    align-items: center;
    gap: 1.5em;
    margin-bottom: 2em;
    font-weight: 400;
}
#kiji h2 span{ letter-spacing: 0; }

#kiji h2 .en_tit{
    margin:.2em 0 0;
}
#kiji h2 b{
    font-weight: 500;
    font-size: 200%;
}
#kiji_ph{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
}
#kiji_ph ul{
    display: flex;
    gap: 2em;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: calc((100vw - min(95vw, 1280px)) / 2);
    padding-right: calc((100vw - min(95vw, 1280px)) / 2);
    cursor: grab;
}
#kiji_ph ul::-webkit-scrollbar{
    display: none;
}
#kiji_ph ul.dragging{
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}
#kiji_ph li{
    max-width: 259px;
    flex-shrink: 0;
    letter-spacing: 0;
}
#kiji_ph .ph_img{
    overflow: hidden;
    border-radius: 1em;
}
#kiji_ph img{
    border-radius: 1em;
    transition: transform .4s ease;
    pointer-events: none;
}
#kiji_ph li:hover img{
    transform: scale(1.14);
}
#kiji_ph li:hover h3{
    color: #427CAD;
    transition: color .3s ease;
}
#kiji_ph h3{
    font-weight: 400;
    margin: .8em 0;
    font-size: 110%;
    line-height: 1.5;
}
#kiji_ph .price_old{
    color: #9CA9B6;
    margin-bottom: .5em;
}
#kiji_ph b{
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
}
#kiji_ph .price_old .old{
    text-decoration: line-through;
    font-size: 100%;
}
#kiji_ph .price b{ 
    font-size: 120%;
}
#kiji_ph .price_old span,
#kiji_ph .price span{
    font-size: 80%;
    font-weight: 400;
}
#kiji_ph li{
    cursor: pointer;
}
.kiji_modal{
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.kiji_modal.active{
    opacity: 1;
    visibility: visible;
}
.kiji_modal_bg{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}
.kiji_modal_box{
    position: relative;
    z-index: 1;
    background: #fff;
    width: 90%;
    max-width: 430px;
    border-radius: 1em;
    transform: scale(.9);
    transition: transform .3s ease;
    letter-spacing: 0;
}
.kiji_modal.active .kiji_modal_box{
    transform: scale(1);
}
.kiji_modal_ph img{
    display: block;
    width: 100%;
    border-radius: .9em .9em 0 0;
}
.kiji_modal_close{
    position: absolute;
    top: -20px;
    right: -70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s, transform .3s;
}
.kiji_modal_close:hover{
    background: rgba(0, 0, 0, .8);
    transform: rotate(90deg);
}
.kiji_modal_close img{
    width: 24px;
}
.kiji_modal_info{
    padding: 1.5em;
    font-size: 110%;
}
.kiji_modal_info h3{
    font-size: 110%;
    margin-bottom: .5em;
}
.kiji_modal_info .modal_price{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    gap: .5em;
}
.kiji_modal_info .modal_price p{ letter-spacing: 0; }
.kiji_modal_info .price_old{
    display: flex;
    align-items: baseline;
    color: #9CA9B6;
    font-size: 90%;
}
.kiji_modal_info b{
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
}
.kiji_modal_info span{
    font-size: 80%;
}
.kiji_modal_info .price_old b.old{
    text-decoration: line-through;
    font-weight: 400;
}
.kiji_modal_info .price{
    display: flex;
    align-items: baseline;
    font-size: 130%;
}

#look{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 95%;
    margin: 10em auto;
    font-family: tt-commons-pro, sans-serif;
}
#look_tit{
    width: 25%;
}
#look_tit h2{
    font-weight: 300;
    margin-top: 2em;
    letter-spacing: 0.05em;
}
#look_tit h2 b{
    font-size: 280%;
    font-weight: 300;
    display: block;
}
#look_ph{
    max-width: 890px;
    width: 71%;
}
#look_ph ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#look_ph .ph_img{
    position: relative;
}
#look_ph .ph_img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 75%, rgba(0,0,0,.42) 100%);
    pointer-events: none;
}
#look_ph .ph_img p{
    position: absolute;
    left:2em;
    bottom: 1em;
    line-height: 1.6;
    width: calc(100% - 4em);
    color: #fff;
    font-size: 110%;
    font-weight: 300;
}
#customer{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 95%;
    margin: 8em auto;
}
#customer #customer_tit{
    width: 25%;
}
#customer #customer_tit h2{
    font-size: 200%;
    font-weight: 500;
}
#customer #customer_voice{
   max-width: 890px;
   width: 70%;
   position: relative;
}
#customer_voice ul{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}
#customer_voice ul::-webkit-scrollbar{
    display: none;
}
#customer_voice ul.dragging{
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}
#customer_voice ul li{
    flex: 0 0 calc((100% - 20px) / 3);
    scroll-snap-align: start;
    background-color: #fff;
    border-radius: 1em;
    padding: 2.5em;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    font-weight: 500;
}
#customer_voice ul li .star{
    height: 14px;
    background-image: url(../images/star.svg);
    background-repeat: space;
    background-size: 15px 14px;
}
#customer_voice ul li .star5{
    width: 83px;
}
#customer_voice ul li .star4{
    width: 66px;
}
#customer_voice ul li .star3{
    width: 49px;
}
#customer_voice ul li .star2{
    width: 32px;
}
#customer_voice ul li .star1{
    width: 15px;
}
#customer_voice ul li .user{
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0.8em 0 1em;
    font-size: 85%;
}
#customer_voice ul li .user img{
    width: 13px;
    height: 13px;
}
#customer_voice ul li h3{
    font-size: 120%;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.voice_arr{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.voice_prev,
.voice_next{
    background-color: #182A3D;
}
.voice_prev{
    left: -17px;
}
.voice_next{
    right: -17px;
}
.voice_prev:disabled,
.voice_next:disabled{
    background-color: #ccc;
    cursor: default;
}
.voice_prev img{
    transform: rotate(180deg);
}

#beginner{
    background: linear-gradient(to bottom, #F2F2F2, #FFFFFF);
    padding: 10em 0 15em;
}
#beginner_in{
    max-width: 1152px;
    width: 95%;
    margin: 0 auto;
}
#beginner_tit{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
}
#beginner_tit .tit{
    width: 50%;
}
#beginner_tit .tit h2{
    font-size: 240%;
    margin: .4em 0 .6em;
    line-height: 1.5;
    font-weight: 500;
}
#beginner_tit .tit p{
    line-height: 1.8;
    font-size: 120%;
}
#beginner_tit > img{
    max-width: 484px;
    width: 47%;
    border-radius: 1em;
}
#beginner_cont{
    margin-top: 3em;
}
#beginner_step{
    display: flex;
    background-color: #fff;
    border-radius: 1em;
}
#beginner_step li{
    flex: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 1.2em;
    row-gap: .8em;
    padding: 2.5em;
    position: relative;
}
#beginner_step li:not(:last-child):after{
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    width: 2px;
    height: 100%;
    background-color: #F2F2F2;
}
#beginner_step li:not(:last-child):before{
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 14'%3E%3Cpolyline points='1,1 5,7 1,13' fill='%23fff' stroke='%23F2F2F2' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
#beginner_step li img{
    grid-row: 1 / 3;
    width: 79px;
    height: 79px;
    align-self: start;
}
#beginner_step li .step_head .num{
    font-size: 220%;
    font-weight: 600;
    font-family: tt-commons-pro, sans-serif;
    color: #182A3D;
    line-height: 1;
}
#beginner_step li h3{
    font-size: 150%;
    font-weight: 600;
    margin-top: .2em;
    line-height: 1.4;
    letter-spacing: 0;
}
#beginner_step li p{
    font-size: 95%;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0;

}
#compensation{
    background: #182A3D;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1em;
    padding: 3.5em;
    margin-top: 3em;
}
#compensation_tit{
    width: 60%;
    line-height: 1.6;
    padding-left: 3em;
}
#compensation_tit h2{
    margin-bottom: 1em;
}
#compensation_tit h2 span{
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
}
#compensation_tit h2 b{
    font-size: 200%;
    font-weight: 400;
}
#compensation_tit p{
   font-weight: 400;
   font-size: 110%;
   margin-top: .2em;
}
#compensation_tit p.l{
    font-size: 120%;
}
#compensation_tit p.note{
    font-size: 100%;
    opacity: .8;
    margin-top: 2em;
}
#compensation > img{
    max-width: 386px;
    width: 38%;
    border-radius: 1em;
}



p.en_tit{
    font-size: 110%;
    color: #427CAD;
    padding-left: 30px;
    line-height: 1;
    font-family: tt-commons-pro, sans-serif;
    position: relative;
    margin-bottom:1em;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.en_tit.tate{
    transform: rotate(90deg);
    transform-origin: left bottom;
}
.en_tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #427CAD;
}

a.visit_btn{
    margin-top: 10px;
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEDB4F;
    color: #182A3D;
    text-decoration: none;
    border-radius: 8px;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: 0.07em;
    position: relative;
    transition: background-color .3s, transform .3s, box-shadow .3s;
}
a.visit_btn:hover{
    background-color: #182A3D;
    color: #FEDB4F;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
a.visit_btn:before{
    content: "";
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url(../images/arr.webp) no-repeat;
    background-size: contain;
    transition: right .3s;
}
a.visit_btn:hover:before{
    right: 1.6em;
    filter: invert(1);
}
.sp,.ssp{ display: none;}

@media (max-width: 1024px) and (min-width: 751px) {
    #kv_catch{ font-size: 1vw; width: 250px;}
    #kv_movie { width: calc(100% - 320px); }
    .scene_item h3{ font-size: 2.8vw;}
    #comfort_tit{ font-size: 2.6vw;}
    #honne_q:before,#honne_q:after{ height: 50px;}
    #order_txt h3 { font-size: 2.5vw; }
    .reason_in h2 { font-size: 5vw;}
    #beginner_tit .tit h2 { font-size: 2.5vw; }
    #beginner_step li { padding: 2.5em 1.5em;}
    #compensation_tit h2 { font-size: 1.8vw; }
}
@media (max-width: 1024px){
    #customer_voice ul li { flex: 0 0 calc((100% - 10px) / 2); }
    #ph_slider li img { height: 250px;}
    #comfort { padding-top: 5em;}
    .bg_gray { padding-top: 5em; }
    #beginner_step li img { width: 50px; height: 50px;}
    
}
@media (max-width: 750px) {
    .sp{ display: block;}
    .pc{ display: none;}
    .page-contents { padding-top: 0 !important; margin-top: 0;}
    #raiten_in{ flex-direction: column; padding: 1em; gap: 1em;}
    #raiten_in a.visit_btn { width: 100%; max-width: 450px;}
    #kv { height: calc(100svh - 45px); }
    #kv_title { top: 15px; left: 20px;}
    #kv_catch { 
        width: auto;
        left: 60px;
        bottom: auto;
        top: 30px;
    }
    #kv_catch h1 { 
        writing-mode:unset;
        letter-spacing: .18em;
        margin: 0;
        font-size: 400%;
        line-height: 1.5;
        transform: translateX(0);
    }
    #kv_catch .sub:before { display: none;}
    #kv_ad{
        background: #fff;
        border-radius: 1em;
        padding: 10px;
        bottom: 15px;
        right: 50%;
        transform: translateX(50%);
        width: 90%;
        max-width: 433px;
        text-align: center;
    }
    #kv_movie {
        width: calc(100% - 60px);

    }
    #honne { padding-top: 0;}
    .scene_item{
        flex-direction: column;
        margin: 5em auto;
        width: 90%;
    }
    .scene_item > img{
        width: 100%;
    }
    .scene_item .scene_item_title {
        margin-bottom: 3em;
    }
    .scene_item h3{ line-height: 1.6;}
    #honne_q:before, #honne_q:after { height: 35px;}
    #honne_q:before { bottom: 99.8%;}
    #honne_q:after { top: 99.8%;}
    #honne_q h2 { position: static; max-width: none; text-align: center; width: 100%; margin-top: 1em; padding-bottom: 1em;}
    #honne_q_in { flex-direction: column; width: 90%;}
    #honne_q .note { font-size: 100%; text-align: center; margin-bottom: .5em;}
    #honne_q .q_list li { margin-top: 3em;}
    #honne_q .q_list li picture img{ width: 90%;}
    #honne_q .q_list .q_tit { line-height: 1.4;}
    
    #comfort { padding-top: 10em;}
    #comfort_in { flex-direction: column; width: 90%; gap: 1em;}
    #comfort_in img { width: 100%; max-width: 550px; }
    #comfort_tit{ font-size: 200%;}
    #order {  }
    #order_in{ flex-direction: column; width: 90%; margin: 10em auto 5em; }
    #order_movie { width: 100%;}
    #order_tit{ width: 100%; max-width: none; }
    #order_ad{ margin: 3em auto 0;}
    #ph_slider li img {  height: 200px; }
    .reason_in { width: 90%; }
    .reason_in h2 { font-size: 300%; flex-direction: column; gap: .1em;}
    .reason_in h2:before { display: none;}
    .reason_cont { margin: 4em 0; flex-direction: column; gap: 3em; }
    .reason_cont.re { flex-direction:column-reverse;}
    .reason_cont div.ph { width: 100%;}
    .reason_cont div { width: 100%; }
    #reason_bg:before { height: 35px; bottom: 99.8%;}
    .bg_gray {  padding-top: 1em;}
    #experience { flex-direction: column; width: 90%; }
    #experience > img { width: 100%;}
    #experience .experience_tit { width: 100%;}
    #experience .experience_tit h2 { margin-bottom: 2em;}
    #voice .en_tit { left:-26px; }
    #voice { gap: 24px; flex-direction: column; width: calc(100% - 84px); margin-left: 48px; padding: 24px;}
    #voice .voice_tit h2 { margin-bottom: 18px;}
    #voice > img { width: 100%; max-width: 420px;}
    #price { flex-direction: column; width: 90%; gap: 2em;}
    #price > img { width: 100%;}
    #price .price_tit { width: 90%;}
    #kiji { width: 90%;}
    #kiji h2{ flex-wrap: wrap; margin-bottom: 3em; }
    #kiji h2 span{ flex-basis: 100%; }
    #kiji_ph ul { gap: 10px; padding-left: calc((100vw - min(90vw, 1280px)) / 2); padding-right: calc((100vw - min(90vw, 1280px)) / 2); }
    #kiji_ph li { max-width: 200px;}
    .kiji_modal_box { width: 80%;}
    .kiji_modal_close { width: 40px; height: 40px; right: -45px;}
    .kiji_modal_close img { width: 16px;}
    #look { flex-direction: column; width: 90%; gap: 2em; }
    #look_tit{ width: 100%;}
    #look_ph {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    #look_ph ul {
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: grab;
        padding-left: 5%;
        padding-right: 5%;
        scroll-padding-left: 5%;
        gap: 10px;
    }
    #look_ph ul::-webkit-scrollbar{ display: none;}
    #look_ph ul.dragging{
        cursor: grabbing;
        scroll-snap-type: none;
        user-select: none;
    }
    #look_ph ul li {
        flex: 0 0 calc((100vw - 30px) / 1.2);
        max-width: none;
        scroll-snap-align: start;
    }
    #look_ph ul li img{ width: 100%; max-width: none;}
    #customer{ flex-direction: column; gap: 2em; width: 90%; }
    #customer #customer_tit{ width: 100%;}
    #customer #customer_voice{
        width: 100vw;
        margin-left: calc(50% - 50vw);

    }
    .voice_prev,
    .voice_next{
        display: none;
    }
    #customer_voice ul{
        padding-left: 5%;
        padding-right: 5%;
        scroll-padding-left: 5%;
    }
    #customer_voice ul li {
        flex: 0 0 calc((100vw - 30px) / 1.2);
        padding: 2em;
    }
    #beginner { padding: 8em 0 10em; }
    #beginner_in { width: 90%; }
    #beginner_tit { flex-direction: column; gap: 2em; }
    #beginner_tit .tit { width: 100%; }
    #beginner_tit > img {  width: 100%; }
    #beginner_step { flex-direction: column; }
    #beginner_step li:not(:last-child):after{
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    #beginner_step li:not(:last-child):before{
        right: auto;
        top: auto;
        left: 50%;
        bottom: -7px;
        transform: translateX(-50%) rotate(90deg);
    }
    #beginner_step li p { font-size: 110%;}
    #compensation { flex-direction: column; gap: 2em; padding: 2.5em; }
    #compensation_tit{ width: 100%; padding-left: 0;}
    #compensation > img { width: 100%; max-width: 600px; }
    #compensation_tit h2 b { font-size: 170%;}


    

    a.visit_btn{ height: 50px;}
}
@media (max-width: 500px) {
    .ssp{ display: block;}
    .spc{ display: none;}
    #raiten_tit { font-size: 2.4vw; gap: .5em;}
    #raiten_in p.limited b { padding-right: .5em; }
    #raiten_in p.limited { gap: .3em;}
    #kv_catch h1 { font-size: 9vw;}
    #kv_catch .sub { font-size: 3.6vw; }
    #kv_catch .sub span { font-size: 85%;}
    #honne_q .q_list .q_tit { font-size: 3.8vw;  }
    #comfort_tit { font-size: 4.5vw;}
    #order_txt h3 { font-size: 6.1vw; }
    .reason_in h2 { font-size: 7vw;  }
    #compensation_tit h2 { font-size: 3.7vw; margin-top: 1em; }
}