@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}#background{width:100%;height:100vh;position:fixed;background-position:center;background-size:cover;top:0;left:0;z-index:-1}header{opacity:0;visibility:hidden;width:100%;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media screen and (max-width: 480px){header{height:50px;position:fixed;top:0;z-index:998;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}}header.banner-fixed,header.is-sticky{opacity:1;visibility:visible}header [data-navicon="button"]{display:inline-block;margin:0 1em;border:none;background:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header [data-navicon="button"]>*{display:block}header [data-navicon="button"]:focus{outline:none}header .navicon{padding:.75rem .375rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}header .navicon__lines{display:inline-block;width:1.5rem;height:.1rem;background:#222;border-radius:.1071428571rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative}header .navicon__lines:after,header .navicon__lines:before{display:inline-block;width:1.5rem;height:.1rem;background:#222;border-radius:.1071428571rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;left:0;content:'';-webkit-transform-origin:.1071428571rem center;-ms-transform-origin:.1071428571rem center;transform-origin:.1071428571rem center}header .navicon__lines:before{top:.375rem}header .navicon__lines:after{top:-.375rem}.is--closed header .navicon__lines{-webkit-transform:scale3d(0.8, 0.8, 0.8);transform:scale3d(0.8, 0.8, 0.8)}header .navicon-x.is--closed .navicon__lines{background:transparent}header .navicon-x.is--closed .navicon__lines:after,header .navicon-x.is--closed .navicon__lines:before{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;top:0;width:1.5rem}header .navicon-x.is--closed .navicon__lines:before{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg)}header .navicon-x.is--closed .navicon__lines:after{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg)}header .logo{position:fixed;left:2%;top:0;height:45px;z-index:999;opacity:0;visibility:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media screen and (max-width: 480px){header .logo{left:5%}}header .logo.is-fixed,header .logo.is-sticky{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;opacity:1;visibility:visible;position:fixed;top:0;bottom:auto}header .logo a{height:50px}header .logo a svg{height:40px;width:100px}header .logo-text{font-size:1.3em;text-align:left}header .icon-menu{display:inherit;cursor:pointer;position:fixed;top:-5px;right:10px;height:50px;width:50px;margin:0;padding:0;z-index:1001}@media screen and (max-width: 480px){header .icon-menu{right:5px}}header .navigation-wrap{display:none}header .navigation-wrap nav{height:100%;margin-top:50px}header .navigation-wrap nav img{width:100%}@media screen and (max-width: 480px){header .navigation-wrap nav img{width:70%;height:100px;display:block;margin:auto}}header .navigation-wrap nav .nav__list{margin:50px 0}@media screen and (max-width: 480px){header .navigation-wrap nav .nav__list{margin:25px 0}}header .navigation-wrap nav .nav__list-item{font-size:2em}@media screen and (max-width: 480px){header .navigation-wrap nav .nav__list-item{font-size:1em}}header .navigation-wrap nav .nav__list-item:hover{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}header .navigation-wrap nav .nav__list-item a{width:100%;height:100%;padding:1em 0;display:inline-block;text-align:center;font-family:'Montserrat', sans-serif;font-weight:bold}header .navigation-wrap nav .social-wrap{padding-left:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .navigation-wrap nav .social-wrap .social{margin-right:2em}header .navigation-wrap nav .social-wrap .social:last-of-type{margin-right:0}header .navigation-wrap nav .social-wrap .social i{font-size:1.5em}header.is-open .navigation-wrap{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;display:block;position:fixed;width:100%;height:100vh;background-color:rgba(0,0,0,0.8);color:#fff;top:0;right:0;z-index:999}@media screen and (max-width: 480px){header .is--closed{background:transparent !important}}header .is--closed .navicon__lines:before,header .is--closed .navicon__lines:after{background:#fff}@media screen and (max-width: 480px){header.is-sticky.is-open .icon-menu .navicon__lines{background:transparent}}.flagnav{text-align:center;width:100%;position:fixed;top:0;z-index:998;opacity:0;visibility:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}@media screen and (max-width: 480px){.flagnav{display:block;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);top:auto;bottom:0}}.flagnav.is-sticky{opacity:1;visibility:visible}@media screen and (max-width: 480px){.flagnav.is-sticky{bottom:0;top:auto}}.flagnav.is-fixed{opacity:1;visibility:visible}@media screen and (max-width: 480px){.flagnav.is-fixed{bottom:0;top:auto}}.flagnav .flagnav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}@media screen and (max-width: 480px){.flagnav .flagnav__list{font-size:0.6em;height:50px}}.flagnav .flagnav__list .flagnav__list-item{width:150px}@media screen and (max-width: 480px){.flagnav .flagnav__list .flagnav__list-item{width:calc(100% / 4)}}.flagnav .flagnav__list .flagnav__list-item a{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:'Montserrat', sans-serif}@media screen and (max-width: 480px){.flagnav .flagnav__list .flagnav__list-item a{display:inherit;height:auto}}.flagnav .flagnav__list .flagnav__list-item a svg{display:none}@media screen and (max-width: 480px){.flagnav .flagnav__list .flagnav__list-item a svg{display:block;width:2em;height:2em;margin:0 auto 5px}}#hero{width:100%;height:100vh}#hero .hero-inner{text-align:center}#hero .hero-inner .icon-logo-bariyoka_horizon{fill:#fff;width:500px;height:170px;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){#hero .hero-inner .icon-logo-bariyoka_horizon{width:90%;height:100px}}#hero .hero-inner .hero-content{color:#fff;margin-top:25px}#hero .hero-inner .hero-content .hero-content-inner{margin-bottom:15px}@media screen and (max-width: 480px){#hero .hero-inner .hero-content .hero-content-inner{font-size:0.8em;width:90%;margin:0 auto 5px}}#hero .hero-inner .hero-content .hero-content-inner .hero-date{text-align:center}#hero .hero-inner .hero-content .hero-content-inner .hero-date .hero-week{letter-spacing:5px}@media screen and (max-width: 480px){#hero .hero-inner .hero-content .hero-content-inner .hero-date .hero-week{letter-spacing:3px}}#hero .hero-inner .hero-content .hero-content-inner .hero-time{font-size:18px;display:block}@media screen and (max-width: 480px){#hero .hero-inner .hero-content .hero-content-inner .hero-time{font-size:10.5px}}#hero .hero-inner .hero-content h2{line-height:1.5;font-weight:normal;padding-bottom:0;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}#hero .hero-inner .hero-content h3{margin:25px 0 0;font-size:2.2em;font-weight:bold;letter-spacing:10px;text-indent:10px;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){#hero .hero-inner .hero-content h3{margin:30px 0 0;font-size:1.5em;letter-spacing:4px;text-indent:4px}}#hero .hero-inner .hero-content .button-wrap{margin-top:30px !important}@media screen and (max-width: 480px){#hero .hero-inner .hero-content .button-wrap{margin-top:20px !important}}#hero .hero-inner .hero-content .button-wrap .button{background-color:#fff;color:#222;padding:1.5em 7em;border-radius:50px;letter-spacing:4px;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){#hero .hero-inner .hero-content .button-wrap .button{padding:1em 3em}}#hero .hero-inner .hero-content .button-wrap .button span{display:block;font-size:0.5em;letter-spacing:2px;margin-top:15px}#news .news-wrap,#page-news .news-wrap{width:600px;margin:auto;color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){#news .news-wrap,#page-news .news-wrap{width:90%}}@media screen and (min-width: 480px) and (max-width: 801px){#news .news-wrap,#page-news .news-wrap{width:80%}}#news .news-wrap .news-content,#page-news .news-wrap .news-content{margin-bottom:25px;display:block}#news .news-wrap .news-content:last-of-type,#page-news .news-wrap .news-content:last-of-type{margin-bottom:0}#news .news-wrap .news-content .news-inner .news-title-wrap,#page-news .news-wrap .news-content .news-inner .news-title-wrap{overflow:hidden}@media screen and (max-width: 480px){#news .news-wrap .news-content .news-inner .news-title-wrap,#page-news .news-wrap .news-content .news-inner .news-title-wrap{display:block}}#news .news-wrap .news-content .news-inner .news-title-wrap .news-date,#page-news .news-wrap .news-content .news-inner .news-title-wrap .news-date{margin-right:25px}#news .news-wrap .news-content .news-inner .news-title-wrap .news-title,#page-news .news-wrap .news-content .news-inner .news-title-wrap .news-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#news .news-wrap .news-content .news-inner .arrow-right,#page-news .news-wrap .news-content .news-inner .arrow-right{padding-left:10px}#news .news-header,#page-news .news-header{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #fff}#news .news-header .news-header-title,#page-news .news-header .news-header-title{font-size:1.3em;padding-bottom:15px;text-align:left;line-height:1.5}#news .news-body,#page-news .news-body{text-align:justify;word-break:break-all}#news .news-body .news-image,#page-news .news-body .news-image{margin-bottom:25px}#news .news-body img,#page-news .news-body img{width:100%;-webkit-filter:unset;filter:unset}#news .news-body a,#page-news .news-body a{text-decoration:underline;display:inline}#news .share-list-wrap,#page-news .share-list-wrap{width:600px;margin:25px auto 0;padding-top:25px;border-top:1px solid #fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222);color:#fff}@media screen and (max-width: 480px){#news .share-list-wrap,#page-news .share-list-wrap{width:90%}}@media screen and (min-width: 480px) and (max-width: 801px){#news .share-list-wrap,#page-news .share-list-wrap{width:80%}}#news .share-list-wrap .share-list,#page-news .share-list-wrap .share-list{margin-right:25px}#news .share-list-wrap .share-list:last-of-type,#page-news .share-list-wrap .share-list:last-of-type{margin-right:0}#artist .artist-contents .artist-content{text-align:center;margin-bottom:100px}#artist .artist-contents .artist-content:last-of-type{margin-bottom:0}#artist .artist-contents .artist-content .artist-date-title{position:relative;display:inline-block;padding:0 45px;margin-bottom:50px;color:#fff;font-size:1.3em;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}#artist .artist-contents .artist-content .artist-date-title:before,#artist .artist-contents .artist-content .artist-date-title:after{content:'';position:absolute;top:50%;display:inline-block;width:22px;height:2px;background-color:#fff;-webkit-transform:rotate(-60deg);transform:rotate(-60deg)}#artist .artist-contents .artist-content .artist-date-title:before{left:0}#artist .artist-contents .artist-content .artist-date-title:after{right:0}#artist .artist-contents .andmore{text-align:center;color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222);font-size:1.3em;margin-top:100px}@media screen and (max-width: 480px){#artist .artist-contents .andmore{font-size:1em;margin-top:50px}}#artist .artist-wrap{width:800px;margin:auto}@media screen and (max-width: 480px){#artist .artist-wrap{width:90%}}@media screen and (min-width: 480px) and (max-width: 801px){#artist .artist-wrap{width:80%}}#artist .artist-wrap:after{content:"";width:calc(100% / 3.5)}#artist .artist-wrap .artist-link{width:calc(100% / 3.5);margin-top:50px}@media screen and (max-width: 600px){#artist .artist-wrap .artist-link{width:47%}}#artist .artist-wrap .artist-link:nth-child(-n+3){margin-top:0}@media screen and (max-width: 600px){#artist .artist-wrap .artist-link:nth-child(-n+3){margin-top:50px}}@media screen and (max-width: 600px){#artist .artist-wrap .artist-link:nth-child(-n+2){margin-top:0}}#artist .artist-wrap .artist-link:hover{opacity:1}#artist .artist-wrap .artist-link:hover .artist-thumbnail-wrap .artist-thumbnail{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}#artist .artist-wrap .artist-link .artist-thumbnail-wrap{position:relative;overflow:hidden}#artist .artist-wrap .artist-link .artist-thumbnail-wrap .artist-thumbnail{width:100%;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}#artist .artist-wrap .artist-link .artist-name{background-color:#fff;text-align:center;height:80px;margin-top:-2px;position:relative;-webkit-perspective:1000px;perspective:1000px}#artist .artist-wrap .artist-link .artist-name .new{left:0;top:0;background-color:yellow}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name .new{font-size:0.6em}}#artist .artist-wrap .artist-link .artist-name .labelspin{position:absolute;padding:5px;font-size:0.8em;font-weight:bold;-webkit-animation:labelspin 5.6s 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;animation:labelspin 5.6s 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite}@keyframes labelspin{0%{-webkit-transform:translate3d(0, 0, 1px) rotateX(0deg);transform:translate3d(0, 0, 1px) rotateX(0deg)}11%{-webkit-transform:translate3d(0, 0, 1px) rotateX(360deg);transform:translate3d(0, 0, 1px) rotateX(360deg)}100%{-webkit-transform:translate3d(0, 0, 1px) rotateX(360deg);transform:translate3d(0, 0, 1px) rotateX(360deg)}}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name{height:70px}}#artist .artist-wrap .artist-link .artist-name svg{height:50px;width:150px}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name svg{width:100px;height:40px}}#artist .artist-wrap .artist-link .artist-name svg.icon-logo-polkadotstingray{height:75px}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name svg.icon-logo-polkadotstingray{width:100px;height:60px}}#artist .artist-wrap .artist-link .artist-name svg.icon-logo-akiyamakiro{width:125px}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name svg.icon-logo-akiyamakiro{width:100px}}#artist .artist-wrap .artist-link .artist-name svg.icon-logo-lampinterren{width:190px}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name svg.icon-logo-lampinterren{width:100px}}@media screen and (min-width: 480px) and (max-width: 801px){#artist .artist-wrap .artist-link .artist-name svg.icon-logo-lampinterren{width:150px}}#artist .artist-wrap .artist-link .artist-name .artist-logoimage{height:75px}@media screen and (max-width: 480px){#artist .artist-wrap .artist-link .artist-name .artist-logoimage{height:60px}}#artist .artist-wrap .artist-link .artist-name .oa{right:0;bottom:0;background-color:#11beae;color:#fff;padding:5px}#artist .note-wrap{color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}#timetable .timetable-wrap{width:800px;margin:auto}@media screen and (max-width: 480px){#timetable .timetable-wrap{width:90%;display:block}}@media screen and (min-width: 480px) and (max-width: 801px){#timetable .timetable-wrap{width:80%}}#timetable .timetable-wrap .timetable-image{width:48%;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){#timetable .timetable-wrap .timetable-image{width:100%}#timetable .timetable-wrap .timetable-image:last-of-type{margin-top:50px}}#ticket{color:#fff}#ticket .ticket-wrap{width:800px;margin:auto}@media screen and (max-width: 480px){#ticket .ticket-wrap{width:90%}}@media screen and (min-width: 480px) and (max-width: 801px){#ticket .ticket-wrap{width:80%}}#ticket .ticket-wrap .ticket-inner{-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}#ticket .ticket-wrap .ticket-inner .ticket-status{padding-bottom:0}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap{margin-top:100px}@media screen and (max-width: 480px){#ticket .ticket-wrap .ticket-inner .ticket-type-wrap{display:block}}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type{text-align:center;width:calc(100% / 2.1)}@media screen and (max-width: 480px){#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type{width:100%;margin-bottom:100px}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type:last-of-type{margin-bottom:0}}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type .ticket-price{display:block;margin-top:1em;font-size:2em;position:relative}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type .ticket-price:before{content:"¥ "}#ticket .ticket-wrap .ticket-inner .ticket-type-wrap .ticket-type .ticket-price .ticket-date{display:block;font-size:0.5em}@media screen and (max-width: 480px){#ticket .ticket-wrap .note-wrap{width:100%}}#ticket .ticket-wrap .playguide-wrap{margin-top:100px}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap:last-of-type{margin-top:25px}}#ticket .ticket-wrap .playguide-wrap .playguide-link{width:45%;height:100px;padding:15px;background-color:#fff;margin-top:25px}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link{width:100%;text-align:center;height:auto;padding:10px}}#ticket .ticket-wrap .playguide-wrap .playguide-link:nth-child(-n+2){margin-top:0}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link:nth-child(-n+2){margin-top:25px}}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link:first-of-type{margin-top:0}}#ticket .ticket-wrap .playguide-wrap .playguide-link svg{width:150px;height:70px}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link svg{height:50px}}#ticket .ticket-wrap .playguide-wrap .playguide-link svg.icon-logo-ltike{width:100px;height:40px}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link svg.icon-logo-ltike{width:40%;height:50px}}#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button{color:#222;font-weight:bold}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button .buy-button-text{text-align:left}}#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button .buy-button-arrow{display:block;margin:30px auto;width:15px;height:15px;border-top:2px solid #000;border-left:2px solid #000;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button .buy-button-arrow{margin:0 auto}}#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button .buy-button-arrow:after{content:"";display:block;width:2px;height:70px;background-color:black;-webkit-transform:rotate(-45deg) translate(24px, 10px);-ms-transform:rotate(-45deg) translate(24px, 10px);transform:rotate(-45deg) translate(24px, 10px);left:0;top:0}@media screen and (max-width: 480px){#ticket .ticket-wrap .playguide-wrap .playguide-link .buy-button .buy-button-arrow:after{height:61px;-webkit-transform:rotate(-45deg) translate(21px, 8px);-ms-transform:rotate(-45deg) translate(21px, 8px);transform:rotate(-45deg) translate(21px, 8px)}}#outline .list{-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222);border-collapse:collapse;width:800px;margin:0 auto;font-size:1em;color:#fff}@media screen and (max-width: 480px){#outline .list{width:90%}}@media screen and (min-width: 480px) and (max-width: 801px){#outline .list{width:80%}}#outline .list tr{border-bottom:1px solid #ddd}#outline .list tr:last-child{border-bottom:none}#outline .list td,#outline .list th{padding:1em 0}@media screen and (max-width: 480px){#outline .list td,#outline .list th{padding:0}}#outline .list td{width:60%;text-align:left}@media screen and (max-width: 480px){#outline .list td{display:block;width:auto;padding:1em 0.5em}}@media screen and (min-width: 480px) and (max-width: 801px){#outline .list td{display:block;width:100%;padding:0 1em 1em}}#outline .list td .icon-icon-eplus{width:25px}#outline .list td.flexbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}@media screen and (max-width: 480px){#outline .list td.flexbox{display:block}}#outline .list td .td-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 480px){#outline .list td .td-list{display:block;margin-bottom:1em}}#outline .list td .td-list:after{content:"/";margin:0 1em}@media screen and (max-width: 480px){#outline .list td .td-list:after{display:none}}#outline .list td .td-list:last-of-type:after{display:none}@media screen and (max-width: 480px){#outline .list td .td-list:last-of-type{margin-bottom:0}}#outline .list td svg{width:100px;height:1em;fill:#fff}#outline .list td a{text-decoration:underline}#outline .list td .note-wrap{margin-top:0.5em;font-size:0.9em;text-align:justify;word-break:break-all}@media screen and (max-width: 480px){#outline .list td .note-wrap{width:100%}}#outline .list td .note-wrap .note{margin-top:0}#outline .list th{text-align:left;width:25%}@media screen and (max-width: 480px){#outline .list th{display:block;border-top:none;border-bottom:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1em}}@media screen and (min-width: 480px) and (max-width: 801px){#outline .list th{display:block;border-top:none;border-bottom:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1em}}#outline .list ul{margin:0;padding:0}@media screen and (max-width: 480px){#outline .list ul li{margin-bottom:1em}#outline .list ul li:last-child{margin-bottom:0}}#outline .list ul li .datetime .time{margin-left:5px;display:inline-block}@media screen and (max-width: 321px){#outline .list ul li .datetime .time{margin-left:2px}}#outline .list ul li .address{margin-left:5px}@media screen and (max-width: 480px){#outline .list ul li .address{margin-left:0}}#outline .list ul li .price-title{display:inline-block;width:35%}@media screen and (max-width: 480px){#outline .list ul li .price-title{width:100%}}@media screen and (min-width: 480px) and (max-width: 600px){#outline .list ul li .price-title{width:40%;vertical-align:top}}@media screen and (max-width: 480px){#outline .list ul li .price-wrap{display:block;margin-top:10px;margin-left:15px}}@media screen and (min-width: 480px) and (max-width: 801px){#outline .list ul li .price-wrap{display:inline-block;margin-bottom:5px}}#outline .list ul li .price-wrap .price-wrap-inner:before{content:"/";margin:0 5px}@media screen and (max-width: 801px){#outline .list ul li .price-wrap .price-wrap-inner:before{display:none}}@media screen and (max-width: 801px){#outline .list ul li .price-wrap .price-wrap-inner{display:block}}#outline .list ul li .price-wrap .price-wrap-inner:first-child:before{display:none}@media screen and (max-width: 480px){#outline .list ul li .price-wrap .price-wrap-inner span{display:inline-block}}#outline .list ul li .price:before{content:"¥ "}@media screen and (max-width: 480px){#outline .list ul li span{display:block}}.social-wrap{position:fixed;left:0;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}@media screen and (max-width: 480px){.social-wrap{position:static;left:auto;top:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.social-wrap .social-list{width:50px;height:50px;color:#fff}@media screen and (max-width: 480px){.social-wrap .social-list{width:40px;height:40px;border-radius:50%;margin-right:25px}.social-wrap .social-list:last-of-type{margin-right:0}}.social-wrap .social-list.social-list-twitter{background-color:#00aced}.social-wrap .social-list.social-list-facebook{background-color:#1877f2}.social-wrap .social-list.social-list-instagram{background-image:-o-linear-gradient(225deg, #1400c8, #b900b4, #f50000);background-image:linear-gradient(-135deg, #1400c8, #b900b4, #f50000)}.social-wrap .social-list i{font-size:1.3em}.sponsor-list-wrap{margin-bottom:100px;color:#fff;text-align:center;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){.sponsor-list-wrap{margin-bottom:50px}}.sponsor-list-wrap .sponsor-list{margin-bottom:50px}.sponsor-list-wrap .sponsor-list:last-of-type{margin-bottom:0}.sponsor-list-wrap .sponsor-list .company{display:inline-block;margin-right:2em;margin-top:25px;vertical-align:middle;width:150px}@media screen and (max-width: 480px){.sponsor-list-wrap .sponsor-list .company{margin:25px auto 0;display:block}}.sponsor-list-wrap .sponsor-list .company.widthauto{width:auto}.sponsor-list-wrap .sponsor-list .company:last-of-type{margin-right:0}@media screen and (max-width: 480px){.sponsor-list-wrap .sponsor-list .company:last-of-type{margin-right:auto}}.sponsor-list-wrap .sponsor-title{color:#fff}.sponsor-list-wrap svg{width:150px;height:50px}.sponsor-list-wrap svg.icon-logo-flaginc{fill:#fcc80e;width:100px;height:50px}#footer{color:#fff;padding:50px 0;text-align:center}@media screen and (max-width: 480px){#footer{padding-bottom:100px}}#footer .copyright{margin:4em 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}#footer .copyright .icon-icon-kyodowest{fill:#fff;width:100px;height:0.9em;margin-left:5px}.archive-wrap{width:100%;text-align:center;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}@media screen and (max-width: 480px){.archive-wrap{margin-top:50px}}.archive-wrap a{display:inline-block}.archive-wrap svg{width:100px;height:30px;fill:#fff}.post-inner{background-color:rgba(255,255,255,0.8);padding:25px !important}.post-inner .postinner-comment:last-of-type{margin-top:25px !important}.post-inner .post-comment{border-color:#222 !important}.post-inner .submit-comment-wrap .submit-comment{background-color:transparent;border-color:#222;border-radius:0 !important}.creatorpage-support-inner{background-color:rgba(255,255,255,0.8)}.creatorpage-support-inner .tab-wrap.tab-active{background-color:#222;color:#fff;border-color:#222}.creatorpage-support-inner .tab_container{background-color:#222;color:#fff;border-color:#222}.page-button-wrap .button{color:#222 !important;-webkit-filter:none !important;filter:none !important}.page-button-wrap .button:hover>.arrow{background-color:#222 !important}.page-button-wrap .button:hover>.arrow:before,.page-button-wrap .button:hover>.arrow:after{background-color:#222 !important}.community-content{background-color:rgba(255,255,255,0.8)}.community-content .community-submit .save{background-color:transparent;border-color:#222;border-radius:0 !important}.community-content .post-comment{border-color:#222 !important}.community-content .submit-comment-wrap .submit-comment{background-color:transparent;border:1px solid #222 !important;border-radius:0 !important}.poweredbyflag{margin:4em 0;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}.poweredbyflag svg{fill:#fff}body{font-family:'Noto Sans JP', sans-serif}body.pined{overflow:hidden;height:100%}body.flag-admin-bar .is-sticky,body.flag-admin-bar .banner-fixed{top:32px !important}@media screen and (max-width: 801px){body.flag-admin-bar header{top:32px !important}}html{-webkit-box-sizing:border-box;box-sizing:border-box}html.pinned{overflow:hidden}*{-webkit-box-sizing:border-box;box-sizing:border-box}h1{font-size:3em;font-weight:bold}h2{font-size:2em;text-align:center;padding-bottom:100px;font-weight:bold}@media screen and (max-width: 801px){h2{font-size:1.5em}}ul{padding:0}p{font-size:0.9em;line-height:1.5;margin:0}@media screen and (max-width: 801px){p{font-size:0.8em}}a{text-decoration:none;color:inherit;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}a:hover{opacity:0.7}.link-underline{text-decoration:underline}i{font-style:normal}.section-wrap{padding:100px 0}.note-wrap{text-align:center;margin-top:100px}@media screen and (max-width: 480px){.note-wrap{text-align:justify;word-break:break-all;font-size:0.9em;width:90%;margin:50px auto 0}}.note{font-size:0.8em;margin-top:1em}@media screen and (max-width: 480px){.note{text-indent:-15px;margin-left:14px}}.note:before{content:"※ "}.button{position:relative}.button a{padding:1em 3em;-webkit-text-decoration:nonsae;text-decoration:nonsae}.button a:hover{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.title-icon{color:#fff;text-align:left;width:90%;margin:auto;padding-bottom:50px}.title-icon i{color:#d85259;margin-right:10px}.button-wrap{display:block;text-align:center;margin-top:100px !important}.button-wrap .button{text-transform:uppercase;display:inline-block;padding:16px 42px;text-decoration:none;position:relative;background-color:transparent;color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222);border:none;cursor:pointer}.button-wrap .button>.arrow{background-color:transparent;content:'';display:block;position:absolute;top:50%;right:50%;border-style:solid;border-width:1px;width:100%;height:100%;z-index:50;will-transform:translate;-webkit-transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);-webkit-transition:right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in;transition:right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in;-o-transition:transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out;transition:transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out;transition:transform 0.5s ease-in, right 0.5s ease-in-out, width 0.4s ease 0.3s, height 0.3s ease 0.3s, border-width 0.4s ease-in-out, background-color 0.2s ease-in, border-color 0.4s ease-in-out, -webkit-transform 0.5s ease-in}.button-wrap .button>.arrow:before,.button-wrap .button>.arrow:after{background-color:transparent;content:'';display:block;height:1px;position:absolute;top:0;right:0;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;-webkit-transition-delay:0;-o-transition-delay:0;transition-delay:0}.button-wrap .button>.arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right}.button-wrap .button>.arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.button-wrap .button>.text{display:block;letter-spacing:2px;position:relative;z-index:100;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;-o-transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out}.button-wrap .button:hover>.arrow{background-color:#fff;height:1px;border-width:0;border-color:transparent;width:25px;right:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);-webkit-transition:right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in;transition:right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in;-o-transition:transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out;transition:transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out;transition:transform 0.5s ease-in, right 0.5s ease 0.2s, width 0.4s ease, height 0.3s ease-in-out, border-width 0.3s ease-in-out, background-color 0.2s ease-in 0.3s, border-color 0.3s ease-in-out, -webkit-transform 0.5s ease-in}.button-wrap .button:hover>.arrow:before,.button-wrap .button:hover>.arrow:after{background-color:#fff;width:8px;-webkit-transition-delay:0.4s;-o-transition-delay:0.4s;transition-delay:0.4s}.button-wrap .button:hover>.arrow:before{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.button-wrap .button:hover>.arrow:after{-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.button-wrap .button:hover>.arrow>.text{-webkit-transform:translateX(-42px);-ms-transform:translateX(-42px);transform:translateX(-42px);-webkit-transition:-webkit-transform 0.4s ease-in-out 0.2s;transition:-webkit-transform 0.4s ease-in-out 0.2s;-o-transition:transform 0.4s ease-in-out 0.2s;transition:transform 0.4s ease-in-out 0.2s;transition:transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s}@media screen and (max-width: 801px){.button-wrap .button{padding:12px 3em}}.button-wrap .button:active,.button-wrap .button:hover{text-decoration:none}.button-wrap .button.outofstock{background-color:#aaa;color:#fff;cursor:default}.note-toolbar{position:relative !important}.amount-inner:before,.amount_result:before{content:"¥ "}.header-title{padding-bottom:0;text-align:left}.regist-message{text-align:center}@media screen and (max-width: 801px){.regist-message{text-align:left}}.number-list{list-style:decimal;padding-left:1em}section{padding:100px 0}section .content-header{color:#fff;-webkit-filter:drop-shadow(1px 1px 1px #222);filter:drop-shadow(1px 1px 1px #222)}.page-content{padding:150px 0}
/*# sourceMappingURL=style.css.map */