@charset "utf-8";

/* ========================================
	独自仕様
======================================== */

header .header_icon li.lang_bt {
	display: none;
}

/* ===================================== */



/* ========================================
	共通
======================================== */

:root {
	--bg-main: #050507;
	--pink: #ff4fd8;
	--purple: #6f3cff;
	--text: #ffffff;
	--text-sub: #d2d2d7;
	--gold-light: #f6e2a2;
	--gold: #d4af37;
	--gold-dark: #9b6f12;
}
body {
	font-family:
		"Inter",
		"Noto Sans JP",
		"Noto Sans TC",
		"Noto Sans KR",
		sans-serif;
}
main s {
	display: inline-block;
}

/* ===================================== */


/* ブロック -bt- */
/* --------------------- */
.bt-block {
	margin: 20px auto;
	text-align: center;
}
.bt-block span {
	display: inline-block;
	padding: 12px 24px;
	background: #0088FF;
	color: #FFF;
	font-size: clamp(18px,2.8vw,24px);
	font-weight: 900;
	border-radius: 12px;
}
/* --------------------- */



/* セクション -ope-info- */
/* --------------------- */
#open-info .imagebox {
	background-image: url("../image/open-info-pc.png");
	aspect-ratio: 3/2;
	background-size: contain;
}
@media (max-width:768px) {
	#open-info .imagebox {
		background-image: url("../image/open-info-sp.png");
		aspect-ratio: 2/3;
	}
}
/* --------------------- */





/* セクション -campaign- */
/* --------------------- */
#campaign .campaign-inner {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(0,0,0,.25),
			rgba(0,0,0,.65)
		),
		url("../image/campaign-bg.png")
		left center /
		cover
		no-repeat;
	height: 100vh;
}
@media (min-width:768px) {
	#campaign .campaign-inner {
		height: 80svh;
	}
}
#campaign .campaign-inner::before {
	content: "";
	background:
		url("../image/campaign-model.png")
		center bottom /
		contain
		no-repeat;
	height: 66%;
	width: 200%;
	position: absolute;
	bottom: 0;
	left: -50%;
}
@media (min-width:768px) {
	#campaign .campaign-inner::before {
		background:
			url("../image/campaign-model.png")
			left bottom /
			contain
			no-repeat;
		height: 85%;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: -15%;
	}
}
#campaign .campaign-label {
	position: absolute;
	top: 50px;
	right: 50px;
	transform: rotate(-2deg);
	text-align: center;
}
#campaign .campaign-label_in {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	padding: 0 20px;
	position: relative;
	transform: skewX(-15deg);
	background:
		linear-gradient(
			90deg,
			#4322ff 0%,
			#7a28ff 50%,
			#ff2ebd 100%
		);
	/*
	clip-path:
		polygon(
		5% 0,
		100% 0,
		95% 100%,
		0 100%
	);
	*/
	box-shadow:
		0 0 20px rgba(255,0,200,.5),
		0 0 40px rgba(255,0,200,.3),
		0 0 80px rgba(100,0,255,.3);
}
#campaign .campaign-label_in span {
	transform: skewX(15deg);
	color: #fff;
	font-size: clamp(32px,4vw,64px);
	font-weight: 900;
}
#campaign .campaign-label_in::before {
	content: "";
	position: absolute;
	inset: -4px;
	border: 2px solid rgba(255,120,255,.8);
	transform: skewX(-15deg);
}
#campaign .campaign-label_in strong {
	color: #ffd91a;
	display: inline-block;
}
#campaign .campaign-label::before {
	content: "✦";
	position: absolute;
	bottom: -10px;
	right: -10px;
	color: #fff;
	font-size: 24px;
}
#campaign .campaign-label::after {
	content: "✦";
	position: absolute;
	top: -20px;
	left: -10px;
	color: #fff;
	font-size: 24px;
}
#campaign .campaign-period {
	position: absolute;
	top: 180px;
	right: 40px;
	transform: rotate(-2deg) skewX(-10deg);
	font-size: clamp(26px,4vw,32px);
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
	text-align: right;
}
#campaign .campaign-period strong {
	color: var(--pink);
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
}
#campaign .bg-rate {
	background: rgba(0, 0, 0, 0.6);
	height: 160px;
	position: absolute;
	bottom: 350px;
	right: 10px;
	left: 10px;
	transition: .6s ease;
}
@media (min-width:768px) {
	#campaign .bg-rate {
		background: rgba(0, 0, 0, 0);
	}
}
#campaign .campaign-rate-text {
	position: absolute;
	bottom: 420px;
	right: 10%;
	transform: rotate(-2deg) skewX(-10deg);
	font-size: clamp(30px,5vw,48px);
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
@media (min-width:768px) {
	#campaign .campaign-rate-text {
		top: 240px;
		right: 10%;
	}
}
#campaign .campaign-rate-text i {
	display: block;
}
#campaign .campaign-rate {
	display: flex;
	align-items: center;
	gap: 8px;
	position: absolute;
	bottom: 335px;
	right: 5%;
	transform: rotate(-2deg) skewX(-10deg);
	text-shadow: 1px 1px 1px #000;
}
@media (min-width:768px) {
	#campaign .campaign-rate {
		top: 430px;
		right: 40px;
		gap: 20px;
	}
}
#campaign .campaign-rate strong {
	font-size: clamp(54px,10vw,120px);
	color: #fff;
}
#campaign .campaign-rate .arrow {
	font-size: clamp(30px,6vw,60px);
	color: #fff;
}
#campaign .campaign-rate strong.highlight {
	color: var(--pink);
	font-size: clamp(80px,14vw,160px);
}
#campaign .campaign-date {
	background: rgba(255, 0, 0, 0.8);
	padding: 6px 8px 8px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	position: absolute;
	bottom: 144px;
	right: 8px;
	left: 8px;
}
#campaign .campaign-date s {
	font-size: 12px;
	font-weight: normal;
	display: block;
	border-top: solid 1px #FFF;
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
}
#campaign .btn {
	width: 60%;
	position: absolute;
	bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width:768px) {
	#campaign .btn {
		right: 10px;
		left: auto;
		transform: none;
	}
}
#campaign .btn a {
	justify-content: center;
	align-items: center;
	text-align: center;
	display: block;
	width: 100%;
	padding: 8px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			var(--pink),
			var(--purple)
		);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(255,0,150,.4);
}
#campaign .btn a + a {
	margin-top: 15px;
}
#campaign .btn a s {
	display: block;
	font-size: 0.8em;
	font-weight: lighter;
	margin-top: 2px;
}
/* --------------------- */




