@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
	*/

	--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-pink-1: #FA86A3;
	--cts-pink-2: #FB6489;
	--cts-yellow-1: #D5D91A;
	--cts-green-1: #11B478;
	--cts-blue-1: #0078D4;
	--cts-blue-2: #103482;
	--cts-gray-1: #E0E0E0;
	--cts-gray-2: #878787;
	--cts-gray-3: #7D7D7D;
	--cts-gray-4: #656565;
	--cts-black-1: #000000;
	--cts-black-2: #40292E;
	--cts-black-3: #404040;
	--cts-black-4: #231814;
}

/* 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;
}
.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: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0 !important;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.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;
	}
}
@media screen and (max-width: 768px) {
		.l-header {
		z-index: 5;
	}

}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb__list {
	position: relative;
	z-index: 5;
}
.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;
}
.l-footer {
	background: #fff;
	position: relative;
	z-index: 5;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
.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-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;;
}
/* コンテンツ
____________________*/
::selection {
	color: var(--cts-pink-2);
	background-color: var(--cts-white-1);
}
.contents__wrap {
	padding-block-end: 0;
	position: relative;
	z-index: 1;
}
.contents__wrap::before,
.contents__wrap::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
}
.contents__wrap::before {
	width: 10.200000000000001vw;
	left: 0;
	background: url(../../gamepc/img/galleria-spring-camp-2026/petal-left.webp) repeat-y center top/contain;
}
.contents__wrap::after {
	width: 9.693229166666667vw;
	right: 0;
	background: url(../../gamepc/img/galleria-spring-camp-2026/petal-right.webp) repeat-y center top/contain;
}
.contents__wrap .ribbon-left {
	width: 9.375vw;
	height: 100%;
	background: url(../../gamepc/img/galleria-spring-camp-2026/ribbon-left.webp) repeat-y center top/contain;
	position: fixed;
	top: 0;
	left: -1.40625vw;
	z-index: 5;
}
.contents__wrap .ribbon-right {
	width: 8.854166666666668vw;
	height: 100%;
	background: url(../../gamepc/img/galleria-spring-camp-2026/ribbon-right.webp) repeat-y center top/contain;
	position: fixed;
	top: 0;
	right: -1.40625vw;
	z-index: 5;
}
.contents__wrap .contents {
	position: relative;
}
.end-block {
	background: var(--cts-yellow-1);
	padding-block: 20px;
	position: relative;
	z-index: 5;
}
.end-comment {
	color: var(--cts-blue-11);
	font-size: clamp(22px, 32 / 1400 * 100vw, 32px);
    font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
/* 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: 14;
}
.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;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-green-1);
    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-pink-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-pink-1);
}
.submenu__list .menu__item a::after {
    width: 7px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    border-top: 2px solid var(--cts-white-1);
    border-right: 2px solid var(--cts-white-1);
    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;
}
.snav-ornament {
	display: none;
}
.ttl-set {
	width: fit-content;
	position: relative;
	margin-inline: auto;
	z-index: 1;
}
.ttl-h2 {
	color: var(--cts-yellow-3);
	font-size: clamp(48px, 0.652rem + 6.36vw, 85px);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

.ttl-sub {
	font-size: clamp(18px, 0.352rem + 2.36vw, 20px);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 40px;
}
.yellow {
	color: var(--cts-yellow-1);
}
.entry-block {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	position: relative;
}
.entry-btn {
	color: var(--cts-black-2);
	font-size: clamp(18px, -0.652rem + 3.36vw, 36px);
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 100%;
	height: 147px;
	padding: 20px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #DADE1A;
	background: linear-gradient(90deg,rgba(251, 100, 137, 1) 0%, rgba(250, 165, 186, 1) 30%, rgba(218, 222, 26, 1) 60%, rgba(126, 213, 181, 1) 100%);
	border: 2px solid var(--cts-white-1);
	border-radius: 20px;
	box-shadow: 0 9px var(--cts-white-1);
	box-sizing: border-box;
	transition: .3s;
}
.entry-btn-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
}
.entry-btn-txt .entry-btn-txt-small {
	color: var(--cts-black-2);
	font-size: clamp(13px, -0.352rem + 2.36vw, 18px);
	font-weight: 700;
}
.arrow-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.arrow-wrap .arrows {
	width: 59px;
	opacity: 0;
    transition: opacity 0.2s;
}
.arrow-wrap .arrows.show {
    opacity: 1;
}
.entry-btn:hover {
	box-shadow: unset;
	transform: translateY(8px);
}
.disabled-link {
	justify-content: center;
	pointer-events: none;
	cursor: default;
	color: inherit;
	text-decoration: none;
	background: var(--cts-gray-1);
}
.disabled-link .arrow-wrap {
	display: none;
}
.end-comment-2 {
	color: var(--cts-yellow-1);
	font-size: clamp(13px, 0.245rem + 1.61vw, 18px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}
.end-comment-3 {
	color: var(--cts-yellow-1);
	font-size: clamp(22px, 32 / 1400 * 100vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
	margin-top: 1em;
}

/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--cts-yellow-1);
	position: relative;
	z-index: 5;
}
.kv-win-block {
	width: 100%;
	background: var(--cts-blue-1);
	display: flex;
	justify-content: center;
}
.kv-win-block-inner {
	width: 100%;
	max-width: 1340px;
	padding-inline: var(--cts-gutter);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kv-win-logo {
	width: 15.625vw;
}
.kv-gamepass-logo {
	width: 15.625vw;
}
.kv-win-txt {
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.contents--mv h1 img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* campaign
____________________*/
.contents--campaign {
	background: url(../../gamepc/img/galleria-spring-camp-2026/bg-green-1.webp) repeat-y center center/cover;
	padding-top: 40px;
	padding-bottom: 490px;
	position: relative;
	z-index: 1;
}
.campaign-nav {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 21px;
    padding: 18px 0;
	position: relative;
	z-index: 3;
}
.campaign-nav .menu__item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 284px;
    bottom: 0;
    padding: clamp(18px, 0.926rem + 0.85vw, 23px) 1em;
    color: var(--cts-green-1);
    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);
}
.campaign-nav .menu__item a::before, .campaign-nav .menu__item a::after {
    content: "";
    position: absolute;
}
.campaign-nav .menu__item a::before {
    width: 28px;
    height: 28px;
    bottom: -15px;
    border-radius: 50%;
    background: var(--cts-pink-1);
}
.campaign-nav .menu__item a::after {
    width: 7px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    border-top: 2px solid var(--cts-white-1);
    border-right: 2px solid var(--cts-white-1);
    transform: translate(-50%, -50%) rotate(135deg);
}
.campaign-nav .menu__item a:hover  {
	bottom: -3px;
    box-shadow: 0 0 0 var(--cts-color3);
}
.cp-intro-block {
	width: 100%;
	margin-top: 145px;
	position: relative;
	z-index: 3;
}
.cp-intro-block-top {
	width: 100%;
	position: relative;
	z-index: 1;
}
.cp-intro-block-top .cp-intro-txt {
	font-size: clamp(24px, 0.652rem + 3.36vw, 32px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	position: relative;
	z-index: 2;
}
.cp-intro-block-top .cp-intro-image-txt {
	width: 68%;
	max-width: 811px;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.cp-intro-block-top .cp-intro-image {
	width: 31%;
	max-width: 371px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.entry-btn-note {
	font-size: clamp(12px, 0.652rem + 1.36vw, 13px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	margin-top: 40px;
}
.lineup-anchor-wrap {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 68px;
}
.lineup-anchor-catch {
	position: sticky;
	top: 200px;
	width: 100%;
	max-width: 492px;
}
.lineup-anchor-catch .ttl-h3 {
	position: relative;
	z-index: 2;
}
.lineup-anchor-block {
	width: 100%;
	max-width: 640px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lineup-anchor-item {
	width: 100%;
	padding: 20px 30px;
	background: var(--cts-white-1);
	border-radius: 20px;
}
.lineup-anchor-item-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	gap: 20px;
	position: relative;
}
.lineup-anchor-item-inner .lineup-anchor-thum {
	width: 126px;
	flex: none;
}
.lineup-anchor-item-inner .lineup-anchor-btn-box {
	width: 70px;
	flex: none;
	margin-left: auto;
}
.speech-bubble-block {
	width: 172px;
	height: 38px;
	position: relative;
	z-index: 3;
}
.speech-bubble-block .speech-bubble {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 172px;
	height: 38px;
	background: var(--cts-green-1);
	border-radius: 9999px;
	display: block;
	position: relative;
	z-index: 1;
}
.speech-bubble-block::before {
	content: "";
	width: 48px;
	height: 54px;
	background: url(../../gamepc/img/galleria-spring-camp-2026/petal-2.webp) no-repeat center center/contain;
	display: block;
	position: absolute;
    top: -30px;
    right: -25px;
	z-index: -1;
}
.speech-bubble-block .speech-bubble::after {
    content: "";
    width: 11px;
    height: 17px;
    background: url(../../gamepc/img/galleria-spring-camp-2026/tail-green.webp) no-repeat center center / contain;
    position: absolute;
    left: 24px;
    bottom: -10px;
    z-index: 1;
}
.speech-bubble-block .speech-bubble.pt2 {
	color: var(--cts-blue-11);
	background: var(--cts-pink-2);
}
.speech-bubble-block .speech-bubble.pt2::after {
	background: url(../../gamepc/img/galleria-spring-camp-2026/tail-pink.webp) no-repeat center center / contain;
}
.speech-bubble-block .speech-bubble-inner {
	padding: 9px 0 0 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.lineup-anchor-ttl {
	color: var(--cts-black-2);
	font-size: clamp(22px, 0.652rem + 1.36vw, 23px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 10px;
}
.lineup-anchor-btn {
	width: 70px;
	height: 70px;
	background: var(--cts-white-1);
	display: block;
	border: 2px solid var(--cts-pink-2);
	box-shadow: 0 3px var(--cts-pink-2);
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: .3s;
}
.anchor-arrow {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 3px;
	border-radius: 9999px;
	background: var(--cts-pink-2);
}
.anchor-arrow::before,
.anchor-arrow::after {
	content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 12px;
    height: 3px;
    border-radius: 9999px;
    background: var(--cts-pink-2);
    transform-origin: calc(100% - 1px) 50%;
}
.anchor-arrow::before {
	transform: rotate(45deg);
}
.anchor-arrow::after {
	transform: rotate(-45deg);
}
.lineup-anchor-btn-txt {
	color: var(--cts-pink-2);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 10px;
	text-align: center;
}
.lineup-anchor-item:hover .lineup-anchor-btn {
    box-shadow: unset;
    transform: translateY(4px);
}
.tag-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.tag-link dt {
	color: var(--cts-black-1);
	font-size: clamp(15px, 0.352rem + 1.36vw, 16px);
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 15px;
	flex: none;
}
.tag-link dt::before {
	content: "▶";
	color: var(--cts-blue-2);
	font-size: 80%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.tag-link dd {
	display: flex;
	gap: 6px;
	align-items: flex-start;
	justify-content: flex-start;
}
.tag-item {
	color: var(--cts-blue-9);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	border: 2px solid var(--cts-blue-9);
	border-radius: 9999px;
	padding: 4px 14px;
	box-sizing: border-box;
	display: block;
	transition: .3s;
}
/* recommend
____________________*/
.contents--recommend {
	margin-top: -200px;
	padding-bottom: 550px;
	background: url(../../gamepc/img/galleria-spring-camp-2026/bg-pink.webp) repeat-y center top/cover;
	position: relative;
	z-index: 3;
}
.contents--recommend::before {
    content: "";
    width: 100%;
    height: 12.4vw;
    background: url(../../gamepc/img/galleria-spring-camp-2026/bg-pink-top.webp) no-repeat center top / cover;
    position: absolute;
    top: -12.4vw;
    z-index: -5;
    left: 50%;
    transform: translate(-50%, 20%);
}
.contents--recommend .recommend {
	max-width: 1624px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.recommend .ttl-set {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-inline: auto;
}
.recommend .ttl-set .ttl-h2 {
	width: 38vw;
	max-width: 722px;
	position: relative;
	z-index: 3;
}
.recommend .ttl-set .petal-1 {
	width: 6.25vw;
    height: 6.71875vw;
    position: absolute;
    top: 6.25vw;
    left: -3.75vw;
    z-index: 3;
}
.recommend .ttl-set .petal-2 {
	width: 5.520833333333333vw;
    height: 6.25vw;
    position: absolute;
    top: 1.7187500000000002vw;
    right: -3.4375000000000004vw;
    z-index: 3;
}
.refinement-wrap {
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid var(--cts-white-1);
	border-bottom: 1px solid var(--cts-white-1);
	margin-top: 50px;
	margin-inline: auto;
	padding: 25px 0;
}
.refinement-ttl {
	font-size: 16px;
	text-align: center;
}
.refinement-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 18px;
}
.refinement-list::-webkit-scrollbar {
	background:none;
	height: 4px;
}
.refinement-list::-webkit-scrollbar-thumb {
	background: #c0c0c0;
}
.refinement-list li {
	color: var(--cts-gray-2);
	font-size: clamp(13px, 0.352rem + 1.36vw, 16px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	display: block;
	cursor: pointer;
	user-select: none;
	background: var(--cts-gray-1);
	border-radius: 9999px;
	padding: 10px 20px;
    box-sizing: border-box;
}
.refinement-list li.active {
	color: var(--cts-blue-11);
	background: var(--cts-green-1);
	cursor: default;
}
.recommend-item-wrap {
	margin-top: 55px;
	min-height: 680px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 44px 20px;
}
.recommend-item {
	width: 100%;
	max-width: 355px;
	border-radius: 10px;
	background: var(--cts-white-1);
	opacity: 1;
	transition: opacity 0.4s;
	display: flex;
	flex-direction: column;
	padding: 37px 17px;
	box-sizing: border-box;
}
.txt-catch {
	color: var(--cts-pink-2);
	font-size: clamp(17px, 0.352rem + 1.36vw, 20px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.7;
	text-align: center;
	flex:1;
}
.model-image-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
	flex: 2;
	box-sizing: border-box;
}
.model-image-wrap .model-image {
	width: 89%;
	margin: 45px 0 0;
}

.model-image-wrap .model-image-2 {
	width: 86%;
	margin: 55px 0 10px;
}

.model-image-wrap .item-image img {
	width: 100%;
	height: auto;
}
.model-image-wrap .item-double {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}
.model-image-wrap .item-double .item-left {
    position: relative;
    top: 10px;
    left: -30px;
    z-index: 2;
    width: 70%;
}
.model-image-wrap .item-double .item-right {
	position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    width: 70%;
}
.model-image-wrap .item-double .item-left img,
.model-image-wrap .item-double .item-right img {
	width: 100%;
	height: auto;
}
.model-image-wrap .note-image {
	width: 75%;
	margin: 25px auto 0;
}
.model-image-wrap .note-image img {
	margin-left: -30px;
}
.model-image-wrap .probability {
    width: 102px;
    position: absolute;
    top: 28%;
    right: -12px;
    transform: translate(0, -50%);
    z-index: -1;
}
.model-image-wrap .probability-2 {
    width: 102px;
    position: absolute;
    top: 28%;
    right: -12px;
    transform: translate(0, -50%);
    z-index: -1;
}
.model-image-wrap .model-note {
	color: var(--cts-gray-3);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.model-image-wrap .model-note-2 {
	color: var(--cts-gray-3);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: -5px;
	right: 0;
}
.model-name {
	color: var(--cts-black-2);
	font-size: clamp(18px, 0.352rem + 1.36vw, 22px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 15px;
	flex: 3;
}
.spec-list {
	color: var(--cts-pink-2);
	font-size: clamp(13px, 0.352rem + 1.36vw, 16px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.model_price {
	color: var(--cts-black-2);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 20px;
}
.tax {
	font-size: 18px;
}
.model_link-box {
	width: 100%;
	max-width: 300px;
	margin: 20px auto 0;
}
.model_link {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: clamp(14px, 0.352rem + 1.36vw, 17px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: 1px solid var(--cts-black-2);
	text-align: center;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 9999px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.model_link.metal {
	color: var(--cts-white-1);
	background: var(--cts-gray-4);
}
.model_link.white {
	color: var(--cts-black-2);
}
.model_link.black {
	background: var(--cts-black-1);
}
.model_link.black-2 {
	background: var(--cts-black-3);
}
.model_link + .model_link {
	margin-top: 10px;
} 
/* .model_link:hover {
	color: var(--cts-white-1);
} */
.model_link::after,
.model_link::before {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.model_link .lineup-arrow-box {
	width: 25px;
	height: 25px;
	background: var(--cts-white-1);
	border: 1px solid var(--cts-black-2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.model_link .lineup-arrow-box .model-arrow {
	width: 10px;
	height: auto;
}
.model_link.metal:hover::after {
	top: 0;
	left: 0;
	background: var(--cts-black-1);
}
.model_link.white:hover::after {
	top: 0;
	left: 0;
	background: var(--cts-gray-1);
}
.model_link.black:hover::after {
	top: 0;
	left: 0;
	background: var(--cts-gray-4);
}
.model_link.black-2:hover::after {
	top: 0;
	left: 0;
	background: var(--cts-gray-4);
}
.model_link::after {
	top: 0;
	left: -200px;
	width: 100%;
	height: 100%;
}
/* present
____________________*/
.contents--present {
	margin-top: -200px;
	padding-bottom: 550px;
	background: #003192;
	background: url(../../gamepc/img/galleria-spring-camp-2026/bg-geen-2.webp) repeat-y center top/cover;
	position: relative;
	z-index: 3;
}
.contents--present::before {
    content: "";
    width: 100%;
    height: 12.4vw;
    background: url(../../gamepc/img/galleria-spring-camp-2026/bg-geen-2-top.webp) no-repeat center top / cover;
    position: absolute;
    top: -12.4vw;
    z-index: -5;
    left: 50%;
    transform: translate(-50%, 20%);
}
.present {
	max-width: 1630px;
}
.present .ttl-set .ttl-h2 {
    width: 26vw;
    max-width: 490px;
    position: relative;
    z-index: 3;
}
.present .ttl-set .petal-1 {
    width: 6.25vw;
    height: 6.71875vw;
    position: absolute;
    top: 5.572916666666667vw;
    left: -4.427083333333334vw;
    z-index: 3;
}
.present .ttl-set .petal-2 {
    width: 5.520833333333333vw;
    height: 6.25vw;
    position: absolute;
    top: 1.8229166666666667vw;
    right: -2.1875vw;
    z-index: 3;
}
.present-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 15px;
	margin-top: 50px;
}
.present-item {
	width: 100%;
	max-width: 487px;
	background: var(--cts-white-1);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.present-ttl-block {
	width: 100%;
	background: var(--cts-pink-1);
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex: none;
}
.collabo-name {
	color: var(--cts-black-2);
	font-size: clamp(15px, 0.352rem + 1.36vw, 16px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.collabo-name.small {
	font-size: clamp(13px, 0.352rem + 1.36vw, 16px);
}
.present-ttl {
	color: var(--cts-blue-11);
	font-size: clamp(16px, 0.352rem + 1.36vw, 23px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}
.present-ttl.small {
	font-size: clamp(15px, 0.352rem + 1.36vw, 23px);
}
.present-ttl .x-small {
	font-size: clamp(12px, 0.352rem + 1.36vw, 15px);
}
.present-ttl .l-s-0 {
	letter-spacing: 0;
}
.present-ttl.f22 {
	font-size: clamp(17px, 0.352rem + 1.36vw, 22px);
}
.present-ttl-sub {
	color: var(--cts-blue-11);
	font-size: clamp(12px, 0.352rem + 1.36vw, 18px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}
.detail-block {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.detail-block .gallery {
	width: 100%;
	height: 100%;
	padding: 10px 45px 75px 45px;
    box-sizing: border-box;
    display: block;
	position: relative;
	z-index: 1;
}
.detail-block .gallery .goods-copy {
	color: var(--cts-blue-11);
	font-size: clamp(9px, -0.352rem + 1.36vw, 11px);
	font-weight: 700;
	position: absolute;
    top: 10px;
    right: 20px;
}
.detail-block .present-txt {
	color: var(--cts-blue-6);
	font-size: clamp(11px, -0.352rem + 1.36vw, 13px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 20px;
	left: 20px;
	pointer-events: none;
}
.detail-block .present-txt-list {
	color: var(--cts-black-2);
	font-size: clamp(11px, -0.352rem + 1.36vw, 13px);
	font-weight: 700;
	line-height: 1.4;
	position: absolute;
	bottom: 20px;
	left: 20px;
	pointer-events: none;
}
.detail-block .present-txt-list.f-small {
	font-size: clamp(9px, -0.352rem + 1.36vw, 10.5px);
}
.present-txt-list-blk {
	display: flex;
}
.detail-block .present-txt-list dt {
	white-space: nowrap;
}
.detail-block .stock-txt {
	color: var(--cts-green-1);
	font-size: clamp(50px, -0.552rem + 7.36vw, 70px);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.stock-txt-small {
	font-size: clamp(13px, -1.252rem + 3.36vw, 24px);
	font-weight: 500;
}
.detail-block .euriece {
	width: 133px;
	position: absolute;
	bottom: 70px;
	left: 20px;
	pointer-events: none;
}
.modaal-container {
	background: none !important;
}
.w-chance-block {
	width: 100%;
	max-width: 730px;
	margin: 50px auto 0;
	background: var(--cts-white-1);
	border-radius: 10px;
	overflow: hidden;
}
.w-chance-ttl-block {
	color: var(--cts-blue-11);
	background: var(--cts-pink-1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	padding: 10px 40px;
	box-sizing: border-box;
}
.w-chance-ttl {
	font-size: clamp(15px, -1.352rem + 7.36vw, 18px);
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
    align-items: center;
    gap: 10px;
}
.double {
	color: var(--cts-blue-11);
	font-size: clamp(60px, 1.352rem + 7.36vw, 70px);
	font-weight: 700;
}
.w-chance-txt {
	color: var(--cts-black-2);
	font-size: clamp(13px, -1.352rem + 7.36vw, 18px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.w-chance-d-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}
.d-point {
	width: 100%;
	max-width: 184px;
	padding: 6px;
	color: var(--cts-black-2);
	font-size: clamp(12px, -1.352rem + 7.36vw, 16px);
	font-weight: 700;
	text-align: center;
	border: 2px solid var(--cts-black-2);
	border-radius: 9999px;
	display: block;
	box-sizing: border-box;
}
.price-txt {
	color: var(--cts-black-2);
	font-size: clamp(46px, -1.352rem + 7.36vw, 70px);
	font-weight: 700;
	line-height: 1;
	font-kerning: normal;
}
.stock-txt-small-2 {
	font-size: clamp(26px, -1.352rem + 7.36vw, 40px);
}
.w-chance-d-block .stock-txt {
	color: var(--cts-green-1);
    font-size: clamp(50px, 1.352rem + 7.36vw, 70px);
    font-weight: 700;
    line-height: 1;
}
/* other
____________________*/
.contents--other {
	margin-top: -200px;
	padding-bottom: 150px;
	background: url(../../gamepc/img/galleria-spring-camp-2026/bg-green-3.webp) repeat-y center top/cover;
	position: relative;
	z-index: 3;
}
.contents--other::before {
    content: "";
    width: 100%;
    height: 12.4vw;
    background: url(../../gamepc/img/galleria-spring-camp-2026/bg-green-3-top.webp) no-repeat center top / cover;
    position: absolute;
    top: -12.4vw;
    z-index: -5;
    left: 50%;
    transform: translate(-50%, 20%);
}
.other {
	max-width: 1510px;
}
.other .ttl-set .ttl-h2 {
    width: 53vw;
    max-width: 999px;
    position: relative;
    z-index: 3;
}
.other .ttl-sub {
	color: var(--cts-blue-11);
}
.other .ttl-set .petal-1 {
    width: 6.25vw;
    height: 6.71875vw;
    position: absolute;
    top: 5.572916666666667vw;
    left: -3.3854166666666665vw;
    z-index: 3;
}
.other .ttl-set .petal-2 {
    width: 5.520833333333333vw;
    height: 6.25vw;
    position: absolute;
    top: 2.083333333333333vw;
    right: -3.4375000000000004vw;
    z-index: 3;
}
.banner-wrap-l {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 43px;
	margin: 50px auto 0;
}
.banner-l {
	width: 100%;
	max-width: 429px;
	display: block;
}
.banner-wrap-s {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 17px;
	margin: 110px auto 0;
}
.banner-s {
	width: 100%;
	max-width: 260px;
	display: block;
}
/* windows
____________________*/
.contents__wrap .contents--windows {
	padding-top: 0;
	padding-bottom: 250px;
	background: var(--cts-white-1);
	position: relative;
	z-index: 6;
}
.windows {
	max-width: inherit;
	padding-inline: 0;
}
.windows .ttl-set {
	width: 100%;
	background: var(--cts-blue-1);
	padding-block: 96px;
}
.windows .ttl-set .ttl-h2 {
    font-size: clamp(14px, -0.352rem + 2.36vw, 35px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
}
.win-content-wrap {
	width: 100%;
	max-width: 1330px;
	padding-inline: var(--cts-gutter);
	margin: 95px auto 0;
	display: flex;
	flex-direction: column;
	gap: 117px;
}
.win-content {
	display: flex;
}
.win-img {
	width: 45%;
	max-width: 512px;
}
.win-img img {
	width: 100%;
	height: auto;
}
.txt-block {
	width: 55%;
}
.windows .ttl-set-h3 {
	border-top: 6px solid var(--cts-blue-2);
	background: #D6DDDD;
	background: linear-gradient(-90deg,rgba(214, 221, 221, 1) 0%, rgba(248, 248, 248, 1) 65%);
	padding: 33px 65px;
	box-sizing: border-box;
}
.windows .ttl-set-h3 .ttl-h3 {
	color: var(--cts-blue-2);
	font-size: clamp(14px, -0.352rem + 2.36vw, 25px);
	font-weight: 700;
	line-height: 1.8;
    letter-spacing: 0.05em;
}
.win-txt {
	color: var(--cts-black-4);
	font-size: clamp(13px, -0.352rem + 2.36vw, 22px);
	line-height: 1.9;
	letter-spacing: 0.01em;
	padding: 31px 0 0 68px;
	display: inline-block;
}
/* 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 {
	width: 30px;
	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: 1330px) {
/* コンテンツ
____________________*/
.arrow-wrap .arrows {
	width: 4.43609022556391vw;
}
/* windows
____________________*/
.windows .ttl-set-h3 {
	padding: 2.481203007518797vw 4.887218045112782vw;
}
.windows .ttl-set-h3 .ttl-h3 {
	font-size: 1.8796992481203008vw;
}
.win-txt {
	font-size: 1.6541353383458646vw;
	padding: 2.330827067669173vw 0 0 5.112781954887218vw;
}
}
@media (max-width: 1000px) {
/* campaign
____________________*/
.lineup-anchor-wrap {
	flex-direction: column;
	align-items: center;
}
.lineup-anchor-catch {
	position: relative;
	top: inherit;
}
}
@media (max-width: 886px) {
/* recommend
____________________*/
.refinement-list {
	justify-content: flex-start;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 13px;
	width: 100vw;
	padding-right: 33px;
	overflow: scroll;
}
}
@media (max-width: 767px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap::before {
	width: 8.2vw;
}
.contents__wrap::after {
	width: 8.2vw;
}
.end-block {
	padding-block: 10px;
}
.ttl_set {
	flex-direction: column;
	gap: 15px;
}
.bbl-subttl {
	line-height: 1.8;
	text-align: center;
}
.normal_btn {
	height: 50px;
	margin-top: 10px;
}
.dli-caret-circle-fill-right {
	width: 25px;
	height: 25px;
}
.dli-caret-circle-fill-right::before {
	border-width: 4px 7px;
}
/* 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: 54px;
	width: 100%;
	height: calc(100vh - 54px);
	opacity: 0;
	visibility: hidden;
}
.sub_nav__inner.active .header__menu {
	opacity: 1;
	visibility: visible;
	background: var(--cts-white-1);
}
.sub_nav__inner.active .header__menu::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	mix-blend-mode: multiply;
}
.submenu__list {
	flex-direction: column;
	gap: 25px;
	border-top: 1px solid #fff;
	padding-top: 21px;
	padding-inline:var(--cts-gutter) ;
}
.submenu__list .menu__item a {
	color: var(--cts-green-1);
	background: var(--cts-blue-11);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--cts-green-1);
	border-radius: 9999px;
	box-shadow: 0 5px rgba(17, 180, 120, 1);
	width: 100%;
	min-height: 56px;
	padding: inherit;
	position: relative;
}
.submenu__list .menu__item a::before {
	content: none;
}
.submenu__list .menu__item a::after {
	content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
	left: inherit;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #fff;
	transform: rotate(135deg);
    z-index: 10;
}
.submenu__list .menu__item.current a {
	color: var(--cts-pink-2);
	border-color: var(--cts-pink-2);
	box-shadow: 0 5px rgba(251, 100, 137, 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;
	background: var(--cts-pink-2);
}
.active .submenu-btn {
	background: var(--cts-pink-1);
}
.submenu-btn span:nth-child(-n+3) {
	position: absolute;
	display: block;
	width: 33px;
	height: 2px;
	background: var(--cts-white-1);
}
.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 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-color9);
	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;
}
.snav-ornament {
	display: block;
	width: 40vw;
	margin: 35px auto 30px;
}
.ttl-sub {
	margin-top: 15px;
}
.entry-block {
	margin-top: 35px;
}
.entry-btn {
	height: 83px;
    padding: 20px 10px;
	border-radius: 10px;
	box-shadow: 0 5px var(--cts-white-1)
}
.entry-btn-txt {
	margin-inline: auto;
}
.arrow-wrap .arrows {
	width: 5vw;
	max-width: 25px;
}
.arrow-wrap.left .v1,
.arrow-wrap.left .v2 {
	display: none;
}
.arrow-wrap.right .v1,
.arrow-wrap.right .v2 {
	display: none;
}
.entry-btn-note {
	text-align: left;
	margin-top: 30px;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-white-1);
}
.kv-win-block-inner {
	padding-inline: 0;
	justify-content: center;
	gap: 2.666666666666667vw;
}
.kv-win-logo {
	width: 32vw;
}
.kv-gamepass-logo {
	width: 32vw;
}
.kv-win-txt {
	font-size: 2.4vw;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 65px;
	padding-bottom: 45vh;
}
.contents--campaign::after {
	content: none;
}
.campaign-nav {
	display: none;
}
.cp-intro-block-top .cp-intro-image-txt {
	width: 100%;
}
/* .cp-intro-block-top .cp-intro-image-txt img {
	margin-top: -50px;
} */
.cp-intro-image {
	display: none;
}
.lineup-anchor-wrap {
	flex-direction: column;
	margin-top: 70px;
}
.lineup-anchor-block {
	gap: 55px;
}
.lineup-anchor-item {
	max-width: 309px;
	border-radius: 10px;
	padding: 80px 20px 20px 20px;
	margin-inline: auto;
}
.lineup-anchor-item-inner {
	gap: 10px;
}
.lineup-anchor-catch {
	margin-inline: auto;
	position: relative;
	top: inherit;
}
.lineup-anchor-item-inner .lineup-anchor-thum {
	width: 103px;
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translate(-50%,-50%);
}
.speech-bubble-block .speech-bubble {
	font-size: 15px;
	width: 140px;
    height: 34px;
}
.speech-bubble-block::before {
	width: 35px;
	height: 39px;
	top: -10px;
	right: 5px;
}
/* recommend
____________________*/
.contents--recommend {
	margin-top: -30vh;
	padding-bottom: 45vh;
}
.contents--recommend::before {
	height: 9vh;
	top: -10vh;
	padding-top: 3vh;
}
.recommend {
	padding-top: 5vw;
}
.recommend .ttl-set .ttl-h2 {
    width: 82.4vw;
}
.refinement-wrap {
	margin-top: 20px;
}
.recommend .ttl-set .petal-1 {
	width: 9.6vw;
	height: 10.4vw;
	top: 17.25vw;
    left: -4vw;
}
.recommend .ttl-set .petal-2 {
	width: 8.533333333333333vw;
	height: 9.6vw;
	top: 7.71875vw;
    right: -2.4375vw;
}
.refinement-ttl {
	font-size: 16px;
}
.recommend-item-wrap {
	gap: 30px;
	margin-top: 25px;
}
.recommend-item {
	max-width: 309px;
	padding: 20px 15px;
}
.model-image-wrap .model-image {
    width: 83%;
    margin: 33px 0 0;
}
.model-image-wrap .model-image-2 {
    width: 81%;
    margin: 45px 0 10px;
}
.model-image-wrap .item-double {
    margin-top: 25px;
}
.model-image-wrap .note-image {
	width: 67%;
	margin: 15px auto 0;
}
.model-image-wrap .probability {
	width: 97px;
	right: 0;
}
.model-image-wrap .probability-2 {
	width: 97px;
	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);
}
.model-image-wrap > .item-image {
	width: 70%;
}
.model-image-wrap .item-double .item-left {
    width: 60%;
	left: -5px;
}
.model-image-wrap .item-double .item-right {
	width: 60%;
	right: 28px;
}
.model-image-wrap .model-note {
	font-size: 10px;
}
.model-image-wrap .model-note-2 {
	font-size: 10px;
}
.model_price {
	margin-top: 10px;
}
/* present
____________________*/
.contents--present {
	margin-top: -30vh;
	padding-bottom: 45vh;
}
.contents--present::before {
	height: 7vh;
	top: -8.3vh;
	padding-top: 3vh;
}
.present .ttl-set .ttl-h2 {
    width: 56vw;
}
.present .ttl-set .petal-1 {
	width: 10.933333333333334vw;
	height: 11.733333333333333vw;
	top: 15.572917vw;
    left: -6vw;
}
.present .ttl-set .petal-2 {
	width: 9.866666666666667vw;
	height: 11.200000000000001vw;
	top: 6.522917vw;
    right: -7.1875vw;
}
.present-wrap {
	justify-content: center;
	gap: 30px 20px;
	margin-top: 30px;
}
.present-item {
	max-width: 309px;
	border-radius: 10px;
}
.present-ttl-block {
	padding: 18px;
}
.detail-block .gallery {
	padding: 20px 20px 95px 20px;
}
.detail-block .gallery.long {
	padding: 20px 20px 135px 20px;
}
.detail-block .present-txt-list {
	width: 48%;
	bottom: 15px;
	left: 15px;
}
.detail-block .euriece {
	width: 80px;
	left: 10px;
	bottom: 60px;
}
.detail-block .stock-txt {
	bottom: 15px;
	right: 15px;
}
.w-chance-block {
	margin-top: 30px;
}
.w-chance-ttl-block {
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	padding: 10px;
}
.w-chance-txt {
	text-align: center;
}
.w-chance-d-block {
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.d-point {
	width: 84px;
	border-radius: 14px;
	margin-top: 5px;
}
/* other
____________________*/
.contents--other {
	margin-top: -30vh;
	padding-bottom: 60px;
}
.contents--other::before {
	height: 7vh;
	top: -8.3vh;
	padding-top: 3vh;
}
.other .ttl-set .ttl-h2 {
	width: 67.73333333333333vw;
}
.other .ttl-set .petal-1 {
	width: 10.933333333333334vw;
	height: 11.733333333333333vw;
	top: 27.572917vw;
    left: -4.385417vw;
}
.other .ttl-set .petal-2 {
	width: 9.866666666666667vw;
	height: 11.200000000000001vw;
	top: 12.083333vw;
    right: 3.5625vw;
}
.banner-wrap-l {
	margin-top: 35px;
	gap: 30px 20px;
}
.banner-l {
	max-width: 309px;
}
.banner-wrap-s {
	margin-top: 50px;
	gap: 25px;
}
.banner-s {
	max-width: 142px;
}
/* windows
____________________*/
.contents__wrap .contents--windows {
	padding-bottom: 65px;
}
.windows .ttl-set {
	padding-block: 28px;
}
.win-content-wrap {
	margin-top: 30px;
	gap: 55px;
}
.win-content {
	flex-direction: column;
}
.win-img {
	width: 100%;
	max-width: inherit;
}
.txt-block {
	width: 100%;
}
.windows .ttl-set-h3 {
	padding: 16px 18px;
}
.windows .ttl-set-h3 .ttl-h3 {
	font-size: 14px;
}
.win-txt {
	font-size: 13px;
	padding: 20px 0 0;
}
/* 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;
}
}
@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); } /* 元の位置に戻る */