@charset "UTF-8";

/* --------- FMT --------- */
:root {
	--poetsen: 'Poetsen One', sans-serif;
	--blue: #2A3852;
	--vw-sp: calc(100vw / 375);
}
.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: #000;
	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: 532px;
	margin-inline: auto;
}
figure {
	margin: 0 auto;
    width: 100%;
}
.txt-link{
	color: #E06D3C;
	text-decoration: underline;
	font-weight: 700;
	transition: .3s;
	&:active {
		opacity: .5;
	}
}
.note-list {
	display: grid;
	gap: 5px;
}
.note-ttl {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
.note-list + .note-ttl {
	margin-top: 5px;
}
.note-list__items {
	font-size: 12px;
	line-height: 1.58;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------ 汎用 ------ */
/* --- CTA --- */
.cta-wrapper {
	max-width: 600px;
	margin-inline: auto;
}
.cta-btn {
	display: block;
	margin-bottom: 4px;
	transition: .3s;
	&:active {
		opacity: .7;
	}
}
/* --- acc --- */
.acc__btn {
	transition: .3s;
}
.acc__btn:active {
	opacity: .7;
}
.slider-acc {
	margin: 0 15px 24px;
	.acc__btn {
		display: block;
		padding: 8px 24px 8px 8px;
		background: #fff;
		border-radius: 4px;
		color: var(--blue);
		font-size: 15px;
		font-weight: 600;
		line-height: 1.4;
		list-style: none;
		position: relative;
		cursor: pointer;
	}
	.acc__ico {
		width: 18px;
		height: 18px;
		top: 10px;
		right: 8px;
		&::before,&::after {
			width: 7px;
			height: 1px;
		}
		&::after {
			rotate: 90deg;
			transition: rotate .3s;
		}
	}
	&[open] {
		.acc__ico::after {
			rotate: 0deg;
		}
		.acc__btn {
			border-radius: 4px 4px 0 0;
		}

	}
	.acc__content {
		color: var(--blue);
		background: #E6E6E6;
		border-radius: 0 0 4px 4px;
	}
	.acc__content__inner {
		padding: 13px 12px 14px;
	}
	.acc_content__txt {
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 16px;
	}
	.splide {
		width: 86.598%;
		margin: 0 auto 16px;
	}
	.splide__arrows-wrapper {
		position: relative;
		margin-bottom: 8px;
	}
	.splide__arrow {
		width: 24px;
		height: 24px;
		background: var(--blue);
		border: none;
		border-radius: 50%;
		padding: 0;
		position: absolute;
		top: 50%;
		translate: 0 -50%;
		svg {
			display: none;
		}
		&::before {
			content: '';
			display: block;
			width: 7px;
			height: 7px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			rotate: 45deg;
			position: absolute;
			top: 50%;
			left: 45%;
			translate: -50% -50%;
		}
		&[disabled] {
			opacity: .4;
			pointer-events: none;
		}
		&:active {
			opacity: .7;
		}
	}
	.splide__arrow--prev {
		right: calc(100% + 3px);
		scale: -1 1;
	}
	.splide__arrow--next {
		left: calc(100% + 3px);
	}
	.splide__slide {
		background: #fff;
		border: 1px solid var(--blue);
		padding: 28px 15px 15px 15px;
	}
	.splide__slide__img {
		margin-bottom: 16px;
	}
	.splide__slide__txt {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.54;
		letter-spacing: .05em;
		text-align: center;
		&:first-child {
			font-size: 12px;
			margin-bottom: 8px;
		}
	}
	.splide__slide__btn {
		display: block;
		background: var(--blue);
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.43;
		letter-spacing: .05em;
		text-align: center;
		padding-block: 11px;
		border-radius: 10vh;
		margin-bottom: 16px;
		transition: .3s;
	}
	.splide__pagination {
		gap: 8px;
		li {
			font-size: 10px;
		}
	}
	.splide__pagination__page {
		width: 10px;
		height: 10px;
		background: #6E6E6E;
		border-radius: 50%;
		padding: 0;
		border: 0;
		&.is-active {
			background: #C35728;
		}
	}
}
.caution-acc {
	.acc__btn {
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding: 6px 37px 7px 15px;
		background: #fff;
		color: var(--blue);
		font-size: 15px;
		font-weight: 700;
		list-style: none;
		border-radius: 10vh;
		position: relative;
		cursor: pointer;
		transition: .3s;
		&:active {
			opacity: .7;
		}
	}
	.acc__ico {
		width: 20px;
		height: 20px;
		top: 7px;
		right: 10px;
		&::before,&::after {
			width: 10px;
			height: 1px;
		}
		&::after {
			rotate: 90deg;
			transition: rotate .3s;
		}
	}
	&[open] .acc__ico::after {
		rotate: 0deg;
	}
	.acc__content {
		border: 1px solid #fff;
		border-radius: 8px;
		margin-top: 17px;
	}
	.acc__content__inner {
		padding: 14px;
	}
	.acc__content__privacy-txt {
		font-size: 12px;
		line-height: 1.58;
		letter-spacing: .025em;
	}
}
:is(.slider-acc .acc__btn,.caution-acc .acc__btn)::-webkit-details-marker {
	display:none;
}
:is(.slider-acc,.caution-acc) .acc__ico {
	display: block;
	position: absolute;
	background: var(--blue);
	border-radius: 50%;
}
:is(.slider-acc,.caution-acc) .acc__ico {
	&::before,&::after {
		content: '';
		display: block;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
}
:is(.slider-acc,.caution-acc) .acc__content {
	transition: .6s ease-in-out;
	height: 0;
	overflow: hidden;
}
/* --- animation --- */
.js-animate {
	&[data-animate="mask"] {
		position: relative;
		&::after {
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: calc(100% + 2px);
			top: -1px;
			left: 0;
			background: #fff;
			scale: 1 1;
			transform-origin: left center;
			transition: 1s;
		}
	}
	&[data-animate="fade"] {
		opacity: 0;
		scale: .75;
		transition: 1.2s ease;
	}
}
.js-animate--active {
	&[data-animate="mask"] {
		&::after {
			scale: 0 1;
		}
	}
	&[data-animate="fade"] {
		opacity: 1;
		scale: 1;
	}
	&[data-animate="stamp"] {
		animation: stamp 1s ease-in-out forwards;
	}
}
@keyframes noise {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 100% 100%;
	}
}
@keyframes deco01 {
	0% {
		rotate: 0deg;
	}
	25% {
		rotate: -20deg;
	}
	50% {
		rotate: 0deg;
	}
	100% {
		rotate: 0deg;
	}
}
@keyframes deco02 {
	0% {
		translate: 0 0;
		scale: 1 1;
	}
	25% {
		translate: 0 -14px;
	}
	45% {
		scale: 1 1;
	}
	50% {
		translate: 0 0;
		scale: 1.25 .75;
	}
}
@keyframes deco03 {
	0% {
		rotate: 0deg;
	}
	50% {
		rotate: 360deg;
	}
	100% {
		rotate: 360deg;
	}
}
@keyframes deco04 {
	0% {
		scale: 1;
	}
	20% {
		scale: 0.3;
	}
	40% {
		scale: 1.2;
	}
	50% {
		scale: 1;
	}
}
@keyframes deco06 {
	0% {
		translate: 10px -12px;
	}
	10% {
		translate: -5px -6px;
	}
	20% {
		translate: 0 8px;
	}
	30% {
		translate: -16px 14px;
	}
	40% {
		translate:  8px 20px;
	}
	50% {
		translate:  0 0;
	}
}
@keyframes deco07 {
	0% {
		translate: -100% 0;
		rotate: 0deg;
	}
	100% {
		translate: 70vw 0;
		rotate: 720deg;
	}
}
@keyframes infinity-scroll {
	0% {
	  translate: 0 0;
	}
	100% {
	  translate: -100% 0;
	}
}
@keyframes stamp {
	0% {
		opacity: 0;
		scale: 1.4;
	}
	20% {
		opacity: 1;
		scale: 1 1;
	}
	30% {
		scale: 0.9;
	}
	40% {
		scale: 1.2;
	}
	60% {
		scale: 1 1;
	}
}
@keyframes to-top {
	0% {
		rotate: 0deg;
	}
	100% {
		rotate: 360deg;
	}
}
/* --- comingsoon,finish --- */
.comingsoon,.finish {
	position: relative;
	pointer-events: none;
	&::after {
		content: "Coming Soon";
		display: grid;
		place-content: center;
		background: rgb(42 56 82/.8);
		border-radius: 5vh;
		color: #fff;
		font-size: 8vw;
		font-weight: 700;
		font-family: var(--poetsen);
		text-align: center;
		line-height: 1.2;
		position: absolute;
		inset: 0;
	}
}
.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%;
}

/* --------- content-outer --------- */
/* ------ content ------ */
.content {
	color: #fff;
	background: url(../img/bg_common-blue.png) repeat top left/375px 400px;
	animation: noise 0.5s steps(10) infinite;
}

/* ------ mv ------ */
.mv {
	padding-block: 24px 32px;
}
.mv__ttl {
	width: 60.87%;
	margin: 0 auto 16px;
}
.mv__img {
	margin-bottom: 20px;
}
.period {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 24px;
	font-family: var(--poetsen);
	letter-spacing: .05em;
	padding-block: 6px;
	border-block: 1px dashed #fff;
}
.period__day {
	display: block;
	font-size: 15px;
	letter-spacing: .05em;
	border: 1px solid #fff;
	border-radius: 10vh;
	padding-inline: 9px;
	translate: 0 1px;
}

/* ------ toc ------ */
.toc.sp{
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
	padding-bottom: 60px;
}
.toc__items {
	width: 92%;
	&:nth-child(even) {
		margin-left: auto;
	}
}
.toc__btn {
	display: block;
	transition: .3s;
}
.toc__btn:active {
	opacity: .7;
}
/* ------ sec--talk ------ */
.sec--talk {
	position: relative;
	padding-bottom: 64px;
	.period {
		margin-bottom: 20px;
	}
	.sec--talk__splide .splide__slide {
		&:nth-child(2) {
			padding-top: 15px;
		}
		&:nth-child(3) {
			padding-top: 39px;
		}
		&:nth-child(4) {
			padding-top: 26px;
			.splide__slide__txt {
				font-size: 13px;
				margin: 0;
			}
		}
	}
	.caution-acc {
		margin-top: 24px;
	}
}
.sec--talk__deco--01 {
	width: calc(76 * var(--vw-sp));
	position: absolute;
	top: calc(-35 * var(--vw-sp));
	left: calc(12 * var(--vw-sp));
	animation: deco01 2s infinite;
}
.sec--talk__ttl {
	margin-bottom: 20px;
}
.sec--talk__txt {
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 1.73;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
}
.sec--talk__deco--02 {
	width: calc(51 * var(--vw-sp));
	position: absolute;
	bottom: calc(-26 * var(--vw-sp));
	right: calc(2 * var(--vw-sp));
	z-index: 1;
	animation: deco02 2s infinite;
	transform-origin: center bottom;

}
.sec--talk__list {
	padding: 13px;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	margin: 0 15px 24px;
}
.sec--talk__list__items {
	display: grid;
	grid-template-columns: 62px 1fr;
	align-items: center;
	gap: 4px;
	padding-block: 8px 4px;
	border-bottom: 1px solid #fff;
	&:first-child {
		padding-top: 0;
		&::before {
			top: 6px;
			left: 4px;
		}
		&::after {
			top: 6px;
			right: 4px;
		}
	}
	&:last-child {
		&::before {
			bottom: 2px;
			left: 4px;
		}
		&::after {
			bottom: 2px;
			right: 4px;
		}
	}
}
:is(.sec--talk__list__items:first-child,.sec--talk__list__items:last-child) {
	&::before,&::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
	}
}
.sec--talk__list__item__count {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 3px 9px;
}
.sec--talk__list__item__period {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .05em;
}
.sec--talk__list__item__period__day {
	font-size: 12px;
}
.cta-note {
	margin-bottom: 24px;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------ sec--present ------ */
.sec--present {
	padding-bottom: 48px;
	position: relative;
	.period {
		margin-bottom: 20px;
	}
}
.sec--present__deco--01 {
	width: calc(87 * var(--vw-sp));
	position: absolute;
	top: calc(-50 * var(--vw-sp));
	left: calc(-4 * var(--vw-sp));
	animation: deco03 2s infinite;
}
.sec--present__ttl {
	margin-bottom: 20px;
}
.sec--present__txt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.73;
	letter-spacing: .05em;
	text-align: center;
}
.sec--present__list {
	width: fit-content;
	margin: 8px auto;
}
.sec--present__list__items {
	display: flex;
	gap: 8px;
	&+& {
		margin-top: 4px;
	}
}
.sec--present__list__ttl {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 8px 6px 9px 6px;
}
.sec--present__list__txt__item {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
}
.sec--present__campaign-list {
	display: grid;
	grid-template-columns: 100%;
	gap: 57px;
	margin-top: 32px;
}
.sec--present__campaign-list__items {
	display: grid;
}
.sec--present__campaign-list__items:first-child {
	background: linear-gradient(to right,#fff 0%,#fff 50%,transparent 50%,transparent 100%);
	grid-template-columns: 88% 1fr;
	.sec--present__campaign-list__count {
		order: 2;
		width: calc(11 * var(--vw-sp));
		margin-left: 8px;
	}
	.sec--present__campaign-list__inner {
		border-radius: 0 24px 16px 0;
	}
	.splide__slide {
		&:first-child {
			padding-top: 15px;
		}
		&:last-child {
			padding-top: 21px;
		}
	}
	.cta-wrapper {
		margin-top: 24px;
	}
}
.sec--present__campaign-list__items:last-child {
	background: linear-gradient(to left,#fff 0%,#fff 50%,transparent 50%,transparent 100%);
	grid-template-columns: 1fr 88%;
	.sec--present__campaign-list__count {
		width: calc(12 * var(--vw-sp));
		margin-inline: auto 8px;
	}
	.sec--present__campaign-list__inner {
		border-radius: 16px 0 0 16px;
		padding-bottom: 32px;
	}
	.sec--present__campaign-list__img-wrapper {
		width: 80.4636%;
		margin-inline: auto;
		position: relative;
	}
	.sec--present__campaign-list__img-badge {
		display: grid;
		grid-template-columns: auto 1fr;
		justify-content: center;
		gap: 2px;
		width: 65px;
		height: 65px;
		background: #AC874B;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		text-indent: 0;
		padding: 8px 11px 16px;
		font-weight: 600;
		position: absolute;
		top: calc(-19 * var(--vw-sp));
		right: calc(-16 * var(--vw-sp));
		&::before {
			content: '';
			display: block;
			width: calc(100% - 4px);
			height: calc(100% - 4px);
			border: 1px solid #fff;
			border-radius: 50%;
			position: absolute;
			inset: 0;
			margin: auto;
			pointer-events: none;
		}
	}
	.sec--present__campaign-list__img-badge__head-txt {
		grid-area: 1/1/2/3;
		font-size: 13px;
	}
	.sec--present__campaign-list__img-badge__num {
		grid-area: 2/1/3/2;
		width: 32px;
	}
	.sec--present__campaign-list__img-badge__unit {
		font-size: 8px;
		writing-mode: vertical-lr;
		grid-area: 2/2/3/3;
	}
	.splide__slide {
		&:first-child {
			padding-top: 29px;
		}
		&:last-child {
			padding: 14px 8px 19px;
		}
	}
	.cta-wrapper {
		margin-bottom: 24px;
	}
	.caution-acc {
		margin-top: 24px;
	}
}
.sec--present__campaign-list__count {
	margin-top: 8px;
	position: sticky;
	top: 74px;
}
.sec--present__campaign-list__inner {
	color: var(--blue);
	background: #fff;
	padding: 32px 14px 40px;
	position: relative;
	.slider-acc {
		margin-inline: 0;
	}
	.acc__btn {
		background: var(--blue);
		color: #fff;
	}
	.acc__ico {
		background: #fff;
		&::before,&::after {
			background: var(--blue);
		}
	}
}
.sec--present__campaign-list__deco--01 {
	width: calc(57 * var(--vw-sp));
	position: absolute;
	top: calc(14 * var(--vw-sp));
	right: calc(21 * var(--vw-sp));
	animation: deco04 2s infinite;
}
.sec--present__campaign-list__deco--02 {
	width: calc(72 * var(--vw-sp));
	position: absolute;
	top: calc(-27 * var(--vw-sp));
	right: calc(15 * var(--vw-sp));
	animation: deco01 2s steps(4) infinite;
}
.sec--present__campaign-list__ttl {
	margin-bottom: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	img {
		display: inline-block;
		width: auto;
		height: 12px;
		vertical-align: -1px;
	}
	span {
		display: block;
		width: fit-content;
		background: #C35728;
		padding: 3px 5px;
		&+& {
			margin-top: 4px;
		}
	}
}
.sec--present__campaign-list__txt {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.86;
	letter-spacing: .05em;
	margin-bottom: 16px;
	span {
		color: #C35728;
		font-weight: 700;
	}
}
.sec--present__campaign-list__img-wrapper {
	margin-bottom: 24px;
}
.sec--present__campaign-list__img-note {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
	text-align: right;
}

/* ------ sec--pr ------ */
.sec--pr {
	padding-bottom: 52px;
	.period {
		margin-bottom: 20px;
	}
}
.sec--pr__deco--wrapper {
	display: block;
	width: calc(241 * var(--vw-sp));
	border-bottom: 1px solid #fff;
	margin: 0 0 32px -4vw;
	overflow: hidden;

}
.sec--pr__deco--01 {
	width: 61px;
	animation: deco07 3s linear infinite;
}
.sec--pr__ttl {
	margin-bottom: 20px;
}
.sec--pr__txt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.73;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 30px;
}
.sec--pr__list {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
	margin-bottom: 24px;
}
.sec--pr__list__items {
	background: #fff;
	padding: 14px;
	border-radius: 4px;
}
.sec--pr__list__ttl {
	background: var(--blue);
	padding: 6px 6px 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 8px;
}
.sec--pr__list__dtl div + div {
	margin-top: 19px;
}
.sec--pr__list__place {
	color: var(--blue);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 8px;
	span {
		display: block;
		margin-top: 4px;
		color: #6A6A6A;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: .05em;
		text-align: center;
	}
}
.sec--pr__note {
	background: #DADAD9;
	padding: 20px 14px;
	border-radius: 4px;
	color: var(--blue);
}
.sec--pr__note__ttl {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: .05em;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px dashed var(--blue);
	margin-bottom: 10px;
}

/* ------ sec--information ------ */
.sec--information {
	padding-block: 9px 80px;
	background: url(../img/bg_common-orange.png) repeat top left/375px;
	animation: noise 0.5s steps(10) infinite;
	overflow: hidden;
}
.sec--information__slider {
	display: flex;
	margin-bottom: 33px;
}
.sec--information__slider__items {
	flex-shrink: 0;
	width: calc(276 * var(--vw-sp));
	animation: infinity-scroll 10s linear infinite;
}
.sec--information__ttl {
	margin-bottom: 32px;
}
.sec--information__sec {
	&:first-of-type {
		padding-bottom: 24px;
		border-bottom: 1px dashed #fff;
		.sec--information__sec__ttl {
			padding: 15px 30px;
			img {
				width: 162px;
			}
		}
		.sec--information__sec__txt {
			margin-bottom: 16px;
		}
	}
	&:last-of-type {
		margin-bottom: 32px;
		padding-top: 24px;
		position: relative;
		.sec--information__sec__deco {
			width: calc(88 * var(--vw-sp));
			position: absolute;
			top: calc(21 * var(--vw-sp));
			right: calc(22 * var(--vw-sp));
			animation: deco06 2s steps(1)infinite;
		}
		.sec--information__sec__ttl {
			padding: 15px;
			img {
				width: 85px;
			}
		}
	}
}
.sec--information__sec__ttl {
	display: block;
	width: fit-content;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 16px;
}
.sec--information__sec__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: .05em;
}
.sec--information__release__items:first-child {
	padding-bottom: 24px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 24px;
}
.sec--information__release__ttl {
	width: fit-content;
	background: #fff;
	padding-inline: 4px;
	color: #B8512B;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .05em;
	margin-bottom: 6px;
	span {
		font-size: 12px;
		letter-spacing: .05em;
	}
}
.sec--information__release__date {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
	text-decoration: underline;
	margin-bottom: 16px;
}
.sec--information__release__img {
	width: 66.957%;
	margin: 0 auto 16px;
}
.sec--information__release__txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: .05em;
}
.sec--information__btn {
	display: block;
	width: 92.174%;
	margin: 0 auto 10px;
	background: var(--blue);
	border: 1px solid #fff;
	border-radius: 10vh;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
	box-shadow: 0 5px 0 #843213;
	transition: .3s;
	&::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 17px;
		translate: 0 -50%;
	}
	&::after {
		content: '';
		display: block;
		width: 6px;
		height: 9px;
		background: var(--blue);
		clip-path: polygon(0 0,100% 50%,0 100%);
		position: absolute;
		top: 50%;
		right: 23px;
		translate: 0 -50%;
	}
	&:active {
		opacity: .7;
	}
}
.sec--information__btn-note {
	font-size: 12px;
	text-align: center;
}
.to-top {
	display: block;
	width: 78px;
	height: 78px;
	position: fixed;
	bottom: 16px;
	right: 8px;
	z-index: 10;
	transition: .3s;
	&:active {
		scale: 1.1;
	}
	&::after {
		content: '';
		display: block;
		width: 16px;
		height: 10px;
		background: #C2CDC3;
		clip-path: polygon(50% 0,100% 100%,0 100%);
		position: absolute;
		inset: 0;
		margin: auto;
	}
}
.to-top__img {
	animation: to-top 10s linear infinite;
}

/* --------- footer --------- */
/* ------ info_wrap ------ */
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	z-index: 100;
	background: #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: #C35728;
		color: #FFF;
		border-color: #C35728;
		&::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;
	}

	/* ------ 汎用 ------ */
	/* --- CTA --- */
	.qr-wrapper {
		display: grid;
		max-width: 500px;
		gap: 8px;
		grid-template-columns: 1fr 104px;
		align-items: center;
		background: url(../img/bg_qr01.png) no-repeat center/cover;
		padding: 24px;
		margin: 0 auto 10px;
	}
	.qr-ttl {
		grid-area: 1/1/2/2;
		font-size: 18px;
		font-weight: 700;
	}
	.qr-ttl__small-txt {
		font-size: 18px;
		&:last-of-type {
			font-size: 20px;
		}
	}
	.qr-ttl__large-txt__img {
		width: 312px;
		margin-block: 14px 2px;
	}
	.qr-ttl__head {
		display: flex;
		gap: 4px;
		align-items: center;
		font-size: 16px;
	}
	.qr-ttl__bottom-txt {
		font-size: 22px;
		font-feature-settings: "palt";
		letter-spacing: .06em;
	}
	.qr-ttl__head__img {
		width: 72%;
	}
	.qr-txt {
		color: #fff;
		grid-area: 2/1/3/3;
		background: #fff;
		padding: 5px 8px;
		color: #C35728;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.43;
	}
	.qr-img {
		grid-area: 1/2/2/2;
	}
	/* --- acc --- */
	.acc__btn:hover {
		opacity: .7;
	}
	.slider-acc {
		max-width: 500px;
		margin: 0 auto 30px;
		.acc__btn {
			padding: 16px 12px;
			font-size: 18px;
		}
		.acc__ico {
			width: 28px;
			height: 28px;
			top: 16px;
			right: 12px;
			&::before,&::after {
				width: 12px;
			}
		}
		.acc__content__inner {
			padding-inline: 18px;
		}
		.acc_content__txt {
			font-size: 16px;
		}
		.splide__arrow {
			width: 36px;
			height: 36px;
			transition: .3s;
			cursor: pointer;
			&::before {
				width: 11px;
				height: 11px;
			}
			&:hover {
				opacity: .7;
			}
		}
		.splide__arrow--prev {
			right: calc(100% + 5px);
		}
		.splide__arrow--next {
			left: calc(100% + 5px);
		}
		.splide__slide__img {
			max-width: 321px;
			margin-inline: auto;
		}
		.splide__slide__txt {
			font-size: 15px;
			&:first-child {
				font-size: 14px;
			}
		}
		.splide__slide__btn {
			font-size: 16px;
		}
	}
	.caution-acc {
		.acc__btn {
			padding: 6px 42px 7px 15px;
			font-size: 16px;
		}
		.acc__ico {
			width: 24px;
			height: 24px;
			top: 6px;
		}
		.acc__content {
			margin-top: 20px;
		}
	}
	/* --- comingsoon,finish --- */
	.comingsoon::after {
		font-size: 18px;
		border-radius: 0;
	}
	.finish::after {
		white-space: pre;
		content: "終了\Aしました";
	}

	/* --------- content-outer --------- */
	.content-outer {
		display: grid;
		grid-template-columns: calc(calc(100% - 580px) / 2) 580px calc(calc(100% - 580px) / 2);
		position: relative;
		&::before {
			content: '';
			display: block;
			width: 100%;
			height: 100vh;
			background: url(../img/bg_common01_pc.jpg) no-repeat center/cover;
			position: fixed;
			top: 0;
			left: 0;
			z-index: -1;
		}
	}
	/* ------ logo-area ------ */
	.logo-area {
		position: sticky;
		top: 0;
		height: 100vh;
		display: grid;
		align-items: center;
		order: 1;
	}
	.logo-area__img {
		width: 36.111%;
		margin-inline: auto;
	}
	/* ------ toc-area ------ */
	.toc-area{
		position: sticky;
		top: 0;
		height: 100vh;
		padding-top: 176px;
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 77.7778%;
		margin-inline: auto;
		order: 3;
	}
	.toc-area__list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.toc-area__items {
		width: 100%;
	}
	.toc-area__btn {
		display: block;
		transition: .3s;
	}
	.toc-area__btn:hover {
		opacity: .7;
	}

	/* --------- content --------- */
	.content {
		order: 2;
	}
	/* ------ mv ------ */
	.mv {
		padding-bottom: 60px;
	}
	.mv__ttl {
		width: 210px;
		margin-bottom: 24px;
	}
	.mv__img {
		margin-bottom: 24px;
	}
	.period {
		font-size: 32px;
		padding-block: 14px;
	}
	.period__day {
		font-size: 22px;
		padding-inline: 14px;
	}

	/* ------ toc ------ */
	.toc.sp{
		display: none;
	}

	/* ------ sec--talk ------ */
	.sec--talk {
		padding-bottom: 42px;
		.period {
			margin-bottom: 24px;
		}
		.sec--talk__splide .splide__slide {
			&:nth-child(2) {
				padding-top: 15px;
			}
			&:nth-child(3) {
				padding-top: 39px;
			}
			&:nth-child(4) {
				padding-top: 26px;
				.splide__slide__txt {
					font-size: 15px;
				}
			}
		}
		.caution-acc {
			margin-top: 24px;
		}
	}
	.sec--talk__deco--01 {
		width: 90px;
		top: -30px;
		left: 60px;
	}
	.sec--talk__ttl {
		max-width: 460px;
		margin: 0 auto 24px;
	}
	.sec--talk__txt {
		margin: 0 auto 24px;
		font-size: 18px;
	}
	.sec--talk__deco--02 {
		width: 68px;
		bottom: -50px;
		right: -55px;
	}
	.sec--talk__list {
		padding: 13px 15px;
		margin: 0 16px 32px;
	}
	.sec--talk__list__items {
		grid-template-columns: 96px 1fr;
		gap: 8px;
		padding-block: 8px;
		&:first-child {
			padding-top: 0;
			&::before {
				top: 7px;
				left: 6px;
			}
			&::after {
				top: 7px;
				right: 6px;
			}
		}
		&:last-child {
			&::before {
				bottom: 6px;
				left: 6px;
			}
			&::after {
				bottom: 6px;
				right: 6px;
			}
		}
	}
	.sec--talk__list__item__count {
		font-size: 20px;
		padding: 9px 18px;
	}
	.sec--talk__list__item__period {
		font-size: 22px;
	}
	.sec--talk__list__item__period__day {
		font-size: 18px;
	}
	.cta-note {
		margin: 0 calc(calc(100% - 500px) / 2) 24px;
		font-size: 10px;
	}

	/* ------ sec--present ------ */
	.sec--present {
		.period {
			margin-bottom: 24px;
		}
	}
	.sec--present__deco--01 {
		width: 104px;
		top: -48px;
		left: 28px;
	}
	.sec--present__ttl {
		max-width: 460px;
		margin: 0 auto 24px;
	}
	.sec--present__txt {
		font-size: 18px;
	}
	.sec--present__list__ttl {
		font-size: 18px;
	}
	.sec--present__list__txt__item {
		font-size: 18px;
	}
	.sec--present__campaign-list__items {
		.qr-wrapper {
			padding: 16px 12px;
			color: #fff;
		}
	}
	.sec--present__campaign-list__items:first-child {
		grid-template-columns: 85% 1fr;
		.sec--present__campaign-list__count {
			width: 17px;
			margin-left: 19px;
		}
	}
	.sec--present__campaign-list__items:last-child {
		grid-template-columns: 1fr 85%;
		.sec--present__campaign-list__count {
			width: 17px;
			margin-inline: auto 19px;
		}
		.sec--present__campaign-list__img-badge {
			width: 72px;
			height: 72px;
			top: -20px;
			right: -20px;
			gap: 0;
		}
		.sec--present__campaign-list__img-badge__head-txt {
			font-size: 16px;
		}
		.sec--present__campaign-list__img-badge__num {
			width: 36px;
		}
		.sec--present__campaign-list__img-badge__unit {
			font-size: 11px;
			height: max-content;
		}
		.cta-wrapper {
			margin-bottom: 24px;
		}
		.caution-acc {
			margin-top: 24px;
		}
	}
	.sec--present__campaign-list__count {
		top: 98px;
	}
	.sec--present__campaign-list__inner {
		color: var(--blue);
		background: #fff;
	}
	.sec--present__campaign-list__deco--01 {
		width: 68px;
		top: 26px;
		right: 24px;
	}
	.sec--present__campaign-list__deco--02 {
        width: 88px;
        top: -27px;
        right: 15px;
	}
	.sec--present__campaign-list__ttl {
		font-size: 20px;
		margin-bottom: 20px;
		img {
			height: 16px;
			vertical-align: -1px;
		}
	}
	.sec--present__campaign-list__txt {
		font-size: 16px;
		font-weight: 600;
	}

	/* ------ sec--pr ------ */
	.sec--pr {
		.period {
			margin-bottom: 24px;
		}
	}
	.sec--pr__deco--wrapper {
		width: 380px;
		margin: 0 0 32px -24px;
	}
	.sec--pr__deco--01 {
		width: 80px;
		animation: deco07 5s linear infinite;
	}
	.sec--pr__ttl {
		max-width: 460px;
		margin: 0 auto 24px;
	}
	.sec--pr__txt {
		font-size: 18px;
	}
	.sec--pr__list {
		gap: 24px;
	}
	.sec--pr__list__items {
		padding: 24px;
	}
	.sec--pr__list__ttl {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.sec--pr__list__place {
		font-size: 18px;
		span {
			font-size: 16px;
		}
	}
	.sec--pr__note {
		padding: 20px 24px;
	}
	.sec--pr__note__ttl {
		font-size: 18px;
	}

	/* ------ sec--information ------ */
	.sec--information__slider__items {
		width: 426px;
	}
	.sec--information__ttl {
		max-width: 460px;
		margin: 0 auto 32px;
	}
	.sec--information__sec {
		&:first-of-type {
			padding-bottom: 24px;
			border-bottom: 1px dashed #fff;
			.sec--information__sec__ttl {
				padding: 15px 30px;
				img {
					width: 200px;
				}
			}
			.sec--information__sec__txt {
				margin-bottom: 24px;
			}
		}
		&:last-of-type {
			.sec--information__sec__deco {
				width: 100px;
				top: 21px;
				right: 22px;
			}
			.sec--information__sec__ttl {
				padding: 15px;
				img {
					width: 120px;
				}
			}
		}
	}
	.sec--information__sec__txt {
		font-size: 16px;
	}
	.sec--information__release__ttl {
		font-size: 24px;
		span {
			font-size: 16px;
		}
	}
	.sec--information__release__date {
		font-size: 17px;
	}
	.sec--information__release__img {
		width: 66.957%;
		margin: 0 auto 16px;
	}
	.sec--information__release__txt {
		font-size: 16px;
	}
	.sec--information__btn {
		max-width: 320px;
		&:hover {
			opacity: .7;
		}
	}
	.to-top {
		width: 120px;
		height: 120px;
		position: fixed;
		bottom: 28px;
		right: 32px;
		&:hover {
			scale: 1.1;
		}
	}

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

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