/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: 'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #241917;
	background: #aaa;
	line-height:1.5;
	-webkit-font-feature-settings: "palt";
			font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url("../images/bk2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.body_wrap {
	position: relative;
	z-index: 2;
}
.clearfix {
	clear: both;
}
body:before {
	content: "";
	width: 100%;
	height: 70vw;
	background-image: url("../images/bk2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top -3vw center;
	position: absolute;
	left: 0;
	top: 0;
}
body:after {
	content: "";
	width: 100%;
	height: 63vw;
	background-image: url(../images/footer_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 20px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::-moz-selection {
	color: #91a50b;
	background: #f2ff8e;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::-moz-selection {
	color: #81249d;
	background: #f8e0ff;
}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

.underline {
	text-decoration: underline;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	transform: translate(0,30px); 
	-moz-transform: translate(0,30px);
	-webkit-transform: translate(0,30px); 
	-o-transform: translate(0,30px);
	-ms-transform: translate(0,30px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse;
	border-spacing: 0;
	background: #333;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	color: #fff; 
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 5px;
	background: #111;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #111;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::-webkit-input-placeholder{
  color: #aaa;
}
::-moz-placeholder{
  color: #aaa;
}
:-ms-input-placeholder{
  color: #aaa;
}
::-ms-input-placeholder{
  color: #aaa;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
	display: none;
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 200;
	width: 40px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
.header_menubtn p {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 40px;
	height: 30px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: white;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 13px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  -ms-transform: translateY(14px) rotate(-45deg);
	  transform: translateY(14px) rotate(-45deg);
  background: white;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  -ms-transform: translateY(-14px) rotate(45deg);
	  transform: translateY(-14px) rotate(45deg);
  background: white;
}
.area_footer.content {
	display: none;
}






/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_720 {
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
}
.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
}
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu_list .menu_list_box {
	display: block;
	margin-bottom: 30px;
}

.menu_list {
	position: absolute;
	right: -500px;
	left: auto;
	background: whitesmoke;
	width: 80%;
	max-width: 445px;
	padding: 80px 0 100px 30px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-backface-visibility: hidden;
	height: 100%;
	background: black;
	color: #555;
}
.active .menu_list {
	right: 0px;
	left: auto;
	font-size: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}


/* layout_top
-----------------------------------------------------------*/

.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1120 {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_850 {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.newsset {
	overflow: auto;
	height: 310px;
	padding: 0;
	font-size: 1.8rem;
	background: #000000;
}
.newsset i.fa-comment-o {
	-webkit-transform: scale(-1,1);
		-ms-transform: scale(-1,1);
			transform: scale(-1,1);
}
section {
	padding: 80px 0;
	position: relative;
	/* border-top: 1px solid #777; */
}
section.back1 {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-position: center center;
	background: black;
}
.main + section.back1 {
	padding: 40px 0;
}
section.back2 {
	padding: 80px 0;
	background-size: cover;
	background-position: center center;
}
.ttl01 {
	margin-bottom: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 7rem;
	line-height: 1;
}
.ttl02 {
	margin-bottom: 30px;
	font-size: 3.3rem;
	font-weight: bold;
	color: #fff;
}
.ttl03 {
	margin-bottom: 30px;
	font-size: 6.8rem;
	font-weight: bold;
	color: #fff;
}
.ttl03,
.ttl01,
.ttl02 {
	text-align: center;
}
.ttl02 {
	color: white;
}

section.back2 .ttl01 {
	color: white;
}
section.back2 .ttl02 {
	color: white;
}
section.back2 .box {
	color: #555;
}
.sp_only.aligncenter.text80 {
	color: white;
}

.newsset dt {
	float: left;
	font-weight: bold;
	width: 150px;
	margin-bottom: 20px;
	color: #d2bb7f;
}
.newsset dd {
	float: left;
	width: calc(100% - 150px);
	margin-bottom: 25px;
	color: white;
}
.newsset dd a {
	color: #d2bb7f;
	text-decoration: underline;
}
.newsset dd a:hover {
	opacity: .7;
}
.newsset_title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.detail_set {
	overflow: hidden;
	font-size: 1.7rem;
}
.ticket_content dt,
.detail_set dt {
	float: left;
	font-weight: bold;
	width: 15%;
}
.ticket_content dd,
.detail_set dd {
	float: left;
	width: 85%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #333;
}

.wrap_sold_out {
	background: url(../images/thankyou_sold_out_back.png) no-repeat;
	background-size: cover;
	height: 94%;
	position: absolute;
	z-index: 1;
}
.wrap_sold_out img {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 500px;
}
.cover_tbl {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-collapse: collapse;
}
table.ticket_list {
	width: 100%;
	margin-bottom: 10px;
	font-size: 90%;
	border-top: 0;
	border-left: 0;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
	font-size: 1.5rem;
	color: white;
}
.ticket_list td {
	padding: 15px;
	background: #272727;
	color: white;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.ticket_list .ticketfee {
	text-align: center;
}
.ticket_list .ticketfee span {
	font-size: 150%;
	font-weight: bold;
}
.ticket_list thead th {
	background: #353535;
	color: white;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.campaign span, .ticket_list .pageant span {
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
}
.ticket_content {
/*     background: white; */
	padding: 30px;
}
.ticket_content_title {
	margin: 0;
	text-align: center;
	background: #000000;
	border-bottom: none;
	padding: 20px 20px 15px;
	max-width: 700px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	border: 1px solid white;
}
.box .ticket_content_title {
	background: #5d5d5d;
}
.ticket_content01 {
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 35px 20px 30px;
	background: white;
}
.btn04,
.btn01,
a.btn03,
a.btn02,
a.btn01 {
	display: block;
	background: #a5893e;
	text-align: center;
	padding: 15px 40px;
	color: white;
	max-width: 400px;
	margin: 0 auto;
	width: 80%;
	transition: .25s;
	position: relative;
}
.btn01:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 6px;
	background: url("../images/arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.btn04 {
	background: #a1a1a1;
	font-size: 100%;
	box-shadow: none;
}
a.btn03 {
	background: #333;
	border: 1px solid #555;
}
a.btn01:hover,
a.btn03:hover,
a.btn02:hover,
a.btn01:hover {
	background: rgba(165, 137, 62, .8);
}
.btn_wrap {
	justify-content: center;
}
.btn_wrap > div {
	width: 49%;
}
.btn_wrap .btn01 {
	max-width: initial;
	width: 95%;
}
.kikan {
	text-align: center;
	margin-bottom: 0;
}
.kikan span {
	font-weight: bold;
}

.column1 {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}
.artist_wrap {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.artist_wrap:after {
	content: "";
	width: 31%;
}
.artist_wrap > li {
	width: 31%;
	position: relative;
}
.andmore_text {
	text-align: left;
	position: static;
	bottom: 30px;
	font-size: 1.1rem;
}
.artist_wrap li a {
	display: block;
}
.artist_wrap li a img {
	margin-bottom: 10px;
}
.artist_wrap li a p {
	text-align: center;
}
.inline_content {
	max-width: 960px;
	margin: 0 auto;
	height: 500px;
	overflow-y: scroll;
}
.inline_content {
	padding: 30px;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.inline_content > div {
	width: 48%;
}
.icon_img_wrap {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 0 auto;
	width: 100%;
}
.icon_img {
	display: block;
	width: 32px;
	padding: 10px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.icon_img:hover {
	background: #10246a;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.inline_content_text {
	color: white;
	padding: 10px;
}

.area_footer_logo {
	margin: 0 auto 30px;
	width: 100px;
	text-align: center;
}
.area_footer_logo_list {
	display: none;
}
.area_footer_logo_list li {
	display: inline-block;
	margin: 0 15px;
	margin-bottom: 10px;
}
.area_footer_logo_list li img {
	width: 60px;
}
.copyright {
	clear: both;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: white;
	font-size: 1.1rem;
}
.area_footer .copyright {
	display: none;
}
.area_footer {
	width: 100%;
	padding: 40vw 0 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
/* .area_footer:before {
	content: "";
	width: 100%;
	height: 25vw;
	background-image: url(../images/footer_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
} */

.twitter_block {
	overflow: auto;
	height: 500px;
	margin: 0 auto;
	border: 1px solid #dee1ee;
}
.ttl05 {
	border: 1px solid black;
	margin: 0 auto;
	padding: 4px 0;
	margin-bottom: 40px;
	background: black;
	color: white;
	text-align: center;
	font-size: 18px;
	border-radius: 0;
	width: 100%;
}
a.btn02 {
	max-width: 230px;
	padding: 10px;
}
.swapimg:hover {
	-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
			transform: scale(1.03);
	opacity: 0.8;
}
.swapimg {
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	-o-transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
	opacity: 1;
}

.pc_hide {
	display: none;
}
.area_global {
	position: fixed;
	top: 0;
	z-index: 98;
	width: 100%;
	background: black;
}
.logo {
	margin-bottom: 59px;
	width: 64px;
}
.logo a {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
}
.logo_img,
.logo_w_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.logo_img {
	opacity: 1;
	visibility: visible;
}
.logo_w_img {
	opacity: 0;
	visibility: hidden;
}
.mv_nav.is-scrolled .logo_img {
	visibility: hidden;
	opacity: 0;
}
.mv_nav.is-scrolled .logo_w_img {
	visibility: visible;
	opacity: 1;
}
.mv_nav.is-scrolled li a {
	color: #fff;
}

.logo img {
	width: 64px;
}
.nav {
	float: right;
	padding: 30px 0;
}
.nav li {
	display: inline;
}
.nav li a {
	display: inline-block;
	padding: 0 15px;
	color: white;
	font-weight: 900;
	font-size: 1.4rem;
	letter-spacing: .2em;
}
.nav li a:hover {
	opacity: 0.3;
}

.pagescroll_point {
	padding-top: 0;
	margin-top: 0;
}
.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
}
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu_list .menu_list_box a {
	font-size: 2.5rem;
	padding: 5px 0;
	display: block;
	color: white;
	position: relative;
	font-weight: 900;
}
.menu_list .menu_list_box a i {
	margin-left: 5px;
	font-size: 1.3rem;
}
.menu_list .menu_list_box:nth-child(even) a:before,
.menu_list .menu_list_box:nth-child(odd) a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 18px;
	width: 15px;
	height: 15px;
	/* background: url(../images/gara1.svg) no-repeat;
	background-size: contain; */
}
/*
.menu_list .menu_list_box:nth-child(even) a:before {
	background: url(../images/gara2.svg) no-repeat;
	background-size: contain;	
}
*/
.menu_list .menu_list_box a span {
	position: absolute;
	right: 20px;
	top: 24px;
	font-size: 1.2rem;
}

.active .menu_list {
	right: 0px;
	left: auto;
	font-size: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.snsbar {
	padding: 10px 0;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 50px;
	background: rgba(238, 238, 238, 0.9);
}
.snsbar ul {
	margin: 0 auto;
	width: 50%;
}
.snsbar li {
	margin: 0 0 5px;
	font-size: 200%;
	text-align: center;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.snsbar li:hover {
	-webkit-transform: scale(1.18);
		-ms-transform: scale(1.18);
			transform: scale(1.18);
	opacity: 0.7;
}
.snsbar li a {
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.snsbar_count {
	text-align: center;
	font-size: 70%;
}
.snsbar li.snsbar_ttl {
	font-size: 12px;
	color: #3d3d3d;
}
.snsbar li a .fa-x-twitter {
	color: #111;
}
.access {
	margin-bottom: 20px;
}
.access li {
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
}
.access li:before {
	content: "・";
	position: absolute;
	left: 0;	
}
iframe {
	width: 100%;
	height: 400px;
	border: 0;
}

.fa-facebook {
	color: #315096
}
.fa-google-plus-square {
	color: #dd4b39
}
.fa-twitter {
	color: #55acee
}
.fa-get-pocket {
	color: #f03e51
}
.fa-line {
	color: #00c300
}
.fa-instagram {
	color: #00c300
}

.info_box {
	justify-content: space-between;
}
.insta_btn {
	display: inline-block;
	text-align: center;
	color: #2e6ca5;
	text-decoration: none;
	width: 25px;
	height: 30px;
}
.insta_btn:hover {
	color:#668ad8;
	transition: .5s;
}

.insta_btn .insta {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 5px;
}

.insta_btn .insta:before{
	content: '';
	position: absolute;
	top: 13px;
	left: -18px;
	width: 60px;
	height: 60px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.insta_btn .fa-instagram {
	color: #FFF;
	position: relative;
	z-index: 2;
	display: block;
	line-height: 1.25;
	font-size: 2.4rem;
}

.info_box > div {
	width: 49%;
}

.contnt_title2 {
	text-align: center;
	background: black;
	font-size: 1.75rem;
	padding: 5px;
	color: white;
}
.timeline-Widget {
 border-radius:0 !important;	
}

.footer_box_wrap {
	padding: 40px 0;
}
.footer_box_wrap p {
	text-align: center;
	background: black;
	color: white;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ticket_list_end td, .ticket_list .ticket_list_end .pageant span {
	text-decoration: line-through;
	background: #e6e6e6;
}

.artist_wrap > li a:hover .new_artist {
	background: rgba(206, 18, 18, 0.85);
	width: 43px;
	height: 43px;
	top: -14px;
	right: -14px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new_artist {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
	background: #f80000;
	color: white;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}
.new_artist span {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	line-height: 1;
}
.icon_img_text {
	color: white;
	display: inline-block;
	width: 100%;
}
.ticket_wrap {
	border: 1px solid white;
	padding: 15px;
	line-height: 1.35;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
	background: black;
	color: white;
}
.kyosanbanner {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.kyosanbanner li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.kyosanbanner li p {
	margin-bottom: 0;
	margin-right: 5px;
}
.kyosanbanner li:last-child {
	margin-right: 0;
}
.kyosanbanner li a {
	display: block;
	max-width: 190px;
	width: 100%;
}
.kyosanbanner li a:hover {
	opacity: .75;
}
.kyosanbanner li a img {
	width: 100%;
}
.text_footer {
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.b_tvn020_jtb {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}
.b_tvn020_jtb img {
	width: 100%;
}

.jtb_box_title {
	background: black;
	color: white;
	padding: 5px;
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 0;
}
.jtb_box {
	border: 1px solid #333;
	text-align: center;
	margin-bottom: 20px;
}
.jtb_box2 {
	padding: 20px;
	background: white;
}
.jtb_box2 p {
	margin-bottom: 0;
	line-height: 1.35;
}
.jtb_box2 p.day {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.jtb_box2 p.text {
	font-size: 1.7rem;
	font-weight: bold;
}
.jtb_box2 p.day:only-child {
	margin-bottom: 0;
}

.info2box {
	padding: 50px;
	background: #ffffff;
/* 	border: 1px solid #444; */
	margin-bottom: 50px;
		overflow: hidden;
}
p.info2box_title2,
p.info2box_title {
	text-align: center;
	background: red;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.75rem;
	line-height: 1.5;
}
p.info2box_text1 {
	color: red;
	font-weight: bold;
	margin-bottom: 50px;
}
p.info2box_title2 {
	background: black;
}
.info2box a {
	text-decoration: underline;
	font-weight: bold;
}
.info2box dt {
	text-decoration: underline;
	font-weight: bold;
}
.timetable {
	border-collapse: collapse;
}

table.timetable {
	width: 100%;
	font-weight: 400;
	font-size: 87%;
	background: #272727;
	border-top: 0;
	border-left: 0;
}
.timetable td,
.timetable th {
	vertical-align: middle;
	border-right: 0;
	border-bottom: 0;
	color: white;
	padding: 10px 12px;
	border-bottom: 1px solid #000000;
}
.timetable thead th {
	background: #353535;
	color: white;
	text-align: center;
	font-weight: 400;
}
/* .timetable tbody tr:nth-child(even) {
	background: white;
}	 */
.timetable td .timetable_sat {
	color: #57a8ff;
}
.timetable td .timetable_sun {
	color: #ff5757;
}
.timetable a {
	text-decoration: underline;
}
.streming_title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #333333;
	padding-bottom: 5px;
}

.animated { 	
	-webkit-animation-duration:1s;	
	animation-duration:1s;	
	-webkit-animation-fill-mode:both;	
	animation-fill-mode:both	
}	
.effect_fadein.bounceIn {
	transform: none;
}
.effect_def.bounceIn {	
	-webkit-animation-duration: 0.75s;	
	animation-duration: 0.75s;	
	-webkit-animation-name: bounceIn;	
	animation-name: bounceIn;
	transform: none;
}

@keyframes bounceIn {	
	0% { transform: translateY(0px) rotateZ(0deg);
		opacity: 0;
	 }
	  30% { transform: translateY(-10px) rotateZ(2deg); }
	  35% { transform: translateY(-10px) rotateZ(-7deg); }
	  45% { transform: translateY(-10px) rotateZ(7deg); }
	  55% { transform: translateY(-10px) rotateZ(-7deg); }
	  65% { transform: translateY(-10px) rotateZ(7deg); }
	  70% { transform: translateY(-10px) rotateZ(2deg); }
	  100% { transform: translateY(0px) rotateZ(0deg);
		  opacity: 1;
	   }
}	
.main {
	position: relative;
	width: 100%;
	height: 55vw;
	text-align: center;
}
.main_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
  width: 80%;
  max-width: 560px;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -45%);
  filter: drop-shadow(0 0 9px black);
}
.main_title {
	margin: 0 auto;
	color: #fff;
	font-size: 4rem;
	letter-spacing: .2em;
	max-width: 460px;
	width: 100%;
}
.main_title span {
	display: block;
	font-size: 2.4rem;
}


.schedule_list li {
	background: rgb(255 255 255 / 35%);
	padding: 30px;
	width: 100%;
}
.back2 .schedule_list li {
	background: rgb(36 25 21 / 5%);
}
.schedule_list li:nth-child(even) {
	background: rgb(255 255 255 / 70%);
}
.back2 .schedule_list li:nth-child(even) {
	background: rgb(255 255 255 / 20%);
}
.schedule_list dl {
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}
.schedule_list li dt {
	font-size: 4rem;
	font-weight: bold;
	width: 30%;
}
.schedule_list li dt span {
	font-size: 3rem;
}
.schedule_list li dt span.week {
	padding: 4px 5px;
	background: #231a18;
	color: white;
	font-size: 40%;
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -5px;
	
	background: #231a18;
	background: linear-gradient(135deg, transparent 3px, #231a18 0) top left,
	linear-gradient(-135deg, transparent 3px, #231a18 0) top right,
	linear-gradient(-45deg, transparent 3px, #231a18 0) bottom right,
	linear-gradient(45deg, transparent 3px, #231a18 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}
.schedule_list li dd {
	width: 70%;
}
.schedule_list_title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #f39800;
	line-height: 1.25;
	margin-bottom: 3px;
}
.back2 .schedule_list_title {
	color: #f39800;
}
.schedule_list_kaijo {
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.25;
}
.schedule_list_open,
.schedule_list_contact {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.schedule_list_open {
	width: 150px;
}
.schedule_list_contact {
	width: calc(100% - 150px);
}
.schedule_list_contact:only-child {
	width: 100%;
}
.schedule_list_contact a {
	text-decoration: underline;
}
.schedule_list_wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.schedule_list {
/* 	margin-bottom: 100px; */
}
a.textlink {
	font-weight: bold;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 10px;
	background: #f39800;
	color: #241917;
	width: 100%;
	max-width: 300px;
	text-align: center;
	box-shadow: 3px 3px 0px black;
}
.back2 a.textlink {
	background: #e1413e;
	color: white;
}
a.textlink:hover {
	background: #383838;
	color: white;
}
.title01 {
	font-size: 2rem;
	color: #2165c2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.title01.c_000 {
	font-size: 2.3rem;
	color: #000;
}
.title02 {
	margin-bottom: 20px;
	color: black;
	font-weight: bold;
	text-align: center;
}
.streming_title {
	color: white;
	border-bottom: 1px solid white;
}
.streming_title + p {
	color: white;
}
.streming_title + p + p {
	color: white;
}

.back2 .streming_title {
	color: inherit;
	border-bottom: 1px solid black;
}
.back2 .streming_title + p {
	color: inherit;
}
.back2 .streming_title + p + p {
	color: inherit;
}



.guideline_box {
	background: white;
	padding: 50px;
}
.guideline_title {
	background: black;
	text-align: center;
	color: white;
	font-size: 1.6rem;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 40px;
}
.guideline_box_title {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
}
.guideline_box_title2 {
	font-size: 1.7rem;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.guideline_list {
	margin-bottom: 20px;
}
.guideline_list li {
	font-size: 1.5rem;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.guideline_list li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.guideline_list.number {
	counter-reset: count 0;
}
.guideline_list.number > li {
	padding-left: 20px;
}
.guideline_list.number > li:before {
	content: "("counter(count)")";
	counter-increment: count 1;
}
.cocoa {
	display: block;
	width: 100%;
	max-width: 400px;
}
.cocoa:hover {
	opacity: .75;
}
.download_box {
	justify-content: space-between;
	margin-bottom: 30px;
	max-width: 500px;
	width: 100%;
}
.download_box li {
	display: inline-block;
	width: 48%;
}
.guideline_box_title3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.campaign_list {
	background: white;
}
.campaign_list li {
	text-align: left;
	padding: 20px;
}
.campaign_list li > p {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 3px;
	line-height: 1.35;
	padding-left: 20px;
}
.campaign_list li p:only-child {
	margin-bottom: 0;
}
.campaign_list li > p:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
}
.campaign_list li:nth-child(odd) {
	background: #f5f5f5;
}
.campaign_list li span {
	font-size: 1.5rem;
	font-weight: normal;
}
.kaihoshi_wrap {
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 500px;
	width: 100%;
}
.kaihoshi {
	width: 48%;
	box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}
.ticket_goods {
	max-width: 500px;
	width: 100%;
	display: block;
	margin-top: 5px;
}
.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 18px;
	text-align: center;
	color: #000000;
	background: rgba(255, 255, 255, 0.7);
}
.itembox {
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item_bunsoko {
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 10px;
}
.item_sticker {
	display: inline-block;
}
.itembox p {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 0;
	font-weight: bold;
}
.itembox img {
	margin-bottom: 10px;
}
.itembox img {
	width: auto;
	max-height: 250px;
}
.item_sticker img {
	width: auto;
	max-height: 250px;
}
.info2box_wrap {
	cursor: pointer;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-right: 30px;
	background: red;
	transition: .25s;
}
.info2box_wrap:hover {
	background: #d00505;
}
p.info2box_title {
	transition: .25s;
}
.info2box_wrap:hover p.info2box_title {
	background: #d00505;
	cursor: pointer;
}
.info2box_wrap:before {
	content: "";
	width: 13px;
	height: 11px;
	position: absolute;
	left: auto;
	right: 20px;
	top: 50%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	transform: translate(0, -50%);
	transition: .25s;
}
.switchselected.info2box_wrap:before {
	transform: translate(0, -50%) rotate(-180deg);
}
.box {
	width: 100%;
	padding: 20px;
	background: #272727;
	color: white;
	position: relative;
}

.advpay_btn {
	display: block;
	text-align: center;
	position: relative;
	display: block;
	padding: 10px 20px;
	transition: all 0.3s;
	background: black;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	color: white;
	border-radius: 0.5rem;
	font-weight: bold;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	color: white;
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}

.timetable tbody tr.discontinued {
	background: #c8c8c8;
	color: #c8c8c8;
	position: relative;
}
.timetable tbody tr.discontinued td:after {
	content: "";
	/* background: url(https://okinawa.orangerange.com/tour024/images/thankyou_sold_out_back.png) repeat-y; */
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: .75;
	pointer-events: none;
}
.timetable tbody tr.discontinued td {
	position: relative;
}
.timetable tbody tr.discontinued td:first-child:before {
	content: "中止";
	display: inline-block;
	position: absolute;
	background: #791818;
	color: white;
	left: 0;
	top: 0;
	padding: 3px 5px;
	line-height: 1;
	font-size: 11px;
	font-weight: bold;
}
.timetable tbody tr.discontinued td,
.timetable tbody tr.discontinued a {
	color: white;
}
.timetable tbody tr.discontinued:nth-child(even) {
	background: #3d2121;
}
.timetable tbody tr.sold_out {
	background: #f4ecf0;
	position: relative;
}
.timetable tbody tr.sold_out td:first-child:before {
	content: "SOLD OUT";
	display: inline-block;
	position: absolute;
	background: #2165c2;
	color: white;
	left: 0;
	top: 0;
	padding: 3px 5px;
	line-height: 1;
	font-size: 11px;
	font-weight: bold;
}
.timetable tbody tr.sold_out td {
	position: relative;
}
.line_div {
	border-bottom: 2px dotted white;
	margin-bottom: 20px;
}
.main_title_text {
	text-align: center;
	font-size: 2.5rem;
	color: white;
	font-weight: 600;
	margin-bottom: 0;
}
.timetable tbody tr.addition td {
	position: relative;
}
.timetable tbody tr.addition td:first-child:before {
	content: "追加公演";
	display: inline-block;
	position: absolute;
	background: #2165c2;
	color: white;
	left: 0;
	top: 0;
	padding: 3px 5px;
	line-height: 1;
	font-size: 11px;
	font-weight: bold;
}
.btn05 {
	display: block;
	background: #ed7eac;
	text-align: center;
	padding: 25px;
	border-radius: 5px;
	color: white;
	max-width: 800px;
	margin: 0 auto;
	width: 90%;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	border: 1px solid white;
}
.btn05:hover {
	color: white;
	background: #555;
}
.accordion_head {
	cursor: pointer;
}
.accordion_head.info2box_title:hover {
	background: #b60000;
}
.max-width300px {
	width: 100%;
	max-width: 300px;
	display: block;
}
.youtubebox {
	justify-content: space-between;
}
.youtubebox > div {
	width: 49%;
	margin-bottom: 20px;
}
.youtubebox iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	margin-bottom: 10px;
}
.youtubebox p {
	font-size: 1.4rem;
	color: white;
	margin-bottom: 10px;
}
.disco_box {
	justify-content: space-between;
	padding: 30px;
	background: #1a1a1a;
}
.disco_box > div {
	width: 49%;
	margin-bottom: 0;
}
.disco_box .disco_box_img_wrap,
.disco_box > div a > div {
	display: block;
	padding-top: 100%;
	background: #2f2f2f;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 1;
}
.disco_box .disco_box_img,
.disco_box > div a {
	position: relative;
	display: block;
}
.disco_box .disco_box_span,
.disco_box > div a > span {
	border-radius: 30px;
	border: 1px solid white;
	background: black;
	padding: 5px 10px;
	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	z-index: 3;
	white-space: nowrap;
	color: white;
}
.disco_box > div a:hover {
	opacity: .75;
}
.disco_box > div a:hover > span {
	z-index: 3;
	position: absolute;
}
.disco_box > div a:hover img {
	transform: translate(-50%,-50%) scale(1.05);
}
.disco_box > div img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .25s;
}
.disco_box_title {
	text-align: center;
	color: white;
	margin-bottom: 0;
}
.box_ticket {
	padding: 20px;
	background: white;
	margin-bottom: 10px;
	position: relative;
}
.box div.box_ticket {
margin: 0 0 20px;
border: 1px solid #777;
}
.box div.box_ticket .ttl {
margin: 0;
padding: 5px;
background: #333;
color: white;
font-size: 120%;
text-align: center;
}
.box div.box_ticket .inner {
padding: 30px;
background: #222;
}
.box div.box_ticket .btn {
padding-top: 20px;
text-align: center;
}
.box div.box_ticket .btn li {
display: inline;
}
.btn01,
.box div.box_ticket .btn input[type="submit"],
.box div.box_ticket .btn a {
margin: 0 auto;
display: inline-block;
margin: 0 auto;
margin-bottom: 5px;
padding:  10px 20px;
color: #fff;
transition: .2s;
}
.box div.box_ticket .btn input[type="submit"]:hover,
.box div.box_ticket .btn a:hover {
background: #fff;
border: 1px solid #fff;
color: #111
}

.mv_nav {
  position: fixed;
  top: 32px;
  left: 40px;
  z-index: 2;
}
.mv_nav li {
  margin: 0 0 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.mv_nav li:last-child {
  margin: 0;
}
.mv_nav li a {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.mv_nav li a span {
  display: block;
  font-weight: 600;
  font-size: 3.3rem;
}
.mv_nav li a span label.icon_window {
  padding-right: 20px;
  background: url(../images/icon_window_wh.svg) no-repeat right 12px;
  background-size: 12px;
}
.mv_nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0,-50%);
  opacity: 0;
  width: 8px;
  height: 14px;
  transition: all 0.3s ease;
  background: url(../images/icon_arr01.svg) no-repeat left center;
  background-size: 8px 14px;
}
.is-scrolled.mv_nav li a::before {
	background: url(../images/icon_arr01_wh.svg) no-repeat left center;
	background-size: 8px 14px;
}
.mv_nav li a:hover::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0,-50%);
  opacity: 1;
}
.mv_nav li:hover {
  margin-left: 20px;
}

.logo_25th {
	width: 414px;
	height: 264px;
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translate(-50%,0);
}
.main_copyright_box {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	padding-bottom: 70px;
	z-index: 3;
}
.main_sns_link {
	display: flex;
	gap: 20px;
	align-items: center;
}
.area_footer .main_sns_link {
	display: none;
}
.main_sns_link li a {
	display: block;
}
.main_sns_link li a:hover {
	transform: scale(1.1);
}
.main_copyright {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}
.i_youtube {
	width: 23px;
}
.i_line {
	width: 22px;
}
.i_x {
	width: 20px;
}
.i_insta {
	width: 19px;
}
.i_face {
	width: 13px;
}
.i_ticktok {
	width: 19px;
}
.box_release {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  width: 100%;
  margin: 0 0 100px;
}
.box_release:last-child {
	margin-bottom: 0;
}
.box_release .pic {
  width: 44%;
}
.box_release .txt {
  width: 51%;
}
.box_release .txt .btn01 {
	margin: 0;
}
.ttl_release {
  margin: 0 0 20px;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
}
.ttl_release_day {
	color: white;
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: bold;
}
.ttl_release_sub {
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	padding: 3px 10px;
	border: 1px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.btn_release {
  margin-top: 30px;
}
.btn_release a {
  padding: 10px 30px;
  border: 1px solid #fff;
  font-size: 1.4rem;
}
.btn_release a:hover {
  border: 1px solid #eccb5b;
  color: #111;
  background: #eccb5b;
}
.btn_release a i {
  margin-left: 10px;
}
.pop_up_title {
	font-weight: bold;
	font-size: 2.8rem;
	color: #fff;
	margin-bottom: 40px;
}
.pop_up_text {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 60px;
}
.pop_up_text a {
	text-decoration: underline;
}

#splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: opacity 0.8s ease;
}
#op-video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
#skip-btn {
	/* 1. fixedに変更して画面全体に対して配置する */
	position: fixed; 
	
	/* 2. box_soundと同じ高さにする */
	bottom: 42px; 
	
	/* 3. 真ん中配置 */
	left: 50%;
	transform: translate(-50%, 0);

	/* 4. Safariで「動画より前」に強制的に出す設定 */
	z-index: 100000; 
	-webkit-transform: translate(-50%, 0) translateZ(100px); 
	
	/* --- 以下、デザイン設定 --- */
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 17px;
	padding: 7px 23px 7px 28px;
	cursor: pointer;
	font-size: 1.4rem;
	display: block;
	line-height: 1;
}
#skip-btn:before {
	content: "";
	width: 5px;
	height: 11px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/icon_arr01_wh.svg) no-repeat left center;
	background-size: contain;
}
#skip-btn:hover {
	background: rgba(255, 255, 255, 0.5);
}
.is-hide {
	opacity: 0;
	pointer-events: none;
}

.box_sound {
	position: fixed;
	bottom: 42px;
	left: 43px;
}
.btn_sound {
	display: inline-block;
	width: 100px;
	height: 25px;
	background: url(../images/sound_off.svg)no-repeat center center;
	background-size: 100px;
}
.btn_sound.is-on {
	display: inline-block;
	width: 100px;
	height: 25px;
	background: url(../images/sound_on.svg)no-repeat center center;
	background-size: 100px;
}


.youtube_wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 50px;
}
.youtube_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}
.wrap_1120 {
	width: 94%;
	margin: 0 auto;
}
.area_footer li a {
	font-size: 1.1rem;
	letter-spacing: 2px;
}
section {
	padding: 70px 0;
}
.mv_nav li a span {
	font-size: 2.3rem;
}
.ttl01 {
	font-size: 5rem;
	margin-bottom: 50px;
}

}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.wrap_850 {
	width: 94%;
	margin: 0 auto;
}



}


@media screen and (max-width: 768px) {

body {
}
body:before {
	height: 120vw;
}
body:after {
	bottom: 6vw;
}
.header_menubtn {
	display: block;
}
.area_global .nav {
	display: none;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none!important;
}

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.logo_wrap img {
	max-width: 400px;
	margin-bottom: 30px;
}
.logo_wrap {
	margin: 90px auto 70px;
}
.ticket_content dt, .ticket_content dd, .newsset dt, .detail_set dt, .newsset dd, .detail_set dd {
	width: 100%;
}
.cover_tbl {
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
table.ticket_list {
	font-size: 1.15rem;
}
.ttl01 {
	font-size: 3.8rem;
}
.ttl02 {
	font-size: 1.75rem;
	margin-bottom: 20px;
}
.ticket_content dd, .detail_set dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.pc_hide {
	display: block;
}
.logo_wrap p.day {
	font-size: 7rem;
}
.logo_wrap p.day span {
	margin-left: 10px;
}
.inline_content > div {
	width: 100%;
}
.copyright {
	padding: 20px 0 30px;
}

.snsbar {
	padding: 5px 0;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	background: white;
}
.snsbar ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.snsbar li {
	margin: 0 0 0;
	width: 25%;
	font-size: 160%;
	text-align: center;
}
.info_box > div {
	width: 100%;
}
.newsset {
	margin-bottom: 20px;
	height: 300px;
	font-size: 1.4rem;
}

.twitter_block {
	height: 400px;
}

.andmore_text {
	position: static;
	margin-bottom: 0;
}
.artist_wrap > li {
	width: 48.5%;
}

.kyosanbanner li {
	font-size: 1.3rem;
	margin-right: 5px;
}
.kyosanbanner li a {
	max-width: 140px;
	width: 100%;
}

.info2box {
	padding: 20px;
}
table.timetable {
	white-space: nowrap;
}
/*
.box .sp_only {
	color: white;
}
*/

.logo {
	padding: 10px 0;
}
.menu_list .logo {
	width: 34px;
	margin-bottom: 29px;
	padding: 0;
}
.menu_list .logo img {
	width: 34px;
}
.schedule_list_kaijo {
	font-size: 2rem;
	margin-bottom: 10px;
}
.schedule_list_open,
.schedule_list_contact {
	font-size: 1.5rem;
	width: 100%;
}
.schedule_list_open {
	margin-bottom: 10px;
}
.schedule_list_title {
	font-size: 1.25rem;
}
.schedule_list li dt {
	font-size: 3rem;
}
.schedule_list li dt span {
	font-size: 2rem;
}
.schedule_list dl {
	max-width: 500px;
}
.pagescroll_point {
	padding-top: 0;
	margin-top: 0;
}

.guideline_box {
	padding: 20px;
}
.guideline_title {
	margin-bottom: 10px;
	line-height: 1.5;
}
.guideline_box_title {
	font-size: 2rem;
	line-height: 1.3;
}
.info2box_wrap p.info2box_title {
	text-align: left;
}
.box {
	padding: 30px;
}
.btn_wrap > div {
	width: 100%;
	margin-bottom: 10px;
}
.insta_btn {
	position: relative;
	top: 4px;
}
.kikan span {
	display: block;
}

.main_title {
	font-size: 3.2rem;
	letter-spacing: .1em;
}
.main_title span {
	font-size: 2.1rem;
}
.main {
	background-size: cover;
	height: 85vw;
}
.main_wrap {
	width: 100%;
	transform: translate(-50%, -45%);
}
.main_title {
	width: 70%;
	margin: 0 auto;
}
.timetable td, .timetable th {
	padding: 5px;
}
.ticket_list td {
	padding: 5px;
}
.main_title_text {
	font-size: 1.75rem;
}
.disco_box {
	padding: 20px;
}
.disco_box .disco_box_span,
.disco_box > div a > span {
	font-size: 1.2rem;
	left: -5px;
	top: -5px;
}
.area_footer_logo_list {
	display: block;
}
.area_footer .copyright {
	display: block;
}
.mv_nav,
.main_copyright_box {
	display: none;
}
.main_sns_link {
	display: flex;
	justify-content: center;
}
.menu_list .main_sns_link {
	justify-content: left;
}
.ttl03 {
	font-size: 3.8rem;
}
.area_footer {
	padding: 35vw 0 0;
}
.area_footer:before {
	height: 40vw;
}
.area_footer .main_sns_link {
	display: flex;
}
section {
	padding: 50px 0;
}

}


@media screen and (max-width: 480px) {

body:after {
	bottom: 15vw;
}
.menu_list .menu_list_box a {
	font-size: 2.2rem;
	padding: 3px 0;
}
.newsset_title {
	font-size: 1.6rem;
}
.logo_wrap p.day {
	font-size: 12vw;
}
.ticket_content {
	padding: 15px;
}
.ticket_content_title {
	padding: 10px 10px 9px;
	font-size: 15px;
}
.ticket_content01 {
	padding: 15px 10px 20px;
}
.logo_wrap p.day span {
	font-size: 2rem;
	bottom: 10px;
	padding: 5px;
}

.logo_wrap p.day  {
	margin-bottom: 10px;
}
.logo_wrap p.title {
	font-size: 9vw;
}
.logo_wrap {
	margin: 80px auto 30px;
}
.logo_wrap img {
	width: 70%;
	margin-bottom: 30px;
}
section:nth-child(odd) {
	padding: 40px 0;
}

.area_footer_logo {
	margin: 0 auto 20px;
}


iframe {
	height: 300px;
}
.logo_wrap p.area_title {
	font-size: 1.65rem;
}
.logo_wrap p.area {
	font-size: 1.4rem;
}

.artist_wrap > li {
	width: 100%;
}

.jtb_box2 {
	padding: 15px;
}
.jtb_box2 p.day {
	font-size: 2rem;
}
.jtb_box2 p.text {
	font-size: 1.5rem;
}
.newsset {
	padding: 20px;
}
.ttl01 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.ttl02 {
	font-size: 1.5rem;
}
.ticket_wrap {
	font-size: 1.75rem;
}
.streming_title {
	font-size: 2rem;
}
.jtb_box_title {
	font-size: 1.5rem;
}
.newsset_title br {
	display: none;
}
.schedule_list li {
	padding: 20px 15px;
}
.schedule_list li dt,
.schedule_list li dd {
	width: 100%;
}
.schedule_list li dt {
	font-size: 2.5rem;
	margin-bottom: 5px;
	line-height: 1;
}
.guideline_box_title {
	font-size: 1.75rem;
	margin-bottom: 10px;
}
.guideline_list li {
	margin-bottom: 3px;
}
.campaign_list li {
	padding: 15px;
}
.campaign_list li > p {
	font-size: 1.6rem;
	margin-bottom: 5px;
	padding-left: 15px;
}
.campaign_list li span {
	font-size: 1.3rem;
	line-height: 1.4;
	display: inline-block;
}
.itembox img {
	width: 100%;
	max-height: inherit;
}
.item_sticker,
.item_bunsoko {
	width: 100%;
}
.item_bunsoko {
	margin-right: 0;
	margin-bottom: 20px;
}
.itembox p {
	text-align: center;
}

.info2box_wrap {
	margin-bottom: 0px;
}
.info2box_wrap p.info2box_title {
	font-size: 1.5rem;
}
.box {
	padding: 20px;
}
section,
section.back2 {
	padding: 30px 0;
}
.ttl_release_sub {
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.ttl_release_day {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.ttl_release {
	font-size: 1.7rem;
}
.btn04,
.btn01,
a.btn03,
a.btn02,
a.btn01 {
	padding: 10px 20px;
	width: 100%;
	max-width: 300px;
	font-size: 1.4rem;
}
.box_release .pic,
.box_release .txt {
	width: 100%;
}
.box_release .pic {
	margin-bottom: 20px;
}
.box_release .pic img {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.box_release .txt .btn01 {
	margin: 0 auto;
}
.ttl03 {
	margin-bottom: 10px;
	font-size: 2.8rem;
}
.cover_tbl {
	margin-bottom: 20px;
}
.pop_up_title {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.pop_up_text {
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.box_sound {
	left: 23px;
}
.area_footer {
	padding: 45vw 0 0;
}

}