@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(10px, -1.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/

	--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-white1: #FFFFFF;
	--cts-yellow1: #FFF100;
	--cts-navy1: #001E60;
	--cts-pink1: #FF83B3;
	--cts-pink2: #FF83B6;
	--cts-red1: #FF0000;
	--cts-gray1: #CCCCCC;
	--cts-gray2: #999999;
	--cts-black1: #000000;
}

/* 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 {
	vertical-align: bottom;
	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: var(--cts-black1);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}

/* コンテンツ
____________________*/
::selection {
	color: var(--cts-navy1);
	background: var(--cts-yellow1);
}
.contents__wrap {
	padding-block-end: 0;
}
.contents__wrap .link__inner {
	font-size: clamp(12px, 0.852rem + 0.36vw, 16px);
	font-weight: 500;
	color: var(--cts-white1);
	background: var(--cts-navy1);
	text-align: center;
	border-radius: 9999px;
	padding-block: clamp(5px,0.236rem + 1.38vw,16px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	display: block;
	position: relative;
}
.link__inner::before {
	background: var(--cts-color2);
}
.link__inner::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--cts-white1);
    border-right: 2px solid var(--cts-white1);
    position: absolute;
    top: 42%;
    right: 15px;
    transform: rotate(-45deg) translate(-50%, -50%);
}
.contents__wrap .link__inner span {
	position: relative;
	width: 100%;
	height: 100%;
}
.ttl-set {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ttl-h2 {
	width: 100%;
}
.ttl-sub {
	color:var(--cts-white1);
	font-size: clamp(16px, -0.852rem + 2.36vw, 24px);
	font-weight: 700;
	width: fit-content;
	padding: 20px 40px;
	margin-top: 30px;
	position: relative;
}
.ttl-sub::after {
	content: "";
	width: 100%;
	min-width: 300px;
	height: 64px;
	display: block;
	background: var(--cts-navy1);
	position: absolute;
	top: 50%;
	left: calc(50% - 10px);
	transform: skewX(-15deg) translate(-50%,-50%);
	z-index: -1;
}
.ttl-sub2 {
	color:var(--cts-navy1);
	font-size: clamp(14px, -0.852rem + 2.36vw, 20px);
	font-weight: 700;
	margin-top: 20px;
}
.btn-entry-block {
	width: 100%;
	max-width: 487px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.btn-entry {
	position: relative;
	top: 0;
	display: block;
	padding: 26px 0;
	background-color: var(--cts-pink1);
	box-shadow: 4px 9px rgba(0, 0, 0, 0.3); /* 影の色を#000000の不透明度0.3に変更 */
	border-radius: 9999px;
	color: var(--cts-white1);
	font-size: clamp(16px, -0.852rem + 2.36vw, 28px);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: .2s ease-in-out;
}
.btn-entry::after {
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid var(--cts-white1);
    border-right: 3px solid var(--cts-white1);
    position: absolute;
	top: 50%;
	right: 40px;
	transform: rotate(45deg) translate(-50%,-50%);
}
.btn-entry:hover {
	top: 9px;
	box-shadow: none; /* hover時に影を完全に消す */
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* サブメニュー
____________________*/
.sub-navi-wrap {
    width: 100%;
	background: var(--cts-navy1);
    color: #fff;
    position: relative;
    z-index: 5;
    transition: top 0.3s ease-in-out;
}
.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}
.menu-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-list-item {
	position: relative;
}
.menu-list-item::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid var(--cts-white1);
	transform: skewX(-15deg);
	z-index: -1;
}
.menu-list-item:last-child:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	border-right: 1px solid var(--cts-white1);
	transform: skewX(-15deg);
}
.menu-list-item a {
    width: 320px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cts-white1);
    font-size: clamp(16px, -0.145rem + 3.61vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    transition: color 0.4s; /* 文字色の変化をスムーズに */
}
.menu-list-item a::after {
    content: "";
    display: block;
    background: var(--cts-white1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; /* 初期状態では非表示 */
    transform: skewX(-15deg);
    transition: opacity 0.4s ease-in-out; /* 透明度をスムーズに変化 */
}
.menu-list-item a:hover::after {
    opacity: 0.3; /* 徐々に背景が現れる */
}
.menu-list-item-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-list-item-inner::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid var(--cts-white1);
    border-right: 2px solid var(--cts-white1);
    transform: rotate(45deg);
    margin-left: 20px;
}
.menu-text {
	display: none;
}
/* 固定時のナビゲーション */
.sub-navi-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.contents--campaign::before {
    content: "";
    width: 100%;
    height: 89%;
    position: absolute;
    top: -16%;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
	transform: skewY(-10deg);
    background: rgb(255,249,164);
	background: linear-gradient(90deg, rgba(255,249,164,1) 40%, rgba(255,241,0,1) 100%);
}
.contents--campaign::after {
	content: "";
	width: 100%;
	height: 83%;
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -2;
	transform: skewY(10deg);
	background: rgb(0,156,214);
	background: linear-gradient(-90deg, rgba(0,156,214,1) 0%, rgba(112,216,255,1) 30%);
}
.campaign {
	position: relative;
	z-index: +1;
}
.campaign .ttl-h2 {
	width: 623px;
}
.campaign-overview {
	width: 100%;
	max-width: 767px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
}
.overview-main-txt {
	font-size: clamp(16px, -0.145rem + 3.61vw, 24px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
.campaign-date {
	margin-top: 35px;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-top: 2px solid var(--cts-black1);
	border-bottom: 2px solid var(--cts-black1);
}
.campaign-date dt {
	font-size: clamp(14px, -0.145rem + 3.61vw, 20px);
	font-weight: 700;
}
.campaign-date dd {
	font-size: clamp(15px, -0.145rem + 3.61vw, 30px);
	font-weight: 700;
}
.campaign-note-block {
	margin: 30px auto 0;
}
.campaign-note-ttl {
	font-size: clamp(10px, -1.145rem + 3.61vw, 12px);
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	display: block;
	margin-right: auto;
}
.campaign-note {
	margin-top: 5px;
	text-align: left;
	font-size: clamp(10px, -1.145rem + 3.61vw, 12px);
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.campaign-note li {
	text-indent: -1em;
    margin-left: 1em;
	position: relative;
}
.campaign-note li::before {
	content: "・";
}
.campaign .btn-entry-block {
	margin-top: 195px;
}
/* presents
____________________*/
.contents--presents {
	margin-top: 250px;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.contents--presents::before {
    content: "";
    width: 100%;
    height: 73%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    transform: skewY(10deg);
    background: linear-gradient(-90deg, rgba(255, 141, 185, 1) 0%, rgba(255, 201, 222, 1) 60%);
}
.contents--presents::after {
	content: "";
    width: 100%;
    height: 62%;
    position: absolute;
    top: 11%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    transform: skewY(-10deg);
	background: rgb(255,241,0);
	background: linear-gradient(-90deg, rgba(255,241,0,1) 20%, rgba(255,249,164,1) 100%);
}
.contents--presents .decoration-note {
    width: 651px;
    position: absolute;
    top: -411px;
    right: 120px;
    z-index: -3;
}
.contents--presents .decoration-arrow1 {
    width: 1800px;
    position: absolute;
    top: -150px;
    right: 20px;
    z-index: -4;
}
.contents--presents .decoration-arrow2-box {
	content: "";
    width: 100%;
    height: 73%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    transform: skewY(10deg);
	overflow: hidden;
}
.contents--presents .decoration-arrow2-box .decoration-arrow2 {
    content: "";
    width: 1785px;
    position: absolute;
    bottom: -80px;
    left: 0px;
    z-index: -2;
	transform: skewY(-10deg);
}
.presents .ttl-h2 {
	width: 638px;
}
.presents-warp {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px 40px;
	margin: 60px auto 0;
}
.presents-item {
	width: 368px;
	background: var(--cts-white1);
	border: 1px solid var(--cts-gray1);
	box-shadow: 10px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.presents-item.none {
	background: inherit;
	border: none;
	box-shadow: none;
}
.presents-item .influencer-name-block {
    background-color: var(--cts-navy1);
	padding: 5px 30px 5px 20px;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 100% 100%, 0 100%);
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 2;
}
.influencer-name {
	color: var(--cts-white1);
	font-size: clamp(10px, -1.145rem + 3.61vw, 14px);
	font-weight: 500;
	line-height: 1.4;
}
.presents-item .item-ttl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	min-height: 88px;
	margin-top: 0;
	padding: 20px 15px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.item-name {
	font-size: clamp(12px, -0.145rem + 3.61vw, 20px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}
.item-name .txt-small {
	font-size: 60%;
	letter-spacing: 0;
}
.quantity {
	font-size: clamp(18px, -0.145rem + 3.61vw, 32px);
	font-weight: 700;
	letter-spacing: 0.01em;
	flex: none;
}
.quantity .persons {
	font-size: clamp(10px, -0.145rem + 3.61vw, 16px);
}
.item-image {
	margin-top: auto;
}
.presents-item .influencer-logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid var(--cts-gray1);
	position: absolute;
	z-index: 2;
    bottom: -20px;
    left: -20px;
	display: none;
}
.w-chance-bnr-block {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
}
.presents .btn-entry-block {
	margin-top: 330px;
}
.w-chance-wrap {
	margin: 110px auto 0;
}
.w-ttl-set {
	background: var(--cts-navy1);
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: flex-end;
	padding-bottom: 10px;
    box-sizing: border-box;
}
.w-ttl-set .w-ttl {
	color: var(--cts-yellow1);
	font-size: clamp(24px, -0.145rem + 4.61vw, 54px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
}
.w-number {
	font-size: clamp(40px, 0.145rem + 6.61vw, 96px);
	font-weight: 700;
	line-height: inherit;
}
.w-copy {
	color: var(--cts-navy1);
	font-size: clamp(16px, -0.145rem + 3.61vw, 28px);
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 15px;
}
.w-chance-block {
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 40px;
}
.w-chance-item {
	width: 100%;
	max-width: 580px;
	min-height: 200px;
	background: var(--cts-white1);
	border: 4px solid var(--cts-navy1);
	border-radius: 16px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.3);
	padding: 0 15px 15px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    box-sizing: border-box;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.w-chance-item:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
}
.item-inner-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-subttl {
	color: var(--cts-navy1);
	font-size: clamp(14px, -0.145rem + 3.61vw, 20px);
	font-weight: 700;
	white-space: nowrap;
}
.item-ttl {
	width: 100%;
	margin-top: 10px;
}
.item-ttl.g-n {
	max-width: 204px;
}
.item-ttl.c-n {
	max-width: 245px;
}
.item-ttl.c-m {
	max-width: 430px;
}
.item-ttl.g-d {
	max-width: 467px;
}
.item-tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}
.item-tag li.type1 {
	color: var(--cts-navy1);
	font-size: clamp(12px, -0.545rem + 3.61vw, 16px);
	font-weight: 500;
	line-height: 1;
	border: 1px solid var(--cts-gray2);
	padding: 4px 16px;
	box-sizing: border-box;
}
.item-tag li.type2 {
	color: var(--cts-white1);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	background: var(--cts-navy1);
	border-radius: 9999px;
	padding: 8px 20px;
}
.item-image-block {
	width: 168px;
}
.w-chance-item .entreaty {
	font-size: clamp(12px, -0.545rem + 3.61vw, 14px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	display: flex;
	position: absolute;
    bottom: 10px;
    right: 15px;
}
.entreaty::after {
	content: "";
	background: url(../../gamepc/img/and-galleria-spring-camp-2025/icon-window.webp) no-repeat center center/cover;
	width: 22px;
	height: 18px;
	display: block;
	position: relative;
	margin-left: 5px;
}
/* recommend
____________________*/
.contents--recommend {
	margin-top: 330px;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
}
.contents--recommend::before {
    content: "";
    width: 100%;
    height: 94%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    transform: skewY(-10deg);
	background: rgb(133,222,255);
	background: linear-gradient(-90deg, rgba(133,222,255,1) 40%, rgba(196,238,254,1) 100%);
}
.contents--recommend::after {
	content: "";
    width: 100%;
    height: 69%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    transform: skewY(10deg);
    background: linear-gradient(-90deg, rgba(255, 141, 185, 1) 0%, rgba(255, 201, 222, 1) 60%);
}
.contents--recommend .decoration-desk {
	width: 566px;
    position: absolute;
    top: -335px;
    left: 120px;
    z-index: -3;
}
.contents--recommend .decoration-arrow1 {
    width: 1020px;
    position: absolute;
    top: -159px;
    left: 0;
    z-index: -4;
}
.contents--recommend .bg-yellow {
    width: 100%;
    height: 94%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    transform: skewY(10deg);
	background: rgb(255,241,0);
	background: linear-gradient(-90deg, rgba(255,241,0,1) 70%, rgba(255,249,164,1) 100%);
}
.contents--recommend .decoration-arrow2-box {
	content: "";
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
	overflow: hidden;
}
.contents--recommend .decoration-arrow2-box .decoration-arrow2 {
    content: "";
    width: 1785px;
    position: absolute;
    bottom: -90px;
    left: 0px;
    z-index: -2;
}
.recommend {
	position: relative;
	z-index: 2;
}
.recommend .ttl-h2 {
	width: 774px;
}
.recommend-wrap {
	margin-top: 60px;
}
.recommend-wrap:nth-of-type(n+2) {
	margin-top: 100px;
}
.recommend-ttl-set {
	color: var(--cts-white1);
	font-weight: 700;
	background: var(--cts-navy1);
	padding: 20px;
	box-sizing: border-box;
}
.recommend-ttl {
	font-size: clamp(24px, -0.145rem + 3.61vw, 30px);
	line-height: 1;
	letter-spacing: 0.01em;
}
.recommend-subttl {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.01em;
	margin-top: 5px;
}
.category-ttl-set {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.recommend-item-wrap + .category-ttl-set {
	margin-top: 70px;
}
.category-ttl-set::after {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--cts-navy1);
	margin-left: 10px;
}
.category-ttl {
	color: var(--cts-navy1);
	font-size: clamp(22px, -0.145rem + 3.61vw, 24px);
	flex: none;
	position: relative;
	z-index: 2;
}
.recommend-item-wrap {
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide {
    width: 372px;
    height: auto;
	margin-right: 42px;
    background: var(--cts-color1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	background: var(--cts-white1);
    border: 1px solid var(--cts-gray1);
    box-sizing: border-box;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.3);
	position: relative;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide > a {
	padding: 20px 30px 30px 30px;
}
.recommend .swiper-button-next, .swiper-button-prev {
	z-index: 4;
	display: none;
}
.recommend .swiper-pagination {
	display: none;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide .round-box {
	color: var(--cts-white1);
	font-size: clamp(12px, -0.145rem + 3.61vw, 16px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 100px;
	height: 100px;
	background: var(--cts-pink2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    left: -20px;
    top: -20px;
}
.model-catch-block {
	width: 100%;
}
.model-catch-block.mr {
	padding-left: 60px;
}
.model-catch {
	font-size: clamp(14px, -0.145rem + 3.61vw, 18px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.model_image {
	width: 250px;
	margin: 5px auto 0;
}
.model__name {
	font-size: clamp(16px, -0.145rem + 3.61vw, 22px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.model__spec-list {
	width: 100%;
	margin-top: 15px;
}
.model__spec-list li {
	font-size: clamp(12px, -0.145rem + 3.61vw, 14px);
	font-weight: 400;
	padding: 5px 0;
	border-top: 1px dotted var(--cts-gray2);
}
.model__spec-list li:last-child {
	border-bottom: 1px dotted var(--cts-gray2);
}
.model__price_block {
	width: 100%;
	margin-top: 15px;
}
.model__price {
	color: var(--cts-red1);
	font-size: clamp(20px, -0.145rem + 3.61vw, 28px);
	font-weight: 700;
}
.model__tax {
	font-size: clamp(14px, -0.145rem + 3.61vw, 18px);
	font-weight: 500;
}
.model__link_wrap {
	width: 100%;
}
.model__link_wrap a {
	display: inline-block; /* インライン要素をブロックレベルで扱う */
	transition: transform 0.3s ease-out; /* 0.3秒かけてゆっくり動かす */
	margin-top: 25px;
}
.recommend-item-wrap .swiper-slide:hover .model__link_wrap a {
	transform: translateY(-10px); /* 10px上に移動 */
}
.btn-entry-block {
	margin-top: 350px;
}
/* other-campaign
____________________*/
.contents--other-campaign {
	padding-top: 100px;
	padding-bottom: 100px;
}
.other-campaign .ttl-h2 {
	width: 733px;
}
.other-campaign-wrap {
	margin-top: 50px;
}
.other-campaign .swiper-container .swiper-wrapper .swiper-slide {
	width: 359px;
}
.other-campaign .swiper-container .swiper-wrapper {
	max-width: 1140px;
	margin-inline: auto;
}
.other-campaign .swiper-button-next, .swiper-button-prev {
	z-index: 4;
}
.other-campaign .swiper-pagination {
    display: none;
}
/* others
____________________*/
.contents--others {
	padding-top: 100px;
	padding-bottom: 100px;
}
.others .ttl-h2 {
	width: 280px;
}
.other-bnr-wrap {
	width: 100%;
	max-width: 1140px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 27px 46px;
}
.other-bnr-item {
	width: 100%;
	max-width: 250px;
	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(65px, 1.978rem + 5.56vw, 126px);
    height: clamp(65px, 1.978rem + 5.56vw, 126px);
    top: 0;
    background: var(--cts-color4);
    border-radius: 50%;
	box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.7);
    transition: all .3s;
}
.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color9);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.top-anchor:hover {
	top: -10px;
} */
@media screen and (min-width: 769px) {
	/* top-anchor
	____________________*/
	.other-campaign .swiper-button-prev, .other-campaign .swiper-button-next {
		display: none;
	}
	.other-campaign .swiper-container .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px 30px;
	}
	.other-campaign .swiper-container .swiper-wrapper .swiper-slide {
		margin: 0 !important;
	}
	}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.ttl-sub {
	margin-top: 10px;
	padding: 10px 20px;
}
.ttl-sub2 {
	margin-top: 10px;
}
.ttl-sub::after {
	min-width: 184px;
	height: 41px;
}
.btn-entry-block {
	max-width: 300px;
}
.btn-entry {
	padding: 18px 0;
	box-shadow: 3px 5px rgba(0, 0, 0, 0.3);
}
.btn-entry::after {
	width: 11px;
    height: 11px;
	border-bottom: 2px solid var(--cts-white1);
    border-right: 2px solid var(--cts-white1);
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
/* サブメニュー
____________________*/
.sub-navi-wrap {
	display: none;
	background: var(--cts-navy1);
}
.menu-container {
	padding: 9px 0;
	position: relative;
}
.menu-container::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid var(--cts-navy1);
}
.sub-navi-wrap.sub-navi-fixed {
	display: block;
}
.menu-toggle {
	display: none; /* 初期状態では非表示 */
	flex-direction: column;
	justify-content: space-between;
	width: 39px;
	height: 39px;
	cursor: pointer;
	position: relative;
	z-index: 1100;
}
.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}
.menu-toggle {
	display: flex; /* 767px以下では最初から表示 */
	flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.menu-text {
	display: block;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.menu-list {
	visibility: hidden;
	position: fixed; /* 固定配置 */
	top: 57px;
	left: 0;
	width: 100%;
	height: 100%; /* 画面全体の高さ */
	background: rgba(0, 30, 96, 0.9);
	text-align: center;
	overflow: hidden; /* はみ出し防止 */
	transition: height 0.3s ease-in-out;
}
.menu-list.active {
	visibility: visible; /* 表示 */
	opacity: 1;
	transform: translateY(0);
}
.menu-list-item {
	padding: 15px 25px;
}
.menu-list-item::before,
.menu-list-item:last-child:after {
	content: none;
}
.menu-list-item {
	padding: 15px 25px;
}
.menu-list-item a:hover::after {
	content: none;
}
.menu-list-item a {
	width: 100%;
	height: 55px;
	border: 1px solid var(--cts-white1);
	border-radius: 9999px;
	background: var(--cts-navy1);
}
.menu-list-item-inner {
	width: 100%;
}
.menu-list-item-inner::after {
	position: absolute;
	right: 30px;
}
/* ハンバーガーメニューの開閉アニメーション */
.menu-toggle.active span:nth-child(1) {
	transform: translateY(10px) rotate(25deg);
}
.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
	transform: translateY(-5px) rotate(-25deg);
}
.menu-list {
	flex-direction: column;
}
/* campaign
____________________*/
.contents--campaign {
	padding-top: 60px;
}
.campaign .ttl-h2 {
	width: 309px;
}
.campaign-overview {
	margin: 35px auto 0;
}
.campaign-date {
	margin-top: 25px;
	padding: 10px 0px;
	gap: 5px;
}
.campaign .btn-entry-block {
	margin-top: 140px;
}
/* prestents
____________________*/
.contents--presents {
	margin-top: 140px;
	padding-top: 100px;
}
.contents--presents::before {
	height: 66%;
}
.contents--presents::after {
    height: 55%;
}
.contents--presents .decoration-arrow2-box {
	height: 66%;
}
.contents--presents .decoration-arrow2-box .decoration-arrow2 {
	width: 360px;
    bottom: -10px;
	max-width: inherit;
}
.contents--presents .decoration-note {
	width: 234px;
	top: -185px;
	right: 20px;
}
.contents--presents .decoration-arrow1 {
    width: 570px;
    position: absolute;
    top: -100px;
    right: 30px;
    z-index: -4;
	max-width: inherit;
}
.presents .ttl-h2 {
	width: 314px;
}
.presents-warp {
	margin: 50px auto 0;
	gap: 40px 20px;
}
.presents-item {
	width: 162px;
	box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}
.presents-item .influencer-name-block {
	padding: 5px 13px 5px 8px;
}
.presents-item .item-ttl {
	padding: 10px 5px 5px;
	min-height: inherit;
}
.w-chance-bnr-block {
	margin: 40px auto 0;
}
.presents .btn-entry-block {
    margin-top: 170px;
}
.w-chance-wrap {
	margin: 65px auto 0;
}
.w-chance-block {
	max-width: 435px;
	gap: 20px;
}
.w-chance-item {
	min-height: 154px;
	border: 2px solid var(--cts-navy1);
	box-shadow: 4px 4px rgba(0, 0, 0, 0.3);
}
.item-image-block {
	width: 121px;
}
.item-tag li.type1 {
	margin-right: 50%;
}
.item-tag li.type2 {
    padding: 5px 8px;
}
/* recommend
____________________*/
.contents--recommend {
	margin-top: 180px;
	padding-top: 100px;
	padding-bottom: 0;
}
.contents--recommend::before {
	height: 96%;
}
.contents--recommend .decoration-desk {
	width: 242px;
	top: -187px;
    left: 10px;
}
.contents--recommend .decoration-arrow1 {
	width: 360px;
	max-width: inherit;
	top: -90px;
}
.contents--recommend .decoration-arrow2-box {
	height: 96%;
}
.contents--recommend .decoration-arrow2-box .decoration-arrow2 {
    width: 369px;
    bottom: -20px;
}
.contents--recommend .bg-yellow {
	height: 96%;
}
.recommend {
	padding-inline: 0;
}
.recommend-wrap {
	margin-top: 40px;
}
.recommend-wrap:nth-of-type(n+2) {
    margin-top: 60px;
}
.recommend-ttl-set {
	padding: 10px;
}
.recommend .ttl-h2 {
	width: 340px;
}
.category-ttl-set {
	margin-top: 30px;
	margin-left: 15px;
}
.recommend-item-wrap + .category-ttl-set {
    margin-top: 50px;
}
.recommend-item-wrap {
	padding-inline: 25px;
	padding-bottom: 60px;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide {
	width: 275px;
	box-shadow: 7px 7px rgba(0, 0, 0, 0.3);
	margin-right: 30px;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide > a {
	padding: 15px 15px 15px 15px;
}
.recommend .swiper-button-next, .swiper-button-prev {
	display: block;
}
.recommend .swiper-container .swiper-wrapper .swiper-slide .round-box {
	width: 68px;
	height: 68px;
}
.recommend .swiper-pagination {
	width: inherit;
	background: var(--cts-white1);
	border-radius: 9999px;
	padding: 3px;
	left: 50%;
	transform: translate(-50%,0);
	display: block;
}
.recommend .swiper-pagination-bullet {
	background: var(--cts-navy1);
	width: 10px;
	height: 10px;
}
.model-catch-block.mr {
    padding-left: 40px;
}
.model_image {
	width: 170px;
}
.recommend .btn-entry-block {
    margin-top: 140px;
}
/* other-campaign
____________________*/
.contents--other-campaign {
	padding-bottom: 0;
}
.other-campaign .ttl-h2 {
	width: 243px;
}
.other-campaign .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	max-width: 350px;
}
.other-campaign-wrap {
    margin-top: 30px;
    padding-bottom: 40px;
}
.other-campaign .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.other-campaign .swiper-pagination-bullet-active {
	background: var(--cts-navy1);
}
.other-campaign .swiper-pagination {
	display: block;
}
/* others
____________________*/
.others .ttl-h2 {
	width: 156px;
}
.other-bnr-wrap {
	gap: 20px;
}
.other-bnr-item {
	max-width: 163px;
}
/* top-anchor
____________________*/
/* .contents--top-anchor {
	bottom: max(2.5vw,20px);
	right: max(2.5vw,20px);
} */
}
@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.2); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */