@charset "UTF-8";
/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

***************************************/
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

@media screen and (max-width:767px) {
	html {
		background: url("../img/bg-sp-light-orange.jpg")repeat-x;
	}
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
@font-face {
  font-family: "fabiola-capitals";
  src: url("../fonts/fonnts.com-Fabiola-Capitals-.otf") format("opentype");
}
/***************************************
02.共通
***************************************/
body {
	font-size: 16px;
	color: #27262B;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
	background: url("../img/bg-pc-light-orange.jpg");
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #27262B;
	word-break: break-all;
	text-decoration: none;
}
h2.ttl {
	text-align: center;
	line-height: 1em;
}

a:hover {
	text-decoration: underline;
}

img {
	width: 100%;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/

#top-head {
	position: fixed;
  top: -80px; /* ← 最初は画面上に隠す */
  left: 0;
  width: 100%;
  z-index: 101;
  box-sizing: border-box;
  transition: top 0.5s ease-in-out;
}
#top-head.scrolled {
	top:0;
}

header {
	position: relative;
	width: 100%;
}
header nav {
	z-index: 10;
	padding: 5px 40px;
	box-sizing: border-box;
    background-color: #27262B;
}
.scrolled{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
header nav ul {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
header nav ul li {
    padding-left: 50px;
}
header nav ul li a {
    font-family: 'fabiola-capitals', serif;
	font-size: 30px;
	letter-spacing: 0.6px;
	color: #fff;
}
header nav ul a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}
.hover {
	overflow: hidden;
	position: relative;
}
.hover img {
	display: block;
	width: 100%;
}
.hover .nav-1 {
	position: relative;
	z-index: 2;
}
.hover .nav-2 {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.hover:hover .nav-1 {
	opacity: 0;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	header {
		display: block!important;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 20px;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		background: #27262B;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		height: 100vh;
    	padding: 45px 40px;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
	}
	#top-head.scrolled {
		background-color: #27262B;
	}
	.sp-tickets {
		display: block;
		width: 14%;
		padding: 7px 0;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sp-tickets img {
		height: auto;
		width: 100%;
	}
	header nav{
		display: none;
		position: fixed;
		top:0;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
    header nav ul li a {
		padding: 16px;
    }
	header nav ul a {
		color: #CBCACA;;
		font-weight: bold;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
        height: 100%;
		padding-left: 0;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 25px 15px;
		opacity: 1;
	}
	.hover .nav-2 {
		display: none;
	}
      /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 27px 0px;
		z-index: 2;
		font-size: 36px;
		text-align: center;
		letter-spacing: 0.8px;
		line-height: 0.8em;
	}

	.hover img {
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	.sp-tickets {
		display: block;
		height: 60px;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sp-tickets img {
		height: 100%;
		width: auto;
	}
}

/*------------フッター-----------------*/
footer {
	padding: 15px 0;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 14px
}

/*------------共通-----------------*/
.inner {
	width: 70%;
	margin: 0 auto;
	max-width: 1100px;
}
.bg-orange,
footer{
	background: url( "../img/bg-pc-orange.jpg")repeat;
}

@media screen and (max-width:767px) {
	.bg-orange,
	footer{
		background: url( "../img/bg-sp-orange.jpg")repeat;
	}
}
/***************************************
03.メインビジュアル
***************************************/
.mv {
  overflow: hidden;
}
.mv .mv-img {
    background: url("../img/pc-mv.jpg") no-repeat center center / 100%;
    margin: 0;
    padding-top: calc(1620 / 2880* 100%);
    position: relative;
}
.mv h1{
	display: none;
}
@media screen and (max-width:767px) {
   .mv .mv-img{
		background: url(../img/sp-mv.jpg) no-repeat center center/ 100%;
    	padding-top: calc(1800 /1080 * 100%);
        position: relative;
	}
	

}
/*------------ticketアイコン-----------------*/
/*.ticket {
	position: fixed;
    right: 12px;
    bottom: 20px;
    width: 180px;
    z-index: 100;
}*/

#ticket-btn {
	width: 190px;
  position: fixed;
  bottom: -200px; /* 最初は画面下に隠す */
  right: 20px;
  z-index: 1000;
  transition: bottom 0.5s ease-in-out;
}

#ticket-btn.show {
  bottom: 20px; /* ぬるっと出現させる位置 */
}
#ticket-btn.show a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
	transition: all 0.5s 0s ease;
}
#ticket-btn a:hover{
	transform: rotate(8deg);
}
/*------------Twitter-----------------*/
.sns-btn {
	text-align: center;
	margin-top: 30px;
	background-color: #27262B;
	padding: 3px;
    border-radius: 40px;
    width: 240px;
	transition: all 0.3s 0s ease;
}
.sns-btn a {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFD000;
	background-color: #27262B;
	color: #fff;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 236px;
	transition: all 0.3s 0s ease;
}
.sns-btn:hover {
	text-align: center;
	margin-top: 30px;
	background-color: #FFD000;
	padding: 3px;
    border-radius: 40px;
    width: 240px;
}
.sns-btn a:hover {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #27262B;
	background-color: #FFD000;
	color: #27262B;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 236px;
	text-decoration: none;
}
.sns-area {
    margin-bottom: 90px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.tw-box {
	width: 70%;
	margin: 0 auto;
    padding-top: 70px;
}
.tw-box .img-area {
	width: 30px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;	
}
.tw-box .tw-name {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.t-inner {
	width: 100%!important;
	max-width: 800px!important;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
#twitter-widget-0,
.t-inner iframe{
	width: 100%t;
	max-width: 1000px;
}

/*------------共通-----------------*/
section .inner {
	width: 68%;
	max-width: 900px;
	margin: 0 auto;
}
.ttl {
	font-family: 'fabiola-capitals', serif;
    font-size: 90px;
	letter-spacing: 1.8px;
	line-height: 1em;
}
.ttl-white {
	color: #fff;
}
/*------------背景-----------------*/
.contents {
	
}
/*------------新着情報-----------------*/
.sec_00 .inner {
	padding-top: 70px;
}
.sec_00 .inner h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.sec_00 .text-area {
    width: 528px;
    margin: 0 auto;
    background:rgba(255,255,255,0.9);
	border-radius: 16px;
    padding: 10px 25px;
}

.sec_00 .inner ul {
    overflow: auto;
    box-sizing: border-box;
	max-height: 200px;
}
.sec_00 .inner ul li {
	box-sizing: border-box;
	padding: 10px 0;
    border-bottom: 1px solid #FFEFC4;
}
.sec_00 .inner ul li:last-child {
    border-bottom: none;
}
.sec_00 .innerul li time {
    width: 35%;
}
.sec_00 .inner ul li p {
	line-height: 1.5em;
}
.sec_00 .inner ul li a {
    text-decoration: underline;
    color: #EE5000;
}
.sec_00 .inner .banner {
    width: 50%;
    padding-bottom: 70px;
    margin: auto;
}
/*------------INTRODUCTION-----------------*/
.sec_01 {
	padding-top: 70px;
}
.sec_01 .text-01{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sec_01 .text-02{
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-size: 20px;
}
.sec_01 .sns-area {
	display: flex;
}
/*------------ENTERTAINER-----------------*/
.sec_02 {
	background: url("../img/bg-pc-orange.jpg")repeat;
	padding-top: 60px;
}
@media screen and (max-width:767px) {
	.sec_02 {
		background: url("../img/bg-sp-orange.jpg")repeat;
		padding-top: 40px;
	}
}
.sec_02 .inner .entertainer-name-1 {
	font-family: "BIZ UDPMincho", serif;
	padding: 15px 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.sec_02 .inner .entertainer-name-2 {
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.sec_02 .row-01 .img-area {
    width: 46%;
	margin: 0 auto;
}
.sec_02 .row-01 .text-01 {
	height: 25px;
    text-align: center;
}
.sec_02 .row-01 .text-01 img {
	height: 100%;
	width: auto;
}
.sec_02 .row-01 ul,
.sec_02 .row-02 ul{
	display: flex;
	justify-content: center;
}
.sec_02 .row-01 li,
.sec_02 .row-02 li {
	height: 30px;
	width: auto;
	padding: 0 15px;
}
.sec_02 .row-01 li a, .sec_02 .row-02 li a{
	transition: all 0.5s 0s ease;
    display: block;
    width: 100%;
    height: 100%;
}
.sec_02 .row-01 li a:hover, .sec_02 .row-02 li a:hover{
	transform: scale(1.3);
}
.sec_02 .row-01 li img,
.sec_02 .row-02 li img{
	height: 100%;
	width: auto;
}
.sec_02 .row-02 {
	padding-top: 57px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 60px;
}
.sec_02 .row-02 .row-card {
	width: 36%;
	
}
.sec_02 .text-01 {
	text-align: center;
	padding: 15px 0;
}
.sec_02 .text-02 {
	text-align: center;
	padding: 40px 0 80px;
    font-size: 20px;
    font-weight: bold;
}
.andmore {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: 'fabiola-capitals', serif;
	letter-spacing: 0.48px;
	padding-top: 60px;
}
.sec_02 p.c-a {
	text-align: center;
    color: #fff;
    padding-top: 40px;
	line-height: 1.4em;
}
.sec_02 .row-02 p small {
    color: #fff;
}
/*------------TICKETS-----------------*/

.sec_03 h3.ttl-01 {
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 10px;
	text-align: center;
}
.sec_03 .overview-01 {
	background:rgba(255,255,255,0.9);
	border-radius: 16px;
	 margin-bottom: 40px;
}
.sec_03 .overview-01 .text-box {
	text-align: center;
	padding: 25px 0;
}
.sec_03 .overview-01 .text-box .text-08 {
	font-weight: bold;
} 
.sec_03 .overview-01 .text-box h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}
.sec_03 .overview-01 .text-box .text-09 {
	text-align: center;
	line-height: 1.2em;
	font-size: 20px;
}
.sec_03 .overview-01 .text-box .row-box.end-ticket .text-09{
	text-decoration: line-through;
}
.sec_03 .overview-01 .text-box .row-box.end-ticket .text-09 span{
	text-decoration: line-through;
}
.sec_03 .overview-01 .text-box .text-09 span{
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
}
.sec_03 .overview-01 .text-box .text-03 {
	font-weight: bold;
	text-align: center;
	padding: 15px 0 10px;
}

.sec_03 .overview-01 .text-box .text-07:first-of-type {
    padding: 20px 0 25px;
}
.sec_03 .overview-01 .text-box .text-07 {
    padding: 0 0 25px;
}
.sec_03 .overview-01 .text-box .text-07.soldout{
	text-decoration: line-through;
}
.sec_03 .overview-01 .text-box .text-07 small {
    font-size: 14px;
}
.sec_03 .overview-01 .text-box .text-07.soldout .f-01{
	text-decoration: line-through;
}
.sec_03 .overview-01 .text-box .text-small {
    font-size: 14px;
}
.sec_03 .overview-01 .text-box .line-ttl {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	width: 60%;
}
.sec_03 .overview-01 .text-box .line-ttl::before,
.sec_03 .overview-01 .text-box .line-ttl::after{
	content: "";
	flex: 1;
	border-bottom: 1px dashed #EE5000; /* オレンジ系 */
	margin: 0 1rem;
} 
.sec_03 .overview-01 .text-box .line-ttl p {
	white-space: nowrap;
}
.sec_03 .overview-01 .text-box .f-01{
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.sec_03 .overview-01 .text-box .f-03{
	font-size: 20px;
}
.sec_03 .overview-01 .text-box a {
}
.sec_03 .overview-01 .text-box .f-02 a {
    color: #D1804A;
}
.sec_03 .overview-01 .text-box .attention {
	text-align: center;
	margin: 15px 0 10px;
	font-size: 14px;
}
.sec_03 .inner {
    padding-top: 50px;
}
.sec_03 .overview-01 .text-box .text-02 {
    color: #CE4942;
    padding: 25px 0 20px;
}
.sec_03 h3 p {
    display: inline-block;
    position: relative;
}
.sec_03 .sale-site ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.sec_03 .sale-site ul li {
	width: 148px;
	text-align: center;
    background-color: #27262B;
    padding: 2px;
    border-radius: 40px;
	transition: all 0.3s 0s ease;
}
.sec_03 .sale-site ul li a {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FFD000;
    background-color: #27262B;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 145px;
	transition: all 0.3s 0s ease;
}
.sec_03 .sale-site ul li:hover {
	width: 148px;
	text-align: center;
    background-color: #FFD000;
    padding: 2px;
    border-radius: 40px;
}
.sec_03 .sale-site ul li a:hover {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #27262B;
    background-color: #FFD000;
    color: #27262B;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 145px;
	text-decoration: none;
}
.sec_03 .row-box {
    width: 60%;
    margin: 0 auto;
	text-align: left;
}
.sec_03 .row-box.row-box.end-ticket{
	margin-top: 40px;
	text-decoration: line-through;
}
.sec_03 h5 {
	font-size: 24px;
	padding-bottom: 25px;
}
.sec_03 .row-box .text-01 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 12px 0 0;
}
.contact-area {
	font-size: 16px;
	text-align: center;
	padding: 40px 0 0;
}


.sec_04 h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
	padding-bottom: 20px;
}
.sec_04 .ticket-info-box-01:first-of-type{
	padding-bottom: 40px;
}
.sec_04 .ticket-info-box-01 ul li,
.sec_07 .ticket-info-box-01 ul li {
    font-weight: 500;
}
.sec_04 .ticket-info-box-01 ul,
.sec_05 .ticket-info-box-01 ul,
.sec_07 .ticket-info-box-01 ul{
	list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
}
.sec_04 .text-01,
.sec_07 .text-01 {
	font-weight: 500;
	text-align: center;
}
.organizer-area {
	text-align: center;
	padding: 20px 0 0;
	font-weight: 500;
}
.sec_03 .overview-01 .text-box .text-07.soldout span.so {
    color: #EE5000;
    display: inline-block;
    margin-left: 10px;
}
/*------------ACCESS-----------------*/
.sec_05 {
	color: #fff;
}
.sec_05 h2.ttl {
    padding-top: 90px;
}
.sec_05 .text-box {
	text-align: center;
}
.sec_05 .text-box a {
	display: block;
    width: 148px;
	margin: 0 auto 10px;
    text-align: center;
    background-color: #27262B;
    padding: 2px;
    border-radius: 40px;
	transition: all 0.3s 0s ease;
}
.sec_05 .text-box a span {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FFD000;
    background-color: #27262B;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 145px;
	transition: all 0.3s 0s ease;
}
.sec_05 .text-box a:hover {
	display: block;
    width: 148px;
	margin: 0 auto 10px;
    text-align: center;
    background-color: #FFD000;
    padding: 2px;
    border-radius: 40px;
}
.sec_05 .text-box a span:hover {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #27262B;
    background-color: #FFD000;
    color: #27262B;
    padding: 0.5em 0;
    border-radius: 40px;
    display: inline-block;
    width: 145px;
}
/*.sec_05 .text-box a:hover {
	opacity: 0.7;
}*/
.sec_05 .map-box {
	text-align: center;
	padding: 15px 0 30px;
	width: 528px;
	margin: 0 auto;
}
.sec_05 .ticket-info-box-01 {
	width: 528px;
	margin: 0 auto;
}
.ticket-info-box-01 h4 {
	padding-bottom: 10px;
	font-weight: bold;
}
.ticket-info-box-01  ul {
	font-weight: 500;
}
.sec_05 .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%; 
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------GOODS-----------------*/
.sec_06 h2.ttl {
    padding: 100px 0 0;
}
.sec_06 .c-s {
	font-size: 24px;
	text-align: center;
	padding: 30px 0 100px;
	font-family: 'fabiola-capitals', serif;
	color: #fff;
	letter-spacing: 0.48px;
}
.sec_06 #GOODS {
    padding: 0;
    line-height: 1.5;
	color: #fff;
}
.sec_06 #GOODS .goods_notice p {
    text-align: center;
    line-height: 1.8rem;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}
.sec_06 #GOODS h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}
.sec_06 #GOODS .dates {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
    color: #27262B;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
}
.sec_06 #GOODS .dates dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.6em;
    text-align: left;
}
.sec_06 #GOODS .dates dl dt {
    width: 25%;
    position: relative;
    text-align: right;
    padding-right: 5px;
}
.sec_06 #GOODS .dates dl dd {
    width: 65%;
    line-height: 1.5;
}
.sec_06 #GOODS>a.btn {
	display: block;
    width: 320px;
    margin: 10px auto 25px;
    text-align: center;
    background-color: #27262B;
    padding: 2px;
    border-radius: 70px;
    transition: all 0.3s 0s ease;
}
.sec_06 #GOODS>a.btn:hover {
    display: block;
    width: 320px;
    margin: 10px auto 25px;
    text-align: center;
    background-color: #FFD000;
    padding: 2px;
    border-radius: 70px;
}
.sec_06 #GOODS>a.btn span {
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #FFD000;
    background-color: #27262B;
    color: #fff;
    padding: 0.7em 0;
    border-radius: 70px;
    display: inline-block;
    width: 314px;
    transition: all 0.3s 0s ease;
}
.sec_06 #GOODS>a.btn span:hover {
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #27262B;
    background-color: #FFD000;
    color: #27262B;
    padding: 0.7em 0;
    border-radius: 70px;
    display: inline-block;
    width: 314px;
}
.sec_06 #GOODS h3.sales {
    margin-top: 40px;
}
.sec_06 #GOODS .goods_info_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 20px;
}
.sec_06 #GOODS ul.goods_info {
    list-style-position: outside;
    padding-left: 1em;
    list-style-type: "※";
}
.sec_06 #GOODS ul.goods_info li {
    padding-bottom: 8px;
}
.sec_06 #GOODS ul.goods_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 24px;
    margin-top: 60px;
}
.sec_06 #GOODS ul.goods_list li {
    width: 23%;
    margin-bottom: 40px;
}
.sec_06 #GOODS ul.goods_list li a {
    color: white;
    display: block;
	animation-duration: 1.5s;
}
.sec_06 #GOODS ul.goods_list li a img {
    width: 100%;
    margin-bottom: 10px;
}
.modal-content {
    width: 100%;
}
.modal-inner h4, .sec_06 #GOODS ul.goods_list li a h4 {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.6rem;
}
.modal-inner p.price, .sec_06 #GOODS ul.goods_list li a p.price {
    text-align: right;
    font-weight: bold;
    padding-bottom: 15px;
}
.modal-inner p.price strong, .sec_06 #GOODS ul.goods_list li a p.price strong {
    font-size: 1.2rem;
    font-weight: bold;
}
.modal-inner p.exp, .sec_06 #GOODS ul.goods_list li a p.exp {
    line-height: 1.4rem;
}
.modal-inner p.exp span.small, .sec_06 #GOODS ul.goods_list li a p.exp span.small {
    font-size: 14px;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    height: 85%;
    background: url(../img/bg-pc-light-orange.jpg);
    left: 50%;
    padding: 45px 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.batsu {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -20px;
    right: -20px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}
.batsu::before, .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5px;
    height: 25px;
    background: #000;
}
.batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content .modal-inner {
    height: 100%;
    overflow-y: auto;
}
.modal__content .modal-inner img {
    width: 75%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
.modal-inner h4 {
    font-size: 1.4rem;
}
.modal-inner p.price {
    padding-bottom: 0;
}
.modal-inner p.price strong {
    font-size: 1.4rem;
}
.sec_06 #GOODS ul.goods_list li a:hover {
    color: #FFD000;
	text-decoration: none;
}
.sec_06 #GOODS .goods_img {
    padding: 10px 0 40px;
}
.sec_06 .goods_info_txt{
	text-align: center;
    margin-bottom: 16px;
    line-height: 1.2em;
}
/*------------info-area-----------------*/

.sec_07 {
	color: #fff;
	padding-bottom: 80px;
}
.sec_07 h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}


/*------------History-----------------*/
.sec_08 {
	padding: 100px 0;
}
.sec_08 .history_list ul {
	display: flex;
	justify-content:center;
	margin: 0 auto;
	gap: 25px;
}
.sec_08 .history_list ul li {
	background-color: #FAB700;
	padding: 23px 22px 9px 40px;
	transition: all 0.5s 0s ease;
}
.sec_08 .history_list ul li:hover {
	background-color: #27262B;
}
.sec_08 .history_list ul li a:hover {
	text-decoration: none;
}
.sec_08 .history_list ul li a {
	color: #fff;
	font-family: 'fabiola-capitals', serif;
	font-size: 40px;
	letter-spacing: 0.8px;
	line-height: 0.8em;
	display: block;
}
.sec_08 .history_list ul li a::after {
	content: "";
	background: url("../img/arrow-01.svg")no-repeat;
	background-size: contain;
	display: inline-block;
	width: 9px;
	height: 18px;
	margin-left: 13px;
	vertical-align: middle;
}


@media screen and (max-width:1224px) {
    
}
@media screen and (max-width:767px) {
    body p {
        line-height: 1.8em;
    }
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	section .inner {
		width: 89%;
		margin: 0 auto;
	}
    h2.ttl {
		font-size: 60px;
    }
	.sp-ticket {
		position: fixed;
		right: 5px;
		top: 130vw; /* 初期状態の位置 */
    	transition: bottom 0.3s ease-in-out; /* トランジションの追加 */
		width: 100px;
		z-index: 100;
	}

    .sec_00 .inner {
        width: 89%;
		max-width: 100%;
        margin: 0 auto;
		padding: 30px 0 60px;
    }
	.sec_00 .inner ul{
		max-height: 175px;
	}
	.sec_00 .inner h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.sec_00 .text-area {
		padding: 20px 25px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
	}
	.sec_00 .inner ul li {
		font-size: 14px;
		padding-bottom: 15px;
	}
	.sec_00 .inner ul li:last-child {
		padding-bottom: 0;
	}
    .sec_00 .inner ul li p {
        width: 90%;
    }
	.sec_00 .inner .banner {
        width: 80%;
        padding-bottom: 35px;
    }
	.sec_01 {
		padding-top: 10px;
	}
    .sec_01 .text-01 {
        font-size: 16px;
    }
	.sec_01 h2.ttl{
		padding-bottom: 0;
	}
    .sec_01 .text-02 {
        line-height: 1.7em;
		padding-top: 12px;
        font-size: 16px;
    }
	.sec_01 .sns-area {
		display: block;
		margin-bottom: 20px;
	}
	.sns-btn a {
		display: block;
		font-size: 14px;
		width: 220px;
	}
	.sns-btn {
		margin: 15px auto 0;
		width: 222px;
	}
	.sec_02 p {
		font-size: 16px;
		line-height: 1.25em;
		text-align: center;
	}
	.sec_02 .inner .entertainer-name-1 {
		padding: 6px 0 10px;
		font-size: 20px;
	}
	.sec_02 .text-02 {
		padding: 30px 0 70px;
		font-size: 16px;
	}
	.sec_02 .inner {
		padding-top: 0;
	}
	.sec_02 .img-area {
		width: 100%;
		margin: 0 auto;
	}
    .sec_02 .more {
        font-size: 14px;
    }
	.sec_02 h2.ttl {
		padding-bottom: 0;
		line-height: 0.9em;
	}
	.sec_02 .row-01 .text-01 {
		height: 20px;
	}
	.sec_02 .text-01 {
		padding: 10px 0 15px;
	}
	.sec_02 .row-02 {
		width: 100%;
		display: block;
		padding-top: 0;
	}
	.sec_02 .row-02 .row-card {
		width: 100%;
		padding-top: 40px;
	}
	.sec_02 .row-01 .img-area {
		width: 100%;
	}
	.sec_02 .inner .entertainer-name-2 {
		padding: 8px 0 10px;
		font-size: 18px;
	}
	.sec_02 .row-01 li, .sec_02 .row-02 li {
		height: 26px;
		width: auto;
		padding: 0 15px;
	}
	.andmore {
		font-size: 20px;
		padding-top: 40px;
	}
	.sec_02 p.c-a {
		font-size: 0.74em;
		padding: 40px 0 20px;
	}
	.sec_02 .row-02 p small {
		font-size: 12px;
		text-align: center;
		display: inline-block;
		margin-top: 35px;
	}
    .sec_03 .overview-01 .text-box {
        padding-bottom: 40px;
    }
    .sec_03 .inner {
        padding-top: 20px;
    }
    .sec_03 h3.ttl-01 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 8px;
    }
	.sec_03 .overview-01 .text-box .text-02 {
		padding: 15px 0;
	}
	.sec_03 .overview-01 .text-box .text-02.text-02-2 {
		padding: 15px 0 10px;
	}
	.sec_03 .overview-01 .text-box .text-03 {
		padding-bottom: 0;
	}
    .sec_03 .overview-01 .text-box .text-07 .text-05,
    .sec_03 .overview-01 .text-box .text-07 .text-06,
    .sec_03 .overview-01 .text-box .text-08,
	.sec_03 .overview-01 .text-box .text-06 .f-02,
    .sec_03 .overview-01 .text-box .text-small{
        font-size: 12px;
    }
    .sec_03 .overview-01 .text-box .text-01,
    .sec_03 .overview-01 .text-box .text-03 {
        font-size: 14px;
    }
    .sec_03 .overview-01 .text-06 .f-01,
    .sec_03 .overview-01 .text-box .text-07,
    .sec_03 .overview-01 .row-box .text-01{
        font-size: 16px;
    }
	.sec_03 .overview-01 .text-box p.text-02 {
		line-height: 1em;
	} 
    .sec_03 .overview-01 .text-box .f-01 {
        font-size: 18px;
    }
	.sec_03 .overview-01 .text-box .attention {
		font-size: 12px;
		text-align: left;
	}
    .sec_03 .row-01 {
        display: block;
    }
	.sec_03 .row-02 {
		width: 100%;
		margin: 0 auto;
        padding-bottom: 40px;
	}
    .sec_03 .row-02 .head p {
        font-size: 14px;
    }
    .sec_03 .text-01 a{
        font-size: 14px;
    } 
	.sec_03 h5 {
		font-size: 20px;
		padding-bottom: 15px;
        padding-top: 24px;
	}
    .sec_03 #live h5 {
        padding-top: 0;
    }
	.sec_03 .row-02 .head {
		padding-bottom: 6px;
	}
	.sec_03 .icon-area ul {
		display: flex;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.sec_03 .icon-area ul li{
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
    .sec_03 .overview-01 .text-box {
        padding: 0;
    }
    .sec_03 .overview-01 {
        padding: 12px 0;
    }
	.sec_03 .overview-01 .text-box h4 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.sec_03 .overview-01 .text-box .text-08 {
		font-size: 14px;
	}
	.sec_03 .overview-01 .text-box .sp-s {
		font-size: 12px;
	}
	.sec_03 .overview-01 .text-box .f-03 {
		font-size: 14px;
	}
	.sec_03 .overview-01 .text-box .line-ttl {
    	font-size: 16px;
		width: 95%;
	}
	.sec_03 .overview-01 .text-box .text-07:first-of-type{
		padding-bottom: 5px;
	}
	.sec_03 .overview-01 .text-box .text-07{
		font-size: 14px;
		padding: 8px 0 12px;
	}
	.sec_03 .overview-01 .row-box .text-01 {
        font-size: 16px;
		padding: 8px 0 0;
    }
	.sec_03 .overview-01 .text-box .text-09 {
		font-size: 18px;
	}
	.sec_03 .overview-01 .text-box .text-09 span{
		font-size: 12px;
	}
	.sec_03 .text-box .row-box .text-03 {
        padding-top: 12px;
		padding-bottom: 5px;
		line-height: 1.5em;
    }
	.sec_03 h3.ttl-01 {
		padding-top: 0;
	}
	.sec_03 .row-box {
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}
	.sec_03 .row-box.row-box.end-ticket {
		margin-top: 15px;
	}
	.sec_03 .inner-row h3.ttl-01 {
		margin-top: -10px;
	}
	.sec_03 .row-box .text-01,
	.sec_03 .row-box .text-02,
	.sec_03 .row-box .text-03 {
		font-size: 14px;
	}
	.sale-site {
		margin-top: 0;
	}
	.sec_03 .sale-site ul li a {
		font-size: 14px;
	}
	.sec_03 .overview-01 .text-box .text-07 small {
		font-size: 12px;
		display: inline-block;
		line-height: 1.2em;
	}
	.sec_04 {
		padding-bottom: 25px;
		margin-top: -20px;
	}
	.sec_04 .ticket-info-box-01 {
		width: 100%;
	}
	.sec_04 .ticket-info-box-01:first-of-type{
		padding-bottom: 25px;
	}
    .sec_04 .ticket-info-box-01 ul li, .sec_07 .ticket-info-box-01 ul li {
        padding-bottom: 3px;
    }
	.sec_04 .contact-area h3.ttl-01 {
        font-size: 16px;
    }
    .sec_04 h3.ttl-01.ttl-01-2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
	.sec_04 .contact-area h3.ttl-01 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.sec_04 .contact-area {
		padding: 25px 0 0;
	}
	.sec_04 .contact-area .inner {
		width: 100%;
		margin: 0 auto;
	}
	.sec_04 .contact-area p {
		font-size: 14px;
	}
    .sec_04 .contact-area .text-01 {
        font-size: 14px;
		font-weight: 500;
		padding-bottom: 12px;
    }
	.sec_04 .contact-area .text-01 .sp_only {
		display: inline-block;
	}
	.sec_04 h3.ttl-01 {
		font-size: 18px;
        padding-bottom: 15px;
	}
	.sec_04 .text-01 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.sec_04 .contact-area .inner p,
	.sec_04 .organizer-area .inner-2 p{
		line-height: 1.5em;
	}
	.sec_04 .contact-area .inner p {
		font-weight: 500;
	}
	.sec_04 .organizer-area .inner-2 {
		font-weight: bold;
	}

	.sec_04 ul {
		font-size: 14px;
		padding-left: 1em;
	}
	.sec_04 ul li {
		line-height: 1.5em;
	}
    .organizer-area {
        padding: 0;
    }
	    section.sec_05 .inner {
        width: 90%;
        margin: 0 auto;
    }
    .sec_05 h2.ttl {
        padding-top: 30px;
    }
	.sec_05 .text-box a {
		font-size: 16px;
	}
	.sec_05 .text-box p {
		font-size: 14px;
	}
	.sec_05 .inner-box .ticket-info-box-01 {
		font-size: 14px;
		font-weight: 500;
	}
	.sec_05 .inner-box h4 {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.sec_05 .inner-box .ticket-info-box-01 li {
		line-height: 1.5em;
	}
	.sec_05 .map-box {
		padding: 10px 0 10px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.sec_05 .map{
		position: relative;
		width: 100%;
		margin: 0 auto;
		height: 0;
		padding-top: 56%;
		z-index: 10;
	}
	.sec_05 .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sec_05 .inner-box .ticket-info-box-01,
	.sec_07 .ticket-info-box-01{
		width: 100%;
	}
	.sec_05 {
		padding-bottom: 40px;
	}
    .sec_06 .c-s {
        font-size: 20px;
        text-align: center;
        padding: 0 0 60px;
    }
	.sec_06 #GOODS .goods_notice p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
	.sec_06 #GOODS h3 {
        padding-bottom: 10px;
		font-size: 18px;
    }
	.sec_06 #GOODS .dates {
        font-size: 16px;
		padding: 20px 20px 12px;
    }
	.sec_06 #GOODS .dates dl {
        display: block;
    }
	.sec_06 #GOODS .dates dl dt {
        width: 100%;
        text-align: center;
    }
	.sec_06 #GOODS .dates dl dd {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
	.sec_06 #GOODS>a.btn {
		width: 80%;
	}
	.sec_06 #GOODS>a.btn:hover {
		width: 80%;
	}
	.sec_06 #GOODS>a.btn span {
		width: 98%;
		font-size: 18px;
	}
	.sec_06 #GOODS>a.btn span:hover {
		width: 98%;
		font-size: 18px;
	}
	.sec_06 #GOODS ul.goods_info li {
		font-size: 14px;
		line-height: 1.4em;
	}
	.sec_06 #GOODS ul.goods_list {
        gap: 0 13px;
    }
	.sec_06 #GOODS ul.goods_list li {
        width: 48%;
    }
	.sec_06 #GOODS .goods_img {
		padding-bottom: 30px;
	}
	.modal-inner p.price, .sec_06 #GOODS ul.goods_list li a p.price {
        font-size: 14px;
    }
	.modal-inner p.exp, .sec_06 #GOODS ul.goods_list li a p.exp {
        line-height: 1.2rem;
        font-size: 0.9rem;
    }
	.modal__content {
        width: 90%;
        padding: 50px 20px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        height: auto;
    }
	.batsu {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        top: -10px;
        right: -10px;
        border-radius: 50%;
    }
	.modal-inner h4 {
        font-size: 1.1rem;
        text-align: left;
    }
	.modal-inner p.price, .sec_06 #GOODS ul.goods_list li a p.price {
        font-size: 14px;
    }
	.modal-inner p.price strong {
        font-size: 1.2rem;
    }
	.modal-inner p.exp {
        line-height: 1.4rem;
        font-size: 1rem;
    }
	.batsu::before, .batsu::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 20px;
    }
	.sec_06 .goods_info_txt{
		font-size: 14px;
	}
    .sec_08 .history_list p {
        text-align: left;
    }
	.sec_07{
		padding-bottom: 0;
	}
	.sec_07 .text-01 {
		font-size: 14px;
	}
    .sec_07 .inner {
        padding: 30px 0;
    }

    .sec_06 h2.ttl {
		padding: 20px 0 0;
	}
	.sec_07 h3 {
		font-size: 16px;
        padding-bottom: 15px;
	}
	.sec_08 .history_list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		gap: 20px;
	}
	.sec_08 .history_list ul li {
		width: 38%;
		padding: 15px 0px 3px 10px;
		box-sizing: border-box;
		text-align: center;
	}
	.sec_08 .history_list ul li a {
		font-size: 36px;
	}
	.sec_08 {
		padding: 40px 0;
	}
	.sec_07 .ticket-info-box-01 ul li {
		font-size: 14px;
		font-weight: 500;
	}
	footer p {
		font-size: 12px;
	}
    
}
