@charset "utf-8";
/*---------- anniversary ----------*/
.anniversary__title img {
	display: block;
	width: 100%;
}
.sections--anniversary {
	background-color: #9DDDEE;
}
.anniversary {
	--top-space: 9.5rem;
	--bottom-space: 13.5rem;
	padding-top: var(--top-space);
}
.anniversary::before {
	background-color: #fff;
	content: "";
	display: block;
	height: calc(100% - var(--top-space));
	position: absolute;
	right: 0;
	top: var(--top-space);
	width: 50%;
	z-index: 2;
}
.anniversary:nth-child(2n of .anniversary)::before {
	left: 0;
	right: auto;
}
.anniversary__lead {
	background-color: #F5F6C1;
	padding: 1.25rem 0;
}
.anniversary__lead::before,
.anniversary__lead::after {
	border-top: 3px dotted #fff;
	content: "";
	display: block;
}
.anniversary__buttonWrapper {
	padding-block: 5.5rem 4.6rem;
}
.contents--anniversary {
	background-color: #fff;
	border-radius: 7.5rem 0 0 7.5rem;
	padding: 5rem 2.5rem;
}
.anniversary:nth-child(2n of .anniversary) .contents--anniversary {
	border-radius: 0 7.5rem 7.5rem 0;
}
.anniversary__headingLv2 {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
	text-align: center;
}
.anniversary p + p {
	margin-top: 2em;
}
.anniversary__text--center {
	text-align: center;
}
.anniversary__text--centerPc {
	text-align: center;
}
.anniversary__box {
	font-size: 1.25rem;
	padding: 2.25rem 1rem;
	text-align: center;
}
.anniversary__boxText {
	margin-bottom: 2.25rem;
}
.button--anniversary {
	align-items: center;
	background: #dc6a7b;
	border-radius: .375rem;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block grid;
	font-size: 1rem;
	gap: .5rem;
	grid-template-columns: 1fr auto 1fr;
	inline-size: fit-content;
	margin-inline: auto;
	padding: .75rem 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.button--anniversary::before {
	content: "";
}
.button--anniversary::after {
	background: url(/src/img/com/icon__button2.svg)  left top no-repeat;
	background-size: 1rem 1rem;
	content: "";
	display: block;
	height: 1rem;
	right: 1rem;
	transform: rotate(90deg);
	width: 1rem;
}
.button--anniversary--up::after {
	transform: rotate(-90deg);
}
.anniversary__author {
	align-items: center;
	display: grid;
	font-size: .875rem;
	gap: .8rem;
	grid-auto-flow: column;
	justify-content: center;
	margin-top: 4.75rem;
}
.anniversary__authorImg {
	border-radius: 100%;
	overflow: hidden;
}
/*---------- cinnamoroll ----------*/
.anniversary__cinnamoroll {
	display: block;
	left: 50%;
	position: absolute;
	top: var(--top-space);
	transform: translate(-50%, -87%);
	z-index: 2;
}
/*---------- animation ----------*/
.slideTop {
	animation: slide-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-top {
	0% {
		transform: translate(-50%, 0);
		z-index: 2;
	}
	99.9% {
		z-index: 2;
	}
	100% {
		transform: translate(-50%, -87%);
		z-index: 3;
	}
}
/*---------- campaignList ----------*/
.sections--anniversary {

ul.campaignList__list {
	padding-top: 4.75rem;
	margin-inline: auto;
	max-width: 880px;
}
.campaignList__item {
	margin-bottom: 5rem;
}
.campaignList__item::after {
	content: "";
	clear: both;
	display: block;
}
.campaignList__link {
	display: block;
}
.campaignList__link:hover {
	text-decoration: none;
}
.campaignList__img {
	border-radius: 1.5rem;
	float: left;
	height: auto;
	margin-right: 5%;
	overflow: hidden;
	text-align: center;
	width: 30%;
}
.campaignList__img--border {
	border: 1px solid #F5F2F3;
}
.campaignList__img--close::after {
	align-items: center;
	background: rgba(51, 51, 51, .6);
	color: #fff;
	content: "終了しました";
	display: flex;
	font-size: 2rem;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}
.campaignList__thumbnail {
	display: block;
	height: auto;
	width: 100%;
}
.campaignList__card {
	float: left;
	width: calc(100% - 35%);
}
.campaignList__headingLv2 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.6;
	margin-top: .5rem;
	margin-bottom: .8rem;
}
.campaignList__note {
	color: rgba(51, 51, 51, .6);
	margin-bottom: 1.3rem;
	padding-left: 3rem;
	text-indent: -3rem;
}
.campaignList__text {
	color: #333;
	text-indent: 0;
}
.campaignList__sup {
	font-size: .8rem;
	vertical-align: bottom;
}
.campaignList__coming {
	text-align: center;
	margin-bottom: 5rem;
}
.campaignList__item--comingSoon .campaignList__img {
	border: 1px solid #D5D5D5;
}
.campaignList__item--comingSoon .campaignList__text {
	margin-top: 4rem;
}

}
/*---------- news ----------*/
.sections--anniversary {

ul.news__list {
	margin-bottom: 2.5rem;
	margin-inline: auto;
	max-width: 880px;
}
.news__item {
	border-bottom: 1px solid #ccc;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.news__date {
	margin-bottom: .75rem;
}
.news__info::after,
.news__release::after,
.news__ipo::after,
.news__maintenance::after,
.news__campaign::after,
.news__caution::after {
	align-items: center;
	background-color: #EA3561;
	border-radius: 100px;
	color: #fff;
	display: inline-flex;
	font-size: .75rem;
	margin-top: -2px;
	margin-left: .75rem;
	font-weight: bold;
	justify-content: center;
	line-height: 2;
	min-width: 8.5em;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
}
.news__info::after {
	content: "お知らせ";
}
.news__release::after {
	background-color: #29C6E2;
	content: "プレスリリース";
}
.news__ipo::after {
	background-color: #48CC90;
	content: "IPO";
}
.news__maintenance::after {
	background-color: #DB50E6;
	content: "メンテナンス";
}
.news__campaign::after {
	background-color: #FF8A00;
	content: "キャンペーン";
}
.news__caution::after {
	background-color: #EA3561;
	content: "重要";
}
.news__blank::after {
	background: url(/src/img/com/icon__blank.svg) left top no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: .875rem;
	margin-left: .75rem;
	vertical-align: middle;
	width: 1rem;
}
.news__pdf::after {
	background: #A3677E;
	border-radius: 2px;
	color: #fff;
	content: "PDF";
	display: inline-block;
	font-size: .75rem;
	height: auto;
	margin-left: .75rem;
	padding: 0 4px 0 6px;
	text-indent: 0;
	vertical-align: middle;
	width: auto;
}

}
/*---------- legal ----------*/
.sections--anniversary {

.legal {
	padding-top: 7.5rem;
}

}
/*----------  ----------*/
