@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1430px;

	/* font */
	--dp-font-jp: "source-han-sans-japanese", sans-serif;      
	/* Zen Kaku Gothic New
	Light 200
	Regular 400
	Medium 500
	Bold 700
	*/ 

	--cts-font: "futura-pt", sans-serif;
	/* futura-pt
	book 400
	Medium 500
	Heavy700
	*/

	/* color */
	--color-white-1: #FFFFFF;
	--color-gray-1: #D4D4D4;
	--color-gray-2: #C5C5C5;
	--color-gray-3: #5A5A5A;
	--color-gray-4: #707070;
	--color-gray-5: #ABABAB;
	--color-pink-1: #FF6FA1;
	--color-pink-2: #FF6FA2;
	--color-purple-1:#7366CF;
	--color-purple-2:#ADADE3;
	--color-navy-1: #2D2D45;
	--color-black-1: #000000;
	--color-black-2: #04060E;
	--color-black-3: #020002;

	--color-chara-1: #ACC0D9;
	--color-chara-2: #F2BAD4;
	--color-chara-3: #F5EB4A;
	--color-chara-4: #4877BA;
	--color-chara-5: #F2D9E8;
	--color-chara-6: #C1AFD2;
	--color-chara-7: #FFFFFF;
	--color-chara-8: #EB92BB;
	--color-chara-9: #BBC66E;
	--color-chara-10: #B2214F;
	--color-chara-11: #F5CB42;
	--color-chara-12: #80C3AC;
	--color-chara-13: #B6DFE9;
	--color-chara-14: #C0A9D0;
	--color-chara-15: #E73A4F;
	--color-chara-16: #8BC6D0;
	--color-chara-17: #F1B06B;
	--color-chara-18: #F09489;
	--color-chara-19: #9CA8D0;
	--color-chara-20: #5D8CC9;
	--color-chara-21: #E17449;
	--color-chara-22: #DC5411;
	--color-chara-23: #E49CA6;
	--color-chara-24: #58525D;
	--color-chara-25: #B7D45C;
}

/* LP共通汎用
____________________*/
body {
	padding-right: 0 !important;
	overflow: visible !important;
}
#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;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.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;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@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: 1280px) {
	.l-header {
		z-index: 10;
	}
}
@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%;
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.02em;
	color: var(--color-white-1);
}
.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;
	}
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white1);
	background-color: var(--color-pink-1);
}
.contents__wrap {
	background: var(--color-blue1);
	position: relative;
	z-index: 1;
}
.contents__wrap .frame {
    position: absolute; /* 最初は一緒に流れる */
	width: calc(100% - 80px);
	height: calc(100% - 80px);
    top: 40px;
    left: 40px;
    z-index: 5;
    pointer-events: none;
}
.contents__wrap .frame .deco-1,
.contents__wrap .frame .deco-2,
.contents__wrap .frame .deco-3,
.contents__wrap .frame .deco-4 {
	width: 25.88px;
	height: 25.88px;
	display: block;
	position: absolute;
	z-index: 10;
}
.contents__wrap .frame .deco-5,
.contents__wrap .frame .deco-6 {
	width: 19px;
	height: 242.84px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.contents__wrap .frame .deco-1 {
	top: 0;
	left: 0;
}
.contents__wrap .frame .deco-2 {
	top: 0;
	right: 0;
}
.contents__wrap .frame .deco-3 {
	bottom: 0;
	right: 0;
}
.contents__wrap .frame .deco-4 {
	bottom: 0;
	left: 0;
}
.contents__wrap .frame .deco-5 {
	left: 0;
}
.contents__wrap .frame .deco-6 {
	right: 0;
}
.contents__wrap .lp-bg {
	width: 100%;
	height: 100%;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-pc.webp) no-repeat center top/cover;
	position: fixed;
	top: 0;
	z-index: 1;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.ttl-set {
	position: relative;
	z-index: 2;
}
.ttl-set::after {
	content: "";
	width: 77.6px;
	height: 8.9px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/decorative-stripes.webp) no-repeat center center/contain;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
}
.ttl-set .ttl-label {
	color: var(--color-black-2);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 6px;
	display: inline-block;
	background: var(--color-pink-1);
	position: relative;
	z-index: 2;
}
.ttl-set .ttl-label::after {
	content: "";
    position: absolute;
    top: 0;
    right: -34px;
    background: url(../../gamepc/img/cts_collab_vspo-2026/tag-decoration.webp) no-repeat center center / contain;
    z-index: 6;
    display: block;
    width: 35px;
    height: 26px;
}
.ttl-set .ttl-label .ttl-label-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
}
.ttl-set .ttl-label .ttl-label-inner::before {
	content: "";
	width: 9.5px;
	height: 10px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-black.webp) no-repeat center center /contain;
}
.ttl-set .ttl-h2 {
	color: var(--color-white-1);
	font-size: 80px;
	font-family: var(--cts-font);
	font-weight: 500;
	line-height: 1;
	margin-top: 15px;
}
.ttl-set .ttl-h2::first-letter {
	color: var(--color-pink-1);
}
.ttl-set .ttl-bg {
	position: absolute;
	z-index: -1;
}
.pinkicon-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 60px;
}
.pinkicon-list-item {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	z-index: 1;
}
.pinkicon-list-item::before {
	content: "";
	width: 18px;
	height: 15.6px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/icon-list.webp) no-repeat center center /contain;
	display: block;
	flex: none;
}
.contents__inner .deco-left,
.contents__inner .deco-right {
	width: 187.66px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.contents__inner .deco-left {
	left: -150px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-decoration-1-pc.webp) repeat-y center top/contain;
}
.contents__inner .deco-right {
	right: -150px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-decoration-2-pc.webp) repeat-y center top/contain;
}
/* ボタンの基本設定 */
#js-pagetop#js-pagetop {
	position: fixed;
	right: 70px;
	bottom: 70px;
	z-index: 9999;
	cursor: pointer;
	width: 158.36px;
	height: 158.36px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	display: flex;
    align-items: center;
    justify-content: center;
}
#js-pagetop#js-pagetop img {
    width: 100%;
    height: auto;
    display: block;
}
#js-pagetop#js-pagetop.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* modal */
/* モーダル背景 */
.lp-modal {
    display: none; 
    position: fixed;
    z-index: 10000; /* CMSの他要素に負けないよう高めに設定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    cursor: zoom-out;
}

/* 拡大画像 */
.lp-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lp-zoom 0.3s ease;
}

