@charset "UTF-8";

/* --------- FMT --------- */
.info_wrap,
.footer_container {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
a:hover img {
	opacity: 1;
}
.content_wrap {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 66px;
	width: 100%;
	position: relative;
	z-index: 0;
	*,*::before,*::after {
		box-sizing: border-box;
	}
}
.content-inner {
	width: 92%;
	max-width: 720px;
	margin-inline: auto;
}
figure {
	margin: 0 auto;
    width: 100%;
}
:root {
	--primary-color: #FF2E9E;
	--font-press: "Press Start 2P","Noto Sans JP",sans-serif;
	--font-figtree: "Figtree","Noto Sans JP",sans-serif;
	--font-dot: "DotGothic16","Noto Sans JP",sans-serif;
}
.txt-link{
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: 700;
	transition: .3s;
	&:active {
		opacity: .5;
	}
}
.note-list__items {
	font-size: 11px;
	line-height: 1.637;
}

/* ------ 汎用 ------ */
/* --- common-box --- */
.common-box {
	padding: 29px 13px;
	margin-bottom: 32px;
	border: 3px solid #333;
	border-radius: 30px;
	background: url(../img/bg_common03.png) repeat top left/6px auto,#fff;
}
/* --- splide --- */
.splide__arrows {
	display: flex;
	width: calc(100% + 30px);
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: calc(50% - 20px);
	left: -15px;
	z-index: 1;
	pointer-events: none;
}
.splide__arrow {
	border: 3px solid #fff;
	background: #288FF7;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: relative;
	pointer-events: auto;
	transition: .3s;
	cursor: pointer;
	&::before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		rotate: 45deg;
		position: absolute;
		top: 50%;
		left: 9px;
		translate: 0 -50%;
	}
	svg {
		display: none;
	}
	&:disabled {
		visibility: hidden;
	}
	&:active {
		opacity: .85;
	}
}
.splide__arrow--prev {
	scale: -1 1;
}
.splide__pagination {
	gap: 15px;
	margin-top: 8px;
	li {
		font-size: 12px;
	}
}
.splide__pagination__page {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	background: #E5E5E5;
	border-radius: 50%;
	&.is-active {
		background: #288FF7;
	}

}
/* --- flow-splide --- */
.flow-splide__items {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFF2;
	border: 2px solid #333;
	border-radius: 10px;
	padding: 13px 25px 12px;
}
.flow-splide__ttl {
	color: #288FF7;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-figtree);
	line-height: 1.223;
	letter-spacing: .03em;
	text-align: center;
	margin-bottom: 4px;
}
.flow-splide__dtl__txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.572;
	text-align: center;
}
.flow-splide__dtl__txt--note {
	font-size: 10px;
	text-align: center;
	margin-top: 8px;
}
/* --- CTA --- */
.cta-wrapper {
	max-width: 600px;
	margin-inline: auto;
}
.cta-btn {
	display: block;
	margin-bottom: 24px;
	transition: .3s;
	&:active {
		opacity: .7;
	}
}
/* --- acc --- */
.acc__btn {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 1px 34px 3px 27px;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	border-radius: 10vh;
	position: relative;
	cursor: pointer;
	transition: .3s;
	&:active {
		opacity: .7;
	}
}
.acc__btn::-webkit-details-marker {
	display:none;
}
.acc__ico {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 16px;
	background: #fff;
	translate: 0 -50%;
	border-radius: 50%;
	&::before,&::after {
		content: "";
		display: block;
		width: 13px;
		height: 1.5px;
		background: #333;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
	&::after {
		rotate: 90deg;
		transition: rotate .3s;
	}
}
.caution-acc .acc__ico {
	width: 11px;
	height: 11px;
	right: 9px;
	&::before,
	&::after {
		width: 7px;
		height: 1px;
	}
}
.acc[open] .acc__ico::after {
	rotate: 0deg;
}
.acc__content {
	margin-top: 16px;
    transition: .6s ease-in-out;
	height: 0;
	overflow: hidden;
}
.acc__content__inner {
	padding-inline: 15px 14px;
}
.caution-acc .acc__content__inner {
	background: rgb(255 255 255/.7);
	padding: 16px;
}
.acc__content__txt {
	font-size: 11px;
	line-height: 1.673;
}
/* --- comingsoon,finish --- */
.comingsoon,.finish {
	position: relative;
	pointer-events: none;
	&::after {
		content: "Coming Soon";
		display: grid;
		place-content: center;
		background: rgb(0 0 0/.7);
		color: #fff;
		font-size: 6vw;
		font-weight: 700;
		font-family: var(--font-press);
		text-align: center;
		line-height: 1.2;
		position: absolute;
		inset: 0;
		border-radius: 10vh;
	}
}
.finish-txt {
	border: 2px solid #ff0000;
	background: #fff;
	padding-block: 8px;
	color: #ff0000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-block: 16px;
}
.finish::after {
	content: "終了しました";
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 18px;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
/* --- note-box --- */
.note-box {
	background: rgb(255 255 255/.7);
	padding: 16px;
	margin-bottom: 32px;
}
.note-box__heading {
	border: 1px solid #EF2D48;
	padding: 3px 3px 2px;
	color: #EF2D48;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.429;
	text-align: center;
	margin-bottom: 8px;
}

/* --- aniamtion --- */
.js-animate[data-animate="blinking"] {
	opacity: 0;
}
.js-animate--active[data-animate="blinking"] {
	animation: blinking .8s linear forwards;
}
.js-animate[data-animate="fade-up"] {
	opacity: 0;
	translate: 0 40px;
	transition: 1.2s ease;
}
.js-animate--active[data-animate="fade-up"] {
	opacity: 1;
	translate: 0;
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* --------- mv --------- */
.mv {
	width: 100%;
	height: auto;
	aspect-ratio: 375/552;
	padding-block: 4.534% 1.334%;
	background: url(../img/bg_mv_sp.png) no-repeat center/cover;
}
.mv__heading,
.mv__img,
.mv__ttl {
	clip-path: inset(100% 0 0 0);
}
.mv__heading {
	width: 66.957%;
	margin: 0 auto -8.696%;
	position: relative;
	z-index: 1;
	transition: .6s cubic-bezier(.9,0,.25,1) 1s;
}
.mv__img {
	margin-bottom: 2.029%;
	transition: 1s cubic-bezier(.9,0,.25,1) .2s;
}
.mv__ttl {
	margin-bottom: 5.218%;
	transition: .6s cubic-bezier(.9,0,.25,1) 1.7s;
}
.mv__scroll {
	width: 17.392%;
	margin-inline: auto;
	opacity: 0;
}
.loaded {
	:is(.mv__img,.mv__heading,.mv__ttl) {
		clip-path: inset(0);
	}
	.mv__scroll {
		animation: blinking .8s linear 2.4s forwards;
	}
} 

/* --------- sec--lead --------- */
.sec--lead {
	background: #FFCF31;
	padding-block: 32px;
}
.sec--lead__txt {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.889;
	text-align: center;
	&::before {
		content: "";
		display: block;
		width: 92.754%;
		height: auto;
		aspect-ratio: 320/20;
		background: url(../img/bg_lead01.png) no-repeat center/cover;
		margin: 0 0 16px auto;
	}
	&::after {
		content: "";
		display: block;
		width: 92.174%;
		height: auto;
		aspect-ratio: 318/22;
		background: url(../img/bg_lead02.png) no-repeat center/cover;
		margin: 16px auto 0 0;
	}
}

/* --------- common-bg --------- */
.common-bg {
	background: url(../img/bg_common01.png) repeat top left/48px;
	&::before,
	&::after {
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		background: url(../img/bg_line.png) repeat left top/auto 100%;
	}
	&::before {
		margin-bottom: 56px;
	}
	&::after {
		margin-top: 56px;
	}
}

/* --------- sec--toc --------- */
.sec--toc {
	margin-bottom: 56px;
}
.sec--toc__ttl {
	display: flex;
	gap: 8px;
	width: fit-content;
	margin: 0 auto 16px;
	font-size: 20px;
	font-family: var(--font-press);
	line-height: 1;
	letter-spacing: .05em;
	-webkit-text-stroke: 1px;
	&::before,
	&::after {
		content: "";
		display: block;
		width: 41px;
		height: 17px;
		background: url(../img/bg_toc.png) no-repeat center/cover;
	}
	&::after {
		scale: -1 1;
	}
}
.sec--toc__list {
	display: grid;
	gap: 10px;
}
.sec--toc__btn {
	display: block;
	filter: drop-shadow(0 3px 3px rgb(0 0 0/.25));
	transition: .3s;
	&:active .sec--toc__btn__img {
		translate: 0 -5px;
	}
}

/* --------- sec--talk --------- */
.sec--talk {
	margin-bottom: 56px;
}
.sec--talk__ttl {
	margin-bottom: 16px;
}
.sec--talk__txt {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 24px;
}
.sec--talk__list {
	display: grid;
	gap: 16px;
	margin-bottom: 40px;
}
.sec--talk__list__ttl {
	background: #08ADB9;
	padding-block: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.429;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 5px;
}
.sec--talk__list__dtl__period {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-figtree);
	line-height: 2.25;
	text-align: center;
	margin-bottom: 11px;
}
.sec--talk__list__dtl__large--txt {
	font-size: 30px;
}
.sec--talk__list__dtl__balloon {
	width: fit-content;
	margin-inline: auto;
	padding: 1px 8px;
	border: 2px solid #FF2E9E;
	background: #FFF2F7;
	color: #FF2E9E;
	font-size: 16px;
	font-family: var(--font-dot);
	line-height: 1.5;
	-webkit-text-stroke: .5px;
	position: relative;
	&::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #FF2E9E;
		border-right: 2px solid #FF2E9E;
		background: #FFF2F7;
		rotate: -45deg;
		position: absolute;
		bottom: calc(100% - 6px);
		left: 50%;
		translate: -50%;
		clip-path: polygon(0 0,100% 0,100% 100%);
	}
}
.sec--talk__acc--01 .acc__btn {
	width: 100%;
	padding: 4px 13px 6px 0;
	line-height: 1.25;
	text-align: center;
}
.sec--talk__acc__txt {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}
.sec--talk__splide__img-wrapper {
	display: block;
	width: 80.435%;
	margin: 10px auto 0;
	position: relative;
}
.sec--talk__splide__img--deco {
	position: absolute;
	width: 36.757%;
	right: 5.406%;
	top: 8.649%;
}

/* --------- sec--present --------- */
.sec--present {
	margin-bottom: 56px;
}
.sec--present__ttl {
	margin-bottom: 16px;
}
.sec--present__period {
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: end;
	width: fit-content;
	padding: 13px 24px 10px;
	background: #EA399F;
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 0 auto 16px;
	color: #fff;
	font-size: 16px;
	font-family: var(--font-press);
	letter-spacing: -.05em;
	position: relative;
	&::after {
		pointer-events: none;
		content: "";
		display: block;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		position: absolute;
		top: 2px;
		left: 2px;
		border: 1px solid #fff;
		border-radius: 2px;
	}
}
.sec--present__period__small-txt {
	font-size: 11px;
}
.sec--present__period__ico {
	display: inline-block;
	width: 16px;
	margin-right: 8px;
}
.sec--present__txt {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 32px;
}
.sec--present__list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
	margin-bottom: 8px;
}
.sec--present__list__items {
	display: grid;
	height: 100%;
	grid-template-rows: auto 1fr;
}
.sec--present__list__ttl {
	padding: 2px;
	background: #F15A24;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.429;
	text-align: center;
	margin-bottom: 4px;
}
.sec--present__list__dtl {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 4px;
	align-items: center;
}
.sec--present__list__txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.372;
	text-align: center;
}
.sec--present__list__note {
	font-size: 11px;
	line-height: 1.455;
	text-align: center;
	margin-bottom: 32px;
}
.sec--present__acc--01 .acc__btn {
	width: 100%;;
	text-align: center;
}

/* --------- sec--pr --------- */
.sec--pr__ttl {
	margin-bottom: 16px;
}
.sec--pr__txt {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.875;
	text-align: center;
	margin-bottom: 24px;
}
.sec--pr__txt__highlight {
	color: #FF2E9E;
	font-size: 20px;
}
.sec--pr__splide__items {
	border: 2px solid #333;
	border-radius: 10px;
	padding-top: 12px;
	overflow: hidden;
}
.sec--pr__splide__ttl {
	font-size: 17px;
	font-weight: 600;
	font-family: var(--font-figtree);
	text-align: center;
}
.sec--pr__splide__txt {
	font-size: 19px;
	font-weight: 700;
	line-height: .948;
	text-align: center;
	margin-bottom: 9px;
}
.sec--pr__splide__txt__small-txt {
	font-size: 12px;
	font-weight: 400;
}
.sec--pr__splide .splide__arrows {
	width: calc(100% + 20px);
	left: -10px;
}
.sec--pr__note-box {
	margin: 0;
}

/* --------- sec--info --------- */
.sec--info {
	padding-block: 56px;
	background: url(../img/bg_common02.png) repeat top left/200px;
}
.sec--info__heading {
	margin-bottom: 40px;
}
.sec--info-fes {
	margin-bottom: 48px;
}
.sec--info-tour {
	margin-bottom: 50px;
}
.sec--info__overview {
	width: 90.725%;
	margin-inline: auto;
}
.sec--info__img-wrapper {
	margin-bottom: 8px;
}
.sec--info-fes .sec--info__img {
	width: 95.847%;
	margin-inline: auto;
}
.sec--info__img--deco {
	width: 20.767%;
	margin: 12px auto 0;
}
.sec--info__ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: .03em;
	text-align: center;
	margin-bottom: 32px;
}
.sec--info__schedule {
	margin-bottom: 32px;
}
.sec--info__schedule__ttl {
	display: flex;
	gap: 8px;
	align-items: start;
	width: fit-content;
	margin: 0 auto 12px;
	color: #FFE440;
	font-size: 20px;
	font-family: var(--font-press);
	line-height: 1.05;
	letter-spacing: .05em;
	-webkit-text-stroke: 1px;
	&::before,
	&::after {
		content: "";
		display: block;
		width: 41px;
		height: auto;
		aspect-ratio: 41/17;
		background: url(../img/img_info02.png) no-repeat center/cover;
	}
}
.sec--info-fes__list {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #333;
}
.sec--info-fes__list__items {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--font-figtree);
	line-height: 1.4;
	width: fit-content;
	margin-inline: auto;
	&::before {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url(../img/img_info03.png) no-repeat center/cover;
		margin-right: 6px;
	}
}
.sec--info-fes__list__items__large-txt {
	font-size: 40px;
}
.sec--info-fes__txt {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.445;
	text-align: center;
}
.sec--info__btn {
	display: block;
	background: url(../img/img_info06.png) no-repeat center right 17px /auto 20px,#333;
	border: 3px solid #fff;
	border-radius: 10px;
	padding: 19px 19px 24px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.459;
	letter-spacing: .08em;
	text-align: center;
	box-shadow: 0 3px 3px rgb(0 0 0/.25);
	margin-bottom: 8px;
	position: relative;
	z-index: 0;
	transition: .3s;
	&::after {
		pointer-events: none;
		content: "";
		display: block;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		position: absolute;
		top: 3px;
		left: 3px;
		border: 1px solid #fff;
		border-radius: 5px;
	}
	&:active {
		background-color: var(--primary-color);
	}
}
.sec--info__btn-note {
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.sec--info-tour__schedule__acc {
	border: 3px solid #333;
	border-radius: 30px;
	background: url(../img/bg_common03.png) repeat top left/6px auto,#fff;
	.acc__btn {
		width: 100%;
		background: none;
		color: #333;
		font-size: 20px;
		line-height: 1.45;
		letter-spacing: .08em;
		text-align: center;
		padding: 21px;
		border-radius: 30px;
	}
	.acc__ico {
		background: #333;
		&::before,&::after {
			background: #fff;
		}
	}
	.acc__content {
		margin-top: -5px;
	}
	.acc__content__inner {
		padding-bottom: 21px;
	}
}
.sec--info-tour__list {
	display: grid;
	gap: 8px;
	margin-bottom: 8px;
}
.sec--info-tour__list__items,
.sec--info-tour__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.429;
}
.sec--info-tour__txt {
	text-align: right;
}
.sec--info-profile {
	color: #fff;
	.sec--info__overview {
		margin-bottom: 32px;
	}
}
.sec--info-profile__img {
	margin-bottom: 16px;
}
.sec--info-profile__ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
.sec--info-profile__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.572;
	&+& {
		margin-top: 16px;
	}
}
.sec--info__btn--profile {
	line-height: .867;
	padding: 18px;
}
.sec--info__btn--profile__small-txt {
	font-size: 16px;
	line-height: 1;
}

/* --------- btn-to-top --------- */
.btn-to-top {
	display: block;
	width: 40px;
	height: 40px;
	background: #FFE440;
	border: 2px solid #333;
	border-radius: 50%;
	font-size: 8px;
	font-family: var(--font-press);
	line-height: 1;
	letter-spacing: .025em;
	text-align: center;
	position: fixed;
	right: 12px;
	bottom: 16px;
	z-index: 100;
	transition: .3s;
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
	&::before {
		content: "";
		display: block;
		width: 10px;
		height: 8px;
		background: #333;
		clip-path: polygon(50% 0,100% 100%,0 100%);
		position: absolute;
		top: 7px;
		left: 50%;
		translate:  -50%;
	}
	&.show {
		opacity: 1;
		visibility: visible;
	}
	&:active {
		opacity: .7;
	}
}

/* --------- footer --------- */
/* ------ info_wrap ------ */
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background: #FFF;
	max-width: 740px;
	margin: 32px auto 0;
	font-size: 18px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	border-radius: 10px;
	padding: 10px 30px 10px 5px;
	position: relative;
	transition: all .3s;
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		height: 12px;
		width: 12px;
		border-top: 3px solid #000;
		border-right: 3px solid #000;
		translate: 0 -50%;
		rotate: 45deg;
		transition: all .3s;
	}
	&:active {
		background: var(--primary-color);
		color: #FFF;
		border-color: var(--primary-color);
		&::after {
			border-color: #fff;
		}
	}
}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}
.footer_container {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	padding-top: 1px;
}

/* --------- mediaquery --------- */
@media(min-width:751px){
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	/* --------- FMT --------- */
	.content_wrap {
		margin-top: 90px;
	}
	.txt-link:hover {
		opacity: .5;
	}
	.note-list__items {
		font-size: 12px;
	}

	/* ------ 汎用 ------ */
	/* --- splide --- */
	.splide__arrow:hover {
		opacity: .85;
	}
	/* --- common-box --- */
	.common-box {
		padding: 29px 45px;
	}
	/* --- flow-splide --- */
	.flow-splide__items {
		padding: 26px;
	}
	.flow-splide__ttl {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.flow-splide__dtl__txt {
		font-size: 16px;
	}
	.flow-splide__dtl__txt--note {
		font-size: 12px;
	}
	/* --- CTA --- */
	.qr-wrapper {
		display: grid;
		grid-template-columns: 1fr 100px;
		gap: 16px;
		background: linear-gradient(to right,rgb(255 255 255/.4) 0%,rgb(255 255 255/.4) 100%),
					url(../img/bg_qr.png) no-repeat center/cover;
		border: 3px solid #333;
		padding: 13px;
		border-radius: 12px;
		margin-bottom: 16px;
	}
	.qr-ttl {
		background: #333;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		padding-block: 6px;
		margin-bottom: 6px;
	}
	.qr-txt {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.5;
	}
	/* --- acc --- */
	.acc__btn {
		padding: 4px 34px 5px 27px;
		&:hover {
			opacity: .7;
		}
	}
	.caution-acc .acc__content__inner {
		padding: 24px;
	}
	.acc__content__txt {
		font-size: 12px;
	}
	/* --- comingsoon,finish --- */
	.comingsoon::after {
		font-size: 15px;
		border-radius: 0;
	}
	.finish::after {
		white-space: pre;
		content: "終了\Aしました";
	}
	/* --- note-box --- */
	.note-box {
		padding: 24px;
	}
	.note-box__heading {
		padding: 4px;
		font-size: 16px;
	}
	/* --------- mv --------- */
	.mv {
		aspect-ratio: auto;
		padding-block: 80px;
		background: url(../img/bg_mv_pc01.png) no-repeat center/auto 100%,
					url(../img/bg_mv_pc02.png) repeat-x left/ auto 100%;
		position: relative;
		.content-inner {
			max-width: 1200px;
			display: grid;
			align-items: center;
			grid-template-columns: 46% 50%;
			justify-content: space-between;
		}
	}
	
	.mv__heading {
		width: 79.711%;
		grid-area: 1/1/2/2;
		margin: 0 auto 16px;
	}
	.mv__img {
		grid-area: 1/2/3/3;
		margin: 0;
	}
	.mv__ttl {
		grid-area: 2/1/3/2;
		margin: 0;
	}
	.mv__scroll {
        position: absolute;
        bottom: 24px;
        left: 50%;
        translate: -50%;
        width: 80px;
	}

	/* --------- sec--lead --------- */
	.sec--lead {
		padding-block: 56px;
	}
	.sec--lead__txt {
		font-size: 20px;
	}

	/* --------- common-bg --------- */
	.common-bg {
		&::before,
		&::after {
			height: 40px;
		}
		&::before {
			margin-bottom: 80px;
		}
		&::after {
			margin-top: 80px;
		}
	}

	/* --------- sec--toc --------- */
	.sec--toc {
		margin-bottom: 56px;
	}
	.sec--toc__ttl {
		gap: 16px;
		font-size: 32px;
		margin-bottom: 20px;
		&::before,
		&::after {
			width: 66px;
			height: 27px;
		}
	}
	.sec--toc__list {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.sec--toc__btn {
		display: block;
		filter: drop-shadow(0 3px 3px rgb(0 0 0/.25));
		transition: .3s;
		&:hover .sec--toc__btn__img {
			translate: 0 -5px;
		}
	}

	/* --------- sec--talk --------- */
	.sec--talk__ttl {
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.sec--talk__txt {
		font-size: 20px;
	}
	.sec--talk__list {
		max-width: 400px;
		margin-inline: auto;
	}
	.sec--talk__list__ttl {
		padding-block: 4px;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.sec--talk__list__dtl__period {
		font-size: 18px;
	}
	.sec--talk__list__dtl__large--txt {
		font-size: 32px;
	}
	.sec--talk__acc--01 {
		max-width: 480px;
		margin-inline: auto;
	}
	.sec--talk__acc--01 .acc__btn {
		padding: 8px 13px 8px 0;
	}
	.sec--talk__acc__txt {
		font-size: 16px;
	}

	/* --------- sec--present --------- */
	.sec--present__ttl {
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.sec--present__period {
		font-size: 20px;
	}
	.sec--present__period__small-txt {
		font-size: 14px;
	}
	.sec--present__txt {
		font-size: 20px;
	}
	.sec--present__list {
		gap: 20px;
	}
	.sec--present__list__items {
		display: grid;
		height: 100%;
		grid-template-rows: auto 1fr;
	}
	.sec--present__list__ttl {
		padding: 4px;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.sec--present__list__dtl {
		display: grid;
		grid-template-rows: 1fr auto;
		gap: 8px;
		align-items: center;
	}
	.sec--present__list__txt {
		font-size: 16px;
	}
	.sec--present__list__note {
		font-size: 12px;
	}
	.sec--present__acc--01 {
		max-width: 480px;
		margin-inline: auto;
	}

	/* --------- sec--pr --------- */
	.sec--pr__ttl {
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.sec--pr__txt {
		font-size: 20px;
	}
	.sec--pr__txt__highlight {
		font-size: 24px;
	}
	.sec--pr__splide__items {
		padding-top: 18px;
	}
	.sec--pr__splide__ttl {
		font-size: 18px;
		font-weight: 600;
		font-family: var(--font-figtree);
		text-align: center;
	}
	.sec--pr__splide__txt {
		font-size: 22px;
	}
	.sec--pr__splide__txt__small-txt {
		font-size: 14px;
	}

	.sec--pr__splide {
		max-width: 480px;
		margin-inline: auto;
		.splide__arrows {
			width: calc(100% + 30px);
			left: -15px;
		}
	}

	/* --------- sec--info --------- */
	.sec--info {
		padding-block: 80px;
	}
	.sec--info__heading {
		max-width: 600px;
		margin-inline: auto;
	}
	.sec--info__overview {
		width: 100%;
	}
	.sec--info__img-wrapper {
		max-width: 480px;
		margin: 0 auto 16px;
	}
	.sec--info__img--deco {
		margin-top: 16px;
	}
	.sec--info__ttl {
		font-size: 24px;
		margin-bottom: 32px;
	}
	.sec--info-fes__list__items {
		font-size: 24px;
	}
	.sec--info-fes__list__items__large-txt {
		font-size: 44px;
	}
	.sec--info-fes__txt {
		font-size: 20px;
	}
	.sec--info__btn {
		max-width: 480px;
		margin-inline: auto;
		&:hover {
			background-color: var(--primary-color);
		}
	}
	.sec--info__btn-note {
		font-size: 12px;
	}
	.sec--info-tour__schedule__acc .acc__content__inner {
		padding: 21px;
	}
	.sec--info-tour__list__items,
	.sec--info-tour__txt {
		font-size: 16px;
	}
	.sec--info-profile__img {
		margin-bottom: 20px;
	}
	.sec--info-profile__ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sec--info-profile__txt {
		font-size: 15px;
	}

	/* --------- btn-to-top --------- */
	.btn-to-top {
		width: 80px;
		height: 80px;
		font-size: 14px;
		right: 20px;
		bottom: 30px;
		padding-top: 42px;
		&::before {
			width: 18px;
            height: 14px;
            top: 16px;
		}
		&:hover {
			opacity: .7;
		}
	}

	/* --------- footer --------- */
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
		&:hover {
			background: var(--primary-color);
			color: #FFF;
			border-color: var(--primary-color);
			&::after {
				border-color: #fff;
			}
		}
	}
}

@media(max-width:750px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}