@charset "UTF-8";

*:where(:not(iframe,canvas,img,svg,video):not(svg *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}ol,ul{list-style:none}img{max-width:100%;display:block}table{border-collapse:collapse}a{cursor:pointer}html{font-size:62.5%}@media(width <= 767px){html{font-size:2.5641025641vw}}body{color:#000;font-family:"Noto Sans JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:1.6}main{background-color:#fef4e5}@media(width <= 767px){.pc{display:none}}@media(767px < width){.sp{display:none}}.displayNone{display:none}.l-header{position:fixed;top:20px;left:20px;z-index:10}.l-headerLogo{width:200px}@media(width <= 767px){.l-headerLogo{width:12rem;top:1.5rem;left:1.5rem}}.l-footer{width:100%}.l-footer_inner{padding-block:30px;background-color:#fff}@media(width <= 767px){.l-footer_inner{padding-block:2rem}}.l-footer_wrap{display:flex;justify-content:space-between;gap:3rem 0}@media(width <= 767px){.l-footer_wrap{flex-direction:column;align-items:center}}.l-footerInfo{display:flex;align-items:center;gap:2rem min(2.6vw,40px)}@media(width <= 767px){.l-footerInfo{flex-direction:column}}.l-footerInfo_logo{width:min(24vw,240px)}@media(width <= 767px){.l-footerInfo_logo{width:20rem}}.l-footerInfo_txt{font-size:1.2rem;font-weight:100;line-height:1.5}@media(width <= 767px){.l-footerInfo_txt{font-size:1rem}}.l-footerSns{display:flex;align-items:center;gap:0 2rem}.l-footerSns_item{height:3rem}.l-footerSns_item img{height:100%}.l-footerCopyright{width:100%;height:50px;background-color:#88b0ff;display:flex;align-items:center;justify-content:center}@media(width <= 767px){.l-footerCopyright{height:4rem}}.l-footerCopyright_txt{color:#fff;font-size:1.2rem;font-weight:100}@media(width <= 767px){.l-footerCopyright_txt{font-size:1rem}}.l-main{margin-top:90px;padding-bottom:105px;position:relative}@media(width <= 767px){.l-main{margin-top:5rem;padding-bottom:6rem}}.l-main:before,.l-main:after{content:"";position:absolute;bottom:0;height:calc(100% - min(13.135vw,155px));z-index:1}.l-main:before{width:min(38.9vw,459px);left:0;background:url("../img/bg_index_02.png") top left/100% auto repeat-y}.l-main:after{width:min(33.56vw,396px);right:0;background:url("../img/bg_index_01.png") top right/100% auto repeat-y}.l-section{width:100%}.l-section_inner{padding-top:8.54%;position:relative}.l-section_top{display:block;position:absolute;top:4px;left:2.27%}.l-section_top-on{width:16.9%}.l-section_top-off{width:22.54%}.l-section_top-other{width:39.36%}.l-section_wrap{width:100%;border-radius:20px;position:relative}@media(width <= 767px){.l-section_wrap{border-radius:1.5rem}}.l-section_wrap:before{content:"";width:100%;height:100%;border-radius:inherit;position:absolute;top:0;left:0}.l-section_wrap:before{box-shadow:6px 4px 3px 0px rgba(114,113,113,.4);mix-blend-mode:multiply}@media(width <= 767px){.l-section_wrap:before{box-shadow:3px 2px 1.5px 0px rgba(114,113,113,.4)}}.l-section_group{background-color:#fff;border-radius:20px;overflow:hidden}@media(width <= 767px){.l-section_group{border-radius:1.5rem}}.l-section_container{width:100%;padding:50px 5.45% 60px;display:flex;flex-wrap:wrap;position:relative;z-index:2}@media(width <= 767px){.l-section_container{padding:4rem 2rem 5rem}}.l-section_cont:not(:first-child){border-top:1px solid #969696}.l-section_cont-01{width:100%}.l-section_cont-02{width:50%}@media(width <= 767px){.l-section_cont-02{width:100%}}.l-section_cont-02+.l-section_cont-02{position:relative}.l-section_cont-02+.l-section_cont-02:before{content:"";width:1px;height:calc(100% - 60px);background-color:#969696;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(width <= 767px){.l-section_cont-02+.l-section_cont-02:before{display:none}}.l-wrap{width:min(100%,1180px);margin:0 auto;padding-inline:clamp(2rem,4vw,40px)}.c-animeScroll_fadeUp{opacity:0;-webkit-transform:translateY(5rem);transform:translateY(5rem);transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,transform .4s ease;transition:opacity .4s ease,transform .4s ease,-webkit-transform .4s ease}.c-animeScroll_fadeUp.is-animated{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.c-btnType01{width:100%;height:80px;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:0 15px;position:relative}@media(width <= 767px){.c-btnType01{height:6rem;gap:0 1rem}}.c-btnType01:before{content:"";width:100%;height:100%;border-radius:inherit;box-shadow:3px 3px 5px 0px rgba(158,65,28,.5);mix-blend-mode:multiply;position:absolute;top:0;left:0}.c-btnType01_label{font-size:27px;font-weight:800;position:relative}@media(width <= 767px){.c-btnType01_label{font-size:2rem}}.c-btnType01_arrow{width:28px;aspect-ratio:1;border-radius:50%;display:block;position:relative}@media(width <= 767px){.c-btnType01_arrow{width:2rem}}.c-btnType01_arrow:after{content:"";width:35.7%;aspect-ratio:10/16;background-color:#9e411c;-webkit-clip-path:polygon(0 0, 100% 50%, 0 100%);clip-path:polygon(0 0, 100% 50%, 0 100%);position:absolute;top:50%;right:25%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-ttlType01{width:100%;height:clamp(6rem,5.9322vw,70px);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;cursor:pointer}@media(width <= 767px){.c-ttlType01{height:4rem;padding-right:1rem}}.c-ttlType01_toggle{width:3.63%;aspect-ratio:1;border-radius:50%;display:block;position:absolute;top:50%;right:1.82%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(width <= 767px){.c-ttlType01_toggle{width:1.5rem;right:1rem}}.c-ttlType01_toggle:before,.c-ttlType01_toggle:after{content:"";width:100%;height:100%;border-radius:inherit;position:absolute;top:0;left:0}.c-ttlType01_toggle:before{box-shadow:2px 2px 1px 0px rgba(6,45,136,.4);mix-blend-mode:multiply}.c-ttlType01_toggle:after{background-color:#fff}.c-ttlType01_toggle span{width:62.5%;aspect-ratio:25/2;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1;transition:opacity .4s ease}.c-ttlType01_toggle span:last-child{-webkit-transform:translate(-50%, -50%) rotate(90deg);transform:translate(-50%, -50%) rotate(90deg);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease}.c-ttlType01.is-active .c-ttlType01_toggle span:first-child{opacity:0}.c-ttlType01.is-active .c-ttlType01_toggle span:last-child{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.p-cov{width:100%;background:url("../img/bg_cov.png") center/cover no-repeat}.p-cov_inner{padding-block:100px}@media(width <= 767px){.p-cov_inner{padding-block:6rem}}.p-cov_ttl{width:84%;margin:0 auto}@media(width <= 767px){.p-cov_ttl{width:65%}}.p-cov_txt{color:#9e411c;font-size:min(2.604166vw,24px);font-weight:800;text-align:center;line-height:2}@media(width <= 767px){.p-cov_txt{font-size:1.6rem;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}}.p-covList{width:min(100%,750px);margin:0 auto;display:flex;justify-content:space-between}@media(width <= 767px){.p-covList{flex-direction:column;gap:2rem 0}}.p-covList_item{flex-basis:46.66%}.p-kv{width:100%;height:55.27vw;position:relative}@media(width <= 767px){.p-kv{height:84.4rem}}.p-kv_bg{position:absolute}.p-kv_bg-01{width:24.6%;top:0;left:0}@media(width <= 767px){.p-kv_bg-01{width:13.5rem}}.p-kv_bg-02{width:34.4%;top:0;right:0}@media(width <= 767px){.p-kv_bg-02{width:19.9rem}}.p-kv_bg-03{width:21.23%;top:62.914%;left:0}@media(width <= 767px){.p-kv_bg-03{width:10.6rem;top:31.3rem}}.p-kv_bg-04{width:39.31%;top:51.92%;right:0}@media(width <= 767px){.p-kv_bg-04{width:19.7rem;top:28.3rem}}.p-kv_bg-05{width:12.5rem;left:0;bottom:1.5rem}.p-kv_bg-06{width:13.2rem;right:0;bottom:5.5rem}.p-kv_ttl{width:67.276%;position:absolute;top:6.1%;left:1.464%}@media(width <= 767px){.p-kv_ttl{width:44rem;top:8.1rem;left:-2.2rem}}.p-kv_ttlImg{width:72.22%;position:absolute;top:19.1%;left:13.6%;opacity:0;-webkit-animation:fade 1s ease forwards;animation:fade 1s ease forwards}.p-kv_img{width:34.48%;position:absolute;top:18.543%;right:5.93%;opacity:0;-webkit-animation:fade 1s ease forwards;animation:fade 1s ease forwards}@media(width <= 767px){.p-kv_img{width:100%;top:29.5rem;right:0}}.p-kv_btn{position:absolute;transition:opacity .4s ease;opacity:0}.p-kv_btn:hover{opacity:.8}.p-kv_btn-01{width:13.177%;left:13.76%;top:69.8%;-webkit-animation:fuwafuwa 3s .4s infinite ease-in-out,fade 1s .4s forwards ease;animation:fuwafuwa 3s .4s infinite ease-in-out,fade 1s .4s forwards ease}@media(width <= 767px){.p-kv_btn-01{width:12.2rem;left:1.5rem;top:auto;bottom:4.4rem}}.p-kv_btn-02{width:12.445%;left:29.28%;top:71.26%;-webkit-animation:fuwafuwa 3s .2s infinite ease-in-out,fade 1s .6s forwards ease;animation:fuwafuwa 3s .2s infinite ease-in-out,fade 1s .6s forwards ease}@media(width <= 767px){.p-kv_btn-02{width:11.4rem;left:14.4rem;top:auto;bottom:3.8rem}}.p-kv_btn-03{width:12.74%;left:42.972%;top:66.62%;-webkit-animation:fuwafuwa 3s .6s infinite ease-in-out,fade 1s .8s forwards ease;animation:fuwafuwa 3s .6s infinite ease-in-out,fade 1s .8s forwards ease}@media(width <= 767px){.p-kv_btn-03{width:11.9rem;left:auto;right:1.2rem;top:auto;bottom:6rem}}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fuwafuwa{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes fuwafuwa{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}}.p-off{position:relative;z-index:2}.p-off_ttl{width:60.9%;margin:0 auto}@media(width <= 767px){.p-off_ttl{width:74%}}.p-offWork{width:100%;padding-bottom:50px}.p-offWork_ttl{width:44.285%;margin:0 auto}.p-offWork_check{width:100%;margin-top:30px;display:flex;justify-content:center;gap:0 3%}.p-offWork_checkItem{height:min(3.4vw,40px)}.p-offWork_checkItem img{height:100%}.p-offWork_container{width:100%;margin-top:30px;position:relative}.p-offWork_graph{width:57.143%;margin:0 auto;position:relative;left:-2.653%}.p-offWork_list{display:flex;flex-direction:column;gap:min(1.7vw,20px) 0;position:absolute}.p-offWork_list-01{top:7.63%;left:0}.p-offWork_list-02{bottom:3.5%;right:0}.p-offWork_list dt,.p-offWork_list dd{font-size:min(1.186vw,14px);line-height:1.5}.p-offWork_img{position:absolute}.p-offWork_img-01{width:15.61%;top:6.8%;right:5.4%}.p-offWork_img-02{width:17.3%;bottom:-1.237%;left:3.87755%}.p-offSpot{width:100%;padding-block:50px 25px}@media(width <= 767px){.p-offSpot{padding-block:4rem 2rem}}.p-offSpot_ttl{width:67.85%;margin:0 auto}@media(width <= 767px){.p-offSpot_ttl{width:27rem}}.p-offSpot_img{width:97.96%;margin:-10px 0 0 auto}@media(width <= 767px){.p-offSpot_img{width:320px;margin:2rem 0 0;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.p-offJoy{width:100%;padding-block:45px 9%;position:relative}@media(width <= 767px){.p-offJoy{padding-block:5.5rem 15.5rem}}.p-offJoy_ttl{width:57.347%;margin:0 auto}@media(width <= 767px){.p-offJoy_ttl{width:20.2rem}}.p-offJoy_wrap{width:97%;margin:7.143% 0 0 auto;display:-ms-grid;display:grid;-ms-grid-columns:51.8% 1fr;grid-template-columns:51.8% 1fr;gap:min(6.1vw,72px) 0}@media(width <= 767px){.p-offJoy_wrap{width:100%;margin:5rem 0 0;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:7rem 0}}.p-offJoy_box{display:flex;align-items:center;gap:min(.847vw,10px)}@media(width <= 767px){.p-offJoy_box{gap:0 1rem}}.p-offJoy_boxIco{width:min(4.83vw,57px)}@media(width <= 767px){.p-offJoy_boxIco{width:3.8rem}}.p-offJoy_boxTtl-tennoji{width:min(11.95vw,141px)}@media(width <= 767px){.p-offJoy_boxTtl-tennoji{width:8.2rem}}.p-offJoy_boxTtl-umeda{width:min(7.88vw,93px)}@media(width <= 767px){.p-offJoy_boxTtl-umeda{width:5.4rem}}.p-offJoy_boxTtl-nunba{width:min(11.18644vw,132px)}@media(width <= 767px){.p-offJoy_boxTtl-nunba{width:8.4rem}}.p-offJoy_boxTtl-yao{width:min(8.05vw,95px)}@media(width <= 767px){.p-offJoy_boxTtl-yao{width:5.5rem}}.p-offJoy_boxTtl-other{width:min(10.6vw,125px)}@media(width <= 767px){.p-offJoy_boxTtl-other{width:7.5rem;margin-left:2rem}}.p-offJoy_boxComment{height:100%;position:relative;flex:1 1}.p-offJoy_boxComment_img{position:absolute;top:0}@media(767px < width){.p-offJoy_boxComment_img{left:0}}.p-offJoy_boxComment_img-01{width:min(18.73vw,222px);-webkit-transform:translateY(-33.6%);transform:translateY(-33.6%)}@media(width <= 767px){.p-offJoy_boxComment_img-01{width:16.5rem;right:1.5rem}}.p-offJoy_boxComment_img-02{width:min(21.27vw,251px);-webkit-transform:translateY(-38.168%);transform:translateY(-38.168%)}@media(width <= 767px){.p-offJoy_boxComment_img-02{width:17.4rem;right:1rem}}.p-offJoy_boxComment_img-03{width:min(19.322vw,228px);-webkit-transform:translateY(-20%);transform:translateY(-20%)}@media(width <= 767px){.p-offJoy_boxComment_img-03{width:15.4rem;right:1.5rem}}.p-offJoy_boxComment_img-04{width:min(19.661vw,232px);-webkit-transform:translateY(-19.5%);transform:translateY(-19.5%)}@media(width <= 767px){.p-offJoy_boxComment_img-04{width:17.4rem;right:1rem;-webkit-transform:translateY(-43.478%);transform:translateY(-43.478%)}}.p-offJoy_boxComment_img-05{width:min(23.73vw,280px);-webkit-transform:translateY(-22%);transform:translateY(-22%)}@media(width <= 767px){.p-offJoy_boxComment_img-05{width:20.4rem;right:-0.5rem;-webkit-transform:translateY(-42%);transform:translateY(-42%)}}.p-offJoy_img{position:absolute;bottom:0}.p-offJoy_img-01{width:22.85%;right:22.653%}@media(width <= 767px){.p-offJoy_img-01{width:13rem;right:14.5rem}}.p-offJoy_img-02{width:17.45%;right:7.653%}@media(width <= 767px){.p-offJoy_img-02{width:10rem;right:3rem}}.p-on{position:relative;z-index:2}.p-on_ttl{width:73.18%}@media(width <= 767px){.p-on_ttl{width:29rem}}.p-onFriend{padding-bottom:2rem;position:relative}.p-onFriend_ttl{width:54.7%;margin:0 auto}@media(width <= 767px){.p-onFriend_ttl{width:28.8rem}}.p-onFriend_desc{width:41.836%;aspect-ratio:958/926;background:url("../img/bg_txt_01.png") center/contain no-repeat;margin:20px 5.61% 0 auto;position:relative}@media(width <= 767px){.p-onFriend_desc{width:24.8rem;margin:2rem auto 0}}.p-onFriend_descLead{font-size:min(2.034vw,24px);padding-top:20%}@media(width <= 767px){.p-onFriend_descLead{font-size:1.5rem;line-height:1.26 !important}}.p-onFriend_descTxt{font-size:min(1.356vw,16px);margin-top:4%}@media(width <= 767px){.p-onFriend_descTxt{font-size:1.2rem;line-height:1.58 !important}}.p-onFriend_descImg{position:absolute}.p-onFriend_descImg-01{width:30.78%;top:7.1%;left:-12.63%}.p-onFriend_descImg-02{width:23.4%;bottom:0;right:-10.244%}@media(width <= 767px){.p-onFriend_descImg-02{right:-12%}}.p-onFriend_graph{width:63.36%}@media(767px < width){.p-onFriend_graph{position:absolute;top:min(6.1vw,78px);left:3.87%}}@media(width <= 767px){.p-onFriend_graph{width:100%;margin-top:-2rem}}.p-onFriend_list{width:100%;margin-top:13.877%;display:flex;justify-content:space-between;align-items:flex-start}@media(width <= 767px){.p-onFriend_list{margin-top:.5rem;display:block}}@media(width <= 767px){.p-onFriend_listItem{position:relative}}.p-onFriend_listItem-01{width:31.73%;aspect-ratio:624/412;padding-top:6.12%;margin-top:1.63%;background:url("../img/bg_txt_02.png") center/contain no-repeat;order:1}@media(width <= 767px){.p-onFriend_listItem-01{width:17.5rem;margin-top:-5.8rem;padding-top:3.3rem;left:-1rem}}.p-onFriend_listItem-02{width:31.17%;aspect-ratio:611/393;padding-top:3.1%;background:url("../img/bg_txt_03.png") center/contain no-repeat;order:2}@media(width <= 767px){.p-onFriend_listItem-02{width:17.4rem;margin:0 0 0 auto;padding-top:2rem;right:-1rem}}.p-onFriend_listItem-03{width:31.58%;aspect-ratio:619/399;padding-top:4.285%;margin-top:1.73%;background:url("../img/bg_txt_04.png") center/contain no-repeat;order:3}@media(width <= 767px){.p-onFriend_listItem-03{width:20.2rem;margin:-3rem 0 0 auto;padding-top:2.5rem}}.p-onFriend_listTxt{font-size:min(1.44vw,17px)}@media(width <= 767px){.p-onFriend_listTxt{font-size:1.2rem;line-height:1.154 !important}}.p-onClub{padding-block:55px 60px}@media(width <= 767px){.p-onClub{padding-block:4rem 2rem}}.p-onClub_ttl{width:72.65%;margin:0 auto}@media(width <= 767px){.p-onClub_ttl{width:20.4rem}}.p-onClub_graph{width:102.14%;margin-top:4.5%;position:relative;left:-4.5%}@media(width <= 767px){.p-onClub_graph{width:31.4rem;margin-top:3rem;left:-0.36rem}}.p-onClub_graphImg{position:absolute;bottom:-6.97%}.p-onClub_graphImg-01{width:26.67%;left:7.5924%}@media(width <= 767px){.p-onClub_graphImg-01{width:9.4rem;bottom:11.7rem;left:.5rem}}.p-onClub_graphImg-02{width:28.27%;right:4.3956%}@media(width <= 767px){.p-onClub_graphImg-02{width:10rem;bottom:11.6rem;right:.3rem}}.p-onLife{padding-top:55px}@media(width <= 767px){.p-onLife{padding-block:3rem 8.7rem}}.p-onLife_ttl{width:88.98%;margin:0 0 0 auto}@media(width <= 767px){.p-onLife_ttl{width:26rem;margin:0 auto}}.p-onLife_graph{width:89.796%;margin:6.73% 0 0 auto;position:relative}@media(width <= 767px){.p-onLife_graph{width:29.4rem;margin:2.5rem auto 0}}.p-onLife_graphImg{width:31%;position:absolute;top:25.55%;right:0}@media(width <= 767px){.p-onLife_graphImg{width:8.7rem;top:10.5rem;right:2.5rem}}.p-onLunch{padding-top:60px}@media(width <= 767px){.p-onLunch{padding-top:3.5rem}}.p-onLunch_ttl{width:34.285%;margin:0 auto}@media(width <= 767px){.p-onLunch_ttl{width:19.3rem}}.p-onLunch_img{width:96.3%;margin-top:40px}@media(width <= 767px){.p-onLunch_img{width:33.3rem;margin-top:1.5rem;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.p-onLunch_lead{width:55.4%;margin:30px auto 0}@media(width <= 767px){.p-onLunch_lead{width:20rem;margin-top:1.5rem}}.p-other{position:relative;z-index:2}.p-other_ttl{width:73.1%}@media(width <= 767px){.p-other_ttl{width:89%}}.p-otherEnjoy{padding-bottom:30px}@media(width <= 767px){.p-otherEnjoy{padding-bottom:5rem}}.p-otherEnjoy_ttl{width:42.72%;margin:0 auto}@media(width <= 767px){.p-otherEnjoy_ttl{width:27.2rem}}.p-otherEnjoy_list{margin-top:20px;display:flex;justify-content:center;gap:2rem min(2.54vw,30px)}@media(width <= 767px){.p-otherEnjoy_list{margin-top:4rem;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr);gap:2rem 0}}.p-otherEnjoy_listItem{display:flex;flex-direction:column;align-items:center}.p-otherEnjoy_listHeading{display:flex;flex-direction:column;align-items:center}.p-otherEnjoy_listIco{width:min(4.83vw,57px);display:block}@media(width <= 767px){.p-otherEnjoy_listIco{width:4.4rem}}.p-otherEnjoy_listTtl{margin-top:1rem}.p-otherEnjoy_listTtl img{height:100%}.p-otherEnjoy_listTtl-01{height:min(2.966vw,35px)}@media(width <= 767px){.p-otherEnjoy_listTtl-01{height:3rem}}.p-otherEnjoy_listTtl-02{height:min(5.84vw,69px)}@media(width <= 767px){.p-otherEnjoy_listTtl-02{height:4.8rem}}.p-otherEnjoy_listBox{display:flex;justify-content:center}.p-otherEnjoy_listBox-01{width:min(15.34vw,181px);aspect-ratio:611/393;margin-top:min(2.54vw,30px);padding-top:min(2vw,24px);background:url("../img/bg_txt_03.png") center/contain no-repeat}@media(width <= 767px){.p-otherEnjoy_listBox-01{width:14.2rem;margin-top:2rem;padding-top:2.4rem}}.p-otherEnjoy_listBox-02{width:min(15vw,177px);aspect-ratio:356/226;margin-top:min(2.2vw,26px);padding-top:min(2.12vw,25px);background:url("../img/bg_txt_05.png") center/contain no-repeat}@media(width <= 767px){.p-otherEnjoy_listBox-02{width:13.6rem;margin-top:2rem;padding-top:2.3rem}}.p-otherEnjoy_listTxt{font-size:min(1.44vw,17px);line-height:1.47}@media(width <= 767px){.p-otherEnjoy_listTxt{font-size:1.3rem;line-height:1.154}}.p-otherEnjoy_listImg-01{width:min(14.2373vw,168px);margin-top:min(1.356vw,15px)}@media(width <= 767px){.p-otherEnjoy_listImg-01{width:13rem;margin-top:2rem}}.p-otherEnjoy_listImg-02{width:min(15.25vw,180px);margin-top:min(1.356vw,16px)}@media(width <= 767px){.p-otherEnjoy_listImg-02{width:12.2rem;margin-top:2rem}}.p-otherEnjoy_listImg-03{width:min(11.356vw,134px);margin-top:min(.85vw,10px)}@media(width <= 767px){.p-otherEnjoy_listImg-03{width:10.3rem;margin-top:1rem}}.p-otherEnjoy_listImg-04{width:min(13.56vw,160px);margin-top:min(2.373vw,28px)}@media(width <= 767px){.p-otherEnjoy_listImg-04{width:12.3rem;margin-top:1.4rem}}.p-otherMake{padding-top:45px}@media(width <= 767px){.p-otherMake{padding-block:5rem 3rem}}.p-otherMake_ttl{width:80.61%;margin:0 auto}@media(width <= 767px){.p-otherMake_ttl{width:26.8rem}}.p-otherMake_img{width:89.8%;margin-top:2rem}@media(width <= 767px){.p-otherMake_img{width:100%;margin-top:3rem}}.p-otherOneword{padding-top:45px}@media(width <= 767px){.p-otherOneword{padding-top:3rem}}.p-otherOneword_ttl{width:93.87%;margin:0 0 0 auto}@media(width <= 767px){.p-otherOneword_ttl{width:26.5rem;margin:0 auto}}.p-otherOneword_txt-01{width:min(21.356vw,252px);margin:min(2.54vw,30px) auto 0}@media(width <= 767px){.p-otherOneword_txt-01{width:18rem;margin-top:2rem;-webkit-transform:translateX(-5.55%);transform:translateX(-5.55%)}}.p-otherOneword_txt-02{width:min(11.186vw,132px)}@media(width <= 767px){.p-otherOneword_txt-02{width:8.9rem}}.p-otherOneword_txt-03{width:min(10.76vw,127px)}@media(width <= 767px){.p-otherOneword_txt-03{width:8.5rem}}.p-otherOneword_txt-04{width:min(13.4vw,157px)}@media(width <= 767px){.p-otherOneword_txt-04{width:10.3rem}}.p-otherOneword_wrap{margin-top:min(3.8vw,45px);display:flex;justify-content:flex-end;gap:0 min(1.78vw,21px)}@media(width <= 767px){.p-otherOneword_wrap{margin-top:3rem;justify-content:space-between;gap:0}}.u-clr-white{color:#fff}.u-clr-sienna{color:#9e411c}.u-clrBg-white{background-color:#fff}.u-clrBg-sienna{background-color:#9e411c}.u-clrBg-royalblue{background-color:#1060ff}.u-clrBg-grad01{background:linear-gradient(90deg, rgb(233, 164, 65) 0%, rgb(234, 106, 69) 100%)}.u-clrBg-grad02{background:linear-gradient(120deg, rgb(158, 210, 255) 0%, rgb(158, 210, 255) 10%, rgb(122, 134, 235) 90%, rgb(122, 134, 235) 100%)}.u-clrBg-grad03{background:#cec09f;background:linear-gradient(120deg, rgb(206, 192, 159) 0%, rgb(178, 137, 95) 100%)}.u-flxAi-fs{align-items:flex-start}.u-fw-700{font-weight:700}.u-fw-900{font-weight:900}.u-lh-1\.5{line-height:1.5}.u-lh-2{line-height:2}.u-mt-40{margin-top:40px}@media(width <= 767px){.u-mt-40{margin-top:3rem}}.u-mt-60{margin-top:60px}@media(width <= 767px){.u-mt-60{margin-top:4rem}}.u-mt-90{margin-top:90px}@media(width <= 767px){.u-mt-90{margin-top:5rem}}.u-ta-ce{text-align:center}
/*# sourceMappingURL=map/style.css.map */