/*! ----------------------------------------------------------------
* 01. foundation
* 02. libs
* 03. common
* 04. block
----------------------------------------------------------------- *//*! ----------------------------------------------------------------
01.foundation
----------------------------------------------------------------- *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Noto Sans JP";font-style:normal;font-weight:400;src:url("../fonts/NotoSansJP-Regular.woff2") format("woff2");font-display:swap}@font-face{font-family:"Noto Sans JP";font-style:normal;font-weight:700;src:url("../fonts/NotoSansJP-Bold.woff2") format("woff2");font-display:swap}@font-face{font-family:"Zen Old Mincho";font-style:normal;font-weight:700;src:url("../fonts/ZenOldMincho-Bold.woff2") format("woff2");font-display:swap}/*! ----------------------------------------------------------------
02.libs
----------------------------------------------------------------- *//*! ----------------------------------------------------------------
03.common
----------------------------------------------------------------- */html{overflow-y:auto;font-size:62.5%;line-height:150%}html.active{overflow-y:hidden}@media screen and (max-width: 767px){html.active{overflow-y:hidden}}body{position:relative;padding:0;color:#fff;word-wrap:break-word;display:block;font-family:"Noto Sans JP",sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden}body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url(../img/bg.webp) no-repeat 50% 50%;background-size:cover;display:block}body::before{z-index:-1}section,div,article{line-height:150%;-webkit-box-sizing:border-box !important;box-sizing:border-box !important}#header{position:fixed;top:0;left:0;margin:0;height:auto;background:none}#header{z-index:800}#header{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}#header.vis{top:0}#header .header__bg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);visibility:hidden;opacity:0}#header .header__bg{z-index:-1}#header .header__bg{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}#header.active .header__bg{visibility:visible;opacity:.7}#navi{position:fixed;top:0;right:-350px;width:300px;height:100%;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:hidden;display:block;border-radius:0;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}#navi{z-index:800}#navi{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){#navi{right:-110%;width:calc(100% - 60px)}}#navi.active{right:0;visibility:visible}#navi.active{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.navicol{width:100%}#navilist{position:relative;top:0;width:84%;height:auto;margin:0 auto;padding:10px 0;text-align:left;display:block}@media screen and (max-width: 767px){#navilist{padding:30px 0}}#navilist .navilist__li{position:relative;display:block;width:100%;margin:0 auto;height:auto;padding:12px 0;color:#000;text-align:left;font-size:1.6rem;line-height:130%;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box}#navilist .navilist__li{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){#navilist .navilist__li{width:100%;margin:0 auto 10px;padding:12px 14px}}#navilist .navilist__li:hover{opacity:1;color:#2c95df}@media screen and (max-width: 767px){#navilist .navilist__li:hover{opacity:1}}#navilist .navilist__li a{position:absolute;top:0;left:0;width:100%;height:100%;display:block;cursor:pointer;cursor:hand}.btnopen{position:fixed;top:0;right:-70px;width:70px;height:70px;display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;cursor:pointer;border-bottom:1px solid #000;border-left:1px solid #000}.btnopen{z-index:850}.btnopen{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.btnopen{width:60px;height:60px;top:0;right:0;display:none}}.btnopen:hover{background:#998ffe}@media screen and (max-width: 767px){.btnopen:hover{background:#fff}}.btnopen.vis{top:0;right:0;display:block}.btnopen.vis{z-index:850}@media screen and (max-width: 767px){.btnopen.vis{top:0;right:0}}.btnopen.active{right:0}@media screen and (max-width: 767px){.btnopen.active{right:0}}.btnopen.active em::after{content:"閉じる"}.btnopen em{position:absolute;left:0;right:0;bottom:14px;width:100%;margin:0 auto;text-align:center;font-style:normal;font-weight:700;font-size:1.2rrem;color:#000;display:block}@media screen and (max-width: 767px){.btnopen em{font-size:1.1rrem;bottom:8px}}.btnopen em::after{content:"メニュー";position:relative}.btnopen span{position:absolute;left:0;right:0;margin:0 auto;width:44%;height:2px;background:#000;border-radius:4px;display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.btnopen span:nth-of-type(1){top:17px}@media screen and (max-width: 767px){.btnopen span:nth-of-type(1){top:21px}}.btnopen span:nth-of-type(2){top:25px}@media screen and (max-width: 767px){.btnopen span:nth-of-type(2){top:14px}}.btnopen span:nth-of-type(3){bottom:35px}@media screen and (max-width: 767px){.btnopen span:nth-of-type(3){bottom:29px}}.btnopen.active span:nth-of-type(1){top:12px;-webkit-transform:translateY(13px) rotate(-315deg);transform:translateY(13px) rotate(-315deg)}@media screen and (max-width: 767px){.btnopen.active span:nth-of-type(1){top:8px}}.btnopen.active span:nth-of-type(2){opacity:0}.btnopen.active span:nth-of-type(3){bottom:32px;-webkit-transform:translateY(-11px) rotate(315deg);transform:translateY(-11px) rotate(315deg)}@media screen and (max-width: 767px){.btnopen.active span:nth-of-type(3){bottom:26px}}@media screen and (max-width: 767px){.btnclose{position:fixed;top:14px;left:24px;width:24px;height:24px;margin:0 auto;display:block;visibility:hidden;opacity:0;cursor:pointer;cursor:hand}.btnclose{z-index:155}.btnclose{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.btnclose:before{position:absolute;content:"";top:0;left:0;width:2px;height:26px;border-radius:50px;background:#998ffe;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.btnclose:after{position:absolute;content:"";top:0;left:0;width:2px;height:26px;border-radius:50px;background:#998ffe;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.btnclose:hover{opacity:.6}.btnclose.active{opacity:1;visibility:visible}}main{position:relative;margin:0 auto;padding:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 767px){main{padding:0}}.is-loaded main{visibility:visible;opacity:1}.innerWrap{width:90%;max-width:940px;margin:0 auto}@media screen and (max-width: 767px){.innerWrap{width:94%;max-width:94%}}.titlecol{position:relative;margin:0 auto 6px;padding:0;text-align:center}@media screen and (max-width: 767px){.titlecol{margin:0 auto 8px;padding:0}}.titlecol .title__h3{position:relative;margin:0 auto;padding:0;text-indent:-9999px;display:inline-block}.sharecol{position:fixed;bottom:10px;right:-70px;width:60px;padding:0;font-size:1rem;line-height:100%;font-weight:700;color:#000;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sharecol{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sharecol{z-index:730}@media screen and (max-width: 767px){.sharecol{font-size:.9rem}}.sharecol.vis{visibility:visible;right:4px;opacity:1}@media screen and (max-width: 767px){.sharecol.vis{top:auto;right:4px;bottom:10px !important}}.sharecol .sharecol__tt{position:relative;margin:0 auto 10px;padding:14px 0 0 0;line-height:100%;text-align:center;font-weight:700;color:#fff}@media screen and (max-width: 767px){.sharecol .sharecol__tt{padding:8px 0 0 0}}.sharecol .sharebtn__col{margin:0 auto;padding:0 0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none}@media screen and (max-width: 767px){.sharecol .sharebtn__col{margin:0;padding:0}}.sharecol .sharebtn__col .sharebtn__col__li{position:relative;width:60px;height:60px;margin:3px 0;padding:0}.sharecol .sharebtn__col .sharebtn__col__li{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li{margin:0 2px;width:50px;height:50px}}.sharecol .sharebtn__col .sharebtn__col__li i{font-size:2.8rem;color:#000}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li i{font-size:2.4rem}}.sharecol .sharebtn__col .sharebtn__col__li--tw{width:54px;height:54px;background:#000;border-radius:100%;display:grid;place-content:center}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li--tw{width:50px;height:50px}}.sharecol .sharebtn__col .sharebtn__col__li--tw svg{width:28px;height:auto;margin:0;fill:#fff}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li--tw svg{height:auto}}.sharecol .sharebtn__col .sharebtn__col__li--line{width:54px;height:54px;background:#fff;border-radius:100%;display:grid;place-content:center}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li--line{width:50px;height:50px}}.sharecol .sharebtn__col .sharebtn__col__li--line svg{width:34px;height:auto;margin:0;fill:#fff}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li--line svg{height:auto}}.sharecol .sharebtn__col .sharebtn__col__li:hover{opacity:.6}@media screen and (max-width: 767px){.sharecol .sharebtn__col .sharebtn__col__li:hover{opacity:1}}.sharecol .sharebtn__col .sharebtn__col__li .sharebtn__col__li__link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;cursor:pointer;cursor:hand}.topBtn{position:fixed;bottom:-40px;right:0;color:#fff;text-decoration:none;width:40px;height:40px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;background:#000;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.topBtn{z-index:700}.topBtn{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.topBtn.active{bottom:80px}.topBtn:before{position:absolute;content:"";top:13px;left:0;width:100%;line-height:100%;font-family:"Font Awesome 5 Free";font-size:100%;font-weight:900;text-align:center}.topBtn:hover{background:#2c95df;text-decoration:none}.topBtn a{font-size:90%;color:#fff}.topBtn a:hover{text-decoration:none}#footer{position:relative;margin:0;padding:0;font-size:1.6rem;color:#fff;text-align:center;background:rgba(0,0,0,.5)}@media screen and (max-width: 767px){#footer{font-size:1.4rem}}#footer .footer__inner{padding:70px 4%}@media screen and (max-width: 960px){#footer .footer__inner{padding:12vw 4% 24vw}}#footer .footer__inner__index{font-size:1.6rem;text-align:center;margin:0 0 10px}#footer .footer__txt{margin:0 0 20px}#footer .footer__txt:last-child{margin:0}#footer .footer__txt svg{margin:4px 0 0 0}#footer .footer__txt small{font-size:1.3rem;line-height:170%;display:block}@media screen and (max-width: 767px){#footer .footer__txt small{font-size:1.2rem}}#footer .footer__logo{width:465px;margin:0 auto 30px;display:grid;grid-template-columns:199px 27px 199px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media screen and (max-width: 767px){#footer .footer__logo{width:294px;grid-template-columns:126px 18px 126px}}#footer .footer__logo svg{width:100%;height:auto;fill:#fff;display:grid}@media(hover: hover){#footer .footer__logo a:hover{opacity:.6}}#footer .footer__logo--cross{width:27px;height:27px;background:url(../img/ico_cross.webp);background-size:cover}@media screen and (max-width: 767px){#footer .footer__logo--cross{width:18px;height:18px;background:url(../img/ico_cross.webp);background-size:cover}}#footer .footer__link{color:#2c95df;text-decoration:none}#footer .footer__link{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){#footer .footer__link{font-size:.9em}}#footer .footer__link:hover{color:#e50413}@media screen and (max-width: 767px){#footer .btn02{width:220px}}.footer__bannercol{width:740px;margin:0 auto 20px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 767px){.footer__bannercol{width:90%;display:block}}.footer__bannercol .footer__bannercol__col{width:48%;margin:0 1% 14px}@media screen and (max-width: 767px){.footer__bannercol .footer__bannercol__col{width:100%;margin:0 0 14px 0}}.footer__bannercol .footer__bannercol__col img{width:100%;height:auto}.footer__snscol{width:278px;margin:0 auto 34px;padding:0;font-size:1.4rem;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 767px){.footer__snscol{margin:0 auto 24px}}.footer__snscol .footer__snscol__li{position:relative;width:54px;height:54px;margin:0 10px;border-radius:4px}.footer__snscol .footer__snscol__li{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.footer__snscol .footer__snscol__li{width:44px;height:44px;margin:0 10px}}.footer__snscol .footer__snscol__li--fb{background:#1877f2}.footer__snscol .footer__snscol__li--fb svg{width:16px;height:auto;margin:0;fill:#fff !important}@media screen and (max-width: 767px){.footer__snscol .footer__snscol__li--fb svg{width:12px;height:auto}}.footer__snscol .footer__snscol__li--tw{background:#000}.footer__snscol .footer__snscol__li--tw svg{width:26px;height:auto;margin:0;fill:#fff}@media screen and (max-width: 767px){.footer__snscol .footer__snscol__li--tw svg{width:20px;height:auto}}.footer__snscol .footer__snscol__li--insta{background:linear-gradient(-135deg, #C0009D 0%, #EC0017 50%, #FEC21D 100%) no-repeat}.footer__snscol .footer__snscol__li--insta svg{width:34px;height:auto;margin:0;fill:#fff !important}@media screen and (max-width: 767px){.footer__snscol .footer__snscol__li--insta svg{width:26px;height:auto}}.footer__snscol .footer__snscol__li:hover{opacity:.6}.footer__snscol .footer__snscol__li__link{width:54px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 767px){.footer__snscol .footer__snscol__li__link{width:44px;height:44px}}p{line-height:150%;margin:0 0 16px 0}p:last-child{margin:0}.text-center{text-align:center}.text-right{text-align:right}.pc{display:block}@media screen and (max-width: 767px){.pc{display:none}}.sp{display:none}@media screen and (max-width: 767px){.sp{display:block}}a{cursor:pointer;color:#2c95df;outline:none}a{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}a:hover{color:#a4a4a4}a img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}a img:hover{opacity:.6}@media screen and (max-width: 767px){a img:hover{opacity:1}}a:focus,*:focus{outline:none}.is-fixed{position:fixed !important;top:0;left:0}.yellow{color:#f8f401}.red{color:#e50413;font-weight:700}.btn01{position:relative;width:200px;height:54px;margin:0 auto;color:#000;font-size:1.6rem;font-weight:700;font-family:"Noto Sans JP",sans-serif;text-decoration:none;background:#fff;border:2px solid #2c95df;display:grid;place-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;overflow:hidden}.btn01{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.btn01{height:50px;font-size:1.5rem}}.btn01 span{position:relative}.btn01 span::after{content:"";position:relative;top:2px;width:14px;height:14px;margin:0 0 0 8px;background:url(../img/ico_triangle.svg) no-repeat 50% 50%;background-size:cover;display:inline-block}.btn01 span::after{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 960px){.btn01 span::after{top:0;margin:0 0 0 4px;width:13px;height:12px}}@media(hover: hover){.btn01:hover{color:#000;background:#2c95df}}.sharesns{width:100%;margin:30px auto 0;padding:0;line-height:100%;font-weight:700;color:#000;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sharesns{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sharesns{z-index:730}.sharesns__col{margin:0 auto;padding:0 0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none}.sharesns__col__li{position:relative;width:54px;height:54px;margin:0 20px;padding:0;border-radius:100%}.sharesns__col__li{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.sharesns__col__li--x{background:#000;display:grid;place-content:center}.sharesns__col__li--x svg{width:28px;height:auto;margin:0;fill:#fff}.sharesns__col__li--line{background:#fff;display:grid;place-content:center}.sharesns__col__li--line svg{width:30px;height:auto;margin:0}.sharesns__col__li:hover{opacity:.6}.sharesns__col__li .sharesns__col__li__link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;cursor:pointer;cursor:hand}ruby{padding-top:.8rem}rt{font-style:normal;line-height:100%;-webkit-transform:translateY(0.8em);transform:translateY(0.8em)}.movieWrap{position:fixed;top:0;left:0;margin:0;width:100vw;height:100dvh;background:#000}.movieWrap{z-index:650}.movieWrap iframe{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:100%;height:330%}@media screen and (max-width: 767px){.movieWrap iframe{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:100%;height:100%}}.movieWrap__area{position:fixed;top:0;left:0;margin:0;width:100vw;height:100dvh}.movieWrap__area{z-index:50}.movieWrap .btn01{position:fixed;width:100px;height:44px;right:14px;bottom:14px;margin:0 auto;font-family:"Zen Old Mincho",serif;background:hsla(0,0%,100%,.6);border:none}.movieWrap .btn01{z-index:850}@media(hover: hover){.movieWrap .btn01:hover{color:#000;background:#2c95df}}.movieWrap .btn01--btn02{width:130px;height:44px;right:124px;bottom:14px}.movieWrap .btn01--btn02 span::before{position:relative;content:"ミュート解除";font-size:1.6rem;font-weight:700}@media screen and (max-width: 767px){.movieWrap .btn01--btn02 span::before{font-size:1.5rem}}.movieWrap .btn01--btn02.active span::before{content:"ミュート"}.movieWrap .btn01 span{position:relative}.movieWrap .btn01 span::after{content:"";position:relative;top:0;width:10px;height:10px;margin:0 0 0 8px;background:url(../img/ico_triangle.svg) no-repeat 50% 50%;background-size:cover;display:inline-block}.movieWrap .btn01 span::after{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 960px){.movieWrap .btn01 span::after{top:0;margin:0 0 0 4px;width:10px;height:9px}}.mainimgWrap{position:relative;width:100%;margin:0;padding:56.24% 0 0 0;background:url(../img/mainimg.webp) no-repeat 50% 50%;background-size:cover}@media screen and (max-width: 767px){.mainimgWrap{margin:0;padding:177.78% 0 0 0;background:url(../img/mainimg_sp.webp) no-repeat 50% 50%;background-size:cover}}.mainimgWrap h1{margin:0;padding:0;display:none}.mainimgWrap__sc{display:none}@media screen and (max-width: 767px){.mainimgWrap__sc{position:absolute;left:0;right:0;bottom:20px;width:36px;height:20px;margin:0 auto;padding:0;background:url(../img/ico_sc.svg) no-repeat 50% 50%;background-size:cover;display:block}.mainimgWrap__sc{z-index:50}}.mainimgWrap .btn01{position:absolute;width:140px;height:44px;right:14px;bottom:14px;margin:0 auto;font-family:"Zen Old Mincho",serif;background:hsla(0,0%,100%,.6);border:none}.mainimgWrap .btn01{z-index:50}@media screen and (max-width: 767px){.mainimgWrap .btn01{width:126px;height:44px}}@media(hover: hover){.mainimgWrap .btn01:hover{color:#000;background:#2c95df}}.mainimgWrap .btn01 span{position:relative}.mainimgWrap .btn01 span::before{content:"";position:relative;top:3px;width:20px;height:22px;margin:0 4px 0 0;background:url(../img/ico_replay.svg) no-repeat 50% 50%;background-size:cover;display:inline-block}.mainimgWrap .btn01 span::before{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 960px){.mainimgWrap .btn01 span::before{top:3px;margin:0 4px 0 0;width:18px;height:20px}}.mainimgWrap .btn01 span::after{display:none}.frameWrap{position:relative;width:100%}.frameWrap__link{color:#fff;text-decoration:none}@media(hover: hover){.frameWrap__link:hover{opacity:.6}}.frameWrap__link:last-child .frameWrap__sec{border-bottom:none}.frameWrap__sec{position:relative;margin:0 auto;padding:30px 0;border-bottom:1px solid hsla(0,0%,100%,.2)}@media screen and (max-width: 767px){.frameWrap__sec{padding:30px 0 50px}}.frameWrap__sec::before{content:"";position:absolute;right:5px;bottom:5px;width:50px;height:50px;background-image:linear-gradient(-45deg, #2C95DF 25px, transparent 0);display:block}@media screen and (max-width: 767px){.frameWrap__sec::before{right:3px;width:40px;height:40px;background-image:linear-gradient(-45deg, #2C95DF 20px, transparent 0)}}.frameWrap__sec::after{content:"CHECK";position:absolute;right:36px;bottom:20px;font-family:"Zen Old Mincho",serif;font-size:2rem;font-weight:700;display:block}@media screen and (max-width: 767px){.frameWrap__sec::after{right:32px;bottom:16px;font-size:1.6rem}}.frameWrap__col{width:664px;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-template-columns:200px 1fr;gap:24px}@media screen and (max-width: 767px){.frameWrap__col{width:90%;-webkit-box-align:start;-ms-flex-align:start;align-items:start;grid-template-columns:114px 1fr;gap:14px}}.frameWrap__col--img img{width:100%;height:auto}.frameWrap__col--txt{font-size:1.6rem}@media screen and (max-width: 767px){.frameWrap__col--txt{font-size:1.4rem}}.aboutWrap{position:relative;margin:60px 0 70px;padding:0}@media screen and (max-width: 767px){.aboutWrap{margin:34px 0 40px;padding:0}}.aboutWrap .title__h2{width:366px;height:72px;margin:0 auto;text-indent:-9999px;background:url(../img/title_about.webp) 50% 50% no-repeat;background-size:cover}@media screen and (max-width: 767px){.aboutWrap .title__h2{width:282px;height:54px}}.aboutWrap__col{width:90%;max-width:1010px;margin:0 auto;font-family:"Zen Old Mincho",serif;font-size:1.8rem;color:#fff;display:block}@media screen and (max-width: 767px){.aboutWrap__col{width:90%;max-width:90%;display:block}}.aboutWrap__col--txt{font-size:1.8rem;text-align:center}@media screen and (max-width: 767px){.aboutWrap__col--txt{font-size:1.6rem;text-align:left}}.aboutWrap__col--txt p{line-height:220%}@media screen and (max-width: 767px){.aboutWrap__col--txt p{line-height:200%}}.aboutWrap__col--txt2{font-size:1.8rem;margin:0 auto;text-align:center;display:none}@media screen and (max-width: 767px){.aboutWrap__col--txt2{font-size:1.6rem;text-align:left}}.aboutWrap__col--txt2 p{line-height:220%}@media screen and (max-width: 767px){.aboutWrap__col--txt2 p{line-height:200%}}.aboutWrap__link{position:relative;margin:30px auto 0;width:224px;height:54px;display:grid;place-content:center;text-decoration:none;color:#000;font-family:"Zen Old Mincho",serif;background:#fff;-webkit-box-shadow:0 3px 4px rgba(0,0,0,.8);box-shadow:0 3px 4px rgba(0,0,0,.8);border-radius:100px}.aboutWrap__link{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.aboutWrap__link{height:44px;margin:20px auto 0}}@media(hover: hover){.aboutWrap__link:hover{color:#000;background:#2c95df}}.aboutWrap__link::after{position:relative;content:"READ MORE";font-size:1.5rem;font-weight:700}@media screen and (max-width: 767px){.aboutWrap__link::after{font-size:1.4rem}}.aboutWrap__link.active::after{content:"CLOSE"}.splideWrap{position:relative;margin:0 0 70px;text-align:center}@media screen and (max-width: 767px){.splideWrap{margin:0 0 50px}}.splideWrap .splide{margin:0}.splideWrap .splide__slide{margin:0 !important;padding:0 !important}.splideWrap .splide__slide img{height:180px;display:block}@media screen and (max-width: 767px){.splideWrap .splide__slide img{height:150px;display:block}}.lineupWrap{width:90%;max-width:920px;margin:0 auto 70px;background:rgba(0,0,0,.5)}@media screen and (max-width: 767px){.lineupWrap{margin:0 auto 40px}}.lineupWrap__title{margin:0;padding:0;height:46px;font-size:2.4rem;font-weight:700;color:#fff;line-height:100%;display:grid;place-content:center;background:#2c95df}@media screen and (max-width: 767px){.lineupWrap__title{height:42px;font-size:2.2rem}}.lineupWrap__ico{width:156px;height:44px;margin:0 0 14px;padding:10px 14px;font-size:1.6rem;font-weight:700;color:#2c95df;display:grid;place-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:24px 1fr;gap:6px;background:#fff;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 767px){.lineupWrap__ico{width:124px;height:34px;margin:0 0 10px;padding:8px;font-size:1.4rem;grid-template-columns:14px 1fr;gap:4px}}.lineupWrap__ico img{width:100%;height:auto}.lineupWrap__h4{margin:0 0 14px;padding:0;font-size:2.2rem;font-weight:700;line-height:150%;color:#fff}@media screen and (max-width: 767px){.lineupWrap__h4{font-size:1.8rem}}.lineupWrap__h4 em{font-size:1.8rem;font-weight:700;font-style:normal;display:block}@media screen and (max-width: 767px){.lineupWrap__h4 em{font-size:1.4rem}}.noticeWrap{position:relative;margin:0 0 70px;padding:0}@media screen and (max-width: 767px){.noticeWrap{margin:0 0 40px;padding:0}}.noticeWrap__listcol{width:90%;max-width:900px;margin:0 auto;display:block;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){.noticeWrap__listcol{width:90%;margin:0 auto}}.noticeWrap__listcol__col{position:relative;margin:0 auto 14px;padding:0;width:46%;overflow:hidden}@media screen and (max-width: 767px){.noticeWrap__listcol__col{width:80%;max-width:300px;margin:0 auto 14px}.noticeWrap__listcol__col:last-child{margin:0 auto}}.noticeWrap__listcol__col:hover .noticeWrap__listcol__col__cover{width:100%}.noticeWrap__listcol__col img{width:100%;height:auto;margin:0;padding:0;display:block;border:1px solid #2c95df;border-radius:8px;-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.6);box-shadow:3px 3px 6px rgba(0,0,0,.6);-webkit-box-sizing:border-box;box-sizing:border-box}.noticeWrap__listcol__col img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.noticeWrap__listcol__col img:hover{opacity:.6}.end__col{margin:0 0 70px;font-size:2.4rem;font-weight:700;text-align:center}@media screen and (max-width: 767px){.end__col{margin:0 0 40px;font-size:2rem}}/*! ----------------------------------------------------------------
04.block
----------------------------------------------------------------- */.fancybox-slide--iframe .fancybox-content{background:#000 !important}.modal__about{position:fixed;top:0;right:0;left:0;width:100%;height:100%;text-align:center;margin:0 auto;padding:4vw 0;z-index:9000;overflow-x:hidden;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__about .modal__about__bg{position:fixed;top:0;left:0;background:#fff;background-size:cover;width:100%;height:100%;opacity:.8}.modal__about .modal__about__bg{z-index:-1}.modal__about .modal__about__outer{position:relative;width:80%;max-width:900px;padding:0;background:#fff;-webkit-box-shadow:3px 3px 8px #a4a4a4;box-shadow:3px 3px 8px #a4a4a4}@media screen and (max-width: 767px){.modal__about .modal__about__outer{width:90%;max-width:90%}}.modal__about .modal__about__outer2{position:relative;width:80%;max-width:784px;padding:0;background:#fff;-webkit-box-shadow:3px 3px 8px #a4a4a4;box-shadow:3px 3px 8px #a4a4a4}@media screen and (max-width: 767px){.modal__about .modal__about__outer2{width:90%;max-width:90%}}.modal__about .modal__about__inner{position:relative;width:100%;max-height:80vh;padding:50px 24px;overflow-x:none !important;overflow-y:auto}@media screen and (max-width: 767px){.modal__about .modal__about__inner{max-height:80vh;padding:40px 4%}}.modal__about .modal__about__inner::-webkit-scrollbar{width:12px}.modal__about .modal__about__inner::-webkit-scrollbar-track{background:#a4a4a4}.modal__about .modal__about__inner::-webkit-scrollbar-thumb{background:#2c95df}.modal__about .modal__about__inner--p0{padding:0;overflow-x:none !important}.modal__about .modal__about__col{position:relative;width:100%;margin:0 auto;line-height:150%}.modal__about .modal__about__col__h3{position:relative;margin:0 auto 24px;padding:0;font-size:2.4rem;font-weight:600;line-height:130%;color:#000}.modal__about .modal__about__col__h3{z-index:20}@media screen and (max-width: 767px){.modal__about .modal__about__col__h3{margin:0 auto 24px;font-size:2.4rem}}.modal__about .modal__about__col__txt{width:90%;margin:0 auto;text-align:center;font-size:1.6rem;line-height:200%;color:#000}@media screen and (max-width: 767px){.modal__about .modal__about__col__txt{width:98%;font-size:1.5rem;text-align:left}}.modal__about .modal__about__col__txt .box{margin:0 0 20px;padding:24px;font-size:1.6rem;text-align:left;border:1px solid #000}.modal__about .modal__about__col__txt .box:last-child{margin:0}.modal__about .modal__about__col__txt .modal__about__col__h4{margin:0 0 24px;padding:0;font-size:2rem;line-height:140%;color:#000}@media screen and (max-width: 767px){.modal__about .modal__about__col__txt .modal__about__col__h4{margin:0 0 14px;font-size:1.7rem}}.modal__about .modalimg{width:60%;margin:0 auto 24px;display:block;border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 767px){.modal__about .modalimg{width:100%}}.modal__about .titleframe{width:500px;margin:0 auto 14px}@media screen and (max-width: 767px){.modal__about .titleframe{width:100%}}.modal__about .modal__about__col__movie{position:relative;width:80%;margin:0 auto 30px;padding:45.25% 0 0 0}@media screen and (max-width: 767px){.modal__about .modal__about__col__movie{width:100%;margin:0 auto 20px;padding:56% 0 0 0}}.modal__about .modal__about__col__movie iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal__about .modal__about__close{position:absolute;top:-6px !important;right:-50px !important;width:100px;height:12px;cursor:pointer;border:none;background:none;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__about .modal__about__close{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.modal__about .modal__about__close{right:-26px !important}}.modal__about .modal__about__close span{position:absolute;left:0;right:0;margin:0 auto;width:60%;height:1px;background:#000;display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__about .modal__about__close span:nth-of-type(1){top:0px;-webkit-transform:translateY(6px) rotate(-335deg);transform:translateY(6px) rotate(-335deg)}.modal__about .modal__about__close span:nth-of-type(2){opacity:0}.modal__about .modal__about__close span:nth-of-type(3){bottom:0px;-webkit-transform:translateY(-6px) rotate(335deg);transform:translateY(-6px) rotate(335deg)}.modal__about__com__h3{text-indent:0 !important;font-size:2.4em;font-weight:700;line-height:140%}.btnwrap{margin:30px 0 0 0;display:grid;place-content:center;grid-template-columns:repeat(2, 1fr)}.moresite__Wrap{width:620px;margin:20px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}@media screen and (max-width: 900px){.moresite__Wrap{width:100%;display:block}.moresite__Wrap .moresite{margin:0 auto 14px}}.moresite{width:300px;height:62px;margin:0 auto;color:#fff;font-size:1.6rem;font-weight:400;line-height:100%;text-decoration:none;display:grid;place-content:center;text-decoration:none;color:#000;border:1px solid #000}.moresite{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}@media screen and (max-width: 767px){.moresite{font-size:1.4rem}}.moresite span{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.moresite span::after{content:"";position:relative;top:2px;width:14px;height:16px;margin:0 0 0 5px;background:url(../img/ico_triangle3.svg) 50% 50% no-repeat;display:inline-block}.moresite:hover{color:#2c95df;opacity:.6}@media screen and (max-width: 767px){.moresite:hover{color:#000;opacity:1}}.modal__about3,.modal__about4{display:none;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;overflow:hidden}.modal__about__slide{width:90%;max-width:600px;margin:0 auto}@media screen and (max-width: 767px){.modal__about__slide{width:88%;max-width:88%}}.modal__about__slide .slick-prev{left:-60px;z-index:300}@media screen and (max-width: 960px){.modal__about__slide .slick-prev{left:-20px}}[dir=rtl] .modal__about__slide .slick-prev{left:auto;right:-20px}.modal__about__slide .slick-prev:before{content:"←"}[dir=rtl] .modal__about__slide .slick-prev:before{content:"→"}.modal__about__slide .slick-next{right:-60px;z-index:300}@media screen and (max-width: 960px){.modal__about__slide .slick-next{right:-20px}}[dir=rtl] .modal__about__slide .slick-next{left:-20px;right:auto}.modal__about__slide .slick-next:before{content:"→"}[dir=rtl] .modal__about__slide .slick-next:before{content:"←"}.modal__about__colbox{position:relative;width:100%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__about__colbox .modal__about__colbox__img{width:100%;margin:0;display:block}.modal__about__colbox .modal__about__colbox__img img{margin:0;padding:0;width:100%;height:auto;display:block}.modal__about__colbox .modal__about__colbox__txt{width:100%;margin:0;padding:0;font-size:1.6rem;text-align:left;display:grid;place-content:center start}@media screen and (max-width: 767px){.modal__about__colbox .modal__about__colbox__txt{width:90%;margin:0 auto;padding:0 0 30px;text-align:center}}.modal__about__colbox .modal__about__colbox__txt--name{margin:0 0 14px;font-size:2.6rem;font-weight:700;line-height:100%;text-align:left}@media screen and (max-width: 767px){.modal__about__colbox .modal__about__colbox__txt--name{text-align:center;font-size:2.4rem}}.modal__about__colbox .modal__about__colbox__txt--name span{margin:0 0 4px;font-size:1.2rem;line-height:90%;display:block}@media screen and (max-width: 767px){.modal__about__colbox .modal__about__colbox__txt--name span{font-size:1rem}}.modalsns{width:90%;margin:10px auto 0;padding:0;line-height:100%;font-weight:700;color:#000;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modalsns{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.modalsns{z-index:730}.modalsns__col{margin:0 auto;padding:0 0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none}.modalsns__col__li{position:relative;width:40px;height:40px;margin:0 20px;padding:0}.modalsns__col__li{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.modalsns__col__li--x svg{width:38px;height:auto;margin:1px 0;fill:#000}.modalsns__col__li--line svg{width:40px;height:auto;margin:0;fill:#00b900}.modalsns__col__li:hover{opacity:.6}.modalsns__col__li .modalsns__col__li__link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;cursor:pointer;cursor:hand}.modal__about__cast{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:2%}@media screen and (max-width: 767px){.modal__about__cast{grid-template-columns:repeat(2, 1fr);gap:24px 10px}}.modal__about__cast__col--imgcol{margin:0 0 6px;padding:5px;border:1px solid #ccc}.modal__about__cast__col--imgcol img{width:100%;height:auto;display:block}.modal__about__cast__col--txtcol{font-size:1.6rem;text-align:center}.modal__about__theme{margin:0;padding:14px;border:1px solid #ccc;display:grid;grid-template-columns:300px 1fr;gap:3%}@media screen and (max-width: 767px){.modal__about__theme{display:block}}.modal__about__theme--imgcol{margin:0 0 6px}.modal__about__theme--imgcol img{width:100%;height:auto;display:block}.modal__about__theme--txt{font-size:1.6rem;text-align:left}@media screen and (max-width: 767px){.modal__about__theme--txt{font-size:1.4rem}}.modal__about__theme--txt strong{margin:0 0 14px;font-size:1.8rem;font-weight:700;display:block}@media screen and (max-width: 767px){.modal__about__theme--txt strong{font-size:1.6rem}}/*# sourceMappingURL=style.css.map */