@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)
 */

 :root {
	--bg-color: #072051;
	--accent-color:#F229C2;
	--text-color: #fff;
	--bg-star:url(../img/star_back.png) repeat-y center center/100%;
	--box-shadow:2px 2px 10px rgba(255,255,255,0.4);
	--text-shadow:2px 2px 5px rgba(255,255,255,0.4);
}

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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: left;
	overflow-x: hidden;
	transform-origin: top center;
	position: relative;
}

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;
}



/***************************************
02.共通
 ***************************************/
body {
	font-size: 16px;
	color: var(--text-color);
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	background: var(--bg-star);
	background-color: var(--bg-color);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	word-break: break-all;
	text-decoration: none;
}

img {
	width: 100%;
	vertical-align: middle;
	pointer-events: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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 header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
section h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
}
section h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
section h4{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
}
section h4 span{
	display: inline-block;
	padding: 0 10px 10px 10px;
	position: relative;
}
section h4 span::after {
    content: '';
    width: 100%;
    height: 3px;
	border-radius: 3px;
    background: var(--accent-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.noto-sans {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 500;
}


/*------------チケット-----------------*/
.ticket {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 104px;
	height: 119px;
	padding: 20px;
	z-index: 100;
	background: url(../img/ticket_bt.png) no-repeat center center/100%;
}

.ticket a {
	display: block;
	color: white;
	padding-top: 20px;
	text-align: center;
}
@media screen and (max-width:1024px) {
	.ticket {
		display: block!important;
		right: -50px;
		width: 81px;
		height: 91px;
		right: 10px;
		bottom:25.5%;
		width: 20%;
		padding: 0;
	}
	.ticket.pc_only{
		display: none!important;
	}
	.ticket a{
		color: white;
		text-align: center;
		padding-top:40px;
	}
}

/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/
.pc_logo_area {
	padding: 5px 0;
	display: block;
	box-sizing: border-box;
}
.pc_logo_area a {
	display: inline-block;
	color: white;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
.pc_logo_area a img {
	height: 70px;
}
.pc_logo_area a small{
	font-size: 16px;
}
.sp_logo_area,
.sp-tickets {
	display: none;
}
header {
	position: relative;
	width: 100%;
	display: none;
}
header nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	background-color:var(--bg-color);
	padding: 0 2vw;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	gap: 3vw;
	box-sizing: border-box;
}
header nav ul a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05em;
}
header nav ul a:hover {
	opacity: 0.7;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	#top-head {
		position: fixed;
		display:block!important;
		z-index: 100;
		top: 0!important;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 18px 20px;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		padding: 0 30px;
		z-index: 200;
	}
	.header-nav-list {
		display: block;
		padding: 50px 0 0;
	}
	.header-nav .share {
		margin-top: 40px;
	}
	.header-nav .share > p {
		font-size: 18px;
		text-align: center;
	}
	.header-nav .share-wrapper {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.header-nav .share-button {
		width: 40px;
		height: 40px;
		margin-left: 50px;
	}
	.header-nav .share-button:first-child {
		margin-left: 0;
	}
	.sp_header {
		display: flex;
	}
	.pc_logo_area {
		display: none;
	}
	.sp_logo_area {
		width: 60px;
		padding: 15px;
		display: block;
	}
	.sp-tickets {
		display: flex;
		height: 60px;
		padding: 7px 10px 2px;
		text-align: center;
		justify-content: center;
		margin: 0 auto;
		box-sizing: border-box;
		width: 100%;
	}
	.sp-tickets .sp-logo {
		width: 78%;
		margin-right: 5px;
		padding-top: 0px;
	}
	.sp-tickets a.sp-logo{
		display: none;
		color: white;
		text-align: left;
		font-weight: bold;
	}
	.sp-tickets a.sp-logo small{
		font-size: 11px;
	}
	.sp-tickets .tickets-img {
		width: 96px;
	}
	.sp-tickets img {
		width: 100%;
		height: auto;
	}
	header nav{
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		background: var(--bg-color);
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
	header nav ul li a {
		padding: 16px;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
		padding-left: 0;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child {
		border: none;
	}
	header nav ul li a{
		display: block;
	}

	/*開閉ボタン*/
	#nav_toggle {
		display: block;
		width: 36px;
		height: 24px;
		position: relative;
		z-index: 500;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #FFFFFF;
		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;	
	}
	.open #nav_toggle span {
		background: #FFF;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:11px;
	}
	#nav_toggle span:nth-child(3){
		top:22px;
	}

	/*開閉ボタン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: 20px 0;
		color: #FFF;
		font-size: 24px;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
		color: #fff;
	}
}
@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		left: 0;
	}
}

/*------------フッター-----------------*/
footer {
	background: var(--bg-color);
	padding: 40px 0;
	position: relative;

}
footer p {
	color: #fff;
	padding-bottom: 0.5em;
	text-align: center;
}
footer small {
	font-size: 16px;
}

/*------------共通-----------------*/
section .inner{
	margin: 0 auto;
	max-width: 1130px;
	position: inherit;
	z-index: 50;
}
/***************************************
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;
}

/***************************************
03.メインビジュアル
 ***************************************/
.mv {
	display: flex;
	position: relative;
	aspect-ratio: 1366 / 1026;
}
.mv .mv-img {
	flex-basis: calc(760 / 1366 * 100%);
	aspect-ratio: 760 / 1026;
	flex-shrink: 0;
	overflow: hidden;
}
#news {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	flex-direction: column;
}
#icon-syr2 {
	max-width: 597px;
	margin: 80px auto 70px;
	width: calc(460 / 1366 * 100vw);
}
.text-shadow {
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
#news h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
}
#news ul {
	border-radius: 10px;
	padding: 20px;
	background: #FFF;
	line-height: 1.5;
	margin-bottom: 30px;
	overflow-y: auto;
	height: 4em;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#news a {
	color: #000;
	text-decoration: underline;
}
#news a:hover {
	text-decoration: none;
}
#news time {
	margin-right: 10px;
}
#news h2.news-twitter-title {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 0;
}
#news h2.news-twitter-title > span {
	font-size: 16px;
}
#news .news-twitter a {
	display: block;
	width: 70%;
	margin: 0 auto;
	border-radius: 22px;
	background: var(--accent-color);
	font-weight: 900;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 14px;
}
#news .news-twitter a:hover {
	opacity: 0.7;
}
#news .schedule {
	color: #fff;
	line-height: 32px;
	margin-top: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: left;
}
#news .schedule .large {
	font-size: 24px;
}
#news .schedule .dates{
	display: block;
	line-height: 1.4em;
}
#news .schedule .date{
	font-size: 22px;
}
#news .schedule .place {
	font-size: 16px;
	padding-bottom: 10px;
    display: block;
}
#news .schedule > div {
	letter-spacing: 0;
	/*display: grid;
	grid-template-columns: min-content auto;
	align-items: baseline;*/
}
#news .schedule > div > div {
	white-space: nowrap;
}
#news .news-ticket {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background: url(../img/ticket_bt.png) no-repeat center top/100%;
	width: 242px;
	height: 272px;
	margin: auto;
	font-weight: 700;
}
#news .news-ticket a{
	color: var(--text-color);
	text-decoration: none;
}
#news .news-ticket img {
	width: 255px;
}
#news .news-ticket img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1400px) {
	#news {
		padding: 0 40px;
	}
}
@media screen and (max-width: 1340px) {
	#news {
		padding: 0 20px;
	}
	#news .schedule {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1300px) {
	#news .news-ticket {
		margin-top: 10px
	}
}
@media screen and (max-width: 1260px) {
	#icon-syr2 {
		width: calc(400 / 1366 * 100vw);
		margin: 20px auto;
	}
	#news .schedule .dates{
		width: auto;
		display: block;
	}
	#news .schedule .place{
		display: block;
		margin-bottom: 10px;
	}
	#news .schedule {
		margin-top: 20px;
	}
	#news .schedule .large {
		font-size: 16px;
	}
}
@media screen and (max-width: 1100px) {
	#news  {
		padding: 0 10px;
	}
	#news ul {
		margin-bottom: 20px;
	}
	#news h2.news-twitter-title {
		margin-top: 0;
	}
	#news .schedule .place.small {
	}
}

/***************************************
04.イントロダクション
 ***************************************/
.sec_0 {
	padding: 100px 0;
	position: relative;
}
.sec_0::before{
	content: "";
	opacity: 0.6;
	background: #122A59;
	background: linear-gradient(135deg,rgba(18, 42, 89, 1) 30%, rgba(242, 41, 194, 1) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_0::after{
	content: "";
	background: url(../img/star_back.png) repeat-y center center/100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section .sec_0 .inner{
	width: 100%;
	margin: 0 auto;
	max-width: 1130px;
}
.sec_0 header {
	margin-top: 50px;
}
.sec_0 .casts-overview {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.sec_0 .casts-overview > p {
	margin-top: 30px;
}
.sec_0 .casts-overview > p:first-child {
	margin-top: 0;
}
.sec_0 .casts-overview > p > span {
	font-size: 20px;
}
.sec_0 dl {
	margin-bottom: 20px;
}
.sec_0 dt,
.sec_0 dd {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}
.sec_0 dt {
	font-size: 16px;
	width: 100px;
	line-height: 20px;
}
.sec_0 dd {
	font-size: 20px;
}
.sec_0 dd > p {
	margin-top: 10px;
}
.sec_0 dd > p:first-child {
	margin-top: 0
}
.sec_0 dl.horizontal {
	display: flex;
}
.sec_0 dl.horizontal > dt {
	margin-right: 10px;
	width: auto;
}
.sec_0 dl.horizontal > dd {
	margin-right: 20px;
}

.sec_0 .inner {
	margin: 0 auto;
	position: relative;
}
.sec_0 .text-1 {
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 40px 0 50px;
}
.sec_0 .text-1 span {
	font-size: 20px;
}
.sec_0 .text-2 {
	font-weight: bold;
	line-height: 30px;
}
.sec_0 .text-2 p {
	text-align: center;
	max-width: 780px;
	margin: 30px auto 0;
	letter-spacing: 0.1em;
}

/***************************************
05.キャスト .sec_1
 ***************************************/
.sec_1 {
	padding: 100px 0;
}
.sec_1 header {
	margin-bottom: 20px;
}
.sec_1 .casts-overview {
	width: fit-content;
	margin: 0 auto 50px;
}
.sec_1 p {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
.sec_1 .casts-overview span {
	font-size: 20px;
}
.sec_1 .casts-overview .small {
    font-size: 16px;
}
.sec_1 .casts-overview .pc_only {
	display: inline;
}
.sec_1 .staff {
	line-height: 30px;
}

/***************************************
06.チケット .sec_2
 ***************************************/
.sec_2 {
	padding: 100px 0;
	position: relative;
	background: #4480A6;
	background: linear-gradient(110deg,rgba(68, 128, 166, 1) 0%, rgba(18, 42, 89, 1) 40%, rgba(60, 0, 116, 1) 86%);
}
.sec_2::after{
	content: "";
	background: url(../img/star_back.png) repeat-y center center/100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.sec_2 .inner{
	width: calc(1103 / 1366 * 100%);
	margin: 0 auto;
	max-width: 1103px;
}
.sec_2 header {
	margin-bottom: 40px;
}
.sec_2 h3 {
	text-align: center;
	color: var(--accent-color);
	font-size: 20px;
	font-weight: bold;
	text-shadow: none;
}
.sec_2 .overview {
	text-align: center
}
.sec_2 .overview > p {
	margin: 20px 0 40px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 26px;
}
.sec_2 .overview .ticket-price{
	padding: 10px 0 40px 0;
}
.sec_2 .overview dl {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sec_2 .overview dt {
	width:4em;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 18px;
}
.sec_2 .overview dd{
	width: 10em;
	text-align: left;
	position: relative;
}
.sec_2 .overview dd small{
	position: absolute;
	bottom: 0;
	right: -7em;
}
.sec_2 .overview dd strong{
	font-size: 30px;
}
.sec_2 .overview .date-place{
	padding-bottom: 30px;
}
.sec_2 .overview .date-place p {
	padding-bottom: 20px;
	line-height: 1.8em;
}


@media screen and (max-width:767px) {
	.sec_2 .overview dl{
		display: block;
	}
	.sec_2 .overview dd,
	.sec_2 .overview dt{
		width: 100%;
		text-align: center;
	}
	.sec_2 .overview dt{
		justify-content: center;
		padding-bottom: 10px;
	}
	.sec_2 .overview dd strong{
		font-size: 25px;
	}
	.sec_2 .overview dd small{
		display: block;
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 5px;
	}
	.sec_2 .overview .date-place p{
		font-size: 16px;
	}
}


.sec_2 .access > section {
	background: #FFF;
	color: #48070C;
	margin-top: 40px;
	padding: 50px 0;
	border-radius: 10px;
}
.sec_2 .access > section:first-of-type {
	margin-top: 20px;
}
.sec_2 .access > section > h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec_2 .access > section > section {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sec_2 .access h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	padding: 0 0px 6px 0px;
	border-bottom: solid 1px var(--accent-color);
}
.sec_2 .access h5::before {
	content: '★';
	color: var(--accent-color);
}
.sec_2 .access section p {
	text-align: center;
	line-height: 20px;
}

.sec_2 .access section .caution{
	text-align: left;
	width: 41%;
	margin: 20px auto 50px;
}
.sec_2 .access a {
	color:var(--accent-color);
	display: inline-block;
}
.sec_2 .access a:hover {
	text-decoration: underline;
}


.sec_2 .ticket-info dl{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.6em;
}
.sec_2 .ticket-info dt {
	width:8em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec_2 .ticket-info dd{
	width: 15em;
	text-align: left;
	position: relative;
}
#tokyo.ticket-info dd{
	width: 16em;
}
#osaka.ticket-info dd{
	width: 19em;
}
@media screen and (max-width:767px) {
	.sec_2 .ticket-info dl{
		justify-content: flex-start;
	}
	.sec_2 .ticket-info dt{
		width: 7em;
	}
	#tokyo.ticket-info dd,
	#osaka.ticket-info dd,
	.sec_2 .ticket-info dd{
	width: 15em;
	text-align: left;
	position: relative;
}
}

.sec_2 .access > section img {
	margin-top: 14px;
	height: auto;
}
.sec_2 .access > section#tokyo img {
	width: 438px;
}
.sec_2 .access > section#aichi img,
.sec_2 .access > section#osaka img {
	width: 108px;
}
.sec_2 .access .ticket-date {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.sec_2 .access .contact {
	text-align: left;
}
.sec_2 .ticket-note {
	margin-top: 60px;
}
.sec_2 .ticket-note header {
	display: block;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}
.sec_2 .ticket-note header::before,
.sec_2 .ticket-note header::after {
	content: none;
}
.sec_2 .ticket-note header h3 {
	color: white;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec_2 .ticket-note > p {
	margin-bottom: 10px;
}
.sec_2 .ticket-note > ul {
	list-style: disc;
	padding-left: 1em;
	line-height: 26px;
}



/***************************************
05.アーティスト .sec_2
 ***************************************/

.sec_2 .name {
	font-weight: 800;
	font-size: 1.5625em;
	padding-top: 8px;
	text-align: center;
	color: #D4DEE8;
}
.sec_2 p.small{
	text-align: right;
	font-size: 0.8rem;
}

/*モーダル*/

.modal-content {
	width: 100%;
}
.modal__content .head {
	display: flex;
	justify-content: space-between;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.modal-content .content{
	margin: 0 auto;
	padding: 30px 40px;
}

.modal-content .content .h-btn img:hover {
	opacity: 0.7;
}

.modal-content .content .h-btn {
	width: 15%;
	max-width: 190px;
	margin: 0 auto;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.modal__bg{
	background: #162328;
	opacity: 0.3;
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	height: 65vh;
	background: #162328;
	left: 50%;
	padding: 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.modal__content .modal-inner {
	height: 100%;
	overflow-y: auto;
}
.modal__content .modal-inner-2 {
	display: flex;
	justify-content: space-between;
}
/*モーダルコンテンツ内*/

.modal-content .modal-inner .img-area,
.modal-content .modal-inner .text-area{
	width: 48%;
}
.modal-content .modal-inner .text-area .text-01 {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.66em;
	text-align: left;
}
.modal-content .modal-inner .img-area .sns-box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}
.modal-content .modal-inner .img-area .sns-box ul li{
	width: 31px;
	margin: 0 22px;
}
.modal-content .modal-inner .text-area h3 {
	font-weight: 800;
	font-size: 1.5625em;
	color: #D4DEE8;
	border-bottom: 3px solid #96E953;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.modal-content .modal-inner .text-area p {
	padding-bottom: 10px;
	line-height: 1.5em;
}
/*バツボタン*/
.batsu {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	right: -20px;
	background-color: #fff;
	border-radius: 50%;
}

.batsu::before, .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5px; /* 棒の幅（太さ） */
	height: 25px;
	background: #162328;
}

.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
/***************************************
07.アクセス .sec_3
 ***************************************/
.sec_3 {
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.sec_3 header {
	margin-bottom: 20px;
}
.sec_3 h3 a {
	display: block;
	min-width: 260px;
	width: fit-content;
	padding: 0 26px;
	height: 46px;
	line-height: 46px;
	background: var(--accent-color);
	color: white;
	border-radius: 23px;
	margin: 0 auto 16px;
	font-size: 20px;
	font-weight: 700;
	text-shadow: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.sec_3 h3 a:hover {
	opacity: 0.7;
}
.sec_3 p {
	margin-bottom: 25px;
}
.sec_3 iframe {
	max-width: 780px;
	width: 100%;
	aspect-ratio: 780 / 438;
	margin-bottom: 60px;
}
.sec_3 section:last-child iframe {
	margin-bottom: 0;
}

/***************************************
09.ムービー .sec_4
 ***************************************/
.sec_4 {
	position: relative;
	padding: 100px 0;
}
.sec_4 p.commingsoon {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}


/***************************************
10.GOODS sec_5
 ***************************************/
.sec_5 {
	position: relative;
	padding: 100px 0;
}
.sec_5::before{
	content: "";
	opacity: 0.6;
	background: #122A59;
	background: linear-gradient(315deg,rgba(18, 42, 89, 1) 30%, rgba(242, 41, 194, 1) 100%);	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_5::after{
	content: "";
	background: url(../img/star_back.png) repeat-y center center/100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.sec_5 p.commingsoon {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}


/***************************************
11.シェア sec_6
 ***************************************/
.sec_6 {
	position: relative;
	padding: 60px 0;
}
.sec_6 h2 {
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: none;
}
.sec_6 .share-wrapper {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 20px;
}
.sec_6 .share-button {
	width: 40px;
	height: 40px;
}


/***************************************
12.ご来場になるお客様へのお願い sec_7
 ***************************************/
.sec_7 {
	position: relative;
	z-index: 0;
	margin-top: -140px;
	padding-top: 140px;
	background: url(../img/back-attention.jpg) no-repeat center center/cover;
	/*background: url(../img/mv-pc-2.jpg)no-repeat;
	background-attachment: fixed;
	background-size: cover;*/
}
/*.sec_7::after{
content: '';
position: absolute;
left:0;
top: 0;
transform: skewY(185deg);
transform-origin: top left;
z-index: -1;
width:100%;
height:100%;
background: #D4DEE8;
}*/
.sec_7 .inner {
	padding: 100px 0 130px;
	color: #111;
}
.sec_7 .row_01 .info_text {
	padding-top: 30px;
	text-align: center;
}
/***************************************
13.pagetop
 ***************************************/
#pagetop {
	position: fixed;
	bottom: 5px;
	right: 0px;
	float: right;
	width: 65px;
	height: 65px;
	z-index: 99;
}
#pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#pagetop a > span {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#pagetop a > span span {
	font-size: 16px;
	font-weight: 900;
}
section{
	position: relative;
}

img.parts1{
	position: absolute;
	top: 25%;
	left:8%;
	width: 80px;
}
img.parts2{
	position: absolute;
	top: 60%;
	right:8%;
	width: 55px;
}
img.parts3{
	position: absolute;
	top: 10%;
	right:6%;
	width: 55px;
}
img.parts4{
	position: absolute;
	top: 40%;
	left:8%;
	width: 60px;
}
img.parts5{
	position: absolute;
	bottom: 5%;
	right:6%;
	width: 130px;
}
img.parts6{
	position: absolute;
	top: 10%;
	left:8%;
	width: 60px;
}
img.parts7{
	position: absolute;
	top: 24%;
	right:6%;
	width: 70px;
}
img.parts8{
	position: absolute;
	top: 60%;
	left:6%;
	width: 50px;
}
img.parts9{
	position: absolute;
	top: 10%;
	right:6%;
	width: 110px;
}
img.parts10{
	position: absolute;
	top: 50%;
	left:6%;
	width: 70px;
}
img.parts11{
	position: absolute;
	top: 70%;
	right:6%;
	width: 60px;
}
img.parts12{
	position: absolute;
	top: 0%;
	left:4%;
	width: 130px;
}
@media screen and (max-width:1024px){
	img.parts1,img.parts2,img.parts3,
	img.parts4,img.parts5,img.parts6,
	img.parts7,img.parts8,img.parts9,
	img.parts10,img.parts11,img.parts12{
		display: none;
	}
}

/***************************************
14.レスポンシブ
 ***************************************/
@media screen and (min-width:1400px){
	.pc_logo_area a br.pc-small{
		display: none;
	}
}
@media screen and (min-width:1300px) {
	.pc_p_first {
		padding: 40px 0;
	}
	.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:1220px) {
	header nav {
		padding: 0 1vw;
	}
	header nav ul {
		gap: 1vw;
	}
	header nav ul a {
		font-size: 18px;
	}
	.modal__content {
		width: 80%;
	}
}
@media screen and (max-width:1024px) {
	body {
		font-size: 14px;
	}
	body.open-nav {
		overflow-y: hidden;
	}
	.mv {
		display: block;
	}
	.mv .mv-img {
		margin: 0;
		padding-top: 60px;
		background-attachment:fixed;
		z-index: -1;
	}
	.mv-overview {
		position: relative;
		padding: 40px 10px;
		line-height: 1.4em;
	}
	.mv-overview .overview-schedule {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 40px;
	}
	div.year{
		padding-bottom: 10px;
	}
	.mv-overview .overview-schedule div.year span{
		font-size: 22px;
	}
	.mv-overview .overview-schedule p {
		margin-top: 20px;
	}
	.mv-overview .overview-schedule p:first-of-type {
		margin-top: 0;
	}
	.mv-overview .overview-schedule span {
		font-size: 18px;
	}
	.mv-overview .overview-schedule .place {
		font-size: 16px;
	}
	.mv-overview .overview-cast {
		text-align: center;
		font-weight: bold;
	}
	.mv-overview .overview-cast p {
		margin-top: 20px;
		line-height: 24px;
	}
	.mv-overview .overview-cast .letter-space {
		letter-spacing: 0.1em;
	}
	.mv-overview .overview-cast .small {
		font-size: 12px;
	}
	#news {
		width: 100%;
		height: auto;
		position: relative;
		padding: 40px 30px 50px;
		z-index: 50;
	}
	#icon-syr2 {
		display: none;
	}
	#news h2 {
		font-size: 40px;
		font-weight: 900;
		margin-bottom: 30px;
	}
	#news ul {
		margin-bottom: 40px;
		line-height: 26px;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
		height: 8em;
	}
	#news h2.news-twitter-title {
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 700;
	}
	#news h2.news-twitter-title > span {
		font-size: 18px;
	}
	#news .news-twitter a {
		width: 100%;
		font-size: 16px;
		background-image: none;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	#news .news-ticket {
		display: none;
	}
	header {
		background-color: var(--bg-color);
		height: auto;
	}
	section header {
		background: none;
	}
	.sec_2 .ticket-note header p {
		line-height: 22px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sec_1 .casts-overview .pc_only {
		display: none;
	}
	.sec_1 {
		padding: 40px 0;
	}
	.sec_1 .casts-overview {
		text-align: center;
	}
	.sec_1 .casts-overview > p {
		margin-top: 0;
		line-height: 28px;
	}
	.sec_1 .casts-overview > p:nth-child(2) {
		margin-top: 24px;
	}
	.sec_1 .staff {
		margin-top: 20px;
	}

	.sec_2 .overview > p {
		line-height: 28px;
	}

	.sec_2 .access > section#tokyo img {
		height: auto;
		width: auto;
		max-width: 275px;
	}
	.sec_2 .ticket-note {
		margin-top: 40px;
		padding: 0 10px;
	}
	.sec_2 .access .ticket-date,
	.sec_2 .access .contact {
		width: 100%;
		text-align: left;
		line-height: 24px;
	}

	.sec_6 .inner {
		padding-left: 30px;
		padding-right: 30px;
	}

		.sec_2 .modal-inner-2 .pc_only.sns-box {
		display: block;
	}
	.sec_2 .modal-inner-2 .sp_only.sns-box {
		display: none;
	}

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

	.sec_3 h3 a {
		width: 100%;
		max-width: 500px;
		height: 44px;
		line-height: 44px;
		font-size: 17px;
		margin-bottom: 10px;
	}
	.sec_3 h3#cool-japan-hall a {
		font-size: 16px;
	}
	section .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	@media screen and (max-width: 389px) {
		.sec_3 p {
			font-size: 13px;
			white-space: nowrap;
		}
		.sec_3 h3#cool-japan-hall a {
			font-size: 15px;
		}
	}
	.sec_3 p {
		line-height: 21px;
		margin-bottom: 10px;
	}
	.sec_3 iframe {
		margin-bottom: 50px;
	}

	footer small {
		line-height: 20px;
	}

}
@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;
	}
	.sec_2 .name {
		padding-top: 4px;
	}
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	/**共通**/
	body {
		font-size: 16px!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**/
	.sec_0 header {
		margin-top: 0;
	}
	.sec_0 .inner {
		padding: 0 30px;
		text-align: justify;
	}
	.sec_0 .text-2 p {
		text-align: justify;
	}

	/**sec_02**/

	.sec_2 .modal-content .content {
		margin: 0 auto;
		padding: 30px 40px 0;
	}
	.sec_2 .name {
		font-size: 1.5em;
	}
	.sec_2 .name_s {
		font-size: 1.25em;
	}
	.modal__content {
		padding: 20px;
		width: 100%;
	}
	
	.sec_5 .comingsoon .montserrat {
		padding: 30px 0 60px;
	}

}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;
		position: relative;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp_tb_only {
		display: block;
	}
	/*ヘッダー*/
	header {
		background-color: var(--bg-color);
		height: 60px;
	}
	.sp-tickets .sp-logo{
		width: 58%;;
	}

	section header {
		background: none;
		height: auto;
	}
	section h2 {
		font-size: 40px;
		z-index: 10;
		font-weight: 900;
	}
	section h3 {
		font-size: 24px;
	}
	.mv .mv-img {
		margin: 0;
		aspect-ratio: 660 / 1026;
	}

	.mv-overview .overview-schedule {
		font-size: 12px;
		line-height: 21px;
	}
	.mv-overview .overview-schedule span {
		font-size: 18px;
	}
	.mv-overview .overview-schedule .place {
		font-size: 14px;
	}

	.sec_0 {
		padding: 40px 0 50px;
		position: relative;
		z-index: 2;
	}
	.sec_0 .inner {
		position: inherit;
		z-index: 10;
	}
	.sec_0 header {
		margin-top: 0px;
	}
	section header::before {
		width: 35px;
		height: 37px;
	}
	.sec_0 .text-1 {
		line-height: 20px;
		margin: 20px 0 40px;
	}
	.sec_0 .text-1 span {
		font-size: 16px;
	}
	.sec_0 .text-2 {
		line-height: 28px;
		margin-top: 30px;
		padding: 0 10px;
	}
	.sec_0 .text-2 p {
		display: inline;
		margin: 0;
		max-width: none;
	}

	.sec_1 .casts-overview > p {
		line-height: 24px;
	}
	@media screen and (max-width: 389px) {
		.sec_1 .casts-overview > p {
			letter-spacing: 0.06em;
			white-space: nowrap;
		}
	}
	.sec_1 p {
		font-size: 12px;
	}
	.sec_1 .staff {
		line-height: 20px;
	}
	.sec_1 .casts-overview span {
		font-size: 14px;
	}
	.sec_1 .casts-overview .small{
		font-size: 11px;
	}
	section.sec_1 .inner {
		padding-left: 5px;
		padding-right: 5px;
	}

	.sec_2 {
		padding: 40px 0;
	}
	section.sec_2 .inner {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.sec_2 header {
		margin-bottom: 30px;
	}
	.sec_2 h2 {
		line-height: 30px;
		margin: 8px 0;
	}
	.sec_2 .overview > p {
		margin: 20px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.sec_2 .overview > p > span {
		font-size: 14px;
	}
	.sec_2 .overview dl {
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}
	.sec_2 .overview dt::after {
		width: 100px;
	}
	.sec_2 .overview .large {
		font-size: 22px;
	}
	.sec_2 .overview .date {
		text-align: center;
		font-size: 16px;
	}
	.sec_2 .overview .date p:first-child {
		margin-top: 18px;
	}
	.sec_2 .overview .date span {
		font-size: 14px;
	}
	.sec_2 .overview .date span > span {
		font-size: 12px;
	}
	.sec_2 .access > section {
		border-radius: 10px;
		padding: 40px 10px 30px;
		margin-top: 30px;
	}
	.sec_2 .access > section > h4 {
		margin-bottom: 24px;
		font-size: 24px;
	}
	.sec_2 .access > section > div {
		flex-wrap: wrap;
	}
	.sec_2 .access h5 {
		font-size: 18px;
	}
	.sec_2 .access section#hiroshima h5,
	.sec_2 .access section#osaka h5 {
		font-size: 16px;
		margin-right: -30px;
		margin-left: -30px;
	}
	.sec_2 .access section p {
		font-size: 16px;
	}
	.sec_2 .access section .caution{
		width:100%;
	}
	@media screen and (max-width: 389px) {
		.sec_2 .access h5,
		.sec_2 .access section p {
			letter-spacing: -0.01em;
		}
	}
	.sec_2 .access > section img {
		margin-top: 20px;
	}
	.sec_2 .access > section#tokyo img {
		width: auto;
		max-width: 275px;
	}
	.sec_2 .access > section#hiroshima img {
		width: 81px;
	}
	.sec_2 .access > section#aichi img,
	.sec_2 .access > section#osaka img {
		width: 114px;
	}
	.sec_2 .access .ticket-date,
	.sec_2 .access .contact {
		font-size: 16px;
		width: 100%;
		text-align: left!important;
	}
	.sec_2 .access .contact {
		margin-top: 0px;
		font-size: 14px;
	}
	.sec_2 .ticket-note header h3 {
		font-size: 22px;
	}
	.sec_2 .ticket-note header p {
		font-size: 18px;
		line-height: 22px;
	}
	.sec_2 .ticket-note > p {
		font-size: 18px;
		font-weight: 400;
	}
	.sec_2 .ticket-note > ul {
		font-weight: 400;
	}

	.pc_p_first{
		width: 100%;
	}
	.modal-content .content {
		margin: 0 auto;
		padding: 0;
	}
	.sec_2 .Performer ul.Performer-list {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.sec_2 .Performer ul.Performer-list li {
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
	}

	.sec_2 .Performer ul li,
	.sec_2 .Performer .empty_item{
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.sec_2 .Performer .sns-area.w60 ul {
		width: 100%;
		padding-top: 10px;
	}
	.sec_2 .name {
		padding-top: 4px;
		font-size: 18px;
	}
	.sec_2 .Performer .sns-area.w50 ul {
		padding-top: 5px;
	}
	.sec_2 .Performer .sns-area.w50 {
		width: 62%;
		margin: 0 auto;
	}
	.sec_3 {
		padding: 40px 0;
		position: relative;
	}
	.sec_3 .inner {
		width: 100%;
		border-bottom:none;
	}
	.sec_2 .modal-inner-2 .pc_only.sns-box {
		display: none;
	}
	.sec_2 .modal-inner-2 .sp_only.sns-box {
		display: block;
	}
	.sec_3 h4{
		font-size: 1.2em;
		padding:0 0 0px 0;
	}
	.sec_3 .contact-2 {
		width: 87%;
		margin: 0 auto;
		padding: 10px 0 100px;
	}
	.sec_3 .contact-2 p {
		text-align: center;
		line-height: 1.5em;
		padding-bottom: 10px;
		border-bottom: none;
	}
	.sec_3 .row_01 {

	}
	.sec_3 .inner .outline{
		width: 100%;
	}
	.sec_3 h4 small{
		font-size: 0.8rem;
	}
	.sec_3 .t-contents .p-area .t_a_c{
		padding-bottom: 0;
		font-size: 17px;
		font-weight: bold;
	}
	.sec_3 .t-detail dl{
		padding-bottom: 10px;
	}
	.sec_3 .t-contents .p-area .t_a_c br.sp_only{
		display: none;
	}
	.sec_3 .t-contents .p-area .t_a_c:before{
		display: none;
	}
	.sec_3 .t-contents .p-area .t_a_c.streaming-price{
		padding-bottom:10px;
	}
	.sec_3 .movie{
		width: 100%;
		margin: 10px auto;
	}
	.sec_3 .movie video{
		height: 200px;
	}
	.sec_4 {
		padding: 40px 0;
	}
	.sec_4 p.commingsoon {
		margin-top: 30px;
	}
	.sec_5 {
		padding: 40px 0;
	}
	.sec_5 p.commingsoon {
		margin-top: 30px;
	}
	.sec_6 {
		padding: 40px 0;
	}
	.sec_7 {
		position: relative;
	}
	.sec_7 {
		padding: 30px 0;
		margin-top: -30px;
	}
	.sec_7 .inner {
		padding: 30px 0 80px;
	}
	.sec_5 .comingsoon .montserrat {
		font-size: 20px;
		padding: 30px 0 60px;
	}
	.sec_6 h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec_6 .measures-overview {
		margin-bottom: 40px;
	}
	.sec_6 ul {
		line-height: 1.8em;
	}
	#deco-measures {
		margin: 40px auto 40px;
	}
	.sec_6 .share-wrapper {
		margin-top: 30px;
	}

	#GOODS{
		padding: 20px 0 40px 0;
	}
	#GOODS>a.btn {
		margin: 10px auto 30px;
		font-size: 16px;
		width:12em;
		padding: 10px 0px 16px 0px;
		box-sizing: border-box;
	}
	#GOODS ul li{
		width: 48%;
		margin-bottom: 20px;
	}
	.sec_7 .row_01 .ttl,
	.sec_7 .row_01 .info_text{
		text-align: left;
	}
	.sec_7 .row_01 .ttl{
		font-size: 1.1em;
	}

	.modal-content .content ul li {
		width: 30%;
	}
	.modal-content .content .h-btn {
		width: 35%;
		max-width: 100px;
	}
	/*モーダルコンテンツ内*/
	.batsu {
		display: block;
		position: absolute;
		width: 35px;
		height: 35px;
		top: -10px;
		right: -10px;
		border-radius: 50%;
	}

	.batsu::before, .batsu::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 20px;
	}

	.modal-content .content .h-btn .triangle {
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 21px solid #fff;
		margin: 0 auto 5px;
	}

	.modal__content {
		width: 90%;
		padding:50px 20px;
		top: 50%;
		left: 50%;
		position: absolute;
		transform: translate(-50%,-50%);
		height: auto;

	}
	.modal-content h3 {
		font-size: 18px;
		text-align: center;
		padding: 20px 0;
	}

	.modal__content .modal-inner-2 {
		display: block;
	}
	.modal-content .modal-inner .img-area {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.modal-content .modal-inner .text-area {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px 70px;
	}
	.modal-content .modal-inner .text-area h3 {
		border-bottom: none;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.modal-content .modal-inner .text-area .text-01 {
		font-size: 1em;
	}
	.modal-content .text-area {
		padding: 20px 12%;
	}
	.modal-content .modal-inner .text-area .sns-box ul {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
	}
	.modal-content .modal-inner .text-area .sns-box ul li {
		width: 31px;
		margin: 0 22px;
	}

	footer p {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	footer {
		padding: 40px 0;
	}
	footer small {
		font-size: 14px;
	}
}

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

}


