@charset "utf-8";
/*----------------------------
	modules
-----------------------------*/
div#block_of_leftmenu_top { display : none; }
:root {
	--color-skyblue: #71E3FF;
	--color-pink: #FFA8BE;
	--color-orange: #FCC2BA;
	--color-lemon: #F5FFB2;
	--color-black: #444;
	--color-blue: #359CDB;
	--color-pink2: #FF61C1;
	--color-azuki: #D23371;
	--color-purple: #8D53C2;
	--sub-green-color: #B2E4DB;
}
.sp,
.sp-inblock {
	display: none;
}
.block { display: block; }
.inblock { display: inline-block; }
.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; }
.pst--rel { position: relative; }
.pst--abs { position: absolute; }
.pst--fix { position: fixed; }
.align--c { text-align: center; }

.font-Lato {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.inner {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
main {
	overflow: hidden;
}
main a:hover {
	text-decoration: none;
}
.stroke {
	--stroke-color: #00ABD0;

	color: #fff;
	filter: drop-shadow(2px 2px 0 var(--stroke-color));
	-webkit-text-stroke: 3px var(--stroke-color);
	paint-order: stroke;
}
/*----------------------------
	keyvisual
-----------------------------*/
.kv {
	position: relative;
	background: var(--color-skyblue);
	aspect-ratio: 1800/ 600;
	width: 100%;
}
.kv__img__wrap {
	width: 59.27777777777778%;
	position: relative;
	margin: auto;
}
.kv__img img {
	width: 100%;
}
.kv__title {
	width: 79.19400187441425%;
	max-width: max-content;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -12%;
	margin: auto;
}
.slider {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.slider__item {
	position: absolute;
	width: calc((100% - 59.27777777777778%)/2);
	aspect-ratio: 366/300;
}
.slider__item--lt {
	top: 0;
	left: 0;
}
.slider__item--lb {
	bottom: 0;
	left: 0;
}
.slider__item--rt {
	top: 0;
	right: 0;
}
.slider__item--rb {
	bottom: 0;
	right: 0;
}
.slider__item img {
	width: 100%;
}
.slider__img {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .6s ease;
}
.slider__img.is--active {
	opacity: 1;
}
.slider {
	height: 100%;
}
/*----------------------------
	sec--index
-----------------------------*/
.sec--index {
	padding-top: 9rem;
	background: var(--color-skyblue);
}
.bg--wave {
	position: relative;
	z-index: 1;
}
.bg--wave::after {
	content: "";
	width: 100%;
	height: 32.8125rem;
	background: url(/contents/event/a1030909/img/bg_wave_pc.png) center / auto repeat-x,linear-gradient(180deg, transparent, var(--color-skyblue) 30%, var(--color-pink) 60%, transparent);
	position: absolute;
	left: 0;
	bottom: -16.375rem;
	z-index: -1;
}
.sec--index .inner {
	position: relative;
}
.sec--index .sec__text {
	text-align: center;
	font-size: 2.25rem;
	line-height: 1.666666666666667;
	margin-bottom: 3.25rem;
	letter-spacing: .05em;
}
.sec--index .sec__text span {
	font-size: 1.875rem;
}
.sec--index .pst--rel {
	padding-bottom: 4.375rem;
}
.list--index {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-left: 3.3125rem;
}
.list--index__item:nth-child(2n) {
	margin-top: 1.5625rem;
}
.link--index {
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.25;
	border-radius: 50%;
	background: #fff;
	border: 10px solid #AEEFFF;
	color: var(--color-blue);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	width: 11.875rem;
	height: 100%;
	position: relative;
}
.link--index::after {
	content: "";
	width: 11.4375rem;
	height: 11.4375rem;
	border: 3px solid #00b5e2;
	border-radius: 50%;
	position: absolute;
}
.link--index .triangle {
	position: relative;
}
.link--index .triangle::before {
	content: "";
	width: 1rem;
	height: .875rem;
	background: var(--color-blue);
	clip-path: polygon(0 0,100% 0,50% 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.875rem;
	margin: auto;
}
.link--index:hover {
	text-decoration: none;
}
.parts {
	position: absolute;
}
.parts--1 {
	top: -11.5rem;
	left: -10.6875rem;
}
.parts--2 {
	top: 1.125rem;
	right: -7.875rem;
}
.parts--3 {
	bottom: 0;
	right: 1.3125rem;
}
/*----------------------------
	sec--creator
-----------------------------*/
.bg--gradation {
	background: linear-gradient(180deg, var(--color-pink) 29.81%, var(--color-orange) 59.62%, var(--color-lemon) 100%);
	overflow: hidden;
}
.sec--creator {
	position: relative;
	z-index: 2;
}
.list--creator {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1193px;
	margin: auto;
	letter-spacing: .05em;
}
.list--creator__item {
	width: 16.375rem;
	border-radius: .625rem;
	overflow: hidden;
}
.list--creator__item.blue {
	border: 2px solid #0B5D90;
	box-shadow: 4px 3px 0 #0B5D90;
}
.list--creator__item.pink {
	border: 2px solid #C6318B;
	box-shadow: 4px 3px 0 #C6318B;
}
.list--creator__item.red {
	border: 2px solid #7C0031;
	box-shadow: 4px 3px 0 #7C0031;
}
.list--creator__item.purple {
	border: 2px solid #522180;
	box-shadow: 4px 3px 0 #522180;
}
.creator__role {
	font-size: 1.25rem;
	line-height: 1.25;
	color: #fff;
	text-align: center;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blue .creator__role {
	background: #66C4FF;
	border-bottom: 2px solid #0B5D90;
}
.pink .creator__role {
	background: #FF97D6;
	font-size: 1rem;
	border-bottom: 2px solid #C6318B;
}
.red .creator__role {
	background: #FF8EBA;
	border-bottom: 2px solid #7C0031;
}
.purple .creator__role {
	background: #C587FF;
	border-bottom: 2px solid #522180;
}
.creator__name {
	font-size: 1.625rem;
	color: #fff;
	height: 4.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blue .creator__name {
	background: var(--color-blue);
	border-bottom: 2px solid #0B5D90;
}
.pink .creator__name {
	background: var(--color-pink2);
	border-bottom: 2px solid #C6318B;
}
.red .creator__name {
	background: var(--color-azuki);
	border-bottom: 2px solid #7C0031;
}
.purple .creator__name {
	background: var(--color-purple);
	border-bottom: 2px solid #522180;
}
.creator__text {
	font-family: "Noto Sans JP", sans-serif;
	padding: .875rem .8125rem 1.5625rem;
	background: #fff;
	color: var(--color-black);
	font-size: .75rem;
	line-height: 1.5;
}
.creator__text .img {
	margin-bottom: .875rem;
	border-radius: 1.25rem;
}
.creator__text .text {
	margin-bottom: 1.25rem;
}
.creator__text .text p + p {
	margin-top: 1.125rem;
}
.list--sns {
	display: flex;
	flex-direction: column;
	gap: .625rem;
}
.list--sns .link {
	color: var(--color-black);
	font-family: inherit;
}
.icon--X,
.icon--Youtube {
	display: flex;
	align-items: center;
	gap: .75rem;
}
.icon--X::before,
.icon--Youtube::before {
	content: "";
	width: 1.875rem;
	height: 1.875rem;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.icon--X::before {
	background-image: url(/contents/event/a1030909/img/icon_X.svg);
}
.icon--Youtube::before {
	background-image: url(/contents/event/a1030909/img/icon_Youtube.svg);
}
/*----------------------------
	sec--movie
-----------------------------*/
.sec--movie {
	padding-bottom: 4.1875rem;
	max-width: 98.9375rem;
	width: 100%;
	position: relative;
}
.sec__img {
	height: 29.25rem;
	position: relative;
	z-index: 1;
}
.sec__img::before {
	content: "";
	width: 98.9375rem;
	height: 33.3125rem;
	background: url(/contents/event/a1030909/img/bg_heart_pc.png) center / 100% no-repeat;
	position: absolute;
	top: -4.75rem;
	right: -1%;
	margin: auto;
	z-index: -1;
}
.parts--4 {
	top: -3.125rem;
	right: 19.9%;
	animation: floating 5s ease-in-out infinite;
	z-index: -1;
}
.parts--5 {
	top: 3.0625rem;
	right: 14.4%;
	animation: floating2 4s ease-in-out infinite;
}
@keyframes floating {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(-2deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes floating2 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(1deg);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.sec--movie .sec__title {
	--stroke-color: #FF8450;

	font-size: 2.5rem;
	line-height: 1.2;
	filter: drop-shadow(0 4px 0 var(--stroke-color));
	position: absolute;
	max-width: 1062px;
	top: 7.3125rem;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-7deg);
}
.sec--movie .sec__title::after {
	content: "";
	width: 4.6875rem;
	height: auto;
	aspect-ratio: 75/157;
	background: url(/contents/event/a1030909/img/icon_arrow.svg);
	position: absolute;
	left: 5.1875rem;
	top: 7.8125rem;
	transform: rotate(7deg);
}
.modal__thumb {
	margin: auto;
	display: block;
	max-width: 1207px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.modal__content {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0,.8);
	z-index: 1000;
}
.modal__close {
	width: 3.125rem;
	height: 3.125rem;
	background: transparent;
	position: relative;
	display: block;
	margin-left: auto;
	padding: 0;
	border: none;
	cursor: pointer;
}
.modal__close:before,
.modal__close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff100;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.modal__close:before {
	transform: rotate(45deg);
}
.modal__close:after {
	transform: rotate(-45deg);
}
.modal__inner {
	max-width: 1200px;
	margin: auto;
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal__movie {
	aspect-ratio: 1200/680;
	width: 100%;
}
.modal__movie iframe {
	width: 100%;
	height: 100%;
}
.copyright {
	text-align: right;
	font-size: .875rem;
	letter-spacing: .05em;
	line-height: 1.285714285714286;
	font-weight: 500;
	margin: .875rem auto 0;
	color: #FF8450;
	max-width: 1207px;
}
/*----------------------------
	sec--interview
-----------------------------*/
.sec--interview {
	background: linear-gradient(180deg, #FFA8BE 10.1%, #F5FFB2 50%);
	padding-top: 7.75rem;
	padding-bottom: 8.125rem;
	letter-spacing: .05em;
	position: relative;
	z-index: 1;
}
.sec--interview::after {
	content: "";
	width: 100%;
	height: 32.8125rem;
	background: url(/contents/event/a1030909/img/bg_wave02_pc.png) center / auto repeat-x,linear-gradient(180deg, #F5FCB2, #F5FFB2 30%, #A5EAED 60%);
	position: absolute;
	left: 0;
	bottom: -9.375rem;
	z-index: -1;
}
.sec--interview .pst--rel {
	z-index: 1;
	max-width: 1148px;
	margin: auto;
}
.sec--interview .sec__title {
	--stroke-color: #8144A3;

	font-size: 3.125rem;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.8125rem;
}
.sec--interview .sec__title small {
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1;
	margin-top: .25rem;
	display: block;
}
.sec--interview .sec__title small.sp {
	display: none;
}
.sec--interview .sec__text {
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-bottom: 2.375rem;
}
.parts--6 {
	z-index: -1;
	right: 0;
	top: -10.125rem;
	left: -11.1%;
}
.contents {
	position: relative;
	z-index: 1;
}
.contents + .contents {
	margin-top: 3.5rem;
}
.contents__title {
	--stroke-color: #C96BFF;

	font-size: 1.875rem;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.125rem;
}
.contents__title .ml--1 {
	margin-left: 1em;
}
.accordion + .accordion {
	margin-top: 1.75rem;
}
.accordion__title {
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	border: 3px solid #F284C7;
	background: repeating-linear-gradient(-45deg,#F7A3D6 0,#F7A3D6 3px,#FF97D6 3px, #FF97D6 10px);
	height: 4.5rem;
	border-radius: 4.375rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.accordion__title::before {
	content: "Q";
	font-size: 1.875rem;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #DC70B2;
	background: #fff;
	border-radius: 3.125rem;
	width: 3.75rem;
	height: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: .6875rem;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-bottom: .125rem;
}
.accordion__title::after {
	content: "";
	width: 1.4375rem;
	height: 1.25rem;
	background: #fff;
	clip-path: polygon(0 0,100% 0, 50% 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.3125rem;
	margin: auto;
	transition: .2s;
}
.accordion[open] .accordion__title::after {
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.accordion__content {
	color: var(--color-black);
	border: 3px solid #F284C7;
	background: #fff;
	border-radius: 2.1875rem;
	padding: 2rem 3rem 2rem 2.8125rem;
	margin-top: -3px;
	font-size: 1.125rem;
	letter-spacing: .05em;
	display: flow-root;
}
.accordion__content p {
	font-weight: 500;
}
.accordion__content .name + p {
	margin-top: .375rem;
}
.accordion__content p + p {
	margin-top: 1.125rem;
}
.float--l {
	float: left;
	margin: 0 3.6875rem .875rem 1.125rem;
}
.float--r {
	float: right;
	margin-left: 3.1875rem;
}
.accordion .name {
	font-weight: 900;
	width: 100%;
}
.name.blue {
	color: var(--color-blue);
}
.name.pink {
	color: var(--color-pink2);
}
.name.azuki {
	color: var(--color-azuki);
}
.name.purple {
	color: var(--color-purple);
}
/*----------------------------
	sec--bonus
-----------------------------*/
.sec--bonus {
	background: #A5EAED;
	padding-bottom: 6.25rem;
}
.sec--bonus .inner {
	position: relative;
	z-index: 1;
}
.sec--bonus .sec__title {
	text-align: center;
	font-size: 3.125rem;
	letter-spacing: .05em;
	margin-top: 0;
	margin-bottom: 2.25rem;
	position: relative;
}
.sec--bonus .sec__title .stroke {
	--stroke-color:#129CDC;
}
.sec--bonus .sec__title::before {
	content: "";
	width: 33.625rem;
	height: 10.5rem;
	background: url(/contents/event/a1030909/img/bg_star.png) center / 100% no-repeat;
	position: absolute;
	top: -5.0625rem;
	left: .625rem;
	right: 0;
	margin: auto;
	filter: none;
}
.sec--bonus .sec__text {
	--stroke-color:#129CDC;
	text-align: center;
	font-size: 2.25rem;
	letter-spacing: .05em;
	line-height: 1.666666666666667;
	margin-bottom: 1.5rem;
}
.sec--bonus .sec__text span {
	font-size: 1.875rem;
	letter-spacing: .05em;
}
.sec--bonus .period {
	color: #00009C;
	text-align: center;
	margin-bottom: 2.375rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.list--bonus {
	padding: 4rem 3.6875rem;
	background: #fff;
	border: solid 2px #129CDC;
	border-radius: 1.25rem;
	display: flex;
	gap: 4.125rem;
	justify-content: center;
	box-shadow: 3px 3px 0 #129CDC;
}
.list--bonus__item {
	display: flex;
	flex-direction: column;
}
.list--bonus__item img {
	margin: auto;
}
.list--bonus .title {
	font-size: 1.5rem;
	letter-spacing: .05em;
	color: #fff;
	background: #129CDC;
	border-radius: .625rem;
	padding: .5rem 2.1875rem;
	border-radius: .625rem;
	margin: 3rem auto 0;
	max-width: max-content;
	text-align: center;
}
.list--bonus .title .small {
	font-size: 1.12rem;
	letter-spacing: .05em;
}
.list--bonus .title span {
	letter-spacing: -.25em;
}
/*----------------------------
	商品タイトル
-----------------------------*/
.accessory__header {
	background: linear-gradient(90deg, #FFE176 0%, #FEC188 100%);
	margin-bottom: 5.125rem;
}
.accessory__header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.5rem 2.75rem;
}
.accessory__title {
	--stroke-color: #F5810C;
	margin: 0;
	font-size: 1.875rem;
	letter-spacing: .05em;
}
/*----------------------------
	黒背景商品部分
-----------------------------*/
._fc_sub-green-color {
    color: var(--sub-green-color);
}
/*----------------------------
	media query
-----------------------------*/
@media screen and (min-width: 700px){
	.accordion__content p + img {
		margin-top: 1.5rem;
	}
	.accordion__content--1 img + p {
		margin-top: 1.875rem;
	}
	/*----------------------------
		黒背景商品部分
	-----------------------------*/
	.section_daiv ._daivnotokucho {
        border-right: 1px solid var(--sub-green-color);
        border-left: 1px solid var(--sub-green-color);
    }
	.section_daiv ._daivnotokucho > div:first-child {
        border-right: 1px solid var(--sub-green-color);
    }
	.section_daiv ._daivnotokucho img {
        max-height: 220px;
    }
}
@media screen and (max-width: 699px){
	/*----------------------------
		modules
	-----------------------------*/
	.pc { display: none; }
	.sp { display: block; }
	.sp-inblock { display: inline-block; }
	.inner { width: 100%; }
	.stroke {
		filter: drop-shadow(1px 1px 0 var(--stroke-color));
		-webkit-text-stroke: 2px var(--stroke-color);
	}

	/*----------------------------
		keyvisual
	-----------------------------*/
	.kv {
		aspect-ratio: 804/480;
	}
	.kv__img__wrap {
		width: 100%;
	}
	.kv__img {
		width: 50%;
	}
	.kv__title {
		width: 95%;
		z-index: 2;
		bottom: -5.5%;
	}
	.slider {
		position: relative;
	}
	.slider__item {
		width: 50%;
		display: flex;
		aspect-ratio: 402/240;
	}
	/*----------------------------
		sec--index
	-----------------------------*/
	.sec--index {
		padding-top: 9.6875rem;
	}
	.bg--wave::after {
		height: 17rem;
		background-size: auto 100%;
		bottom: -7.125rem;
	}
	.sec--index .inner {
		padding-left: 7.21393034825871%;
		padding-right: 7.21393034825871%;
	}
	.sec--index .sec__text {
		text-align: left;
		font-size: .9375rem;
		line-height: 1.466666666666667;
		margin-bottom: 1.4375rem;
	}
	.sec--index .sec__text span {
		font-size: .9375rem;
	}
	.sec--index .pst--rel {
		padding-bottom: 1.75rem;
	}
	.list--index {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		gap: .6875rem;
		flex-direction: column;
	}
	.list--index__item {
		width: 100%;
	}
	.list--index__item:nth-child(2n) {
		margin-top: 0;
	}
	.link--index {
		font-size: 1.125rem;
		aspect-ratio: auto;
		width: 100%;
		border-radius: 3.125rem;
		border-width: 6px;
		padding: .6875rem .625rem .625rem;
	}
	.link--index::after {
		width: calc(100% + 8px);
		height: calc(100% + 8px);
		border-radius: 3.125rem;
		border-width: 2px;
	}
	.link--index .triangle {
		width: 100%;
	}
	.link--index .triangle::before {
		width: .6875rem;
		height: .625rem;
		left: auto;
		right: 1.0625rem;
		top: 0;
		bottom: 0;
	}
	.parts--1 {
		width: 10.4375rem;
		top: -11.5625rem;
		left: 0;
		z-index: -1;
	}
	.parts--2 {
		width: 6.625rem;
		right: 0;
		top: 2.5rem;
		z-index: -1;
	}
	.parts--3 {
		width: 13.5rem;
		right: -1.625rem;
		top: -19.125rem;
		z-index: -1;
	}
	/*----------------------------
		sec--creator
	-----------------------------*/
	.list--creator {
		flex-direction: column;
		align-items: center;
		gap: 1.3125rem;
		width: 85.82089552238806%;
	}
	.list--creator__item {
		width: 100%;
	}
	.creator__role {
		font-size: .875rem;
		height: 2.625rem;
	}
	.pink .creator__role {
		font-size: .875rem;
		height: 3.75rem;
	}
	.creator__name {
		font-size: 1.25rem;
		height: 2.9375rem;
	}
	.creator__text {
		padding: 1rem 1rem .875rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: .875rem;
	}
	.creator__text .img {
		margin-bottom: .8125rem;
		border-radius: .625rem;
		width: 51.77993527508091%;
	}
	.creator__text .text {
		margin-bottom: 0;
		order: 3;
		line-height: 1.428571428571429;
	}
	.creator__text .text p + p {
		margin-top: 1.25rem;
	}
	.list--sns {
		flex-direction: row;
		justify-content: center;
		gap: .3125rem .875rem;
		order: 2;
		margin-bottom: .8125rem;
		flex-wrap: wrap;
	}
	.icon--X,
	.icon--Youtube {
		gap: .375rem;
	}
	.icon--X::before,
	.icon--Youtube::before {
		width: 1.5rem;
	}
	/*----------------------------
		sec--movie
	-----------------------------*/
	.sec--movie.inner {
		padding: 0 0 2.25rem;
	}
	.sec__img {
		height: 26.75rem;
	}
	.sec__img::before {
		width: 100%;
		height: auto;
		aspect-ratio: 804/735;
		background-image: url(/contents/event/a1030909/img/bg_heart_sp.png);
		top: 0;
	}
	.sec--movie .sec__title {
		position: relative;
		transform: rotate(0);
		font-size: 1.5rem;
		line-height: 1.25;
		text-align: center;
		top: 21.5625rem;
		max-width: max-content;
		filter: drop-shadow(0 2px 0 var(--stroke-color));
	}
	.sec--movie .sec__title::after {
		width: 1.8125rem;
		aspect-ratio: 29/50;
		transform: rotate(0);
		background: url(/contents/event/a1030909/img/icon_arrow_sp.svg) center / 100% no-repeat;
		left: -2.6875rem;
		top: 1.375rem;
	}
	.parts--4 {
		top: 2.875rem;
		left: 0;
	}
	@keyframes floating {
		0% {
			transform: scale(1.03) translateY(0) rotate(0);
		}
		50% {
			transform: scale(1.03) translateY(-20px) rotate(-2deg);
		}
		100% {
			transform: scale(1.03) translateY(0) rotate(0);
		}
	}
	.parts--5 {
		top: 7rem;
		right: 4.5%;
		width: 47.01492537313433%;
	}
	.modal__thumb {
		position: relative;
		z-index: 1;
	}
	.modal__thumb,
	.copyright {
		width: 86.81592039800995%;
	}
	.copyright {
		font-size: .75rem;
		text-align: center;
	}
	/*----------------------------
		sec--interview
	-----------------------------*/
	.sec--interview {
		padding-top: 2.25rem;
		padding-bottom: 3.75rem;
	}
	.sec--interview::after {
		height: 17rem;
		background-size: auto 100%;
		bottom: -4.5rem;
	}
	.sec--interview .inner {
		padding: 0;
	}
	.sec--interview .sec__title {
		font-size: 1.75rem;
		line-height: 1.071428571428571;
	}
	.sec--interview .sec__title small {
		font-size: .875rem;
		line-height: 1.428571428571429;
		margin-top: 0;
	}
	.sec--interview .sec__title small.sp {
		display: block;
	}
	.sec--interview .sec__title small.pc {
		display: none;
	}
	.sec--interview .sec__text {
		font-size: .875rem;
		margin-bottom: 2.0625rem;
	}
	.parts--6 {
		width: 100%;
		left: 0;
		top: -6.3125rem;
	}
	.parts--6 img {
		width: 100%;
	}
	.contents {
		width: 86.06965174129353%;
		margin-left: auto;
		margin-right: auto;
	}
	.contents + .contents {
		margin-top: 2.625rem;
	}
	.contents__title {
		font-size: 1.25rem;
		line-height: 1.2;
	}
	.contents__title .ml--1 {
		margin-left: 0;
	}
	.accordion + .accordion {
		margin-top: 1.375rem;
	}
	.accordion__title {
		font-size: 1.125rem;
		line-height: 1.333333333333333;
		border-radius: 1.25rem;
		height: auto;
		padding: .5625rem 2.1875rem .5625rem 2.75rem;
		text-align: left;
	}
	.accordion__title::before {
		width: 1.875rem;
		height: 1.875rem;
		border-radius: 50%;
		font-size: 1.25rem;
		left: .375rem;
		top: .375rem;
		bottom: auto;
	}
	.accordion__title::after {
		width: .75rem;
		height: .625rem;
		right: .8125rem;
	}
	.accordion__content {
		border-radius: 1.25rem;
		padding: 1.4375rem;
		font-size: .875rem;
		line-height: 1.428571428571429;
	}
	.accordion__content--1 {
		display: flex;
		flex-direction: column;
	}
	.accordion__content--1 img {
		order: 1;
	}
	.accordion__content--1 p {
		order: 2;
	}
	.accordion__content .float--l,
	.accordion__content .float--r {
		margin: 0 auto 1.1875rem;
		width: 100%;
		float: none;
	}
	.accordion__content p + p {
		margin-top: 1.25rem;
	}
	/*----------------------------
		sec--bonus
	-----------------------------*/
	.sec--bonus {
		padding-bottom: 3.625rem;
	}
	.sec--bonus .inner {
		padding: 0;
		
	}
	.sec--bonus .sec__title {
		font-size: 1.75rem;
		margin-bottom: 1.375rem;
	}
	.sec--bonus .sec__title::before {
		width: 17.5rem;
		height: 5.4375rem;
		background-image: url(/contents/event/a1030909/img/bg_star_sp.png);
		top: -2.4375rem;
	}
	.sec--bonus .sec__text {
		line-height: 1.65;
		margin-bottom: 1rem;
	}
	.sec--bonus .sec__text,
	.sec--bonus .sec__text span {
		font-size: 1.25rem;
	}
	.sec--bonus .period {
		font-size: .9375rem;
		margin-bottom: 1.875rem;
	}
	.list--bonus {
		flex-direction: column;
		align-items: center;
		padding: 1.4375rem 1.4375rem 1.9375rem;
		width: 86.81592039800995%;
		gap: 2.5rem;
		margin: auto;
	}
	.list--bonus__item {
		width: 100%;
	}
	.list--bonus__item:nth-child(1) img {
		width: 26.19047619047619%;
	}
	.list--bonus__item:nth-child(2) img {
		width: 100%;
	}
	.list--bonus__item:nth-child(3) img {
		width: 66.3265306122449%;
	}
	.list--bonus .title {
		padding: .375rem 1.25rem;
		margin-top: 1.5rem;
		font-size: 1.125rem;
		border-radius: .5rem;
	}
	.list--bonus .title .small {
		font-size: .875rem;
	}
	/*----------------------------
		商品タイトル
	-----------------------------*/
	.accessory__header .inner {
		padding: 1.125rem 1.8125rem;
		gap: 1.375rem;
	}
	.accessory__title {
		font-size:.875rem;
	}
	.accessory__header .inner img {
		width: 3.5rem;
	}
	/*----------------------------
		黒背景商品部分
	-----------------------------*/
	.section_daiv h2 {
		padding: 0 .625rem;
	}
	.row ._block_12_sp,
	._row ._gap_pc > ._block_12_sp {
		width: calc((100% / 12) * 12);
	}
	._daivnotokucho > div {
        border-top: 1px solid var(--sub-green-color);
    }
}
@media screen and (min-width: 700px), print {
	.block-event-page--accessory { display: block; width: 100%; }
	.block-event-page--accessory-item { margin: 0; }
	.block-event-page--accessory .block-top-event--goods { width: 1200px; margin: 0 auto ; }
}
@media only screen and (max-width: 699px) {
	.block-event-page--accessory { padding: 0; }
	.block-event-page--accessory .block-top-event--goods { margin: 0 auto ; padding: 12px; }
}