@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

/* reset
--------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol,li{margin:0;padding:0;}
ul,ol{list-style:none;}
html:focus-within{scroll-behavior:smooth;}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;position: relative;}
a:not([class]){text-decoration-skip-ink:auto;}
img,picture{max-width:100%;display:block;margin:0 auto;}
input,button,textarea,select{font:inherit;}
@media(prefers-reduced-motion:reduce){
	html:focus-within{scroll-behavior:auto;}
	*,
	*::before,
	*::after{animation-duration:.01ms !important;
			animation-iteration-count:1 !important;
			transition-duration:.01ms !important;
			scroll-behavior:auto !important;}
	}
html{font-size: 62.5%;}
body{position: relative;}
table,th,td{border-width: 0!important;}
.contents h1,h2,h3,h4,h5{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
/* COMMON
--------------------------------------------------- */
.contents a { display: inline-block; color:#fafb65; text-decoration: underline; pointer-events: auto!important; transform: 0.3s;}
.contents a:visited { color: #fafb65; text-decoration: underline;}
.contents a:hover{ opacity: .75; text-decoration: underline;}
.contents a.link {
	display: inline-block;
	word-break: break-all;
}
.contents a.link:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fafb65;
}
.contents a.link:hover:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fafb65;
}
.contents .caution a.link {
	padding-left: 1em;
}
.contents .no-pc { display: none;}
.contents br.no-pc { display: none; }
.contents .no-sp { display: block;}
.contents .tax { padding: 0 0 0 .25em; font-size: 1.2rem; font-weight: normal;}
.contents em { color: #cd3031; font-style: normal; font-weight: bold;}
.contents .red { color: #cd3031!important;}
.contents .pink { color: #FF5EA1!important;}
.contents strong { color: #fafb65; font-style: normal; font-weight: bold;}
.contents .strikethrough { color:#666; text-decoration: line-through;}
.contents .caution {
    color: #CCC;
    padding: .25em 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1em;
}
.contents .caution::before { 
    content: "※";
    color: #CCC;
}
p + p {
	margin-top: .5em;
}
.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
	right: 24px;
	bottom: 5px;
	z-index: 1;
}
.contents .advance, .contents .public {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 8px 16px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
    line-height: 1;
	position: relative;
	top: -2px;
    text-align: center;
}
.contents .advance { background: #fafb65;}
.contents .public { background: #999;}
@media screen and (max-width: 1024px) {
    .contents .no-pc { display: block; }
    .contents br.no-pc { display: inline; }
    .contents .no-sp { display: none; }
    .contents .caution { font-size: 1.4rem;}    
}
@media screen and (max-width: 599px) {
	.contents .caution { font-size: 1.2rem;}  
    .contents .xs,
    .contents .tax,
	.contents .copyright {
        font-size: 1.0rem;
    }
	p + p {
		margin-top: .5em;
	}
	.contents a.link:before,
	.contents a.link:hover:before {
		border-width: 3px 0 3px 3px;
	}
}
/* LAYOUT
--------------------------------------------------- */
.contents {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	background: #4F297E;
	background: #000;
	color: #FFF;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    position: relative;   
    text-align: center;
    z-index: 1;
}
.contents-area {
	width: 100%;
    margin: 0 auto;	
    padding: 0 24px;
}
.contents-inner {
	display: grid;
    padding: 32px 0;
	gap: 64px;
}
.contents-box {
	width: 100%;
	max-width: 1000px;
	margin:  0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .contents {
        line-height: 1.6;
    }
	.contents-area {
		padding: 0 40px;
	}
    .contents-inner {
		padding: 24px 0;
		gap: 48px;
    }
}	
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-area {
        padding: 0 24px;
    }   
    .contents-inner{
		padding: 16px 0;
		gap: 24px;
    }
}
@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
    }
    .contents-area {
        padding: 0 16px;
    }
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {}
/*@font-face {
	font-family: "JF-Dot-Shinonome14";
	src: url("../fonts/JF-Dot-Shinonome14.ttf") format("truetype");
	src: url('../fonts/jf-dot-shinonome-14-regular.eot');
	src: url('https://ticket.rakuten.co.jp/features/undertale_sc/index.html/fonts/jf-dot-shinonome-14-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/jf-dot-shinonome-14-regular.woff2') format('woff2'),
		url('../fonts/jf-dot-shinonome-14-regular.woff') format('woff'),
		url('../fonts/jf-dot-shinonome-14-regular.ttf') format('truetype'),
		url('../fonts/jf-dot-shinonome-14-regular.svg#jf-dot-shinonome-14-regular') format('svg');
}*/
.contents h2 {    
    width: 240px;
	margin: 0 auto;
    padding: 1em;
	background: #000;
    border: 2px solid #FFF;
	color: #FFF;
	/*font-family: JF-Dot-Shinonome14, sans-serif;*/
	font-family: dotgothic16, sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
	line-height: 100%;
	text-align: center;
    text-indent: 0.5em;
}
.contents h2 span {    
	display: block;
	margin-top: 4px;
    font-size: 80%;
    letter-spacing: 0;
    text-indent: 0;
}
.contents .btn-area  h2 {
    border: 2px solid #fafb65;
	color: #fafb65;
}
.contents h3 {
}
@media screen and (max-width: 1024px) {
    .contents h1 {}
	.contents h2 {
		width: 200px;
		padding: .75em 1em;
	}
}
@media screen and (max-width: 599px) {
	.contents h2 {
		width: 160px;
		padding: .5em;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 376px) {
	.contents h2 {
		font-size: 1.2rem;
	}
}
/* HERO
--------------------------------------------------- */
.hero {
	padding: 64px 0 32px;
}
@media screen and (max-width: 1024px) {
.hero {
	padding: 48px 0 24px;
	}
}
@media screen and (max-width: 599px) {
	.hero {
		padding: 40px 0 24px;
	}
}
/* ABOUT
--------------------------------------------------- */
.about-area {}
.table-about {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.table-about tbody th {
    width: 240px;
    vertical-align: top
}
.table-about tbody td {
    padding: .5em 1em 3em 2em;
	color: #FFF;
    font-size: 2rem;
    text-align: left;
    vertical-align: top
}
.table-about tbody td.table-end {
    padding: .5em 1em 0 2em;
}
.price {
	display: grid;
	gap: .5em;
}
.add {
	margin-top: 1em;
}
.add span {
	display: block;
	margin-top: .5em;
	font-size: 80%;
}


@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;
		text-align: center;
    }
    .table-about tbody td {
        display: block;
        width: 100%;
		padding: 1em 0 3em;
		font-size: 1.8rem;
		text-align: center;
    }
	.table-about tbody td.table-end {
		padding: 1em 0 0!important;
	}
	.about-inner-wrap {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
	}
}
@media screen and (max-width: 599px) {
    .table-about tbody th {
    }
    .table-about tbody td {		
		padding: 1em 0 2.5em;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
		padding: 1em 0 1.5em;
    }
}
/* PROGRAM
--------------------------------------------------- */
.program dt {
	color: #fafb65;
	padding: 0 0 .5em;
}
.program dd {
	font-size: 80%;
	padding: 0 .5em;
}
.program dd + dt {
	padding: 1.5em 0 .5em;
}
.program dt p {
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  padding: 0.3em;
  margin-bottom: 10px;
  position: relative;
}
.program dt p::before {
  content: '';
  background-color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 30px;
  bottom: -2px;
}
.program dt p::after {
  content: '';
  background-color: #FFF;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
	.program dt {
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	.program dd + dt {
		padding: 1em 0 .5em;
	}
}
@media screen and (max-width: 376px) {

}
/* PERFPRMANCE
--------------------------------------------------- */
.performance-title {
	margin-bottom: 1em;
	color: #fafb65;
	font-weight: bold;
}
 .performance {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 16px;
}
.performance dt p {
	width: 60px;
	padding: .5em 1em;
	background: #CCC;
	color: #000;	
	font-family: dotgothic16, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	text-align: center;
}
.performance dd {
	padding-top: 2px;
}
.performance-txt {
	font-size: 80%;
}
.spacer {
	margin-top: 1em;
}
.performance-inner-wrap {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.performance dt p {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	.performance dt p {
		font-size: 1.0rem;
	}
}
@media screen and (max-width: 376px) {

}
/* SOLDOUT
--------------------------------------------------- */
.soldout-box .performance-title {
	color: #999;
	font-weight: normal;
}
.soldout-box  .performance dt p {
	background: #666;
	color: #000;
}
.soldout {
	display: inline-block;
	margin-right: 16px;
	padding: .25em .5em .5em;
	background: #cd3031;
	color: #FFF;
	font-family: dotgothic16, sans-serif;
	font-style: normal;
	font-weight: 400;
    letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
    text-indent: 0.1em;
}
.soldout-e {
	margin: 0 auto 16px;
}
@media screen and (max-width: 1024px) {
	.soldout-e {
		width: 100%;
	}
}
/* SUB
--------------------------------------------------- */
.sub-area {
    padding: 2em 0 0;
    border-top: 2px solid #FFF;
	position: relative;
}
.sub-area:before,
.sub-area:after {
	content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    height: 0;
    width: 0;
}
.sub-area:before {
    border: 16px solid;
    border-color: transparent;
	border-top-color: #FFF;
    margin-left: -16px;
}
.sub-area:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #000;
    margin-left: -10px;
}
.sub-area dl {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;    
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items        : center;
}
.sub-area dt {
	width: 50%;
	padding: 0 1em 0 0;
	text-align: right;
}
.sub-area dd {
	width: 50%;
	padding: 0 0 0 1em;
	text-align: left;
	position: relative;
}
.sub-area dd:before {
	content: ':';
    left: 0;
	position: absolute;
}
@media screen and (max-width: 1024px) {
	.sub-area dl {
		display: block;
	}
	.sub-area dt {
		width: 100%;
		padding: 0 0 .25em 0;
		text-align: center;
	}
	.sub-area dd {
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
	}
	.sub-area dd:before {
		content: '・・・';
		top: 1.75em;
		left: 0;
		right: 0;
		position: absolute;
	}
	.sub-area dd:last-child:before {
		content: '';
	}
	.sub-area dt + dd {
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 599px) {

}
@media screen and (max-width: 376px) {

}
/* NOTES
--------------------------------------------------- */
.notes-lead {
	margin-bottom: 1em;
    text-align: left;
}
.notes {
    width: 100%;
    margin: 0 auto;
}
.price .notes,
.price .caution{
	margin: .5em 0 0 1em;
}
.notes li {
	margin: 0;
	padding: 0 0 0 1em;
    color: #FFF;
    font-size: 1.6rem;
	line-height: 1.6;
    text-indent: -1em;
    text-align: left;
}
.price .notes li {
	color: #ccc;
}
.notes li::before {
    content:"※";
}
.notes li + li {
    margin: .75em 0 0;
}
.price .notes li + li{
    margin: .5em 0 0;
}

@media screen and (max-width: 1024px) {
    .notes li {
        font-size: 1.4rem;
      }
}
@media screen and (max-width: 599px) {
    .notes li {
        font-size: 1.2rem;
		line-height: 1.5;
        }
}
@media screen and (max-width: 376px) {
}
/* BUTTON
--------------------------------------------------- */
.btn-area {
	display: grid;
    margin: 0 auto 0;
	padding: 48px 24px;
	background: #161616;
	border: 4px solid #FFF;
	gap: 24px;
}
.btn-inner {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-direction    : row;
	-webkit-box-direction : row;
	-webkit-flex-direction: row;    
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content    : flex-start;
	justify-content        : flex-start;
	-webkit-align-items: flex-end;
	-ms-align-items    : flex-end;
	align-items        : flex-end;
}
.btn-box {
	width: 50%;
	padding: 24px;
}
.btn-box-wide {
	width: 100%;
}
.btn-area p {
	margin-bottom: 8px;
}
a.btn-ticket {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #fafb65;
	position: relative;
    text-decoration: none;
    transition: 0.3s;
}
a.btn-ticket span {
    display: block;
	color: #000!important;
	font-family: dotgothic16, sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 100%;
    text-indent: 0.5em;
    text-align: center;
	position: relative;
}
a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fafb65;
    border-right: 3px solid #fafb65;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
.btn-ticket:hover {
    opacity: .75
}
a.btn-non {
    display: block;
    max-width: 480px;
	width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #666;
    color: #CCC!important;
    font-size: 1.6rem;
    line-height: 1;
	pointer-events: none!important;
    text-align: center;
	text-decoration: none!important;
}
a.btn-non span {
    display: block;
	color: #333!important;
	font-family: dotgothic16, sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.5em;
	line-height: 100%;
    text-indent: 0.5em;
    text-align: center;
	position: relative;
}
a.btn-resale {
    display: block;
    max-width: 320px;
	width: 80%;
    margin: 8px auto 0;
    padding: 4px;
    background: #333;
	color: #FFF;
	position: relative;
    text-decoration: none!important;
    transition: 0.3s;
}
a.btn-resale span {
    display: block;
	width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #333;
	border: 2px solid #666;
	color: #fafb65;
}

a.btn-resale span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fafb65;
    border-right: 3px solid #fafb65;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
 @media screen and (max-width: 1024px) {
    .btn-area {
		border: 3px solid #FFF;
		gap: 24px;
    }
	 .btn-inner {
		gap: 32px; 
	 }
	.btn-box {
		width: 100%;
		padding: 0;		
	}
	a.btn-resale {
		margin: 24px auto 0;
	}
}
 @media screen and (max-width: 599px) {
    .btn-area {
		padding: 32px 24px;
		border: 2px solid #FFF;
		gap: 16px;
    }
	 .btn-inner {
		gap: 24px; 
	 }
	a.btn-ticket span {
		font-size: 1.4rem;
	}
	.btn-ticket + .btn-ticket {
		margin-top: 10px;
	}
	a.btn-resale {
		margin: 16px auto 0;
	}
	a.btn-resale span {
		padding: .5em 1em;
	} 
	 .btn-non {
		font-size: 1.4rem;
	}
}
 @media screen and (max-width: 376px) {
	   .btn-area {
		padding: 32px 16px;
    }
}

/* INQUIRY
--------------------------------------------------- */
.inquiry {
	margin: 0 auto;
	font-size: 1.6rem;
}
.inquiry li {
    margin: 0 auto;
    padding: .5em 1em 0;
}
.inquiry dt {
	font-weight: bold;
}
.inquiry dd + dt {
	margin-top: 1em;
}
.inquiry .about-inner-wrap {
	margin-top: .5em;
}
.inquiry-sub {
	display: inline-block;
	padding: .25em 1em 0 1em;
}
@media screen and (max-width: 1024px) {
	.inquiry {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.inquiry-area {
	}
	.inquiry {
		display: inline-block;
		
		font-size: 1.2rem;
	}
    .inquiry li a {
		padding: 1em 1em 0;
    }	
}

/* LINE
--------------------------------------------------- */
.line {
	width: 100%;
	height: 50px;
	margin-top: 50px;
	background-image: url("../images/note.png");
	background-position:  center top; 
	background-size: contain;
}
@media screen and (max-width: 1024px) {
	.line {
		height: 40px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 599px) {
	.line {
		height: 30px;
		margin-top: 30px;
	}
}

/* TAB
--------------------------------------------------- */
.tab-area {
	width: 100%;
	padding: 48px 16px 0;
	background: #FFF;
}
#tabMenu {
	width: 100%;
    display: block;
    font-size: 0;
    position: relative;
}
#tabMenu li {
    display: inline-block;
    width: calc( calc(100% - 32px)/4);
    padding: 1em 0;
	background: #FFF;
	border: 2px solid #000;
	border-bottom: none;
	color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
    text-align: center;
    transition-duration: 0.3s;
	vertical-align: bottom;
}
#tabMenu li:hover {
	background: #666;
	color: #CCC;	
}
#tabMenu li.tabSelect {
    background: #000;
	color: #FFF;
	padding: 1.2em 0;
	pointer-events: none;
}
.tab {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: transparent;
}
.hide {
    display: none;
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 599px) {
	.tab-area {
		width: 100%;
		padding: 24px 4px 0;
		background: #FFF;
	}
    #tabMenu li {
		width: calc( calc(100% - 8px)/4);
		padding: .5em 0;
		border: 1px solid #000;
        font-size: 1.4rem;
    }
	#tabMenu li.tabSelect {
		padding: .6em 0;
	}
}
 @media screen and (max-width: 399px) {
    #tabMenu li {
        font-size: 1.2rem;
    }
}