@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

/* 10px */
body {
	width: 100%;
	font-size: 1.6rem;
	color: #231815;
	line-height: 2;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/body_bg.png) top left repeat-x #311B01;
	background-size: auto 500px;
	overflow: hidden;
}

img {
	width: 100%;
	height: auto;
}

#luxy {
	margin-bottom: -40%;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
	outline: none;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ac957a;
	text-decoration: none;
}

a:active {
	color: #ac957a;
	text-decoration: none;
}

a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
	margin-bottom: 1em;
}

.only_pc {
	display: block;
}

.only_sp {
	display: none;
}

.only_pc_line {
	display: inline-block;
	padding: 0 5px;
}

.sp_br {
	display: none;
}

.sp_br2 {
	display: none;
}

.sp_br3 {
	display: none;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


#main {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 5% 0;
	background: url(../img/main_bg.png) no-repeat top 120px left -90px;
	background-size: 110% auto;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #fff;
	z-index: 0;
	box-sizing: border-box;
}

#main_img img:nth-of-type(1) {
	width: 60%;
	max-width: 700px;
	position: absolute;
	right: 2%;
	top: 85px;
	z-index: -2;
}

#main_img img:nth-of-type(2) {
	width: 80%;
	max-width: 800px;
	position: absolute;
	right: -4%;
	top: 400px;
	z-index: -1;
}

#main_img img:nth-of-type(3) {
	width: 10%;
	max-width: 70px;
	position: absolute;
	right: 2%;
	top: 130px;
	z-index: -1;
}

#main_data {
	width: 40%;
	min-width: 500px;
	margin: 0;
	text-align: center;
	z-index: 2;
}

#logo {
	position: relative;
}

#logo>img:nth-of-type(1) {
	width: 100px;
	position: absolute;
	top: 20%;
	right: -125px;
}

#logo>img:nth-of-type(2) {
	width: 100px;
	position: absolute;
	bottom: -60px;
	left: -50px;
}

#main_data>img:nth-of-type(1) {
	max-width: 365px;
	margin: 20px auto 10px;
}

#main_data>img:nth-of-type(2) {
	max-width: 310px;
	margin: 0 auto 5px;
}

#main_data h2 {
	color: #C09800;
	font-family: 'Noto Serif JP', serif;
	font-size: 130%;
	margin: 5px auto;
}

#main_data dl:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-family: 'Noto Serif JP', serif;
	font-size: 110%;
	line-height: 1.8;
}

#main_data dl:nth-of-type(1) dt {
	width: 49%;
	text-align: right;
	letter-spacing: 0.1em;
}

#main_data dl:nth-of-type(1) dd {
	width: 50%;
	text-align: left;
}

#main_data dl:nth-of-type(1) dd::before {
	content: '…';
}

#main_data ul {
	width: 97%;
	font-size: 85%;
	margin: 5% auto 3%;
	text-align: left;
}

#main_data ul li {
	text-indent: -1em;
	margin-left: 1em;
	letter-spacing: -0.05em;
}

.text_link {
	width: 95%;
	text-align: left;
}

.text_link a {
	display: inline-block;
	text-align: left;
	text-align: left;
	border-bottom: #fff 1px solid;
}

#main .text_link {
	margin: 0% auto 5%;
}

#main .text_link a {
	font-size: 90%;
}

.text_link a:hover {
	border-bottom: #ac957a 1px solid;
}

.text_link a span {
	font-size: 75%;
	display: inline-block;
	margin-left: 5px;
}

.btn a {
	display: block;
	background: url(../img/btn_bg.png) repeat-x;
	padding: 5px 0;
	background-size: auto 100%;
	color: #311B01;
	font-size: 120%;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	box-shadow: 10px 10px 8px #231815;
}

.btn a span {
	font-size: 80%;
	display: inline-block;
	margin-left: 20px;
}

#main_data>dl:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 105%;
	line-height: 1.8;
	margin-top: 3%;
	letter-spacing: 0.05em;
}

#main_data>dl:nth-of-type(2) dt {
	width: 6em;
	text-align: right;
}

#main_data>dl:nth-of-type(2) dd {
	width: calc(100% - 6em);
	margin-left: 0;
}

@media screen and (max-width: 1200px) {
	#main_img img:nth-of-type(1) {
		width: 60%;
		max-width: 500px;
		right: -3%;
		top: 85px;
	}

	#main_img img:nth-of-type(2) {
		width: 80%;
		max-width: 600px;
		right: -12%;
		top: 380px;
	}

	#main_img img:nth-of-type(3) {
		width: 10%;
		max-width: 60px;
		right: 0;
		top: 80px;
	}

	#logo {
		width: 75%;
		margin-left: 8%;
	}

	#logo>img:nth-of-type(1) {
		width: 90px;
		position: absolute;
		top: 20%;
		right: -105px;
	}
}




section {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 5%;
	box-shadow: 10px 10px 8px #231815;
	background: url(../img/paper_bg.jpg) no-repeat bottom center;
	background-size: 100% auto;
	padding: 0 5% 7%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

section::before {
	content: '';
	width: 100%;
	height: 200px;
	background: url(../img/paper_top.jpg) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

section#story::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/story_bg.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

section h3 {
	width: 90%;
	padding: 5% 0 7px 0;
	box-sizing: content-box;
	border-bottom: 1px solid #231815;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 200%;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
	position: absolute;
	top: 0px;
	left: 5%;
	z-index: 99;
}

section h3 span {
	font-size: 65%;
	vertical-align: 5%;
	display: inline-block;
	padding-left: 10px;
}

#story {
	font-family: 'Noto Serif JP', serif;
	padding-top: 13%;
}

#story dl {
	width: 95%;
	margin-bottom: 5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#story dl dt {
	width: 10%;
	font-size: 220%;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	letter-spacing: 0.2em;
}


#story dl dd {
	width: 85%;
}

#cast {
	padding-top: 13%;
}

section#cast::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/cast_bg.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

#cast ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 3;
}

#cast ul li {
	display: block;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

#cast ul li a {
	color: #231815;
	display: block;
}

#cast ul li span {
	font-size: 70%;
	display: block;
}

#cast ul li img {
	display: block;
	width: 85%;
	margin: 0 auto 10px;
}

#cast ul li {
	width: 25%;
}

#midokoro {
	font-family: 'Noto Serif JP'serif;
	background: url(../img/midokoro_bg.png) no-repeat bottom left;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
	padding: 4% 5% 3%;
	font-family: 'Noto Serif JP', serif;
	margin: 5% auto 0;
}

#midokoro::before {
	content: '';
	width: 100%;
	height: 100px;
	background: url(../img/midokoro_top.png) no-repeat top left;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}

#midokoro h4 {
	font-size: 140%;
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

#music {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 2%;
	border-bottom: 1.5px solid #fff;
	padding: 0 3% 3%;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 120%;
}

#music dl {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#music dl dt {
	width: 140px;
	letter-spacing: 0.5em;
	position: relative;
	display: block;
}

#music dl dt::before {
	content: "■";
	position: absolute;
	top: 4px;
	left: -30px;
	font-size: 80%;
	letter-spacing: 0;
}

#music dl dt::after {
	content: "…";
	position: absolute;
	top: 4px;
	right: 25px;
	font-size: 80%;
	letter-spacing: 0;
}

#music dl dt:nth-of-type(1),
#music dl dt:nth-of-type(4) {
	letter-spacing: 2em;
}

#music dl dd {
	width: calc(100% - 140px);
}


#staff,
#ticket,
footer {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3% 3%;
	box-sizing: border-box;
	color: #fff;
}

#staff {
	border-bottom: 1.5px solid #fff;
	margin: 0 auto 2%;
}


#staff h3,
#ticket h3 {
	padding: 0 0 0 0;
	box-sizing: content-box;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 1%;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

#staff h3 span,
#ticket h3 span {
	font-size: 65%;
	vertical-align: 5%;
	display: inline-block;
	padding-left: 20px;
}

#staff dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#staff dl dt {
	width: 250px;
	position: relative;
	display: block;
}

#staff dl dd {
	width: calc(100% - 250px);
	position: relative;
	display: block;
}

#ticket dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 110%;
}

#ticket dl dt {
	width: 300px;
	position: relative;
	display: block;
}

#ticket dl dd {
	width: calc(100% - 300px);
	position: relative;
	display: block;
}

#ticket dl dd div.btn {
	max-width: 320px;
	display: inline-block;
	margin-left: 20px;
}

#ticket dl dd div.btn a {
	font-size: 80%;
	padding: 0 30px;
	box-shadow: 5px 5px 3px #231815;
}

.bunka {
	background: url(../img/logo_bunka.png) no-repeat #000 top 20px left 35px;
	background-size: 80px auto;
	box-sizing: border-box;
	padding: 15px 40px 15px 160px;
	font-size: 80%;
	line-height: 1.6;
	margin-bottom: 3%;
}

.bunka p {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

footer {
	font-size: 95%;
}

footer dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

footer dl dt {
	width: 80px;
	position: relative;
	display: block;
}

footer dl dd {
	width: calc(100% - 80px);
	position: relative;
	display: block;
}

#place {
	font-size: 90%;
	margin: 3% auto;
}

#place img {
	width: 90%;
	max-width: 400px;
	margin-bottom: 20px;
}

#place p {
	margin-bottom: 0;
}








#pageTop {
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 999;
}

#pageTop a {
	display: block;
	width: 50px;
	height: 60px;
	background: url(../img/page_top.png) no-repeat;
	background-size: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#home_link{
position:absolute;
top:15px !important;
right:0px !important;
}

#home_link img{
height:auto;
width:250px;
}

#home_link a img {
transition:opacity 0.4s ease-in-out;
}
#home_link a:hover img {
opacity:0.6;
}

.bunka-ic{
border-top:solid 1px #fff;
padding-top:10px;
margin-top:8px;
}

.bunka-ic:before {
  content: '';
  display: inline-block;
  margin-right:8px;
  width: 36px;
  height: 36px;
  background-image: url(../img/ic001.png);
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
}