@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1180px;

	/* font */
	--dp-font-jp: "Noto Serif JP", serif;      
	/* Noto Serif JP
	200 to 900
	*/

	--cts-font: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	100 to 900
	*/

	/* color */
	--color-white-1: #FFFFFF;
	--color-brown-1: #A69278;
	--color-black-1: #000000;
}

/* LP共通汎用
____________________*/
body {
	padding-right: 0 !important;
	overflow: visible !important;
}
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.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%;
	background: var(--color-black-1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-brown-1);
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-black-1);
	background-color: var(--color-brown-1);
}
.contents__wrap {
	/* margin-bottom: 100px; */
	background: var(--color-black-1);
	padding-bottom: 160px;
	position: relative;
	z-index: 1;
}

.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.btn-link {
    /* 既存のベーススタイル */
    color: var(--color-white-1);
    font-size: clamp(13px, 0.652rem + 0.36vw, 20px);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 100%;
    padding: 18px 0;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    
    /* 枠線とグラデーション */
    border: 2px solid var(--color-brown-1);
    background: linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(87, 87, 87, 1) 100%);
    border-radius: 9999px;
    
    /* アニメーション用の設定 */
    position: relative;
    z-index: 1;
    overflow: hidden; /* はみ出る光を隠す */
    transition: all 0.3s ease;
}

/* ホバー時に枠線の色を明るくし、少し浮き上がらせる */
.btn-link:hover {
    border-color: var(--color-brown-1);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* 光の筋（グレア効果） */
.btn-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: none;
    z-index: -1;
}

/* ホバーした瞬間に光が左から右へ駆け抜ける */
.btn-link:hover::before {
    left: 150%;
    transition: all 0.6s ease;
}

/* テキストの微調整 */
.btn-link span {
    position: relative;
    z-index: 2;
    letter-spacing: 0.05em;
}
.btn-link .arrow {
	width: 10px;
	height: 16px;
	background: url(../../gamepc/img/crimsondesert/arrow.webp) no-repeat center center/contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-bottom: 3px solid var(--color-brown-1);
}
.contents--mv img {
	width: 100%;
	height: auto;
}
/* intro
____________________*/
.contents--intro {
	width: 100%;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}
.txt-intro {
	color: var(--color-white-1);
	font-size: clamp(13px, 0.652rem + 0.36vw, 22px);
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

/* line-up
____________________*/
.contents--line-up {
	padding-top: 100px;
}
.line-up .ttl-h2 {
	font-size: clamp(48px, 0.652rem + 5.36vw, 80px);
	font-weight: 700;
	text-align: center;
}
.model-wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 35px;
	margin-top: 60px;
}
.model-block {
	width: 100%;
	padding: 20px;
	background: url(../../gamepc/img/crimsondesert/bg-lineup.webp) center top/100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.model-block .line {
	position: absolute;
	z-index: 2;
	background: var(--color-brown-1);
}
.model-block .line:nth-of-type(1) {
	width: 100%;
	height: 2px;
	top: 18px;
	left: 0;
}
.model-block .line:nth-of-type(2) {
	width: 100%;
	height: 2px;
	bottom: 18px;
	left: 0;
}
.model-block .line:nth-of-type(3) {
	width: 2px;
	height: 100%;
	top: 0;
	left: 18px;
}
.model-block .line:nth-of-type(4) {
	width: 2px;
	height: 100%;
	top: 0;
	right: 18px;
}
.model-block .model-inner {
	padding: 28px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.model-name-wrap {
	background: url(../../gamepc/img/crimsondesert/line-lineup.webp) no-repeat left bottom /100%;
	padding-bottom: 30px;
}
.model-name {
	font-size: clamp(13px, -0.652rem + 4.36vw, 22px);
	font-weight: 700;
	line-height: 1.5;
}
.model-flex {
	display: flex;
	margin-top: 40px;
	position: relative;
}
.txt-block {
	color: var(--color-white-1);
	font-family: var(--cts-font);
}
.spec-list {
	font-size: clamp(12px, -0.652rem + 4.36vw, 18px);
	font-weight: 500;
	line-height: 2;
}
.model-flex .model-img {
    width: 260px;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
}
.model-price {
	font-size: clamp(16px, -0.652rem + 4.36vw, 24px);
	font-weight: 700;
	line-height: 1;
	margin-top: 35px;
}
.model-price .tax {
	font-size: clamp(12px, -0.652rem + 4.36vw, 20px);
}
/* about
____________________*/
.contents--about {
	padding-top: 275px;
}
.ttl-about-set {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
}
.ttl-set-inner {
	width: 100%;
	max-width: 185px;
}
.ttl-about-set::before,
.ttl-about-set::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	opacity: 0.4;
}
.ttl-about-set::before {
	background: linear-gradient(90deg,rgba(99, 92, 78, 1) 0%, rgba(209, 190, 152, 1) 100%);
}
.ttl-about-set::after {
	background: linear-gradient(90deg,rgba(209, 190, 152, 1) 0%, rgba(99, 92, 78, 1) 100%);
}
.ttl-about-set .ttl-about {
	color: var(--color-white-1);
	font-size: clamp(18px, -0.652rem + 4.36vw, 30px);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	position: relative;
}
.ttl-about-set .emblem {
	width: 100%;
	max-width: 121.65px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.logo-crimsondesert {
	width: 100%;
	max-width: 672px;
	margin: 25px auto 0;
}
.txt-about {
	color: var(--color-white-1);
	font-size: clamp(12px, -0.652rem + 4.36vw, 22px);
	font-weight: 700;
	text-align: center;
	line-height: 2.1;
	margin-top: 14px;
}
.ss-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 130px;
	gap: 45px;
}
.ss-list-item {
	width: 100%;
	max-width: 502px;
}
.about .btn-link {
    font-size: clamp(13px, -1.652rem + 3.36vw, 24px);
    width: 100%;
    max-width: 531px;
    margin: 135px auto 0;
    padding: 38px 0;
}
.lp-copy {
	font-size: clamp(11px, -0.652rem + 4.36vw, 18px);
	font-family: var(--cts-font);
	font-weight: 500;
	text-align: center;
	margin-top: 140px;
}
/* modal */
.modal-open {
	cursor: pointer;
}
/* モーダル背景 */
.lp-modal {
    display: none; 
    position: fixed;
    z-index: 10000; /* CMSの他要素に負けないよう高めに設定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    cursor: zoom-out;
}

/* 拡大画像 */
.lp-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lp-zoom 0.3s ease;
}

@keyframes lp-zoom {
    from { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* ×閉じボタン */
.lp-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 10010;
}
.lp-modal-close::before,
.lp-modal-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #fff;
}
.lp-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.lp-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-modal-close:hover::before,
.lp-modal-close:hover::after {
    background-color: #ccc;
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

.contents__wrap {
	padding-bottom: 78px;
}
.btn-link {
    padding: 13px 0;
	border-width: 1px;
}
/* mv
____________________*/
.contents--mv {
	padding: 0;
}
/* intro
____________________*/
.contents--intro {
	padding-top: 50px;
}
/* line-up
____________________*/
.contents--line-up {
	padding-top: 50px;
}
.model-wrap {
	flex-direction: column;
	margin-top: 40px;
}
.model-block .model-inner {
	padding: 18px;
}
.model-name-wrap {
	padding-bottom: 20px;
}
.model-flex .model-img {
    width: 170px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 2;
}
.model-price {
	margin-top: 20px;
}
.model-block .line:nth-of-type(1) {
	height: 1px;
}
.model-block .line:nth-of-type(2) {
	height: 1px;
}
.model-block .line:nth-of-type(3) {
	width: 1px;
}
.model-block .line:nth-of-type(4) {
	width: 1px;
}
/* about
____________________*/
.contents--about {
	padding-top: 125px;
}
.ttl-about-set .emblem {
	width: 77.26px;
}
.logo-crimsondesert {
	max-width: 368px;
}
.txt-about {
	margin-top: 10px;
}
.ss-list {
	margin-top: 65px;
}
.about .btn-link {
	max-width: 262px;
	margin-top: 75px;
	padding: 23px 0;
}
.lp-copy {
	margin-top: 68px;
}
}


/*　アニメーション
____________________*/
.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(-75); }      /* 上から */
.fade-in-bottom { transform: translateY(75px); }    /* 下から */
.fade-in-right { transform: translateX(75px); }     /* 右から */
.fade-in-left { transform: translateX(-75px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.6); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.1); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */