@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: #EEA92B;
	--link-color:#9D2319;
	--link-hover-color:#EEA92B;
	--text-color: #000;
	--light-yellow-color: #FBE792;
}
@media screen and (max-width:767px) {

}

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;
	box-sizing: border-box;
}
/* 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;
	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;
}

/*font-family: 'Montserrat', sans-serif;*/
/***************************************
02.共通
***************************************/
body {
	font-size: var(--font-default);
	font-family:"Noto Sans JP",sans-serif;
	font-weight: 400;
	text-align: justify;
	background: url("../img/pc-main-bg.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	color: var(--text-color);
}
@media screen and (max-width:767px) {
	body {
		background: url("../img/sp-main-bg.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
}
/*.wrap{
	padding-top: 48px;
}*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	color: var(--link-color);
	word-break: break-all;
	text-decoration: none;
}
a.map-link{
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	font-weight: 700;
}
a.map-link::before{
	content: "";
	background: url(../img/pin.svg) no-repeat center center/100%;
	width: 11px;
	height: 17px;
	display: inline-block;
	margin-right: .2em;
	vertical-align: middle;
}

a:hover {
	opacity: 0.6;
	text-decoration: none;
}

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;
}
.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;
}
h2.ttl-area {
	text-align: center;
	height: 64px;
	width: auto;
}
.sec_2 h2.ttl-area {
	text-align: center;
	height: 64px;
	width: auto;
	margin-bottom: 16px;
}
h2.ttl-area img{
	height: 100%;
	width: auto;
}

section p{
	line-height: 1.6em;
}

@media screen and (max-width:767px) {
	section h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	br.sp_only{
		display: inline;
	}
	h2.ttl-area {
		height: 48px;
		margin-bottom: 16px;
	}
	.sec_2 h2.ttl-area {
		height: 48px;
	}

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

/*------------チケット-----------------*/
#ticket-btn.show {
    bottom: 0;
}
#ticket-btn {
	width: 90px;
	position: fixed;
	right: 10px;
	padding: 0px;
	z-index: 50;
	bottom: -200px;
}
#ticket-btn:hover {
    opacity: 0.7;
}


@media screen and (max-width:1024px) {
	
	#ticket-btn.show {
		bottom: 0;
	}

	#ticket-btn {
		width: 84px;
		position: fixed;
		right: 8px;
		padding: 0px;
		z-index: 50;
		bottom: -200px;
	}
}
/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/
.pc_logo_area {
	width: 50%;
    padding:0 15px;
    display: block;
    box-sizing: border-box;
}
.pc_logo_area img{
	width: 51px;
	height: 51px;
}
.pc_logo_area a{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
}
.pc_logo_area a small{
	font-size: 16px;
}
#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: fixed;
	z-index: 100;
	width: 100%;
	/*display: none;*/
	background: #AD1F13;
}
.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
}

header nav {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	z-index: 10;
	position: relative;
}
header nav ul {
	width: auto;
	margin-right: 3vw;
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
	font-family: var(--font-titan);
}
header nav ul li{
	padding:0 12px;
}
header nav ul a {
	text-decoration: none;
	display: inline-flex;
	height: 20px;
	width: auto;
}
header nav ul a img {
	height: 100%;
	width: auto;
}
header nav ul a:hover {
	text-decoration: none;
	padding-bottom: 0;
	opacity: 0.6;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}
.sp-tickets{
	display: none;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	header{
		display: block!important;
	}
	.pc_logo_area {
		width: 70%;
		padding:0 0px;
	}
	.pc_logo_area img{
		width: 38px;
		height: 38px;
	}
	#top-head {
		position: fixed;
		display: block!important;
		z-index: 100;
		height: 48px;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 0 10px;
		z-index: 100;
		width: 100%;
		height: 48px;
	}
	.header-nav {
		width: 100%;
		position: fixed;
		top: 0;
		background-color: var(--link-color);
	}
	.header-nav-list {
		display:flex;
		flex-direction: column;
		gap: 50px;
		justify-content: center;
		align-items: center;
		width: auto;
		background: var(--accent-color);
		position: relative;
	}
	.sp_header {
		display: flex;
	}
	.sp_logo_area {
		width: 60px;
		padding: 15px;
		display: block;
	}
	.nav-right{
		display: flex;
		align-items: center;
	}
	.sp-tickets {
		display: flex;
		height: auto;
		padding: 0;
		text-align: center;
		margin-right: 10px;
		box-sizing: border-box;
		width: 80px;
	}
	.sp-tickets a img{
		width: 100%;
	}
	header nav{
		display: none;
		position: fixed;
		top:100px;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}

	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
        height: 100%;
		padding-left: 0;
	}
	header nav ul li{
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 40px 15px;
	}

      /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 24px;
		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:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタン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;
		z-index: 2;
		height: 27px;
	}
	.header-nav > ul > li a img {
		height: 100%;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 60px;
		width: 100%;
		height: 100%;
		left: 0;
	}
}

/*------------フッター-----------------*/
footer {
	padding: 15px 0;
}
footer p {
	text-align: center;
	line-height: 1.6em;
}
@media screen and (max-width:767px) {
	footer p {
		font-size: 14px;
	}
}

/*------------共通-----------------*/
.contents {
}
section .inner{
	margin: 0 auto;
	position: inherit;
	width: 62.5%;
	max-width: 900px;
}
@media screen and (max-width:767px) {
	section .inner{
		width: 92%;
	}
	.contents{
	}
}

/***************************************
背景
***************************************/
/*.wrap {
	background: url("../img/pc-main-bg.jpg") no-repeat top center;
	background-size: cover;
}*/
.sec_2 {
	background:
		url("../img/bg-cast.png") no-repeat center / 100% 100%,
		linear-gradient(
			to bottom,
			transparent 0%,
			transparent 50%,
			#9D2319 50%,
			#9D2319 100%
		);

	margin: 0;
	padding: 120px 0 100px;
}
.bg-deco {
    position: absolute;
    height: auto;
    z-index: 1;
}
.bg-deco-1 {
	max-width: 160px;
    width: 11vw;
    left: 0;
    top: 0;
}
.bg-deco-2 {
    max-width: 120px;
    width: 8vw;
    right: 0;
    top: 0;
}
.bg-deco-3 {
	max-width: 140px;
	width: 9vw;
    left: -110px;
    bottom: -15px;
}
.bg-deco-4 {
    max-width: 160px;
    width: 11vw;
	right: -120px;
    bottom: -82px;
}
.bg-deco-5 {
    max-width: 120px;
    width: 8vw;
	left: 100px;
    top: -160px;
}
.bg-deco-6 {
    max-width: 140px;
	width: 9vw;
	right: 180px;
    bottom: -120px;
}
@media screen and (max-width:767px) {
.bg-deco-1 {
	max-width: 60px;
	width: 13vw;
	left: -5px;
	top: 10px;
}
.bg-deco-2 {
	max-width: 68px;
    width: 16vw;
    right: 0;
    top: -28px;
}
.bg-deco-3 {
	max-width: 74px;
    width: 17vw;
	left: -3px;
	bottom: -74px;
}
.bg-deco-4 {
    max-width: 78px;
    width: 19vw;
    right: -16px;
    bottom: -46px;
}
.bg-deco-5 {
	max-width: 44px;
    width: 12vw;
    left: 20px;
    top: -72px;
}
.bg-deco-6 {
    max-width: 60px;
    width: 15vw;
    right: 24px;
    bottom: -232px;
}
}
/***************************************
03.メインビジュアル
***************************************/
.mv {
}
.mv .mv-img{
	background:#fff url(../img/pc-mv.jpg) no-repeat center center/100%;
	margin: 0;
    padding-top: calc(1620 / 2880 * 100%);
}
.mv h1{
	display: none;
}


.top-bn .inner {
	width: 62.5%;
    max-width: 900px;
	margin: 0 auto;
	padding-top: 40px;
}
.top-bn {
	position: relative;
}

.top-bn a {
	position: relative;
	display: block;
}

.top-bn-img {
	display: block;
	width: 100%;
	transition: opacity 0.3s ease;
}

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

/* 通常画像 */
.top-bn-off {
	position: relative;
	opacity: 1;
}

/* ホバー画像を通常画像の上に重ねる */
.top-bn-on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

/* ホバー時 */
.top-bn a:hover .top-bn-off {
	opacity: 0;
}

.top-bn a:hover .top-bn-on {
	opacity: 1;
}


@media screen and (max-width:1024px) {
	.mv {
		padding-top: 0px;
	}
	.top-bn {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.mv .mv-img{
		background:#fff url(../img/sp-mv.jpg) no-repeat center center/100%;
		padding-top: calc(2064 / 1458 * 100%);
		height: auto;
	}
}

.banner{
	padding: 40px 0 0 0;
	text-align: center;
}
.banner a img{
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin: 0 15px;
}
@media screen and (max-width:767px) {
	.banner{
		padding: 30px 0 0 0;
	}
	.banner a img{
		max-width: 280px;
		display: block;
        margin: 10px auto;
	}
	.top-bn .inner {
    	width: 100%;
	}
}
/*news*/
section#news {
	padding: 60px 0 70px;
	position: relative;
}
#news ul {
	max-height: 172px;
	overflow: auto;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-direction: column;
	width: 48.6%;
	max-width: 500px;
	padding: 0 16px;
    margin: auto;
    background-color: #F3D278;
}
#news ul li {
	width: 100%;
	line-height: 1.7em;
	padding: 16px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #EBB426;
}
#news ul li:last-child {
	border-bottom: none;
}
#news ul li time {
}
#news ul li p {
	text-align: left;
}

a.bt{
	width: 180px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--link-color);
    border: 1px solid var(--light-yellow-color);
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-decoration: none;
}
.sale-btn {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    padding: 4px;
    background: var(--link-color);
    border-radius: 999px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

a:hover.bt{
	width: 180px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--link-hover-color);
    border: 1px solid var(--light-yellow-color);
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-decoration: none;
}
.sale-btn.sale-btn:hover {
    background: var(--link-hover-color);
}


@media screen and (max-width:767px) {
	section#news {
		padding: 48px 0;
	}
	#news{
		max-width: 100%;
	}
	#news ul {
		width: 100%;
	}
	
}
/***************************************
04.イントロダクション
***************************************/
section.sec_1 {
}
section.sec_1 .inner{
	text-align: center;
}
section.sec_1 a.bt{
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	section.sec_1 h2{
	}
}
.sec_1 .text-area {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
	margin-top: 60px;
	font-family: "Noto Serif JP", serif;
}
.sec_1 .text-area p{
	line-height: 2em;
}
ul.comment{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -0.5%;
}
ul.comment li{
	padding: 30px;
	width: 49%;
	margin: 0 0.5%;
	background: #FFEAD1;
	box-shadow: var(--box-shadow);
	color: #000;
	border-radius: 5px;
	margin-bottom: 20px;
}
ul.comment li p{
	line-height: 1.6em;
}
ul.comment li h5{
	color: #000;
}
/*ul.comment li:first-child,
ul.comment li:last-child{
	background: #FFEAD1;
}*/
ul.comment.second li:nth-child(odd){
	background: var(--gray-color);
}
.summary{
	padding:30px 0 50px 0;
}

@media screen and (max-width:767px) {
	.sec_1 .text-area {
		font-size: 16px;
		padding: 0;
		text-align: left;
		margin-top: 32px;
	}
	.sec_1 .text-area p br{
		display: none;
	}
	.summary p{
		text-align: left;
	}
	.summary p br{
		display: none;
	}
	ul.comment {
		margin: 0;
	}
	ul.comment li{
		width: 100%;
		padding: 20px;
		margin:0 0 20px 0;
	}
	ul.comment li p{
		text-align: left;
	}
}


/***************************************
05.キャスト .sec_2
***************************************/

.sec_2{
	text-align: center;
	position: relative;
}

.Performer {
	text-align: center;
	width: 48%;
    margin: 0 auto;
	max-width: 900px;
	position: relative;
}
.Performer img{
	z-index: 10;
	position: relative;
}
.Performer p {
	margin-top: 12px;
	font-size: 20px;
	font-weight: bold;
}
.Performer .flex > div{
	line-height: 1.2em;
	font-weight: 700;
	font-weight: bold;
	font-size: 20px;
}

.Performer .flex > div img{
	margin-bottom: 20px;
}
.Performer .flex > div small{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	display: inline-block;
	padding-top: 5px;
}
.Performer .button-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	margin: 0 auto 100px;
}
.Performer .button-area a.bt{
	width: 26%;
}
.staff p{
	padding-bottom: 1em;
}
.guest-box ul {
	display: flex;
	justify-content: center;
	gap:25px;
}
.guest-box.box-1 {
	padding-bottom: 24px;
}
.guest-box ul li{
	width: 49%;
}
.guest-box ul li p{
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.sec_2 {
		background: url(../img/sp-bg-cast.png) no-repeat center / 100% 100%, linear-gradient(to bottom, transparent 0%, transparent 50%, #9D2319 50%, #9D2319 100%);
		padding: 48px 0 56px;
	}
	.Performer {
		width: 100%;
		padding: 0px 0 0px 0;
	}
	.Performer .flex > div{
		margin: 0 0 20px 0;
	}
	.Performer .button-area{
		display: block;
		margin: 0 auto 64px;
	}
	.Performer .button-area a.bt{
		width: 63%;
		margin: 10px auto;
	}
	.guest-box ul {
    	display: block;
	}
	.guest-box ul li {
    	width: 100%;
		margin-bottom: 24px;
	}
	.Performer p{
		font-size: 18px;
	}
}


/***************************************
07.チケット .sec_3
***************************************/
.sec_3 .ticket-deco-2 {
	max-width: 80px;
    width: 8vw;
    margin: 0 auto;
}
.sec_3 h2 {
	margin-bottom: 24px;
}
.sec_3 {
	position: relative;
	padding-top: 40px;
	padding-bottom: 90px;
	/*background: transparent;*/
	margin-top: 0;
	background: #9D2319;
	overflow: hidden;
	isolation: isolate;
}

/* 上部だけ斜めの赤い背景 */
.sec_3::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #9D2319;
	clip-path: polygon(
		0 58px,
		100% 0,
		100% 100%,
		0 100%
	);
	z-index: -1;
}

/* 中身を背景より前に表示 */
.sec_3 .inner {
	position: relative;
	z-index: 1;
}
.sec_3 .ticket-deco {
	position: absolute;
	width: 26vw;
	height: auto;
	left: 0;
	top: 0;
	z-index: 1;
}
.sec_3 {
	
}
.sec_3 .inner{
	text-align: center;
}
.ticket-wrap{
	padding:40px 0;
	background: #F1D690;
	position: relative;
}
.sec_3 .inner .about-ticket{
	text-align: center;
	line-height: 1.8em;
	position: relative;
	margin: auto;
}
.sec_3 .inner div.title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.4;
}
.sec_3 .inner div.title span{
	font-size: 24px;
}

div.place{
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.8em;
	font-size: 16px;
}
div.place p{
	font-size: 16px;
}
div.place a:hover {
	opacity: 0.6
}
.sec_3 .inner .ticket-info .ticket-notice {
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
    line-height: 1.4em;
}
@media screen and (max-width:767px) {
	.sec_3::before {
		content: "";
		position: absolute;
		inset: 0;
		background: #9D2319;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		z-index: -1;
	}
	.sec_3 .ticket-deco-2 {
		max-width: 60px;
		width: 16vw;
	}
	.sec_3 h2{
		margin-bottom: 16px;
	}
	.ticket-wrap{
		padding: 32px 16px;
	}
	.ticket-line{
		padding: 40px 20px 20px;
	}
	.sec_3 .inner div.title{
		font-size: 12px;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.sec_3 .inner div.title span {
		font-size: 18px;
		line-height: 1.6;
	}
	.sec_3 .inner .ticket-info .ticket-notice{
		margin-top:16px;
		text-align: left;
	}
	
}

.sec_3 .inner .day {
	font-weight: 700;
	font-size: 18px;
}
.sec_3 .inner .day span{
	 font-family: "Roboto Condensed", sans-serif;
}
.sec_3 .inner .day span.f-s {
    font-size: 16px;
}
.sec_3 .inner .day strong{
	font-size: 30px;
}
.sec_3 .inner .price{
	padding: 35px 0 30px;
	margin: auto;
	margin-bottom: 8px;
	font-weight: 700;
	position: relative;
}
.sec_3 .inner .about-ticket h3 {
	position: relative;
	display: block;
	width: 220px;
	height: 32px;
	margin: 0 auto 16px;
	/*background: url("../img/pc-ticket-bg.png")no-repeat top left;
	background-size: contain;
	display: inline-block;
    width: 220px;
    text-align: left;
    padding: 1px 8px 5px;
	margin: 5px auto 15px;*/
}
.sec_3 .inner .about-ticket h3:before{
	content: '';
	background: url("../img/pc-ticket-bg.png")no-repeat top left / contain;
	width: 220px;
	height: 32px;
	top: 0;
	left: 0;
	position: absolute;
}
.sec_3 .inner .about-ticket h3 span {
    z-index: 10;
	display: inline-block;
    position: relative;
    top: 1px;
}
.sec_3 .inner .price{
	font-size: 16px;
}
.sec_3 .inner .price p span{
	font-family: "Roboto Condensed", sans-serif;
}
.sec_3 .inner .price

.about-ticket {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width:1310px) {
	.about-ticket {
		width: 90%;
	}
}
.sec_3 .inner .price p strong{
	font-size:32px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	display: inline-block;
}
.sec_3 .inner .price p small{
	font-size: 16px;
	line-height: 1.4rem;
}

@media screen and (max-width:767px) {
	.sec_3 .inner dl{
		width: 100%;
	}
	.sec_3 .inner dl dt{
		padding-bottom: 0;
		width: 5em;
	}
	.sec_3 .inner dl dd{
		padding-bottom: 20px;
		width: calc(100% - 5.5em);
	}
	.sec_3 .inner .price h5{
	}
	.sec_3 .inner .about-ticket h3 {
		/*background: url(../img/sp-ticket-bg.png) no-repeat top left;
		background-size: contain;
		display: inline-block;
		width: 250px;
		text-align: left;
		padding: 1px 8px 5px;
		margin: 5px auto 12px;*/
		width: 250px;
	}
	.sec_3 .inner .about-ticket h3:before{
	content: '';
	background: url(../img/sp-ticket-bg.png) no-repeat top left / contain;
	width: 250px;
	height: 32px;
	top: 0;
	left: 0;
	}
	.sec_3 .inner .about-ticket h3 span{
		top: 4px;
	}
}


.sec_3 .t-contents{
	text-align: center;
}
.sec_3 .contact-1 {
	text-align: center;
	line-height: 1.5em;
	margin-top: 36px;
	font-weight: 500;
	color: #fff;
}
.sec_3 .contact-1 h3 {
	font-weight: 500;
}

@media screen and (max-width:767px) {
	.sec_3 .inner .about-ticket h5 {
		font-size: 16px;
	}
	.sec_3 .inner .info p {
		font-size: 12px;
	}

	.sec_3 .inner .about-ticket{
		line-height: 1.4em;
		width: 100%;
	}
	.sec_3 .inner .about-ticket .text-2 {
		margin-bottom: 12px;
	}
	.sec_3 .inner .day {
		font-size: 14px;
	}
	.sec_3 .inner .day strong{
		font-weight: 700;
		font-size:24px;
		line-height: 1.2em;
	}
	.sec_3 .inner .day .sp-16 {
		font-size: 16px;
	}
	a.map-link {
		font-size: 16px;
	}
	sec_3 .inner .price p strong {
		font-size: 24px;
	}
	.sec_3 .place{
		margin: 12px 0 0 0;
	}
	.sec_3 .inner .price{
		padding: 24px 0;
		margin-bottom: 0;
	}
	.sec_3 .inner .price h5 {
		font-size: 32px;
	}
	.sec_3 .inner .price small{
		font-size: var(--font-default);
	}
	.sec_3 .inner .price p{
		padding-bottom: 10px;
		font-size: 14px;
	}
	.sec_3 .contact-1 {
		margin-top: 24px;
		font-size: 14px;
        font-weight: 400;
	}

	
}

.sec_3 .row_01{
	padding: 40px 0 32px;
	margin: auto;
	width: 100%;
	
}
.sec_3 .row_01 .ttl,
.sec_7 .row_01 .ttl {
	text-align: center;
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.25em;
}

.sec_3 .t-contents {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.sec_3 .t-contents .p-area {
	padding: 20px 0 0 0px;
	text-align: center;
}
.sec_3 .t-contents .p-area .t_a_c {
	padding-bottom: 10px;
	font-size: 32px;
    margin: auto;
    font-weight: 700;
}
.sec_3 .t-contents .p-area .t_a_c:before{
	content: "";
	width: 1rem;
	height: 1px;
	background: white;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;

}
.sec_3 .inner .ticket-info{
	font-weight: 700;
}

.sec_3 .inner .info p{
	font-size: 14px;
}
.sec_3 .inner .info a {
	text-decoration: underline;
}
.sec_3 .inner .ticket-info p span{
	display: inline-block;
}
.sec_3 .inner dl{
	margin: auto;
	text-align: left;
	display: inline-block;
	padding-bottom: 2em;
}
.sec_3 .inner dl dt,
.sec_3 .inner dl dd{
	padding-bottom: 5px;
	text-align: left;
	position: relative;
	display: inline-block;
}
.sec_3 .inner dl dt{
	width: 5.5em;
	text-align: right;
}
.sec_3 .inner dl dt.detail{
	position: relative;
	margin-bottom: 10px;
}
.sec_3 .inner dl dt.detail:after{
	content: "(申込・出品共通)";
	font-size: 10px;
	position: absolute;
	bottom: -.7rem;
	right: 10px;
}

.sec_3 .inner dl dd{
	/*width: calc(100% - 6.5em);*/
	word-break: break-all;
}
@media screen and (max-width:767px) {
	.sec_3 .inner dl{
		display: flex;
		flex-wrap: wrap;
	}
	.sec_3 .inner dl dd{
		width: calc(100% - 5.5em);
	}
	.sec_3 .inner dl dt.detail:after{
		bottom: 0;
	}
}

.sec_3 .row_01 details{
	margin: 10px 0;
	padding: 10px 20px 10px 30px;
	background: white;
	border-radius: 10px;
}
.sec_3 .row_01 details summary{
	font-weight: 700;
}
 .row_01 .details-box{
	text-align: left;
	padding-top: 20px;
}
 .row_01 .details-box h5{
	text-align: left;
	font-size: 16px;
}
 .row_01 .details-box h5::before{
	content: "━";
	display: inline-block;
	padding-right: 0.5em;
}
 .row_01 .details-box p{
	padding-bottom: 1em;
}

/*アコーディオン*/
.tickets_box02{
	margin-bottom: 20px;
	box-shadow: var(--box-shadow);
	border-radius: 10px;
}
.tickets_box02 details{
}
.tickets_box02 details .details-box{
    padding: 20px;
	border-radius: 0 0 10px 10px;
	background: white;
}
.tickets_box02 details summary{
    list-style: none;
    cursor: pointer;
    padding: 15px;
	background:var(--text-color);
	color: white;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.tickets_box02 details[open] summary{
	border-radius: 10px 10px 0 0;
}
.tickets_box02 details summary::-webkit-details-marker {
	display: none;
}
.tickets_box02 details summary span{
    position: relative;
}
.tickets_box02 details summary:before{
	content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
.tickets_box02 details summary:after{
	content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.tickets_box02 details[open] summary:after{
    display: none;
}


/***************************************
08.チケットに関する注意事項 .sec_3
***************************************/

.sec_3 .inner .row_01 h4 {
	text-align: center;
	font-size: 24px;
}
.row_01 {
	text-align: left;
	position: inherit;
	z-index: 20;
}
.row_01 p {
	line-height: 1.5em;
}
.row_01 ul {
	padding-left: 0.5em;
}
.row_01 ul li {
	text-indent: -1.4em;
	padding-left: 1em;
	padding-bottom: 8px;
    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;
}
.contact-2{
	padding-top: 50px;
}
@media screen and (max-width:767px) {
	.sec_3 .row_01{
		padding-top:24px;
	}
	.sec_3 .inner .row_01 h4 {
		font-size: 18px;
	}
	.row_01 .l-s-none li {
		font-size: 14px; 
	}
	.contact-1 h5 {
		font-size: 16px;
		adding-bottom: 8px;
	}
	.contact-1 h5 p {
		font-size: 14px;
	}
	section.sec_3 {
		padding-bottom: 64px;
		padding-top: 32px;
	}
}

/***************************************
09.GOODS .goods-area
***************************************/
section.goods-area {
	padding: 100px 0 0;
}
.comingsoon {
	text-align: center;
	font-weight: bold;
	padding-top: 24px;
}
.comingsoon img {
	height: 100%;
	width: auto;
}

@media screen and (max-width:767px) {
	
	section.goods-area {
		padding: 64px 0 0;
	}
	.comingsoon{
		padding-top: 0;
	}
}
    
/***************************************
09.アクセス .sec_4
***************************************/
.bg-1{
	position: relative;
}
.bg-1:before {
    content: '';
    background: url(../img/bg-access.png) no-repeat top center / cover;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.bg-1-inner {
    padding: 100px 0;
}
.sec_4{
	position: relative;
}
.sec_4 .map{
	width: 48%;
	margin: 0 auto;
}
.sec_4 .text-area {
	text-align: left;
	line-height: 1.6em;
}
.sec_4 .access-info{
	text-align: left;
	margin: 24px auto 0;
}
.sec_4 .address{
	padding: 8px 0;
	text-align: center;
}
.sec_4 .address p{
	padding-top: 8px;
}
.sec_4 a.map-link{
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 16px;
}
.sec_4 a:hover.map-link{
	opacity: 0.6;
	color: var(--link-color);
}
.sec_4 .g_map iframe {
	width: 100%;
	aspect-ratio: 4/2.5;
	height: auto;
	display: block;
}
.sec_4 .access-info p{
	padding-bottom: 0.5em;
}
.sec_4 .access-info h5{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 0.5em;
	margin: 0;
}
.sec_4 .access-info{
}
.sec_4 .access-info ul {
	margin-left: 1em;
	margin-top: 8px;
}
.sec_4 .access-info ul li{
	padding-bottom: 0.3em;
	list-style-type:disc;
	line-height: 1.4em;
}
@media screen and (max-width:767px) {
	.bg-1:before {
		background: url("../img/sp-bg-access.png") no-repeat center center / cover;
	}
	.bg-1-inner {
		padding: 64px 0;
	}
	section.sec_4 {
	}
	.sec_4 .inner{
	}
	.sec_4 .map{
		padding-bottom: 0px;
		width: 100%;
	}
	.sec_4 .text-area {
		width: 100%;
		padding: 0 20px;
	}
	.sec_4 .access-info{
		width: 100%;
		font-size: 14px;
	}
	.sec_4 div.place{
		font-size: 14px;
	}
	.sec_4 .g_map {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.sec_4 .address{
		text-align: center;
	}
	.sec_4 .address p{
		line-height: 1.4em;
		font-size: 14px;
		margin-top: 8px;

	}
	.sec_4 a.map-link{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sec_4 .g_map_inner {
		height: 250px;
	}
	.sec_4 .access-info h5{
		font-size: 1em;
		padding-bottom: 10px;
	}

	.sec_4 .access-info ul{
		margin-bottom: 0;
	}
	.sec_4 .access-info ul li{
		padding-bottom: 0.5em;
	}
	.sale-btn {
		margin: 0 auto;
	}
	.sec_4 h2.ttl-area {
        height: 48px;
        margin-bottom: 5px;
    }
}



/***************************************
12.ご来場になるお客様へのお願い sec_7
***************************************/
section.sec_7 {
	padding: 0 0 80px;
}

.sec_7 h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

@media screen and (max-width:767px) {
	section.sec_7 {
		padding: 40px 0;
	}
	.sec_7 .row_01 h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	
}

/***************************************
 Podcast
***************************************/
#podcast h2 {
	margin: 90px 0 24px;
}
#podcast {
	padding-bottom: 120px;
}

@media screen and (max-width:767px) {
	#podcast h2 {
		margin: 22px 0 16px;
	}
	#podcast {
		padding: 64px 0;
	}
}

/***************************************
 Archive
***************************************/
#archive {
	position: relative;
	padding-top: 100px;
}
#archive .archive-deco{
	position: absolute;
	width: 33VW;
	right: 0;
	top: 40px;
}
#archive .archive-bn {
	margin: 24px 0 100px;
}
#archive .archive-bn ul{
	display: flex;
	justify-content: center;
	gap: 24px;
}
#archive .archive-bn ul li{
	width: 27%;
	padding: 8px;
    background-color: var(--link-color);
}
#archive .archive-bn ul li:hover {
	opacity: 0.6;
}
#archive .archive-bn ul li a {
    color: #fff;
	text-align: center;
	font-size: 14px;
}
#archive .archive-bn ul li a p.title span {
    font-size: 12px;
}
#archive .archive-bn ul li a p{
	line-height: 1.3em;
	padding-top: 5px;
}
@media screen and (max-width:767px) {
	
	#archive .archive-bn ul {
    	display: block;
	}
	#archive .archive-bn ul li {
		width: 80%;
		margin: 0 auto 24px;
	}
	#archive .archive-bn {
		margin: 16px 0 0;
	}
	#archive {
		padding-top: 64px;
	}
	#archive .archive-deco {
		width: 50VW;
		right: 0;
		top: 194vw;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	sec_3 {
    	padding-top: 60px;
	}
	.ticket-wrap .title .sp_only {
		display: block;
	}
	.sec_4 .map {
		width: 70%;
	}
	.g_map {
		width: 73%;
		margin: 0 auto;
	}
	.sec_4 .access-info {
		font-size: 14px;
	}
	section.goods-area {
		padding: 60px 0;
	}
	#archive {
		padding-top: 170px;
	}
	
}