@keyframes lp-zoom {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* ×閉じボタン */
.lp-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 10010;
}
.lp-modal-close::before,
.lp-modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #fff;
}
.lp-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.lp-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-modal-close:hover::before,
.lp-modal-close:hover::after {
    background-color: #ccc;
}
.sp-star {
	display: none;
}
@media (max-width: 768px) {/*375-768*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

.contents__wrap {
	padding-bottom: 0;
}
.contents__wrap .lp-bg {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-sp.webp) no-repeat center top/100%;
}
.contents__wrap .frame {
	display: none;
}
#js-pagetop#js-pagetop {
	width: 80px;
	height: 80px;
	right: 20px;
    bottom: 40px;
}
.ttl-set::after {
	width: 20.69333333333333vw;
	height: 2.3733333333333335vw;
}
.ttl-set .ttl-label {
	font-size: 3.733333333333334vw;
	padding: 1.6vw;
}
.ttl-set .ttl-label::after {
	width: 9.333333333333334vw;
	height: 6.933333333333333vw;
	right: -9.066666666666666vw;
}
.ttl-set .ttl-label .ttl-label-inner {
	gap: 1.866666666666667vw;
}
.ttl-set .ttl-label .ttl-label-inner::before {
	width: 2.5546666666666664vw;
	height: 2.624vw;
}
.ttl-set .ttl-h2 {
	font-size: 16vw;
	margin-top: 3.066667vw;
}
.ttl-set .ttl-bg img {
	display: none;
}
.sp-star {
	width: 34.583999999999996vw;
	height: 34.34133333333334vw;
	display: block;
    margin: 0 0 0 auto;
    text-align: center;
    position: relative;
	top: -13vw;
    z-index: 3;
}
.contents--bonus + .sp-star,
.contents--line-up + .sp-star  {
	top: -25vw;
}
}
/* mv
____________________*/
.contents__wrap .contents--mv {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.contents__wrap .contents--mv img {
	width: 100%;
}
/* lp-nav
____________________*/
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.menu-trigger {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	position: relative;
	z-index: 2;
	padding-top: 50px;
}
.menu-trigger .trigger-txt {
	color: var(--color-white-1);
	font-size: 15px;
	font-family: var(--cts-font);
	font-weight: 400;
	text-decoration: underline;
}
.menu-trigger:hover .trigger-txt {
	text-decoration: none;
}
.menu-trigger::before,
.menu-trigger::after {
	content: "";
	width: 28px;
	height: 24px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-menu.webp) no-repeat center center/contain;
	display: block;
}
.menu-trigger::before {
    transform: rotate(var(--rot-before, 0deg));
}
.menu-trigger::after {
    transform: rotate(var(--rot-after, 0deg));
}
.lp-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp-menu::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	mix-blend-mode: multiply;
}
/* 横並びを制御するインナー */
.lp-menu-inner {
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: center;
    gap: 40px;               /* リンク間の間隔 */
    padding: 130px 0 30px;         /* メニュー自体の上下の厚み */
    width: 100%;
	position: relative;
}
/* リンク単体の設定 */
/* 既存の .lp-menu-link のスタイルはそのまま */
.lp-menu-link {
    display: inline-block;
    text-decoration: none;
    color: var(--color-white-1);
    font-size: 24px;
    font-family: var(--cts-font);
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    z-index: 6;
    transition: none;
}

/* ::first-letterを廃止し、最初のspanをピンクにする */
.lp-menu-link span:first-child {
    color: var(--color-pink-1);
}

/* ホバー時にspanが動かないよう、念のためinline-block化 */
.lp-menu-link span {
    display: inline-block;
}
@media (max-width: 768px) {/*375-768*/
	.menu-trigger {
		gap: 3.733333333333334vw;
		margin-top: 6.933333333333333vw;
	}
	.menu-trigger .trigger-txt {
	font-size: 2.933333333333333vw;
	}
	.menu-trigger::before, .menu-trigger::after {
		width: 5.738666666666666vw;
		height: 4.970666666666667vw;
	}
	.lp-menu-inner {
		width: 25.333333333333336vw;
		flex-direction: column;
		align-items: flex-start;
		gap: 8vw;
		margin-inline: auto;
		padding: 31.2vw 0 13.333333333333334vw;
	}
	.lp-menu-inner li {
		text-align: left;
	}
	.lp-menu-link {
		font-size: 6.4vw;
	}
}
/* intro
____________________*/
.contents--intro {
	width: 100%;
	padding: 200px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/* 元のスタイルを維持 */
.intro-txt {
    color: var(--color-white-1);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro-txt-inner {
    display: flex;
    align-items: center;
    /* position: relative; は不要なので削除または無視 */
}
.intro-star {
    width: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* transitionなどがあれば無効化 */
}

/* 放射線：完全に独立したレイヤーとして配置 */
.intro-burst {
    position: absolute;
    /* 星が2行目にある場合、その付近に来るよう固定値で指定 */
    top: 65%;   /* 調整：星の高さに合わせて微調整してください */
    left: 48%;
    transform: translate(-50%, -50%) scale(0);
    
    width: 250px; 
    height: 250px;
    pointer-events: none;
    z-index: 0; /* テキストの背後 */
    opacity: 0;
    
    background: repeating-conic-gradient(
        from 0deg,
        var(--color-pink-1, #ff69b4) 0deg 1deg,
        transparent 1deg 20deg
    );
    border-radius: 50%;
    
    /* マスクが強すぎて見えないのを防ぐため、少し広めに設定 */
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 70%);
    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 70%);
}
@media (max-width: 768px) {/*375-768*/
	.contents--intro {
		padding: 25vw 0;
	}
	.intro-txt {
		font-size: 5.066666666666666vw;
	}
	.intro-star {
		width: 13.314666666666666vw;
	}
}
/* feature
____________________*/
.contents--feature {
	padding-top: 25px;
	padding-bottom: 46.875vw;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.feature-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 100px;
}
.feature .ttl-set .ttl-bg {
	width: 590px;
	top: -25px;
	left: 40px;
}
.feature-flex .inner-right {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
.feature-item:nth-of-type(1) {
	width: 404px;
}
.feature-item:nth-of-type(2) {
	width: 419px;
}
.feature-item-ttl-set {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.feature-item-ttl-set .feature-number {
	width: 90px;
}
.feature-item-ttl-set-inner{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.feature-item-subttl {
	color: var(--color-purple-1);
	font-size: 11px;
	font-family: var(--cts-font);
	font-weight: 200;
	line-height: 1;
}
.feature-item-ttl {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}
.img-block {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.img-block::before {
    content: "";
    width: 48px;
    height: 52.5px;
    background: url(../../gamepc/img/cts_collab_vspo-2026/icon-enlarge.webp) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    pointer-events: none;
    opacity: 0.8;
}

.img-block:hover::before {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
}
.img-name {
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	margin-top: 13px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 2;
}
.img-name::before {
	content: "";
	width: 9.6px;
	height: 9.8px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-white.webp) no-repeat center center/contain;
	display: block;
}
.sp-anchor-wrap {
	display: none;
}
.chara-feature-item-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
.chara-feature-item {
	width: 310px;
	height: 617.5px;
	padding: 35px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.chara-feature-item.short {
	height: 442.06px;
}
.chara-feature-item.spacer {
	height: 1px;
	padding: 0;
}
.chara-feature-item.chara-01 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-01.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-02 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-02.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-03 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-03.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-04 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-04.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-05 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-05.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-06 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-06.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-07 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-07.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-08 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-08.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-09 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-09.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-10 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-10.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-11 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-11.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-12 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-12.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-13 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-13.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-14 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-14.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-15 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-15.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-16 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-16.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-17 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-17.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-18 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-18.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-19 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-19.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-20 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-20.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-21 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-21.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-22 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-22.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-23 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-23.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-24 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-24.webp) no-repeat center top /100%;
}
.chara-feature-item.chara-25 {
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-chara-25.webp) no-repeat center top /100%;
}
.feature-item-chara-ttl-set {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.sub-block {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.chara-kana {
	font-size: 11px;
	font-family: var(--cts-font);
	font-weight: 200;
	line-height: 1;
}
.chara-01 .chara-kana {
	color: var(--color-chara-1);
}
.chara-02 .chara-kana {
	color: var(--color-chara-2);
}
.chara-03 .chara-kana {
	color: var(--color-chara-3);
}
.chara-04 .chara-kana {
	color: var(--color-chara-4);
}
.chara-05 .chara-kana {
	color: var(--color-chara-5);
}
.chara-06 .chara-kana {
	color: var(--color-chara-6);
}
.chara-07 .chara-kana {
	color: var(--color-chara-7);
}
.chara-08 .chara-kana {
	color: var(--color-chara-8);
}
.chara-09 .chara-kana {
	color: var(--color-chara-9);
}
.chara-10 .chara-kana {
	color: var(--color-chara-10);
}
.chara-11 .chara-kana {
	color: var(--color-chara-11);
}
.chara-12 .chara-kana {
	color: var(--color-chara-12);
}
.chara-13 .chara-kana {
	color: var(--color-chara-13);
}
.chara-14 .chara-kana {
	color: var(--color-chara-14);
}
.chara-15 .chara-kana {
	color: var(--color-chara-15);
}
.chara-16 .chara-kana {
	color: var(--color-chara-16);
}
.chara-17 .chara-kana {
	color: var(--color-chara-17);
}
.chara-18 .chara-kana {
	color: var(--color-chara-18);
}
.chara-19 .chara-kana {
	color: var(--color-chara-19);
}
.chara-20 .chara-kana {
	color: var(--color-chara-20);
}
.chara-21 .chara-kana {
	color: var(--color-chara-21);
}
.chara-22 .chara-kana {
	color: var(--color-chara-22);
}
.chara-23 .chara-kana {
	color: var(--color-chara-23);
}
.chara-24 .chara-kana {
	color: var(--color-chara-24);
}
.chara-25 .chara-kana {
	color: var(--color-chara-25);
}
.chara-feature-item .chara-emblem {
	width: 78.75px;
	position: absolute;
    top: 45px;
    right: 30px;
}
.chara-feature-item .ttl-h4 {
	font-size: 11px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
}
.chara-feature-item .ttl-h4::before {
	content: "";
	width: 9.58px;
	height: 9.84px;
	display: block;
	position: relative;
	z-index: 1;
}
.chara-feature-item.chara-01 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-01.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-02 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-02.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-03 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-03.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-04 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-04.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-05 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-05.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-06 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-06.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-07 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-07.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-08 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-08.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-09 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-09.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-10 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-10.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-11 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-11.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-12 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-12.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-13 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-13.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-14 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-14.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-15 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-15.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-16 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-16.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-17 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-17.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-18 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-18.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-19 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-19.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-20 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-20.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-21 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-21.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-22 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-22.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-23 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-23.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-24 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-24.webp) no-repeat center center /contain;
}
.chara-feature-item.chara-25 .ttl-h4::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-25.webp) no-repeat center center /contain;
}
.chara-wallpaper {
	margin-top: 10px;
}
/* swiper */
/* 親要素に相対位置を指定し、左右にボタン用のスペース（padding）を作る */
.swiper-container-wrapper {
    position: relative;
    padding: 0;
    max-width: 1000px;
    margin: 10px auto 0;
}

/* デフォルト矢印を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

/* ボタンの共通設定（31px） */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px !important;
    height: 31px !important;
    margin-top: 0; 
    z-index: 10;
}

/* ボタンの配置（wrapperの左右端に置く） */
.swiper-button-prev { left: -10px; }
.swiper-button-next { right: -10px; }

