@charset "UTF-8";

/* リセット */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
}

textarea {
	font-size: 100%;
	vertical-align: middle;
}

img {
	border-style: none;
	display: block;
	max-width: 100%;
	height: auto;
}

hr {
	display: none;
}

em {
	font-style: normal
}

input {
	line-height: auto;
	vertical-align: middle;
}

strong.more {
	color: #c30
}

a {
	text-decoration: none;
}

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
}

html,
body {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.container-All {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
}

@media screen and (max-width: 756px) {
	.container-All {
		width: 100%;
		margin: 0 auto;
	}
}

.header {
	background-color: transparent;
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	z-index: 1000;
	transition: background-color 0.3s ease;
}

.menu-btn:checked~.header {
	background-color: rgba(0, 0, 0, 0.8);
}

.menu {
	list-style: none;
	position: fixed;
	width: 750px;
	max-width: 100%;
	height: auto;
	top: 0;
	margin: 40px 0 0 0;
	padding: 40px 0 50px;
	clear: both;
	background: rgba(0, 0, 0, 0.7);
	transform-origin: top;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: scaleY(0);
	display: block;
	transition: transform 0.3s ease;
}

.menu-btn:checked~.menu {
	transform: scaleY(1);
}

.menu a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	opacity: 0;
	transition: 0.3s;
	padding: 10px 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.menu a:hover {
	color: #b52100;
}

.menu li {
	padding: 0;
	margin: 5px auto;
	width: 70%;
	max-width: 300px;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
	opacity: 1;
	transition: 0.3s ease 0.2s;
}

.menu-btn:checked~.menu-icon {
	background-color: rgba(0, 0, 0, 0.7);
}

.menu-btn {
	display: none;
}

.menu-icon {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	cursor: default;
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 1001;
	width: 750px;
	max-width: 100%;
	height: 40px;
	box-sizing: border-box;
	left: 0;
	pointer-events: none;
	margin-left: auto;
	margin-right: auto;
}

.navicon {
	background: #fff;
	display: inline-block;
	height: 2px;
	width: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: auto;
	cursor: pointer;
	z-index: 1002;
	transition: all 0.3s ease;
}

.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	pointer-events: auto;
	bottom: -8px;
	transition: all 0.3s ease;
}

.navicon-clickable-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 40px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 1001;
}

.menu-btn:checked~.menu-icon .navicon {
	background: #fff;
	transform: rotate(45deg);
	top: 24px;
}

.menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(-90deg);
	bottom: 0;
}

.menu-btn:checked~.menu-icon:before {
	content: none;
}

@media screen and (max-width: 756px) {
	.menu li {
		width: 70%;
		margin: 0 auto;
	}

	.menu a {
		font-size: 16px;
		padding: 5px 0;
	}
}

.anim-box.popup {
	opacity: 0;
	transform: translateY(40px) scale(0.8);
}

.anim-box.popup.is-animated {
	animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
	0% {
		transform: translateY(40px) scale(0.8);
		opacity: 0;
	}

	100% {
		transform: translateY(0) scale(1.0);
	}

	80%,
	100% {
		opacity: 1;
	}
}

.btn_box {
	position: relative;
	margin: 0 auto 20px;
	width: 60%;
}

#btn_animation .btn {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	border-radius: 100px;
}

#btn_animation .btn img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 100px;
}

#btn_animation .btn:hover {
	text-decoration: none;
}

#btn_animation .btn::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	animation: btn_animation 2.5s ease-in-out infinite;
	border-radius: 100px;
}

@keyframes btn_animation {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@media screen and (max-width: 756px) {
	.btn_box {
		width: 80%;
	}
}

/* 第1セクション */
.container-takiginou1 {
	background-color: #000 !important;
	position: relative;
	width: 100%;
	padding-top: 40px;
}

.background-takiginou1 {
	position: relative;
}

.background-takiginou1 img {
	width: 100%;
}

/* 第2セクション */
.container-takiginou2,
.container-takiginou12,
.container-takiginou14 {
	position: relative;
	background-color: black;
	padding: 40px 0;
}

.container-takiginou12 {
	padding: 20px 0 50px;
}

.container-takiginou14 {
	padding: 50px 0 20px;
}

.background-takiginou2 {}

/* 第3セクション */
.container-takiginou3 {
	position: relative;
	background-color: black;
	padding: 0 0 20px;
}

.item1-takiginou3 {
	width: 95%;
	margin: 0 auto;
}

.trailer-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.flame-left,
.flame-right {
	width: 25%;
	height: auto;
}

.trailer-title {
	margin: 0 30px;
	width: 40%;
}

.trailer-title img {
	width: 100%;
}

@media screen and (max-width: 756px) {

	.flame-left,
	.flame-right {
		width: 20%;
	}

	.trailer-title {
		margin: 0 15px;
		width: 50%;
	}
}

.trailer-video {
	width: 95%;
	padding-bottom: 100px;
	margin: 0 auto;
}

@media screen and (max-width: 756px) {
	.trailer-video {
		padding-bottom: 50px;
	}
}

.video-player {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vertical-video {
	position: relative;
	width: 70%;
	max-width: 350px;
	margin: 0 auto;
	padding-bottom: 85%;
}

.vertical-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 756px) {
	.vertical-video {
		width: 95%;
		max-width: 450px;
		padding-bottom: 0;
		height: auto;
		margin-bottom: 50px;
	}

	.vertical-video video {
		position: relative;
		width: 100% !important;
		height: auto !important;
		max-height: 600px;
		display: block;
		margin: 0 auto;
		object-fit: contain;
	}
}

/* 第4セクション */
.container-takiginou4 {
	position: relative;
	background-image: url('../img/11.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 150px 0 50px;
}

.item1-takiginou4 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.intro-header {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.red-circle {
	position: absolute;
	top: -120px;
	left: 51%;
	transform: translateX(-50%) rotate(30deg);
	width: 40%;
	z-index: 1;
}

.red-circle img {
	width: 100%;
	height: auto;
}

.intro-title {
	position: relative;
	z-index: 2;
	width: 70%;
	margin: 0 auto;
	padding-top: 20px;
}

.intro-title img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 756px) {
	.container-takiginou4 {
		padding: 130px 0 70px;
	}

	.red-circle {
		top: -100px;
		width: 40%;
	}

	.intro-title {
		width: 80%;
		top: -55px;
	}

	.intro-header {
		margin-bottom: 0px;
	}
}

.intro-video {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
}

.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.intro-text {
	padding: 0 50px;
}

.intro-text p {
	margin-bottom: 1.5em;
	line-height: 2;
	font-size: 1.8rem;
	color: #000;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.intro-text .title-text {
	color: #b52100;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', 'Yu Mincho', 'MS PMincho', serif;
}

@media screen and (max-width: 756px) {
	.intro-text p {
		font-size: 1rem;
		line-height: 1.7;
	}

	.intro-text {
		padding: 0 30px;
		clear: both;
	}

	.intro-text .title-text {
		font-size: 1.4rem;
		letter-spacing: -0.03em;
		white-space: nowrap;
		line-height: 1.2;
	}
}

/* 第5セクション */
.container5-takiginou {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background-color: #000;
	overflow: hidden;
	padding: 60px 0 0;
}

.cloud-img {
	position: absolute;
	width: 100%;
}

.cloud-left {
	left: -45px;
	top: -150px;
	max-width: 400px;
}

.cloud-right {
	right: -30px;
	top: -70px;
	transform: scaleX(-1);
	max-width: 350px;
}

@media screen and (max-width: 756px) {
	.cloud-left {
		left: -25px;
		top: -80px;
		max-width: 250px;
	}

	.cloud-right {
		right: -15px;
		top: -40px;
		max-width: 220px;
	}
}

.background-takiginou5 {
	position: relative;
	z-index: 5;
	margin-top: 60px;
}

.story-title {
	width: 40%;
	max-width: 180px;
	margin: 0 auto 15px;
	display: block;
	position: relative;
	z-index: 2;
}

.tab {
	position: relative;
	z-index: 3;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 20px;
}

.tab__menu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	gap: 50px;
}

.tab__menu-item {
	width: 265px;
	padding: 25px 10px;
	text-align: center;
	background-color: #cccccc;
	border-radius: 15px;
	cursor: pointer;
	transition: all .3s;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	user-select: none;
}

@media screen and (max-width: 756px) {
	.tab__menu-item {
		width: 140px;
		padding: 15px 5px;
		font-size: 20px;
	}

	.tab__menu {
		gap: 20px;
	}
}

.tab__menu-item.is-active {
	background-color: #9c8242;
	color: #fff;
}

.tab__panel {
	width: 100%;
	margin-bottom: 40px;
}

.tab__panel-box {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tab__panel-box.is-show {
	display: block;
	opacity: 1;
}

[class^="story-title-"] {
	padding: 0 20px;
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

[class^="story-text-"] {
	font-size: 1.9rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: white;
	margin-bottom: 10px;
}

.story-image-hashibenkei,
.story-image-higeyagura {
	padding: 0 20px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.story-text-hashibenkei,
.story-text-higeyagura {
	padding: 0 20px;
	margin-bottom: 70px;
}

.kocho-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
	padding: 0 20px;
}

.story-image-kocho {
	width: 39%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
	margin-right: 40px;
}

.story-text-kocho {
	width: 62%;
}

.tooru-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
	padding: 0 20px;
}

.story-image-tooru {
	width: 39%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
	margin-left: 40px;
}

.story-text-tooru {
	width: 63%;
	padding-bottom: 40px;
}

@media screen and (max-width: 756px) {

	.kocho-content,
	.tooru-content {
		flex-direction: row;
		align-items: flex-start;
		gap: 10px;
	}

	.story-image-kocho,
	.story-image-tooru {
		width: 40%;
		margin: 0;
	}

	.story-text-hashibenkei,
	.story-text-higeyagura {
		font-size: 1rem !important;
		line-height: 1.4;
		margin-bottom: 50px;
	}

	.kocho-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.story-text-tooru {
		padding-bottom: 30px;
	}

	.story-text-kocho,
	.story-text-tooru {
		width: 60%;
		font-size: 1rem !important;
		line-height: 1.4;
	}

	.tooru-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 70px;
	}

	.story-image-kocho {
		margin-right: 5px;
	}

	.story-image-tooru {
		margin-left: 5px;
	}
}

/* 第6セクション */
.container-takiginou6 {
	position: relative;
	width: 100%;
	background-image: url('../img/11.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 170px 0;
	margin-bottom: 0;
}

.performer-left {
	position: absolute;
	top: -110px;
	left: 3%;
	z-index: 2;
}

.performer-left img {
	width: 170px;
}

.performer-right {
	position: absolute;
	top: -110px;
	right: 2%;
	z-index: 2;
}

.performer-right img {
	width: 170px;
}

.cast-title {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.cast-title img {
	width: 100%;
	max-width: 590px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 756px) {

	.performer-left img,
	.performer-right img {
		width: 150px;
	}

	.performer-left {
		left: 0;
	}

	.performer-right {
		right: 0;
	}

	.cast-title {
		top: 110px;
	}

	.cast-title img {
		max-width: 90%;
	}

	.container-takiginou6 {
		padding: 130px 0;
	}
}

/* 第7セクション */
.credits-container {
	position: relative;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	overflow: hidden;
	height: 400px;
}

.credits-ticker {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ticker {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}

.ticker ul {
	display: flex;
	align-items: flex-start;
	padding: 0;
	margin: 0;
	animation: ticker 30s linear infinite;
}

.performance-item {
	margin: 0 0 25px 0;
	padding: 0 15px;
	list-style: none;
	text-align: center;
	min-width: 180px;
	white-space: nowrap;
}

.performance-item.long-text {
	min-width: 300px;
	padding: 0 25px;
}

.performance-item .title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.performance-item .cast-list {
	font-size: 1.1rem;
	line-height: 1.5;
}

.performance-item .role {
	margin-top: 5px;
}

@media screen and (max-width: 756px) {
	.performance-item {
		min-width: 140px;
		padding: 0 10px;
		margin: 0 0 20px 0;
	}
	
	.performance-item.long-text {
		min-width: 280px;
		padding: 0 20px;
	}
	
	.performance-item .title {
		font-size: 1.0rem;
		font-weight: bold;
	}
	
	.performance-item .cast-list {
		font-size: 0.9rem;
	}
	
	.credits-container {
		height: 350px;
		padding: 15px 0;
	}
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* 第8セクション */
.sponsors-container {
	width: 100%;
	background-image: url('../img/11.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 20px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	z-index: 1;
}

.sponsor-section {
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}

.sponsor-heading {
	font-size: 2.2rem;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}

.sponsor-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	max-width: 750px;
	gap: 10px;
}

.sponsor-logo {
	margin: 0 50px;
}

.sponsor-logo img {
	height: 90px;
	width: auto;
}

.sponsor-text {
	margin: 0 15px;
	font-size: 1.6rem;
	text-align: center;
}

.sponsor-item {
	margin: 10px 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.sponsor-item .sponsor-logo {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.sponsor-item .sponsor-logo img {
	height: 70px;
	margin: 0 auto;
}

.sponsor-logos-wrapper {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.sponsor-logo-item {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.heian-jingu {
	margin: 10px auto 0;
	text-align: center;
	display: block;
	width: 100%;
}

.chuo-shinyo,
.gekkeikan {
	margin: 30px auto 0;
	text-align: center;
	display: block;
	width: 100%;
}

.heian-jingu img {
	height: 110px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	transform: translateX(20%);
}

.chuo-shinyo img {
	height: 60px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
}

.gekkeikan img {
	height: 120px;
	width: auto;
	display: inline-block;
	margin: 0 auto 50px;
}

.text-center {
	text-align: center;
}

.foundation-text {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 1.6rem;
	margin-top: 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 756px) {
	.sponsor-row {
		flex-direction: row;
		justify-content: center;
		align-items: left;
		flex-wrap: nowrap;
	}

	.sponsor-row>* {
		margin: 0;
	}

	.sponsor-logo img {
		object-fit: contain;
		height: 70px;
		max-height: 100%;
		width: auto;
	}

	.sponsor-text {
		font-size: 1rem !important;
		letter-spacing: -0.03em;
		white-space: nowrap;
	}

	.heian-jingu,
	.chuo-shinyo,
	.gekkeikan {
		margin: 10px auto 0;
	}

	.heian-jingu img {
		object-fit: contain;
		height: 100px;
		max-height: 100%;
		width: auto;
		transform: translateX(20%);
	}

	.chuo-shinyo img {
		object-fit: contain;
		height: 35px;
		max-height: 100%;
		width: auto;
	}

	.gekkeikan img {
		object-fit: contain;
		height: 90px;
		max-height: 100%;
		width: auto;
		margin-bottom: 30px;
	}

	.sponsor-heading {
		font-size: 1.8rem;
	}

	.foundation-text {
		font-size: 1rem !important;
		margin: 0 auto 30px;
		letter-spacing: -0.03em;
		white-space: nowrap;
	}

	.sponsors-container {
		padding: 40px 15px;
	}
}

/* 第9セクション */
.container-takiginou9 {
	position: relative;
	width: 100%;
	height: 470px;
	overflow: visible;
	background-color: black;
	margin-top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.background-takiginou9 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.background-takiginou9 img {
	width: 60%;
	object-fit: cover;
}

.event-title {
	position: relative;
	z-index: 5;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

.event-title img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 756px) {
	.container-takiginou9 {
		height: 350px;
	}

	.background-takiginou9 img {
		width: 120%;
		object-fit: contain;
		max-height: 120%;
	}

	.event-title {
		width: 90%;
	}
}

/* 第10セクション */
.container-takiginou10 {
	position: relative;
	background-color: black;
}

.background-takiginou10 img {
	width: 100%;
	padding: 0 30px;
}

@media screen and (max-width: 756px) {
	.background-takiginou10 img {
		padding: 0 15px;
	}
}

/* 第11セクション */
.container-takiginou11 {
	position: relative;
	width: 100%;
}

.background-takiginou11 {
	background-color: black;
	color: white;
	padding: 5px 30px;
	text-align: center;
}

.content-takiginou11 {
	max-width: 750px;
	margin: 0 auto;
}

.content-takiginou11 h1 {
	font-family: 'Noto Serif JP', 'Yu Mincho', 'MS PMincho', serif;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.content-takiginou11 h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 15px;
}

.content-takiginou11 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
	padding-bottom: 0px;
}

.content-takiginou11 h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
	padding-top: 30px;
	padding-bottom: 0px;
}

.content-takiginou11 h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 80px;
	margin-top: 10px;
	text-align: left;
	padding-left: 35%;
	padding-bottom: 0px;
}

.content-takiginou11 p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 0px;
}

.map-container {
	margin: 30px auto;
	width: 100%;
	max-width: 750px;
}

.content-takiginou11 h1,
.content-takiginou11 h2,
.content-takiginou11 h3,
.content-takiginou11 h4,
.content-takiginou11 p,
.content-takiginou11 ul,
.content-takiginou11 li {
	text-align: center;
}

.program {
	margin-bottom: 15px;
	text-align: center;
}

.image-container {
	position: relative;
	margin: 30px auto;
	max-width: 600px;
	width: 100%;
}

.base-image {
	width: 100%;
	display: block;
}

.overlay-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	max-width: 150px;
	cursor: pointer;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (max-width: 756px) {
	.content-takiginou11 h1 {
		font-size: 1.2rem;
	}

	.content-takiginou11 h2 {
		font-size: 1.8rem;
	}

	.content-takiginou11 h3,
	.content-takiginou11 h4,
	.content-takiginou11 h5 {
		font-size: 1.1rem;
	}

	.content-takiginou11 p {
		font-size: 0.9rem;
	}

	.content-takiginou11 h5 {
		padding-left: 20px;
		width: 160px;
		margin-left: auto;
		margin-right: auto;
	}

	.background-takiginou11 {
		padding: 5px 15px;
	}

	.image-container {
		max-width: 90%;
	}

	.map-container {
		max-width: 90%;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);

	display: none;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.modal.show {
	display: flex;
}

.modal-content {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0;
	padding: 0;
}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 100px;
	height: auto;
	cursor: pointer;
	z-index: 1001;
}

@media screen and (max-width: 756px) {
	.close {
		width: 80px;
		height: auto;
		top: 15px;
		right: 15px;
	}
}

/* 第12セクション */
.container-takiginou12 {
	padding: 20px 0 50px;
}

/* 第13セクション */
.container-news {
	position: relative;
	width: 100%;
	padding: 60px 0 30px;
	background-image: url('../img/11.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.news-header {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.news-header img {
	display: block;
	max-width: 250px;
}

.news-banners {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
}

.news-banner {
	width: 85%;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}

.news-banner a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	border-radius: 15px;
}

.news-banner img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}

@media screen and (max-width: 756px) {
	.news-header img {
		max-width: 200px;
	}

	.news-banners {
		gap: 50px;
		margin-bottom: 50px;
	}

	.news-banner {
		padding: 0 10px;
		width: 90%;
	}

	.container-news {
		padding: 40px 0 20px;
	}
}

/* 第14セクション */
.container-takiginou14 {
	padding: 50px 0 20px;
}

.container-footer {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background-color: #444;
	padding: 20px 0;
	margin-bottom: 0;
}

.itemarea-footer {
	width: 100%;
	text-align: center;
}

.item-footer-copyright {
	color: #fff;
	font-size: 13px;
	margin: 0;
	text-align: center;
}

.item-footer-copyright p {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 756px) {
	.container-footer {
		width: 100%;
	}

	.item-footer-copyright {
		font-size: 11px;
		padding: 0 10px;
	}
}

/* ビデオプレイヤーのスタイル */
.video-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	cursor: pointer;
}

.video-play-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

@media screen and (max-width: 756px) {
	.video-play-overlay {
		pointer-events: none;
		opacity: 0;
	}

	video::-webkit-media-controls-start-playback-button {
		display: none !important;
	}
}