@charset "UTF-8";:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-height:100svh;display:flex;flex-direction:column;overflow:hidden}.cms-content{width:calc(100% - 16px);margin:0 8px;max-width:100%;overflow:hidden;box-sizing:border-box;figure{width:calc(100% - 80px);img{width:calc(100% - 80px);margin:0 40px;height:auto}}}hr+footer{width:100%;position:relative;z-index:1299}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{overflow-y:scroll}address,blockquote,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,legend,li,ol,p,pre,table,td,th,ul{margin:0;padding:0;font-style:normal;text-align:left;font-size:100%;line-height:1.2}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}html{text-size-adjust:none;-webkit-text-size-adjust:none}html:focus-within{scroll-behavior:smooth}body{background:#FFF;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ Pro W3,Meiryo,Arial,sans-serif;text-align:center;line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed;text-size-adjust:100%}table{border-collapse:collapse;border-spacing:0}embed,img,object,td,th{vertical-align:top}embed,img,object{border:0;outline:none;max-width:100%;height:auto}embed:focus,object:focus{outline:none}img,input,select,textarea{margin-top:0;margin-bottom:0;vertical-align:middle;font-size:12px}button,input[type=button],input[type=submit],input[type=text]{-webkit-appearance:none}button{background-color:transparent;border:0;cursor:pointer;outline:none;padding:0;-moz-appearance:none;appearance:none}::-webkit-input-placeholder{color:#ccc}:-moz-placeholder,::-moz-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}abbr,acronym,fieldset,hr{border:0}hr{margin:2em 0;display:block;border-bottom:1px solid #ddd;clear:both}img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}iframe,img{vertical-align:top}iframe{display:block}em,i{font-style:normal}a{color:#000;background:transparent;transition:border .25s,color .25s,background .25s,box-shadow .25s}ol[role=list],ul li,ul[role=list]{list-style:none}::selection{background-color:var(--color-primary);color:#fff}input::selection,textarea::selection{background-color:#b6d6fd;color:#000}input::-moz-selection,textarea::-moz-selection{background-color:#b6d6fd;color:#000}article,div,section,ul{width:auto}article,aside,dd,li,section,ul{zoom:1}blockquote dl,blockquote ol,blockquote p,blockquote ul,dl dl,dl ol,dl p,dl ul,ol blockquote,ol p,ol pre,td dl,td p,td ul,ul blockquote,ul dl,ul p,ul pre,ul ul{font-size:100%}:last-child{margin-bottom:0}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}svg{height:1em;width:1em}img{height:auto}img[src*=".svg"]{width:100%}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}:root{--color-primary:#E17780;--color-primary-lightened:rgba(237,119,134,0.2);--color-back:#EEEEEE;--color-txt:#0c0c0c;--color-footer:#393939;--size-step-0:clamp(0.875rem,0.83rem + 0.23vw,1rem);--size-step-1:clamp(1rem,0.818rem + 0.91vw,1.5rem);--size-step-2:clamp(1.125rem,0.898rem + 1.14vw,1.75rem);--size-step-3:clamp(1.125rem,0.716rem + 2.05vw,2.25rem);--size-step-4:clamp(0.875rem,0.784rem + 0.45vw,1.125rem);--space-s:clamp(0.75rem,0.659rem + 0.45vw,1rem);--space-m:clamp(1rem,0.818rem + 0.91vw,1.5rem);--space-l:clamp(1.125rem,0.943rem + 0.91vw,1.625rem);--space-ll:clamp(1.125rem,0.716rem + 2.05vw,2.25rem)}:is(h1,h2,h3){display:flex;align-items:baseline;font-weight:700;gap:1ch;line-height:1.6}:is(h2+*){margin-block:var(--space-ll)}:is(h3+*){margin-block:var(--space-l)}@font-face{font-family:Josefin Sans;src:url(/_next/static/media/JosefinSans-Regular.d9b935d7.ttf)}@keyframes change-img-anim{0%{opacity:.1}30%{opacity:1}36%{opacity:1;transform:scale(1.2)}45%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(1.4)}}@keyframes change-img-anim-sp{0%{opacity:.1;transform:scale(1.4)}30%{opacity:1}36%{opacity:1;transform:scale(1.5)}45%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.7)}}@keyframes move{25%{opacity:1}33%{opacity:1;transform:translateY(30px)}67%{opacity:1;transform:translateY(40px)}to{opacity:0;transform:translateY(55px) scale3d(.5,.5,.5)}}@keyframes pulse{to{opacity:1}}@keyframes fadeup{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}header{position:fixed;width:100%;top:30px;z-index:99;display:flex;align-items:baseline;justify-content:end}header.basic{background:var(--color-primary-lightened);height:80px;display:flex;align-items:center;padding:0 30px}@media screen and (min-width:768px){header.basic{position:static}}@media screen and (max-width:767px){header.basic{top:0;left:0;height:80px;padding:0 10px}}header h1{width:200px;position:absolute;left:25px}@media screen and (max-width:767px){header h1{width:130px}}@media screen and (min-width:768px){nav .menu-sp,nav .menu-toggle{display:none}nav .menu-pc{display:flex;align-items:center;justify-content:end;margin-right:30px}nav .menu-pc a{font-size:13px;margin-left:20px;font-weight:400;color:white;text-decoration:none}.basic nav .menu-pc a,nav .menu-pc.black-menu a{color:black}}@media screen and (max-width:767px){nav{display:flex;justify-items:center;justify-content:center;align-items:center;padding:20px;position:fixed;top:20px;right:10px;width:30px;height:30px}nav .menu-pc{display:none}nav .menu-sp{width:40%;height:100%;transition:all .2s;transform:translate(100vw);position:fixed;top:0;right:0;z-index:1000;background:rgba(255,255,255,.6);padding:60px 10px 0}nav .menu-sp.open{transform:translate(0)}nav .menu-sp li{padding:10px}nav .menu-sp li a{color:var(--color-primary);font-weight:700;text-decoration:none;font-size:12px}nav .menu-toggle{display:block;cursor:pointer;position:relative;z-index:1300}nav .menu-toggle .line{width:30px;height:3px;margin:5px 0;background-color:#fff;transition:transform .3s ease-in-out}nav .menu-toggle.active .line:first-child{transform:translate(4px,4px) rotate(45deg);background-color:var(--color-primary)}nav .menu-toggle.active .line:nth-child(2){opacity:0}nav .menu-toggle.active .line:nth-child(3){transform:translate(4px,-11px) rotate(-45deg);background-color:var(--color-primary)}nav .menu-toggle.active+.menu{opacity:1}}nav .locolink a:hover{opacity:.8}.mainarea{width:100%;height:62.5vw;min-height:760px;max-height:760px;position:relative;overflow:hidden}@media screen and (min-width:768px) and (max-width:1199px){.mainarea{min-height:500px;max-height:500px}}@media screen and (max-width:767px){.mainarea{max-height:600px;min-height:600px}}.mainarea-wrap{width:100%;height:100%;min-width:100%;min-height:auto;position:relative;display:block}.mainarea-wrap:after{content:"";position:absolute;width:100%;height:100%;background:rgba(45,45,45,.4)}.mainarea-img{position:absolute;width:100%;opacity:0;z-index:0;animation:change-img-anim 30s infinite}@media screen and (max-width:767px){.mainarea-img{animation:change-img-anim-sp 30s infinite}}.mainarea-img.img01{animation-delay:0s}.mainarea-img.img02{animation-delay:10s}.mainarea-img.img03{animation-delay:20s}.mainarea-ttl{position:absolute;width:55%;top:48%;left:50%;transform:translate(-50%,-50%);text-align:center}@media screen and (max-width:767px){.mainarea-ttl{width:90%;top:40%}}.mainarea-news{position:absolute;bottom:40px;right:40px;display:grid;grid-template-columns:100px 220px 4%;grid-template-areas:"img des arrow" "img des arrow" "img date arrow";text-align:left;background:#fff;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.4));color:var(--color-primary);text-decoration:none}@media screen and (max-width:767px){.mainarea-news{right:52%;transform:translateX(50%)}}.mainarea-news img{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1;grid-area:img}.mainarea-news .des{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;grid-area:des;font-size:14px;line-height:1.4;font-weight:700;margin:6px 0 0 6px}.mainarea-news .date{-ms-grid-row:3;-ms-grid-column:2;grid-area:date;font-size:10px;margin:6px 6px 0;text-align:right}.mainarea-news .arrow{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3;grid-area:arrow;background:var(--color-primary);position:relative}.mainarea-news .arrow>img{width:50%;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.mainarea-news .arrow svg.arrow{stroke:#fff}.apps-link{display:flex;justify-content:center;left:4vw;margin-bottom:30px}.mainarea .apps-link{position:absolute;bottom:40px}@media screen and (max-width:767px){.mainarea .apps-link{width:80%;bottom:150px;left:50%;transform:translateX(-50%)}}.apps-link .android,.apps-link .ios{width:auto;height:50px;padding:0 10px}.apps-link .android img,.apps-link .ios img{width:auto;height:100%}.scroll-wrap{position:relative;display:flex;justify-content:center;align-items:flex-start}.scroll-wrap .chevron{position:absolute;width:28px;height:5px;opacity:0;transform:scale3d(.5,.5,.5);animation:move 3s ease-out infinite}.scroll-wrap .chevron:first-child{animation:move 3s ease-out 1s infinite}.scroll-wrap .chevron:nth-child(2){animation:move 3s ease-out 2s infinite}.scroll-wrap .chevron:after,.scroll-wrap .chevron:before{content:" ";position:absolute;top:0;height:100%;width:51%;background:var(--color-primary)}.scroll-wrap .chevron:before{left:0;transform:skew(0deg,30deg)}.scroll-wrap .chevron:after{right:0;width:50%;transform:skew(0deg,-30deg)}.scroll-wrap .txt{display:block;margin-top:75px;font-size:12px;color:var(--color-primary);text-transform:uppercase;white-space:nowrap;opacity:.25;animation:pulse 2s linear infinite alternate}main{scroll-snap-type:y mandatory}main.normal{margin-top:20px}@media screen and (max-width:767px){main.normal{margin-top:130px}}section{color:var(--color-primary);padding:80px 0;opacity:.1;transition:all .5s;scroll-snap-align:start;scroll-snap-stop:always}@media screen and (max-width:767px){section{padding:30px 10px}}section>.inner{opacity:0}.normal section{opacity:1;transform:none;color:var(--color-txt);text-align:left}section.blockIn{opacity:1}section.blockIn>.inner{opacity:1;animation-name:fadeup;animation-duration:1s;animation-iteration-count:1}section.experience,section.notice{background:var(--color-primary);color:white}section.appeal,section.how,section.qa{background:var(--color-back);color:var(--color-primary)}.inner{width:65%;margin:0 auto}@media screen and (max-width:767px){.inner{width:95%}}h2{font-size:var(--size-step-2)}h2 span{font-family:Josefin Sans,sans-serif}.consept h2{font-size:var(--size-step-3)}@media screen and (min-width:768px){.appeal h2,.contact h2,.how h2,.register h2{justify-content:right}}h3{font-size:var(--size-step-1);line-height:140%;display:flex;align-items:center}.notice h3{font-size:var(--size-step-2)}h3 .icon{width:30px}.block{display:flex}@media screen and (max-width:767px){.block{flex-direction:column}}.notice .block{justify-content:center}.intro .block{justify-content:space-between}.block .txt{width:60%}@media screen and (max-width:767px){.block .txt{width:100%}}.notice .block .txt{width:auto;display:flex;justify-items:center;justify-content:center;align-items:center;flex-direction:column}.block .pic{margin:0 15px;width:40%}@media screen and (max-width:767px){.block .pic{width:80%;margin:0 auto 15px}}.notice .block .pic{width:160px}@media screen and (max-width:767px){.notice .block .pic{width:120px}}.block .pic img{width:100%}.notice .block p{font-size:12px;line-height:1.2}.intro{margin-bottom:20px}.intro-area li{width:calc(100% / 3 - 10px);display:flex;flex-direction:column}@media screen and (max-width:767px){.intro-area li{width:100%;margin-bottom:25px}}.intro-area li .wrap{background:var(--color-primary);color:white;padding:15px 10px;border-radius:5px;box-shadow:9px 8px 0 -4px var(--color-back);margin-bottom:10px;display:flex;flex-direction:column;flex:1 1}@media screen and (max-width:767px){.intro-area li .wrap .img{width:80%;margin:0 auto 10px}.intro-area li .wrap .img img{border-radius:5px}}.intro-area li .wrap h4{display:flex;flex-direction:column;flex:1 1;align-items:stretch;margin-bottom:10px}.intro-area li .wrap .price{display:flex;font-size:14px;margin-bottom:15px}.intro-area li .wrap .price span:first-child{margin-right:10px}.intro-area li .wrap .host{display:flex;align-items:end;margin-top:15px}@media screen and (max-width:767px){.intro-area li .wrap .host{width:80%;margin:0 auto}}.intro-area li .wrap .host .left{width:100px;height:100px}@media screen and (max-width:767px){.intro-area li .wrap .host .left{width:70px;height:70px}}.intro-area li .wrap .host .right{margin-left:10px}.intro-area li .wrap .host .right p{color:white;font-size:12px}.intro-area li .wrap .host .right p:last-child{font-size:14px;font-weight:700}.intro-area li a{display:flex;align-items:center;color:var(--color-primary);font-size:12px}.intro-area li a .icon{width:20px;margin-right:10px}.intro-area li a .arrow{width:5px;margin-left:10px}.intro .movie{width:75%;margin:0 auto}@media screen and (max-width:767px){.intro .movie{width:90%}}.intro .movie-wrap{position:relative;width:100%;padding-top:56.25%}.intro .movie-wrap iframe{margin:0 auto;position:absolute;top:0;right:0;width:100%;height:100%}.how-wrap{position:relative;z-index:1}@media screen and (min-width:768px){.how-wrap:after{content:"";position:absolute;top:-10px;bottom:0;border-top:48px solid var(--color-primary-lightened);width:100vw;margin:0 calc(50% - 50vw);z-index:-1}}.how h3{display:flex;align-items:center}.how h3 .icon{width:30px}@media screen and (max-width:767px){.how h3{padding:10px;background:var(--color-primary-lightened)}.how .txt{order:1}}.how-sample{display:flex;align-items:center;justify-content:space-around}@media screen and (max-width:767px){.how-sample{order:2}}.how-sample li:nth-child(odd){width:25%}.how-sample li:nth-child(2n) .arrow{width:15px}.how-sample .sample{width:150px}.how .download{display:flex;flex-direction:column;align-items:center;margin:80px 0 30px}@media screen and (max-width:767px){.experience .slick{opacity:0;transition:opacity .3s linear}.experience .slick-initialized{opacity:1}}.experience .note{margin-bottom:10px}@media screen and (min-width:768px){.experience .note{display:grid;justify-items:center;align-items:center;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}@media screen and (max-width:767px){.experience .note{width:100%;margin:20px auto 0;position:relative}}.experience .gotonote{display:flex;justify-items:center;justify-content:center;align-items:center;margin-right:0;margin-left:auto;width:100%;max-width:150px;height:35px;border-radius:6px;font-size:14px;font-weight:700;border:2px solid var(--color-primary);color:var(--color-primary);background:white;text-decoration:none}.experience .gotonote .arrow{width:5px;margin-left:10px}.register h2{align-items:center}.register .sukima{width:200px;margin-left:-33px}@media screen and (max-width:767px){.register .sukima{margin-left:-10px}}.qa dt{color:var(--color-primary);font-size:var(--size-step-4);margin-bottom:var(--space-s);font-weight:700;line-height:130%;position:relative;padding-left:10px}.qa dt:before{position:absolute;left:0;top:0;width:3px;height:100%;content:"";background-color:var(--color-primary)}.qa dd{color:var(--color-txt);font-size:var(--size-step-0);margin-bottom:var(--space-ll);line-height:1.6}.contact .form{display:flex;justify-items:center;justify-content:center;align-items:center}.prose{--flow-space:var(--space-s)}.prose>*+*{-webkit-margin-before:var(--flow-space,1em);margin-block-start:var(--flow-space,1em)}.prose>p{-webkit-margin-after:var(--space-m);margin-block-end:var(--space-m);word-wrap:break-word;font-size:var(--size-step-0);line-height:1.6;color:var(--color-txt)}.prose>p small{display:block;font-size:12px;margin-top:10px}.note{font-size:var(--size-step-2);text-align:center;margin-bottom:5px;font-family:Josefin Sans,sans-serif}footer .note{color:gray}footer{background-color:var(--color-footer);padding:50px}footer a{font-size:12px;color:white;text-decoration:none}footer .box{display:flex;justify-content:space-around}@media screen and (max-width:767px){footer .box{flex-direction:column}}footer .box .left{display:flex;justify-items:center;justify-content:center;align-items:center;flex-direction:column}footer .box .left .logo{width:200px;margin-bottom:20px}footer .box .right{width:30%;display:flex;flex-direction:column}@media screen and (max-width:767px){footer .box .right{width:90%;margin-top:15px}}footer .box .right .terms{margin-bottom:15px}footer .box .right .sns{display:flex;justify-content:space-between}footer .box .right .sns li{width:auto;height:30px}footer .box .right .sns li.note{border-radius:50%;border:1px solid white}footer .box .right .sns li img{width:auto;height:100%}