@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1.5}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}input[type=mail],input[type=tel],input[type=text],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none}select::-ms-expand{display:none}html{-webkit-font-smoothing:antialiased;overflow-y:scroll}html.msie body{font-size:100%}html.no-msie body{font-size:16px}html.android a:hover,html.ipad a:hover,html.iphone a:hover,html.ipod a:hover{opacity:1!important}html.android a:hover img,html.ipad a:hover img,html.iphone a:hover img,html.ipod a:hover img{opacity:1!important}body{background:#fff;color:#6c6c6c;font-family:YakuHanJP_Noto,"Noto Sans JP",sans-serif;font-weight:500;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:unset}@media only screen and (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}a{text-decoration:none;color:#6c6c6c}a:link{color:#6c6c6c}@media (max-width:768px){a:active,a:hover{color:#aa0061}}img{max-width:100%;vertical-align:bottom}*,:after,:before{box-sizing:border-box}#loading-wrap{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#fff;position:fixed;top:0;left:0;z-index:9999}#loading-wrap.loaded{display:none;z-index:-9999}#loading-wrap.loaded .loader{display:none}.loader,.loader:after{border-radius:50%;width:10em;height:10em}@media (max-width:768px){.loader,.loader:after{width:10em;height:10em}}.loader{margin:60px auto;font-size:6px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(189,0,104,.1);border-right:1.1em solid rgba(189,0,104,.1);border-bottom:1.1em solid rgba(189,0,104,.1);border-left:1.1em solid #bd0068;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;opacity:1}@media (max-width:768px){.loader{font-size:3px}}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes hoge{0%{opacity:0;background-color:rgba(0,0,0,0)}100%{opacity:1;background:rgba(0,0,0,.7)}}.modal-wrap{position:fixed;top:0;left:0;z-index:1;width:100%;height:100vh;visibility:hidden;justify-content:center;align-items:center;z-index:9999;opacity:0;background-color:rgba(0,0,0,0)}.modal-wrap.shown{visibility:visible;display:flex;opacity:1;background:rgba(0,0,0,.7);transition:opacity 1s,background-color 1s,visibility 1s;animation:hoge .5s}.modal-wrap.shown .modal-panel{animation:up .3s cubic-bezier(.83,0,.17,1)}.modal-panel{width:calc(100% - 40px);max-width:1200px;position:relative;background-color:#fff;padding:20px;border-radius:10px}@media (max-width:768px){.modal-panel{width:calc(100% - 6.66vw);padding:5px;border-radius:5px}}@media (max-width:768px) and (orientation:landscape){.modal-panel{width:calc(100% - 100px);padding:5px;border-radius:5px}}.modal-frame{position:relative;width:100%;padding-top:56.25%}.modal-frame iframe{display:none;position:absolute;top:0;right:0;width:100%!important;height:100%!important}.modal-close{width:64px;height:64px;background:url(../img/common/modal_close.svg) no-repeat center center/contain;position:absolute;right:0;top:0;border:none;cursor:pointer;opacity:0}@media (max-width:768px){.modal-close{width:50px;height:50px}}.modal-close.is-active{animation:rotate .8s cubic-bezier(.83,0,.17,1);opacity:1}@keyframes rotate{from{transform:rotate(0);opacity:0}to{transform:rotate(540deg);opacity:1}}@keyframes up{from{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}@font-face{font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{display:none;left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{display:none;right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dots{position:absolute;bottom:100px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;bottom:60px;left:0}@media (max-width:768px){.slick-dots{bottom:50%;transform:rotate(90deg);left:-44.4%}}.slick-dots li{position:relative;display:inline-block;height:8px;width:60px;margin:0 5px;padding:0;background-color:rgba(189,0,104,.2);border-radius:5px;overflow:hidden;cursor:pointer}@media (max-width:768px){.slick-dots li{width:8vw;height:1.2vw;margin:0 .666vw}}.slick-dots li button{padding:0;border:0;background:0 0;display:block;height:8px;width:0;outline:0;line-height:0;font-size:0;color:transparent;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:before{content:none}.slick-dots li.slick-active button{background-color:#bd0068}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;cursor:pointer;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.preload *{transition:none!important}h2,h3,h4,h5{font-weight:500}li{list-style-type:none}.u-hv{transition:opacity .3s}.u-hv:hover{opacity:.8}.u-view-pc{display:block!important}@media (max-width:768px){.u-view-pc{display:none!important}}.u-view-sp{display:none!important}@media (max-width:768px){.u-view-sp{display:block!important}}.u-ttl{font-size:2.1875rem;font-weight:800;color:#40b1be}@media (max-width:768px){.u-ttl{font-size:1.375rem;line-height:1.27}}.u-txt{text-align:justify;font-size:1.12rem;line-height:1.66;letter-spacing:.008em}@media (max-width:768px){.u-txt{font-size:16px}}.u-txt span{color:#bf4089}.u-rm{font-family:"M PLUS Rounded 1c",sans-serif}.u-grad{background:linear-gradient(180deg,#f29d5e 0,#aa0061 100%);background:-webkit-linear-gradient(-90deg,#f29d5e 0,#aa0061 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.u-inner764{position:relative;max-width:764px;margin:0 auto;padding:0 40px}@media (max-width:768px){.u-inner764{padding:0 6.66%!important}}.u-inner{max-width:1080px;margin:0 auto;padding:0 40px}@media (max-width:768px){.u-inner{padding:0 6.66%!important}}.l-wrapper{margin:0 auto;padding:110px 0 0;min-width:1200px;transition:opacity 1.5s}@media (max-width:768px){.l-wrapper{padding:55px 0 0;min-width:auto}}html.is-fixed{overflow:hidden}html.is-fixed body{overflow:hidden}body{overflow:hidden}body.is-fixed{overflow:hidden}@-webkit-keyframes bgroop{from{background-position:0 0}to{background-position:1956px 0}}@keyframes bgroop{from{background-position:0 0}to{background-position:1956px 0}}.l-header{width:100%;background-color:#fff;position:fixed;top:0;left:0;z-index:3;min-width:1300px}@media (max-width:768px){.l-header{min-width:auto}}.l-header.is-open:after{background-color:#fff}.l-header:after{content:"";display:block;width:100%;height:12px;background:url(../img/common/bg_header.png) repeat-x center/52px auto;position:absolute;left:0;bottom:-12px;animation:bgroop 40s linear infinite}@media (max-width:768px){.l-header:after{height:8px;background:url(../img/common/bg_header.png) repeat-x center/34px auto;bottom:-8px;animation:bgroop 80s linear infinite}}@media (min-width:769px){.l-header.sc .l-header__inner{min-height:75px}.l-header.sc .l-header__logo{width:140px}.l-header.sc .l-header__bnr{top:62px}}.l-header__inner-wrap{position:relative;z-index:1}.l-header__inner{position:relative;min-height:110px;margin:0 auto;display:flex;align-items:center;transition:min-height .3s}@media (max-width:768px){.l-header__inner{display:flex;min-height:61px}}.l-header__logo{margin:0 0 0 100px;width:167px;transition:width .5s}@media (max-width:1420px){.l-header__logo{width:120px;margin:0 0 0 50px}}@media (max-width:768px){.l-header__logo{display:block;margin:0 0 0 6.66%;width:80px}}.l-nav{position:absolute;top:50%;right:135px;transform:translateY(-50%)}@media (max-width:768px){.l-nav{width:100%;top:68px;right:auto;left:0;transform:none;overflow:auto;opacity:0;visibility:hidden;background-color:#fff;height:calc(100vh - 68px);transition:opacity .5s cubic-bezier(.23,1,.32,1),visibility .5s cubic-bezier(.23,1,.32,1);z-index:8000}}.l-nav.is-open{opacity:1;visibility:visible}@media (max-width:768px){.l-nav__inner{margin:0 11%}}.l-nav__list{display:flex;align-items:center}@media (max-width:768px){.l-nav__list{display:block;margin:35px 0 0}}.l-nav__list-item{text-align:center}@media (max-width:768px){.l-nav__list-item{text-align:left;border-bottom:1px dashed #bd0068;position:relative}.l-nav__list-item:after{content:"";display:block;width:4.5px;height:9px;background:url(../img/common/aroow_spnav.svg) no-repeat center center/contain;position:absolute;right:0;top:50%;transform:translateY(-50%)}.l-nav__list-item:first-child{border-top:1px dashed #bd0068}}.l-nav__list-item:not(:last-child){margin:0 30px 0 0}@media (max-width:768px){.l-nav__list-item:not(:last-child){margin:0}}.l-nav__list-link{display:block;position:relative;font-size:.875rem;font-weight:900;line-height:1.36;letter-spacing:.006em;transition:color .3s}@media (max-width:768px){.l-nav__list-link{display:inline-block;width:100%;padding:15px 0;font-size:.9375rem;letter-spacing:.01em;color:#6c6c6c}}.l-nav__list-link:after{content:"";display:block;margin:3px 0 0;width:100%;height:2px;background-color:#aa0061;transform:scale(0,1);transform-origin:right top;transition:transform .3s,width .3s}@media (max-width:768px){.l-nav__list-link:after{display:none}}.l-nav__list-link.current{font-weight:800;color:#aa0061}.l-nav__list-link.current:after{content:"";display:block;width:100%;height:2px;background-color:#aa0061;transform:none;transition:none}@media (max-width:768px){.l-nav__list-link.current:after{content:none}}.l-nav__list-link:hover{color:#aa0061}@media (max-width:768px){.l-nav__list-link:hover{color:#6c6c6c}}.l-nav__list-link:hover:after{transform-origin:left top;transform:scale(1,1)}@media (max-width:768px){.l-nav__list-link:hover:after{transform:none}}.l-nav-btn{position:absolute;width:40px;height:40px;top:50%;transform:translateY(-50%);right:calc(6.66% - 10px);padding:0;cursor:pointer;border:none;background-color:#fff;transition:all .4s cubic-bezier(.23,1,.32,1)}.l-nav-btn.is-open .l-nav-btn__line:nth-child(1){transform:translateY(0) rotate(-45deg)}.l-nav-btn.is-open .l-nav-btn__line:nth-child(2){opacity:0;transform:translateY(0)}.l-nav-btn.is-open .l-nav-btn__line:nth-child(3){transform:translateY(0) rotate(45deg)}.l-nav-btn__line{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:20px;height:2px;margin:auto;background:#aa0061;transition:all .4s cubic-bezier(.23,1,.32,1)}.l-nav-btn__line:nth-child(1){transform:translateY(-10px) rotate(0)}.l-nav-btn__line:nth-child(3){transform:translateY(10px) rotate(0)}.l-header .l-header__bnr{width:145px;position:absolute;right:100px;top:95px;transition:top .3s;pointer-events:none}@media (max-width:768px){.l-header .l-header__bnr{display:none}}#home .l-kv{position:relative}#home .l-kv.js-loaded .l-kv_bg{opacity:1;transform:scale(1)}#home .l-kv.js-loaded .l-kv_ttl{opacity:1;transform:translateX(-50%) scale(1)}#home .l-kv.js-loaded .l-kv_pic{opacity:1;transform:translateY(0) scale(1)}#home .l-kv.js-loaded .l-kv_pic.pic01{width:29.917%;top:2.167%;left:19%;transition-delay:.85s}@media (max-width:768px) and (max-width:768px){#home .l-kv.js-loaded .l-kv_pic.pic01{top:14vw;left:6%;width:48%}}#home .l-kv.js-loaded .l-kv_pic.pic02{width:14.125%;top:4.167%;right:23.333%;transition-delay:1.3s}@media (max-width:768px){#home .l-kv.js-loaded .l-kv_pic.pic02{width:22.4%;top:26vw;right:4%}}#home .l-kv.js-loaded .l-kv_pic.pic03{width:12.25%;top:11.667%;right:9.583%;transition-delay:1.15s}@media (max-width:768px){#home .l-kv.js-loaded .l-kv_pic.pic03{width:19.4%;top:59vw;right:2.6%}}#home .l-kv.js-loaded .l-kv_pic.pic04{width:22.417%;bottom:3.333%;left:60%;transform:translate(-50%,0);transition-delay:1s}@media (max-width:768px){#home .l-kv.js-loaded .l-kv_pic.pic04{width:35.7%;top:78vw;left:auto;right:11.5%}}#home .l-kv.js-loaded .l-kv_pic.pic05{width:24.25vw;top:16.667vw;left:8.75vw;transition-delay:1.45s}@media (max-width:768px){#home .l-kv.js-loaded .l-kv_pic.pic05{width:38.6%;top:71vw;left:2.93vw}}.l-kv_slide1{position:relative;background-color:#fefcf6}.l-kv_bg{opacity:0;transform:scale(.5);transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .4s,transform .4s cubic-bezier(.17,1.465,.415,.96) .4s}.l-kv_ttl{width:27%;position:absolute;top:25%;left:50%;transform:translateX(-50%) scale(.8);opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94) .35s,transform .4s cubic-bezier(.17,1.465,.415,.96) .35s}@media (max-width:768px){.l-kv_ttl{top:35vw;width:56%}}.l-kv_pic{position:absolute;opacity:0;transform:translateY(40%) scale(.5);transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.17,1.465,.415,.96)}.l-kv__slider__list-item{display:none}.home-lead{padding:50px 0 60px;position:relative;background-color:#fbdfcc}@media (max-width:768px){.home-lead{padding:5.333vw 0 25px}}.home-lead:before{content:"";display:block;width:828.5px;height:419.5px;background:url(../img/pic_lead.png) no-repeat center top/100%;position:absolute;top:95px;left:calc(50% - 40px);transform:translateX(-50%);z-index:2}@media (max-width:768px){.home-lead:before{display:none}}.home-lead:after{content:"";display:block;width:100%;height:28px;background:url(../img/bg_lead.png) no-repeat center center/100% 100%;position:absolute;top:-28px;left:50%;transform:translateX(-50%)}@media (max-width:768px){.home-lead:after{top:-2vw;height:2vw}}.home-lead__inner{position:relative;max-width:764px;margin:0 auto}.home-lead__img{position:absolute;width:183px;left:-40px;bottom:-5px;z-index:1}@media (max-width:768px){.home-lead__img{display:none}}.home-lead__bg{position:absolute;top:0;left:0}.home-lead__scroll{width:57px;position:absolute;top:0;right:-40px;animation:scroll 1.5s infinite}@media (max-width:768px){.home-lead__scroll{display:none}}@keyframes scroll{0%{clip-path:inset(0 0 70% 0)}100%{clip-path:inset(0)}}.home-lead__ttl{margin:20px 0 40px;text-align:center;font-size:1.5rem;font-weight:800;letter-spacing:.1em;color:#aa0061}@media (max-width:768px){.home-lead__ttl{margin:2.5vw 0 5vw;font-size:4.6vw}}@media (max-width:768px){.home-lead__list{margin:0 0 20px}}.home-lead__list-item{position:relative;text-align:center;padding:16px 0;font-size:1.25rem;color:#aa0061;font-weight:500;line-height:1;letter-spacing:.05em}@media (max-width:768px){.home-lead__list-item{padding:2vw 0;font-size:4vw;letter-spacing:.045em}}.home-lead__list-item:after{content:"";display:block;width:80%;margin:0 auto;height:2px;background:url(../img/ul_lead.gif) repeat-x center/14px 2px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media (max-width:768px){.home-lead__list-item:after{width:calc(100% - 13.32vw);background:url(../img/ul_lead.gif) repeat-x center/7px 2px}}@media (max-width:768px){.home-lead__img_sp{max-width:260px;margin:0 auto;transform:translateX(50px)}}@media (max-width:768px){.home-lead__bg{margin:12.5vw 0 0}}.cat{width:175px;position:absolute;left:-80px;bottom:-4px;transform:scale(0)}.home-link{position:relative;background-color:#fbdfcc}.home-link:before{content:"";display:block;width:1048.5px;height:1207.5px;background:url(../img/bg_link.png) no-repeat center top/100%;position:absolute;top:55px;left:calc(50% + 10px);transform:translateX(-50%)}@media (max-width:768px){.home-link:before{display:none}}.home-link__inner{margin:0 auto -57px;padding:0 0 200px;position:relative}@media (max-width:768px){.home-link__inner{padding:0;margin:0 auto -4.889vw}}.home-link__bg{position:absolute;top:0;left:0;width:110px}.home-link__bg-bottom{position:absolute;bottom:100px;right:-6.66vw;width:162px}@media (max-width:768px){.home-link__list{margin:0 0 45px}}.home-link__list-item{position:relative;background-color:#fff;border-radius:15px 0 15px 0;overflow:hidden;cursor:pointer;clip-path:inset(0 100% 0 0);transition:clip-path .8s cubic-bezier(.77,0,.175,1)}.home-link__list-item .home-link__list-bg-sp{width:124px;position:absolute;left:0;bottom:0}.home-link__list-item.js-scrolled{clip-path:inset(0)!important}.home-link__list-item.js-scrolled .home-link__list-link{opacity:1}.home-link__list-item:nth-child(even){clip-path:inset(0 0 0 100%)}.home-link__list-item:nth-child(even) .home-link__list-link{flex-direction:row-reverse}.home-link__list-item:hover .home-link__list-link:after{opacity:1}#sign .home-link__list-item:hover .sec03__dl-link:after,.home-link__list-item:hover #sign .sec03__dl-link:after,.home-link__list-item:hover .home-link__btn-link:after{display:block;transform-origin:left top;transform:scale(1,1)}.home-link__list-item:hover .home-link__img-wrap{transform:scale(1.03);transition:transform .2s 0s}.home-link__list-item:hover .home-link__list-item{border:1px solid #aa0061}.home-link__list-item:hover .home-link__head-txt{color:#aa0061}.home-link__list-item:not(:last-child){margin:0 0 40px}@media (max-width:768px){.home-link__list-item:not(:last-child){margin:0 0 25px}}.home-link__list-item .home-link__img-wrap{position:absolute;transition:transform .2s}@media (max-width:768px){.home-link__list-item .home-link__img-wrap{margin:0 auto;position:static}}.home-link__list-item:nth-child(1) .home-link__img-wrap{max-width:352px;top:0;right:13px}@media (max-width:768px){.home-link__list-item:nth-child(1) .home-link__img-wrap{max-width:243px;padding:0 0 20px}}.home-link__list-item:nth-child(2) .home-link__img-wrap{max-width:266px;top:30px;left:26px}@media (max-width:768px){.home-link__list-item:nth-child(2) .home-link__img-wrap{max-width:213px;padding:20px 0}}.home-link__list-item:nth-child(3) .home-link__img-wrap{max-width:321px;bottom:10px;right:0}@media (max-width:768px){.home-link__list-item:nth-child(3) .home-link__img-wrap{max-width:276px;padding:0 0 20px}}.home-link__list-item:nth-child(4) .home-link__img-wrap{max-width:378px;bottom:0;left:0}@media (max-width:768px){.home-link__list-item:nth-child(4) .home-link__img-wrap{max-width:325px;padding:0 0 20px}}.home-link__list-link{position:relative;display:flex;padding:35px 25px 23px 35px;opacity:0;transition:opacity .6s .6s}@media (max-width:768px){.home-link__list-link{display:block;padding:6.6vw}}.home-link__list-link:after{content:"";width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;border:3px solid #aa0061;border-radius:15px 0 15px 0;transition:opacity .2s;z-index:9999}@media (max-width:768px){.home-link__list-link:after{display:none}}.home-link__head{max-width:400px}@media (max-width:768px){.home-link__head{max-width:100%}}.home-link__head-ttl{margin:0 0 12px;line-height:1.34;letter-spacing:.01em}@media (max-width:450px){.home-link__head-ttl{font-size:7.778vw}}.home-link__head-txt{margin:0 0 13px;text-align:justify;color:#6c6c6c;font-weight:400;line-height:1.6;letter-spacing:0;transition:color .2s}@media (max-width:768px){.home-link__head-txt{margin:0;font-size:.9375rem}}#sign .sec03__dl-link,.home-link__btn-link{position:relative;max-width:268px;min-height:40px;margin:0 auto;display:flex;justify-content:center;align-items:center;background-color:#d480b0;font-size:1rem;line-height:1;letter-spacing:.02em;color:#fff;border-radius:20px;transition:background-color .2s;overflow:hidden}@media (max-width:768px){#sign .sec03__dl-link,.home-link__btn-link{max-width:100%;font-size:1.12rem}}#sign .sec03__dl-link span,.home-link__btn-link span{position:relative;z-index:1}#sign .sec03__dl-link:hover,.home-link__btn-link:hover{color:#fff}#sign .sec03__dl-link:after,.home-link__btn-link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#bd0068;transform:scale(0,1);transform-origin:right top;transition:transform .75s cubic-bezier(.23,1,.32,1),border-radius 0s}@media (max-width:768px){#sign .sec03__dl-link:after,.home-link__btn-link:after{content:none}}.cat2{width:280px;position:absolute;bottom:0;right:60px;opacity:0;z-index:1}@media (max-width:768px){.cat2{width:227px;position:relative;left:calc(50% - 110px);z-index:1}}@media (max-width:380px){.cat2{width:57.763vw}}.tr-delay{transition-delay:.3s!important}@media (max-width:768px){.tr-delay{transition-delay:none}}.u-anim01{opacity:0;transform:translate(0,40%) scale(.5);transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.17,1.465,.415,.96)}.u-anim01.js-scrolled{opacity:1;transform:translate(0,0) scale(1)}@media (max-width:768px){.u-anim01.js-scrolled{transform:translate(0,0) scale(1)}}.u-anim02{clip-path:inset(0 100% 0 0);transition:clip-path 1.2s cubic-bezier(.77,0,.175,1)}.u-anim02.js-scrolled{clip-path:inset(0)!important}.u-anim03{opacity:0;transform:translateY(50px);transition:opacity .6s cubic-bezier(.83,0,.17,1),transform .6s cubic-bezier(.83,0,.17,1)}.u-anim03.js-scrolled{opacity:1;transform:translateY(0)}.closing,.closing2{position:relative;min-height:274px;background-color:#fef2db;background:url(../img/bg_closing.png) no-repeat center center/100% 100%}@media (max-width:768px){.closing,.closing2{min-height:155px;background:url(../img/bg_closing.png) no-repeat center top/100% auto}}@media (max-width:768px){.closing2:before,.closing:before{content:"";display:block;background-color:#fef2db;width:100%;height:66%;position:absolute;bottom:0;left:0;z-index:-1}}.closing-link{padding-top:107px;display:block;width:320px;margin:0 auto}@media (max-width:768px){.closing-link{padding-top:50px;width:160px}}.closing .pagetop,.closing2 .pagetop{width:116px;height:64px;position:absolute;top:-35px;right:100px;z-index:1}@media (max-width:768px){.closing .pagetop,.closing2 .pagetop{width:82px;right:5.3%;top:auto;bottom:40px}}.closing2{min-height:255px}.closing2:before{height:76%}.closing2 .closing__col{display:flex;justify-content:center}@media (max-width:768px){.closing2 .closing__col{position:relative;z-index:1;flex-direction:column-reverse}}.closing2 .closing__col-img{width:152.5px;margin:-20px 32px 0 0}@media (max-width:768px){.closing2 .closing__col-img{width:85px;margin:0 auto}}.closing2 .closing__col-txt{padding:100px 0 0;font-size:1.875rem;font-weight:900;color:#aa0061;line-height:1.47;letter-spacing:.006em}@media (max-width:768px){.closing2 .closing__col-txt{text-align:center;margin:0 0 25px;padding:50px 0 0;font-size:1.25rem}}.l-footer{position:relative}@media (max-width:768px){.l-footer{padding:30px 0 22px}}.l-footer:before{content:"";display:block;width:100%;height:12px;background:url(../img/common/bg_header.png) repeat-x center/52px auto;position:absolute;left:0;top:-11px;animation:bgroop 40s linear infinite;z-index:1}@media (max-width:768px){.l-footer:before{height:8px;background:url(../img/common/bg_header.png) repeat-x center/34px auto;top:-7px;animation:bgroop 80s linear infinite}}.l-footer .l-footer__inner{max-width:1080px;min-height:126px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.l-footer .l-footer__inner{display:block;padding:0 6.66%}}.l-footer .l-footer__logo{width:134px}@media (max-width:768px){.l-footer .l-footer__logo{margin:0 auto 20px;width:95px}}.l-footer .l-footer__copy{max-width:650px;font-size:.75rem;line-height:1.66}@media (max-width:768px){.l-footer .l-footer__copy{font-size:.625rem;line-height:1.75}}.under-title{position:relative;padding:58px 0 0;min-height:270.5px;background:url(../img/common/bg_under-title.png) no-repeat center top/100% 270.5px}@media (max-width:768px){.under-title{padding:40px 0 0;min-height:170px;background:url(../img/common/bg_under-title.png) no-repeat center bottom/100% auto}}@media (max-width:380px){.under-title{padding:10.526vw 0 0;min-height:44.737vw}}.under-title:before{content:"";display:block;background-color:#fff6e9;width:100%;height:66%;position:absolute;top:0;left:0;z-index:-1}.under-title__inner{max-width:1080px}.under-title__ttl{padding:0 50px;font-size:3.25rem;line-height:1.36}@media (max-width:768px){.under-title__ttl{padding:0;font-size:2.25rem}}@media (max-width:380px){.under-title__ttl{font-size:9.5vw}}#oa .sec01{position:relative;padding:40px 0}@media (max-width:768px){#oa .sec01{padding:25px 0 40px}}#oa .sec01:before{content:"";display:block;width:1209.5px;height:467px;background:url(../img/oa/bg_sec01.png) no-repeat center center/cover;position:absolute;top:20px;left:calc(50% - 72px);transform:translateX(-50%);z-index:-1}@media (max-width:768px){#oa .sec01:before{width:123.6px;height:121.2px;background:url(../img/oa/bg_sec01_sp.png) no-repeat center center/cover;left:auto;right:-9%;transform:none}}#oa .sec01 .sec01__txt sup{vertical-align:super;font-size:50%}#oa .sec01 .sec01__img{max-width:294px;flex-shrink:0;margin:0 -50px 0 0}@media (max-width:768px){#oa .sec01 .sec01__img{max-width:384px;margin:0 auto}}#oa .sec01 .sec01__head{margin:0 30px 40px 0;max-width:618px}@media (max-width:768px){#oa .sec01 .sec01__head{margin:0 0 30px}}#oa .sec01 .sec01__ttl{margin:0 0 20px;line-height:1.29;letter-spacing:.004em;margin:0 0 10px}#oa .sec01 .sec01__ttl span{font-size:1.6875rem}@media (max-width:768px){#oa .sec01 .sec01__ttl span{font-size:22px}}#oa .sec01 .sec01__img2{max-width:700px;margin:0 auto 80px}@media (max-width:768px){#oa .sec01 .sec01__img2{margin:-15px auto 0;max-width:325px}}#oa .sec02{position:relative;padding:60px 0 80px;background-color:#d9eff2}@media (max-width:768px){#oa .sec02{padding:60px 0 40px}}#oa .sec02:before{content:"";display:block;width:100%;height:56px;background:url(../img/sign/bg_sec02.png) no-repeat center top/100% 56px;position:absolute;top:-56px;left:50%;transform:translateX(-50%);z-index:-1}@media (max-width:768px){#oa .sec02:before{background:url(../img/sign/bg_sec02.png) no-repeat center top/100% 20px;top:-20px}}#oa .sec02:after{content:"";display:block;width:918.5px;height:307.5px;background:url(../img/oa/bg_sec02.png) no-repeat center center/cover;position:absolute;top:-85px;left:calc(50% + 30px);transform:translateX(-50%);z-index:1}#oa .sec02 .sec02__inner{position:relative;z-index:2}#oa .sec02 .sec02__img{margin:0 0 -10px -80px;width:315px;flex-shrink:0}@media (max-width:768px){#oa .sec02 .sec02__img{width:300px;margin:0 auto}}#oa .sec02 .sec02__col{align-items:flex-end}@media (max-width:768px){#oa .sec02 .sec02__col{display:flex;flex-direction:column-reverse}}#oa .sec02 .sec02__head{margin:0 0 0 30px;max-width:630px}@media (max-width:768px){#oa .sec02 .sec02__head{margin:0 0 20px}}#oa .sec02 .sec02__ttl{margin:0 0 9px}#oa .sec03{position:relative;padding:75px 0 60px;background-color:#f2d9e7}@media (max-width:768px){#oa .sec03{padding:40px 0}}#oa .sec03 .sec03__dot{content:"";display:block;width:100%;height:9px;background:url(../img/oa/bg_sec03_02.png) repeat-x center/contain;position:absolute;top:-4.5px;left:0;z-index:1}@media (max-width:768px){#oa .sec03 .sec03__dot{height:5px;top:-2.5px}}#oa .sec03:before{content:"";display:block;width:1021px;height:337px;background:url(../img/oa/bg_sec03.png) no-repeat center center/cover;position:absolute;top:100px;left:50%;transform:translateX(-50%);z-index:1}@media (max-width:768px){#oa .sec03:before{display:none}}#oa .sec03:after{content:"";display:block;width:100%;height:55.5px;background:url(../img/sign/bg_sec03.png) no-repeat center top/100% 56px;position:absolute;bottom:-55.5px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#oa .sec03:after{content:none}}#oa .sec03 .sec03__inner{position:relative;z-index:2}#oa .sec03 .sec03__ttl{margin:0 0 40px}@media (max-width:768px){#oa .sec03 .sec03__ttl{margin:0 0 30px}}#oa .sec03 .sec03__col{justify-content:space-between}#oa .sec03 .sec03__img{max-width:281px;position:relative;padding:23px 0 0 0;transform:translateX(20px)}@media (max-width:768px){#oa .sec03 .sec03__img{max-width:302px;margin:0 auto 20px;padding:0;transform:none}}#oa .sec03 .sec03__head{margin:0 0 55px 0;max-width:618px}@media (max-width:768px){#oa .sec03 .sec03__head{margin:0}}#oa .sec03 .sec03__list{display:flex}@media (max-width:768px){#oa .sec03 .sec03__list{display:block}}#oa .sec03 .sec03__list:not(:last-child){margin:0 0 20px}#oa .sec03 .sec03__list-ttl{margin:0 15px 0 0;width:150px;height:27px;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#40b7ca;font-size:1.25rem;color:#fff;font-weight:900;border-radius:20px}@media (max-width:768px){#oa .sec03 .sec03__list-ttl{width:80px;margin:0 auto 10px;font-size:1rem}}#oa .sec03 .sec03__list-txt{line-height:1.66}#oa .sec03 .sec03__img2{position:relative;max-width:700px;margin:0 auto}@media (max-width:768px){#oa .sec03 .sec03__img2{background-color:#fcdfa4}}#oa .sec03 .sec03__img2 .sec03_cat{width:129px;position:absolute;top:-30px;left:-33px}#oa .sec04{position:relative;padding:80px 0 110px}@media (max-width:768px){#oa .sec04{padding:40px 0 50px}}#oa .sec04 .sec04__inner{position:relative;z-index:2}#oa .sec04:before{content:"";display:block;width:997px;height:764.5px;background:url(../img/oa/bg_sec04.png) no-repeat center center/cover;position:absolute;top:181px;left:calc(50% - 90px);transform:translateX(-50%);z-index:1}@media (max-width:768px){#oa .sec04:before{display:none}}#oa .sec04__img{max-width:303.5px;position:relative;margin:2px -41px 0 0;transform:translateY(25px)}@media (max-width:768px){#oa .sec04__img{max-width:256px;margin:0 auto;transform:none}}#oa .sec04__ttl{margin:0 0 14px}@media (max-width:768px){#oa .sec04__txt{margin-bottom:30px}}#oa .sec04__col{margin:0 0 70px}#oa .sec04__head{margin:80px 25px 0 0;max-width:617px}@media (max-width:768px){#oa .sec04__head{margin:0}}#oa .sec04__img2{position:relative;padding:0 50px}@media (max-width:768px){#oa .sec04__img2{padding:0}#oa .sec04__img2:before{content:"";display:block;width:100vw;height:63vw;background:url(../img/oa/bg_sec04_sp.png) no-repeat center bottom/100% auto;position:absolute;bottom:0;margin-left:-6.66vw;z-index:-1}}#oa .sec04__img2-ttl{width:380px;position:absolute;top:-15px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#oa .sec04__img2-ttl{width:56.3vw;top:-3vw}}#oa .closing__col-txt{padding:80px 0 0;color:#f65c00}@media (max-width:768px){#oa .closing__col-txt{padding:50px 0 0}}#sign .sec01{position:relative;padding:45px 0 100px}@media (max-width:768px){#sign .sec01{padding:25px 0 0}}#sign .sec01:before{content:"";display:block;max-width:1038.5px;width:100%;height:1436.5px;background:url(../img/sign/bg_sec01.png) no-repeat center top/contain;position:absolute;top:20px;left:calc(50% + 130px);transform:translateX(-50%);z-index:-1}@media (max-width:768px){#sign .sec01:before{display:none}}#sign .sec01__col{justify-content:flex-end}#sign .sec01__head{position:relative;margin:0 0 40px}@media (max-width:768px){#sign .sec01__head{margin:0 0 10px}}@media (max-width:768px) and (max-width:768px){#sign .sec01__head:before{content:"";display:block;width:116.5px;height:91.5px;background:url(../img/sign/bg_sec01_sp.png) no-repeat center top/contain;top:25px;left:calc(50% + 120px);position:absolute;left:250px}}#sign .sec01__img{margin-right:-38px;width:215.5px}@media (max-width:768px){#sign .sec01__img{width:194px;margin-right:0;margin:0 auto 20px}}#sign .u-anim01.js-scrolled{transform:translateX(0)}#sign .sec01-box{position:relative}@media (max-width:768px){#sign .sec01-box:before{content:"";display:block;width:76px;height:238px;background:url(../img/sign/bg_sec01-box_sp.png) no-repeat center top/contain;position:absolute;top:36.5%;right:-92px;transform:translate(-50%,-50%)}}#sign .sec01-box__cnt-bg{width:175px;position:absolute;left:170px;bottom:-124px}@media (max-width:768px){#sign .sec01-box__cnt-bg{display:none}}#sign .sec01-box__cnt{margin:0 0 55px}#sign .sec01-box__thu{border-radius:5px}#sign .sec01-box__img{width:166.5px;height:207px;position:absolute;top:-160px;left:50px;z-index:1}@media (max-width:768px){#sign .sec01-box__img{width:150px;height:auto;margin:0 auto 15px;position:static}}#sign .sec01-box__bottom-inner{padding:90px 50px 0}@media (max-width:768px){#sign .sec01-box__bottom-inner{position:relative;padding:10.6vw 5.3vw 5.3vw}}#sign .sec01-box__bottom-col{display:flex;justify-content:center}@media (max-width:768px){#sign .sec01-box__bottom-col{display:block}}#sign .sec01-box__bottom-txt{margin:48px 35px 0 0;width:328px}@media (max-width:768px){#sign .sec01-box__bottom-txt{margin:10px auto 15px;width:auto;max-width:214.5px}}#sign .sec01-box__bottom-movie:hover .c-box__thu-img{transform:scale(1.05)}#sign .sec01-box__bottom-movie:hover .c-box__thu:before{width:55px;height:55px}#sign .sec01-box__bottom-movie:hover .c-box__thu:after{background-color:rgba(0,0,0,0);border:5px solid #0097a9}#sign .sec02{position:relative;padding:0 0 60px;background-color:#d9eff2}@media (max-width:768px){#sign .sec02{padding:0 0 35px}}#sign .sec02:before{content:"";display:block;width:1040.5px;height:719.5px;background:url(../img/sign/bg_sec02_02.png) no-repeat center center/contain;position:absolute;top:20px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#sign .sec02:before{width:130px;height:128px;top:auto;bottom:-64px;background:url(../img/sign/bg_sec02_02_sp.png) no-repeat center center/contain;z-index:1}}#sign .sec02:after{content:"";display:block;width:100%;height:56px;background:url(../img/sign/bg_sec02.png) no-repeat center top/100% 56px;position:absolute;top:-56px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#sign .sec02:after{background:url(../img/sign/bg_sec02.png) no-repeat center top/100% auto;height:5vw;top:-4.7vw}}#sign .sec02__inner{position:relative;z-index:1}#sign .sec02-box__cnt{background-color:rgba(255,255,255,.85)}#sign .sec02__col{margin:0 0 35px;justify-content:space-between;align-items:flex-start}#sign .sec02__inner{position:relative}#sign .sec02-head{flex-basis:523px;padding:70px 0 0;margin:0 0 0 50px}@media (max-width:768px){#sign .sec02-head{margin:0 0 10px;padding:30px 0 0}}#sign .sec02__img{width:322px;transform:translateY(-40px);z-index:1}@media (max-width:768px){#sign .sec02__img{width:325px;margin:0 auto;transform:translateY(0)}}#sign .sec02-box{position:relative}#sign .sec02-box__img{width:189.5px;height:163.5px;position:absolute;top:-143px;right:30px;z-index:1}@media (max-width:768px){#sign .sec02-box__img{margin:0 auto 35px;position:static}}#sign .sec02-box__head{background-color:#80cbd4}#sign .sec03{position:relative;margin:0 0 55.5px;padding:60px 0 0;background-color:#f2d9e7}@media (max-width:768px){#sign .sec03{padding:35px 0 60px}}#sign .sec03:before{content:"";display:block;width:1133px;height:805px;background:url(../img/sign/bg_sec03_02.png) no-repeat center center/cover;position:absolute;top:20px;left:50%;transform:translateX(-50%)}#sign .sec03:after{content:"";display:block;width:100%;height:55.5px;background:url(../img/sign/bg_sec03.png) no-repeat center top/100% 56px;position:absolute;bottom:-55.5px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#sign .sec03:after{background:url(../img/sign/bg_sec03.png) no-repeat center top/100% auto}}#sign .sec03__inner{position:relative;z-index:1}#sign .sec03__dot{content:"";display:block;width:100%;height:9px;background:url(../img/oa/bg_sec03_02.png) repeat-x center/contain;position:absolute;top:-4.5px;left:0;z-index:1}@media (max-width:768px){#sign .sec03__dot{height:5px;top:-2.5px}}#sign .sec03-box{position:relative}@media (max-width:768px){#sign .sec03-box{margin:0 0 40px}}#sign .sec03-box__img{width:174px;height:193.5px;position:absolute;top:-173px;left:64px;z-index:1}@media (max-width:768px){#sign .sec03-box__img{margin:0 auto 15px;position:static}}#sign .sec03-box__head{background-color:#d480b0}#sign .sec03-box__cnt{background-color:rgba(255,255,255,.85)}#sign .sec03__dl{position:relative;padding:10px 0 0;display:flex;justify-content:center;transform:translateY(20px);z-index:1}@media (max-width:768px){#sign .sec03__dl{margin:0 0 20px;transform:none}}#sign .sec03__dl-cnt{margin:0 0 0 20px}#sign .sec03__dl-img-warp{transform:rotate(180deg) scale(0);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.17,1.465,.415,.96)}#sign .sec03__dl-img-warp.js-scrolled{transform:rotate(0) scale(1);opacity:1}#sign .sec03__dl-img{width:225px}@media (max-width:768px){#sign .sec03__dl-img{min-width:134px;margin-left:-20px}}#sign .sec03__dl-txt{margin:30px 0 15px;text-align:center;font-size:1.25rem;font-weight:900;color:#aa0061;line-height:1.5;letter-spacing:0}@media (max-width:768px){#sign .sec03__dl-txt{text-align:left;margin:0;font-size:1.12rem}}#sign .sec03__dl-link:hover:after{display:block;opacity:1;transform-origin:left top;transform:scale(1,1);border-radius:0}@media (max-width:768px){#sign .sec03__dl-link:hover:after{display:none}}@media (max-width:768px){#sign .sec03__dl-link.u-view-sp{display:flex!important}}#sign .sec04{padding:50px 0}@media (max-width:768px){#sign .sec04{padding:0 0 30px}}#sign .sec04 .sec04__cnt{display:flex}@media (max-width:768px){#sign .sec04 .sec04__cnt{display:block}}#sign .sec04 .sec04__img{width:315.5px;margin:-60px 0 0}@media (max-width:768px){#sign .sec04 .sec04__img{margin:0 auto;width:291px}}#sign .sec04 .sec04-head{margin:0 25px 0 0;max-width:543px}@media (max-width:768px){#sign .sec04 .sec04-head{margin:0 0 25px}}#sign .sec04 .sec04-head__ttl{font-size:1.5625rem}#sign .closing__col-txt{padding:80px 0 0;color:#f88540}@media (max-width:768px){#sign .closing__col-txt{padding:50px 0 0;margin:0 0 15px}}.c-head .c-head__ttl{margin:0 0 20px;color:#40b1be;line-height:1.29;letter-spacing:.004em}@media (max-width:768px){.c-head .c-head__ttl{margin:0 0 10px}}.c-head .c-head__ttl span{font-size:1.6875rem}.c-head .c-head__txt{max-width:618px;text-align:justify;font-size:1rem;line-height:1.66;letter-spacing:.008em}.c-head .c-head__txt span{color:#bf4089}.c-col{display:flex;padding:0 50px}@media (max-width:768px){.c-col{display:block;padding:0}}.c-box-wrap{position:relative}.c-box__head{display:flex;justify-content:center;align-items:center;text-align:center;min-height:96px;background-color:#f88540;color:#fffbd0;font-size:1.875rem;letter-spacing:.01em;border-radius:15px 0 0 0}@media (max-width:768px){.c-box__head{min-height:48px;font-size:1.25rem;border-radius:7.5px 0 0 0}}.c-box__cnt{position:relative;padding:28px 50px 50px;background-color:rgba(253,239,229,.85);border-radius:0 0 15px 0}@media (max-width:768px){.c-box__cnt{padding:15px 4vw 4vw;border-radius:0 0 7.5px 0}}.c-box__lead{margin:0 0 28px;text-align:center}@media (max-width:768px){.c-box__lead{text-align:left;margin:0 0 15px}}.c-box__list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:120px}@media (max-width:768px){.c-box__list{display:block;padding-bottom:74vw}}.c-box__list-item{position:relative;margin:0 0 36px;flex-basis:27%;cursor:pointer}@media (max-width:768px){.c-box__list-item{margin:0 0 30px}}.c-box__list-item:hover .c-box__thu-img{transform:scale(1.05)}.c-box__list-item:hover .c-box__thu:before{width:55px;height:55px}.c-box__list-item:hover .c-box__thu:after{background-color:rgba(0,0,0,0);border:5px solid #0097a9}.c-box__list-item:hover .c-box__list-txt{display:inline-block;color:#0097a9}.c-box__thu{position:relative;max-width:270px;overflow:hidden}@media (max-width:768px){.c-box__thu{max-width:100%}}.c-box__thu:before{content:"";display:block;width:60px;height:60px;background:url(../img/sign/icon_arrow.png) no-repeat center center/cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;transition:width .2s,height .2s}.c-box__thu:after{content:"";display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);position:absolute;top:0;left:0;transition:background-color .2s}.video_play{pointer-events:none}.video_play.js-loaded{pointer-events:auto}.video_play.js-loaded .c-box__loading{transform:translateX(100%)}.c-box__thu-img{transition:transform .2s}.c-box__loading{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#f88540;z-index:2;transition:transform .5s cubic-bezier(.77,0,.175,1)}.c-box__loading .circle{box-sizing:border-box;width:50px;height:50px;border-radius:100%;border:5px solid rgba(255,255,255,.2);border-top-color:#fff;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.c-box__list-ttl{padding:12px 0 6px;text-align:center;font-size:1.25rem;font-weight:900;color:#0097a9;letter-spacing:.006em}@media (max-width:768px){.c-box__list-ttl{font-size:1rem}}.c-box__list-txt{min-height:72px;color:#6c6c6c;line-height:1.5;letter-spacing:.008em;transition:color .3s;background:url(../img/sign/bg_sec01_02.png) no-repeat center 25px/272px 49px}@media (max-width:768px){.c-box__list-txt{min-height:auto;line-height:1.56;background:url(../img/sign/bg_sec01_02.png) repeat-x center 25px/272px 49px}}.c-box__list-txt.ls-fix{letter-spacing:-.3px}@media (max-width:768px){.c-box__list-txt.ls-fix{letter-spacing:.008em}}.c-box__bottom{width:100%;min-height:275.5px;background:url(../img/sign/bg_box.png) no-repeat center bottom/100%;border-radius:0 0 15px 0;position:absolute;bottom:0;left:0}@media (max-width:768px){.c-box__bottom{background:url(../img/sign/bg_box.png) no-repeat center top/100%}.c-box__bottom:before{content:"";display:block;background-color:#fddecc;width:100%;height:66%;position:absolute;bottom:0;left:0}}@media (max-width:768px) and (max-width:768px){.c-box__bottom:before{height:63vw}}@keyframes spin{100%{transform:rotate(360deg)}}#product .l-kv{position:relative}#product .l-kv .l-kv__inner{padding:0 8.333vw;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){#product .l-kv .l-kv__inner{padding:0}}#product .l-kv .l-kv__inner .l-kv__wrap{width:100%;height:100%;position:relative}#product .l-kv .l-kv__inner .l-kv__ttl-wrap{width:50%;position:absolute;top:13vw}@media (max-width:768px){#product .l-kv .l-kv__inner .l-kv__ttl-wrap{width:77.6%;top:auto;bottom:16vw;left:50%;transform:translateX(-50%)}}#product .l-kv .l-kv__inner .l-kv__ttl{margin:0 0 4vw}#product .l-kv .l-kv__inner .l-kv__subttl{font-size:.75rem}#product .closing,#product .closing2{background:url(../img/product/bg_closing.png) no-repeat center top/100% 100%}@media (max-width:768px){#product .closing,#product .closing2{background:url(../img/product/bg_closing.png) no-repeat center top/100% auto}}#product .closing2:before,#product .closing:before{background-color:#fff}.product-cnt{position:relative;padding:100px 0 120px;background:linear-gradient(360deg,#fae7e0,#fdedde)}@media (max-width:768px){.product-cnt{padding:40px 0 50px}}.product-cnt:before{content:"";display:block;width:954px;height:669px;background:url(../img/product/bg_cnt.png) no-repeat center center/cover;position:absolute;top:20px;left:50%;transform:translateX(-50%)}.product-cnt__inner{position:relative;max-width:780px;margin:0 auto;padding:0 40px}.product-cnt__ttl{position:relative;max-width:557px;margin:0 auto 40px;z-index:2}@media (max-width:768px){.product-cnt__ttl{margin:0 auto 20px;font-size:1.375rem}}.product-cnt__ttl-bg-sp{width:114.5px;position:absolute;top:-25px;right:-51px;z-index:-1}.product-cnt__lead{font-size:1rem}.product-cnt__txt{position:relative;margin:0 0 8px;z-index:1;text-align:justify}.product-cnt__note{position:relative;margin:0 0 50px;font-size:.75rem;line-height:1;z-index:1}.product-cnt__note.-mt10{margin-top:10px}@media (max-width:768px){.product-cnt__note{margin:0 0 30px;line-height:1.3}}.product-cnt__wrap{position:relative}.product-cnt__list-bg01{width:118px;position:absolute;top:-90px;left:-45px}.product-cnt__list-bg02{width:89px;position:absolute;bottom:-60px;right:30px;z-index:1}.product-cnt__list{position:relative;z-index:1}.product-cnt__item{position:relative;display:flex;align-items:center;padding:0 0 0 230px;min-height:110px;background-color:#fff;border-radius:10px;font-size:1.12rem;line-height:1.66}@media (max-width:768px){.product-cnt__item{display:block;padding:25px 4vw 30px;font-size:16px}}.product-cnt__item:not(:last-child){margin:0 0 25px}@media (max-width:768px){.product-cnt__item:not(:last-child){margin:0 0 20px}}.product-cnt__item:before{content:"";display:block;position:absolute;width:calc(100% - 20px);height:calc(100% - 20px);top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid #f0a794;border-radius:10px}@media (max-width:768px){.product-cnt__item:before{width:calc(100% - 2.6vw);height:calc(100% - 2.6vw)}}.product-cnt__item img{width:236px;position:absolute;top:50%;transform:translateY(-50%);left:-36px}@media (max-width:768px){.product-cnt__item img{display:block;width:176px;margin:0 auto 15px;position:static;transform:none}}#ppp{display:flex;justify-content:center;align-items:center;text-align:center;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.8);width:100%;height:100%;z-index:999;visibility:hidden;opacity:0;transition:opacity .5s,visibility .5s}#ppp.is-show{opacity:1;visibility:visible}#ppp.is-show #pppSet{opacity:1;transform:translateY(0)}#ppp #pppSet{background:#fff;padding:50px;max-width:830px;margin:0 auto;border-radius:1vh;transform:translateY(50px);opacity:0;transition:transform .3s .4s cubic-bezier(.17,1.465,.415,.96),opacity .3s .4s}#ppp #pppSet p span{font-size:28px;vertical-align:baseline;color:red}#ppp #pppSet p.t1{font-size:28px;color:#6d6e70;line-height:1.5}#ppp #pppSet p.t4{margin-top:20px;font-size:24px;color:#6d6e70;line-height:1.5}#ppp #pppSet p.t4 span{font-size:24px;vertical-align:baseline;color:red}#ppp #pppSet p.t2{margin:25px 0 40px;font-size:24px;color:#aa0061;font-weight:900;line-height:1.5;letter-spacing:.004em}#ppp #pppSet p.t2 span{font-size:60%;color:#6c6c6c}#ppp #pppSet p.t3{margin-bottom:20px;font-size:1.12rem;color:#6d6e70}#ppp #pppSet #selectBTN ul{margin:0 auto 20px;display:flex;justify-content:center}#ppp #pppSet #selectBTN ul li{margin-right:40px;font-size:1.25rem;line-height:1.5}#ppp #pppSet #selectBTN ul li span{display:inline-block;margin:0 0 13px;font-size:1.5625rem;line-height:1}@media (max-width:768px){#ppp #pppSet #selectBTN ul li span{margin:0 0 2vw}}#ppp #pppSet #selectBTN ul li span.hfix{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:1.25rem}@media (max-width:768px){#ppp #pppSet #selectBTN ul li span.hfix{font-size:3vw;line-height:1.5;min-height:auto;margin:0}}#ppp #pppSet #selectBTN ul li .tm{font-size:60%;vertical-align:baseline}#ppp #pppSet #selectBTN ul li:last-child{margin-right:0}#ppp #pppSet #selectBTN a:link,#ppp #pppSet #selectBTN a:visited{min-height:150px;background:#aa0061 url(../img/common/btn_arrow.png) 100% center no-repeat;color:#fff;font-size:20px;display:inline-block;padding:26px 0;width:300px;border-radius:1vw;text-decoration:none;transition:background-position .2s,opacity .2s}@media (max-width:768px){#ppp #pppSet #selectBTN a:link,#ppp #pppSet #selectBTN a:visited{min-height:20vw;background-size:6.667vw 3.467vw;background-position:108%}}#ppp #pppSet #selectBTN a:hover{opacity:.8;background:#aa0061 url(../img/common/btn_arrow.png) 102% center no-repeat}#ppp #pppSet #selectBTN ul li:last-child a:link,#ppp #pppSet #selectBTN ul li:last-child a:visited{background:#6c6c6c url(../img/common/btn_arrow.png) 100% center no-repeat}@media (max-width:768px){#ppp #pppSet #selectBTN ul li:last-child a:link,#ppp #pppSet #selectBTN ul li:last-child a:visited{background-size:6.667vw 3.467vw;background-position:108%}}#ppp #pppSet #selectBTN ul li:last-child a:hover{background:#6c6c6c url(../img/common/btn_arrow.png) 102% center no-repeat}#ppp a.beforeB:link,#ppp a.beforeB:visited{text-decoration:none;color:#006272;border-bottom:#006272 2px solid;font-size:18px}#ppp a.beforeB:hover{opacity:.5;border-bottom:#fff 2px solid}@media screen and (max-width:767px){#ppp #pppSet{margin:5% auto 0;padding:5% 2.5%;width:85%}#ppp #pppSet p.t1{font-size:3.7vw;line-height:1.4}#ppp #pppSet p span{font-size:3.7vw;vertical-align:baseline;color:red}#ppp #pppSet p.t4{margin-top:2.5%;font-size:3.2vw;line-height:1.2}#ppp #pppSet p.t4 span{font-size:3.2vw}#ppp #pppSet p.t2{margin:2.5% 0 5%;font-size:3.3vw;line-height:1.2}#ppp #pppSet p.t3{margin-bottom:5%;font-size:2.5vw;line-height:1.2}}@media screen and (max-width:767px) and (max-width:768px){#ppp #pppSet p.t3{font-size:3vw}}@media screen and (max-width:767px){#ppp #pppSet #selectBTN ul{margin:0 auto 3%;width:100%}}@media screen and (max-width:767px){#ppp #pppSet #selectBTN ul li{float:left;width:48.75%;margin-right:2.5%}}@media screen and (max-width:767px){#ppp #pppSet #selectBTN ul li span{font-size:4vw}}@media screen and (max-width:767px){#ppp #pppSet #selectBTN a:link,#ppp #pppSet #selectBTN a:visited{font-size:2.5vw;padding:8% 0;width:100%}}@media screen and (max-width:767px) and (max-width:768px){#ppp #pppSet #selectBTN a:link,#ppp #pppSet #selectBTN a:visited{font-size:3vw}}@media screen and (max-width:767px){#ppp a.beforeB:link,#ppp a.beforeB:visited{font-size:2.8vw}}#method .sec01{position:relative;padding:45px 0 86px}@media (max-width:768px){#method .sec01{padding:45px 0 60px}}#method .sec01:before{content:"";display:block;width:1187.5px;height:958px;background:url(../img/method/bg_sec01.png) no-repeat center center/cover;position:absolute;top:0;left:calc(50% - 80px);transform:translateX(-50%);z-index:-1}@media (max-width:768px){#method .sec01:before{display:none}}#method .sec01__inner{position:relative}#method .sec01__inner .sec01__bg01{width:57.5px;position:absolute;left:0;top:200px}#method .sec01__inner .sec01__bg02{width:107.5px;position:absolute;right:-25px;top:300px;z-index:-1}#method .sec01__head{position:relative}#method .sec01__head-bg{width:103px;position:absolute;left:262px;top:4px}#method .sec01__col{margin:0 0 90px}@media (max-width:768px){#method .sec01__col{margin:0 0 20px}}#method .sec01__img{margin:-70px -35px 0 0;max-width:385px}@media (max-width:768px){#method .sec01__img{max-width:270.5px;margin:0 auto}}#method .sec01__ttl{letter-spacing:-.02em}@media (max-width:768px){#method .sec01__txt{margin:0 0 10px}}#method .sec01__movie{max-width:700px;margin:0 auto 30px;background-color:#fef2db;border-radius:15px 0 15px 0}@media (max-width:768px){#method .sec01__movie{max-width:100%}}#method .sec01__movie-box{padding:20px}@media (max-width:768px){#method .sec01__movie-box{padding:4vw}}#method .sec01__movie-ttl{margin-bottom:20px;text-align:center;font-size:1.25rem;color:#aa0061;line-height:1.5;letter-spacing:.004em}@media (max-width:768px){#method .sec01__movie-ttl{margin-bottom:4vw;font-size:1rem}}#method .sec01__movie-trigger:hover .c-box__thu-img{transform:scale(1.05)}#method .sec01__movie-trigger:hover .c-box__thu:before{width:55px;height:55px}#method .sec01__movie-trigger:hover .c-box__thu:after{background-color:rgba(0,0,0,0);border:5px solid #0097a9}#method .sec01__movie-img{max-width:650px;margin:0 auto;border-radius:5px}#method .sec01__list{position:relative}#method .sec01__list_bg{width:119px;position:absolute;top:-30px;left:-30px}#method .sec01__list-col{padding:20px 0;display:flex}@media (max-width:768px){#method .sec01__list-col{display:block;padding:15px 0}}#method .sec01__list-col:not(:last-child){position:relative}#method .sec01__list-col:not(:last-child):before{content:"";display:block;height:1px;width:100%;background:url(../img/method/line.png) repeat-x;position:absolute;left:0;bottom:0}#method .sec01__list-ttl{margin:0 15px 0 0;width:150px;height:27px;flex-shrink:0;display:flex;justify-content:center;align-items:center;background-color:#40b7ca;font-size:1.25rem;color:#fff;font-weight:900;border-radius:20px}@media (max-width:768px){#method .sec01__list-ttl{width:110px;margin:0 auto 10px;font-size:1rem}}#method .sec01__list-txt{font-size:1.12rem;line-height:1.66}@media (max-width:768px){#method .sec01__list-txt{font-size:1rem}}#method .sec02{padding:70px 0 100px;position:relative;background-color:#d9eff2}@media (max-width:768px){#method .sec02{padding:0}}#method .sec02:before{content:"";display:block;width:100%;height:56px;background:url(../img/method/bg_sec02_01.png) no-repeat center top/100% 56px;position:absolute;top:-56px;left:50%;transform:translateX(-50%)}@media (max-width:768px){#method .sec02:before{background:url(../img/method/bg_sec02_01.png) no-repeat center top/100% 20px;top:-20px}}#method .sec02:after{content:"";display:block;width:692px;height:667px;background:url(../img/method/bg_sec02_02.png) no-repeat center center/94%;position:absolute;top:104px;left:calc(50% + 40px);transform:translateX(-50%)}@media (max-width:768px){#method .sec02:after{width:100%;height:91%;background:url(../img/method/bg_sec02_02_sp.jpg) no-repeat center center/contain;top:0;left:50%}}@media (max-width:768px){#method .sec02 .sec02__inner{padding:14.667vw 3.33%!important}}#method .sec02 .sec02__img{position:relative;max-width:644px;margin:0 auto;z-index:1}#method .sec02 .sec02__img-pic01{width:407px;position:absolute;top:-59px;left:218px}@media (max-width:768px){#method .sec02 .sec02__img-pic01{width:57.9vw;left:31.5vw;top:-10%}}#method .sec02 .sec02__img-pic02{width:204px;position:absolute;top:181px;left:101px}@media (max-width:768px){#method .sec02 .sec02__img-pic02{width:24.4vw;left:18vw;top:37%}}#method .sec02 .sec02__img-pic03{width:218px;position:absolute;bottom:68px;left:145px}@media (max-width:768px){#method .sec02 .sec02__img-pic03{width:26vw;left:38vw;top:68%}}#method .closing2{background-color:#d9eff2}@media (max-width:768px){#method .closing2:before{background-color:#fef2db;z-index:1}}#method .closing2 .closing__col-txt{padding:80px 0 0;color:#f88540}@media (max-width:768px){#method .closing2 .closing__col-txt{padding:50px 0 0}}.top-bnr_col{margin-bottom:60px;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}@media (max-width:768px){.top-bnr_col{display:block;margin-bottom:30px;padding:0 6.6666%}}.top-bnr_col .top-bnr_col-item{display:block;width:250px}@media (max-width:768px){.top-bnr_col .top-bnr_col-item{margin:0 auto}.top-bnr_col .top-bnr_col-item:not(:last-child){margin-bottom:10px}}.top-bnr_col .top-bnr_col-item:not(:last-child){margin-right:20px}@media (max-width:768px){.top-bnr_col .top-bnr_col-item:not(:last-child){margin-right:auto}}.top-bnr_col .top-bnr_col-item:nth-child(2){border:1px solid #ececec}.l-kv-cat{position:relative;padding-top:44.166%}@media (max-width:768px){.l-kv-cat{padding-top:110.66666%}}.l-kv-cat.js-loaded .l-kv-cat_img{transform:scale(1)}.l-kv-cat_img-wrap{overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%}.l-kv-cat_img{transform:scale(1.02);position:absolute;left:0;top:0;transition:transform 2s 1.7s}.l-kv-cat-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.l-kv-cat_inner{position:relative;width:100%;height:100%;max-width:87%;margin:0 auto;padding:0 3.333vw}@media (max-width:768px){.l-kv-cat_inner{padding:0}}.l-kv-cat_ttl{position:absolute;top:7.5vw;left:50%;transform:translate(-50%,-50%);width:64.75vw}@media (max-width:1200px){.l-kv-cat_ttl{top:130px;width:777px}}@media (max-width:768px){.l-kv-cat_ttl{top:27%;width:100%}}.l-kv-cat_note{position:absolute;left:0;bottom:4.583vw;width:22.833vw}@media (max-width:1200px){.l-kv-cat_note{width:273px;bottom:55px}}@media (max-width:768px){.l-kv-cat_note{width:36.387vw;bottom:5%}}.l-kv-cat_txt{position:absolute;bottom:4.583vw;right:20px;right:1.667vw;width:26.75vw}@media (max-width:1200px){.l-kv-cat_txt{width:321px;height:83px;bottom:55px}}@media (max-width:768px){.l-kv-cat_txt{height:auto;width:42.4%;right:0;bottom:4.583vw}}

/* for iPad*/
@media (min-width:767px) and (max-width:1024px){
  .l-wrapper{
  max-width: 1024px;
  min-width: 768px;
  padding: 55px 0 0;
  }
  .l-header{
  min-width: 768px;
  }
  .l-header .l-header__bnr{
  display: none;
  }
  .l-header .l-header__bnr2{
    display: block !important;
  }
  .closing .pagetop, .closing2 .pagetop {
      right: 4%;
  }
  .l-header__logo{
    width: 13%;
    margin: 0 0 0 2%;
  }
  .l-nav__list-link.u-rm .u-view-pc{
    display: none !important;
  }
  .l-header__inner {
    display: flex;
    min-height: 61px;
  }
  .u-view-sp {
      display: none !important;
  }
  .l-nav {
    width: 100%;
    top: 68px;
    right: auto;
    left: 0;
    transform: none;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    height: calc(100vh - 68px);
    transition: opacity .5s cubic-bezier(.23,1,.32,1), visibility .5s cubic-bezier(.23,1,.32,1);
    z-index: 8000;
  }
  .l-nav-btn{
    display: block !important;
  }
  .l-nav__list-link:after {
    display: none;
  }
  .l-nav__list-link.current:after {
      content: none;
  }
  .l-header:after {
    height: 8px;
    background: url(../img/common/bg_header.png) repeat-x center / 34px auto;
    bottom: -8px;
    animation: bgroop 80s linear infinite;
  }
  .l-nav__inner {
    margin: 0 11%;
  }
  .l-nav__list {
    display: block;
    margin: 35px 0 0;
  }
  .l-nav__list-item:not(:last-child) {
    margin: 0;
  }
  .l-nav__list-item {
    text-align: left;
    border-bottom: 1px dashed #bd0068;
    position: relative;
  }
  .l-nav__list-item:first-child {
    border-top: 1px dashed #bd0068;
  }
  .l-nav__list-link {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: .9375rem;
    letter-spacing: .01em;
    color: #6c6c6c;
  }
  .l-nav__list-item:after {
    content: "";
    display: block;
    width: 4.5px;
    height: 9px;
    background: url(../img/common/aroow_spnav.svg) no-repeat center center / contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}