@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/WebSubsetFont-R.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/WebSubsetFont-B.woff") format("woff");
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #002b69;
	line-height: 2;
	background: #4abecf;
	letter-spacing: 0.05em;
	font-size: 15px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

div {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

section .section-full-inner {
	padding: 80px 0;
	width: 100%;
	position: relative;
	z-index: 20
}

video {
	max-width: 100%;
	height: auto;
}

section .section-inner,
footer .section-inner {
	padding: 80px 20px;
	width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 20
}

section .section-full-inner.no-padding-top {
	padding-top: 0;
}

section .section-full-inner.no-padding-bottom {
	padding-bottom: 0;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

.center {
	text-align: center;
}

.gothic {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.mincho {
	font-family: "游明朝 Medium", "游明朝", "Yu Mincho Medium", YuMincho, "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.red {
	color: #e3007f;
}

.lh11 {
	line-height: 1.1;
}

/*header*/


/*button*/


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

	section .section-inner,
	footer .section-inner {
		padding: 90px 0;
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	section .section-full-inner {
		padding: 90px 20px;
	}

}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
		letter-spacing: 0;
	}

	section .section-inner,
	footer .section-inner {
		padding: 70px 0;
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	section .section-full-inner {
		padding: 70px 15px;
	}

}

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



/*改行*/
@media screen and (min-width: 1024px) {
	.pc-br::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.tb-br::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (max-width: 767px) {
	.sp-br::before {
		content: "\A";
		white-space: pre;
	}
}

/*******************************************************
effect
*******************************************************/
.ef-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: all .8s ease-out;
}

.ef-fade.on {
	opacity: 1;
	transform: translateY(0);
}

.delay-1 {
	transition-delay: 0.5s;
}

.delay-2 {
	transition-delay: 1s;
}

.delay-3 {
	transition-delay: 1.2s;
}

.fuwafuwa1 {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.fuwafuwa2 {
	animation: fuwafuwa2 3.5s ease-in-out infinite alternate;
}

.fuwafuwa3 {
	animation: fuwafuwa 4s ease-in-out infinite alternate;
}

/* アニメーション */
@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, -10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes fuwafuwa2 {
	0% {
		transform: translate(0, -10px);
	}

	50% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(0, -10px);
	}
}

/*******************************************************
common 
*******************************************************/
.btn-type01 {
	font-size: 1.125rem;
	font-weight: 700;
	max-width: 400px;
	width: 100%;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border: none;
	padding: 10px;
	background-color: #002b69;
	border-radius: 8px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-type01 .inner-box {
	display: inline-block;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
}

.btn-type01 .inner-box .b-txt {
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.btn-type01 .inner-box::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/arrow.svg) center / contain no-repeat;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	opacity: 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-type01:hover {}

.btn-type01:hover .inner-box .b-txt {
	transform: translateX(30px);

}

.btn-type01:hover .inner-box::before {
	opacity: 1;
}



/*font*/
.red {
	color: #f00;
}

.txt+.txt {
	margin-top: 0.8em;
}

.cmn-s-txt {
	font-size: 0.8125rem;
	line-height: 1.6;
}

/*Space*/
.m30-box+.m30-box {
	margin-top: 30px;
}

.mt-10 {
	margin-top: 10px;
}

/*table*/
.table-type01 th,
.table-type01 td {
	vertical-align: top;
	line-height: 1.6;
	padding: 0.5em 0;
}

.table-type01 th .t {
	background-color: #002b69;
	color: #fff;
	padding: 0 12px;
	border-radius: 3px;
}

.table-type01 td {
	padding-left: 10px;
}

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

	.table-type01 th,
	.table-type01 td {
		font-size: 0.9375rem;
	}

	.table-type01 th {
		width: 3em;
	}

	.table-type01 th .t {
		padding: 0 6px;
	}
}

/*******************************************************
top-01-sec
*******************************************************/
.top-01-sec {}

.top-01-sec .section-full-inner {
	padding-top: 45px;
}

.top-01-sec .fv-wrapper {
	position: relative;
}

.top-01-sec .fv-wrapper .fv-img {
	display: block;
	margin: 0 auto;
}

.top-01-sec .fv-wrapper .fv-img01 {
	width: 35%;
	/* max-width: 500px; */
}

.top-01-sec .fv-wrapper .fv-img03 {
	width: 38%;
	margin-top: 30px;
}

.top-01-sec .fv-wrapper .x-img-wrap {
	max-width: 500px;
	margin: 0 auto;
	display: inline-block;
}

.top-01-sec .fv-wrapper .x-img {
	border-radius: 10px;

}

.top-01-sec .angel {
	position: absolute;
}

.top-01-sec .angel-01 {
	width: 24%;
	top: 7%;
	left: 6%;
}

.top-01-sec .angel-02 {
	width: 12%;
	top: 40%;
	left: 10%;
}

.top-01-sec .angel-03 {
	width: 15%;
	top: 0%;
	right: 3%;
}

.top-01-sec .angel-04 {
	width: 12%;
	top: 25%;
	right: 18%;
}

.top-01-sec .angel-05 {
	width: 14%;
	top: 40%;
	right: 2%;
}

.top-01-sec .fv-wrapper .btn-wrap {
	margin-top: 70px;
	text-align: center;
}

.top-01-sec .fv-under-txt-box table {
	margin: 90px auto 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.6;
}

.top-01-sec .fv-under-txt-box table th,
.top-01-sec .fv-under-txt-box table td {
	padding: 0.5em 0;
}

.top-01-sec .fv-under-txt-box table th {
	vertical-align: top;
	width: 4.3em;
}

.top-01-sec .schedule-box {
	text-align: center;
	max-width: 590px;
	margin: 70px auto 0;
}

.top-01-sec .schedule-box .title01 {
	margin-bottom: 10px;
}

.top-01-sec .schedule-box img {
	border-radius: 10px;
}

.top-01-sec .pamph-box {
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.top-01-sec .fv-wrapper .fv-img01 {
		width: 70%;
	}

	.top-01-sec .fv-wrapper .fv-img03 {
		width: 63%;
		margin-top: 40px;
	}

	.top-01-sec .angel {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.top-01-sec .fv-wrapper .fv-img01 {
		width: 100%;
	}

	.top-01-sec .fv-wrapper .fv-img03 {
		width: 90%;
		margin-top: 20px;
	}

	.top-01-sec .fv-wrapper .btn-wrap {
		margin-top: 35px;
	}

	.top-01-sec .fv-under-txt-box table {
		margin: 70px auto 0;
		font-size: 1.125rem;
	}

	.top-01-sec .fv-under-txt-box table th,
	.top-01-sec .fv-under-txt-box table td {
		padding: 0;
		display: block;
	}

	.top-01-sec .fv-under-txt-box table th {
		width: 100%;
		padding-top: 20px;
	}

	.top-01-sec .schedule-box .title01 {
		width: 50%;
	}
}


/*******************************************************
top-02-sec
*******************************************************/
.top-02-sec {
	position: relative;
}

.top-02-sec::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: url(../img/bg-img01.svg) center bottom / contain no-repeat;
}

.top-02-sec .section-inner {
	padding-bottom: 140px;
}

.top-02-sec .title01 {
	display: block;
	margin: 0 auto 40px;
}

.map-box {
	margin: 90px auto 0;
	max-width: 640px;
}



@media screen and (max-width: 767px) {
	.top-02-sec {
		overflow: hidden;
	}

	.top-02-sec::after {
		width: 150%;
	}

	.top-02-sec .section-inner {
		padding-top: 20px;
		padding-bottom: 110px;
	}

	.top-02-sec .title01 {
		width: 80%;
		margin: 0 auto 30px;
	}

}

/* メインイベント */


.main-event-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}

.main-event-box+.main-event-box {
	margin-top: 40px;
}

.main-event-box .event-title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
}

.main-event-box .event-title .s {
	font-size: .8em;
}

.main-event-box .flex-box {
	gap: 40px;
}

.main-event-box .img-box {
	width: 40%;
}

.main-event-box .txt-box {
	width: calc(60% - 40px);
}

@media screen and (max-width: 1024px) {
	.main-event-box .img-box {
		width: 100%;
	}

	.main-event-box .txt-box {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.main-event-box {
		padding: 18px;
	}

	.main-event-box .event-title {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

	.main-event-box .flex-box {
		gap: 20px;
	}
}

/*******************************************************
top-03-sec
*******************************************************/
.top-03-sec {
	background-color: #72cbd9;
	position: relative;
}

.top-03-sec::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: url(../img/bg-img02.svg) center bottom / contain no-repeat;
}

.top-03-sec .cmn-txt {
	text-align: center;
	font-size: 1.125rem;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.top-03-sec {
		overflow: hidden;
	}

	.top-03-sec::after {
		width: 180%;
	}

	.top-03-sec .section-inner {
		padding-bottom: 110px;
	}

	.top-03-sec .cmn-txt {
		font-size: 1rem;
		margin-top: 30px;
	}
}

/*******************************************************
footer
*******************************************************/
footer {}

footer .section-inner {
	padding-top: 65px;
	padding-bottom: 30px;
}

footer .box {
	margin-bottom: 1.5em;
}

footer .box .txt01 {
	font-size: 1.125rem;
}

footer .box .txt02 {}

footer .tw-txt {
	display: inline;
	font-size: 13px;
}

footer .link-box-wrap {
	margin-top: 30px;
}

footer .link-box-wrap img {
	display: block;
}

footer .link-box-wrap a {
	transition: .3s;
}

footer .link-box-wrap a:hover {
	opacity: 0.7;
}

footer .link-box-wrap .link-box01 {
	margin-bottom: 20px;
}

footer .link-box-wrap .link-box01 img {
	width: 100%;
	margin: 0 auto;
}

footer .link-box-wrap .link-box02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

footer .btn-wrap {
	margin-top: 30px;
}

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


	footer .box .txt01 {
		font-size: 15px;
		letter-spacing: 0;
	}

	footer .box .txt02 {
		font-size: 14px;
		letter-spacing: 0;
	}

	footer .link-box-wrap .link-box01 {
		margin-bottom: 10px;
	}

	footer .link-box-wrap .link-box02 {
		gap: 10px;
	}
}