@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Anton&display=swap";@import"https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap";*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{width:100%;height:100%;font-size:62.5%}body{width:100%;height:100%;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothicM,YuGothic,"Helvetica Neue",メイリオ,Meiryo,sans-serif;font-size:1.4rem;font-weight:500;color:#fff;line-height:1.8;background:#000;-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,figure{font-weight:normal;list-style:none;margin:0;padding:0}img{max-width:100%;height:auto;line-height:0;vertical-align:middle;border:0}.text12{font-size:1.2rem}@media screen and (max-width: 900px){.text12{font-size:1rem}}.text16{font-size:1.6rem}@media screen and (max-width: 900px){.text16{font-size:1.4rem}}.text18{font-size:1.8rem}@media screen and (max-width: 900px){.text18{font-size:1.6rem}}.black{color:#000}.white{color:#fff}.gray{color:#999}.red{color:red}.orange{color:#ff4500}.pink{color:#ff80e1}.yellow{color:#ffe100}.blue{color:#839bff}.normal{font-weight:normal}.bold{font-weight:bold}.italic{font-style:italic}.strike{text-decoration:line-through}.underline{text-decoration:underline}a{color:#ff4500;text-decoration:none;word-break:break-all;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none}a:hover{color:#ffe100}@media screen and (max-width: 600px){br.pc{display:none}}br.sp{display:none}@media screen and (max-width: 600px){br.sp{display:inline-block}}.indent{text-indent:-1em;padding-left:1em;display:inline-block}.indent2{text-indent:-2em;padding-left:2em;display:inline-block}.indent3{text-indent:-3em;padding-left:3em;display:inline-block}.indent4{text-indent:-4em;padding-left:4em;display:inline-block}.indent5{text-indent:-5em;padding-left:5em;display:inline-block}.mt0{margin-top:0}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mb0{margin-bottom:0}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.pt0{padding-top:0}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pb0{padding-bottom:0}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}header{width:100%;height:72px;background:#000;top:0;left:0;position:fixed;z-index:100}@media screen and (max-width: 900px){header{height:auto;background:rgba(0,0,0,0)}}header h1{width:150px;top:20px;left:30px;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 900px){header h1{width:110px;top:10px;left:15px}}header .btn-menu{display:none}@media screen and (max-width: 900px){header .btn-menu{width:50px;height:50px;background:red;top:0;right:0;margin-left:auto;position:fixed;z-index:101;display:block;cursor:pointer}}header .btn-menu span{width:30px;height:3px;background:#000;top:17px;left:0;margin:auto;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;z-index:101;display:block}header .btn-menu span::before,header .btn-menu span::after{content:"";width:100%;height:3px;background:#000;top:50%;left:0;-webkit-transition:all .3s ease;transition:all .3s ease;display:block;position:absolute}header .btn-menu span::before{margin-top:-10px}header .btn-menu span::after{margin-top:6px}header .btn-menu span.close{background:rgba(0,0,0,0)}header .btn-menu span.close::before,header .btn-menu span.close::after{background:#000;margin-top:-3.5px}header .btn-menu span.close::before{-webkit-transform:rotate(30deg);transform:rotate(30deg)}header .btn-menu span.close::after{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}header .btn-menu .text::before{content:"MENU";width:100%;font-family:"Anton",sans-serif;font-size:1.2rem;color:#000;line-height:1;text-align:center;letter-spacing:1px;bottom:5px;position:absolute}header .btn-menu .text.close::before{content:"CLOSE"}header nav{max-width:650px;height:72px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;top:0;right:0;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 900px){header nav{width:100%;max-width:100%;height:100%;padding:50px 30px;top:0;left:0;position:fixed;display:block;opacity:0;visibility:hidden;-webkit-transition:opacity .35s,visibility .35s;transition:opacity .35s,visibility .35s;overflow:auto;-webkit-overflow-scrolling:touch}header nav::before{content:"";width:100%;height:100%;background:url(../images/common/bg_menu.jpg) no-repeat center/cover,#000;top:0;left:0;display:block;position:fixed;z-index:-1}header nav.open{opacity:1;visibility:visible}}header nav .menu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}header nav .menu li{margin:0 20px 0 0}header nav .menu li a{font-family:"Anton",sans-serif;font-size:1.8rem;color:#fff;line-height:1}header nav .menu li a:hover{color:#ffe100}header nav .menu li a.link{background:url(../images/common/ico_link.svg) no-repeat right center;background-size:10px;padding-right:15px}@media screen and (max-width: 900px){header nav .menu{margin-bottom:30px;display:block}header nav .menu li{margin:0 0 10px 0}header nav .menu li a{font-size:3rem}header nav .menu li a.link{background-size:12px;padding-right:20px}header nav .menu.open li{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}header nav .menu.open li:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}header nav .menu.open li:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}header nav .menu.open li:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}header nav .menu.open li:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}header nav .menu.open li:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}header nav .menu.open li:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}header nav .menu.open li:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}header nav .menu.open li:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}header nav .menu.open li:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}header nav .menu.open li:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}header nav .menu.open li:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}header nav .menu.open li:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}header nav .menu.open li:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}header nav .menu.open li:nth-child(14){-webkit-animation-delay:1.4s;animation-delay:1.4s}header nav .menu.open li:nth-child(15){-webkit-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}}header nav .sns li{margin:0 0 2px 5px}header nav .sns li:last-child{margin:0 0 0 5px}header nav .sns li a{width:35px;height:35px;line-height:1;background:red;padding:8px;display:block}header nav .sns li a:hover{background:#ffe100}@media screen and (max-width: 900px){header nav .sns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}header nav .sns li{margin:0 20px 0 0}header nav .sns li:last-child{margin:0}}footer{text-align:center;background:#000;padding:50px 20px 40px 20px}@media screen and (max-width: 600px){footer{padding:40px 25px 20px 25px}}footer .banner{margin:0 auto 30px auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer .banner a{max-width:260px;margin:0 10px;position:relative;display:block}footer .banner a::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0);mix-blend-mode:color;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease;display:block;z-index:1}footer .banner a:hover::before{background:red}@media screen and (max-width: 600px){footer .banner{margin:0 auto 25px auto}footer .banner a{max-width:70%;margin:0 5px}}footer .share{margin-bottom:40px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width: 600px){footer .share{margin-bottom:35px}}footer .share a{width:35px;margin:0 10px}footer .copy{font-family:"Anton",sans-serif;line-height:1}@media screen and (max-width: 600px){footer .copy{font-size:1.2rem}}h2{font-family:"Anton",sans-serif;font-size:6rem;color:#000;line-height:1}@media screen and (max-width: 1200px){h2{font-size:5rem}}@media screen and (max-width: 900px){h2{font-size:4rem}}.contents{min-height:calc(100vh - 179px);padding:132px 40px 120px 40px}@media screen and (max-width: 900px){.contents{padding:80px 30px 80px 30px}}@media screen and (max-width: 600px){.contents{min-height:auto;padding:80px 20px 60px 20px}}.contents::before{content:"";width:100%;height:100%;top:72px;left:0;position:fixed;z-index:-1}@media screen and (max-width: 900px){.contents::before{top:0}}.contents h2{text-align:right;margin-bottom:40px}.contents h2::before{content:"";width:50px;height:50px;background:url(../images/common/ico_title.svg) no-repeat left center;background-size:50px;margin-right:15px;display:inline-block}@media screen and (max-width: 1200px){.contents h2::before{width:44px;height:44px;background-size:44px}}@media screen and (max-width: 900px){.contents h2{margin-bottom:30px}.contents h2::before{width:36px;height:36px;background-size:36px}}@media screen and (max-width: 600px){.contents h2{margin-bottom:20px}}.contents .inner{width:100%;max-width:1080px;margin:auto}.contents .tit{font-size:1.8rem;font-weight:900;line-height:1.3;padding-left:40px;position:relative}.contents .tit:before{content:"";width:30px;height:2px;background:red;margin-top:-1px;top:50%;left:0;position:absolute}@media screen and (max-width: 600px){.contents .tit{font-size:1.4rem;padding-left:30px}.contents .tit:before{width:20px}}.btn-link{max-width:200px;font-family:"Anton",sans-serif;font-size:1.8rem;color:#000;line-height:1;background:red;border:2px solid #000;border-right:3px solid #000;border-bottom:3px solid #000;text-align:center;margin:auto;padding:10px;display:block}.btn-link:hover{color:#000;background:#ffe100}.btn-pagetop{width:90px;bottom:15px;right:15px;position:fixed;z-index:10}.btn-pagetop:hover{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}@media screen and (max-width: 600px){.btn-pagetop{width:70px}}.bnr{position:relative;display:block}.bnr::before{content:"";width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0);mix-blend-mode:screen;position:absolute;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.bnr:hover::before{background:red}.swiper-pagination{margin-top:10px;line-height:1;position:static;display:block}.swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:#999;margin:0 7.5px;opacity:1;outline:none}@media screen and (max-width: 1200px){.swiper-pagination .swiper-pagination-bullet{width:8px;height:8px}}.swiper-pagination .swiper-pagination-bullet-active{background:red}.fade{opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fade.active{opacity:1}#loading{width:100%;height:100%;background:#000;top:0;left:0;position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1000}#loading .loading{width:250px;text-align:center;opacity:0}#loading .loading.load{opacity:1}#loading .loading .shobon{width:120px;height:136px;background:url(../images/top/shobon_01.png) no-repeat center/cover;margin:0 auto 25px auto}@media screen and (max-width: 600px){#loading .loading .shobon{width:90px;height:102px;margin:0 auto 20px auto}}#loading .loading .shobon img{opacity:0;-webkit-animation:shobon 2s ease-in-out both;animation:shobon 2s ease-in-out both}@-webkit-keyframes shobon{0%{opacity:0}100%{opacity:1}}@keyframes shobon{0%{opacity:0}100%{opacity:1}}#loading .loading .bar{height:15px;border:2px solid #fff;margin-bottom:10px;overflow:hidden}@media screen and (max-width: 600px){#loading .loading .bar{height:10px}}#loading .loading .bar span{width:0;height:100%;background:red;display:block;-webkit-animation:bar 1.8s ease-in-out both;animation:bar 1.8s ease-in-out both}@-webkit-keyframes bar{0%{width:0}100%{width:100%}}@keyframes bar{0%{width:0}100%{width:100%}}#loading .loading .text{font-family:"Anton",sans-serif;font-size:2rem;-webkit-animation:flash .6s linear infinite;animation:flash .6s linear infinite}@media screen and (max-width: 600px){#loading .loading .text{font-size:1.8rem}}@-webkit-keyframes flash{0%,100%{opacity:1}50%{opacity:0}}@keyframes flash{0%,100%{opacity:1}50%{opacity:0}}#top{min-width:1200px}@media screen and (max-width: 900px){#top{min-width:100%}}#top:before{content:"";width:100%;height:100%;background:url(../images/top/bg_top.jpg) no-repeat top center/cover;top:0;left:0;position:fixed;z-index:-1}@media screen and (max-width: 900px){#top:before{display:none}}#top header{width:100%;background:rgba(0,0,0,0);top:0;left:0;position:fixed;z-index:100}@media screen and (max-width: 900px){#top header{position:static}}#top header h1{width:380px;top:30px;left:30px;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 1200px){#top header h1{width:310px;left:20px}}@media screen and (max-width: 900px){#top header h1{width:48%;top:10px;left:26%;z-index:1}}#top header nav{max-width:790px;height:130px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;top:0;right:0;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 1200px){#top header nav{max-width:540px}}@media screen and (max-width: 900px){#top header nav{width:100%;max-width:100%;height:100%;display:block;position:fixed;z-index:100}}#top header nav .menu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#top header nav .menu li{margin:5px 20px 5px 0}#top header nav .menu li a{font-family:"Anton",sans-serif;font-size:2.3rem;color:#fff;line-height:1}#top header nav .menu li a:hover{color:#ffe100}#top header nav .menu li a.link{background:url(../images/common/ico_link.svg) no-repeat right center;background-size:12px;padding-right:20px}@media screen and (max-width: 1200px){#top header nav .menu li{margin:2.5px 20px 2.5px 0}}@media screen and (max-width: 900px){#top header nav .menu{margin-bottom:30px;display:block}#top header nav .menu li{margin:0 0 10px 0}#top header nav .menu li a{font-size:3rem}#top header nav .menu.open li{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#top header nav .menu.open li:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}#top header nav .menu.open li:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}#top header nav .menu.open li:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}#top header nav .menu.open li:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}#top header nav .menu.open li:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}#top header nav .menu.open li:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}#top header nav .menu.open li:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}#top header nav .menu.open li:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}#top header nav .menu.open li:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}#top header nav .menu.open li:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}#top header nav .menu.open li:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}#top header nav .menu.open li:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}#top header nav .menu.open li:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}#top header nav .menu.open li:nth-child(14){-webkit-animation-delay:1.4s;animation-delay:1.4s}#top header nav .menu.open li:nth-child(15){-webkit-animation-delay:1.5s;animation-delay:1.5s}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}}#top header nav .sns li{margin:2.5px 0}#top header nav .sns li a{width:40px;height:40px;line-height:1;background:red;padding:8px;display:block}#top header nav .sns li a:hover{background:#ffe100}@media screen and (max-width: 900px){#top header nav .sns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top header nav .sns li{margin:0 20px 0 0}#top header nav .sns li:last-child{margin:0}#top header nav .sns li a{width:35px;height:35px}}#top header.fixed{height:72px;background:#000}@media screen and (max-width: 900px){#top header.fixed{height:auto;background:rgba(0,0,0,0)}}#top header.fixed h1{width:150px;top:20px}@media screen and (max-width: 900px){#top header.fixed h1{width:50%;top:10px;left:25%}}#top header.fixed nav{max-width:650px;height:72px}@media screen and (max-width: 900px){#top header.fixed nav{width:100%;max-width:100%;height:100%}}#top header.fixed nav .menu li{margin:0 20px 0 0}#top header.fixed nav .menu li a{font-size:1.8rem}#top header.fixed nav .menu li a.link{background-size:10px;padding-right:15px}@media screen and (max-width: 900px){#top header.fixed nav .menu li{margin:0 0 10px 0}#top header.fixed nav .menu li a{font-size:3rem}#top header.fixed nav .menu li a.link{background-size:12px;padding-right:20px}}#top header.fixed nav .sns li{margin:0 0 2px 5px}#top header.fixed nav .sns li:last-child{margin:0 0 0 5px}#top header.fixed nav .sns li a{width:35px;height:35px;padding:8px}@media screen and (max-width: 900px){#top header.fixed nav .sns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top header.fixed nav .sns li{margin:0 20px 0 0}#top header.fixed nav .sns li:last-child{margin:0}#top header.fixed nav .sns li.link{background-size:12px;padding-right:20px}}#top .inner{width:100%;max-width:1150px;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}#top .inner h2{width:155px;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}#top .inner .box{width:calc(100% - 155px);padding:40px 0;-webkit-transform:translateX(30px);transform:translateX(30px)}#top .inner .box.active{-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width: 900px){#top .inner h2{width:90px}#top .inner .box{width:calc(100% - 90px);padding:20px 0}}@media screen and (max-width: 600px){#top .inner h2{width:75px}#top .inner .box{width:calc(100% - 75px);padding:10px 0}}#top .sns .twitter{margin-bottom:10px}#top .sns .instagram a{max-width:100%;font-size:3.8rem}#top .sns .instagram img{width:35px;margin:-4px 10px 0 0}@media screen and (max-width: 900px){#top .sns .instagram a{font-size:3rem}#top .sns .instagram img{width:30px}}@media screen and (max-width: 600px){#top .sns .instagram a{font-size:2.4rem}#top .sns .instagram img{width:24px}}#top #main{background:url(../images/top/bg_menu.png) repeat-x top left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-top:130px}@media screen and (max-width: 1200px){#top #main{padding-top:85px}}@media screen and (max-width: 900px){#top #main{background:#000;padding-top:50px;display:block}}#top #main .main{width:calc(100% - 440px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top #main .main .text{display:none}#top #main .main .mainimg{width:7%;height:100%;padding-top:111.706%;position:relative;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}#top #main .main .mainimg:before{content:"";width:100%;height:100%;background:#000;top:0;left:0;position:absolute;opacity:.6;-webkit-transition:all .3s ease;transition:all .3s ease}#top #main .main .mainimg.mainimg01{background:url(../images/top/mainimg_01.jpg) center/cover}#top #main .main .mainimg.mainimg02{background:url(../images/top/mainimg_02.jpg) center/cover}#top #main .main .mainimg.mainimg03{background:url(../images/top/mainimg_03.jpg) center/cover}#top #main .main .mainimg.mainimg04{background:url(../images/top/mainimg_04.jpg) center/cover}#top #main .main .mainimg .no{width:100%;font-size:3.5rem;font-family:"Anton",sans-serif;text-align:center;line-height:1;top:20px;position:absolute}#top #main .main .mainimg .no:before{content:"";width:2px;height:30px;background:#fff;top:55px;left:50%;position:absolute}#top #main .main .mainimg .no span{font-size:1.5rem;display:block}#top #main .main .mainimg .catch{display:none}#top #main .main .mainimg.active{width:79%;cursor:auto}#top #main .main .mainimg.active:before{display:none}#top #main .main .mainimg.active .no{display:none}#top #main .main .mainimg.active .catch{width:40%;top:1.54%;right:2%;display:block;position:absolute}#top #main .main .mainimg:hover:before{background:red}@media screen and (max-width: 1200px){#top #main .main{width:calc(100% - 350px);padding-top:45px}}@media screen and (max-width: 900px){#top #main .main{width:100%;padding-top:141.4%;display:block;position:relative}#top #main .main .text{width:100%;bottom:130px;text-align:center;position:absolute;display:block;z-index:1}#top #main .main .text img{width:90%}#top #main .main .mainimg{width:100%;height:45px;padding-top:0;-webkit-transition:none;transition:none}#top #main .main .mainimg .no{width:25px;font-size:2rem;top:10px;left:10px}#top #main .main .mainimg .no:before{width:15px;height:2px;top:50%;left:30px}#top #main .main .mainimg .no span{font-size:.8rem}#top #main .main .mainimg.active{width:100%;top:0;padding-top:141.376%;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease}#top #main .main .mainimg.active .catch{width:42%;top:84%;left:1%;right:0}#top #main .main .mainimg:hover:before{background:#000}}@media screen and (max-width: 600px){#top #main .main .text{bottom:110px}}#top #main .info{width:440px;padding:0 30px}#top #main .info .info_inner{top:0;padding-top:135px;position:-webkit-sticky;position:sticky}#top #main .info .info_inner .text{margin-bottom:30px}#top #main .info .info_inner .banner{margin:0 0 30px 0;overflow:hidden}#top #main .info .info_inner .banner .slider .swiper-wrapper{display:block}#top #main .info .info_inner .banner .slider .swiper-wrapper li{margin-bottom:5px}#top #main .info .info_inner .banner .slider .swiper-wrapper li:last-child{margin-bottom:0}#top #main .info .info_inner .banner .slider .swiper-wrapper li a{display:block}#top #main .info .info_inner .banner .slider .swiper-pagination,#top #main .info .info_inner .banner .slider .swiper-button-prev,#top #main .info .info_inner .banner .slider .swiper-button-next{display:none}#top #main .info .info_inner .movie{border-top:3px solid #ff4500;border-left:3px solid #ff4500;border-bottom:3px solid red;border-right:3px solid red;margin-bottom:30px}#top #main .info .info_inner .movie a{overflow:hidden;display:block;position:relative}#top #main .info .info_inner .movie a i{width:80px;height:80px;background:-webkit-radial-gradient(circle, rgb(188, 0, 0) 0%, rgb(255, 69, 0) 80%);background:radial-gradient(circle, rgb(188, 0, 0) 0%, rgb(255, 69, 0) 80%);border-radius:50%;margin:-40px 0 0 -40px;top:50%;left:50%;position:absolute;z-index:1;opacity:.85;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#top #main .info .info_inner .movie a i::after{content:"";border-width:14px 0 14px 30px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;margin-right:-3px;display:inline-block}#top #main .info .info_inner .movie a img{-webkit-transition:all .3s ease;transition:all .3s ease}#top #main .info .info_inner .movie a:hover i{display:none}#top #main .info .info_inner .movie a:hover img{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}@media screen and (max-width: 900px){#top #main .info .info_inner .sns{display:none}}@media screen and (max-width: 1200px){#top #main .info{width:350px;padding:0 20px}#top #main .info .info_inner .text,#top #main .info .info_inner .banner,#top #main .info .info_inner .movie{margin-bottom:20px}}@media screen and (max-width: 900px){#top #main .info{width:100%;padding:0}#top #main .info .info_inner{padding-top:0;position:static}#top #main .info .info_inner .text{text-align:center;margin:0;padding:20px 30px 15px 30px}#top #main .info .info_inner .sns{display:none}#top #main .info .info_inner .banner{margin:30px 0 15px 0}#top #main .info .info_inner .banner .slider{position:relative}#top #main .info .info_inner .banner .slider .swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top #main .info .info_inner .banner .slider .swiper-wrapper li{margin-bottom:0;padding:0 40px}#top #main .info .info_inner .banner .slider .swiper-button-prev,#top #main .info .info_inner .banner .slider .swiper-button-next{width:30px;height:100%;background:red;top:0;margin:0;display:block}#top #main .info .info_inner .banner .slider .swiper-button-prev::after,#top #main .info .info_inner .banner .slider .swiper-button-next::after{content:"";top:50%;margin:-9px 0 0 0;border:10px solid rgba(0,0,0,0);position:absolute;display:block}#top #main .info .info_inner .banner .slider .swiper-button-prev{left:0}#top #main .info .info_inner .banner .slider .swiper-button-prev::after{content:"";right:10px;border-right:12px solid #000}#top #main .info .info_inner .banner .slider .swiper-button-next{right:0}#top #main .info .info_inner .banner .slider .swiper-button-next::after{content:"";left:10px;border-left:12px solid #000}#top #main .info .info_inner .banner .swiper-pagination{margin-top:10px;line-height:1;position:static;display:block}#top #main .info .info_inner .banner .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:#1e1e1e;margin:0 7.5px;opacity:1}#top #main .info .info_inner .banner .swiper-pagination .swiper-pagination-bullet-active{background:red}#top #main .info .info_inner .movie{border:none;margin-bottom:0}}@media screen and (max-width: 600px){#top #main .info .info_inner .text{padding:20px 20px 15px 20px}}#top #info{padding:60px 40px}@media screen and (max-width: 900px){#top #info{background:url(../images/top/bg_menu.png) repeat-x top left/auto 200px,url(../images/top/bg_top.jpg) no-repeat top left/200%,#ac2000;padding:60px 30px;position:relative}}@media screen and (max-width: 600px){#top #info{padding:50px 20px}}#top #info .news{-webkit-transform:translateY(30px);transform:translateY(30px)}#top #info .news.active{-webkit-transform:translateY(0);transform:translateY(0)}#top #info .news h2{font-size:5rem;color:#fff;text-align:center;text-shadow:-1px -1px 10px #ac2000;margin-bottom:30px}#top #info .news ul{max-width:1150px;margin:auto auto 35px auto}#top #info .news ul li{margin-bottom:10px}#top #info .news ul li:last-child{margin-bottom:0}#top #info .news ul li a{background:#000;border:2px solid #fff;padding:15px 50px 15px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}#top #info .news ul li a::before{content:"";width:0;height:100%;top:0;left:0;background:#1e1e1e;mix-blend-mode:screen;position:absolute;-webkit-transition:all .5s ease;transition:all .5s ease}#top #info .news ul li a:hover::before{width:100%}#top #info .news ul li a::after{content:"";top:50%;right:12px;border:7px solid rgba(0,0,0,0);border-left:12px solid red;margin-top:-6px;position:absolute;display:block;-webkit-transition:all .3s ease;transition:all .3s ease}#top #info .news ul li a time{width:150px;font-family:"Anton",sans-serif;font-size:1.8rem;color:red;line-height:1;padding-right:70px;position:relative;display:inline-block}#top #info .news ul li a time:before{content:"";width:30px;height:2px;background:red;margin-top:-1px;top:50%;right:20px;position:absolute}#top #info .news ul li a .tit{width:calc(100% - 150px);font-size:1.6rem;font-weight:900;color:#fff}@media screen and (max-width: 900px){#top #info .news{margin-bottom:60px}#top #info .news h2{font-size:4rem;text-shadow:none;margin-bottom:20px}#top #info .news ul{margin:auto auto 20px auto}#top #info .news ul li a{padding:15px 50px 15px 20px}#top #info .news ul li a time{width:130px;font-size:1.6rem;padding-right:40px}#top #info .news ul li a time:before{width:20px}#top #info .news ul li a .tit{width:calc(100% - 130px);font-size:1.4rem;line-height:1.4}}@media screen and (max-width: 600px){#top #info .news{margin-bottom:40px}#top #info .news ul li a{padding:8px 30px 15px 15px;display:block}#top #info .news ul li a::after{right:5px;border:6px solid rgba(0,0,0,0);border-left:9px solid red}#top #info .news ul li a time{width:auto;font-size:1.2rem;padding-right:30px}#top #info .news ul li a time:before{width:20px;right:0}#top #info .news ul li a .tit{width:100%;font-size:1.2rem}}#top #info .sns{display:none}@media screen and (max-width: 900px){#top #info .sns{display:block;-webkit-transform:translateY(30px);transform:translateY(30px)}#top #info .sns.active{-webkit-transform:translateY(0);transform:translateY(0)}}#top #introduction{color:#fff;background:url(../images/top/bg_introduction.jpg) no-repeat center/cover;padding:60px 0}#top #introduction h2{color:#fff}#top #introduction .box .catch{width:629px;height:82px;background:url(../images/top/txt_catch.png) no-repeat center/cover;text-indent:100%;overflow:hidden;white-space:nowrap;margin-bottom:30px}#top #introduction .box .subcatch{font-size:2.4rem;line-height:1.5}#top #introduction .box p{font-size:2rem;font-weight:900;text-shadow:-1px -1px 10px #000;margin-bottom:30px}#top #introduction .box p:last-child{margin-bottom:0}@media screen and (max-width: 1200px){#top #introduction{padding:60px 40px}}@media screen and (max-width: 900px){#top #introduction{padding:50px 30px}#top #introduction .box .catch{width:90%;height:0;padding-top:11.732%}#top #introduction .box .subcatch{font-size:2.2rem}#top #introduction .box p{font-size:1.6rem;margin-bottom:20px}}@media screen and (max-width: 600px){#top #introduction{padding:50px 20px}#top #introduction .box .catch{width:90%;background:url(../images/top/txt_catch_sp.png) no-repeat center/cover;padding-top:33.095%}#top #introduction .box .subcatch{font-size:1.6rem}#top #introduction .box p{font-size:1.4rem}}#top #staffcast{color:#000;background:url(../images/top/bg_staffcast.jpg) no-repeat bottom center/100%,#96b9d1;padding:60px 0 28% 0}#top #staffcast .box .staff{margin-bottom:60px}#top #staffcast .box .staffcast_inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top #staffcast .box h3{font-family:"Anton",sans-serif;font-size:3.6rem;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left center;background-size:35px;margin-bottom:20px;padding-left:50px}#top #staffcast .box ul{min-width:430px;padding:0 80px 0 0}#top #staffcast .box ul:last-child{padding:0}#top #staffcast .box ul li{font-size:1.8rem;font-weight:900;line-height:1.4;margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#top #staffcast .box ul li:last-child{margin-bottom:0}#top #staffcast .box ul li .part{white-space:nowrap;padding-right:50px;position:relative}#top #staffcast .box ul li .part:before{content:"";width:20px;height:2px;background:red;top:12px;right:15px;position:absolute}#top #staffcast .box ul li .name .btn-link{width:60px;font-size:1.2rem;font-weight:500;border:1px solid #000;border-right:2px solid #000;border-bottom:2px solid #000;top:-2px;left:10px;padding:3px;display:inline-block;position:relative}@media screen and (max-width: 1200px){#top #staffcast{padding:60px 40px 28% 40px}}@media screen and (max-width: 900px){#top #staffcast{background:url(../images/top/bg_staffcast_sp.jpg) no-repeat bottom right/100%,#96b9d1;padding:50px 30px 40% 30px}#top #staffcast .box .staff{margin-bottom:50px}#top #staffcast .box h3{font-size:3.2rem;background-size:30px;margin-bottom:15px;padding-left:40px}#top #staffcast .box ul{min-width:50%;padding:0}#top #staffcast .box ul li{font-size:1.4rem;margin-bottom:20px;display:block}#top #staffcast .box ul li .part{padding-right:25px;display:inline-block}#top #staffcast .box ul li .part:before{width:15px;height:2px;top:9px;right:0}#top #staffcast .box ul li .name{font-size:1.8rem}}@media(max-width: 680px){#top #staffcast{padding:50px 20px 30% 20px}#top #staffcast .box .staff{margin-bottom:40px}#top #staffcast .box .staff ul{margin:0 0 10px 0}#top #staffcast .box .cast ul{margin:0 0 25px 0}#top #staffcast .box .staffcast_inner{display:block}#top #staffcast .box h3{font-size:3rem;background-size:26px;padding-left:35px}#top #staffcast .box ul:last-child{margin:0}#top #staffcast .box ul li{font-size:1.2rem;margin-bottom:10px;display:block}#top #staffcast .box ul li .part:before{top:8px}#top #staffcast .box ul li .name .btn-link{width:55px;font-size:1rem;top:-2px;padding:2px}}#news::before{background:url(../images/news/bg.jpg) no-repeat top center/cover}#news .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#news .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#news article{background:#000;border:2px solid #fff;margin-bottom:10px}#news article:last-child{margin-bottom:0}#news article .title{padding:15px 50px 15px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}@media screen and (max-width: 900px){#news article .title{padding:15px 45px 15px 20px}}@media screen and (max-width: 600px){#news article .title{padding:8px 30px 15px 15px;display:block}}#news article .title::after{content:"";border:7px solid rgba(0,0,0,0);border-top:12px solid red;margin-top:-4px;top:50%;right:25px;position:absolute;display:block}@media screen and (max-width: 900px){#news article .title::after{right:20px}}@media screen and (max-width: 600px){#news article .title::after{border:6px solid rgba(0,0,0,0);border-top:8px solid red;right:10px}}#news article .title time{width:150px;font-family:"Anton",sans-serif;font-size:1.8rem;color:red;position:relative;display:inline-block}#news article .title time:before{content:"";width:30px;height:2px;background:red;margin-top:-1px;top:50%;right:20px;position:absolute}@media screen and (max-width: 900px){#news article .title time{width:130px;font-size:1.6rem;padding-right:40px}#news article .title time:before{width:20px}}@media screen and (max-width: 600px){#news article .title time{width:auto;font-size:1.2rem;padding-right:30px}#news article .title time:before{width:20px;right:0}}#news article .title h3{width:calc(100% - 150px);font-weight:900;font-size:1.6rem;color:#fff}@media screen and (max-width: 900px){#news article .title h3{width:calc(100% - 130px);font-size:1.4rem;line-height:1.4}}@media screen and (max-width: 600px){#news article .title h3{width:100%}}#news article .title.close::after{border:7px solid rgba(0,0,0,0);border-bottom:12px solid red;margin-top:-14px}@media screen and (max-width: 600px){#news article .title.close::after{border:6px solid rgba(0,0,0,0);border-bottom:8px solid red;margin-top:-12px}}#news article .detail{background:#1e1e1e;border-top:2px solid #fff;padding:30px}@media screen and (max-width: 600px){#news article .detail{font-size:1.2rem;padding:20px}}#news article .detail h4{font-weight:700;color:#000;line-height:1.3;background:red;margin-bottom:10px;padding:5px 10px;display:inline-block}#news article .detail h5{font-size:1.4rem;font-weight:900;line-height:1.3;padding-left:20px;position:relative}#news article .detail h5:before{content:"";width:15px;height:2px;background:red;margin-top:-1px;top:50%;left:0;position:absolute}@media screen and (max-width: 600px){#news article .detail h5{padding-left:30px}#news article .detail h5:before{width:20px}}#news article .detail h6{font-size:1.6rem;font-weight:700}@media screen and (max-width: 600px){#news article .detail h6{font-size:1.4rem}}#news article .detail .line{border-bottom:1px solid #999}@media screen and (max-width: 900px){#news article .detail .movie{height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#news article .detail .movie iframe{width:100%;height:100%;top:0;left:0;position:absolute}}#news article .detail .comment{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#news article .detail .comment .image{width:230px;padding-right:30px}#news article .detail .comment .text{width:calc(100% - 230px)}@media screen and (max-width: 600px){#news article .detail .comment{display:block}#news article .detail .comment .image{width:100%;text-align:center;margin-bottom:20px;padding-right:0}#news article .detail .comment .text{width:100%}}#news article .detail .castlist{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#news article .detail .castlist li{margin:0 50px 0 0}#news article .detail .castlist li:last-child{margin:0}@media screen and (max-width: 600px){#news article .detail .castlist{display:block}#news article .detail .castlist li{margin:0 0 10px 0}}#news article .detail .imglist{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#news article .detail .imglist{display:block}}#news article .detail .imglist li{margin:0 20px 20px 0}@media screen and (max-width: 600px){#news article .detail .imglist li{margin:0 0 10px 0}#news article .detail .imglist li:last-child{margin:0 0 20px 0}}#onair::before{background:url(../images/onair/bg.jpg) no-repeat center right/cover}#onair .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#onair .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#onair section{text-align:center;background:#000;border:2px solid #fff;margin-bottom:30px;padding:50px 80px}@media screen and (max-width: 1200px){#onair section{padding:50px 60px}}@media screen and (max-width: 900px){#onair section{padding:40px 30px}}@media screen and (max-width: 600px){#onair section{margin-bottom:20px;padding:30px 20px}}#onair section:last-child{margin-bottom:0}#onair section h3{font-size:3.2rem;font-weight:900;color:red;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 2px,url(../images/common/ico_a.svg) no-repeat right top 2px;background-size:32px;margin-bottom:15px;padding:0 55px 2px 55px;display:inline-block}@media screen and (max-width: 1200px){#onair section h3{margin-bottom:20px}}@media screen and (max-width: 900px){#onair section h3{font-size:2.8rem;background-size:28px;padding:0 45px 2px 45px}}@media screen and (max-width: 600px){#onair section h3{font-size:2.2rem;background:url(../images/common/ico_a.svg) no-repeat left top,url(../images/common/ico_a.svg) no-repeat right top;background-size:24px;margin-bottom:15px;padding:0 35px 2px 35px}}#onair section h4{font-size:1.8rem;font-weight:700;color:red}@media screen and (max-width: 900px){#onair section h4{font-size:1.6rem}}@media screen and (max-width: 600px){#onair section h4{font-size:1.4rem}}#onair section .info{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:30px}@media screen and (max-width: 900px){#onair section .info{font-size:1.8rem}}@media screen and (max-width: 600px){#onair section .info{font-size:1.4rem;margin-bottom:20px}}#onair section .info span{font-size:3.4rem;margin:0 3px}@media screen and (max-width: 1200px){#onair section .info span{font-size:3.2rem}}@media screen and (max-width: 900px){#onair section .info span{font-size:3rem}}@media screen and (max-width: 600px){#onair section .info span{font-size:2.4rem}}#onair section .info br.pc{display:none}@media screen and (max-width: 1200px){#onair section .info br.pc{display:inline-block}}#onair section .box{background:#1e1e1e;margin-top:40px;padding:20px 30px 30px 30px}@media screen and (max-width: 600px){#onair section .box{margin-top:20px;padding:20px 15px}}#onair section dl{width:100%;font-size:1.8rem;text-align:left;border-top:2px solid #1e1e1e;padding:15px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#onair section dl:last-of-type{border-bottom:2px solid #1e1e1e}@media screen and (max-width: 900px){#onair section dl{font-size:1.6rem}}@media screen and (max-width: 600px){#onair section dl{font-size:1.4rem;display:block}}#onair section dl dt{width:230px;font-weight:700;color:red;padding:0 30px}@media screen and (max-width: 900px){#onair section dl dt{width:160px;padding:0 20px}}@media screen and (max-width: 600px){#onair section dl dt{width:100%;padding:0}}#onair section dl dt a{color:red;text-decoration:underline}#onair section dl dt a:hover{color:#ffe100}#onair section dl dd{width:calc(100% - 230px)}@media screen and (max-width: 900px){#onair section dl dd{width:calc(100% - 160px)}}@media screen and (max-width: 600px){#onair section dl dd{width:100%}}#onair section .site{width:calc(100% + 10px);margin:0 0 -10px -5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 600px){#onair section .site{width:calc(100% + 5px);margin:0 0 -5px -2.5px}}#onair section .site a{width:calc(33.333% - 10px);color:#fff;line-height:1.3;border:2px solid #fff;margin:0 5px 10px 5px;padding:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1200px){#onair section .site a{font-size:1.2rem}}@media screen and (max-width: 600px){#onair section .site a{width:calc(50% - 5px);font-size:1rem;line-height:1.2;margin:0 2.5px 5px 2.5px;padding:10px 5px}}#onair section .site a:hover{color:#000;background:#fff}#onair section .site a.nolink{pointer-events:none}#onair section .start{font-size:1.6rem;font-weight:700;margin-bottom:10px}@media screen and (max-width: 600px){#onair section .start{font-size:1.4rem;font-weight:400;line-height:1.3}}#onair section .notes{margin-top:40px}@media screen and (max-width: 1200px){#onair section .notes{margin-top:30px}}@media screen and (max-width: 600px){#onair section .notes{font-size:1.2rem;margin-top:20px}}#onair section .other{font-weight:700;border:1px solid #fff;margin-top:40px;padding:10px 30px;display:inline-block}@media screen and (max-width: 1200px){#onair section .other{margin-top:30px}}@media screen and (max-width: 600px){#onair section .other{font-size:1.2rem;margin-top:30px;padding:5px 20px}}#story::before{background:url(../images/story/bg.jpg) no-repeat center right/cover}#story .tab{margin-bottom:25px}@media screen and (max-width: 600px){#story .tab{margin-bottom:15px}}#story .tab ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 600px){#story .tab ul{width:calc(100% + 5px);margin-left:-2.5px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}#story .tab ul li{width:50px;margin:0 5px 10px 5px}@media screen and (max-width: 600px){#story .tab ul li{width:calc(16.666% - 5px);margin:0 2.5px 5px 2.5px}}#story .tab ul li a{font-family:"Anton",sans-serif;font-size:1.6rem;color:#000;line-height:1;background:red;text-align:center;border:1px solid #000;border-bottom:2px solid #000;border-right:2px solid #000;padding:10px;display:block}@media screen and (max-width: 600px){#story .tab ul li a{font-size:1.4rem;padding:5px}}#story .tab ul li a:hover{background:#ffe100}#story .tab ul li a.current{background:#ffe100;pointer-events:none}#story .box{text-align:center;background:#000;border:2px solid #fff;padding:50px 80px}@media screen and (max-width: 1200px){#story .box{padding:50px}}@media screen and (max-width: 900px){#story .box{padding:40px 30px}}@media screen and (max-width: 600px){#story .box{padding:30px 20px}}#story .box h3{font-family:"Anton",sans-serif;font-size:3rem;color:red;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 2px,url(../images/common/ico_a.svg) no-repeat right top 2px;background-size:28px;margin-bottom:10px;padding:0 40px;display:inline-block}@media screen and (max-width: 600px){#story .box h3{font-size:2rem;background:url(../images/common/ico_a.svg) no-repeat left top,url(../images/common/ico_a.svg) no-repeat right top;background-size:20px;padding:0 30px}}#story .box h4{font-size:3.2rem;font-weight:900;line-height:1.3;margin-bottom:5px}@media screen and (max-width: 900px){#story .box h4{font-size:2.6rem}}@media screen and (max-width: 600px){#story .box h4{font-size:2rem}}#story .box .sub{font-size:2.2rem;font-family:"Sedgwick Ave Display",cursive;color:#ff4500}@media screen and (max-width: 900px){#story .box .sub{font-size:1.8rem}}@media screen and (max-width: 600px){#story .box .sub{font-size:1.4rem}}#story .box h5{font-size:1.8rem;font-weight:900;color:#000;background:red;line-height:1;margin-bottom:20px;padding:3px 10px 5px 10px;display:inline-block}@media screen and (max-width: 900px){#story .box h5{font-size:1.6rem;margin-bottom:10px}}@media screen and (max-width: 600px){#story .box h5{font-size:1.2rem;font-weight:700}}#story .box .image{margin:30px 0}@media screen and (max-width: 600px){#story .box .image{margin:15px 0}}#story .box .image .slider{margin-bottom:5px}#story .box .image .thumb ul{width:calc(100% + 10px);margin-left:-5px}@media screen and (max-width: 900px){#story .box .image .thumb ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}#story .box .image .thumb ul li{width:calc(12.5% - 5px) !important;margin:0 2.5px}@media screen and (max-width: 900px){#story .box .image .thumb ul li{width:calc(25% - 5px) !important;margin:0 2.5px 5px 2.5px}}#story .box .image .thumb ul li span{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;position:relative;display:block}#story .box .image .thumb ul li.swiper-slide-thumb-active span::after{content:"";width:100%;height:100%;left:0;top:0;mix-blend-mode:color;background:red;opacity:.8;display:block;position:absolute;z-index:1}#story .box section{margin-bottom:30px}@media screen and (max-width: 900px){#story .box section{text-align:left}}@media screen and (max-width: 600px){#story .box section{margin-bottom:20px}}#story .box section:last-child{margin-bottom:0}#story .box section p{font-size:1.6rem}@media screen and (max-width: 1200px){#story .box section p{font-size:1.4rem}}@media screen and (max-width: 900px){#story .box section p{text-align:left}}@media screen and (max-width: 600px){#story .box section p{font-size:1.2rem}}#story .box section.staff{font-size:1.4rem;border-top:2px solid #1e1e1e;padding-top:30px}@media screen and (max-width: 600px){#story .box section.staff{font-size:1.2rem;padding-top:20px}}#story .box section.movie{border-top:2px solid #1e1e1e;padding-top:30px}@media screen and (max-width: 600px){#story .box section.movie{padding-top:20px}}#story .box section.movie div{height:0;margin-top:5px;padding-bottom:56.25%;overflow:hidden;position:relative}#story .box section.movie div iframe{width:100%;height:100%;top:0;left:0;position:absolute}#character{background:url(../images/character/bg.jpg) no-repeat top 72px right/100%,#ac2000}@media screen and (max-width: 900px){#character{background:url(../images/character/bg.jpg) no-repeat top center/250%,#ac2000}}@media screen and (max-width: 600px){#character{background:url(../images/character/bg_sp.jpg) no-repeat top center/100%,#ac2000}}#character .inner{position:relative}#character .thumb{width:550px;top:0;right:0;position:absolute;z-index:10;overflow:hidden}@media screen and (max-width: 1200px){#character .thumb{width:50%}}@media screen and (max-width: 900px){#character .thumb{width:80%;margin:0 auto 20px auto;position:static}}@media screen and (max-width: 600px){#character .thumb{width:calc(100% + 5px);margin:0 0 10px -2.5px}}#character .thumb ul{width:calc(100% + 5px);margin-left:-2.5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#character .thumb ul li{width:calc(20% - 5px) !important;line-height:1;border:2px solid #000;border-bottom:3px solid #000;border-right:3px solid #000;background:red;margin:0 2.5px 5px 2.5px;cursor:pointer;position:relative;display:block;-webkit-transition:all .3s ease;transition:all .3s ease}#character .thumb ul li:hover,#character .thumb ul li.swiper-slide-thumb-active{background:#ffe100}#character .thumb ul li:last-child{width:calc(100% - 5px) !important}#character .main{overflow:hidden}#character .main .swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width: 900px){#character .main .swiper-slide{display:block}}#character .main .swiper-slide .image{width:530px;position:relative}#character .main .swiper-slide .image img{width:490px;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:translateY(30px);transform:translateY(30px)}@media screen and (max-width: 1200px){#character .main .swiper-slide .image{width:450px}#character .main .swiper-slide .image img{width:450px}}@media screen and (max-width: 900px){#character .main .swiper-slide .image{width:100%;text-align:center;margin:0 auto 40px auto}#character .main .swiper-slide .image img{width:50%}}@media screen and (max-width: 600px){#character .main .swiper-slide .image img{width:90%}}#character .main .swiper-slide .image .btn-visual{width:90px;height:90px;font-size:1.6rem;font-family:"Anton",sans-serif;text-align:center;line-height:1.3;background:url(../images/character/btn_change.svg) no-repeat center/100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;top:60px;right:60px;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;outline:none;-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5))}#character .main .swiper-slide .image .btn-visual:hover{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}@media screen and (max-width: 1200px){#character .main .swiper-slide .image .btn-visual{right:auto;left:0}}@media screen and (max-width: 900px){#character .main .swiper-slide .image .btn-visual{top:20px;right:10%;left:auto}#character .main .swiper-slide .image .btn-visual:hover{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@media screen and (max-width: 600px){#character .main .swiper-slide .image .btn-visual{width:80px;height:80px;top:20px;right:0}}#character .main .swiper-slide .detail{width:calc(100% - 530px);padding-top:280px}@media screen and (max-width: 1200px){#character .main .swiper-slide .detail{width:calc(100% - 450px)}}@media screen and (max-width: 900px){#character .main .swiper-slide .detail{width:100%;border-top:2px solid #fff;padding-top:40px}}#character .main .swiper-slide .detail h3{font-size:6.5rem;font-weight:900;line-height:1;background:none;padding:0}#character .main .swiper-slide .detail h3.small{font-size:5.5rem}#character .main .swiper-slide .detail h3 ruby[data-ruby]{position:relative}#character .main .swiper-slide .detail h3 ruby[data-ruby]::before{content:attr(data-ruby);font-size:1.4rem;text-align:center;top:-5px;left:0;right:0;position:absolute}#character .main .swiper-slide .detail h3 rt{display:none}@media screen and (max-width: 1200px){#character .main .swiper-slide .detail h3{font-size:5.5rem}#character .main .swiper-slide .detail h3.small{font-size:4.8rem}}@media screen and (max-width: 900px){#character .main .swiper-slide .detail h3{font-size:5rem}#character .main .swiper-slide .detail h3.small{font-size:4.5rem}#character .main .swiper-slide .detail h3 ruby[data-ruby]::before{font-size:1.2rem}}@media screen and (max-width: 600px){#character .main .swiper-slide .detail h3{font-size:4rem}#character .main .swiper-slide .detail h3.small{font-size:3.2rem}#character .main .swiper-slide .detail h3 ruby[data-ruby]::before{font-size:1rem}}#character .main .swiper-slide .detail .en{font-size:2.4rem;font-family:"Anton",sans-serif;color:red;margin:10px 0 0 0}@media screen and (max-width: 600px){#character .main .swiper-slide .detail .en{font-size:2rem;margin-bottom:10px 0 0 0}}#character .main .swiper-slide .detail .cv{font-size:1.6rem;font-weight:900;background:#000;margin:20px 0 25px 0;padding:0 10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 600px){#character .main .swiper-slide .detail .cv{margin:15px 0 20px 0}}#character .main .swiper-slide .detail .cv span:first-child{font-family:"Anton",sans-serif;font-weight:normal;color:red;padding-right:35px;position:relative}#character .main .swiper-slide .detail .cv span:first-child:before{content:"";width:15px;height:2px;background:red;margin-top:-1px;top:50%;right:10px;position:absolute}#character .main .swiper-slide .detail .cv span:last-child{top:-1px;position:relative}@media screen and (max-width: 600px){#character .main .swiper-slide .detail .cv span:last-child{top:0}}#character .main .swiper-slide .detail p{font-size:1.6rem;line-height:1.8;margin-bottom:30px}@media screen and (max-width: 1200px){#character .main .swiper-slide .detail p{font-size:1.4rem;margin-bottom:30px}}@media screen and (max-width: 600px){#character .main .swiper-slide .detail p{font-size:1.2rem;margin-bottom:20px}}#character .main .swiper-slide.otaku{display:block}#character .main .swiper-slide.otaku h3{font-size:7.5rem;font-weight:900;margin:40px 0 0 0}@media screen and (max-width: 1200px){#character .main .swiper-slide.otaku h3{font-size:6.5rem;margin:30px 0 0 0}}@media screen and (max-width: 900px){#character .main .swiper-slide.otaku h3{text-align:center;margin:0 0 30px 0}}@media screen and (max-width: 600px){#character .main .swiper-slide.otaku h3{font-size:5rem}}#character .main .swiper-slide.otaku ul{width:calc(100% + 30px);margin:40px 0 0 -15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:translateY(30px);transform:translateY(30px)}@media screen and (max-width: 900px){#character .main .swiper-slide.otaku ul{margin:-20px 0 0 -15px}}@media screen and (max-width: 600px){#character .main .swiper-slide.otaku ul{margin:-30px 0 0 -10px}}#character .main .swiper-slide.otaku ul li{width:calc(25% - 30px);margin:40px 15px 0 15px}@media screen and (max-width: 900px){#character .main .swiper-slide.otaku ul li{width:calc(50% - 30px);margin:20px 15px 0 15px}}#character .main .swiper-slide.otaku ul li .image{width:100%;margin-bottom:20px}#character .main .swiper-slide.otaku ul li .image img{width:100%;-webkit-transform:translateY(0);transform:translateY(0)}#character .main .swiper-slide.otaku ul li .detail{width:100%;text-align:center;padding-top:0}@media screen and (max-width: 900px){#character .main .swiper-slide.otaku ul li .detail{border-top:none}}#character .main .swiper-slide.otaku ul li .detail h4{font-size:2.5rem;font-weight:900;line-height:1}@media screen and (max-width: 600px){#character .main .swiper-slide.otaku ul li .detail h4{font-size:2rem}}#character .main .swiper-slide.otaku ul li .detail .en{font-size:1.6rem;margin:5px 0}@media screen and (max-width: 600px){#character .main .swiper-slide.otaku ul li .detail .en{font-size:1.4rem}}#character .main .swiper-slide.otaku ul li .detail .cv{font-size:1.4rem;margin:0 0 10px 0}#character .main .swiper-slide.otaku ul li .detail .cv span:first-child{padding-right:30px}#character .main .swiper-slide.otaku ul li .detail .cv span:first-child:before{width:10px}#character .main .swiper-slide.otaku ul li .detail p{font-size:1.4rem;text-align:left;margin-bottom:0;padding:0 20px}@media screen and (max-width: 1200px){#character .main .swiper-slide.otaku ul li .detail p{padding:0}}@media screen and (max-width: 600px){#character .main .swiper-slide.otaku ul li .detail p{font-size:1.2rem}}#character .main .swiper-slide.otaku.swiper-slide-active ul{-webkit-transform:translateY(0);transform:translateY(0)}#character .main .swiper-slide.main2{overflow:hidden}#character .main .swiper-slide.main2 .btn-visual{width:90px;height:90px;font-size:1.6rem;font-family:"Anton",sans-serif;text-align:center;line-height:1.3;background:url(../images/character/btn_change.svg) no-repeat center/100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;top:30px;left:30px;position:absolute;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;outline:none;-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5))}#character .main .swiper-slide.main2 .btn-visual:hover{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}@media screen and (max-width: 1200px){#character .main .swiper-slide.main2 .btn-visual{right:auto;left:0}}@media screen and (max-width: 900px){#character .main .swiper-slide.main2 .btn-visual{top:20px;right:10%;left:auto}#character .main .swiper-slide.main2 .btn-visual:hover{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@media screen and (max-width: 600px){#character .main .swiper-slide.main2 .btn-visual{width:80px;height:80px;top:20px;right:0}}#character .main .swiper-slide.main2 .swiper-slide .image img{-webkit-transition:all .5s ease;transition:all .5s ease;-webkit-transform:translateY(30px);transform:translateY(30px)}#character .main .swiper-slide.main2.swiper-slide-active .image img{-webkit-transform:translateY(0);transform:translateY(0)}#character .main .swiper-slide.swiper-slide-active .image img{-webkit-transform:translateY(0);transform:translateY(0)}#movie::before{background:url(../images/movie/bg.jpg) no-repeat center right/cover}#movie .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#movie .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#movie section{max-width:1000px;margin:0 auto 60px auto}@media screen and (max-width: 900px){#movie section{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width: 600px){#movie section{margin:0 auto 40px auto}}#movie section:last-child{margin-bottom:0}#movie section h3{font-size:4rem;font-weight:700;color:#000;line-height:1;background:url(../images/common/ico_title.svg) no-repeat left top 6px/32px;margin-bottom:20px;padding-left:40px;-webkit-filter:drop-shadow(0 0 5px rgb(255, 255, 255));filter:drop-shadow(0 0 5px rgb(255, 255, 255))}@media screen and (max-width: 900px){#movie section h3{font-size:3.2rem;background:url(../images/common/ico_title.svg) no-repeat left top 4px/28px;margin-bottom:15px}}@media screen and (max-width: 600px){#movie section h3{font-size:2.8rem;background:url(../images/common/ico_title.svg) no-repeat left top 4px/24px;padding-left:30px}}#movie section .slider{margin-bottom:10px}@media screen and (max-width: 900px){#movie section .slider{margin-bottom:5px}}#movie section .slider ul{line-height:0}#movie section .slider ul li a{border:5px solid #fff;overflow:hidden;display:block;position:relative}@media screen and (max-width: 900px){#movie section .slider ul li a{border:3px solid #fff}}#movie section .slider ul li a i{width:80px;height:80px;background:-webkit-radial-gradient(circle, rgb(188, 0, 0) 0%, rgb(255, 69, 0) 80%);background:radial-gradient(circle, rgb(188, 0, 0) 0%, rgb(255, 69, 0) 80%);border-radius:50%;margin:-40px 0 0 -40px;top:50%;left:50%;position:absolute;z-index:1;opacity:.85;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#movie section .slider ul li a i::after{content:"";border-width:14px 0 14px 30px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;margin-right:-3px;display:inline-block}@media screen and (max-width: 1200px){#movie section .slider ul li a i{width:60px;height:60px;margin:-30px 0 0 -30px}#movie section .slider ul li a i::after{border-width:10px 0 10px 20px;margin-right:-3px}}#movie section .slider ul li a h4{width:100%;font-size:1.6rem;color:#fff;line-height:1.2;background:rgba(0,0,0,.8);padding:15px;display:block;bottom:0;position:absolute}@media screen and (max-width: 900px){#movie section .slider ul li a h4{font-size:1.4rem}}@media screen and (max-width: 600px){#movie section .slider ul li a h4{font-size:1.2rem;padding:10px}}#movie section .slider ul li a img{-webkit-transition:all .3s ease;transition:all .3s ease}#movie section .slider ul li a:hover i,#movie section .slider ul li a:hover h4{display:none}#movie section .slider ul li a:hover img{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}#movie section .thumb ul{width:calc(100% + 2.5px);margin-left:-2.5px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#movie section .thumb ul li{width:calc(16.666% - 5px) !important;border:3px solid #fff;margin:5px 2.5px 0 2.5px}@media screen and (max-width: 900px){#movie section .thumb ul li{width:calc(25% - 5px) !important}}@media screen and (max-width: 600px){#movie section .thumb ul li{border:2px solid #fff}}#movie section .thumb ul li span{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;position:relative;display:block}#movie section .thumb ul li.swiper-slide-thumb-active{border:3px solid #ffe100}@media screen and (max-width: 600px){#movie section .thumb ul li.swiper-slide-thumb-active{border:2px solid #ffe100}}#movie section .thumb ul li.swiper-slide-thumb-active span::after{content:"";width:100%;height:100%;left:0;top:0;mix-blend-mode:color;background:red;opacity:.8;display:block;position:absolute;z-index:1}#music::before{background:url(../images/music/bg.jpg) no-repeat center left/cover}#music .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#music .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#music section{background:#000;border:2px solid #fff;margin-bottom:30px;padding:30px}@media screen and (max-width: 600px){#music section{margin-bottom:20px;padding:30px 20px}}#music section:last-child{margin-bottom:0}#music section h3{font-family:"Anton",sans-serif;font-size:2.8rem;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top/27px;border-bottom:2px solid #fff;margin-bottom:30px;padding:0 0 15px 35px}@media screen and (max-width: 900px){#music section h3{font-size:2.4rem;background:url(../images/common/ico_a.svg) no-repeat left top/24px;margin-bottom:20px;padding:0 0 15px 30px}}#music section .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width: 900px){#music section .box{display:block}}#music section .box .photo{width:400px}@media screen and (max-width: 900px){#music section .box .photo{width:100%;text-align:center;margin-bottom:20px}#music section .box .photo img{width:70%}}@media screen and (max-width: 600px){#music section .box .photo img{width:100%}}#music section .box .detail{width:calc(100% - 400px);padding:0 0 0 40px}@media screen and (max-width: 900px){#music section .box .detail{width:100%;padding:0}}#music section .box .detail h4{font-family:"Anton",sans-serif;font-size:3.6rem;line-height:1}@media screen and (max-width: 600px){#music section .box .detail h4{font-size:2.6rem}}#music section .box .detail h5{font-size:1.6rem;font-family:"Anton",sans-serif}#music section .box .detail .artist{font-size:2.4rem;font-weight:900;color:red;line-height:1.3;margin:10px 0 5px 0}@media screen and (max-width: 900px){#music section .box .detail .artist{font-size:2rem}}@media screen and (max-width: 600px){#music section .box .detail .artist{font-size:1.8rem}}#music section .box .detail .btn-link{font-size:1.4rem;border:none;padding:5px 20px;display:inline-block}#music section .box .detail .btn-link.comment{margin-bottom:20px}@media screen and (max-width: 600px){#music section .box .detail .btn-link{font-size:1.2rem}}#music section .box .detail .profile{font-size:1.2rem;border:1px solid #fff;margin-bottom:10px;padding:20px}@media screen and (max-width: 600px){#music section .box .detail .profile{padding:15px}}#music section .box .detail .profile .link{text-align:right;margin-top:10px}#music section .box .detail .profile .link .btn-link{font-size:1.2rem}#music section .box .detail .release{font-size:1.2rem;border:1px solid #fff;padding:20px}@media screen and (max-width: 600px){#music section .box .detail .release{padding:15px}}#music section .box .detail .release .box{margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#music section .box .detail .release .box .jacket{width:200px}#music section .box .detail .release .box .text{width:calc(100% - 200px);padding:0 0 0 20px}@media screen and (max-width: 1200px){#music section .box .detail .release .box{margin-bottom:10px;display:block}#music section .box .detail .release .box .jacket{width:100%;margin-bottom:15px}#music section .box .detail .release .box .jacket img{width:200px}#music section .box .detail .release .box .text{width:100%;padding:0}}@media screen and (max-width: 900px){#music section .box .detail .release .box .jacket img{width:50%}}@media screen and (max-width: 600px){#music section .box .detail .release .box .jacket img{width:70%}}#blu-ray::before{background:url(../images/blu-ray/bg.jpg) no-repeat center left/cover}#blu-ray .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#blu-ray .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#blu-ray section{background:#000;border:2px solid #fff;margin-bottom:30px;padding:30px}@media screen and (max-width: 600px){#blu-ray section{margin-bottom:20px;padding:30px 20px}}#blu-ray section:last-child{margin-bottom:0}#blu-ray section h3{font-size:2.8rem;font-weight:700;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 2px/27px;border-bottom:2px solid #fff;margin-bottom:30px;padding:0 0 15px 35px}@media screen and (max-width: 900px){#blu-ray section h3{font-size:2.2rem;background:url(../images/common/ico_a.svg) no-repeat left top 2px/22px;margin-bottom:20px;padding:0 0 15px 30px}}@media screen and (max-width: 600px){#blu-ray section p{font-size:1.2rem}}#blu-ray section .box{border-bottom:2px solid #1e1e1e;margin-bottom:30px;padding-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#blu-ray section .box:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width: 900px){#blu-ray section .box{display:block}}#blu-ray section .box .jacket{width:350px}@media screen and (max-width: 900px){#blu-ray section .box .jacket{width:100%;text-align:center;margin-bottom:20px}#blu-ray section .box .jacket img{width:50%}}@media screen and (max-width: 600px){#blu-ray section .box .jacket img{width:100%}}#blu-ray section .box .detail{width:calc(100% - 350px);padding:0 0 0 50px}@media screen and (max-width: 900px){#blu-ray section .box .detail{width:100%;padding:0}}#blu-ray section .box .detail h4{font-size:2.2rem;font-weight:700;color:red;line-height:1.3;margin-bottom:20px}@media screen and (max-width: 1200px){#blu-ray section .box .detail h4{font-size:2rem}}@media screen and (max-width: 900px){#blu-ray section .box .detail h4{width:100%;margin-bottom:10px}}@media screen and (max-width: 600px){#blu-ray section .box .detail h4{font-size:1.6rem}}#blu-ray section .box .detail h5{font-size:1.4rem;font-weight:900;line-height:1.3;margin-bottom:5px;padding-left:25px;position:relative}#blu-ray section .box .detail h5:before{content:"";width:15px;height:2px;background:red;margin-top:-1px;top:50%;left:0;position:absolute}@media screen and (max-width: 600px){#blu-ray section .box .detail h5{padding-left:20px}#blu-ray section .box .detail h5:before{width:10px}}#blu-ray section .box .btn-link{max-width:400px;width:100%;font-size:1.8rem;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothicM,YuGothic,"Helvetica Neue",メイリオ,Meiryo,sans-serif;font-weight:700;border:none;padding:20px 40px}@media screen and (max-width: 600px){#blu-ray section .box .btn-link{max-width:90%;font-size:1.2rem}}#blu-ray section .box .notes{text-align:center}@media screen and (max-width: 600px){#blu-ray section .box .notes{text-align:left}}#blu-ray section.tokuten ul{width:calc(100% + 15px);margin:0 0 -15px -7.5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#blu-ray section.tokuten ul{width:calc(100% + 10px);margin:0 0 -10px -5px}}@media screen and (max-width: 600px){#blu-ray section.tokuten ul{width:100%;margin:0}}#blu-ray section.tokuten ul li{width:calc(33.333% - 15px);line-height:1.5;text-align:center;background:#1e1e1e;margin:0 7.5px 15px 7.5px;padding:20px}@media screen and (max-width: 900px){#blu-ray section.tokuten ul li{width:calc(50% - 10px);margin:0 5px 10px 5px}}@media screen and (max-width: 600px){#blu-ray section.tokuten ul li{width:100%;font-size:1.2rem;margin:0 0 10px 0}#blu-ray section.tokuten ul li:last-child{margin:0}}#blu-ray section.tokuten ul li .image{text-align:center;margin-bottom:15px}#blu-ray section.tokuten ul li .shop{font-size:1.6rem;color:red;line-height:1.1;margin-bottom:5px}@media screen and (max-width: 600px){#blu-ray section.tokuten ul li .shop{font-size:1.4rem}}#blu-ray section.tokuten ul li p small{font-size:1rem;color:#999;line-height:1.4;display:inline-block}#goods::before{background:url(../images/goods/bg.jpg) no-repeat top right/cover}@media screen and (max-width: 900px){#goods h2{-webkit-filter:drop-shadow(0 0 10px rgb(173, 224, 244));filter:drop-shadow(0 0 10px rgb(173, 224, 244))}}#goods .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#goods .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#goods ul.list{width:calc(100% + 20px);margin:-20px 0 0 -10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#goods ul.list{width:calc(100% + 10px);margin:-10px 0 0 -5px}}#goods ul.list li{width:calc(25% - 20px);background:#000;border:2px solid #fff;margin:20px 10px 0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}#goods ul.list li:hover{background:#ac2000}@media screen and (max-width: 900px){#goods ul.list li{width:calc(33.3333% - 10px);margin:10px 5px 0 5px}}@media screen and (max-width: 600px){#goods ul.list li{width:calc(50% - 10px);margin:10px 5px 0 5px}}#goods ul.list li a{color:#fff;height:100%;text-decoration:none;padding:20px;display:block}@media screen and (max-width: 900px){#goods ul.list li a{font-size:1.2rem;padding:15px}}#goods ul.list li a .thumbs{width:100%;height:0;background-repeat:no-repeat !important;background-position:center center !important;background-size:contain !important;margin:0 0 15px 0;padding:100% 0 0 0}#goods ul.list li a p{line-height:1.5}#goods .box{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:60px}@media screen and (max-width: 900px){#goods .box{display:block}}@media screen and (max-width: 600px){#goods .box{margin-bottom:40px}}#goods .box .image{width:480px;padding:0 60px 0 0;overflow:hidden}@media screen and (max-width: 1200px){#goods .box .image{width:400px;padding:0 20px 0 0}}@media screen and (max-width: 900px){#goods .box .image{width:100%;text-align:center;padding:0 0 30px 0}}@media screen and (max-width: 600px){#goods .box .image{padding:0 0 25px 0}}@media screen and (max-width: 900px){#goods .box .image img{width:60%}}@media screen and (max-width: 600px){#goods .box .image img{width:80%}}#goods .box .image p{text-align:center;margin-top:5px}#goods .box .text{width:calc(100% - 480px)}@media screen and (max-width: 1200px){#goods .box .text{width:calc(100% - 400px)}}@media screen and (max-width: 900px){#goods .box .text{width:100%}}#goods .box .text .bg{background:#000;border:2px solid #fff;padding:30px}@media screen and (max-width: 600px){#goods .box .text .bg{font-size:1.2rem;padding:25px 20px}}#goods .box .text .bg h3{font-size:2.2rem;margin-bottom:20px;padding-left:30px}#goods .box .text .bg h3:before{width:20px;margin-top:0;top:15px}@media screen and (max-width: 1200px){#goods .box .text .bg h3{font-size:2rem}#goods .box .text .bg h3:before{top:13px}}@media screen and (max-width: 900px){#goods .box .text .bg h3{font-size:1.8rem;padding-left:25px}#goods .box .text .bg h3:before{width:15px;top:12px}}@media screen and (max-width: 600px){#goods .box .text .bg h3{font-size:1.6rem}#goods .box .text .bg h3:before{top:10px}}#goods .box .text .bg .detail{margin-bottom:20px}#goods .box .text .bg .detail:last-child{margin-bottom:0}#goods .box .text .bg .detail dl{width:100%;border-bottom:2px solid #fff;padding:10px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#goods .box .text .bg .detail dl:first-child{border-top:2px solid #fff}#goods .box .text .bg .detail dl dt{width:120px;color:#000;text-align:center;background:red;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 600px){#goods .box .text .bg .detail dl dt{width:100px}}#goods .box .text .bg .detail dl dd{width:calc(100% - 120px);padding:0 20px}@media screen and (max-width: 600px){#goods .box .text .bg .detail dl dd{width:calc(100% - 100px)}}#keyword::before{background:url(../images/keyword/bg.jpg) no-repeat center right/cover}#keyword .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#keyword .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#keyword section{text-align:center;background:#000;border:2px solid #fff;margin-bottom:30px;padding:50px}@media screen and (max-width: 1200px){#keyword section{padding:50px 40px}}@media screen and (max-width: 900px){#keyword section{padding:40px 30px}}@media screen and (max-width: 600px){#keyword section{margin-bottom:20px;padding:30px 20px}}#keyword section:last-child{margin-bottom:0}#keyword section h3{font-family:"Anton",sans-serif;font-size:3.6rem;color:red;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 2px,url(../images/common/ico_a.svg) no-repeat right top 2px;background-size:32px;margin-bottom:30px;padding:0 55px;display:inline-block}@media screen and (max-width: 1200px){#keyword section h3{margin-bottom:20px}}@media screen and (max-width: 900px){#keyword section h3{font-size:3rem;background-size:26px;padding:0 45px}}@media screen and (max-width: 600px){#keyword section h3{font-size:2.6rem;background:url(../images/common/ico_a.svg) no-repeat left top 1px,url(../images/common/ico_a.svg) no-repeat right top 1px;background-size:24px;padding:0 35px}}#keyword section ul{text-align:left}#keyword section ul li{background:#1e1e1e;margin-bottom:10px;padding:20px}@media screen and (max-width: 600px){#keyword section ul li{padding:15px}}#keyword section ul li:last-child{margin-bottom:0}#keyword section ul li.image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#keyword section ul li.image .img{width:360px}#keyword section ul li.image .text{width:calc(100% - 360px);padding-left:30px}@media screen and (max-width: 900px){#keyword section ul li.image{display:block}#keyword section ul li.image .img{width:100%;margin-bottom:10px}#keyword section ul li.image .text{width:100%;padding:0}}#keyword section ul li .word{font-size:2rem;font-weight:700;color:red}#keyword section ul li .word .ruby{font-size:1.2rem;font-weight:400;color:#999;margin-left:10px}#keyword section ul li .word .new{font-size:1.2rem;color:#ffe100;line-height:1;border:1px solid #ffe100;padding:1px 10px 3px 10px;display:inline-block;top:-4px;left:5px;position:relative}@media screen and (max-width: 900px){#keyword section ul li .word{font-size:1.6rem;line-height:1.4;margin-bottom:5px}#keyword section ul li .word .ruby{font-size:1rem}}@media screen and (max-width: 600px){#keyword section ul li .word .new{font-size:1rem;padding:1px 5px 3px 5px;top:-3px}}@media screen and (max-width: 600px){#keyword section ul li p{font-size:1.2rem}}#special::before{background:url(../images/special/bg.jpg) no-repeat top right/cover}#special .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#special .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#special ul.list{width:calc(100% + 20px);margin:-20px 0 0 -10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 600px){#special ul.list{width:100%;margin:0}}#special ul.list li{width:calc(33.3333% - 20px);background:#000;border:2px solid #fff;margin:20px 10px 0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}#special ul.list li:hover{background:#ac2000}@media screen and (max-width: 900px){#special ul.list li{width:calc(50% - 20px)}}@media screen and (max-width: 600px){#special ul.list li{width:100%;margin:0 0 15px 0}#special ul.list li:last-child{margin:0}}#special ul.list li a{color:#fff;height:100%;text-decoration:none;padding:20px;display:block}@media screen and (max-width: 900px){#special ul.list li a{font-size:1.2rem;padding:15px}}#special ul.list li a .thumbs{margin:0 0 15px 0}@media screen and (max-width: 600px){#special ul.list li a .thumbs{margin:0 0 10px 0}}#special ul.list li a p{line-height:1.5}#special .box{background:#000;border:2px solid #fff;margin-bottom:60px;padding:40px}@media screen and (max-width: 900px){#special .box{padding:30px}}@media screen and (max-width: 600px){#special .box{margin-bottom:40px;padding:30px 20px}}#special .akibajack{text-align:center}#special .akibajack h3{font-size:2.6rem;font-weight:700;line-height:1.4;margin-bottom:20px}#special .akibajack h3 .logo{max-width:400px;margin:0 auto 10px auto}@media screen and (max-width: 900px){#special .akibajack h3{font-size:2rem}#special .akibajack h3 .logo{max-width:50%}}@media screen and (max-width: 600px){#special .akibajack h3{font-size:1.6rem}#special .akibajack h3 .logo{max-width:80%}}#special .akibajack .date{font-size:2rem;font-weight:700;color:red;border:1px solid red;margin-bottom:40px;padding:5px 20px;display:inline-block}@media screen and (max-width: 900px){#special .akibajack .date{font-size:1.6rem}}@media screen and (max-width: 600px){#special .akibajack .date{font-size:1.4rem}}@media screen and (max-width: 600px){#special .akibajack p{font-size:1.2rem}}#special .akibajack section{text-align:left;background:#1e1e1e;margin-bottom:20px;padding:30px}@media screen and (max-width: 600px){#special .akibajack section{padding:20px}}#special .akibajack section:last-of-type{margin-bottom:40px}#special .akibajack section h4{font-size:2rem;font-weight:700;line-height:1.4;background:url(../images/common/ico_a.svg) no-repeat left top 3px/22px;margin-bottom:20px;padding:0 0 2px 35px}@media screen and (max-width: 900px){#special .akibajack section h4{font-size:1.8rem;background:url(../images/common/ico_a.svg) no-repeat left top 4px/20px;padding:0 0 0 30px}}@media screen and (max-width: 600px){#special .akibajack section h4{font-size:1.6rem;background:url(../images/common/ico_a.svg) no-repeat left top 4px/18px;margin-bottom:15px;padding:0 0 0 25px}}#special .akibajack section .imglist{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#special .akibajack section .imglist{display:block}}#special .akibajack section .imglist li{margin:0 20px 20px 0}@media screen and (max-width: 600px){#special .akibajack section .imglist li{margin:0 0 10px 0}#special .akibajack section .imglist li:last-child{margin:0 0 20px 0}}#special .akibajack .magazine{text-align:left;border:2px solid red;padding:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 600px){#special .akibajack .magazine{padding:20px;display:block}}#special .akibajack .magazine .image{width:300px;padding:0 40px 0 0}@media screen and (max-width: 900px){#special .akibajack .magazine .image{width:40%;padding:0 20px 0 0}}@media screen and (max-width: 600px){#special .akibajack .magazine .image{width:80%;margin:0 auto 20px auto;padding:0}}#special .akibajack .magazine .text{width:calc(100% - 300px)}@media screen and (max-width: 900px){#special .akibajack .magazine .text{width:60%}}@media screen and (max-width: 600px){#special .akibajack .magazine .text{width:100%}}#special .endcard{max-width:1000px;text-align:center;margin:auto}#special .endcard h3{font-size:3.6rem;font-weight:900;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 2px,url(../images/common/ico_a.svg) no-repeat right top 2px;background-size:36px;margin-bottom:30px;padding:0 60px 2px 60px;display:inline-block;-webkit-filter:drop-shadow(0 0 5px rgb(0, 0, 0));filter:drop-shadow(0 0 5px rgb(0, 0, 0))}@media screen and (max-width: 900px){#special .endcard h3{font-size:3rem;background-size:30px;padding:0 45px 2px 45px}}@media screen and (max-width: 600px){#special .endcard h3{font-size:2.8rem;background-size:28px;margin-bottom:20px}}#special .endcard article{background:#000;border:2px solid #fff;margin-bottom:30px;padding:30px 40px 40px 40px}#special .endcard article:last-of-type{margin-bottom:60px}@media screen and (max-width: 900px){#special .endcard article{padding:20px 30px 30px 30px}}@media screen and (max-width: 600px){#special .endcard article{margin-bottom:20px;padding:15px 20px 20px 20px}#special .endcard article:last-of-type{margin-bottom:40px}}#special .endcard article h4{border-bottom:2px solid #fff;margin-bottom:30px;padding-bottom:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width: 900px){#special .endcard article h4{margin-bottom:20px}}#special .endcard article h4 .no{font-size:2.6rem;font-family:"Anton",sans-serif;color:red;padding-right:30px;position:relative}#special .endcard article h4 .no:before{content:"";width:10px;height:2px;background:red;margin-top:-1px;top:50%;right:10px;position:absolute}@media screen and (max-width: 900px){#special .endcard article h4 .no{font-size:2.2rem}}@media screen and (max-width: 600px){#special .endcard article h4 .no{font-size:1.8rem;top:-1px}}#special .endcard article h4 .no.noname{padding-right:0}#special .endcard article h4 .no.noname:before{display:none}#special .endcard article h4 .name{font-size:2.4rem;font-weight:700}@media screen and (max-width: 900px){#special .endcard article h4 .name{font-size:2rem}}@media screen and (max-width: 600px){#special .endcard article h4 .name{font-size:1.6rem}}#special .endcard article .image{position:relative}#special .endcard article .image::before{content:"";width:100%;height:100%;background:url(../images/common/dummy.png);position:absolute}#special .endcard article p{text-align:left;margin-top:20px}@media screen and (max-width: 600px){#special .endcard article p{font-size:1.2rem}}#special .present{text-align:center}#special .present h3{font-size:3.4rem;font-weight:900;line-height:1;margin-bottom:30px;display:inline-block}#special .present h3 small{font-size:2rem;color:red;margin-bottom:10px;display:inline-block}@media screen and (max-width: 900px){#special .present h3{font-size:2.8rem}#special .present h3 small{font-size:1.8rem}}@media screen and (max-width: 600px){#special .present h3{font-size:2.4rem}#special .present h3 small{font-size:1.3rem}}#special .present section{background:#1e1e1e;margin-bottom:20px;padding:30px}@media screen and (max-width: 900px){#special .present section{padding:20px}}#special .present section:last-of-type{margin-bottom:0}#special .present section h4{font-size:2rem;font-weight:700;line-height:1.4;background:url(../images/common/ico_a.svg) no-repeat left top 4px,url(../images/common/ico_a.svg) no-repeat right top 4px;background-size:22px;margin-bottom:20px;padding:0 35px 2px 35px;display:inline-block}@media screen and (max-width: 900px){#special .present section h4{font-size:1.8rem;background-size:20px;padding:0 30px 2px 30px}}@media screen and (max-width: 600px){#special .present section h4{font-size:1.6rem;background-size:18px;margin-bottom:15px;padding:0 25px 2px 25px}}#special .present section ul{width:calc(100% + 20px);margin:0 0 0 -10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 900px){#special .present section ul{margin:0 0 -20px -10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width: 600px){#special .present section ul{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}#special .present section ul li{width:calc(20% - 20px);margin:0 10px}@media screen and (max-width: 900px){#special .present section ul li{width:calc(33.333% - 20px);margin:0 10px 20px 10px}}@media screen and (max-width: 600px){#special .present section ul li{width:calc(50% - 20px)}}#special .present section ul li a{background:#ff4500;margin-top:15px;padding:5px 20px;display:inline-block}@media screen and (max-width: 600px){#special .present section ul li a{font-size:1.4rem;margin-top:10px;padding:5px 10px 3px 10px}}#special .present section ul li a:hover{background:#ffe100}#quiz .contents::before{background:url(../images/special/quiz/bg.jpg) no-repeat center/cover}#quiz .inner{-webkit-transform:translateY(30px);transform:translateY(30px)}#quiz .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}#quiz .inner h2::before{display:none}#quiz .list{margin:auto}#quiz .list .about{margin-bottom:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 1200px){#quiz .list .about{margin-bottom:60px}}@media screen and (max-width: 900px){#quiz .list .about{text-align:center;display:block}}#quiz .list .about .text{width:57%}@media screen and (max-width: 900px){#quiz .list .about .text{width:100%}}#quiz .list .about .text h2{text-align:left;margin-bottom:25px}#quiz .list .about .text h2::before{display:none}#quiz .list .about .text h2 .title1{width:50%}@media screen and (max-width: 900px){#quiz .list .about .text h2{margin-bottom:15px}#quiz .list .about .text h2 .title1{width:50%;margin:auto}#quiz .list .about .text h2 .title2{width:80%;margin:auto}}@media screen and (max-width: 600px){#quiz .list .about .text h2 .title1{width:60%}#quiz .list .about .text h2 .title2{width:100%}}#quiz .list .about .text p{font-size:1.6rem;margin-bottom:10px}#quiz .list .about .text p:first-of-type{font-size:2rem;font-weight:700;color:#ffe100;margin-bottom:0}#quiz .list .about .text p:last-of-type{font-size:1.4rem;color:#ff80e1;margin-top:20px;margin-bottom:0}@media screen and (max-width: 900px){#quiz .list .about .text p:last-of-type{margin-top:0}}@media screen and (max-width: 600px){#quiz .list .about .text p{font-size:1.2rem;text-align:left}#quiz .list .about .text p:first-of-type{font-size:1.8rem;text-align:center}#quiz .list .about .text p:last-of-type{font-size:1.2rem}}#quiz .list .about .image{width:43%;padding:0 0 0 40px}@media screen and (max-width: 900px){#quiz .list .about .image{width:100%;padding:0 0 20px 0}#quiz .list .about .image img{width:55%;margin-left:-5%}}@media screen and (max-width: 600px){#quiz .list .about .image img{width:70%}}#quiz .list ul{width:calc(100% + 40px);margin:0 0 20px -20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#quiz .list ul{width:calc(100% + 20px);margin:0 0 20px -10px}}@media screen and (max-width: 600px){#quiz .list ul{width:100%;margin:0 0 40px 0;display:block}}#quiz .list ul li{width:calc(50% - 40px);margin:0 20px 40px 20px}@media screen and (max-width: 900px){#quiz .list ul li{width:calc(50% - 20px);margin:0 10px 30px 10px}}@media screen and (max-width: 600px){#quiz .list ul li{width:100%;margin:0 0 30px 0}#quiz .list ul li:last-child{margin:0}}#quiz .list ul li img{border:5px solid #1e1e1e}@media screen and (max-width: 900px){#quiz .list ul li img{border:3px solid #1e1e1e}}#quiz .list ul li a{border-top:5px solid #ff4500;border-left:5px solid #ff4500;border-bottom:5px solid red;border-right:5px solid red;overflow:hidden;display:block;position:relative}@media screen and (max-width: 900px){#quiz .list ul li a{border-top:3px solid #ff4500;border-left:3px solid #ff4500;border-bottom:3px solid red;border-right:3px solid red}}#quiz .list ul li a img{border:none;-webkit-transition:all .3s ease;transition:all .3s ease}#quiz .list ul li a:hover img{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}#quiz .list ul li p{font-size:1.8rem;font-weight:900;line-height:1.2;background:red;margin-top:10px;padding:3px 5px;display:inline-block}@media screen and (max-width: 1200px){#quiz .list ul li p{font-size:1.6rem}}@media screen and (max-width: 900px){#quiz .list ul li p{font-weight:normal}}@media screen and (max-width: 600px){#quiz .list ul li p{font-size:1.4rem}}#quiz .list ul li.lock a{border:5px solid #1e1e1e;pointer-events:none}#quiz .list ul li.lock p{color:#999;background:#000}#quiz .quiz{max-width:900px}#quiz .quiz .title{text-align:center;margin:0 auto 40px auto}@media screen and (max-width: 600px){#quiz .quiz .title{margin:0 auto 30px auto}}#quiz .quiz .title h2{max-width:550px;text-align:center;margin:0 auto 40px auto}#quiz .quiz .title h2 .title1 img{width:50%}@media screen and (max-width: 600px){#quiz .quiz .title h2{margin:0 auto 20px auto}}#quiz .quiz .title h3{font-size:3.6rem;font-weight:700;color:red;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 5px,url(../images/common/ico_a.svg) no-repeat right top 5px;background-size:35px;padding:2px 50px;display:inline-block;-webkit-filter:drop-shadow(0 0 1px rgb(0, 0, 0)) drop-shadow(0 0 2px rgb(0, 0, 0));filter:drop-shadow(0 0 1px rgb(0, 0, 0)) drop-shadow(0 0 2px rgb(0, 0, 0))}@media screen and (max-width: 600px){#quiz .quiz .title h3{font-size:3rem;background:url(../images/common/ico_a.svg) no-repeat left top 5px,url(../images/common/ico_a.svg) no-repeat right top 5px;background-size:28px;padding:2px 40px}}#quiz .quiz section{font-size:1.8rem;background:#000;border:2px solid #fff;margin-bottom:60px}@media screen and (max-width: 900px){#quiz .quiz section{font-size:1.6rem;margin-bottom:40px}#quiz .quiz section:last-of-type{margin-bottom:60px}}@media screen and (max-width: 600px){#quiz .quiz section{font-size:1.4rem;margin-bottom:30px}#quiz .quiz section:last-of-type{margin-bottom:40px}}#quiz .quiz section .question{padding:30px 50px}@media screen and (max-width: 900px){#quiz .quiz section .question{padding:30px}}@media screen and (max-width: 600px){#quiz .quiz section .question{padding:30px 20px}}#quiz .quiz section .question .question-text{font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#quiz .quiz section .question .question-text .no{width:90px;color:#000;text-align:center;background:red;padding:5px 20px}#quiz .quiz section .question .question-text .question-text2{width:calc(100% - 90px);padding-left:20px;line-height:1.5}@media screen and (max-width: 600px){#quiz .quiz section .question .question-text{display:block}#quiz .quiz section .question .question-text .no{width:100%;line-height:1;text-align:center;margin-bottom:10px}#quiz .quiz section .question .question-text .question-text2{width:100%;padding-left:0}}#quiz .quiz section .question .question-image{text-align:center;margin-top:30px}#quiz .quiz section .question .question-image img{width:70%}@media screen and (max-width: 600px){#quiz .quiz section .question .question-image{margin-top:20px}#quiz .quiz section .question .question-image img{width:100%}}#quiz .quiz section .question .question-select{margin-top:40px}@media screen and (max-width: 600px){#quiz .quiz section .question .question-select{margin-top:20px}}#quiz .quiz section .question .question-select li{margin-bottom:10px}#quiz .quiz section .question .question-select li:last-child{margin-bottom:0}#quiz .quiz section .question .question-select li a{color:#000;background:#fff;border:2px solid #000;text-align:center;padding:10px;display:block}@media screen and (max-width: 600px){#quiz .quiz section .question .question-select li a{padding:5px}}#quiz .quiz section .question .question-select li a:hover{background:#ffe100}#quiz .quiz section .question .question-select li a.select{background:#ffe100;pointer-events:none}#quiz .quiz section .question .question-select li a.disabled{background:#999;pointer-events:none}#quiz .quiz section .answer{background:#1e1e1e;border-top:2px solid #fff;padding:40px 50px}@media screen and (max-width: 900px){#quiz .quiz section .answer{padding:30px}}@media screen and (max-width: 900px){#quiz .quiz section .answer{padding:30px 20px}}#quiz .quiz section .answer .correct{font-size:2.4rem;font-weight:700;color:red;line-height:1;border:2px solid red;margin-bottom:5px;padding:5px 20px;display:inline-block}@media screen and (max-width: 900px){#quiz .quiz section .answer .correct{font-size:2rem}}@media screen and (max-width: 600px){#quiz .quiz section .answer .correct{font-size:1.6rem;padding:5px 15px}}#quiz .quiz section .answer .answer-text{font-weight:700}#quiz .quiz section .answer .answer-text strong{font-size:2.8rem}@media screen and (max-width: 900px){#quiz .quiz section .answer .answer-text strong{font-size:2.2rem}}@media screen and (max-width: 600px){#quiz .quiz section .answer .answer-text strong{font-size:1.8rem}}#quiz .quiz section .answer .answer-text2{font-size:1.6rem}@media screen and (max-width: 900px){#quiz .quiz section .answer .answer-text2{font-size:1.4rem}}@media screen and (max-width: 600px){#quiz .quiz section .answer .answer-text2{font-size:1.2rem}}#quiz .quiz section .answer .answer-image{text-align:center;margin-top:30px}#quiz .quiz section .answer .answer-image img{width:70%}@media screen and (max-width: 600px){#quiz .quiz section .answer .answer-image{margin-top:20px}#quiz .quiz section .answer .answer-image img{width:100%}}#quiz .quiz .download{text-align:center;background:#ac2000;border:2px solid #000;margin-bottom:60px;padding:40px 50px}@media screen and (max-width: 900px){#quiz .quiz .download{padding:30px}}@media screen and (max-width: 600px){#quiz .quiz .download{margin-bottom:40px;padding:30px 20px}}#quiz .quiz .download h4{font-size:2.4rem;font-weight:700;line-height:1;background:url(../images/common/ico_title.svg) no-repeat left top 2px,url(../images/common/ico_title.svg) no-repeat right top 2px;background-size:24px;margin-bottom:10px;padding:1px 35px;display:inline-block}@media screen and (max-width: 600px){#quiz .quiz .download h4{font-size:2rem;background:url(../images/common/ico_title.svg) no-repeat left top 5px,url(../images/common/ico_title.svg) no-repeat right top 5px;background-size:20px;padding:3px 30px}}#quiz .quiz .download p{margin-bottom:30px}@media screen and (max-width: 600px){#quiz .quiz .download p{font-size:1.2rem;margin-bottom:20px}}#quiz .quiz .download .box{margin-bottom:40px}#quiz .quiz .download .box:last-child{margin-bottom:0}@media screen and (max-width: 600px){#quiz .quiz .download .box{margin-bottom:30px}}#quiz .quiz .download .box h5{font-size:1.6rem;font-weight:700;color:#fff;line-height:1;background:#000;padding:10px}@media screen and (max-width: 600px){#quiz .quiz .download .box h5{font-size:1.4rem;margin-bottom:0;padding:5px}}#quiz .quiz .download .box ul{width:calc(100% + 20px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:-10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#quiz .quiz .download .box ul li{width:calc(20% - 20px);margin:20px 10px 0 10px}@media screen and (max-width: 600px){#quiz .quiz .download .box ul li{width:calc(50% - 20px)}}#quiz .quiz .download .box ul li a{background:#ff4500;margin-top:15px;padding:5px 20px;display:inline-block}@media screen and (max-width: 900px){#quiz .quiz .download .box ul li a{font-size:1.4rem;margin-top:10px;padding:5px 10px 3px 10px}}#quiz .quiz .download .box ul li a:hover{background:#ffe100}#quiz .quiz .download .box.wallpaper img{border:1px solid #fff}#quiz .quiz .btn-again{width:100%;max-width:400px;font-size:2rem;font-weight:700;color:#000;text-align:center;background:#ffe100;border-radius:50px;margin:0 auto 60px auto;padding:20px;display:block}#quiz .quiz .btn-again:hover{background:#ff4500}@media screen and (max-width: 900px){#quiz .quiz .btn-again{font-size:1.8rem;padding:15px}}@media screen and (max-width: 600px){#quiz .quiz .btn-again{font-size:1.6rem;margin-bottom:40px}}#quiz .mfp-bg{background:#000;opacity:.6 !important}#quiz .mfp-close{width:auto;height:auto;font-family:"Anton",sans-serif;font-size:1.6rem;color:#000;line-height:1;background:red;border:1px solid #000;border-right:2px solid #000;border-bottom:2px solid #000;opacity:1;display:inline-block;text-indent:0;margin-top:20px;padding:5px 20px;position:static;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}#quiz .mfp-close:hover{background:#ffe100}#mad-movie::before{background:url(../images/mad-movie/bg.jpg) no-repeat center right/cover}#mad-movie .inner{background:#000;border:2px solid #fff;padding:40px;-webkit-transform:translateY(30px);transform:translateY(30px)}#mad-movie .inner.active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 900px){#mad-movie .inner{padding:30px}}@media screen and (max-width: 600px){#mad-movie .inner{padding:30px 20px}}#mad-movie .inner .about{text-align:center;margin-bottom:50px}@media screen and (max-width: 600px){#mad-movie .inner .about{margin-bottom:30px}}#mad-movie .inner .about h3{font-weight:700;line-height:1.4;margin-bottom:20px}#mad-movie .inner .about h3 .logo{max-width:320px;margin:auto}@media screen and (max-width: 600px){#mad-movie .inner .about h3 .logo{max-width:80%}}#mad-movie .inner .about h3 .title{font-size:3.6rem;color:red}@media screen and (max-width: 900px){#mad-movie .inner .about h3 .title{font-size:3rem}}@media screen and (max-width: 600px){#mad-movie .inner .about h3 .title{font-size:2.2rem}}#mad-movie .inner .about h3 .en{font-size:1.8rem;color:#ffe100;margin-top:5px}@media screen and (max-width: 900px){#mad-movie .inner .about h3 .en{font-size:1.6rem}}@media screen and (max-width: 600px){#mad-movie .inner .about h3 .en{font-size:1.4rem}}#mad-movie .inner .about .image .img{max-width:400px;margin:auto}@media screen and (max-width: 900px){#mad-movie .inner .about .image .img{max-width:70%}}@media screen and (max-width: 600px){#mad-movie .inner .about .image .img{max-width:100%}}#mad-movie .inner .about .image .en{font-size:1.8rem;font-weight:700;color:#fff;line-height:1.4;margin-top:10px}@media screen and (max-width: 900px){#mad-movie .inner .about .image .en{font-size:1.6rem}}@media screen and (max-width: 600px){#mad-movie .inner .about .image .en{font-size:1.4rem}}#mad-movie .inner .download{text-align:center;margin-bottom:50px}@media screen and (max-width: 600px){#mad-movie .inner .download{margin-bottom:40px}}#mad-movie .inner .download section{background:#1e1e1e;margin-bottom:20px;padding:30px}#mad-movie .inner .download section:last-child{margin-bottom:0}@media screen and (max-width: 900px){#mad-movie .inner .download section{padding:20px}}@media screen and (max-width: 600px){#mad-movie .inner .download section{margin-bottom:10px;padding:20px 15px}}#mad-movie .inner .download section h4{font-family:"Anton",sans-serif;font-size:2.4rem;line-height:1;background:url(../images/common/ico_a.svg) no-repeat left top 1px,url(../images/common/ico_a.svg) no-repeat right top 1px;background-size:22px;padding:0 35px 2px 35px;display:inline-block}@media screen and (max-width: 900px){#mad-movie .inner .download section h4{font-size:2rem;background-size:20px;margin-bottom:10px}}#mad-movie .inner .download section .link{width:calc(100% + 10px);margin-left:-5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 900px){#mad-movie .inner .download section .link{width:calc(100% + 5px);margin-left:-2.5px}}#mad-movie .inner .download section .link a{width:calc(14.285% - 10px);color:#000;line-height:1;background:red;border:1px solid #000;border-bottom:3px solid #000;border-right:3px solid #000;margin:10px 5px 0 5px;padding:10px;display:block}#mad-movie .inner .download section .link a:hover{background:#ffe100}@media screen and (max-width: 1200px){#mad-movie .inner .download section .link a{width:calc(25% - 10px)}}@media screen and (max-width: 900px){#mad-movie .inner .download section .link a{width:calc(33.333% - 5px);margin:5px 2.5px 0 2.5px}}@media screen and (max-width: 600px){#mad-movie .inner .download section .link a{width:calc(50% - 5px)}}#mad-movie .inner .download section .link a .no{font-size:1.6rem;font-family:"Anton",sans-serif}@media screen and (max-width: 600px){#mad-movie .inner .download section .link a .no{font-size:1.4rem}}#mad-movie .inner .download section .link a .size{font-size:1.2rem;top:-2px;position:relative}@media screen and (max-width: 600px){#mad-movie .inner .download section .link a .size{font-size:1rem}}#mad-movie .inner .notes{border:2px solid #ac2000;margin-bottom:40px;padding:20px}@media screen and (max-width: 600px){#mad-movie .inner .notes{margin-bottom:30px;padding:15px}}#mad-movie .inner .notes h5{font-size:1.8rem;font-weight:700;background:#ac2000;line-height:1.4;text-align:center;margin-bottom:20px;padding:5px 0 10px 0}@media screen and (max-width: 900px){#mad-movie .inner .notes h5{font-size:1.6rem}}@media screen and (max-width: 600px){#mad-movie .inner .notes h5{font-size:1.4rem;margin-bottom:10px;padding:5px 0 8px 0}}#mad-movie .inner .notes h5 .en{font-size:1.4rem;color:#ffe100;display:block}@media screen and (max-width: 600px){#mad-movie .inner .notes h5 .en{font-size:1.2rem}}#mad-movie .inner .guideline h5{font-size:1.6rem;font-weight:700;border-top:1px solid #fff;border-bottom:1px solid #fff;text-align:center;margin-bottom:20px;padding:10px 10px 15px 10px}@media screen and (max-width: 900px){#mad-movie .inner .guideline h5{font-size:1.4rem}}@media screen and (max-width: 600px){#mad-movie .inner .guideline h5{font-size:1.3rem;margin-bottom:15px;padding:5px 5px 8px 5px}}#mad-movie .inner .guideline h5 .en{font-size:1.4rem;color:#ff4500;display:block}@media screen and (max-width: 900px){#mad-movie .inner .guideline h5 .en{font-size:1.2rem}}@media screen and (max-width: 600px){#mad-movie .inner .guideline h5 .en{font-size:1rem}}#mad-movie .inner .notes p,#mad-movie .inner .guideline p{line-height:1.5}#mad-movie .inner .notes p.indent,#mad-movie .inner .guideline p.indent{display:block}#mad-movie .inner .notes p .en,#mad-movie .inner .guideline p .en{font-size:1.2rem;color:#999;margin-top:10px}@media screen and (max-width: 600px){#mad-movie .inner .notes p,#mad-movie .inner .guideline p{font-size:1.2rem}#mad-movie .inner .notes p .en,#mad-movie .inner .guideline p .en{font-size:1rem}}.mfp-bg{background:#ac2000;opacity:1 !important}.mfp-container{padding:30px}@media screen and (max-width: 600px){.mfp-container{padding:15px}}button.mfp-close{width:75px !important;height:60px;top:0 !important;right:0 !important;opacity:1;display:block;padding:0 !important;cursor:pointer !important;overflow:hidden;text-indent:120%;white-space:nowrap;position:fixed}@media screen and (max-width: 900px){button.mfp-close{width:65px !important;height:50px}}button.mfp-close:before,button.mfp-close:after{content:"";width:45px;height:4px;background:#000;top:0;bottom:0;left:0;right:0;margin:auto;position:absolute;display:inline-block;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width: 900px){button.mfp-close:before,button.mfp-close:after{width:40px}}button.mfp-close:before{-webkit-transform:rotate(35deg);transform:rotate(35deg)}button.mfp-close:after{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}button.mfp-close:hover:before,button.mfp-close:hover:after{background:#ffe100}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.7}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.popupInner{max-width:800px;margin:auto;padding:40px 0}.popupInner.popupComment{width:100%;max-width:1000px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 900px){.popupInner.popupComment{display:block}}.popupInner.popupComment .photo{width:35%;padding-right:40px}@media screen and (max-width: 900px){.popupInner.popupComment .photo{margin:0 auto 20px auto;padding-right:0}}@media screen and (max-width: 600px){.popupInner.popupComment .photo{width:60%}}.popupInner.popupComment .text{width:65%;background:#000;border:2px solid #fff;padding:40px}@media screen and (max-width: 900px){.popupInner.popupComment .text{width:100%;padding:30px}}@media screen and (max-width: 600px){.popupInner.popupComment .text{padding:20px}}.popupInner.popupComment .text .title{font-weight:900;line-height:1.3;margin-bottom:20px}@media screen and (max-width: 600px){.popupInner.popupComment .text .title{margin-bottom:10px}}.popupInner.popupComment .text .title .part{color:red;background-size:20px;margin-bottom:5px}.popupInner.popupComment .text .title .name{font-size:3.6rem;letter-spacing:.05em;background:url(../images/common/ico_a.svg) no-repeat left top 9px/36px;padding-left:50px}@media screen and (max-width: 900px){.popupInner.popupComment .text .title .name{font-size:3rem;background:url(../images/common/ico_a.svg) no-repeat left top 7px/30px;padding-left:40px}}@media screen and (max-width: 600px){.popupInner.popupComment .text .title .name{font-size:2.6rem;background:url(../images/common/ico_a.svg) no-repeat left top 7px/26px;padding-left:35px}}.popupInner.popupComment .detail p{margin-bottom:10px}.popupInner.popupComment .detail p:last-child{margin-bottom:0}@media screen and (max-width: 600px){.popupInner.popupComment .detail p{font-size:1.2rem}}.popupInner.popupComment.artist{max-width:800px}.popupInner.popupComment.artist .text{width:100%;background:#000;border:2px solid #fff;padding:40px}@media screen and (max-width: 900px){.popupInner.popupComment.artist .text{padding:30px}}@media screen and (max-width: 600px){.popupInner.popupComment.artist .text{padding:20px}}.popupInner.popupComment.artist .text .title{font-size:3rem;font-weight:900;line-height:1.3;letter-spacing:.05em;background:url(../images/common/ico_a.svg) no-repeat left top 7px/30px;border-bottom:2px solid #fff;margin-bottom:20px;padding:0 0 10px 40px}@media screen and (max-width: 600px){.popupInner.popupComment.artist .text .title{font-size:2rem;letter-spacing:0;background:url(../images/common/ico_a.svg) no-repeat left top 3px/22px;margin-bottom:10px;padding-left:30px}}.popupInner.popupQuiz{text-align:center;background:#000;border:3px solid #fff;padding:30px}@media screen and (max-width: 600px){.popupInner.popupQuiz{padding:20px}}.popupInner.popupQuiz.correct{color:#000;background:#ffe100}.popupInner.popupQuiz .image{margin-bottom:10px}.popupInner.popupQuiz .image img{width:25%}@media screen and (max-width: 900px){.popupInner.popupQuiz .image img{width:35%}}@media screen and (max-width: 600px){.popupInner.popupQuiz .image img{width:45%}}.popupInner.popupQuiz .text p{font-size:1.6rem}@media screen and (max-width: 900px){.popupInner.popupQuiz .text p{font-size:1.4rem}}@media screen and (max-width: 600px){.popupInner.popupQuiz .text p{line-height:1.5}}.popupInner.popupQuiz .text p:first-child{font-size:2.4rem;font-weight:700;color:red;display:inline-block}@media screen and (max-width: 600px){.popupInner.popupQuiz .text p:first-child{font-size:2rem;margin-bottom:5px}}