/* 中の画像サイズ */
.swiper-button-prev img,
.swiper-button-next img {
    width: 31px;
    height: 31px;
    display: block;
}
/* 音楽プレーヤー */
.player {
    color: #484848;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F1F3F4;
    padding: 5px 15px;
    margin: 10px auto 0;
    border-radius: 9999px;
    box-sizing: border-box;
    flex: none;
    position: relative;
}
.player.soon:before {
	content: "COMING SOON";
	color: var(--color-white-1);
	font-size: 12px;
	font-family: var(--cts-font);
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 200;
}
.player.soon:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-gray-4);
	border-radius: 9999px;
    z-index: 100;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.player button {
	font-family:"Noto Sans JP", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
}
.player .playPauseBtn {
	font-size: 13px;
	line-height: 1;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex: none;
}
.player .playPauseBtn:hover {
	background: #e0e0e0;
}
.player input[type="range"] {
	width: 100%;
	height: 1px;
	appearance: auto;
	background: inherit;
	accent-color: #484848;
}
.player input[type="range"]::-webkit-slider-thumb {
	width: 8px;
	height: 8px;
}
.player .currentTime, .duration {
	font-size: 14px;
}
.player .volumeIcon {
	width: 20px;
}
.contents--feature .chara-Illust-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60.05208333333333vw;
    overflow: hidden;
	pointer-events: none;
}
.contents--feature .chara-Illust-wrap .chara-img-block {
	width: 35.67708333333333vw;
	position: absolute;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-01 {
	top: 10.416666666666668vw;
	left: -3.3854166666666665vw;
    z-index: 1;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-02 {
	top: 8.333333333333332vw;
    left: 8.645833333333334vw;
    z-index: 2;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-03 {
	top: 5.208333333333334vw;
	left: 18.90625vw;
    z-index: 3;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-04 {
    top: 5.208333333333334vw;
    left: 26.406249999999996vw;
    z-index: 4;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-05 {
	top: 4.166666666666666vw;
    right: 26.09375vw;
    z-index: 7;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-06 {
	top: -0.78125vw;
	right: 17.552083333333332vw;
	z-index: 6;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-07 {
	top: 4.6875vw;
	right: 6.302083333333333vw;
	z-index: 7;
}
.contents--feature .chara-Illust-wrap .chara-img-block.chara-08 {
	top: 0;
	right: -5.260416666666667vw;
	z-index: 8;
}
@media (max-width: 768px) {/*375-768*/
	.contents--feature {
		padding-top: 21.333333333333336vw;
		padding-bottom: 16.875vw;
	}
	.feature-flex {
		gap: 10.506666666666668vw;
	}
	.pinkicon-list {
		gap: 15px;
		margin-top: 16vw;
	}
	.pinkicon-list-item {
		font-size: 16px;
		gap: 10px;
	}
	.chara-feature-item.spacer:nth-of-type(n+2) {
		display: none;
	}
	.pinkicon-list-item::before {
		width: 17.23px;
		height: 14.92px;
	}
	.feature-flex .inner-right {
		flex-direction: column;
		gap: 6.666666666666667vw;
	}
	.feature-item-ttl-set .feature-number {
		width: 20.594666666666665vw;
	}
	.feature-item-ttl-set {
		gap: 3.6799999999999997vw;
		margin-bottom: 5.333333333333334vw;
	}
	.feature-item-subttl {
		font-size: 2.4vw;
	}
	.feature-item-ttl {
		font-size: 4.8vw;
	}
	.feature-item:nth-of-type(1) {
		width: 100%;
		max-width: 311px;
	}
	.feature-item:nth-of-type(2) {
		width: 100%;
		max-width: 320px;
	}
	.img-name {
		font-size: 12px;
		line-height: 1.4;
		gap: 10px;
		margin-top: 15px;
	}
	.img-name::before {
		width: 9.58px;
		height: 9.84px;
	}
	.sp-anchor-wrap {
		display: block;
		margin-top: 13.333333333333334vw;
	}
	.sp-anchor-ttl-set {
		padding-block: 1.6vw;
		border-top: 1px solid var(--color-gray-4);
		border-bottom: 1px solid var(--color-gray-4);
	}
	.sp-anchor-ttl {
		font-size: 2.933333333333333vw;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 3.733333333333334vw;
		position: relative;
		z-index: 1;
	}
	.sp-anchor-ttl::before,
	.sp-anchor-ttl::after {
		content: "";
		width: 2.5546666666666664vw;
		height: 2.624vw;
		background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-white-bottom.webp) no-repeat center center/contain;
	}
	.sp-anchor-block {
		width: 100%;
		max-width: 640px;
		margin: 5.333333333333334vw auto 0;
		display: flex;
		flex-wrap: wrap;
		gap: 4vw 1.9vw;
	}
	.sp-anchor {
		width: 100%;
		max-width: 311px;
		border: 1px solid var(--color-purple-2);
		aspect-ratio: 311 / 93;
		position: relative;
		z-index: 1;
	}
	.sp-anchor:nth-of-type(1)::after {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../../gamepc/img/cts_collab_vspo-2026/chara-group-01.webp) no-repeat left bottom /contain;
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}
	.sp-anchor:nth-of-type(2)::after {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../../gamepc/img/cts_collab_vspo-2026/chara-group-02.webp) no-repeat left bottom /contain;
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}
	.sp-anchor:nth-of-type(3)::after {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../../gamepc/img/cts_collab_vspo-2026/chara-group-03.webp) no-repeat left bottom /contain;
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}
	.sp-anchor:nth-of-type(4)::after {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../../gamepc/img/cts_collab_vspo-2026/chara-group-04.webp) no-repeat left bottom /contain;
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}
	.sp-anchor:nth-of-type(5)::after {
		content: "";
		width: 100%;
		height: 100%;
		background: url(../../gamepc/img/cts_collab_vspo-2026/chara-group-05.webp) no-repeat left bottom /contain;
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}
	.sp-anchor .sp-anchor-number {
		width: 14.76px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
	}
	.sp-anchor-name {
		color: var(--color-purple-2);
		font-size: 10px;
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
		display: inline-block;
	}
	.chara-feature-item-wrap {
		margin-top: 8vw;
		gap: 4vw 2vw;
	}
	.chara-feature-item .feature-item-ttl {
		font-size: 21px;
	}
	.contents--feature .chara-Illust-wrap {
		display: none;
	}
}
/* bonus
____________________*/
.contents--bonus {
	width: 100%;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-bonus-pc.webp) center / cover var(--color-black-3);
	clip-path: polygon(0 13.020833333333334vw, 100% 0, 100% 100%, 0 100%);
	padding-top: 19.010416666666664vw;
	padding-bottom: 48.69791666666667vw;
	margin-top: -33.85416666666667vw;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.contents--bonus::before {
	content: "";
    width: 150%;
    height: 1px;
    background: var(--color-white-1);
    position: absolute;
    top: 5.260416666666667vw;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-7.5deg);
    z-index: 3;
}
.bonus .ttl-set .ttl-bg {
    width: 464.42px;
    top: -25px;
    left: 40px;
}
.bonus .ttl-set::after {
	display: none;
}
.bonus-wrap {
	padding-left: 55px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	background: url(../../gamepc/img/cts_collab_vspo-2026/decoration-morse.webp) no-repeat left top/contain;
}
.bonus-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 44px;
}
.bonus-flex .inner-left {
	width: 575px;
}
.bonus-flex .inner-right {
	width: 626px;
}
.ttl-h3-set {
	display: flex;
	align-items: center;
	gap: 20px;
}
.icon-bonus {
	width: 100px;
}
.ttl-h3-set .ttl-h3-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ttl-h3-set .ttl-h3 {
	color: var(--color-pink-1);
	font-size: 50px;
	font-family: var(--cts-font);
	font-weight: 500;
	line-height: 1;
}
.ttl-h3-set .subttl-h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.point-block {
	margin-top: 35px;
	margin-left: 120px;
}
.point-txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}
.bonus-point-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 10px;
}
.bonus-point-list-item {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
.bonus-point-list-item::before {
	content: "‣";
	margin-right: 0.5em;
}
.bonus-note {
	color: var(--color-gray-1);
	font-size: 12px;
	font-weight: 200;
	line-height: 1.7;
	margin-top: 25px;
}
.bonus-item-block {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	margin-inline: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.bonus-item-block::before,
.bonus-item-block::after {
	content: "";
	width: 41.37px;
	height: 41.37px;
	position: absolute;
	z-index: 1;
}
.bonus-item-block::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/parentheses-1.webp) no-repeat center center/contain;
	top: 0;
	right: 0;
}
.bonus-item-block::after {
	background: url(../../gamepc/img/cts_collab_vspo-2026/parentheses-2.webp) no-repeat center center/contain;
	bottom: 0;
	left: 0;
}
.wallpaper-item {
	width: 283px;
}
.sticker-item {
	width: 381px;
}
.poster-item {
	width: 302px;
}
.bonus-flex-2 {
    display: flex;
    gap: 20px 0;
    isolation: isolate;
	margin-top: 50px;
}
.bonus-flex-2-inner {
    position: relative;
    flex: 1;
    padding: 40px 50px;
    background: transparent;
}
.bonus-flex-2-inner:nth-of-type(2) {
	padding-left: 90px;
}
/* 1枚目：ボーダーの色（外枠） */
.bonus-flex-2-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-gray-4);
    z-index: -2; /* 一番下に配置 */
}
/* 2枚目：中をくり抜くためのレイヤー */
.bonus-flex-2-inner::after {
    content: "";
    position: absolute;
    inset: 1px; 
    background: var(--color-black-3);
    z-index: -1;
}
/* --- 1つ目：右側を斜めに削る（現状維持：右下が外に出る形） --- */
.bonus-flex-2-inner:first-child,
.bonus-flex-2-inner:first-child::before,
.bonus-flex-2-inner:first-child::after {
    /* 座標：左上(0 0), 右上(92% 0), 右下(100% 100%), 左下(0 100%) */
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
/* --- 2つ目：左側を斜めに削る（修正：左下が内に入る形） --- */
.bonus-flex-2-inner:last-child,
.bonus-flex-2-inner:last-child::before,
.bonus-flex-2-inner:last-child::after {
    /* 座標：左上(0 0), 右上(100% 0), 右下(100% 100%), 左下(8% 100%) */
    /* 8% 0 を 0 0 に戻し、最後の 0 100% を 8% 100% に変更 */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}
.ttl-h3-set-2 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.ttl-h3-set-2 .ttl-h3 {
	color: var(--color-purple-1);
	font-size: 37px;
	font-family: var(--cts-font);
	font-weight: 500;
	line-height: 1;
}
.ttl-h3-set-2 .ttl-h3-note {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}
.collab-box {
	width: 236.53px;
	margin: 20px auto 0;
}
.note-sticker {
	width: 291.6px;
	margin: 50px auto 0;
}
.bonus-txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 20px;
}
.contents--bonus .chara-Illust-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52.81249999999999vw;
    overflow: hidden;
	pointer-events: none;
}
.contents--bonus .chara-Illust-wrap .chara-img-block {
	width: 35.67708333333333vw;
	position: absolute;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-01 {
	top: 4.947916666666666vw;
    left: -2.864583333333333vw;
    z-index: 1;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-02 {
    top: 7.916666666666666vw;
    left: 2.3958333333333335vw;
    z-index: 2;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-03 {
    width: 57.91666666666667vw;
    top: -2.083333333333333vw;
    left: 8.385416666666666vw;
    z-index: 3;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-04 {
	top: 3.125vw;
    left: 32.447916666666664vw;
    z-index: 4;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-05 {
	width: 46.041666666666664vw;
    top: -3.5416666666666665vw;
    right: 19.010416666666664vw;
    z-index: 7;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-06 {
	width: 56.666666666666664vw;
    top: -15.885416666666666vw;
    right: 9.21875vw;
    z-index: 7;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-07 {
    top: -4.166666666666666vw;
    right: 41px;
    z-index: 7;
}
.contents--bonus .chara-Illust-wrap .chara-img-block.chara-08 {
    top: 0;
    right: -6.822916666666666vw;
    z-index: 6;
}
@media (max-width: 768px) {/*375-768*/
	.contents--bonus {
		background: url(../../gamepc/img/cts_collab_vspo-2026/bg-bonus-sp.webp) center / cover var(--color-black-3);
		padding-top: 37.010417vw;
        padding-bottom: 27.875vw;
	}
	.ttl-h3-set .ttl-h3 {
		font-size: 11.466666666666667vw;
	}
	.ttl-h3-set .subttl-h3 {
		font-size: 4vw;
	}
	.bonus-wrap {
		padding-left: 28px;
	}
	.icon-bonus {
		display: none;
	}
	.point-block {
		margin-top: 0;
		margin-left: 0;
	}
	.bonus-item-block {
		padding: 0;
	}
	.bonus-item-block::before,
	.bonus-item-block::after {
		content: none;
	}
	.wallpaper-item {
		width: 100%;
		max-width: 283px;
	}
	.sticker-item {
		width: 100%;
		max-width: 283px;
	}
	.poster-item {
		width: 100%;
		max-width: 227px;
	}
	.bonus-flex-2 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 25px;
		margin-top: 0;
	}
	.bonus-flex-2-inner {
		width: 100%;
		max-width: 283px;
		padding: 25px;
	}
	.bonus-flex-2-inner:nth-of-type(2) {
		padding-left: 25px;
	}
	.bonus-flex-2-inner:first-child, .bonus-flex-2-inner:first-child::before, .bonus-flex-2-inner:first-child::after {
		clip-path: inherit;
	}
	.bonus-flex-2-inner:last-child, .bonus-flex-2-inner:last-child::before, .bonus-flex-2-inner:last-child::after {
		clip-path: inherit;
	}
	.collab-box {
		width: 100%;
		max-width: 199px;
	}
	.note-sticker {
		width: 100%;
		max-width: 207.47px;
	}
	.contents--bonus .chara-Illust-wrap {
		display: none;
	}
}
/* line-up
____________________*/
.contents--line-up {
	width: 100%;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-line-up-pc.webp) center / cover var(--color-black-3);
	clip-path: polygon(0 13.020833333333334vw, 100% 0, 100% 100%, 0 100%);
	padding-top: 19.010416666666664vw;
	padding-bottom: 50.260416666666664vw;
	margin-top: -33.85416666666667vw;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.contents--line-up::before {
	content: "";
    width: 150%;
    height: 1px;
    background: var(--color-white-1);
    position: absolute;
    top: 5.260416666666667vw;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-7.5deg);
    z-index: 3;
}
.line-up {
	position: relative;
	z-index: 1;
}
.line-up .ttl-set .ttl-bg {
	width: 613.5px;
	top: -25px;
    left: 40px;
}
.line-up .ttl-set.notepc .ttl-bg {
	width: 363.43px;
	top: -25px;
    left: 40px;
}
.line-up-flex {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	gap: 100px;
}
.line-up-flex-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	margin-top: 120px;
}
.line-up-flex-2 .inner-right {
	width: 100%;
	max-width: 551px;
}
.pc-block {
	display: flex;
	gap: 50px;
}
.pc-block .desk-img {
	width: 285px;
}
.line-up-inner-flex {
	display: flex;
	gap: 35px;
	margin-top: 24px;
}
.inner-flex-left {
	width: 100%;
	max-width: 325px;
}
.note-img {
	width: 100%;
	max-width: 352px;
}
/* tab */
.tab-container {
	margin-top: 60px;
}
.tab-menu {
	display: flex;
	gap: 30px;
}
.tab-item {
	cursor: pointer;
	padding: 22px 30px;
	font-weight: bold;
	color:var(--color-black-1);
	background: var(--color-gray-3);
	border-radius: 10px 10px 0 0;
	flex-grow: 1;
	transition: flex-grow 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
				background 0.3s ease, 
				color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
}
/* アクティブなタブ：flex-growを大きくして幅を広げる */
.tab-item.active {
	flex-grow: 7.7; 
}
.tab-item:nth-of-type(1).active {
	background: var(--color-pink-2);
}
.tab-item:nth-of-type(2).active {
	color: var(--color-white-1);
	background: var(--color-purple-1);
}
.tab-item:nth-of-type(2).active .ttl-cpu::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-white.webp) no-repeat center center/contain;
}
.tab-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ttl-cpu {
	font-size: 25px;
	font-family: var(--cts-font);
	font-weight: 500;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	z-index: 1;
}
.ttl-cpu::before {
	content: "";
	width: 16.51px;
	height: 16.97px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-black.webp) no-repeat center center/contain;
}
.txt-cpu {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.line-up-note {
	color: var(--color-gray-1);
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
	text-align: right;
    margin-top: 25px;
}
/* --- コンテンツ部分のスタイル --- */
.tab-content-wrapper {
	position: relative;
	margin-top: 35px;
}
.tab-content {
	position: absolute;
	top: 35px;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
/* アクティブなコンテンツ：フェードイン */
.tab-content.active {
position: relative; /* 浮かせず、親の高さに影響を与える */
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}
.line-up-warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.line-up-warp.notepc {
	flex-wrap: wrap;
}
.line-up-item {
	width: 309px;
	height: 567px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-desk.webp) no-repeat center top /contain;
	display: block;
	text-align: center;
	padding: 30px 35px 50px;
	box-sizing: border-box;
	position: relative;
}
.line-up-warp.notepc .line-up-item {
	width: 551.36px;
	height: 319.42px;
	text-align: left;
	background: url(../../gamepc/img/cts_collab_vspo-2026/bg-note.webp) no-repeat center top /contain;
}
.catch {
	color: var(--color-pink-2);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	min-height: 3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: fit-content;
    margin-inline: auto;
	position: relative;
	z-index: 1;
}
.tab-content:nth-of-type(1) .catch {
	color: var(--color-pink-2);
}
.tab-content:nth-of-type(2) .catch {
	color: var(--color-purple-1);
}
.catch::before,.catch::after {
	content: "";
	width: 9.58px;
	height: 9.84px;
}
.tab-content:nth-of-type(1) .catch::before, .tab-content:nth-of-type(1) .catch::after {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-pink.webp) no-repeat center center/contain;
}
.tab-content:nth-of-type(2) .catch::before, .tab-content:nth-of-type(2) .catch::after {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-purple.webp) no-repeat center center/contain;
}
.catch::after {
	transform: rotate(180deg);
}
.model-name {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 13px;
}
.spec-list {
	color: var(--color-gray-1);
	font-size: 13px;
	font-weight: 200;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
}
.highlights {
	width: 200px;
	margin: 15px auto 0;
	padding-block: 15px;
	position: relative;
	z-index: 1;
}
.highlights::before,.highlights::after {
	content: "";
	width: 220px;
	height: 6px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.highlights::before {
	background: url(../../gamepc/img/cts_collab_vspo-2026/highlights-deco-1.webp) no-repeat center top/contain;
	top: 0;
}
.highlights::after {
	background: url(../../gamepc/img/cts_collab_vspo-2026/highlights-deco-2.webp) no-repeat center bottom/contain;
	bottom: 0;
}
.highlights-ttl {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.highlights-txt {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 5px;
}
.model-price {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	margin-top: 15px;
}
.model-price .tax {
	font-size: 15px;
}
.model-link {
	width: 100%;
	max-width: 260px;
    display: block; /* aタグなのでblock化 */
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
	text-align: center;
    padding: 19px;
    margin-top: 15px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden; /* 背景のはみ出しを隠す */
    transition: color 0.3s ease; /* 文字色の変化を滑らかに */
    z-index: 1;
}
.model-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* テキストの背面に配置 */
    transform: scaleX(0); /* 最初は幅ゼロ */
    transform-origin: left top; /* 左から右へ */
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 滑らかな動き */
	opacity: 0.3;
}
/* ホバー時に背景を伸ばす */
.model-link:hover::before {
    transform: scaleX(1);
}
/* テキストと矢印を背景より上に持ってくる */
.model-link span,
.model-link .arrow {
    position: relative;
    z-index: 2;
}
.tab-content:nth-of-type(1) .model-link {
	color: var(--color-pink-2);
	border: 1px solid var(--color-pink-2);
}
.tab-content:nth-of-type(1) .model-link::before {
    background-color: var(--color-pink-2);
}
.tab-content:nth-of-type(2) .model-link {
	color: var(--color-purple-1);
	border: 1px solid var(--color-purple-1);
}
.tab-content:nth-of-type(2) .model-link::before {
    background-color: var(--color-purple-1);
}
.model-link .arrow {
	width: 7px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.tab-content:nth-of-type(1) .model-link .arrow {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-pink-2.webp) no-repeat center center/contain;
}
.tab-content:nth-of-type(2) .model-link .arrow {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-purple-2.webp) no-repeat center center/contain;
}
/* ノートPC */
.line-up-warp.notepc .catch {
	margin-left: 0;
	min-height: inherit;
}
.line-up-warp.notepc .catch::before,.line-up-warp.notepc .catch::after {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-pink.webp) no-repeat center center / contain;
}
.line-up-warp.notepc .spec-list {
	text-align: left;
	align-items: flex-start;
}
.line-up-warp.notepc .model-link {
	color: var(--color-pink-2);
	border: 1px solid var(--color-pink-2);
	position: absolute;
    right: 30px;
    bottom: 50px;
}
.line-up-warp.notepc .model-link::before {
    background-color: var(--color-pink-2);
}
.line-up-warp.notepc .model-link .arrow {
	background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-pink-2.webp) no-repeat center center/contain;
}

