@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(33px, -0.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	100 to 900
	*/

	--cts-font: "Outfit", sans-serif;
	/* Outfit
	100 to 900
	*/

	--dp-h2-size: clamp(45px,calc(1.023rem + 3.97vw),75px);
	--dp-h3-size: clamp(15px,calc(.955rem + .73vw),22px);
	--dp-h4-size: clamp(1px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-white-1: #FFFFFF;
	--cts-white-2: #FFEEC3;
	--cts-white-3: #E0E0E0;
	--cts-gray-1: #878787;
	--cts-gray-2: #5E5E5E;
	--cts-gray-3: #7B7B7B;
	--cts-gray-4: #616161;
	--cts-yellow-1: #DADE1A;
	--cts-yellow-2: #D5D91A;
	--cts-yellow-3: #D7DD00;
	--cts-blue-1: #03ABFF;
	--cts-blue-2: #0072DA;
	--cts-blue-3: #0075BE;
	--cts-blue-4: #007DC2;
	--cts-blue-5: #0082D3;
	--cts-blue-6: #0060BD;
	--cts-blue-7: #0055B9;
	--cts-blue-8: #002063;
	--cts-blue-9: #00AAEA;
	--cts-blue-10: #0069F9;
	--cts-blue-11: #263E81;
	--cts-blue-12: #011E60;
	--cts-blue-13: #005FBD;
	--cts-black-1: #333333;
}

/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	/* background: var(--cts-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.contents__inner .area_nav {
	color: var(--cts-color);
	font-family: var(--cts-font);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	left: -60px;
	top: 190px;
	writing-mode: vertical-rl;
	z-index: 5;
}
.contents__inner .area_nav::after {
	content: "";
	width: 2px;
	height: 50px;
	background: var(--cts-color);
	position: relative;;
}
.contents__wrap .model-link {
	background: linear-gradient(90deg, rgba(0,54,211,1) 0%, rgba(0,170,234,1) 70%, rgba(0,170,234,1) 100%);
	overflow: hidden;
	z-index: 1;
}
.model-link::before {
	position: absolute;
	background: rgba(0,54,211,1) 0%;
	content: "";
	width: 150%;
	height: 101%;
	top: 0;
	left: -168%;
	transform: skewX(-18deg);
	opacity: .5;
	z-index: -1;
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}
/* コンテンツ
____________________*/
::selection {
	color: var(--cts-blue-8);
	background-color: var(--cts-yellow-3);
}
.contents__wrap {
	padding-block-end: 150px;
	margin-bottom: 100px;
	background: url(../../gamepc/img/newgalleria2025/bg.webp) center center/contain;
	overflow: hidden;
}
.contents__wrap .contents {
	position: relative;
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	display: none;
	background: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: +1;
}
.sub_nav_wrap.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
}
.sub_nav__inner {
	padding: 0;
}
.submenu__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 21px;
	padding: 18px 0;
}
.submenu__list .menu__item a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 284px;
	max-height: 68px;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-blue-8);
    background: var(--cts-white-1);
    border-radius: 50px;
    font-size: clamp(14px, 0.652rem + 0.36vw, 16px);
    font-weight: 700;
    letter-spacing: .08em;
    transition: all .3s;
    text-align: center;
	text-decoration: none;
	box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}
