@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;
}
html {
	/*overflow-x: hidden;*/
}
body {
	line-height: 1;
	color: var(--text-color);
	text-align: left;
	overflow-x: hidden;
	transform-origin: top center;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	background-color: #FFD9DD;
	background-image: repeating-linear-gradient(
	114deg,
	transparent 0,
	transparent 12px,
		#fff 12px,
		#fff 13px
	);
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root {
	--main-color:#FFD9DD;
	--accent-color:#EC5390;
	--deep-pink-color:#DC196D;
	--text-color:#5C0033;
	--light-pink-color:#FFEBEF;
	--link-color:#121A73;
}

.animate__fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
  }
  @keyframes fadeInUpSmall {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 200px, 0);
	  transform: translate3d(0, 200px, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }

/*font-family: 'Montserrat', sans-serif;*/
/***************************************
02.共通
***************************************/

h1, h2, h3, h4, h5, h6 {
}
a {
	color: var(--link-color);
	word-break: break-all;
	text-decoration: none;
}

a:hover {
	color: var(--link-color);
	text-decoration: underline;
}

img {
	width: 100%;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
small{
	font-size: 0.9rem;
}
p small{
	line-height: 1.4em;
    display: inline-block;
	font-weight: normal;
}
.f-montserrat {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.t_a_c {
	text-align: center;
}
.f_w_b {
	font-weight: bold;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.sp_tb_only {
	display: none;
}
section {
	padding: 60px 0 40px;
	position: relative;
	overflow-y:visible;
	font-weight: 400;
	z-index: 2;
}
section p{
	line-height: 1.7em;
}

section h3 span{
	display: inline-block;
	position: relative;
}




@media screen and (max-width:767px) {
*{
	margin:0;
	padding:0;  
}

	
	section{
		padding: 40px 0;
	}
	section .wrapper{
		padding: 20px 20px 40px 20px;
	}

	a[href^="tel:"]{
		color: var(--text-color);
	}
}

/*------------チケット-----------------*/
.ticket {
	position: fixed;
	bottom: 10%;
    right: 10px;
    padding: 0px;
    z-index: 100;
}
.ticket img{
	width: 120px;
}

.ticket .bt {
	position: relative;
	display: block;
	width: 165px;
	height: 67px;
	overflow: hidden;
	cursor: pointer;
	padding-bottom: 20px;
}
.bt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background-color: var(--accent-color);
	z-index: 1000;
	display: block;
}

header nav {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	background-color: var(--accent-color);
}

header nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	max-width: 1200px;
	/* 右寄せ */
	margin: 0 0 0 auto;
	padding: 0 3vw 0 0;
	box-sizing: border-box;
	list-style: none;
}

header nav ul li {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

/* 通常画像とホバー画像を同じ位置に重ねる */
header nav ul li a {
	display: grid;
	place-items: center;

	position: relative;
	width: max-content;
	height: 13px;
	margin: 0;
	padding: 0;

	text-decoration: none;
}

/* 2枚の画像を同じグリッド位置に配置 */
.header-nav-list img {
	grid-area: 1 / 1;

	position: static;
	display: block;
	width: auto;
	height: 13px;
	max-width: none;
}

/* 通常時の画像 */
.header-nav-list .off-img {
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* ホバー時の画像 */
.header-nav-list .on-img {
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* ホバー時 */
.header-nav-list a:hover .off-img {
	opacity: 0;
}

.header-nav-list a:hover .on-img {
	opacity: 1;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	header{
		display: block!important;
	}
	#top-head {
		position: fixed;
		display: block!important;
		z-index: 200;
		height: 40px;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding-right: 16px;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		width: 100%;
		margin: 0 auto;
		padding-top: 60px;
	}
	.header-nav-list {
		display: block;
	}
	.header nav ul li a,
	.header-nav-list img {
		height: 16px;
	}

	.sp_header {
		display: flex;
	}
	.pc_logo_area {
		display: none;
	}
	.sp_logo_area {
		width: 60px;
		padding: 15px;
		display: block;
	}
	.sp-tickets {
		display: flex;
		height: auto;
		padding: 7px 10px;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
		width: 100%;
	}

	.ticket  img{
		width:80px;
	}

	.sp-tickets .tickets-img {
		width:78px;
		position: absolute;
		right: 80px;
	}
	.sp-tickets img {
		width: 100%;
		height: auto;
	}
		/*ヘッダー*/
	header {
			height: 60px;
		}
	header nav{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
    header nav ul li a {
		padding: 16px;
    }
	header nav ul a {
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
        height: 100%;
		padding-left: 0;
	}
	header nav ul li{
		width: 76%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px dashed #fff;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}

	/* ホバー時 */
	.header-nav-list a:hover .off-img {
		opacity: 1!important;
	}

	.header-nav-list a:hover .on-img {
		opacity: 0!important;
	}

      /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 20px;
		position: relative;
		top: 8px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background:  #FFBCD4;
		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:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(145deg);
		-moz-transform: rotate(145deg);
		transform: rotate(145deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-145deg);
		-moz-transform: rotate(-145deg);
		transform: rotate(-145deg);
	}
	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 24px 0;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		height: 100%;
		left: 0;
	}
}

/*------------フッター-----------------*/
footer {
	padding-bottom: 88px;
	background-color: var(--main-color);
}
footer p {
	text-align: center;
	font-size: 14px;
	color:  var(--deep-pink-color);
	font-family: "Montserrat", sans-serif;
}

/*------------共通-----------------*/
.contents {
	position: relative;
}

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

}
section .inner{
	width: 72.5%;
	margin: 0 auto;
	max-width: 1120px;
	position: inherit;
    z-index: 50;
	box-sizing: border-box;
}

/***************************************
03.タイトル
***************************************/
h2 {
	height: 37px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
h2 img {
	height: 100%;
	width: auto;
}
#goods h2 {
	margin-bottom: 0;
}
#performer h2 {
	margin-bottom: 20px;
}	
/***************************************
03.ローディング
***************************************/
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #162328;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/***************************************
04.ボタン　ホバー
***************************************/
#news .bt {
	position: relative;
	width: 51%;
	max-width: 440px;
    aspect-ratio: 100 / 13.3;
	margin: 5px auto 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#ticket .bt {
	position: relative;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.ticket .bt {
  display: inline-block;
  position: relative;
}

.ticket .ticket-img {
  display: block;
  width: 100%;
  height: auto;
}

.ticket .ticket-img--hover {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ticket .bt:hover .ticket-img--hover {
  opacity: 1;
}

.bt img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}


@media screen and (max-width:767px) {
	#ticket .bt {
		position: relative;
		width: 202px;
		height: 63px;
	}
	#news .bt {
		position: relative;
		width: 100%;
    	aspect-ratio: 100 / 13.3;
		margin-top: 10px;
	}
}

