@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(25px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "fot-tsukuardgothic-std", sans-serif;
	/*
	Regular 400
	Bold 700
	*/

	--cts-font: "brandon-grotesque", sans-serif;
		/*
	Bold 700
	*/

	--dp-h2-size: clamp(39px,calc(1.023rem + 3.97vw),60px);
	--dp-h3-size: clamp(23px,calc(.955rem + .73vw),30px);
	--dp-h4-size: clamp(17px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(13px, 0.806rem + 0.3vw, 15px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(23px,calc(.886rem + .48vw),24px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(18px,calc(.693rem + .24vw),18px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--color-white1: #FFFFFF;
	--color-blue: #216EF5;
	--color-gray1: #E2E2E2;
	--color-gray2: #4D4D4D;
	--color-black1: #333333;
}

/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	background: var(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: var(--color-black1);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white1);
	background-color: var(--color-blue);
}
.contents__wrap {
	background: url(../../gamepc/img/chachacha/bg-dot.webp) repeat-y center top/contain;
	padding-block-end: 0;
	margin-bottom: 100px;
}
.ttl-wrap {
	width: 561px;
	height: 186px;
	margin: 0 auto;
	background: url(../../gamepc/img/chachacha/bg-ttl-1.webp) no-repeat center center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ttl-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ttl-jp {
	font-size: clamp(16px, 0.545rem + 1.61vw, 25px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 15px;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--color-red3);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* navigation
____________________*/
.contents--navigation {
	background: var(--color-black1) ;
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.contents--navigation::after {
	content: "";
	width: 100%;
	height: 56px;
	background: url(../../gamepc/img/chachacha/wave-bottom.webp) repeat-x center bottom;
	display: block;
	position: absolute;
	left: 0;
	bottom: -56px;
}
.sub-navi-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 35px 50px;
	position: relative;
	z-index: +1;
}
.sub-navi-link {
	color: var(--color-black1);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	width: 273px;
	height: 80px;
	background: var(--color-gray1);
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all .3s;
	bottom: 0
}
.sub-navi-link:hover {
	bottom: -7px;
}
.sub-navi-link::after {
	content: "";
	width: 97%;
    height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	border: 1px dashed var(--color-black1);
	border-radius: 9999px;
}
.sub-navi-link .sub-navi-txt {
	position: relative;
	z-index: +2;
}
.sub-navi-link .navi-link-arrow {
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	background: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translate(-50%,0);
	z-index: +2;
}
.sub-navi-link .navi-link-arrow .dli-arrow-down {
	display: inline-block;
	vertical-align: middle;
	color: var(--color-white1);
	line-height: 1;
	position: relative;
	width: 0.1em;
	height: 0.85em;
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	zoom: 0.7;
}
.dli-arrow-down::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}
/* lineup
____________________*/
.contents--lineup {
	padding-top: 150px;
	padding-bottom: 195px;
	position: relative;
	z-index: 1;
}
.lineup .ttl-eng {
	width: 397px;
}
.lineup-item-wrap {
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 96px 40px;
}
.lineup-item {
	width: 100%;
	max-width: 580px;
	background: var(--color-white1);
	border-radius: 10px;
	position: relative; 
}
.catch-block {
	width: 100%;
	padding: 19px 20px 19px 180px;
	background: var(--color-black1);
	border-radius: 10px 10px 0 0;
	position: relative;
}
.catch-block .chatch-illust {
	width: 145px;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.catch-block .catch {
	color: var(--color-white1);
	font-size: clamp(18px, 0.545rem + 1.61vw, 22px);
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: relative;
}
.item-detail {
	padding: 30px 45px 30px;
}
.inner-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.txt-block {
	min-width: 245px;
}
.model__name {
	font-size: clamp(19px, 0.545rem + 1.61vw, 21px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: left;
}
.model_image_block {
	width: 100%;
	position: relative;
	z-index: 1;
}
.model_image_block .model_image {
    width: 270px;
    margin: 10px auto 0;
	position: relative;
	z-index: 1;
}
.model_image_block .model_image img {
	width: 100%;
	height: auto;
	position: relative;
}
.model__spec-list {
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.01em;
	margin-top: 10px;
}
.model__spec-list-item {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.model__spec-list-item .spec-data {
	font-size: clamp(13px, -0.545rem + 2.61vw, 15px);
	width: 100%;
}
.model__price_block {
	margin-top: 10px;
}
.model__price {
	font-size: clamp(20px, 0.545rem + 2.61vw, 24px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
.model__price .model__tax {
	font-size: clamp(14px, -0.545rem + 2.61vw, 18px);
}
picture.model_image {
    width: 230px;
    flex: none;
}
.model__link {
	width: 100%;
	margin-top: 25px;
}
.link_inner {
    color: var(--color-blue);
    font-size: clamp(15px, -0.545rem + 2.61vw, 18px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
	text-decoration: none;
	width: 100%;
	height: 60px;
	border-radius: 9999px;
    display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
}
.link_inner::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid var(--color-blue);
	border-radius: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.link_inner::after {
	background: var(--color-blue);
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
	z-index: 1;
}
.link_inner .model__link_txt {
	position: relative;
	z-index: 2;
}
.link_inner .model-link-arrow {
	width: 35px;
	height: 35px;
	background: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 2;
}
.dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: var(--color-white1);
	line-height: 1;
	position: relative;
	width: 0.85em;
	height: 0.06em;
	background: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	zoom: 0.7;
}
.dli-arrow-right::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}
.link_inner:hover {
	color: var(--color-white1);
}
.link_inner:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .4s ease-in-out;
}
.link_inner:hover .model-link-arrow {
	background: var(--color-white1);
	transition: opacity .8s, transform .4s ease-in-out;
}
.link_inner:hover .dli-arrow-right {
	color: var(--color-blue);
	transition: opacity .8s, transform .4s ease-in-out;
}
.link_inner:hover .dli-arrow-right::before {
	color: var(--color-blue);
	transition: opacity .8s, transform .4s ease-in-out;
}
/* benefit
____________________*/
.contents--benefit {
	background: var(--color-black1) ;
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.contents--benefit::before {
    content: "";
    width: 100%;
    height: 56px;
    background: url(../../gamepc/img/chachacha/wave-top.webp) repeat-x center bottom;
    display: block;
    position: absolute;
    left: 0;
    top: -56px;
}
.contents--benefit::after {
    content: "";
    width: 100%;
    height: 56px;
    background: url(../../gamepc/img/chachacha/wave-bottom.webp) repeat-x center bottom;
    display: block;
    position: absolute;
    left: 0;
    bottom: -56px;
}
.benefit {
	color: var(--color-gray1);
}
.contents--benefit .benefit-ornament {
	position: relative;
	z-index: +1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents--benefit .benefit-ornament .chara {
	width: 105px;
}
.contents--benefit .benefit-ornament .cat-g {
	width: 35px;
}
.benefit .ttl-wrap {
    background: url(../../gamepc/img/chachacha/bg-ttl-2.webp) no-repeat center center / cover;
	margin-top: 70px;
}
.benefit .ttl-eng {
	width: 421px;
}
.benefit .ttl-jp {
	color: var(--color-gray1);
}
.benefit-item-wrap {
	margin-top: 70px;
}
.benefit-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	position: relative;
}
.benefit-item:nth-of-type(n+2) {
	margin-top: 150px;
}
.benefit-item:nth-of-type(2) {
	flex-direction: row-reverse;
}
.benefit-txt-block {
	width: 100%;
	max-width: fit-content;
	padding-top: 120px;
	position: relative;
	z-index: 1;
}
.benefit-txt-block .ornament-set {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.benefit-txt-block .ornament-set .revolving-cat {
	width: 145px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.benefit-txt-block .ornament-set .revolving-cat .cat-b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.benefit-txt-block .ornament-set .revolving-cat .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: rotateClockwise 12s linear infinite;
}

@keyframes rotateClockwise {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.benefit-txt-block .ornament-set .number {
	position: absolute;
	z-index: -2;
}
.benefit-txt-block .ornament-set .number.no1 {
	width: 175px;
	top: 65px;
	left: 226px;
}
.benefit-txt-block .ornament-set .number.no2 {
	width: 210px;
	top: 22px;
	left: 226px;
}
.benefit-txt-block .ornament-set .number.no3 {
	width: 210px;
	top: 22px;
	left: 226px;
}
.benefit-ttl {
	font-size: clamp(24px, 0.545rem + 2.61vw, 35px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.benefit-txt {
	font-size: clamp(16px, -0.545rem + 2.61vw, 20px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.benefit-note {
	font-size: clamp(13px, -0.545rem + 2.61vw, 14px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.modal-btn-block {
	margin-top: 25px;
}
.modal-btn {
	width: fit-content;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	display: block;
	position: relative;
	transition-duration: .4s;
}
.modal-btn .model-link-arrow {
	width: 20px;
    height: 20px;
    background: var(--color-blue);
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.modal-btn .model-link-arrow .dli-arrow-right {
    top: 49%;
}
.modal-btn:hover .model-link-arrow {
	background: var(--color-white1);
	transition: opacity .8s, transform .4s ease-in-out;
}
.modal-btn:hover .model-link-arrow .dli-arrow-right {
	background: var(--color-blue);
}
.modal-btn:hover .model-link-arrow .dli-arrow-right::before {
	color: var(--color-blue);
}
.benefit-item-wrap .benefit-item-image {
	width: 100%;
	max-width: 600px;
	position: relative;
	z-index: +1;
}
/* review-campaign
____________________*/
/* .contents--review-campaign {
	padding-top: 200px;
	padding-bottom: 130px;
} */
.contents--review-campaign {
	padding-top: 120px;
	padding-bottom: 130px;
}
.review-campaign {
	position: relative;
}
.review-campaign .review-chara-1 {
	width: 195px;
	position: absolute;
	top: -260px;
	left: 65px;
}
.review-campaign .review-chara-2 {
	width: 210px;
	position: absolute;
	top: -255px;
	right: 65px;
}
.review-campaign .ttl-wrap {
	background: none;	
}
.review-campaign .ttl-wrap:nth-of-type(n+2) {
	margin-top: 80px;
}
.review-campaign .ttl-wrap .ttl-eng {
	color: var(--color-blue);
	font-family: var(--cts-font);
	font-size: clamp(12px, -0.545rem + 2.61vw, 22px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
.review-campaign .ttl-wrap .ttl-sub {
	color: var(--color-black1);
	font-size: clamp(19px, -0.545rem + 3.61vw, 35px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}
.movie-wrap {
	width: 100%;
	max-width: 853px;
	aspect-ratio: 16 / 9;
	margin: 40px auto 0;
}
.movie-wrap iframe {
	width: 100%;
	height: 100%;
}
.review-btn {
	width: 100%;
	max-width: 514px;
	margin: 40px auto 0;
}
.review-btn .link_inner {
	color: var(--color-white1);
	background: var(--color-black1);
	border-color: var(--color-black1);
}
.review-btn .link_inner:hover {
	border-color: var(--color-blue);
}
.bnr-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.bnr-link {
	width: 276px;
	display: inline-block;
}
/* about
____________________*/
.contents--about {
	background: var(--color-black1);
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.contents--about::before {
    content: "";
    width: 100%;
    height: 56px;
    background: url(../../gamepc/img/chachacha/wave-top.webp) repeat-x center bottom;
    display: block;
    position: absolute;
    left: 0;
    top: -56px;
}
.about-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 110px;
}
.chachacha {
	width: 100%;
	max-width: 375px;
	flex: none;
}
.about-logo {
	width: 100%;
	max-width: 200px;
}
.about-txt {
	color: var(--color-white1);
	font-size: clamp(17px, -0.545rem + 2.61vw, 18px);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 45px;
}
.sns-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-top: 40px;
}
.sns-item a img {
	width: 57px;
	transition: .5s all;
}
.sns-item a img:hover {
	transform: scale(1.1, 1.1);
}
/* top-anchor
____________________*/
.contents--top-anchor {
	position: fixed !important;
	padding: 0;
	bottom: max(2.5vw,30px);
	right: max(2.5vw,30px);
	z-index: 10;
	transition: all .3s;
	opacity: 0;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
	visibility: visible;
}
.top-anchor {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(60px, 1.978rem + 5.56vw, 150px);
    height: clamp(60px, 1.978rem + 5.56vw, 150px);
    top: 0;
    background: var(--color-blue);
    border-radius: 50%;
    transition: all .3s;
}
.dli-arrow-up {
	display: inline-block;
	vertical-align: middle;
	color: var(--color-white1);
	line-height: 1;
	position: relative;
	width: 0.11em;
	height: 1.5em;
	background: currentColor;
}
.dli-arrow-up::before {
    content: '';
    width: 1em;
    height: 1em;
    border: 0.125em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.1em;
    right: 50%;
    box-sizing: border-box;
}
.top-anchor:hover {
	top: -10px;
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	padding-bottom: 0;
}
.ttl-wrap {
	width: 325px;
	height: 113px;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
/* navigation
____________________*/
.contents--navigation {
	padding-top: 40px;
    padding-bottom: 55px;
}
.contents--navigation::after {
    height: 30px;
	background: url(../../gamepc/img/chachacha/wave-bottom-sp.webp) repeat-x 40% bottom / cover;
    bottom: -28px;
}
/* lineup
____________________*/
.contents--lineup {
    padding-top: 90px;
    padding-bottom: 125px;
}
.lineup .ttl-eng {
	width: 235px;
}
.catch-block {
	padding: 30px 10px 13px 10px;
}
.catch-block .chatch-illust {
	width: 89px;
	height: 92px;
	top: -20px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.catch-block .catch {
	text-align: center;
}
.inner-flex {
	flex-direction: column-reverse;
}
picture.model_image {
    max-width: 190px;
}
.item-detail {
	padding: 20px 30px 30px;
}
.model__name {
	text-align: center;
	line-height: 1.3;
}
.model__spec-list {
	text-align: center;
}
.model__price {
	text-align: center;
}
.model__link {
	margin: 15px auto 0;
	max-width: 252px;
}
/* benefit
____________________*/
.contents--benefit {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contents--benefit::before {
    height: 30px;
    background: url(../../gamepc/img/chachacha/wave-top-sp.webp) repeat-x 20% bottom/cover;
    display: block;
    position: absolute;
    left: 0;
    top: -28px;
}
.contents--benefit::after {
	background: url(../../gamepc/img/chachacha/wave-bottom-sp.webp) repeat-x 20% bottom/cover;
	height: 30px;
	bottom: -28px;
}
.contents--benefit .benefit-ornament {
	justify-content: center;
	gap: 34px;
}
.contents--benefit .benefit-ornament .chara {
	width: 52px;
}
.contents--benefit .benefit-ornament .chara:nth-of-type(n+6) {
	display: none;
}
.contents--benefit .benefit-ornament .cat-g {
	width: 17px;
}
.contents--benefit .benefit-ornament .cat-g:nth-of-type(n+5) {
	display: none;
}
.benefit .ttl-eng {
	width: 235px;
}
.benefit-item {
	flex-direction: column;
}
.benefit-item:nth-of-type(n+2) {
	margin-top: 70px;
}
.benefit-txt-block {
    padding-top: 160px;
}
.benefit-ttl {
	text-align: center;
	margin-top: 25px;
	padding-block: 10px;
	border-top: 1px solid var(--color-gray2);
	border-bottom: 1px solid var(--color-gray2);
}
.benefit-txt {
	text-align: center;
	margin-top: 15px;
}
.benefit-note {
	text-align: center;
	margin-top: 15px;
}
.modal-btn-block {
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 30px;
}
.modal-btn {
	width: fit-content;
}
.benefit-txt-block .ornament-set .number.no1 {
	width: 200px;
	top: 0;
    left: 125px;
}
.benefit-txt-block .ornament-set .number.no2 {
	width: 240px;
	top: 0;
	left: 0;
}
.benefit-txt-block .ornament-set .number.no3 {
	width: 247px;
	top: 0;
	left: 75px;
}
.benefit-item:nth-of-type(2) .benefit-txt-block .ornament-set .revolving-cat {
	right: 0;
	left: unset;
}
/* review-campaign
____________________*/
/* .contents--review-campaign {
	padding-top: 150px;
	padding-bottom: 80px;
} */
 .contents--review-campaign {
	padding-top: 100px;
	padding-bottom: 80px;
}
.review-campaign .review-chara-1 {
	width: 112px;
	top: -175px;
	left: 0;
}
.review-campaign .review-chara-2 {
	width: 121px;
	top: -175px;
	right: 0;
}
.review-campaign .ttl-wrap:nth-of-type(n+2) {
	margin-top: 50px;
}
.movie-wrap {
	margin-top: 10px;
}
.review-btn {
	margin-top: 25px;
}
.bnr-wrap {
	flex-wrap: wrap;
	gap: 18px;
}
.bnr-link {
    width: 153px;
}
/* about
____________________*/
.contents--about {
	padding-bottom: 50px;
}
.contents--about::before {
	height: 30px;
	background: url(../../gamepc/img/chachacha/wave-top.webp) repeat-x 20% bottom/cover;
	top: -28px;
}
.about-flex {
	flex-direction: column;
	gap: 25px;
}
.chachacha {
	max-width: 195px;
}
.about-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-logo {
	max-width: 144px;
}
.about-txt {
	margin-top: 20px;
}
.sns-list {
	margin-top: 35px;
}
.dli-arrow-up::before {
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
}
}


/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(50px); }    /* 下から */
.fade-in-right { transform: translateX(50px); }     /* 右から */
.fade-in-left { transform: translateX(-50px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.7); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.1); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */