@import url('//fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP&display=swap');
@import url(//use.fontawesome.com/releases/v5.8.1/css/all.css);

@font-face { font-family: "Yu Gothic M"; src: local('Yu Gothic Medium');}
@font-face { font-family: "Yu Gothic B"; src: local('Yu Gothic Bold'); font-weight: bold;}

html {
    font-size: 62.5%;
}
body {
	font-family: '游ゴシック体', 'YuGothic', '游ゴシック', '游ゴシック Medium', 'Yu Gothic', 'Yu Gothic M', 'Yu Gothic Medium', 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Sans', sans-serif;
	font-weight: 500;
    font-weight:normal;
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}
mark {
	background:linear-gradient(180deg,#FFF 0%,#FFF 50%,#aed900 50%, #aed900 100%);
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.8em;
}
a {
	text-decoration: none;
	color: #000;
	transition: .3s;
}
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
}
/**
ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	display: inline-block;
}
ol li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin: 0 0 1em 0;
	line-height: 1.8em;
	text-align: left;
}
ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}**/
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
.imgcenter {
	text-align: center;
}
.imgcenter img {
	max-width: 100%;
	height: auto;
}
br.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.alignleft,
div.alignleft,
img.alignleft {
	margin: 0;
	padding: 0 1.8em .8em 0;
	float: left;
}
.alignright,
div.alignright,
img.alignright {
	margin: 0;
	padding: 0 0 .8em 1.8em;
	float: right;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p a {
	text-decoration: underline;
	color: #333;
	transition: .3s;
}
p a:hover {
	text-decoration: none;
}
/** layout **/
#headerArea,
#footerArea {
	width: 100%;
	display: block;
	margin: auto;
}
#headerArea .header,
#footerArea .footer {
	max-width: 1100px;
	width: 94%;
	display: block;
	margin: auto;
	padding: 30px 0;
}
.container {
	max-width: 1100px;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 70px 0;
}
.inner {
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
}
/** header **/
#headerArea .header {
	position: relative;
	overflow: hidden;
}
.header_menu {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 14px;
}
.header_menu li {
	list-style: none;
	display: inline;
	margin: 0 7px;
}
.header_menu li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.header_menu li.icon_mail a {
	font-weight: 700;
}
.header_menu li.icon_mail a:before {
	content: "\f0e0";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .5em;
}
.slicknav_menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 0;
	width: 100%;
	background-color: transparent;
}
#footerArea {
	background-color: #F5F5F5;
	text-align: center;
}
#footerArea ul.sns,
#footerArea ul.sns li {
	display: inline-block;
}
#footerArea .copy {
	font-size: 12px;
	margin-top: 30px;
	font-family: 'Lato', sans-serif;
}
/** page top **/
#page-top {
    position: fixed;
    bottom: 10px;
	right: 20px;
	z-index: 100;
}
#page-top a {
	color: #333;
    text-decoration: none;
}
#page-top a:hover {
	color: #CCC;
}
#page-top a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0aa";
	font-size: 35px;;
}

/** slide **/
#slider {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #000;
}
.bx-controls {
	display: none;
}
/** common **/
h2.title {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 50px auto;
}
h2.white {
	color: #FFF;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 30px auto;
	line-height: 1.8em;
}
h3.center {
	text-align: center;
	margin: 70px auto 40px auto;
}
h3.en {
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
}
span.small {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
span.underline {
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}
span.bg_bk {
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: 0 .8em;
	margin-right: 1em;
}
.moreBtn a {
	width: 320px;
	max-width: 90%;
	display: block;
	margin: 0 auto;
	padding: .5em 1em;
	background-color: rgb(184, 5, 5);
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.moreBtn a:hover {
	background-color: rgb(202, 22, 22);
}
.moreBtn a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
}
.moreBtn a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	margin-right: .5em;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.moreBtn.bk a {
	width: 450px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	background-color: #333333;
	padding: .6em 2em;
	box-sizing: border-box;
	line-height: 1.4em;
}
.moreBtn.bk a:after {
	display: none;
}
.moreBtn.bk a :hover {
	background-color: rgb(41, 41, 41);
}
.moreBtn.sp {
	display: none;
}
.pin:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f3c5";
	display: inline-block;
	margin-right: .5em;
}
.ticket_box {
	max-width: 500px;
	width: 100%;
	display: inline-block;
	border: 5px solid #333;
	margin: 100px auto 40px auto;
	position: relative;
	padding: 50px 1.5em;
	box-sizing: border-box;
}
.ticket_box h3 {
	background-color: #FFF;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding:0 1em;
}
.ticket_box ul {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	margin: 30px auto 0 auto;
}

.ticket_box .moreBtn {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
p.kikan:before {
	content:"販売期間：";
	display: inline-block;
}
table .credit {
	width: auto;
	margin: auto;
}
table.credit th {
    white-space:nowrap;
    text-align: justify;
    vertical-align: top;
	padding: 0.5em 1.0em;
	line-height: 1.8em;
}
table.credit td { padding: 0.5em 1.0em;line-height: 1.8em; }
table.credit  a { color: #000; text-decoration: none;}
table.credit  a:hover { text-decoration: underline;}
.bg_about {
	background-image: url('../images/bg_about_top.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	z-index: -1;
	color: #FFF;
}
.bg_about:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.bg_about p {
	font-size: 15px;
	line-height: 2.5em;
}
.digest {
	display: block;
	width: 100%;
	max-width: 750px;
	margin: 80px auto 30px auto;
}
/** page **/
#hedding {
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: -1;
	background-position: center bottom;
}
#hedding h2 {
	text-align: center;
	color: #FFF;
	font-size: 40px;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#hedding.about {
	background-image: url('../images/bg_about.jpg');
}
#hedding.artists {
	background-image: url('../images/bg_artists.jpg');
}
#hedding.access {
	background-image: url('../images/bg_access.jpg');
}
#hedding.notice {
	background-image: url('../images/bg_notice.jpg');
}
.iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
}
.iframe-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	display:block;
}
ul.anchorlink {
	width: 800px;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin: 0 auto;
}
ul.anchorlink li {
	margin: 1px;
}
ul.anchorlink li a {
	display: block;
	text-align: center;
	padding: 1em 3em;
	border: 1px solid #000;
}
ul.anchorlink li a:hover {
	background-color: #000;
	color: #FFF;
}
.layout_warp {
	max-width: 100%;
	width: 1000px;
	margin: auto;
	display: block;
	padding: 100px 0;
}
.bg_gray {
	background-color: #f4f4f4;
}
.artists_box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.bg_gray .artists_box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.artists_box .artists_box_pic {
	width: 44%;
	display: inline-block;
	position: relative;
}
.artists_box .artists_box_pic img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.bg_gray .artists_box .artists_box_pic img {
	left: auto;
	right: 0;
}
.artists_box .artists_box_pro {
	width: 50%;
	display: inline-block;
	font-size: 14px;
}
.artists_box.tate .artists_box_pic {
	width: 30%;
}
.artists_box.tate .artists_box_pro {
	width: 64%;
}
h2.artists_name {
	font-size: 30px;
	margin: 0 0 1em 0;
}
.artists_box .artists_box_pro ul {
	margin: 1.5em 0 0 0;
}
.artists_box .artists_box_pro ul li {
	margin: .75em 0;
	line-height: 1.6em;
}
.artists_box .artists_box_pro a {
	text-decoration: underline;
}
.artists_box .artists_box_pro a:hover {
	text-decoration: none;
}