/***************************************
05.メインビジュアル
***************************************/
.mv {
	margin-top: 48px;
	/*background-color: var(--bg-color);
	z-index: 2;
	position: relative;*/
}
.mv .mv-img{
	background: url("../img/pc-mv.jpg") no-repeat center bottom/100%;
	margin: 0;
    padding-top: calc(1422 / 2732 * 100%);
	position: relative;
}
.mv h1 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}


@media screen and (max-width:767px) {
	.mv {
		margin-top: 40px; 
	}
	.mv .mv-img{
		margin: 0;
		background: url("../img/sp-mv.jpg") no-repeat center bottom/100%;
		padding-top: calc(1388 / 780 * 100%);
	}

}

/*------------上部バナー-----------------*/
.banner {
	width: 57%;
    max-width: 528px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.banner a {
	display: block;
	width: 50%;
}
@media screen and (max-width:767px) {
	.banner {
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}
	.banner a {
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}
}

	
/***************************************
05.NEWS
***************************************/
.bg-1 {
	background-color: var(--main-color);
}

section#news {
	padding: 70px 0 60px;
}
.information{
	width: 100%;
}
.information div.text-area>div{
	max-height: 250px;
	width: 40%;
	max-width: 500px;
	margin: auto;
	overflow: auto;
	padding: 0!important;
}
.information div.text-area .sale-btn {
	display: block;
    width: fit-content;
    margin: 10px auto 0;
    padding: 4px!important;
    background: var(--text-color);
    border-radius: 999px;
}
.information div.text-area .sale-btn:hover {
	background: var(--accent-color);
}
.information ul {
	height: 100%;
	overflow: auto;
}

.information ul li {
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 2em;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--accent-color);	
}

.information ul li time {
	width: 5em;
	font-size: 14px;
}

.information ul li p {
	padding-left: 1em;
	width: calc(100% - 6em);
}



@media screen and (max-width:1200px) {
	.information div.text-area>div {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width:767px) {
	
	.twitter-area a.bt{
		width: auto;
	}
	
}


.top-deco {
	width: 66px;
	position: absolute;
    margin-top: -40px;
    margin-left: 25%;
	mix-blend-mode: screen;
}

/***************************************
04.イントロダクション
***************************************/
#intro .text-area {
	position: relative;
}
#intro h2,
#intro .text-area .text-2 {
	position: relative;
	z-index: 10;
}
#intro .text-area .maru-deco-1 {
	position: absolute;
	width: 67px;
	z-index: 1;
	top: -36px;
    left: 50px;
}
#intro .text-area .maru-deco-2 {
	position: absolute;
	width: 122px;
	top: 180px;
	right: -30px;
	z-index: 1;
}
#intro .text-area .deco-1 {
	position: absolute;
	width: 82px;
	right: -87px;
    top: -39px;
	z-index: 1;
}
#intro .text-area .deco-2 {
	position: absolute;
	width: 86px;
	left: -90px;
    top: 130px;
	z-index: 1;
}
section#intro {
	padding: 70px 0 0;
}
#intro .inner{/*
	width: 100%;*/
	margin: 0 auto;
	max-width: 1130px;
	position: relative;
}
#intro .text-area {
	width: 70%;
	margin: 20px auto;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
}
#intro .text-area h3 {
	font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 4px;
	text-align: center;
	margin-bottom: 0;
}
#intro .text-area .text-2 p {
	text-align: center;
	padding-bottom: 1em;
}


@media screen and (max-width:767px) {
	#intro .text-area h3 {
		padding-bottom: 4px;
		font-size: 1.2em;
	}
	#intro .text-area .maru-deco-1,
	#intro .text-area .maru-deco-2, 
	#intro .text-area .deco-1,
	#intro .text-area .deco-2 {
		display: none;
	}
	section#intro {
	padding-top: 30px;
}
}



/***************************************
05.アーティスト #performer
***************************************/
#performer {
	--access-bg: var(--accent-color); /* #EC5390 */
	--wave-width: 48px;
	--wave-height: 8px;

	position: relative;
	z-index: 2;
	overflow: visible;

	background-color: var(--access-bg);
	margin-bottom: var(--wave-height);
}

/* 上下の波 共通 */
#performer::before,
#performer::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 3;

	width: 100%;
	height: var(--wave-height);

	background-repeat: repeat-x;
	background-size: var(--wave-width) var(--wave-height);

	pointer-events: none;
}

/* 上側の波 */
#performer::before {
	top: calc(var(--wave-height) * -1);

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='8' viewBox='0 0 48 8'%3E%3Cpath fill='%23EC5390' d='M0 0 C12 0 12 8 24 8 C36 8 36 0 48 0 V8 H0 Z'/%3E%3C/svg%3E");
}

/* 下側の波 */
#performer::after {
	bottom: calc(var(--wave-height) * -1);

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='8' viewBox='0 0 48 8'%3E%3Cpath fill='%23EC5390' d='M0 8 C12 8 12 0 24 0 C36 0 36 8 48 8 V0 H0 Z'/%3E%3C/svg%3E");
}

.sns ul {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 15px
}
.sns ul li{
	height: 30px;
	width: auto;
}
.sns ul li img{
	height: 100%;
	width: auto;
}
section#performer {
    padding: 70px 0 110px;
	background-color: var(--accent-color);
}
.Performer {
	margin: 0 auto;
}
.pc_p_first {
	margin-bottom: 25px;
}
.pc_p_first .img-area {
	width: 40%;
	margin: 0 auto;
}

#performer ul.guest{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	max-width: 1140px;
	width: 100%;
	margin: auto;
}
#performer ul.guest li{
	width: 31%;
	padding-bottom: 30px;
	text-align: center;
}
#performer ul.guest li .bg-w {
	background-color: #fff;
	padding: 7px;
}
#performer ul.guest li img{
	width: 100%;
}
#performer ul.guest li p{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	padding: 8px 0 7px;
}
#performer ul.guest li .comment-top {
	padding-top: 8px;
}

@media screen and (max-width:767px) {
	#performer h3{
		font-size: 30px;
	}

	#performer ul.guest{
		display: block;
		justify-content: space-between;
	}
	#performer ul.guest li{
		width: 87%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	#performer ul.guest::after{
	display: none;
	}
	#performer ul.guest li p{
		line-height: 1.4em;
		font-size: 18px;
		padding: 15px 0 8px 0;
	}
	#performer ul.guest.oneline li p{
		height: auto;
	}
}


@media screen and (max-width:767px) {
	details{
        margin-bottom: 0;
        padding: 0 10px;
	}
	details[open] summary{
		padding-bottom: 10px;
	}
	summary{
		padding: 3px 0;
		font-size: 16px;
	}
	div.answer{
		font-size: 14px;
	}
}


#performer .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	color: #fff;
}


#performer p.message-title{
	text-align: center;
	font-family: "DM Serif Display", serif;
	font-size: 18px;
	font-style: italic;
	padding-top: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
	width: 100%;
}

#performer p.message-title::before,
#performer p.message-title::after {
	content: "";
	flex: 1 1 auto;
	min-width: 0;
	border-top: 1px solid #AF9949;
}

#performer p.message{
	font-size: 1rem;
	padding-top: 0.5rem;
}	
	
.Performer #box-3 {
	animation-delay: .3s;
}

.Performer #box-4 {
	animation-delay: .6s;
}
#performer .Performer .sns-area.w60 {
	width: 55%;
	margin: 0 auto;
}
#performer .Performer .sns-area.w60 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
}

#performer .Performer .sns a:hover {
	opacity: 0.6;
}
#performer p.andmore{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
}
#performer p.small{
	text-align: right;
	font-size: 0.8rem;
}



/***************************************
07.チケット #ticket
***************************************/
#ticket h2 {
	height: 48px;
	width: auto;
	margin-bottom: 24px;
}
#ticket h2 img {
	height: 100%;
	width: auto;
}
.sale-btn {
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  padding: 4px;
  background: var(--deep-pink-color);
  border-radius: 999px;
}

.sale-btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 59px 10px 34px;
	background:var(--deep-pink-color);
	border: 1px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-decoration: none;
}
.sale-btn a::after {
	content: "";
	position: absolute;
	right: 29px;
	top: 50%;
	width: 18px;
	height: 13px;
	transform: translateY(-50%);
	background: url("../img/arrow.svg") no-repeat center / contain;
}
.sale-btn.sale-btn:hover {
	 background:var(--link-color);
}
.sale-btn a:hover {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 59px 10px 34px;
	background:var(--link-color);
	border: 1px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-decoration: none;
}


#ticket .inner {
	background-color: #FFF;
	border-radius: 30px;
	padding: 16px;
	margin-top: -170px;
}
#ticket .inner .ticket-bg {
	border: 1px solid #FF629C;
	border-radius: 30px;
	padding: 50px 0 32px;
}
#ticket .inner .ticket-bg .wrapper {
	width: 78%;
	margin: 0 auto;
}
#ticket .inner .outline,
#ticket .inner .about-ticket{
	padding-top: 24px;
}

#ticket .inner h3 {
	display: flex;
	align-items: center;
	gap: 28px;
	width: 100%;
	margin: 0 0 24px 0;
	color: #650036;
	font-size: 14px;
	font-weight:500;
	text-align: center;
}

#ticket .inner h3::before,
#ticket .inner h3::after {
	content: "";
	flex: 1;
	height: 8px;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 8'%3E%3Cpath d='M0 4 Q7.5 0 15 4 T30 4' fill='none' stroke='%23FF629C' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: center;
	background-size: 20px 8px;
}

#ticket .inner h3 span {
	flex-shrink: 0;
}




#ticket .inner .outline h4{
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 24px;
	line-height: 1.5;
	width: 100%;
    margin: 0 auto;
}
#ticket .inner .outline h4 span {
	font-weight: 500;
}
#ticket .inner .outline h4 .f-big {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
#ticket .t-contents{
	text-align: center;
}

#ticket .day {
	text-align: center;
	font-size: 1.6875em;
	font-weight: 500;
	position: relative;
	z-index: 10;
}
#ticket .day .text-1 {
	font-size: 22px;
    font-weight: 500;
	line-height: 1em;
}
#ticket .day .text-1 span,
#ticket .day .text-2 span{
	font-size: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
}
#ticket .day .text-2 {
	font-size: 18px;
	font-weight: 500;
}
#ticket .day .text-3 a,
#access .text-3 a{
	color: var(--deep-pink-color);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: baseline;
}
#ticket .day .text-3 a::before,
#access .text-3 a::before {
	content: "";
    background: url("../img/pin.png") no-repeat;
    width: 10px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    padding-right: 4px;
    vertical-align: middle;
}
#ticket .day .text-3 a:hover,
#access .place-map-area .text-3 a:hover{
	opacity: 0.6;
	text-decoration: none;
}

#ticket {
	z-index: 2;
}