.submenu__list .menu__item.current a {
	color: var(--cts-blue-1);
}
.submenu__list .menu__item a::before, .submenu__list .menu__item a::after {
    content: "";
    position: absolute;
}
.submenu__list .menu__item a::before {
	width: 28px;
    height: 28px;
    bottom: -15px;
    border-radius: 50%;
    background: var(--cts-yellow-1);
}
.submenu__list .menu__item a::after {
    width: 7px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    border-top: 2px solid var(--cts-blue-8);
    border-right: 2px solid var(--cts-blue-8);
    transform: translate(-50%, -50%) rotate(135deg);
}
.submenu__list .menu__item a:hover {
    bottom: -3px;
    box-shadow: 0 0 0 var(--cts-color3);
}
.submenu-btn {
	display: none;
}
/* ttl
____________________*/
.ttl-set {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ttl-eng {
	color: var(--cts-yellow-3);
	font-size: clamp(48px, 0.652rem + 6.36vw, 85px);
	font-family: var(--cts-font);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
.ttl-h2 {
	color: var(--cts-white-1);
	font-size: clamp(16px, 0.652rem + 1.36vw, 20px);
    font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 5px;
}
/* cp-nav
____________________*/
.cp-nav__list {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 21px;
}
.cp-nav__item a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    width: 284px;
	max-height: 68px;
    bottom: 0;
    padding: clamp(14px, -0.074rem + 1.85vw, 16px) 1em;
    color: var(--cts-blue-8);
    background: var(--cts-white-1);
    border-radius: 50px;
    font-size: clamp(14px, 0.652rem + 0.36vw, 16px);
    font-weight: 700;
	line-height: 1.4;
    letter-spacing: .08em;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}
.cp-nav__item a::before, .cp-nav__item a::after {
    content: "";
    position: absolute;
}
.cp-nav__item a::before {
    width: 28px;
    height: 28px;
    bottom: -15px;
    border-radius: 50%;
    background: var(--cts-yellow-1);
}
.cp-nav__item a::after {
    width: 7px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    border-top: 2px solid var(--cts-blue-8);
    border-right: 2px solid var(--cts-blue-8);
    transform: translate(-50%, -50%) rotate(135deg);
}
.cp-nav__item a:hover {
    bottom: -3px;
    box-shadow: 0 0 0 var(--cts-color3);
}
/* slider
____________________*/
.contents .slider-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 1;
}
.contents .slider-wrap .slider {
	position: relative;
}
.contents .slider-wrap .slider + .slider {
	margin: 30px 0 0;
}
.slider-txt {
	color: var(--cts-blue-11);
	font-family: var(--cts-font);
	font-size: clamp(109px, 0.652rem + 13.36vw, 182px);
	font-weight: 600;
	margin-left: 150px;
}
.slick-slide .selectable {
	user-select: text;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 80px;
}
.contents--campaign .slider-txt {
	background-image:linear-gradient(180deg,rgba(172, 177, 190, 1) 15%, rgba(38, 62, 129, 1) 50%, rgba(38, 62, 129, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.campaign {
	max-width: 1440px;
	position: relative;
	z-index: +1;
}
.campaign-slider-wrap {
	position: relative;
	margin: auto;
	margin-top: 80px;
}
/* PC時は4列グリッド */
@media screen and (min-width: 769px) {
    .cp-thum-list {
        display: flex;
        flex-wrap: wrap;
		max-width: 1200px;
        margin: 0 auto;
        gap: 10px;
    }
    .cp-thum-list .cp-thum-list-item {
        flex: 0 0 25%;
        max-width: 292px;
    }
}

/* サムネイル固定サイズ */
.cp-thum-list .cp-thum-list-item {
    width: 170px;
    margin: 0;
    padding: 0;
}

.cp-thum-list .cp-thum-list-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* PC時のみアクティブにボーダー */
@media screen and (min-width: 769px) {
    .cp-thum-list .cp-thum-list-item.active {
        box-sizing: border-box;
		position: relative;
		z-index: 1;
    }
	.cp-thum-list .cp-thum-list-item.active::before {
		content: "";
		pointer-events: none;
		width: 100%;
		height: 100%;
		border: 4px solid var(--cts-blue-1);
		position: absolute;
		z-index: +1;
	}
}
.appeal-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.txt-appeal {
	font-size: clamp(12px, -0.652rem + 4.36vw, 13px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	padding-block: 50px;
}
.triangle-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 36px;
	animation: blink 2s infinite;
}
@keyframes blink {
	0%, 100% {
		opacity: 1; /* 完全に表示 */
	}
	50% {
		opacity: 0; /* 完全に非表示 */
	}
}
.star {
	width: 21px;
	height: 15px;
	display: block;
	background: url(../../gamepc/img/newgalleria2025/arrow-round-1.webp) no-repeat center center/contain;
}
.triangle-block:nth-of-type(1) .star:nth-of-type(2)  {
	background: url(../../gamepc/img/newgalleria2025/arrow-round-2.webp) no-repeat center center/contain;
}
.triangle-block:nth-of-type(1) .star:nth-of-type(3)  {
	background: url(../../gamepc/img/newgalleria2025/arrow-round-3.webp) no-repeat center center/contain;
}
.triangle-block:nth-of-type(2) .star:nth-of-type(1)  {
	background: url(../../gamepc/img/newgalleria2025/arrow-round-3.webp) no-repeat center center/contain;
}
.triangle-block:nth-of-type(2) .star:nth-of-type(2)  {
	background: url(../../gamepc/img/newgalleria2025/arrow-round-2.webp) no-repeat center center/contain;
}
.triangle-block:nth-of-type(2) .star:nth-of-type(3)  {
	background: url(../../gamepc/img/newgalleria2025/arrow-round-1.webp) no-repeat center center/contain;
}
.triangle-block.reverse .star {
	transform: rotate(180deg);
}
/* 共通スタイル */
.slider-campaign {
	width: 100%;
	max-width: 1250px;
	margin-inline: auto;
}
.slider-campaign .slick-list {
	overflow: visible;
}
.slider-campaign img {
	width: 100%;
	max-width: 1200px !important;
	margin-inline: 25px;
}
.slider-campaign .custom-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: linear-gradient(90deg,rgba(172, 177, 190, 1) 10%, rgba(38, 62, 129, 1) 90%, rgba(38, 62, 129, 1) 10%);
	border: 2px solid var(--cts-white-1);
	cursor: pointer;
	outline: none;
}

/* 矢印アイコン（beforeで表示） */
.slider-campaign .custom-arrow::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

/* 左矢印 */
.slider-campaign .slick-prev {
	left: -10px;
	transform: translateY(-50%) rotate(180deg);
}
.slider-campaign .slick-prev::before {
	background-image: url("../../gamepc/img/newgalleria2025/arrow-slider.webp");
}

/* 右矢印 */
.slider-campaign .slick-next {
	right: -10px;
}
.slider-campaign .slick-next::before {
	background-image: url("../../gamepc/img/newgalleria2025/arrow-slider.webp");
}
.slider-campaign img {
	max-width: 100%;
	display: inline-block;
}
.campaign-detail {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.campaign-detail-item {
	display: none;
}
.campaign-detail .slick-slide {
	display: block;
}
.campaign-detail-item.slick-slide {
	height: 0;
}
.campaign-detail-item.slick-slide.slick-current.slick-active {
	height: auto;
}
.introduction-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}
.introduction-inner {
    width: 100%;
	max-width: 770px;
}
.cp-catch-txt {
	font-size: clamp(18px, -0.652rem + 4.36vw, 30px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: left;
}
.yellow {
	color: var(--cts-yellow-2);
}
.ac-btn.model-link {
	font-size: clamp(14px, -0.652rem + 4.36vw, 18px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	width: 100%;
	max-width: 380px;
	flex: none;
	margin-top: 0;
	padding: 25px;
}
.ac-btn.model-link.active {
	background: var(--cts-gray-2);
}
.ac-btn.model-link .arrow {
	width: 41px;
	height: 41px;
	transform: translate(0, -50%) rotate(90deg);
}
.ac-btn.model-link.active .arrow {
	background: var(--cts-gray-3);
	transform: translate(0, -50%) rotate(-90deg);
	border-color: var(--cts-white-1);
}
.ac-btn.model-link .arrow::before {
	width: 14px;
	height: 14px;
}
.ac-btn.model-link.active .arrow::before {
	background-image: url(../../gamepc/img/newgalleria2025/arrow-slider.webp);
}
.campaign-contents {
	display: none;
	padding: 50px;
	margin-top: 50px;
	background: var(--cts-blue-11);
	border-radius: 10px;
	box-sizing: border-box;
}
.campaign-block + .campaign-block {
	margin-top: 30px;
}
.ttl-h2-cp {
	color: var(--cts-yellow-2);
	font-size: clamp(16px, -0.652rem + 4.36vw, 18px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	border-top: 1px solid var(--cts-white-1);
	border-bottom: 1px solid var(--cts-white-1);
	padding-block: 9px;
}
.cp-date {
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px auto 0;
}
.date-inner {
	display: flex;
	justify-content: center;
}
.cp-date dt,.cp-date dd {
	font-size: clamp(15px, -0.652rem + 4.36vw, 17px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.cp-txt-1 {
	font-size: clamp(15px, -0.652rem + 4.36vw, 17px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 20px;
}
.cp-txt-1 a {
	text-decoration: underline;
}
.cp-txt-1 a:hover {
	text-decoration: none;
}
.cp-txt-note {
	font-size: clamp(12px, -0.652rem + 4.36vw, 13px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.cp-note-list {
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
}
.cp-note-list li {
	font-size: clamp(12px, -0.652rem + 4.36vw, 13px);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}
.cp-1-item {
	width: 100%;
	max-width: 532px;
	margin: 20px auto 0;
}
.cp-2-item-list,
.cp-3-item-list,
.tpl-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
.cp2-item,
.cp3-item,
.tpl-item {
	width: 100%;
	max-width: 286px;
	min-height: 350px;
	padding: 20px;
	background: var(--cts-white-1);
	border-radius: 10px;
}
.cp2-item.soon {
background: var(--cts-gray-4);
    display: flex;
    align-items: center;
	justify-content: center;
}
.cp2-item.soon .soon-txt {
	color: var(--cts-black-1);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}
.present-number {
	color: var(--cts-blue-7);
	font-size: clamp(11px, -0.652rem + 3.36vw, 12px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.ttl-present-name {
	color: var(--cts-black-1);
	font-size: clamp(11px, -0.652rem + 3.36vw, 13.8px);
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.ttl-present-name-2 {
	color: var(--cts-black-1);
	font-size: clamp(14px, -0.652rem + 4.36vw, 16px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.present-img {
	width: 100%;
	max-width: 246px;
	margin-inline: auto;
	margin-top: 10px;
}
.copy-txt {
	color: var(--cts-black-1);
	font-size: clamp(10px, -0.652rem + 4.36vw, 11px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.inventory-txt {
	color: var(--cts-blue-7);
	font-size: clamp(20px, -0.652rem + 4.36vw, 24px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.inventory-txt .count {
	font-size: clamp(38px, -0.652rem + 4.36vw, 45px);
	font-weight: 700;
}
.method {
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0;
}
.ttl-tpl-name {
	color: var(--cts-black-1);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.tpl-txt {
	color: var(--cts-blue-4);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 20px;
}
.tooltip {
	position: absolute;
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
	z-index: 9999;
}
.tooltip.show {
	opacity: 1;
	transform: translateY(-12px);
}
.tbl-wrap {
	width: 805px;          /* 枠の基準幅 */
	overflow-x: auto;      /* 横スクロール可 */
	overflow-y: hidden;    /* 縦スクロール禁止 */
	-webkit-overflow-scrolling: touch; /* スマホの慣性スクロール */
	max-width: 100%;       /* 画面幅を超えないようにする */
	margin: 20px auto 0;
}

.tbl-purchase {
	width: 100%;           /* 枠いっぱいに広がる */
	border-collapse: collapse;
	table-layout: fixed;   /* セル幅を自動調整 */
}

/* スクロールバーのデザイン（Webkit系ブラウザ用） */
.tbl-wrap::-webkit-scrollbar {
	height: 8px; /* 横スクロールなので高さ */
}

.tbl-wrap::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.tbl-wrap::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.tbl-wrap::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Firefox 用 */
.tbl-wrap {
	scrollbar-color: #888 #f1f1f1; /* thumb track */
	scrollbar-width: thin;
}
.tbl-purchase th,
.tbl-purchase td {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
    vertical-align: middle;
	border: 1px solid var(--cts-white-1);
	padding: 10px;
}
.tbl-purchase th {
	background: var(--cts-blue-12);
}
.tbl-purchase th:nth-of-type(1),
.tbl-purchase th:nth-of-type(2) {
    width: 16%;
}
.tbl-purchase td:nth-of-type(n+2) {
	color: var(--cts-yellow-2);
	font-weight: 700;
}
.tbl-purchase td:nth-of-type(n+3) {
	text-align: left;
}
.increase-item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	margin-top: 20px;
}
.increase-item {
	width: 100%;
	max-width: 256px;
	background: var(--cts-white-1);
	padding: 30px 15px;
	border-radius: 10px;
	min-height: 338px;
}
.increase-img {
	width: 100%;
	max-width: 148px;
	margin-inline: auto;
}
.increase-model-ttl {
	color: var(--cts-black-1);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 24px;
}
.increase-model-txt {
	color: var(--cts-blue-4);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.example {
	width: 100%;
	max-width: 923px;
	margin: 20px auto 0;
}
.note-block {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0;
}
.note-ttl {
	font-size: clamp(13px, -0.652rem + 4.36vw, 14px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	border: 1px solid var(--cts-white-1);
	padding: 6px;
	display: inline-block;
}
.note-list {
	font-size: clamp(12px, -0.652rem + 4.36vw, 13px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
/* recommend
____________________*/
.contents--recommend {
	margin-top: 140px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}
.contents--recommend .recommend {
	position: relative;
	z-index: +1;
}
.recommend .cp-nav__list {
	margin-top: 55px;
}
.series-wrap {
	padding-top: 50px;
}
.ttl-set-2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.ttl-h3-arrow {
	width: 32px;
	height: 32px;
	background: var(--cts-yellow-1);
	border: 3px solid var(--cts-white-1);
	border-radius: 50%;
	flex: none;
	position: relative;
	z-index: 1;
}
.ttl-h3-arrow::before {
	content: "";
	width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-top: 2px solid var(--cts-blue-8);
    border-right: 2px solid var(--cts-blue-8);
    transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	z-index: +1;
}
.ttl-set-2 .ttl-h3 {
	font-family: var(--cts-font);
	font-size: clamp(25px, 0.652rem + 6.36vw, 40px);
	font-weight: 600;
	letter-spacing: 0.08em;
}
.txt-Series {
	font-size: clamp(12px, -0.652rem + 4.36vw, 13px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin-top: 15px;
}
.lineup-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 40px;
}
.lineup-list-item {
	width: 100%;
	max-width: 286px;
	background: var(--cts-white-1);
	border-radius: 10px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.model-img {
	width: 230px;
	display: block;
	margin-inline: auto;
}
.model-ttl {
	color: var(--cts-black-1);
	font-size: clamp(18px, -0.652rem + 4.36vw, 18px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
	margin-top: 10px;
	text-align: center;
}
.model-spec {
	margin-top: 10px;
}
.model-spec li {
	color: var(--cts-blue-2);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.7;
	text-align: center;
}
.model-price {
	color: var(--cts-black-1);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: 10px;
}
.model-price .tax {
	font-size: 15px;
}
.model-link {
	width: 100%;
	border-radius: 9999px;
    color: #fff;
    display: block;
	font-size: 14px;
    font-weight: 700;
    padding: 18px;
    text-align: center;
	background-size: 200% 100%;
	border: none;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
.model-link .arrow {
	width: 31px;
	height: 31px;
	background: var(--cts-white-1);
	border: 1px solid var(--cts-blue-3);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translate(0,-50%);
	z-index: +1;
}
.model-link .arrow::before {
	content: "";
	background: url(../../gamepc/img/newgalleria2025/model-arrow.webp) no-repeat center center/contain;
	width: 18px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: +1;
}
.model-link.other-model {
	color: var(--cts-blue-12);
	font-size: clamp(13px, -0.652rem + 4.36vw, 16px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	width: 100%;
	max-width: 527px;
	background: var(--cts-white-1);
	margin: 30px auto 0;
	padding: 20px;
}
.model-link.other-model .arrow {
	width: 37px;
	height: 37px;
	right: 16px;
}
.model-link.other-model .arrow::before {
	background: url(../../gamepc/img/newgalleria2025/model-arrow-2.webp) no-repeat center center/contain;
}
/* other-campaign
____________________*/
.contents--other-campaign {
	margin-top: 140px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
}
.contents--other-campaign .other-campaign {
	position: relative;
	z-index: +1;
}
.bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 19px;
	margin-top: 50px;
}
.bnr-list-item {
	width: 100%;
	max-width: 387px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	position: fixed !important;
	padding: 0;
	bottom: max(2.5vw,30px);
	right: max(2.5vw,30px);
	z-index: 10;
	transition: all .3s;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
	visibility: visible;
}
.top-anchor {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(75.5px, 1.978rem + 7.56vw, 161px);
    height: clamp(75.5px, 1.978rem + 7.56vw, 161px);
    top: 0;
    border-radius: 50%;
    transition: all .3s;
	position: relative;
	z-index: 1;
}
.top-anchor .top-arrow {
	position: relative;
	z-index: 3;
}
.top-anchor .bg-return {
	animation: rotate-bg-return 16s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
@keyframes rotate-bg-return {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.top-anchor:hover {
	top: -10px;
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	padding-bottom: 50px;
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	/* background: var(--cts-color1); */
}
.sub_nav__inner {
	position: relative;
	z-index: 10;
	height: 50px;
}
.sub_nav__inner::after {
	content: '';
    position: absolute;
	z-index: -1;
	top: 35px;
	left: 50%;
    transform: translate(-50%,-50%);
	width: 120px;
	height: 64px;
}
.header__menu {
	position: absolute;
	z-index: 5;
	top: 53px;
	width: 100%;
	height: calc(100vh - 50px);
	opacity: 0;
	visibility: hidden;
}
.sub_nav__inner.active .header__menu {
	opacity: 1;
	visibility: visible;
	background: var(--cts-blue-12);
}

.submenu__list {
	flex-direction: column;
	gap: 25px;
	border-top: 1px solid #fff;
	padding-top: 29px;
	padding-inline:var(--cts-gutter) ;
}
.submenu__list .menu__item a {
	color: var(--dp-color2);
	background: var(--cts-blue-12);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 9999px;
	width: 100%;
	min-height: 70px;
	padding: inherit;
	position: relative;
}
.submenu__list .menu__item a::before {
	content: none;
}
.submenu__list .menu__item a::after {
	content: none;
}
.submenu__list .menu__item.current a {
	color: var(--cts-yellow-1);
	border-color: var(--cts-yellow-1);
}
.submenu__list .menu__item.current a::after {
	border-color: var(--cts-color9);
}
.submenu-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8px;
	cursor: pointer;
	box-sizing: border-box;
	
}
.submenu-btn::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* .active .submenu-btn {
	background: var(--cts-color9);
} */
.submenu-btn span:nth-child(-n+3) {
	position: absolute;
	display: block;
	width: 33px;
	height: 2px;
	background: var(--cts-blue-2);
}
.submenu-btn span:nth-child(1) {
	top: 10px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(1) {
	background: var(--cts-white-1);
	top: 20px;
	transform: rotate(30deg);
}
.submenu-btn span:nth-child(2) {
	top: 18px;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .submenu-btn::after {
	background: rgba(1,30,96,1);
}
.sub_nav__inner.active .submenu-btn span:nth-child(2) {
	opacity: 0;
}
.submenu-btn span:nth-child(3) {
	top: 26px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(3) {
	background: var(--cts-white-1);
	top: 20px;
	transform: rotate(-30deg);
}
.submenu-btn span:nth-child(4) {
	font-size: 10px;
	color: #fff;
	display: block;
	margin: 25px 0 0;
}
.submenu-btn span:nth-child(4):after {
	color: var(--cts-blue-2);
	content: "MENU";
	font-size: 11px;
	letter-spacing: 1.5px;
}
.sub_nav__inner.active .submenu-btn span:nth-child(4):after {
	content: "CLOSE";
	color: var(--cts-color1);
	letter-spacing: normal;
}
.ttl-sub {
	text-align: center;
}
.entry-block {
	margin-top: 35px;
}
.entry-btn {
	height: 83px;
    padding: 20px 20px;
	border-radius: 10px;
	box-shadow: 0 5px var(--cts-white-1)
}
.entry-btn-txt {
	margin-inline: auto;
}
.arrow-wrap {
	display: none;
}
.entry-btn-note {
	text-align: left;
	margin-top: 30px;
}
/* cp-nav
____________________*/
.cp-nav__list {
	flex-direction: column;
	align-items: center;
	gap: 28px;
}
.cp-nav__item a {
	width: 275px;
}
/* slider
____________________*/
.contents .slider-wrap {
	top: -35px;
}
/* campaign
____________________*/
.contents--campaign {
    padding-top: 50px;
}
.cp-thum-list .slick-list {
	overflow: visible;
}
.cp-thum-list .cp-thum-list-item {
    width: 170px !important; /* サムネイル固定サイズ */
    margin: 3px;
    padding: 0;
}
.cp-thum-list .cp-thum-list-item.slick-active {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.cp-thum-list .cp-thum-list-item.slick-active::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 4px solid var(--cts-blue-1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: +1;
	pointer-events: none;
}
.cp-thum-list .cp-thum-list-item img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-thum-list .custom-arrow {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid var(--cts-white-1);
    cursor: pointer;
    outline: none;
}
.cp-thum-list .custom-arrow::before {
	content: "";
    display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../gamepc/img/newgalleria2025/arrow-slider.webp);
	margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	pointer-events: none;
}
.cp-thum-list .slick-prev {
	left: -10px;
	transform: translateY(-50%) rotate(180deg);
}
.cp-thum-list .slick-next {
	right: -10px;
}
.txt-appeal {
	padding-block: 30px;
}
.appeal-block {
	justify-content: space-between;
	gap: 10px;
}
.triangle-block:nth-of-type(1) .star.star:nth-of-type(2),
.triangle-block:nth-of-type(1) .star.star:nth-of-type(3) {
	display: none;
}
.triangle-block:nth-of-type(2) .star.star:nth-of-type(1),
.triangle-block:nth-of-type(2) .star.star:nth-of-type(2) {
	display: none;
}
.star {
	width: 13px;
}
.slider-campaign .slick-list {
	overflow: hidden;
}
.slider-campaign img {
	margin-inline: 0;
}
.slider-campaign .custom-arrow {
	width: 49px;
	height: 49px;
}
.slider-campaign .custom-arrow::before {
	width: 16px;
    height: 16px;
}
.campaign-detail {
	margin-top: 20px;
}
.introduction-block {
	gap: 20px;
}
.cp-catch-txt {
	letter-spacing: 0.06em;
}
.ac-btn.model-link {
	padding: 21px;
}
.ac-btn.model-link .arrow {
	width: 34px;
	height: 34px;
	right: 17px;
}
.campaign-contents {
	margin-top: 25px;
	padding: 30px 20px;
}
.cp-date dt, .cp-date dd {
	text-align: left;
}
.cp-date dt {
	flex: none;
}
.cp-txt-1 {
	text-align: left;
}
.cp-txt-note {
	text-align: left;
}
.cp-2-item-list, .cp-3-item-list, .tpl-list {
	gap: 20px;
}
.cp2-item, .cp3-item, .tpl-item {
	min-height: 305px;
	padding: 20px 10px;
}
.present-img {
	max-width: 210px;
}
.cp-note-list {
	margin-top: 20px;
}
.note-block {
	margin-top: 25px;
}
/* recommnend
____________________*/
.contents--recommend {
	padding-top: 30px;
	margin-top: 100px;
}
.lineup-list {
	width: 100%;
	max-width: 309px;
}
.lineup-list-item {
	max-width: inherit;
}
.lineup-list .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
	width: 49px;
	height: 49px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(172, 177, 190, 1) 10%, rgba(38, 62, 129, 1) 90%, rgba(38, 62, 129, 1) 10%);
    border: 2px solid var(--cts-white-1);
    cursor: pointer;
    outline: none;
}
.lineup-list .slick-prev {
    left: -10px;
    transform: translateY(-50%) rotate(180deg);
}
.lineup-list .slick-next {
    right: -10px;
}
.lineup-list .slick-prev::before,
.lineup-list .slick-next::before {
	content: "";
	width: 16px;
	height: 16px;
    background-image: url(../../gamepc/img/newgalleria2025/arrow-slider.webp);
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
/* other-campaign
____________________*/
.contents--other-campaign {
	padding-top: 30px;
	margin-top: 100px;
}
.bnr-list {
	margin-top: 35px;
}
.bnr-list-item {
	max-width: 309px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	bottom: max(2.5vw,20px);
	right: max(2.5vw,20px);
}
.cp-intro-block {
	margin-top: 0;
}
.cp-intro-block .cp-intro-txt {
	letter-spacing: 0;
}
.cp-intro-block .cp-intro-image {
	width: 26.7vw;
	top: 130px;
}
.recommend-item-wrap {
	gap: 20px;
	margin-top: 25px;
}
.recommend-item {
	max-width: 309px;
	padding: 30px;
}
.model-image-wrap {
	height: 210px;
}
.model-image-wrap .item-image {
	width: 210px;
	margin-left: -15px;
}
.category-2 .model-image-wrap .item-image, .category-4 .model-image-wrap .item-image {
	margin-left: 45px;
}
.model-image-wrap .probability {
	width: 105px;
	right: 0;
}
.model_link-box {
	max-width: 223px;
}
.model_link {
	height: 50px;
}
.model_link .lineup-arrow-box {
	right: 15px;
}
.lineup-arrow-box .lineup-arrow::before, .lineup-arrow-box .lineup-arrow::after {
	top: calc(50% - 1px);
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/*　アニメーション
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-100px); }      /* 上から */
.fade-in-bottom { transform: translateY(100px); }    /* 下から */
.fade-in-right { transform: translateX(100px); }     /* 右から */
.fade-in-left { transform: translateX(-100px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.4); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */