@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	text-align: center;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: normal;
}

ul li,ol li {
	list-style: none;
}

mark {
	background-color: inherit;
}

a {
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 16px;
}

html {
	scroll-padding-top: 90px;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	cursor: pointer;
	transition-duration: 0.2s;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

}


.ttl {
	width: 80%;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	align-items: center;
	margin: 0px auto 25px auto;
}
.ttl:before,
.ttl:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #707070;
	display: block;
}
.ttl:before {
	margin-right: 0.5em;
}
.ttl:after {
	margin-left: 0.5em;
}
.ttl span {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}


@media only screen and (min-width: 1001px) {

.ttl {
	width: 1000px;
	font-size: 22px;
	margin: 0px auto 50px auto;
}
.ttl:before {
	margin-right: 1.0em;
}
.ttl:after {
	margin-left: 1.0em;
}
.ttl span {
	font-size: 17px;
}

}


/*----------------------------------------------------
 content style 
----------------------------------------------------*/

header {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
}

header nav ul {
	width: 80%;
	margin: 0px auto !important;
}
header nav ul li {
	margin: 0 0 20px 0;
}
header nav ul li:last-child {
	margin-bottom: 0;
}
header nav ul li a {
	font-weight: 600;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	text-decoration: none;
}
header nav ul li a span {
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 1.8em;
	font-size: 12px;
	margin: -3px 0 0 0;
}


@media only screen and (min-width: 1001px) {

header {
	height: 90px !important;
	z-index: 10 !important;
	border-bottom: none !important;
	background-color: #A82525 !important;
}


header nav ul {
	width: 1000px !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 17px auto 0px auto !important;
}
header nav ul li {
	margin: 0;
}
header nav ul li a {
	font-size: 19px;
}
header nav ul li a span {
	font-size: 14px;
}

}



div.main_area {
	width: 100%;
    /* height: 100svh; */
    height: 667px;
	position: relative;
}

div.main_area img.img {
	width: 100%;
    height: 667px;
    /* height: 100svh; */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-position: right;
	object-fit: cover;
}

div.main_area h1 {
	width: 280px;
	z-index: 2;
	position: absolute;
	left: 3%;
	top: 20px;
}

div.main_area img.copy {
	width: 90px;
	position: absolute;
	left: 45px;
	top: 140px;
	bottom: 0;
	z-index: 2;
}

div.main_area img.txt {
	width: 200px;
	position: absolute;
	right: 5%;
	bottom: 250px;
	z-index: 2;
}

div.main_area ul {
	width: 90%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	margin: 0px auto;
}
div.main_area ul li {
	width: 48%;
}

div.main_area a.btn {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0px;
	font-weight: bold;
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #DE447A;
	margin: 0px auto;
}
div.main_area a.btn img {
	width: 28px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}


@media only screen and (min-width: 1001px) {

div.main_area {
    height: 1520px;
	margin: 90px 0 0 0;
}


div.main_area img.img {
	width: auto;
    height: 1520px;
	right: 0;
	object-fit: contain;
	margin: auto;
}

div.main_area div.inner {
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
}

div.main_area h1 {
	width: 610px;
	left: 0;
	top: 40px;
}

div.main_area img.copy {
	width: 135px;
	left: 200px;
	top: 300px;
}

div.main_area img.txt {
	width: 310px;
	right: inherit;
	left: 60px;
	bottom: inherit;
	top: 700px;
}

div.main_area ul {
	width: 850px;
	bottom: 135px;
}

div.main_area a.btn {
	width: 850px;
	bottom: 40px;
	line-height: 65px;
	font-size: 21px;
}
div.main_area a.btn img {
	width: 32px;
	margin: 0 10px 6px 0;
}


}


div.about_area {
	background-image: url("../images/about_img.png");
	background-size: cover;
	padding: 40px 0;
}

div.about_area strong {
	display: block;
	margin: 0 auto 15px auto;
}
div.about_area strong img {
	width: auto;
	height: 50px;
	margin: 0 auto;
}

div.about_area p {
	width: 80%;
	text-align: left;
	font-weight: 600;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}

div.about_area dl {
	width: 80%;
	margin: 0px auto;
}
div.about_area dl dt {
	text-align: left;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 900;
	margin: 0 0 10px 0;
}
div.about_area dl dd {
	text-align: left;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.about_area {
	padding: 80px 0;
}

div.about_area strong {
	margin: 0 auto 30px auto;
}
div.about_area strong img {
	height: 90px;
}

div.about_area p {
	width: 1000px;
	font-size: 22px;
	margin: 0 auto 40px auto;
}

div.about_area dl {
	width: 1000px;
}
div.about_area dl dt {
	font-size: 24px;
	margin: 0 0 20px 0;
}
div.about_area dl dd {
	font-size: 20px;
}


}


div.story_area {
	padding: 40px 0;
	background-image: url("../images/story_bg_left.png"), url("../images/story_bg_right.png");
	background-size: 50%;
	background-position: left -5% bottom 240px, right -5% top 120px;
	background-repeat: no-repeat;
}

div.story_area h3 {
	width: 80%;
	font-size: 16px;
	font-weight: 900;
	background-image: url("../images/story_ttl.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center;
	margin: 0px auto 20px auto;
}

div.story_area dl {
	width: 80%;
	margin: 0px auto 20px auto;
}
div.story_area dl:last-of-type {
	margin: 0px auto 40px auto;
}
div.story_area dl dt {
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: #A82525;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.story_area dl dd {
	text-align: left;
	line-height: 1.8em;
}

div.story_area img.img {
	width: 90%;
	margin: 0 auto;
}



@media only screen and (min-width: 1001px) {

div.story_area {
	padding: 80px 0;
	background-size: 520px auto, auto 430px;
	background-position: left -210px bottom 420px, right -170px top 60px;
}

div.story_area h3 {
	width: 1000px;
	font-size: 26px;
	background-size: auto 35px;
	margin: 0px auto 40px auto;
}

div.story_area dl {
	width: 860px;
	margin: 0px auto 40px auto;
}
div.story_area dl:last-of-type {
	margin: 0px auto 60px auto;
}
div.story_area dl dt {
	font-size: 25px;
	margin: 0 0 20px 0;
}
div.story_area dl dd {
	font-size: 20px;
}

div.story_area img.img {
	width: 860px;
}

}



div.cast_area {
	background-color: #EAE6E3;
	padding: 40px 0;
}

div.cast_area ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 0px auto;
}
div.cast_area ul.w2 {
	width: 60%;
}
div.cast_area ul.w3 {
	margin-bottom: 40px;
}
div.cast_area ul li {
	width: 47%;
	margin: 0px 0 20px 0;
}
div.cast_area ul.w2 li {
	width: 100%;
}
div.cast_area ul.w3 li:last-child {
	margin-bottom: 0;
}
div.cast_area ul li a {
	font-size: 12px;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: 600;
}
div.cast_area ul li a span {
	font-weight: 600;
	font-size: 10px;
	line-height: 1.8em;
	display: block;
}
div.cast_area ul li a img {
	margin: 0 0 5px 0;
}

div.remodal dl dt {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 600;
	margin: 40px 0 20px 0;
}
div.remodal dl dt span {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.8em;
	display: block;
}
div.remodal dl dt img {
	margin: 0 0 10px 0;
}
div.remodal dl dd {
	font-weight: 600;
	font-size: 10px;
	text-align: left;
	line-height: 1.8em;
}

div.cast_area ol {
	width: 80%;
	margin: 0px auto 20px auto;
}
div.cast_area ol:last-of-type {
	margin-bottom: 0;
}
div.cast_area ol li {
	margin: 0px auto 10px auto;
}
div.cast_area ol li:last-child {
	margin-bottom: 0;
}
div.cast_area ol li dl dt {
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 600;
}
div.cast_area ol li dl dd {
	font-weight: 600;
	font-size: 10px;
	color: #A82525;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.cast_area {
	padding: 80px 0;
}

div.cast_area ul {
	width: 1000px;
}
div.cast_area ul.w2 {
	width: 710px;
}
div.cast_area ul.w3 {
	width: 730px;
	margin-bottom: 15px;
}
div.cast_area ul li {
	width: 202px;
	margin: 0px 0 45px 0;
}
div.cast_area ul.w2 li {
	width: 310px;
}
div.cast_area ul.w3 li:last-child {
	margin-bottom: 15px;
}
div.cast_area ul li a {
	font-size: 18px;
}
div.cast_area ul li a span {
	font-size: 14px;
}

div.remodal dl dt {
	font-size: 20px;
}
div.remodal dl dt span {
	font-size: 16px;
}

div.remodal dl dd {
	width: 420px;
	font-size: 16px;
	margin: 0 auto;
}


div.cast_area ol {
	width: 900px;
	margin: 0px auto 30px auto;
}
div.cast_area ol:last-of-type {
	margin-bottom: 0;
}
div.cast_area ol li {
	margin: 0px auto 5px auto;
}
div.cast_area ol li:last-child {
	margin-bottom: 0;
}
div.cast_area ol li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	align-items: center;
}
div.cast_area ol li dl dt {
	width: 49%;
	font-size: 18px;
	text-align: right;
}
div.cast_area ol li dl dd {
	width: 49%;
	text-align: left;
	font-size: 14px;
}


}



div.ticket_area {
	padding: 40px 0;
}

div.ticket_area div {
	width: 80%;
	margin: 0 auto 40px auto;
}

div.ticket_area div strong.sub {
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	border-left: 4px solid #A82525;
	box-sizing: border-box;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
div.ticket_area div strong.sub img {
	width: auto;
	height: 36px;
}


div.ticket_area div strong.date {
	text-align: left;
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8em;
	margin: 0 0 10px 0;
}
div.ticket_area div strong.date:before {
	content: "2025. ";
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
}
div.ticket_area div strong.date mark {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8em;
}
div.ticket_area div strong.date span {
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin: 0px 0 0 0;
	line-height: 1.8em;
}

div.ticket_area div p.price {
	text-align: left;
	margin: 0px 0 10px 0;
	line-height: 1.8em;
}
div.ticket_area div p.price span {
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
}


div.ticket_area div p.snippet {
	text-align: left;
	font-size: 10px;
	margin: 0px 0 15px 0;
	line-height: 1.8em;
}

div.ticket_area div ol li {
	background-color: #EAE6E3;
	box-sizing: border-box;
	font-size: 10px;
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 15px 0;
	padding: 15px;
}
div.ticket_area div ol li strong {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.8em;
}
div.ticket_area div ol li a {
	font-size: 10px;
}


div.ticket_area div ul {
	width: 220px;
}
div.ticket_area div ul li {
	margin: 0 0 15px 0;
}
div.ticket_area div ul li:last-child {
	margin-bottom: 0;
}
div.ticket_area div ul li a {
	font-weight: bold;
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}
div.ticket_area div ul li.tickets a {
	background-color: #A89425;
}
div.ticket_area div ul li.access a {
	background-color: #276729;
}
div.ticket_area div ul li a img {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
div.ticket_area div ul li a span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin: 0 0px 2px 10px;
}

div.ticket_area p.note {
	width: 80%;
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	margin: 0px auto;
}


@media only screen and (min-width: 1001px) {

div.ticket_area {
	padding: 80px 0;
}

div.ticket_area div {
	width: 1000px;
	position: relative;
	margin: 0 auto 60px auto;
}

div.ticket_area div strong.sub {
	font-size: 14px;
	border-left: 7px solid #A82525;
	margin: 0 0 10px 0;
}
div.ticket_area div strong.sub img {
	height: 55px;
}

div.ticket_area div img.img {
	width: 410px;
	position: absolute;
	top: 0;
	right: 0;
}

div.ticket_area div strong.date {
	font-size: 34px;
}
div.ticket_area div strong.date:before {
	font-size: 28px;
}
div.ticket_area div strong.date mark {
	font-size: 28px;
}
div.ticket_area div strong.date span {
	font-size: 16px;
	display: block;
}

div.ticket_area div p.price {
	font-size: 20px;
}
div.ticket_area div p.price span {
	font-size: 16px;
}

div.ticket_area div p.snippet {
	width: 480px;
	font-size: 13px;
	margin: 0px 0 20px 0;
}

div.ticket_area div ol {
	width: 480px;
}
div.ticket_area div ol li {
	font-size: 14px;
	margin: 0 0 20px 0;
}
div.ticket_area div ol li strong {
	font-size: 14px;
}
div.ticket_area div ol li a {
	font-size: 14px;
}

div.ticket_area div ul {
	width: 480px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
div.ticket_area div ul li {
	width: 230px;
	margin: 0;
}
div.ticket_area div ul li a {
	line-height: 50px;
}
div.ticket_area div ul li a img {
	width: 24px;
}
div.ticket_area div ul li a span {
	font-size: 15px;
	margin: 0 0px 4px 10px;
}

div.ticket_area p.note {
	width: 1000px;
	font-size: 14px;
}


}



div.event_area {
	background-color: #EAE6E3;
	padding: 40px 0;
}

div.event_area h3 {
	font-size: 16px;
	position: relative;
	line-height: 1.8em;
	font-weight: 600;
	margin: 0 0 30px 0;
}
div.event_area h3:after {
background-color: #A82525; /* 線の色 */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 2px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 60px; /* 線の長さ */
}
div.event_area h3 span {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.8em;
	display: block;
}


div.event_area dl {
	width: 80%;
	margin: 0 auto 40px auto;
}
div.event_area dl:last-of-type {
	margin-bottom: 0;
}

div.event_area dl dt {
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	border-left: 4px solid #A82525;
	box-sizing: border-box;
	font-weight: 500;
	padding: 0 0 0 10px;
}

div.event_area dl dd strong {
	text-align: left;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8em;
}
div.event_area dl dd strong:before {
	content: "2025. ";
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8em;
}
div.event_area dl dd strong.y2024:before {
	content: "2024. ";
}
div.event_area dl dd strong mark {
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8em;
}
div.event_area dl dd strong span {
	text-align: left;
	font-weight: 600;
	font-size: 12px;
	display: block;
	line-height: 1.8em;
}
div.event_area dl dd p {
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	line-height: 1.8em;
}
div.event_area dl dd p.small {
	font-weight: 600;
}
div.event_area dl dd p span {
	text-align: left;
	font-size: 10px;
	display: block;
	line-height: 1.8em;
}
div.event_area dl dd a {
	width: 180px;
	font-weight: bold;
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	background-color: #44BE94;
	margin: 10px 0 0 0;
}
div.event_area dl dd a.entry {
	background-color: #1D3F7E;
}
div.event_area dl dd a img {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}


@media only screen and (min-width: 1001px) {

div.event_area {
	padding: 80px 0;
}

div.event_area h3 {
	font-size: 24px;
	margin: 0 0 60px 0;
}
div.event_area h3:after {
  bottom: -20px; /* 線の位置 */
  height: 4px; /* 線の高さ */
  width: 100px; /* 線の長さ */
}
div.event_area h3 span {
	font-size: 15px;
}

div.event_area dl {
	width: 1000px;
	margin: 0 auto 50px auto;
}
div.event_area dl:last-of-type {
	margin-bottom: 0;
}

div.event_area dl dt {
	font-size: 25px;
	border-left: 7px solid #A82525;
	padding: 0 0 0 15px;
}

div.event_area dl dd strong {
	font-size: 29px;
}
div.event_area dl dd strong:before {
	font-size: 23px;
}
div.event_area dl dd strong mark {
	font-size: 23px;
}
div.event_area dl dd strong span {
	font-size: 16px;
	display: inline-block;
	margin: 0px 0 0 10px;
}
div.event_area dl dd p {
	font-size: 20px;
}
div.event_area dl dd p.small {
	font-size: 16px;
}
div.event_area dl dd p span {
	font-size: 13px;
}
div.event_area dl dd a {
	width: 230px;
	line-height: 50px;
}
div.event_area dl dd a img {
	width: 24px;
}


}


footer {
	padding: 30px 0;
}

footer dl {
	width: 90%;
	border-bottom: 1px solid #919191;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}
footer dl dt {
	font-size: 10px;
	font-weight: 600;
	line-height: 1.8em;
	text-align: left;
}
footer dl dd {
	font-size: 10px;
	font-weight: 600;
	line-height: 1.8em;
	text-align: left;
	margin: 10px 0 0 0;
}
footer dl dd ul li {
	font-size: 10px;
	line-height: 1.8em;
	text-align: left;
	font-weight: 600;
	box-sizing: border-box;
	text-indent: -3.0em;
	padding: 0 0 0 3.0em;
}

footer img {
	width: auto;
	height: 45px;
	margin: 0 auto;
}


@media only screen and (min-width: 1001px) {

footer {
	padding: 60px 0;
}

footer dl {
	width: 900px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
}
footer dl dt {
	width: 100%;
	font-size: 13px;
	text-align: center;
}
footer dl dd {
	width: 50%;
	font-size: 13px;
	margin: 20px 0 0 0;
}
footer dl dd ul li {
	font-size: 13px;
}

footer img {
	height: 85px;
}

}


a#pagetop {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-radius: 48px 0 0 0;
	background-color: #A82525;
	z-index: 10;
}
a#pagetop:after {
	content: "";
	background-color: #fff;
	display: block;
	clip-path: polygon(50% 0%, 100% 100%, 50% 70%, 0 100%);
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	right: 0;
	top: 10px;
	bottom: 0;
	margin: auto;
}


@media only screen and (min-width: 1001px) {

a#pagetop {
	width: 72px;
	height: 72px;
	border-radius: 72px 0 0 0;
}
a#pagetop:after {
	width: 24px;
	height: 24px;
	left: 16px;
	top: 16px;
}

}

