@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
    padding-top: 6.4rem;
    background: #000;
    color: #fff;
}
.modal-header .btn-close {
    color: #fff !important;
}
/* ローダー */
.mask {
	background: #000;
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 99999;
    /*top: -11rem;*/
}
/* 画面全体の設定 */
#loader_wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #000;
}
/* ローディングアニメーションの設定 */
.loader {
	width: 400px;
	height: 400px;
	background: url("images/logo.gif") no-repeat;
    background-size: contain;
	opacity: 1;
	/*animation: blink 10s infinite linear;*/
}
/*@keyframes blink {
	100% {
		opacity: 1;
	}
}*/
/* ローディング終了後 */
.loaded {
	opacity: 0;
	visibility: hidden;
}
a {
	color: #038cde;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
	color: #eb0420;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.img-fluid100 {
    width: 100%;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 5rem 0 0;
}
#menu .menulist {
    list-style: none;
    padding-left: 0;
    margin: 2rem auto 0;
}
#menu .menulist li {
    padding: 15px;
    text-align: center;
}
#menu .menulist li img {
    max-height: 31px;
}
#menu .menulist li.big img {
    max-height: 36px;
}
#sp-icon {
	width: 86px;
	height: 24px;
	position: fixed;
	right: 2rem;
	top: 2rem;
	z-index: 999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span {
	background: url("images/menu/open-menu@4x.png") no-repeat;
	display: inline-block;
	background-size: contain;
    width: 86px;
	height: 24px;
}
.sp-open span {
	background: url("images/menu/open-menu@4x.png") no-repeat;
    display: inline-block;
	background-size: contain;
    width: 86px;
	height: 24px;
}
@media (max-width: 767.98px) {
    #sp-icon {
    	right: 1.5rem;
    	top: 1.25rem;
    }
}
@media (max-width: 575.98px) {
    #menu .menulist {
        margin: 2rem auto 0;
    }
    #menu .menulist li img {
        max-height: 27px;
    }
    #menu .menulist li.big img {
        max-height: 32px;
    }
}
@media (min-width: 992px) {
    #sp-icon {
        display: none;
    }
}
.slogo {
    text-align: center;
    margin: auto;
    padding: 1rem;
}
.slogo img {
    max-height: 80px;
}
.gmenublock {
    max-width: 1340px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.glogo {
    /*position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;*/
    padding: 1rem;
}
.glogo img {
    max-height: 70px;
}
.gmenu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.2rem auto;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
}
.gmenu li {
    position: relative;
    letter-spacing: normal;
}
.gmenu li a,
.gmenu li span {
    padding: 0 15px;
}
.gmenu li span {
    opacity: 0.5;
}
.gmenu li img {
    max-height: 19px;
}
.gmenu li.big img {
    max-height: 24px;
}
.gmenu li:first-child::before {
    content: none;
    margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .gmenu li a {
        padding: 0 10px;
    }
    /*.gmenu li img {
        max-height: 16px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gmenu li a {
        padding: 0 10px;
    }
    .gmenu li img {
        max-height: 14px;
    }
    .gmenu li.big img {
        max-height: 19px;
    }
}
@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }
    .gmenublock,
    .gmenu {
        display: none;
    }
}
.fixed_header {
    display:none;
    width:100vw;
    height: 100px;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    background:rgba(0,0,0,0.9);
    box-shadow: 0px 8px 8px -5px rgba(0,0,0,0.2);
    padding-bottom: 1rem;
}
.fixed_header .glogo {
    background: none;
    padding: 1rem;
}
.fixed_header .glogo img,
.body-2nd .glogo img {
    max-height: 70px;
}
@media (max-width: 991.98px) {
    .fixed_header {
        display:none !important;
    }
}
.topimage {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
}
.topimage span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
.topimage2 {
    margin-bottom: 2rem;
    padding: 5rem 1rem;
    text-align: center;
}
.topimage2 img {
    max-height: 15rem;
    max-width: 100%;
}
.topimage3 {
    margin: 10rem auto 5rem;
    text-align: center;
}
.topimage3 img {
    max-height: 15rem;
    max-width: 100%;
}
.catchblock {
    text-align: center;
    margin: 0 auto 2rem;
}
.btn-inline {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
}
.btn-inline li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}
.btn-inline li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    background: #ED220D;
    padding: 2rem 1rem;
    margin: 0 0.5rem;
    height: 7rem;
}
.btn-inline li a span {
    display: block;
    margin-top: 0.6rem;
}
.btn-inline li a small {
    display: none;
}
.btn-inline li:last-child a {
    background: #0096e0;
}
.btn-inline li a:hover {
    opacity: 0.7;
}
.br-md-none {
    display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-inline li a {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .br-md-none {
        display: none;
    }
    .btn-inline li {
        display: block;
        width: 100%;
    }
    .btn-inline li a {
        font-size: 14px;
        padding: 0.5rem 1rem;
        margin: 0.5rem auto;
        height: auto;
    }
    .btn-inline li a span {
        margin-top: 0rem;
    }
    .btn-inline li a small {
        display: inline-block;
    }
}
.img-title {
    max-height: 36px;
}
.img-band01 {
    max-width: 240px;
}
.img-band02 {
    max-width: 180px;
}
.dl-cast {
    margin: 2rem 0 4rem;
    display: block;
    max-width: 280px;
}
.dl-cast dt {
    text-align: center;
}
.dl-cast dt img {
    max-height: 240px;
}
.dl-cast dd {
}
.dl-cast dd dl {
    line-height: 2;
    width: 192px;
    margin: auto;
    font-size: 18px;
}
.dl-cast dd dl dt {
    float: left;
    width: 6em;
    text-align: right;
    font-weight: normal;
}
.dl-cast dd dl dd {
    margin-left: 6em;
}
.card-cast {
    border: none;
    background: none;
}
.card-cast .card-body {
    background: transparent;
    position: relative;
}
.card-comment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,150,224,0.7);
    padding: 1rem;
}
.card-comment h5 {
    text-align: center;
}
.card-comment p:last-child {
    margin-bottom: 0;
} 
.card-comment h5,
.card-comment p {
    color: #fff;
}
@media (max-width: 767.98px) {
    .card-comment {
    position: static;
    }
}
.mt-45 {
    margin-top: 2rem;
}
.mt-6 {
    margin-top: 6rem;
}
.mt-8 {
    margin-top: 10rem;
}
.brnone-xs {
    display: none;
}
.h-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h-image_fix {
        height: 870px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .h-image_fix {
        height: 860px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h-image_fix {
        height: 760px;
    }
}
@media (max-width: 575.98px) {
    .h-image_fix {
        height: 600px;
    }
    .brnone-xs {
        display: block;
    }
}
.br-xs {
    display: none;
}

@media (max-width: 575.98px) {
    .br-xs {
        display: block;
    }
}
.dl-staff {
    margin: 0.5rem 0;
    font-size: 18px;
}
.dl-staff dt {
    display: inline-block;
    float: left;
    background: rgba(255,255,255,1.0);
    padding: 0.5rem;
    margin-right: 1em;
    color: #000;
}
.dl-staff dd {
    display: inline-block;
    padding: 0.5rem;
}
dl.staff {
	text-align: left;
	margin: 0 auto 2rem;
	width: 472px;
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 15em;
	font-weight: normal;
}
dl.staff dd {
	margin-left:15em;
    /*width: 115px;*/
}
.dl-5 dt {
    float: left;
    width: 5em;
    font-weight: normal;
}
.dl-5 dd {
    margin-left: 5em;
}
.dl-8 dt {
    float: left;
    width: 8em;
    font-weight: normal;
}
.dl-8 dd {
    margin-left: 8em;
}
@media (max-width: 575.98px) {
    .dl-staff {
        font-size: 14px;
    }
    .dl-staff dt {
        padding: 0.3rem;
        margin-right: 0.5em;
    }
    .dl-staff dd {
        padding: 0.3rem;
    }
    .dl-staff dd small {
        font-size: 11px;
    }
	dl.staff {
		text-align: center;
		width: 100%;
	}
	dl.staff dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.staff dd {
		margin-left: 0;
        width: 100%;
	}
    .dl-8 dt {
        float: none;
		width: 100%;
    }
    .dl-8 dd {
        margin-left: 0;
    }
}
.img_slider {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}
.slick-prev::before,
.slick-next::before {
	content: none !important;
}
#arrows {
    display: none;
}
.img_slider li {
    padding: 0 0.5rem;
    position: relative;
}
@media (max-width: 575.98px) {
    .img_slider {
        width: 94%;
        margin: auto;
    }
    .img_slider li {
        padding: 0 0.2rem;
    }
}
.newsbox {
    display: block;
    color: #000;
}
.newsbox dl dt {
    position: relative;
}
.datebox {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: #eb0420;
    padding: 0.05rem 0.5rem 0.2rem;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.newsbox:hover .datebox {
    opacity: 0.7;
}
.newsbox dl dd {
    background: #fff;
    padding: 0.5rem;
    color: #000;
    position: relative;
    font-size: 12px;
}
.newsbox:hover dl dd {
    opacity: 0.7;
}
/*.newsbox dl dd::after {
    content: '';
    background: url("images/ico-more.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}*/
.hr-news {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 0.5rem auto;
    width: 90%;
}
.btn-movie {
    display: inline-block;
    background: #ED220D;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.btn-movie::before {
    content: '';
    background: url("images/menu/logo-w.png") no-repeat;
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-right: 1rem;
}
.btn-movie:hover {
    color: #fff;
    opacity: 0.7;
}
.introbox {
    padding: 1rem 3rem 3rem;
    background: url("images/bg-contact.png") no-repeat center center;
    background-size: cover;
    text-align: center;
}
.introbox h1 {
    margin: 2rem auto;
    text-align: center
}
.introbox h1 img {
    max-height: 200px;
    max-width: 100%;
}
.text-contact {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 1rem 0 0rem;
}
.introbox p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.introbox h4 {
    color: #fff;
}
.btn-comment {
    background: #fff;
    padding: 0.3rem 1.5rem;
    color: #0096e0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    border: 1px solid rgba(0,150,224,0.7);
}
.btn-comment::after {
    content: '';
    background: url("images/ico-more.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0.05rem;
    bottom: 0.1rem;
}
.fixed_footer {
    display:none;
    /*width:100vw;
    position:fixed;
    left:0;
    bottom:0;
    z-index:999;*/
}
.snsblock {
    background: rgba(255,67,202,0.7);
    padding: 2rem;
    margin: 3rem auto 0;
}
.snsblock ul {
    margin: 0 auto 0;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.snsblock ul li {
    display: inline-block;
    margin: 0 1rem;
}
.snsblock ul li:first-child {
    margin: 0 3rem 0 0;
}
.snsblock i {
    font-size: 21px;
    color: #fff;
}
.snsblock a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .snsblock ul li:first-child {
        display: block;
        margin: 0 auto 1rem;
    }
}
.btn-xs {
    background-color: #d70f19 !important;
    padding: 0.1rem 0.3rem;
    font-size: 11px;
    border-radius: 0;
}
.hr-h {
    border-top: 1px dotted rgba(255,255,255,0.6);
    width: 85%;
    margin: 3rem auto;
}
hr {
    margin: 2rem auto;
}
.twittercontents {
    /*border: 2px solid #0096e0;*/
    border-radius: 10px;
    height: 300px;
    overflow: auto;
    margin-bottom: 1rem;
}
.btn-twitter {
    display: inline-block;
    background: #0096e0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.btn-twitter::before {
    content: '';
    background: url("images/menu/logo-w.png") no-repeat;
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-right: 1rem;
}
.btn-twitter:hover {
    color: #fff;
    opacity: 0.7;
}
.maincontents {
    min-height: 920px;
}

.table-stage {
    margin: 1rem auto;
}
.table-stage th,
.table-stage td {
    padding: 0.75rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #5d6164;
    font-size: 14px;
    color: #5d6164;
}
.table-stage td strong {
    color: #0081cc;
}
@media (max-width: 575.98px) {
    .table-stage th,
    .table-stage td {
        padding: 0.75rem 0.2rem;
    }
}
.list-indent,
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
    line-height: 1.8;
}
.list-schedule {
    text-align: center;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.list-schedule li {
    margin: 0 1rem;
    vertical-align: top;
}
.list-schedule li:not(:last-child) {
  margin-right: 3rem;
}
.img-schedule {
    max-height: 480px;
    max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .img-schedule {
        max-height: 468px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-schedule {
        max-height: 380px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .img-schedule {
        max-height: 280px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .list-schedule {
        display: block;
    }
    .list-schedule li {
        margin: 1rem auto;
    }
    .img-schedule {
        max-height: 360px;
    }
}
@media (max-width: 575.98px) {
    .list-schedule {
        display: block;
    }
    .list-schedule li {
        margin: 1rem auto;
    }
    .img-schedule {
        max-height: 320px;
    }
    .ptext {
        font-size: 80%;
    }
}
.table-ticket {
    border-top: 1px solid rgba(255,255,255,0.8);
}
.table-ticket th {
    font-weight: normal;
}
.table-ticket td {
    text-align: right;
}
.table-ticket th,
.table-ticket td {
    color: #fff;
}
.btn-more {
    background: #ffa532;
}
.btn-more:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.specialbox {
    display: block;
    border: 1px solid rgba(0,150,224,0.7);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}
.specialbox p:last-child {
    margin-bottom: 0;
}
h5 .small {
    font-size: 14px;
}
.list-bnr {
    padding-left: 0;
    list-style: none;
    margin-top: 23rem;
}
.list-bnr li {
  display: inline-block;
}
.list-bnr li {
  margin: 0 0.5rem;
}
.list-bnr li img {
    max-height: 80px;
    max-width: 100%;
}
.ticketblock {
    border: 2px solid #0096e0;
    padding: 2rem;
    margin: 2rem auto;
}
.ticketbox {
    border: 1px solid rgba(255,255,255,0.6);
    padding: 1rem;
    text-align: center;
}
.ticketbox p:last-child {
    margin-bottom: 0;
}
.ticketbox2 {
    border: 2px solid #0096e0;
    padding: 1rem;
}
.ticketbox2 p:last-child,
.ticketbox2 ul:last-child {
    margin-bottom: 0;
}
@media (min-width:1200px) {
    .ticketbox {
        padding: 1rem 5rem;
    }
}
.img-game {
    max-height: 120px;
    max-width: 100%;
}
footer {
    margin: 0 auto 1rem;
}
footer .container {
    max-width: 1000px;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff;
}
.h01 {
    background: #A934C5;
    padding: 0.5rem;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.h02 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    background: linear-gradient(180deg,transparent 50%, #ff43ca 100%, #ff43ca 10%);
    text-align: center;
    margin-bottom: 2rem;
}
.h03 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0.5rem 0.5rem;
    background: linear-gradient(180deg,transparent 50%, #ff43ca 100%, #ff43ca 10%);
    margin-bottom: 1rem;
}
.h04 {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 21px;
    font-weight: 700;
}
.h05 {
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 0.5rem;
    position: relative;
    margin-top: 5rem;
}
.h05 span {
    position: absolute;
    right: 0;
}
@media (max-width: 767px) {
    .h05 {
        line-height: 1.5;
    }
    .h05 span {
        position: static;
        display: inherit;
        text-align: right;
    }
}
.h06 {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    display: block;
    padding: 0 0.5rem 0.8rem;
}
.h07 {
    text-align: center;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}
.h08 {
    position: relative;
    display: inline-block;
    padding: 0 105px;
}
.h08::before,
.h08::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: black;
}
.h08::before {
    left:0;
}
.h08::after {
    right: 0;
}
.h09 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    margin: 0 0 2rem 1rem;
}
.h09::before {
    position: absolute;
    content: '';
    bottom: -0.6rem;
    right: 2rem;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
}
.h09::after {
    position: absolute;
    content: "♪";
    bottom: -1rem;
    right: 3rem;
}
.h10 {
    display: inline-block;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.8);
    padding: 0.8rem;
}
.h11 {
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0.5rem;
}
.h12 {
    font-size: calc(1.3rem + 0.3vw);
    margin-bottom: 4rem;
}
.h13 {
    display: inline-block;
    padding: 0 0.3rem 0.5rem;
    border-bottom: 3px solid rgba(0,145,219,1);
}
.btn-special {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 1rem;
    color: #fff !important;
}
.btn-special:hover {
    opacity: 0.7;
    color: #fff;
}
.btn-special.disabled {
    background: #999 !important;
    border: 1px solid #999 !important;
}
.btn-goods {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 2rem 1rem;
    color: #fff !important;
}
.btn-goods:hover {
    opacity: 0.7;
    color: #fff;
}
.btn-goods.disabled {
    background: #999 !important;
    border: 1px solid #999 !important;
}
.img-twitter {
    max-height: 300px;
    max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h09::after {
        right: 2rem;
    }
    .h12 {
        font-size: calc(1.3rem + 0.3vw);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .h09::before {
        right: 0;
    }
    .h09::after {
        right: 0.5rem;
    }
    .h12 {
        font-size: calc(1.3rem + 0.3vw);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h01,
    .h02,
    .h03,
    .h04,
    .h05 {
        font-size: 21px;
    }
    .h09::before {
        right: 4rem;
        width: 200px;
    }
    .h09::after {
        right: 6rem;
    }
    .h12 {
        font-size: calc(1.3rem + 0.3vw);
    }
}
@media (max-width: 575.98px) {
    .h01,
    .h02,
    .h03,
    .h04,
    .h05 {
        font-size: 18px;
    }
    .h12 {
        font-size: calc(1.0rem + 0.6vw);
    }
}
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc > dt {
	cursor: pointer;
	padding: 0 1rem 0.5rem;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 3px;
	position: relative;
}
.faq_acc > dt strong {
    margin-right: 1rem;
    font-size: 28px;
    font-weight: 900;
}
.faq_acc > dd {
	background-color: rgba(0,0,0,0.05);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.0125);
    border-radius: 0.25rem;
	margin: 0px;
	padding: 0.5rem 1.5rem;
    font-size: 14px;
}
.faq_acc > dd strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin: 0 1rem 0.5rem 0;
}
.faq_acc > dd p {
    font-size: 14px;
}
.faq_acc > dd ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #0096e0;
}
.faq_acc > dd a:hover {
	color: #1eb9ee;
}
.borderbox {
    border-bottom: 1px dotted rgba(0,0,0,0.8);
    border-top: 1px dotted rgba(0,0,0,0.8);
    padding: 0.5rem;
    display: inline-block;
}
.text-bg-y {
  background: #ff0;
}
.img-goods {
    border: 3px solid #3b82c7;
    max-width: 100%;
}
.ticketbox .list-indent {
    text-align: left;
    margin: 0 auto 1rem;
}
@media (min-width: 1200px) {
    .ticketbox .list-indent {
        max-width: 880px;
    }
}
.goodsbox {
    max-width: 280px;
    margin: auto;
    text-align: left;
}
@media (max-width: 575.98px) {
    .goodsbox p {
        font-size: 14px;
    }
    .text-h3 {
        font-size: 18px;
    }
}
.img-tv {
    max-width: 100%;
    max-height: 680px;
}
.text-comment {
    width: 100%;
    max-width: 400px;
    margin: 1rem auto;
    text-align: left;
}
.samplebox {
    margin: 1rem 0 6rem;
    max-width: 500px;
}
.samplebox img {
    max-height: 500px;
}
.cautionbox {
    background: #aaa;
    padding: 1rem;
    margin: 1rem auto;
}
.cautionbox p,
.cautionbox h5,
.cautionbox dl {
    color: #000;
}
.cautionbox ul {
    list-style: none;
    padding-left: 0;
}
.cautionbox ul li {
    text-indent: -1em;
    padding-left: 1em;
    color: #000;
}
.cautionbox p:last-child,
.cautionbox ul:last-child,
.cautionbox dl:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .inner {
        max-width: 90%;
        margin: auto;
    }
}
.text-argo {
    color: #0091db;
}
.text-gyro {
    color: #e60021;
}
.faqbox {
    background: rgba(255,255,255,0.5);
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.faqbox p,
.faqbox ul {
    color: #000;
}
.faqbox p:last-child,
.faqbox ul:last-child {
    margin-bottom: 0;
}
.faqbox ul {
    list-style: none;
    padding-left: 0;
}
.faqbox ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-blu-ray {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
    margin: 5rem auto;
}
.list-blu-ray li:first-child {
    display: table-cell;
    width: 45%;
}
.list-blu-ray li:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
}
.list-blu-ray li div {
    margin-left: 4rem;
}
.list-blu-ray li dl {
    margin: 0.5rem 0;
    font-size: 18px;
}
.list-blu-ray li h4 {
    margin-bottom: 1rem;
}
.list-blu-ray li dl dt {
    display: inline-block;
    float: left;
    background: #0091db;
    padding: 0.4rem 0.5rem;
    margin-right: 1em;
    color: #fff;
}
.list-blu-ray li dl dd {
    display: inline-block;
    padding: 0.5rem;
}
@media (max-width: 767.98px) {
    .list-blu-ray {
        display: block;
        margin: 3rem auto;
    }
    .list-blu-ray li:first-child {
        display: block;
        width: 100%;
    }
    .list-blu-ray li:last-child {
        display: block;
        width: 100%;
    }
    .list-blu-ray li div {
        margin-left: 0;
        margin-top: 2rem;
    }
}
.firstbox {
    border: 1px solid rgba(255,255,255,0.5);
    display: block;
    padding: 1rem;
    margin: 0 auto 2rem;
    text-align: center;
}
.orderbox {
    max-width: 400px;
    margin: auto;
}
.btn-first {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 1rem;
    color: #fff !important;
}
.btn-first:hover {
    opacity: 0.7;
    color: #fff;
}
.firstbox p:last-child {
    margin-bottom: 0;
}
.layer_board .card h5,
.layer_board .card p,
.layer_board .card ul {
    color: #000;
}
.text-double {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    text-decoration-style: double;
    text-decoration-skip-ink: none;
    text-underline-offset: -50%;
}
.text-double-b {
    text-decoration: underline;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    text-decoration-style: double;
    text-decoration-skip-ink: none;
    text-underline-offset: -50%;
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #000;
	font-size: 30px;
	opacity: 0.6;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #000;
	opacity: 0.3;
	transition: opacity 1s;
}