.contents--line-up .chara-Illust-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53.07291666666667vw;
    overflow: hidden;
	pointer-events: none;
}
.contents--line-up .chara-Illust-wrap .chara-img-block {
	width: 35.67708333333333vw;
	position: absolute;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-01 {
	width: 49.53125vw;
	top: 4.947916666666666vw;
    left: -11.510416666666666vw;
    z-index: 1;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-02 {
	top: 8.020833333333334vw;
    left: -4.21875vw;
    z-index: 2;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-03 {
    width: 43.854166666666664vw;
    top: 2.9166666666666665vw;
    left: 8.385416666666666vw;
    z-index: 3;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-04 {
    top: 1.8229166666666667vw;
    left: 24.21875vw;
    z-index: 4;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-05 {
    top: 4.427083333333334vw;
    right: 28.229166666666668vw;
    z-index: 7;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-06 {
	top: 2.7604166666666665vw;
    right: 16.510416666666668vw;
    z-index: 6;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-07 {
	top: -1.0416666666666665vw;
    right: 15.78125vw;
    z-index: 7;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-08 {
    top: 2.083333333333333vw;
    right: 0.5729166666666666vw;
    z-index: 8;
}
.contents--line-up .chara-Illust-wrap .chara-img-block.chara-09 {
    top: 0;
    right: -8.854166666666668vw;
    z-index: 9;
}
@media (max-width: 768px) {/*375-768*/
	.contents__inner .deco-left,
	.contents__inner .deco-right {
		display: none;
	}
	.contents--line-up {
		padding-top: 37.010417vw;
        padding-bottom: 27.875vw;
		margin-top: -45.854167vw;
	}
	.line-up .ttl-set.notepc .ttl-bg {
		width: 39.99466666666666vw;
		top: -8.266666666666666vw;
		left: 0;
	}
	.line-up-flex {
		gap: 5.333333333333334vw;
	}
	.line-up-flex-2 {
		margin-top: 80px;
	}
	.pc-block {
		gap: 15px;
	}
	.pc-block .desk-img {
		width: 100%;
		max-width: 131px;
	}
	.tab-menu {
		gap: 9.8px;
	}
	.tab-item {
		padding: 16px 15px 16px 35px;
		position: relative;
		display: flex;
        align-items: center;
	}
	.tab-item::before {
		content: "";
		background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-black.webp) no-repeat center center / contain;
		width: 11.63px;
		height: 11.95px;
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
	}
	.tab-item:nth-of-type(2).active::before {
		background: url(../../gamepc/img/cts_collab_vspo-2026/arrow-white.webp) no-repeat center center / contain;
	} 
	.tab-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.ttl-cpu {
		font-size: 17px;
		gap: 10px;
	}
	.ttl-cpu::before {
		content: none;
	}
	.txt-cpu {
		font-size: 10px;
		display: none;
	}
	.tab-item.active .txt-cpu {
		display: block;
	}
	.tab-content-wrapper {
		margin-top: 20px;
	}
	.line-up-inner-flex {
		flex-direction: column;
	}
	.inner-flex-left {
		width: 100%;
	}
	.note-img {
		width: 100%;
		max-width: 260px;
		margin-inline: auto;
	}
	.line-up-warp.notepc .line-up-item {
		width: 310.37px;
		height: 423.21px;
		text-align: center;
		background: url(../../gamepc/img/cts_collab_vspo-2026/bg-note-sp.webp) no-repeat center top / contain;
	}
	.line-up-warp.notepc .catch {
		margin-inline: auto;
	}
	.line-up-warp.notepc .spec-list {
		align-items: center;
	}
	.line-up-warp.notepc .model-link {
		position: relative;
		right: inherit;
		bottom: inherit;
	}
	.contents--line-up .chara-Illust-wrap {
		display: none;
	}
}
/* news-faq
____________________*/
.contents--news-faq {
	width: 100%;
	background: linear-gradient(0deg,rgba(17, 14, 23, 1) 0%, rgba(0, 7, 49, 1) 100%);
	clip-path: polygon(0 13.020833333333334vw, 100% 0, 100% 100%, 0 100%);
	padding-top: 19.010416666666664vw;
	padding-bottom: 8.4375vw;
	margin-top: -30.46875vw;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.contents--news-faq::before {
	content: "";
    width: 150%;
    height: 1px;
    background: var(--color-white-1);
    position: absolute;
    top: 5.260416666666667vw;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-7.5deg);
    z-index: 3;
}
.news-faq .ttl-set.news .ttl-bg {
    width: 402.2px;
    top: -25px;
    left: 40px;
}
.news-faq .ttl-set::after {
	display: none;
}
.news-faq .ttl-set.faq {
	width: fit-content;
	margin: 124px auto 0;
}
.news-faq .ttl-set.faq .ttl-bg {
    width: 266.5px;
    top: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
} 
/* アコーディオン */
/* =========================================
	共通スタイル（1列・2列どちらも使う）
   ========================================= */
.accordion-full-width {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.accordion-item {
	width: 100%;
	border-bottom: 1px solid var(--color-navy-1);
	align-self: start;
}
.accordion-item:nth-of-type(-n + 2) {
	border-top: 1px solid var(--color-navy-1);
}
.accordion-full-width .accordion-item {
	border: 1px solid var(--color-navy-1);
	border-radius: 10px;
	box-sizing: border-box;
}

.accordion-header {
	width: 100%;
	padding: 24px 15px 24px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-white-1);
	text-align: left;
}

/* アイコンとアニメーション */
.icon {
	position: relative;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border: 2px solid currentColor;
	border-radius: 50%;
	margin-left: 15px;
	transition: background-color 0.3s;
}

/* アイコンの中の棒（共通設定） */
.icon::before, .icon::after {
	content: "";
	position: absolute;
	background-color: currentColor;
	top: 50%;
	left: 50%;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

/* 横棒（中心から幅50%分） */
.icon::before {
	width: 50%;
	height: 1px;
	transform: translate(-50%, -50%); /* 中央寄せ */
}

/* 縦棒（中心から高さ50%分） */
.icon::after {
	width: 1px;
	height: 50%;
	transform: translate(-50%, -50%); /* 中央寄せ */
}

/* 開いた時のアニメーション（縦棒を回転させて消す） */
.accordion-item.is-open .icon::after {
	/* 中央寄せを維持しつつ回転させる */
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

/* コンテンツ開閉（JS制御用） */
.accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.open-inner {
	padding: 25px 0 30px;
	margin: 0 50px;
	color: var(--color-white-1);
	font-size: 15px;
	line-height: 1.8;
	border-top: 1px solid var(--color-navy-1);
}
.accordion-full-width .open-inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
/* =========================================
	レイアウト分け
   ========================================= */

/* 【1列バージョン】用コンテナ */
.accordion-full {
	width: 100%;
	margin: 0 auto;
}

/* 【2列バージョン】用コンテナ */
.accordion-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2列 */
	gap: 0 40px; /* 左右のアイテム間の隙間 */
	width: 100%;
	margin: 50px auto 0;
}
.ac-label {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	width: fit-content;
	padding: 12px 15px;
	border: 1px solid var(--color-pink-1);
	border-radius: 9999px;
}
.ac-ttl {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 15px;
}
.ac-date {
	color: var(--color-gray-5);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-top: 15px;
}
.news-box {
	width: 100%;
}
.ttl-news-box {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 13px;
	position: relative;
	z-index: 1;
}
.ttl-news-box::before {
	content: "";
	width: 17.99px;
	height: 15.58px;
	background: url(../../gamepc/img/cts_collab_vspo-2026/icon-list.webp) no-repeat center center/contain;
}
.news-txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 15px;
}
.news-txt a {
	color: var(--color-pink-2);
	text-decoration: underline;
}
.news-txt a:hover {
	text-decoration: none;
}
.news-note {
	color: var(--color-gray-2);
	font-size: 11px;
	font-weight: 200;
	line-height: 1.5;
	margin-top: 15px;
}
.row2 {
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	margin-top: 15px;
}
.question-txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.answer-txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}
.answer-note {
    color: var(--color-gray-2);
    font-size: 11px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 15px;
}
.faq-inner-list {
	font-size: 12px;
	display: grid;
	grid-template-columns: max-content 1fr; 
	gap: 10px 20px;
	align-items: baseline;
	margin-top: 15px;
}

.faq-inner-list dt {
	grid-column: 1;
	font-weight: bold;
}

.faq-inner-list dd {
	grid-column: 2;
	margin: 0;
}
.answer-txt a,
.answer-note a,
.faq-inner-list a {
	text-decoration: underline;
}
.answer-txt a:hover,
.answer-note a:hover,
.faq-inner-list a:hover {
	text-decoration: none;
}
.lp-logo {
	width: 100%;
	max-width: 538.75px;
	margin: 150px auto 0;
}
.lp-copy-block {
	color: var(--color-gray-2);
	font-size: 11px;
	font-weight: 200;
	line-height: 1.7;
	text-align: center;
	margin-top: 127px;
}
.copy-note {
	margin-top: 1em;
}
@media (max-width: 768px) {/*375-768*/
	.contents--news-faq {
		padding-top: 37.010417vw;
        padding-bottom: 27.875vw;
		margin-top: -45.854167vw;
	}
	.news-faq .ttl-set.news .ttl-bg {
		width: 45.49866666666667vw;
		top: -8.266666666666666vw;
        left: 0;
	}
	.news-faq .ttl-set.faq .ttl-bg {
		width: 30.146666666666665vw;
		top: -2.266667vw;
	}
	.accordion-full-width {
		margin-top: 30px;
		gap: 15px;
	}
	/* アコーディオン */
	.accordion-full-width .accordion-item {
		border-radius: 5px;
	}
	.accordion-grid {
		margin-top: 40px;
	}
	.accordion-header {
		padding: 20px 15px 20px 20px;
	}
	.accordion-grid {
		grid-template-columns: 1fr;
	}
	.open-inner {
		margin: 0 20px;
		font-size: 13px;
		word-break: break-all;
		overflow-wrap: break-word;
	}
	.accordion-full-width .open-inner {
		flex-direction: column;
	}
	.ac-label {
		font-size: 9px;
		padding: 6px 10px;
	}
	.ac-ttl {
		font-size: 15px;
		margin-top: 10px;
	}
	.ac-date {
		font-size: 11px;
		margin-top: 10px;
	}
	.ttl-news-box {
		font-size: 14px;
	}
	.news-txt {
		font-size: 13px;
	}
	.question-txt {
		font-size: 16px;
	}
	.answer-txt {
		font-size: 13px;
	}
	.answer-note {
		font-size: 11px;
	}
	.lp-logo {
		width: 100%;
		max-width: 187.38px;
		margin-top: 70px;
	}
	.lp-copy-block {
		font-size: 10px;
		margin-top: 60px;
	}
}