@media screen and (max-width:767px) {
	#ticket .inner .outline{
		padding-top: 0;
	}
	#ticket .inner .about-ticket{
		padding-top: 20px;
	}
	#ticket .day .text-1 {
		line-height: 1.5em;
		font-size: 20px;
	}
	#ticket .day .text-1 span,
	#ticket .day .text-2 span {
		font-size: 16px;
	}
	#ticket .inner .outline h4{
		padding: 20px 0;
		font-size: 16px;
	}
	#ticket .inner .outline h4 .f-big {
    	font-size: 22px;
	}
	#ticket .t-contents .p-area small {
		font-size: 14px;
	}
	#ticket .t-contents .p-area strong {
		padding-top: 20px;
		line-height: 1em;
	}
	#ticket .t-contents .p-area .price-info {
		font-size: 12px;
		padding-top: 10px;
	}
	#ticket .t-contents .t-detail .sub-ttl {
		font-size: 22px;
	}
	#ticket .t-contents .t-detail .sub-ttl.f-16 {
		font-size: 16px;
	}
	#ticket .t-contents .t-detail h4 {
		font-size: 14px;
	}
	#ticket .t-contents .t-detail .eception-period p {
		line-height: 1.7em;
	}
	#ticket .f-text {
		width: 100%;
	}
	#ticket .inner h3::before, #ticket .inner h3::after {
		content: "";
		flex: 1;
		height: 8px;
		background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 8'%3E%3Cpath d='M0 4 Q7.5 0 15 4 T30 4' fill='none' stroke='%23FF629C' stroke-width='2'/%3E%3C/svg%3E);
		background-repeat: repeat-x;
		background-position: center;
		background-size: 12px 8px;
	}

}

#ticket h4 small{
	font-size: 1rem;
}
#ticket .contact-1 {
	text-align: center;
	padding: 20px 0 50px;
	line-height: 1.5em;
}
#ticket .contact-2 p{
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#ticket table .b-der-r {
	border-right: 1px solid #162328;
}
#ticket table .p-left {
	padding: 40px 10px 40px 20px;
}
#ticket table .ta-right span {
	text-align: right;
	display: inherit;
}
#ticket .row_01{
	padding-top: 40px;
}
#ticket .row_01 .ttl,
.sec_7 .row_01 .ttl {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25em;
}
#ticket .row_01 .row-1-inner {
	font-size: 14px;
	font-weight: 500;
}
#ticket .row_01 .row-1-inner ul {
	margin-top: 10px;
	padding-left: 0;
}
#ticket .row_01 .row-1-inner ul li{
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
}
#ticket .real {
	padding-bottom: 20px;
}
#ticket .t-contents {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#ticket .t-contents .p-area {
	text-align: center;
}
#ticket .t-contents .p-area{
	font-size: 18px;
	font-weight: 700;
}
#ticket p.price{
	padding: 0;
	font-size: 20px;
}
#ticket .t-contents .p-area strong{
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-left: 24px;
}
#ticket .t-contents .p-area small {
	font-size: 14px;
	font-family: "Zen Maru Gothic", sans-serif;
}
#ticket .t-contents .p-area .price-info {
	font-size: 14px;
	font-weight: 500;
	padding-top: 8px;
}
#ticket .t-contents .t-detail {
	padding: 32px 0 0;
    margin: 0 auto;
	max-width: 600px;
	text-align: left;
}
#ticket .t-contents .t-detail .sub-ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#ticket .t-contents .t-detail .sub-ttl.f-16 {
		font-size: 16px;
	}
#ticket .t-contents .t-detail h4 {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
}
#ticket .t-contents .t-detail .eception-period {
	text-align: center;
	font-size: 16px;
}	
#ticket .t-detail  {
	line-height: 1.5em;
}

#ticket .t-detail p.fc{
	padding-bottom: 20px;
}
#ticket .f-text {
	font-size: 14px;
	width: 80%;
	margin: 5px auto 0;
}

/***************************************
08.チケットに関する注意事項 #ticket
***************************************/
#ticket .ttl-area {
	padding-bottom: 50px;
}
	
#ticket .row_01 h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}
p.center{
	text-align: center;
	padding-top: 20px;
}

.row_01 a{
	color: var(--text-color);
}
.row_01 h5{
	padding: 20px 0 10px;
}
.row_01 {
	text-align: left;
	position: inherit;
	z-index: 20;
}
.row_01 p {
	line-height: 1.5em;
}
.row_01 ul {
	padding-left: 0.5em;
	font-weight: 500;
}
.row_01 ul li {
	font-size: 14px;
	padding-left: 1em;
	padding-bottom:0.5em;
    line-height: 1.7em;
	list-style: disc;
	list-style-position: inside;
	box-sizing: border-box;
}
.row_01 ul li.none_disc {
	text-indent: -1em;
	list-style: none;
}
.row_01 ul li ul {
	padding-left: 0;
}
.row_01 .l-s-none li {
	list-style: none;
	text-indent: -0.5em;
    padding-left: 0.5em;
}
.row_01 .l-s-none li::before {
	content: "・";
	display: inline-block;
}
.row-f-text {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 1em;
	font-weight: 500;
}
.contact-2{
	padding-top: 50px;
}
@media screen and (max-width:767px) {
	.row_01 h4,
	#ticket .row_01 h4 {
		font-size: 18px;
        font-weight: bold;
        text-align: center;
	}
	#ticket .row_01 .row-1-inner {
		font-size: 14px;
		padding: 0 10px;
	}
}


.contents {
	position: relative;
}
#ticket {
	z-index: 10;
}



/***************************************
09.ポッドキャスト　#podcast
***************************************/
#podcast {
	/* ピンク背景が始まる位置 */
	--pink-start: 160px;

	padding: 70px 0 100px;

	background: linear-gradient(
		to bottom,
		transparent 0,
		transparent var(--pink-start),
		#FFD9DD var(--pink-start),
		#FFD9DD 100%
	);
}
/*#podcast {
	margin-top: 130px;
}
#podcast {
	background-color: var(--main-color);
	padding: 0 0 50px;
	z-index: 5;
}*/
#podcast h2 {
	padding-bottom: 24px;
}
#podcast .f-text {
	font-size: 18px;
	font-weight: bold;
	margin: 5px auto 0;
	line-height: 1.35;
	text-align: center;
}
.podcast-area {
	border-radius: 20px;
	border: 2px solid #FF629C;
}
.podcast-area iframe {
	border-radius: 20px;
}
/*#podcast .podcast-area {
	width: 100%;
    position: relative;
    z-index: 10;
    margin: 0px auto;
}
#podcast .podcast-area .podcast-area-inner {
	position: relative;
    width: 100%;
    height: 0px;
    padding-top: 65%;
    z-index: 10;
    margin: 0px auto;
}
#podcast .podcast-area .podcast-area-innerr iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}*/

/***************************************
09.アクセス #access
***************************************/
section#access {
	padding: 50px 0 30px;
}
#access {
	--access-bg: #FFEBEF;
	--wave-width: 48px;
	--wave-height: 8px;

	position: relative;
	z-index: 2;
	overflow: visible;

	background-color: var(--access-bg);
	margin-bottom: var(--wave-height);
}

/* 上下の波 共通 */
#access::before,
#access::after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 3;

	width: 100%;
	height: var(--wave-height);

	background-repeat: repeat-x;
	background-size: var(--wave-width) var(--wave-height);

	pointer-events: none;
}

/* 上側の波 */
#access::before {
	top: calc(var(--wave-height) * -1);

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='8' viewBox='0 0 48 8'%3E%3Cpath fill='%23FFEBEF' d='M0 0 C12 0 12 8 24 8 C36 8 36 0 48 0 V8 H0 Z'/%3E%3C/svg%3E");
}

/* 下側の波 */
#access::after {
	bottom: calc(var(--wave-height) * -1);

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='8' viewBox='0 0 48 8'%3E%3Cpath fill='%23FFEBEF' d='M0 8 C12 8 12 0 24 0 C36 0 36 8 48 8 V0 H0 Z'/%3E%3C/svg%3E");
}


#access .place-map {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	padding-bottom: 4px;
}
#access .place-map-area {
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}

#access .access-link {
	padding:10px 0 30px 0;
	z-index: 10;
    position: relative;
}

#access .map-flex {
	display: flex;
	gap: 32px;
	align-items: center;
	margin-top: 10px;
}
#access .map-flex .place-map-area {
	padding: 30px 30px 0 30px;
}
#access .map-flex .place-map-area .text-3 a {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
#access .map-flex .place-map-area .text-4 {
	line-height: 1.4;
	font-weight: 500;
	padding-bottom: 16px;
}
#access .map-flex .place-map-area .access-info p {
	font-weight: bold;
}
#access .map-flex .place-map-area .access-info ul {
	list-style: disc;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}
#access .g_map {
	width: 49%;
	margin: 0 auto;
	position: relative;
    z-index: 10;
}
#access .g_map_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-top: 65%;
	z-index: 10;
}
#access .g_map_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/***************************************
10.GOODS sec_5
***************************************/
#goods {
}
.comingsoon{
	text-align: center;
	font-size: 20px;
	padding: 80px 0 140px;
}
/*仮*/
#goods_2 {
	padding: 100px 0;
}

#goods .ttl-area {
	padding-bottom: 50px;

}
section#goods {
	padding-bottom: 70px;
	
}
.goods .coming-soon {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.goods p.coming-soon {
	margin-bottom: 0;
}
.goods p{
	margin-bottom: 30px;
	font-size: 18px;
}



/***************************************
12.ご来場になるお客様へのお願い sec_7
***************************************/
section.sec_7 {
	background-color: var(--main-color);
	padding-bottom: 0;
	padding-top: 70px;
}
.sec_7 .row_02 {
	font-size: 14px;
	line-height: 1.7em;
	padding-bottom: 40px;
}
.sec_7 .row_01 {
	width: 87%;
	margin: 0 auto;
}
.sec_7 .row_01 h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 16px;
}
.sec_7 .row_01 .f-info {
	font-size: 14px;
}
.sec_7 .row_02 h5 {
	font-weight: bold;
	padding: 14px 0 5px;
}

.sec_7 .f-contact {
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
	font-weight: 500;
}
.sec_7 .f-contact .row-1 {
	padding-bottom: 20px;
	line-height: 1.5;
}
.sec_7 .f-contact .row-1 .fc-ttl-1 {
	
}
.sec_7 .f-contact .row-2 {
	padding: 20px 0 50px;
}
.sec_7 .f-contact .row-2 .fc-ttl-2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/***************************************
13.pagetop
***************************************/
#pagetop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    float: right;
    width: 60px;
    height: 60px;
	z-index: 1000;
}
#pagetop a{
	width: 60px;
	height: 60px;
	color: white;
	line-height: 60px;
	background: #000;
	display: block;
	border-radius: 50%;
	text-align: center;
}
#pagetop img {
    width: 100%;
    height: auto;
}
/***************************************
14.レスポンシブ
***************************************/
@media screen and (min-width:1400px){
	.pc_logo_area a br.pc-small{
		display: none;
	}
}
@media screen and (min-width:1300px) {
	.cast-list {
		padding-top: 30px;
	}
}

@media screen and (min-width:1161px) {

	.sp_tb_only {
		display: none;
	}
}


@media screen and (min-width:1025px) and (max-width:1200px) {
	.pc_logo_area{
		width: 40%;
	}
	header nav ul {
		padding: 0 3vw 0 0vw;
		width: 60%;
	}
	.modal__content {
		width: 80%;
	}
}
@media screen and (max-width:1024px) {
	.mv .mv-img {
		margin: 0;
	}
	header {
		height: auto;
	}
	.ticket {
        right: 10px;
    }
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	#intro {
		padding-bottom: 0!important;
	}
	

	#performer p.andmore{
		padding-bottom: 10px;
	}

	#ticket .t-contents .p-area {
		display: block;
	}
	
	#ticket .t-contents {
		width: 100%;
		margin: 0 auto;
	}
	#ticket h3 span {
		border-bottom: none!important;
		width: auto;
	}
	#ticket .t-contents br.sp_only,
	#ticket .sp-bg-area-4 br.sp_only{
		display: none;
	}
	#ticket .t-contents .t-detail .eception-period {
		padding: 10px 0 0 0;
	}
	#ticket .price .t_a_c {
		padding-bottom: 10px;
	}
	#ticket .price span {
		font-size: 14px;
	}
	#ticket .t-contents .p-area {
		padding: 0;
	}
	#ticket .t-contents .p-area .t_a_c{
		font-size: 20px;
		line-height: 1.6em;
	}
	#ticket .day {
		padding-bottom: 25px;
		font-weight: 300;
	}
	
	#ticket .day .text-1 .text-1 {
		font-size: 23px;
	}
	#ticket .day .text-1 .text-1-1 {
		font-size: 16px;
	}
	#ticket .day .text-1 .text-1-2 {
		font-size: 14px;
	}
	#ticket .day .text-1 .text-1-3 {
		font-size: 19px;
	}
	#ticket .day .text-2 {
		font-size: 23px;
	}
	#ticket .live .real .p-area .t_a_c {
		font-size: 18px;
		padding-bottom: 15px;
	}
	#ticket .live .real .p-area span {
		font-size: 14px;
		text-align: center;
		display: inherit;
		padding-bottom: 40px;
	}
	#ticket .live .real .p-area span.f-s-08 {
		display: inline-block;
	}
	#ticket .live .real .f_w_b_500 {
		font-weight: 500;
	}
	#ticket .t-detail dl {
		padding-bottom: 20px;
		text-align: left;
		display: flex;
	}
	#ticket .t-detail dl dt {
		width: 100%;
		text-align: center;
		padding-bottom: 0;
		font-size: 0.8rem;
	}
	#ticket .t-detail dl dd {
		width: 100%;
		text-align: center;
	}
	#ticket .p-area .t_a_c{
		font-size: 18px;
		padding-bottom: 30px;
	}
	#ticket table .f-ttl {
		text-align: center;
	}
	#ticket table .b-der-r {
		border-right: none;
	}
	#ticket .sub-ttl-1 {
		text-align: center;
		font-weight: 500;
		font-size: 19px;
		padding-bottom: 10px;
	}
	#ticket .price-area {
		display: flex;
		justify-content: space-around;
		padding: 20px;
		text-align: center;
		font-size: 16px;
	}
	#ticket .price-area span.f_l {
		display: block;
	}
	#ticket .price-area span.f_s {
		display: block;
		padding-bottom: 10px;
		font-size: 0.875em;
	}
	#ticket .url-area {
		padding-bottom: 20px;
	}
	#ticket .url-area a {
		font-size: 0.9em;
	}
	#ticket .contact-2 {
		width: 87%;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	#ticket .contact-2 p {
		text-align: center;
		line-height: 1.5em;
		padding-bottom: 10px;
	}
	#ticket .row_01 {
		width: 100%;
		padding: 32px 0 0;
		box-sizing: border-box;
	}
	#ticket .row_01 h4 {
		padding: 0 0 10px;
	}
	#ticket .inner .ticket-bg .wrapper {
		width: 100%;
		padding: 28px 6px;
		box-sizing: border-box;
	}
}

@media screen and (min-width:1025px) and ( max-width:1160px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
	.pc_p_first {
		padding: 15px 0 40px;
	}
	#performer .name {
		padding-top: 4px;
	}
	/*#performer .Performer .sns-area.w60 ul {
		padding-top: 10px;
	}
	#performer .Performer .sns-area.w50 ul {
		padding-top: 8px;
	}*/
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	/**共通**/
	body {
		font-size: 14px!important;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp_tb_only {
		display: block;
	}
	.Performer-list .sp_only {
		display: none;
	}
	.scroll-area {
		width: 100px;
		margin: 0 auto;
		position: absolute;
		left: 43.5%;
		top: 79%;
	}
	/**sec_01**/
	#intro {
		padding-bottom: 95px;
		position: relative;
		z-index: 0;
		/*background: url(../img/mv-sp-2.jpg)no-repeat;
		background-attachment: fixed;
		background-size: cover;*/
	}

	/**sec_02**/

	#performer .inner {
		padding: 25px 0 0;
	}
	#performer .modal-content .content {
		margin: 0 auto;
		padding: 30px 40px 0;
	}
	#performer .name {
		font-size: 1.5em;
	}
	#performer .name_s {
		font-size: 1.25em;
	}
	.modal__content {
		padding: 20px;
		width: 100%;
	}
	#ticket {
		padding-bottom: 80px;
		position: relative;
	}
	#ticket .inner .outline,
	#ticket .inner .about-ticket{
		width: 100%;
	}
	#ticket .sp_only.price {
		display: none;
	}
	#ticket .t-contents .t-detail {
		width: 100%;
	}
	#ticket .contact-1 {
		padding: 20px 0 30px;
	}
	#ticket table {
		width: 100%;
	}
	#access thead th {
		text-align: center;
	}
	#access table .w_15 {
		width: 20%;
	}
	#access table td {
		padding-right: 1em;
		box-sizing: border-box;
	}
	#access table th.f-c-glay {
		padding: 2em 0.5em 2em 0.5em;
	}
	#access .inner {
		padding-bottom: 80px;
	}

	#goods .comingsoon .montserrat {
		padding: 30px 0 60px;
	}

}

@media screen and (max-width:767px) {
	body {
		font-size: 16px;
		position: relative;
		background-image: none;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp_tb_only {
		display: block;
	}

	section .inner{
		width: 92%;
		margin: 0 auto;
		
	}
	section h2 {
		height: 30px;
	}
	.scroll-area {
		width: 100px;
		margin: 0 auto;
		position: absolute;
		top: 71%;
		left: 38%;
	}
	/*ローディング*/
	.loader img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.top-deco {
		display: none;
	}
	/*チケット*/
	.ticket .bt {
		width: 22vw;
        height: 9.4vw;
	}
	.information{
		margin-bottom: 0px;
		padding: 0;
	}
	
	#intro {
		padding-bottom: 0;
	}

	#intro #twitter-widget-0, .t-inner iframe {
		width: 76vw!important;
		max-width: 800px!important;
		height: calc(76vw * 0.60)!important;
		margin: auto;
	}
	#intro .text-area {
		width: 100%;
		padding: 0px 0 0px;
		font-size: 16px;
        line-height: 1.6em;
	}
	#intro .text-area .text-2 p {
		font-size: 16px;
	}

	#intro .img-area {
		width: 100%;
		padding-top: 30px;
	}
	#intro .t-inner {
		text-align: center;
	}
	.twitter-area .t-ttl {
		line-height: 1.25em;
		font-size: 1em;
    	font-weight: 600;
	}
	#intro {
    	padding: 50px 0 0;
	}
	
	section#news {
		padding: 60px 0 65px;
	}
	#news h2 {
		margin-bottom: 4px;
	}
	.information div.text-area>div {
		max-height: 105px;
		width: 83%;
		max-width: 300px;
	}
	.information ul li{
		padding: 8px 10px 3px;
		line-height: 1.4em;
		font-size: 12px;
	}
	.information ul li time {
		font-size: 12px;
	}
	section#performer {
		padding: 55px 0 100px;
	}
	#performer  h2 {
		margin-bottom: 10px;
	}
	#ticket {
		position: relative;
		padding-bottom: 90px;
	}
	.pc_p_first .img-area {
		width: 86%;
	}
	.pc_p_first{
		width: 100%;
		padding: 0;
	}
	.modal-content .content {
		padding: 0;
	}
	#performer .Performer ul.Performer-list {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#performer .Performer ul.Performer-list li {
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
	}

	#performer .Performer .sns-area.w60 ul {
		width: 100%;
		padding-top: 10px;
	}
	#performer .name {
		padding: 6px 0 3px;
		font-size: 18px;
		line-height: 1em;
	}
	#performer .Performer .sns-area.w50 ul {
		padding-top: 5px;
	}
	#performer .Performer .sns-area.w50 {
		width: 62%;
		margin: 0 auto;
	}
	#ticket .inner .ticket-bg {
		padding: 28px 0 28px;
	}
	#ticket h2 {
		height: 30px;
		margin-bottom: 16px;
	}
	#ticket .t-contents .t-detail {
		width: 100%;
		padding: 30px 0 0;
	}
	#ticket .t-contents {
		width: 100%;
		margin: 0 auto;
		border-bottom:none;
	}
	#ticket .inner {
		width: 96%;
		padding: 5px;
		margin-top: -108px;
	}
	#ticket .t-contents br.sp_only,
	#ticket .sp-bg-area-4 br.sp_only{
		display: block;
	}
	#performer .modal-inner-2 .pc_only.sns-box {
		display: none;
	}
	#performer .modal-inner-2 .sp_only.sns-box {
		display: block;
	}
	#ticket .inner h3{
		margin-bottom: 10px;
		width: 100%;
		font-size: 14px;
	}
	#ticket p.price {
		text-align: center;
		padding: 1em 0 0 0;
		font-size: 16px;
	}
	#ticket .price .t_a_c {
		padding-bottom: 10px;
	}
	#ticket .t-contents .t-detail .eception-period {
		text-align: center;
		font-size: 12px;
	}
	#ticket .t-contents .t-detail .eception-period span {
		font-size: 14px;
	}
	#ticket .day {
		padding-bottom: 4px;
	}
	
	#ticket .day .text-1 .text-1 {
		font-size: 23px;
	}
	#ticket .day .text-1 .text-1-1 {
		font-size: 16px;
	}
	#ticket .day .text-1 .text-1-2 {
		font-size: 14px;
	}
	#ticket .day .text-1 .text-1-3 {
		font-size: 19px;
	}
	#ticket .day .text-2 {
		font-size: 16px;
		line-height: 1em;
	}
	#ticket h3.price-pc {
		width: 100%;
		padding-bottom: 30px;
	}
	#ticket .live .real .p-area .t_a_c {
		font-size: 18px;
		padding-bottom: 15px;
	}
	#ticket .live .real .p-area span {
		font-size: 14px;
		text-align: center;
		display: inherit;
		padding-bottom: 40px;
	}
	#ticket .live .real .f_w_b_500 {
		font-weight: 500;
	}
	#ticket .live .live_archive {
		border-bottom: 1px solid #162328;
		padding-bottom: 20px;
	}
	#ticket .t-detail dl {
		padding-bottom: 20px;
		text-align: left;
		display: flex;
	}
	#ticket .t-detail dl dt {
		width: 100%;
		text-align: center;
		padding-bottom: 0;
		font-size: 0.8rem;
	}
	#ticket .t-detail dl dd {
		width: 100%;
		text-align: center;
	}
	#ticket table td.w50 {
		padding-left: 0;
	}
	#ticket table ul {
		border-bottom: 1px solid #768593;
	}
	#ticket table ul:last-child {
		border-bottom: none;
	}
	#ticket table th {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 1em!important;
		text-align: center;
		box-sizing: border-box;
	}
	#ticket table td {
		display: block;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 1em 0 2em;
	}
	#ticket table .p-left {
		padding: 1em 0 2em;
	}
	#ticket table .l-tr {
		border-bottom: none!important;
	}
	#ticket table dl,
	#ticket .sp-bg-area-4 dl {
		display: flex;
		flex-wrap: wrap;
	}
	#ticket table dt,
	#ticket .sp-bg-area-4 dt {
		font-weight: normal;
		width: 25%;
		padding-bottom: 0.75em
	}
	#ticket table dd{
		width: 75%;
		padding-bottom: 0.75em;
		line-height: 1.25em;
	}
	#ticket .sp-bg-area-4 dd {
		width: 75%;
		line-height: 1.25em;
		padding-bottom: 0.75em;
	}
	#ticket .sp-bg-area-4 dt.w-40 {
		width: 40%;
	}
	#ticket .sp-bg-area-4 dd.w-60 {
		width: 60%;
	}
	#ticket .p-area .t_a_c{
		font-size: 18px;
		padding-bottom: 30px;
	}
	#ticket .t-contents .t-detail .sub-ttl {
		font-size: 20px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
	}
	#ticket .t-contents .t-detail h4 {
		font-size: 14px;
	}
	#ticket .t-contents .t-detail .sub-ttl.f-16 {
		font-size: 16px;
	}
	#ticket table .f-ttl {
		text-align: center;
	}
	#ticket table .b-der-r {
		border-right: none;
	}
	#ticket .sub-ttl-1 {
		text-align: center;
		font-weight: 500;
		font-size: 19px;
		padding-bottom: 10px;
	}
	#ticket .price-area {
		display: flex;
		justify-content: space-around;
		padding: 20px;
		text-align: center;
		font-size: 16px;
	}
	#ticket .price-area span.f_l {
		display: block;
	}
	#ticket .price-area span.f_s {
		display: block;
		padding-bottom: 10px;
		font-size: 0.875em;
	}
	#ticket .url-area {
		padding-bottom: 20px;
	}
	#ticket .url-area a {
		font-size: 0.9em;
	}
	#ticket h4{
		font-size: 1.2em;
		padding:0 0 0px 0;
	}
	#ticket .contact-2 {
		width: 87%;
		margin: 0 auto;
		padding: 20px 0 10px;
	}
	#ticket .contact-2 p {
		text-align: center;
		line-height: 1.5em;
		padding-bottom: 10px;
		border-bottom: none;
	}
	#ticket .row_01 {
		
	}

	#ticket h4 small{
		font-size: 0.8rem;
	}
	#ticket .t-contents .p-area .t_a_c{
		padding-bottom: 0;
		font-size: 17px;
		font-weight: bold;
	}
	#ticket .t-detail dl{
		padding-bottom: 0px;
	}
	#ticket .t-contents .p-area .t_a_c br.sp_only{
		display: none;
	}
	#ticket .t-contents .p-area .t_a_c:before{
		display: none;
	}
	#ticket .t-contents .p-area .t_a_c.streaming-price{
		padding-bottom:10px;
	}
	#ticket .movie{
		width: 100%;
		margin: 10px auto;
	}
	#ticket .movie video{
		height: 200px;
	}
	#access {
		padding: 67px 0 85px;
	}
	#access h2 {
		margin-bottom: 16px;
	}
	#access .place-map-area .text-4 {
		font-size: 14px;
	}
	#access .place-map-area {
		padding-bottom: 5px;
	}
	#access .g_map {
		width: 100%;
	}
	section#access{
		margin-top: 0;
		padding: 23px 0 30px;
	}
	section#access .wrapper {
        padding: 0;
    }
	#access .inner {
		padding-top: 0;
	}
	#access .place-map-area
	#access .text-area .text-1 {
		font-size: 23px;
		font-weight: 300;
		padding: 20px 0 ;
	}
	#access .place-map p {
		font-size: 14px;
	}
	#access .place-map a {
		font-size: 16px;
	}
	#access a.bt{
		padding: 10px;
		font-size: 18px;
	}
	#access .text-area .text-2 {
		font-size: 1em;
		line-height: 1.25em;
		padding: 15px 0 10px;
	}
	#access .text-4 {
		font-weight: 500;
		font-size: 12px;
	}
	#access .map-flex .place-map-area {
		padding: 8px 0 0;
	}
	#access .map-flex .place-map-area .access-info ul {
		padding-left: 1em;
	}
	section#goods {
		padding: 0 0 40px;
	}
	section#goods h2 {
		margin-bottom: 10px;
	}
	.goods .coming-soon p {
		line-height: 1em;
	}
	#access .map-flex {
    	display: block;
	}
	.sec_7 {
		position: relative;
		padding-bottom: 80px;
	}
	.sec_7 .row_01 {
		width: 100%;
	}
	.sec_7 .row_01 .ttl,
	.sec_7 .row_01 .info_text{
		text-align: left;
	}
	.sec_7 .row_01 .ttl{
		font-size: 1.1em;
	}

	#podcast {
    	padding: 40px 0 80px;
	}

	#goods .comingsoon{
		padding: 30px 0;
	}
	section#archive {
		padding: 40px 0 32px;
	}
	#archive ul {
		display: block;
	}
	#archive ul li {
		width: 76%;
		margin: 0 auto 24px;
	}
	#archive ul li .text-area .text-02 {
		font-size: 12px;
		line-height: 1.2em;
	}
	section.sec_7 {
		padding: 0 0 40px;
	}
	.sec_7 .row_01 h4 {
		padding: 0 0 10px;
    	line-height: 1.7em;
	}
	.sec_7 .row_02 h4 {
		padding: 9px 0 5px;
	}
	.sec_7 .f-contact .row-1 {
		padding-bottom: 10px;
	}
	.sec_7 .row_02 {
		padding-bottom: 40px;
	}
	.sec_7 .f-contact .row-2 {
		padding: 10px 0 0;
	}
	.sec_7 .f-contact .row-2 p {
		font-weight: 500;
	}
	footer p {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	footer {
		padding: 0 0 30px 0;
	}

}

@media screen and (max-width: 380px) {
	#performer .Performer ul li, #performer .Performer .empty_item {
		padding-top: 15px;
	}
	.header-nav > ul > li a {
		font-size: 24px;
	}

}




