/* セクション -FV- */
/* --------------------- */
#fv .inner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
@media (min-width:768px) {
	#fv .inner {
		height: 90svh;
	}
}
#fv .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#fv .bg-img {
	position: absolute;
	inset: 0;
	background:
		url("../image/fv-bg.png")
		center right / cover;
	opacity: .35;
}
#fv .bg-model {
	background:
		url("../image/fv-model.png")
		bottom right / contain no-repeat;
	width: 65%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#fv .bg-phone1 {
	background:
		url("../image/fv-phone1.png")
		bottom right / contain no-repeat;
	width: 26%;
	height: 40%;
	position: absolute;
	right: 1%;
	bottom: 60px;
	z-index: 4;
}
#fv .bg-phone2 {
	background:
		url("../image/fv-phone2.png")
		bottom right / contain no-repeat;
	width: 22%;
	height: 38%;
	position: absolute;
	right: 16%;
	bottom: 60px;
	z-index: 3;
}
#fv .badge {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 110px;
	height: 110px;
}
#fv .badge-in {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	background:
		rgba(0,0,0,.3);
	backdrop-filter: blur(4px);
	position: relative;
}
#fv .badge-in::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background:
		linear-gradient(
			135deg,
			rgba(255,0,150,.8),
			rgba(0,150,255,.8)
		);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
#fv .lead {
	position: absolute;
	top: 30px;
	left: 4px;
	font-size: 105%;
}
#fv .title {
	position: absolute;
	top: 100px;
	left: 4px;
	font-size:
	clamp(34px, 10vw, 70px);
	line-height: 1;
	font-weight: 700;
	font-family:
		"Yu Mincho",
		"Hiragino Mincho ProN",
		serif;
	letter-spacing: .04em;
}
#fv .title span {
	color: var(--pink);
}
#fv .title i {
	font-size: 0.7em;
}
#fv .text {
	position: absolute;
	top: 190px;
	left: 4px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7;
	color: var(--text-sub);
}
@media (min-width:768px) {
	#fv .text {
		top: 260px;
	}
}
#fv .point {
	position: absolute;
	bottom: 220px;
	left: 4px;
	max-width: 66%;
}
#fv .point ul {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
#fv .point li {
	display: block;
	gap: 8px;
	width: 100%;
	text-align: center;
	border-radius: 12px;
	padding: 6px;
	background: rgba(255,255,255,.05);
	border: 2px solid rgba(255,255,255,.1);
	backdrop-filter: blur(4px);
	font-size: 14px;
	
}
#fv .point li img {
	height: 18px;
	filter: brightness(0.5) invert(1);
}
#fv .btn {
	position: absolute;
	bottom: 60px;
	left: 4px;
	width: 60%;
}
#fv .btn a {
	justify-content: center;
	align-items: center;
	text-align: center;
	display: block;
	width: 100%;
	padding: 8px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			var(--pink),
			var(--purple)
		);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(255,0,150,.4);
}
#fv .btn a + a {
	margin-top: 15px;
}
#fv .btn a s {
	display: block;
	font-size: 0.8em;
	font-weight: lighter;
	margin-top: 2px;
}
/* --------------------- */



/* セクション -feature- */
/* --------------------- */
#feature .container {
	padding: clamp(20px, 8svh, 40px) 8px;
	background: #050507;
	position: relative;
}
#feature h2 {
	margin-bottom: 32px;
	text-align: center;
	color: #fff;
	font-size: clamp(24px, 6vw, 48px);
	font-family: "Yu Mincho", serif;
	letter-spacing: .04em;
}
#feature .feature-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
@media (min-width: 768px) {
	#feature .feature-list ul{
		grid-template-columns: repeat(5, 1fr);
	}
}
#feature .feature-list li {
	transition: .4s ease;
	position: relative;
	padding: 28px 18px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	background: rgba(255,255,255,.03);
	backdrop-filter: blur(10px);
}
#feature .feature-list li::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: inherit;
	background:
		linear-gradient(
			135deg,
			rgba(255,0,150,.8),
			rgba(0,150,255,.8)
		);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
#feature .feature-list li:hover {
	transform: translateY(-6px);
	box-shadow: 0 0 30px rgba(255,0,180,.25);
}
#feature .feature-list i {
	width: 30%;
	aspect-ratio: 1/1;
	display: block;
	margin: 0 auto 15px;
	background:
		linear-gradient(
			135deg,
			var(--pink),
			var(--purple)
		);
}
#feature .feature-list i.icon_1 {
	-webkit-mask:
		url("../image/feature-icon_1.png")
		center / contain
		no-repeat;
	mask:
		url("../image/feature-icon_1.png")
		center / contain
		no-repeat;
}
#feature .feature-list i.icon_2 {
	-webkit-mask:
		url("../image/feature-icon_2.png")
		center / contain
		no-repeat;
	mask:
		url("../image/feature-icon_2.png")
		center / contain
		no-repeat;
}
#feature .feature-list i.icon_3 {
	-webkit-mask:
		url("../image/feature-icon_3.png")
		center / contain
		no-repeat;
	mask:
		url("../image/feature-icon_3.png")
		center / contain
		no-repeat;
}
#feature .feature-list i.icon_4 {
	-webkit-mask:
		url("../image/feature-icon_4.png")
		center / contain
		no-repeat;
	mask:
		url("../image/feature-icon_4.png")
		center / contain
		no-repeat;
}
#feature .feature-list i.icon_5 {
	-webkit-mask:
		url("../image/feature-icon_5.png")
		center / contain
		no-repeat;
	mask:
		url("../image/feature-icon_5.png")
		center / contain
		no-repeat;
}
#feature .feature-list i:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
#feature .feature-list .title {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(16px, 3.6vw, 22px);
	font-weight: 700;
	line-height: 1.5;
}
#feature .feature-list .text {
	color: rgba(255,255,255,.7);
	font-size: clamp(12px, 3vw, 15px);
	line-height: 1.9;
}
/* --------------------- */





/* セクション -genre- */
/* --------------------- */
#genre .container {
	padding: clamp(20px, 8svh, 40px) 8px;
	text-align: center;
}
#genre h2 {
	margin-bottom: 12px;
	font-size: clamp(28px, 6vw, 48px);
	font-family: "Yu Mincho", serif;
	color: var(--text);
}
#genre .text {
	margin-bottom: 32px;
	color: var(--text-sub);
	font-size: clamp(14px, 3vw, 18px);
}
#genre .tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
#genre .tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	font-weight: 700;
	font-size: clamp(14px, 3vw, 18px);
	background: rgba(255,255,255,.03);
	backdrop-filter: blur(10px);
	transition: .3s;
}
#genre .tag:hover {
	transform: translateY(-3px);
}
#genre .tag.blue {
	color: #44e7ff;
	border: 1px solid #44e7ff;
	box-shadow: 0 0 12px rgba(68,231,255,.4);
}
#genre .tag.green {
	color: #b9ff38;
	border: 1px solid #b9ff38;
	box-shadow: 0 0 12px rgba(185,255,56,.4);
}
#genre .tag.orange {
	color: #ff9d00;
	border: 1px solid #ff9d00;
	box-shadow: 0 0 12px rgba(255,157,0,.4);
}
#genre .tag.purple {
	color: #d94fff;
	border: 1px solid #d94fff;
	box-shadow: 0 0 12px rgba(217,79,255,.4);
}
#genre .tag.cyan {
	color: #00e5ff;
	 border: 1px solid #00e5ff;
	box-shadow: 0 0 12px rgba(0,229,255,.4);
}
#genre .tag.yellow {
	color: #ffe15b;
	border: 1px solid #ffe15b;
	box-shadow: 0 0 12px rgba(255,225,91,.4);
}
#genre .tag.pink {
	color: var(--pink);
	border: 1px solid var(--pink);
	box-shadow: 0 0 12px rgba(255,79,216,.4);
}
#genre .more {
	align-self: center;
	color: var(--pink);
	font-weight: 700;
	font-size: clamp(14px, 3vw, 18px);
}
/* --------------------- */



/* セクション -contents- */
/* --------------------- */
#contents .container {
	padding: clamp(20px, 8svh, 40px) 8px;
}
#contents h2 {
	text-align:center;
	color:#fff;
	font-family: "Yu Mincho", serif;
	font-size: clamp(28px,6vw,48px);
	margin-bottom:12px;
}
#contents .text {
	text-align:center;
	color:var(--text-sub);
	margin-bottom:40px;
	font-size: clamp(14px,3vw,18px);
}
#contents .contents-list ul {
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap:16px;
}
@media (min-width:768px) {
	#contents .contents-list ul {
		grid-template-columns: repeat(4,1fr);
	}
}
#contents .contents-list li {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #000;
	aspect-ratio: 9 / 10;
}
#contents .contents-list li::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 1px;
	background:
		linear-gradient(
			135deg,
			var(--pink),
			var(--purple)
		);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 3;
}
#contents .contents-list li .image {
	aspect-ratio: 5 / 4;
	position: relative;
	overflow: hidden;
}
#contents .contents-list li .image img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: .4s;
}
#contents .contents-list li:hover .image img {
	transform: scale(1.05);
}
#contents .contents-list li .image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25%;
	background:
		linear-gradient(
			to top,
			rgba(0,0,0,1) 0%,
			rgba(0,0,0,.85) 15%,
			rgba(0,0,0,.3) 60%,
			rgba(0,0,0,0) 100%,
			transparent 100%
		);
	z-index: 1;
}
#contents .contents-list li .image::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}
#contents .contents-list li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 14px 8px;
	text-align: center;
}
#contents .contents-list li i {
	margin: 0 auto 6px;
	display: block;
	filter: brightness(0) invert(1);
	width: 48px;
}
#contents .contents-list li i img {
	width: 100%;
}
#contents .contents-list li dt {
	color: #fff;
	font-size: clamp(14px, 3vw, 20px);
	margin-bottom: 4px;
	font-weight: 700;
}
#contents .contents-list li dd {
	color: rgba(255, 255, 255, .75);
	font-size: clamp(12px, 1.4vw, 14px);
}
/* --------------------- */



/* セクション -attention- */
/* --------------------- */
#attention .container {
	padding: clamp(20px, 8svh, 40px) 8px;
}
#attention h2 {
	text-align: center;
	color: #f5df9f;
	font-family: "Yu Mincho", serif;
	font-size: clamp(28px,6vw,48px);
	margin-bottom:12px;
}
#attention .text {
	text-align: center;
	color: var(--text-sub);
	margin-bottom: 48px;
}
#attention .attention-list ul {
	display:grid;
	gap:24px;
}
@media (min-width:768px){
	#attention .attention-list ul {
		grid-template-columns: repeat(3,1fr);
	}
}
#attention .attention-list li {
	position:relative;
	padding: 36px 14px 24px;
	border-radius:16px;
	text-align:center;
	background: rgba(255,255,255,.02);
	backdrop-filter: blur(8px);
}
#attention .attention-list li::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	border: 1px solid rgba(220,185,90,.6);
	pointer-events: none;
}
#attention .attention-list .label {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 8px 18px;
	border-radius: 4px;
	background:
		linear-gradient(
			180deg,
			#f6e2a2,
			#c89c38
		);
	color: #111;
	font-weight: 700;
	font-size: 18px;
}
#attention .attention-list .main {
	margin: 20px 0 16px;
	color: #fff;
	font-size: clamp(18px,4vw,28px);
	font-weight: 700;
}
#attention .attention-list .sub {
	line-height: 1.8;
	color:#e3e3e3;
}
#attention .attention-list .image {
	width: clamp(80px, 8svw, 100px);
	margin: 20px auto 16px;
	filter: brightness(0) invert(1);
}
#attention .attention-list .image img {
	width: 100%;
}
/* --------------------- */



/* セクション -global- */
/* --------------------- */
#global {
	position: relative;
	overflow: hidden;
	padding: clamp(30px,5vw,80px) 20px;
	border-radius: 24px;
}
#global::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		url("../image/global-bg.png")
		80% center /
		cover
		no-repeat;
	opacity: .9;
	z-index: 0;
	top: -5vw;
}
#global::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(0,0,0,.85) 0%,
			rgba(0,0,0,.65) 45%,
			rgba(0,0,0,.25) 100%
		);
	z-index: 1;
}
#global .inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
}
#global .inner::before {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 24px;
	border: 6px solid rgba(255,79,216,.6);
	pointer-events: none;
}
#global .content {
	max-width: 910px;
	padding: 10px;
}
#global h2 {
	margin-bottom:16px;
	color:#fff;
	font-size: clamp(24px,3vw,38px);
	font-family:
		"Yu Mincho",
		"Hiragino Mincho ProN",
		serif;
	letter-spacing: .04em;
}
#global .catch {
	margin-bottom: 32px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pink);
	font-size: clamp(32px,5vw,56px);
	font-family:
		"Yu Mincho",
		"Hiragino Mincho ProN",
		serif;
	letter-spacing: .04em;
}
#global .text { 
	margin-bottom: 16px;
	color: #fff;
	line-height: 1.9;
	font-size: clamp(15px,2vw,18px);
}
#global .highlight {
	margin-top: 32px;
	color: var(--pink);
	font-weight: 700;
	font-size: clamp(24px,4vw,36px);
}
/* --------------------- */





/* セクション -recommend- */
/* --------------------- */
#recommend {
	position: relative;
	overflow: hidden;
}
#recommend .inner {
	position: relative;
	padding: 0 20px;
}
#recommend .content {
	padding: clamp(48px,8vw,96px) 0px;
}
#recommend h2 {
	margin-bottom: 32px;
	color: #fff;
	font-family: "Yu Mincho", serif;
	font-size: clamp(30px,5vw,54px);
}
#recommend .list ul {
	display: grid;
	gap: 20px;
	padding: 0;
	margin: 0;
}
@media (min-width:768px) {
	#recommend .list ul {
		grid-template-columns: repeat(2,1fr);
		width: 80%;
	}
}
#recommend .list li {
	position: relative;
	padding-left: 34px;
	color: #fff;
	line-height: 1.8;
}
#recommend .list li::before {
	content: "☑";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pink);
	font-weight: 700;
}
#recommend .image {
	position: absolute;
	top: 0;
	right: -60%;
	bottom: 0;
	z-index: -1;
	opacity: .7;
}
@media (min-width:768px) {
	#recommend .image {
		right: -12%;
	}
}
#recommend .image img {
	height: 100%;
}
/* --------------------- */




/* セクション -step- */
/* --------------------- */
#step .container {
	padding: clamp(20px, 8svh, 40px) 8px;
}
#step h2 {
	text-align:center;
	color: #fff;
	margin-bottom: 48px;
	font-family: "Yu Mincho", serif;
	font-size: clamp(30px,5vw,54px);
}
#step h2 span {
	color: var(--pink);
}
#step .step-list {
	display: grid;
	gap: 20px;
}
@media (min-width:768px){
	#step .step-list {
		grid-template-columns:
			1fr
			auto
			1fr
			auto
			1fr;
		align-items: center;
	}
}
#step .step-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 28px 24px;
	position: relative;
	border-radius: 16px;
	background: rgba(255,255,255,.02);
}
#step .step-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	border: 1px solid rgba(255,79,216,.35);
}
#step .step-icon {
	width: 64px;
	aspect-ratio: 1/1;
	display: block;
	margin: 0 auto 15px;
	background:
		linear-gradient(
			135deg,
			var(--pink),
			var(--purple)
		);
}
#step .step-icon.icon_1 {
	-webkit-mask:
		url("../image/step-icon_1.png")
		center / contain
		no-repeat;
	mask:
		url("../image/step-icon_1.png")
		center / contain
		no-repeat;
}
#step .step-icon.icon_2 {
	-webkit-mask:
		url("../image/step-icon_2.png")
		center / contain
		no-repeat;
	mask:
		url("../image/step-icon_2.png")
		center / contain
		no-repeat;
}
#step .step-icon.icon_3 {
	-webkit-mask:
		url("../image/step-icon_3.png")
		center / contain
		no-repeat;
	mask:
		url("../image/step-icon_3.png")
		center / contain
		no-repeat;
}
#step .step-content .step-number {
	color: var(--pink);
	font-weight: 700;
	margin-bottom: 6px;
}
#step .step-content .step-title {
	color: #fff;
	font-size: clamp(22px,3vw,32px);
	margin-bottom: 8px;
}
#step .step-content .step-text {
	color: var(--text-sub);
	line-height: 1.8;
}
#step .step-arrow {
	display: none;
}
@media (min-width:768px) {
	#step .step-arrow {
		display:block;
		color:var(--pink);
		font-size:48px;
		font-weight:700;
	}
}
@media (max-width:767px){
	#step .step-card {
		flex-direction: column;
		text-align: center;
	}
}
#step .step-note {
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: clamp(16px,3vw,20px);
}
#step h2 span{
	text-shadow: 0 0 20px rgba(255,79,216,.5);
}
/* --------------------- */


/* セクション -step- */
/* --------------------- */
#cta {
	position: relative;
	overflow: hidden;
	padding: clamp(40px,8vw,80px) 10px;
	background:
		url("../image/cta-model.png")
		25% center /
		cover
		no-repeat;
}
#cta::before {
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(
			90deg,
			rgba(0,0,0,.55) 0%,
			rgba(0,0,0,.35) 50%,
			rgba(0,0,0,.75) 100%
		);
}
#cta .inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
}
#cta .content {
	text-align: right;
	padding: 0 0 0 5%;
}
@media (min-width:768px){
	#cta .content {
		padding: 0 0 0 30%;
	}
}
#cta h2 {
	margin-bottom: 24px;
	line-height: 1.3;
	color: #fff;
	font-family: "Yu Mincho", serif;
	font-size: clamp(28px,5vw,64px);
}
#cta h2 span {
	color: var(--pink);
	text-shadow: 0 0 20px rgba(255,79,216,.5);
}
#cta .cta-text {
	margin-bottom: 32px;
	line-height: 1.9;
	color: #fff;
}
#cta .btn {
  	padding: 0 0 0 20%;
}
@media (min-width:768px){
	#cta .btn {
  	padding: 0 0 0 40%;
	}
}
#cta .btn a {
	justify-content: center;
	align-items: center;
	text-align: center;
	display: block;
	width: 100%;
	padding: 8px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			var(--pink),
			var(--purple)
		);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(255,0,150,.4);
}
#cta .btn a + a {
	margin-top: 15px;
}
#cta .btn a s {
	display: block;
	font-size: 0.8em;
	font-weight: lighter;
	margin-top: 2px;
}
#cta .cta-note {
	margin-top: 20px;
	color: var(--pink);
	font-weight: 700;
}
@media (max-width:767px){
	#cta .cta-note {
		width: 100%;
	}
}
/* --------------------- */




/* セクション区切り */
/* --------------------- */
.section-line{
	position: relative;
	height: 2px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255,0,150,.9),
			rgba(0,150,255,.9),
			transparent
		);
}
.section-line::before {
	content: "";
	position: absolute;
	inset: -8px 0;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255,0,150,.35),
			rgba(0,150,255,.35),
			transparent
 		);
	filter: blur(10px);
}
.section-line::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255,255,255,.85),
			transparent
		);
	opacity: .35;
}
/* --------------------- */




/* セクション -customerBase- */
/* --------------------- */
#customerBase {
	position: relative;
	width: 100%;
	overflow: hidden;
	background:
		radial-gradient( circle at 85% 15%,	rgba(111, 60, 255, 0.25), transparent 35% ),
		radial-gradient( circle at 20% 60%, rgba(255, 79, 216, 0.15), transparent 35% ),
		#fff;
	padding: 80px 20px;
	box-sizing: border-box;
}
/* 背景の光 */
#customerBase::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			135deg,
			transparent 0%,
			rgba(111, 60, 255, 0.08) 50%,
			rgba(255, 79, 216, 0.12) 100%
		);
	pointer-events: none;
}
/* 背景のライン */
#customerBase::after {
	content: "";
	position: absolute;
	width: 700px;
	height: 700px;
	right: -300px;
	top: -200px;
	border-radius: 50%;
	border: 1px solid rgba(255, 79, 216, 0.18);
	box-shadow:
		0 0 40px rgba(255, 79, 216, 0.12),
		inset 0 0 40px rgba(111, 60, 255, 0.12);
	pointer-events: none;
}
#customerBase .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
/* メインビジュアル */
#customerBase .logo {
	position: absolute;
	top: -70px;
	left: -12px;
	width: 420px;
	max-width: 55%;
	z-index: 1;
}
#customerBase .logo img {
	width: 100%;
	display: block;
}
#customerBase .logo p {
	width: 100%;
	display: block;
	font-size: 12px;
	color: #AAA;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.9vw;
}
#customerBase .logo p u {
	text-decoration: none;
	color: #F0F;
	font-style: italic;
}
#customerBase .logo-catch {
	position: absolute;
	top: 8vw;
	left: 8vw;
	width: 300px;
	max-width: 45%;
	z-index: 1;
}
#customerBase .logo-catch img {
	width: 100%;
}
/* メインビジュアル */
#customerBase .visual {
	position: absolute;
	top: -120px;
	right: -20px;
	width: 80%;
	height: 800px;
	pointer-events: none;
	z-index: 1;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 80%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 80%,
		rgba(0, 0, 0, 0) 100%
	);
}
#customerBase .model {
	width: 150%;
	height: 150%;
	background-image: url("../image/cb_customer-base-model.png");
	background-repeat: no-repeat;
	background-position: center center;
  background-size: contain;
  filter: drop-shadow(0 0 20px rgba(255, 79, 216, 0.15));
}
@media screen and (max-width: 767px) {
	#customerBase .visual {
  	top: -120px;
  	height: 60vh;
	}
}
/* キャッチコピー */
#customerBase .heading {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding-top: 22vw;
	color: #000;
}
#customerBase .heading .number {
	margin: 0;
	font-size: clamp(32px, 5vw, 55px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.05em;
	text-shadow:
		0 0 2px #fff,
		0 0 6px #fff,
		0 0 12px #fff,
		0 0 24px #fff,
		0 0 40px rgba(255, 255, 255, 0.9);
}
#customerBase .heading .number span {
	height: 100%;
	display: inline-block;
	background:
		linear-gradient(
			90deg,
			#ff4fd8 0%,
			#9b4dff 50%,
			#ff4fd8 100%
		);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow:
		0 0 25px rgba(255, 79, 216, 0.25);
}
#customerBase .heading .number span b {
	font-size: clamp(48px, 8vw, 120px);
	font-style: italic;
	margin-right: 8px;
}
#customerBase .heading h2 {
	margin: 0;
	font-size: clamp(20px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #000;
	text-shadow:
		0 0 2px #fff,
		0 0 6px #fff,
		0 0 12px #fff,
		0 0 24px #fff,
		0 0 40px rgba(255, 255, 255, 0.9);
	position: relative;
	width: 100%;
	display: block;
}
#customerBase .heading h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	background-image: url("../image/cb_heading_line.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 35%;
	bottom: -21%;
	z-index: -1;
}
/* 導入文 */
#customerBase .intro {
	position: relative;
	z-index: 2;
	margin: 5vw auto 45px;
	max-width: 850px;
	text-align: center;
	color: #000;
	text-shadow:
		0 0 2px #fff,
		0 0 6px #fff,
		0 0 12px #fff,
		0 0 24px #fff,
		0 0 40px rgba(255, 255, 255, 0.9);
}
#customerBase .intro p {
	margin: 0 0 12px;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.2;
}
#customerBase .intro strong {
	color: #ff4fd8;
}

/* 4カード */
#customerBase .list {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
/* カード */
#customerBase .card {
	position: relative;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:	0 0 6px rgba(0, 0, 0, 0.35);
	backdrop-filter:
		blur(10px);
		-webkit-backdrop-filter: blur(10px);
}
/* カードごとのカラー */
#customerBase .card.card-1 {
	border-color: rgba(255, 79, 216, 0.3);
	background: rgba(255, 79, 216, 0.1);
}
#customerBase .card.card-2 {
	border-color: rgba(111, 60, 255, 0.3);
	background: rgba(111, 60, 255, 0.1);
}
#customerBase .card.card-3 {
	border-color: rgba(255, 170, 40, 0.3);
	background: rgba(255, 170, 40, 0.1);
}
#customerBase .card.card-4 {
	border-color: rgba(0, 220, 190, 0.3);
	background: rgba(0, 220, 190, 0.1);
}
#customerBase .card .card-title {
	position: relative;
	width: 100%;
	height: 50px;
}
/* アイコン */
#customerBase .card .icon {
	position: absolute;
	height: 100%;
	aspect-ratio: 1/1;
}
#customerBase .card .icon i {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		135deg,
		#ff4fd8,
		#6f3cff
	);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#customerBase .card .icon .icon-customer {
	-webkit-mask-image: url("../image/cb_customer-icon.png");
	mask-image: url("../image/cb_customer-icon.png");
}
#customerBase .card .icon .icon-link {
	-webkit-mask-image: url("../image/cb_link-icon.png");
	mask-image: url("../image/cb_link-icon.png");
}
#customerBase .card .icon .icon-heart {
	-webkit-mask-image: url("../image/cb_heart-icon.png");
	mask-image: url("../image/cb_heart-icon.png");
}
#customerBase .card .icon .icon-growth {
	-webkit-mask-image: url("../image/cb_growth-icon.png");
	mask-image: url("../image/cb_growth-icon.png");
}
/* カード文字 */
#customerBase .card h3 {
	position: absolute;
	left: 55px;
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(14px, 2.0vw, 18px);
	font-weight: 900;
	line-height: 1.35;
}
#customerBase .card.card-1 h3 u {
	color: #ff4fd8;
	text-decoration: none;
}
#customerBase .card p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.2;
	color: #181811;
}
/* 最後のまとめ */
#customerBase .bottom {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 20px 25px;
	border-radius: 10px;
	background-image: url("../image/cb_bottom_bg.png");
	background-size: cover;
	background-position: right 60%;
	height: 180px;
	border: 1px solid rgba(255, 79, 216, 0.45);
	box-shadow:	0 0 6px rgba(0, 0, 0, 0.35);
}
#customerBase .bottom .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	border-right: 1px solid rgba(255, 79, 216, 0.45);
	height: 140px;
	padding: 0 5px 0 0;
}
#customerBase .bottom .icon i {
	display: block;
	height: 100px;
	margin: 20px 0;
	aspect-ratio: 1/1;
	background: linear-gradient(
		135deg,
		#ff4fd8,
		#6f3cff
	);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
#customerBase .bottom .icon i.icon-crown {
	-webkit-mask-image: url("../image/cb_crown-icon.png");
	mask-image: url("../image/cb_crown-icon.png");
}
#customerBase .bottom .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 130px;
}
#customerBase .bottom .text h3 {
	margin: 0 0 5px;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 900;
}
#customerBase .bottom .text p {
	margin: 0;
	font-size: clamp(16px, 2.2vw, 23px);
	font-weight: 700;
	line-height: 1.4;
}
#customerBase .bottom .text strong {
	color: #ff4fd8;
	font-size: 1.15em;
}
@media screen and (max-width: 767px) {
	#customerBase .bottom .icon {
		display: none;
	}
	#customerBase .bottom .text {
		left: 10px;
	}
}


/* スクロールしたときの挙動 */
header.is-animation + main .footer_bt {
	bottom: 54px;
}
main .footer_bt a {
	display: inline-block;
	color: #FFF;
	background: rgba(255,50,50,1.0);
	padding: 10px 50px;
	border-radius: 10px;
	border: solid 4px #FFF;
	font-weight: bold;
	font-size: 1.8rem;
}



@media screen and (min-width: 780px) {
	br.is-sp {
		display: none;
	}
}