#langChenge input[type="radio"]{
	display: none;
}
#langChenge label {
	display: inline-block;
	padding: .5em;
	line-height: 1em;
}
#langChenge ul.chengelabel {
	margin: 1em 0;
	padding: 0;
}
#langChenge ul.chengelabel li {
	display: inline-block;
}
#langJa:not(:checked) ~ * *:lang(ja),
#langJa2:not(:checked) ~ * *:lang(ja),
#langJa3:not(:checked) ~ * *:lang(ja),
#langJa4:not(:checked) ~ * *:lang(ja) {
display: none;
}
#langEn:not(:checked) ~ * *:lang(en),
#langEn2:not(:checked) ~ * *:lang(en),
#langEn3:not(:checked) ~ * *:lang(en),
#langEn4:not(:checked) ~ * *:lang(en) {
display: none;
}
#langJa:checked ~ ul.chengelabel li label[for="langJa"],
#langJa2:checked ~ ul.chengelabel li label[for="langJa2"],
#langJa3:checked ~ ul.chengelabel li label[for="langJa3"],
#langJa4:checked ~ ul.chengelabel li label[for="langJa4"] {
	background : #000;
	color: #FFF;
}
#langEn:checked ~ ul.chengelabel li label[for="langEn"],
#langEn2:checked ~ ul.chengelabel li label[for="langEn2"],
#langEn3:checked ~ ul.chengelabel li label[for="langEn3"],
#langEn4:checked ~ ul.chengelabel li label[for="langEn4"] {
	background : #000;
	color: #FFF;
}
#btm-btn,
#btm-btn a {
	display: none;
	visibility: hidden;
}
ul.faq li {
	line-height: 1.8em;
	margin: 1em 0;
	position: relative;
	padding-left: 1.5em;
}
ul.faq li:before {
	content: "・";
	position: absolute;
	top:0;
	left: 0;
}

br.sp {
	display: none;
}

/** headerArea **/
@media only screen and (max-width: 767px) { 
	.slicknav_menu {
		display: block;
	}
	.header_menu {
		display: none;
	}
	.container {
		padding: 50px 0;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
	.moreBtn.sp {
		display: inline;
	}
	.moreBtn.pc {
		display: none;
	}
	.bg_bk {
		margin: .5em auto;
	}
	#headerArea .header,
	#footerArea .footer {
		padding: 20px 0;
	}
	#headerArea .header {
		height: 55px;
	}
	#headerArea .header h1 {
		width: 280px;
		z-index: 1000;
		position: absolute;
	}
	h2.title {
		font-size: 30px;
		margin: 0 auto 30px auto;
	}
	h3 {
		font-size: 20px;
		margin: 1.5em auto;
	}
	h3.en {
		padding: 0;
		background-color: #CCC;
	}
	h3.en span {
		display: inline-block;
		padding: 0 1.5em;
		background-color: #FFF;
	}
	span.small {
		font-size: 16px;
	}
	.bg_about p {
		font-size: 14px;
		line-height: 1.8em;
		text-align: left;
	}
	.ticket_box {
		max-width: 100%;
		margin: 30px auto 0 auto;
		position: static;
		padding: 1.5em 0;
		box-sizing: border-box;
		border:none;
	}
	.ticket_box h3 {
		position: static;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		margin-bottom: 50px;
	}
	.ticket_box .moreBtn {
		position: static;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		margin: 30px auto 0 auto;
	}
	p.kikan:before {
		content:"ー 販売期間 ー";
		display: block;
	}
	table.credit {
		width: 100%;
	}
	table.credit th,
	table.credit td {
		display: block;
		width: 100%;
		clear: both;
		text-align: center;
	}
	table.credit th {
		padding-bottom: 0;
	}
	#hedding {
		height: 120px;
	}
	#hedding h2 {
		font-size: 24px;
	}
	ul.anchorlink {
		width: 100%;
	}
	ul.anchorlink li a {
		font-size: 14px;
		padding: .5em 1.5em;
	}
	.layout_warp {
		padding: 0 0 40px 0;
	}
	.artists_box {
		display: block;
	}
	.artists_box .artists_box_pic,
	.artists_box.tate .artists_box_pic {
		width: 100%;
	}
	.artists_box .artists_box_pro,
	.artists_box.tate .artists_box_pro {
		width: 94%;
		margin: 1.5em auto;
		display: block;
		position: static;
	}
	.bg_gray .artists_box .artists_box_pic img,
	.artists_box .artists_box_pic img {
		position: static;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		margin:auto;
		/**max-width: 350px;**/
		margin: 0 auto;
		display: block;
	}
	h2.artists_name {
		font-size: 22px;
		text-align: center;
	}
	#btm-btn {
		display: block;
		visibility: visible;
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 10;
	}
	#btm-btn a {
		width: 290px;
		max-width: 62%;
		text-align: center;
		display: block;
		visibility: visible;
		border: 2px solid #000;
		color: #000;
		font-weight: bold;
		background-color: #FFF;
		padding: 1em;
		margin: 5px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		position: relative;
	}
	#btm-btn a:after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		margin-right: .5em;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.digest {
		margin: 50px auto 30px auto;
	}
}