@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(42px, -2.212rem + 14.91vw, 100px);/*375-768*/
	--cts-width: 1400px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
		Regular 400
		Medium 500
		Bold 700
	*/

	--cts-font: "pirulen", sans-serif;
	/* pirulen
		Regular 400
		Bold 700
	*/

	/* color */
	--color-white1: #FFFFFF;
	--color-white2: #EDEDED;
	--color-gray1: #C1C1C1;
	--color-black1: #000000;
	--color-black2: #190E00;
	--color-orange1: #F8B502;
	--color-orange2: #ECAE19;
}

/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	background: var(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.07em;
	color: var(--color-white2);
}
.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-black1);
	background-color: var(--color-orange2);
}
.contents__wrap {
    background: linear-gradient(-45deg, #864900, #000000, #000000, #000000) fixed;
    background-size: 400% 400%;
    animation: gradientAnimation 25s ease infinite;
	padding-bottom: 170px;
	margin-bottom: 100px;
}
@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.contents__inner {
	width: 80%;
    max-width: var(--cts-width);
    margin-inline: auto;
    padding-inline: var(--cts-gutter);
    box-sizing: border-box;
	position: relative;
}
.contents__inner .section-ttl-wrap {
	width: 70px;
	height: 100%;
	position: absolute;
	right: 0;
	border-left: 1px solid var(--color-orange1);
}
.contents__inner .section-ttl-wrap .ttl-h2 {
	top: 35px;
    position: relative;
	transform: rotate(90deg);
}
.ttl-h2 {
	font-size: clamp(21px, -0.245rem + 2.61vw, 40px);
	font-family: var(--cts-font);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	white-space: nowrap;
}
.ttl-h2::first-letter {
	color: var(--color-orange1);
}

.ttl-h3 {
	font-size: clamp(25px, -0.245rem + 2.61vw, 30px);
	font-family: var(--cts-font);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	white-space: nowrap;
}
.ttl-h3::first-letter {
	color: var(--color-orange1);
}
.f18-15-b {
	font-size: clamp(15px, -0.245rem + 2.61vw, 18px);
	font-weight: 700;
	line-height: 1.8;
	margin-top: 10px;
}
.f17-14-m {
	font-size: clamp(14px, -0.245rem + 2.61vw, 17px);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
.f13-m {
	color: var(--color-gray1);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 30px;
}
.f13-12-m {
	color: var(--color-gray1);
	font-size: clamp(12px, -0.245rem + 2.61vw, 13px);
	font-weight: 500;
	line-height: 1.8;
	margin-top: 25px;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	border-bottom: 3px solid var(--color-red3);
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}

/* c-nav
____________________*/
.c-nav {
	padding-top: 40px;
	margin: 0 auto;
}
.c-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px 80px;
}
.c-nav-list-item {
	width: 100%;
	max-width: 280px;
	padding-bottom: 1px;
	position: relative;
	z-index: 1;
}
.c-nav-list-item a {
	font-size: clamp(14px, -0.245rem + 1.61vw, 15px);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 26px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	
}
.c-nav-list-txt {
	position: relative;
	z-index: 2;
}
.c-nav-list-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--color-black2);
    transform: scale(0); /* 初期状態で縮小 */
    transform-origin: center; /* 拡大の中心点 */
	transition: 0.5s;
}

.c-nav-list-item:hover .c-nav-list-bg {
	background: var(--color-orange2);
	transition: 0.5s;
}

.parentheses {
	width: 14px;
	height: 14px;
	border: 1px solid var(--color-orange1);
	display: block;
	position: absolute;
	z-index: -1;
	transition: transform 0.3s ease;
}

.parentheses-1 { border-bottom: none; border-right: none; top: -1px; left: -1px; }
.parentheses-2 { border-bottom: none; border-left: none; top: -1px; right: -1px; }
.parentheses-3 { border-top: none; border-right: none; bottom: -1px; left: -1px; }
.parentheses-4 { border-top: none; border-left: none; bottom: -1px; right: -1px; }

.c-nav-list-item:hover .parentheses-1 { transform: translate(-5px, -5px); }
.c-nav-list-item:hover .parentheses-2 { transform: translate(5px, -5px); }
.c-nav-list-item:hover .parentheses-3 { transform: translate(-5px, 5px); }
.c-nav-list-item:hover .parentheses-4 { transform: translate(5px, 5px); }

/* floating-menu
____________________*/
.floating-menu {
    position: fixed;
    top: 50%;
    right: -200px;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1000;
}

.floating-menu.show {
	opacity: 1;
	visibility: visible;
}

.floating-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.floating-menu-item {
	margin: 10px 0;
}

.floating-menu-item a {
	font-size: 15px;
	font-family: var(--cts-font);
	font-weight: 400;
	position: relative;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: var(--color-white2);
	overflow: hidden;
}

/* 下線アニメーション */
.floating-menu-item a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 2px;
	background: var(--color-orange1);
	transition: left 0.4s ease, right 0.4s ease;
}

.floating-menu-item a.active::after {
	left: 0;
	right: 0;
}
.floating-menu-item a.active::first-letter {
	color: #F8B502;
}
/* introduction
____________________*/
.contents--introduction {
	padding: 80px 0 0;
}
.introduction-block {
	position: relative;
	z-index: 1;
}
.introduction-block .introduction-detail {
	width: 42vw;
	max-width: 797px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.introduction-block .introduction-detail .txt-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0%);
	z-index: 3;
}
.introduction .ttl-h2 {
	font-size: clamp(25px, -0.245rem + 3.61vw, 50px);
}
.introduction-block .bg-txt {
	width: 85.5vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
/* design
____________________*/
.contents--design {
	padding: 120px 0 0;
}
.design-content {
	position: relative;
	z-index: 1;
}
.design-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}
.design-flex:nth-of-type(2) {
	flex-direction: row-reverse;
	margin-top: 100px;
}
.design-flex .txt-block {
	width: 100%;
	max-width: 490px;
}
.design-point {
	font-size: clamp(12px, -0.245rem + 1.61vw, 15px);
	font-family: var(--cts-font);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 15px;
}
.design-point .square {
	width: 21px;
	height: 21px;
	background: var(--color-orange2);
	display: inline-block;
}
.design .ttl-h3 {
	margin-top: 20px;
}
.design-flex:nth-of-type(1) .img-block {
	width: 100%;
	max-width: 473px;
	margin-right: 106px;
}
.design-flex:nth-of-type(2) .img-block {
	width: 100%;
	max-width: 545px;
	margin-left: 27px;
	position: relative;
	z-index: 1;
}
.design-flex:nth-of-type(2) .img-block .l-1 {
	width: 100%;
	max-width: 460px;
	position: relative;
	z-index: 1;
}
.design-flex:nth-of-type(2) .img-block .l-2 {
	width: 40%;
	max-width: 182px;
	position: absolute;
	right: 0;
	bottom: -19%;
	z-index: 2;
}
.design-flex:nth-of-type(2) .img-block .l-2 img {
	border: 1px solid var(--color-orange1);
}
/* benefit
____________________*/
.contents--benefit {
	padding: 120px 0 0;
}
.benefit-content {
	position: relative;
	z-index: 1;
	flex-direction: column;
    align-items: center;
}
.benefit-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
	margin-right: 70px;
}
.benefit-flex:nth-of-type(n+2) {
	margin-top: 80px;
}
.benefit .ttl-set {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
.logo-haru {
	width: 103px;
	transform: scale(0) rotate(0deg);
	opacity: 0;
}
.ttl-set-inner {
	transform: translateX(-50px);
	opacity: 0;
}
.benefit-item {
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.benefit-note {
	color: var(--color-gray1);
	font-size: clamp(12px, -0.245rem + 2.61vw, 13px);
    font-weight: 500;
    line-height: 1.8;
    margin-top: 25px;
	text-align: center;
	margin-inline: auto;
}
.benefit-flex .benefit-modal {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px;
}
.benefit-flex:nth-of-type(1) .benefit-modal {
	max-width: 580px;
}
.benefit-flex:nth-of-type(2) .benefit-modal {
	max-width: 400px;
}
.benefit-flex:nth-of-type(3) .benefit-modal {
	max-width: 347px;
}
.benefit-flex:nth-of-type(4) .benefit-modal {
	max-width: 580px;
}
.benefit-modal:hover .parentheses-1 { transform: translate(-5px, -5px); }
.benefit-modal:hover .parentheses-2 { transform: translate(5px, -5px); }
.benefit-modal:hover .parentheses-3 { transform: translate(-5px, 5px); }
.benefit-modal:hover .parentheses-4 { transform: translate(5px, 5px); }

.special-box {
	width: 100%;
	max-width: 440px;
	position: relative;
}
.special-box figcaption {
	font-size: clamp(13px, -0.245rem + 1.61vw, 15px);
	font-weight: 500;
	line-height: 1.8;
	width: 100%;
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: +1;
}
/* 背景オーバーレイ */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

/* モーダルコンテンツ */
.modal-contents {
	position: relative;
	animation: fadeIn 0.4s ease;
}

.modal-contents img {
	display: block;
	height: auto;
	width: auto;
	max-width: 100vw;
	max-height: 100vh;
}

/* ×ボタン（CSSで作る） */
.modal-close {
	position: absolute;
	top: -20px;
	right: -70px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: scale(0); /* 初期は非表示 */
}

.modal-close:before,
.modal-close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 2px;
	background: var(--color-orange2);
	transform-origin: center;
}

.modal-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* アニメーション */
@keyframes fadeIn {
	from { opacity: 0; transform: scale(0.9);}
	to { opacity: 1; transform: scale(1);}
}

@keyframes zoomIn {
	from { transform: scale(0);}
	to { transform: scale(1);}
}

/* line-up
____________________*/
.contents--line-up {
	padding: 120px 0 0;
	position: relative;
	z-index: 1;
}
.line-up-content {
	display: flex;
	align-items: flex-start;
	position: relative;
	gap: 60px;
	z-index: 1;
}
.line-up-content .sticky-image {
	width: 60%;
	max-width: 372px;
	position: sticky;
	top: 100px;
	left: 0;
}
.line-up-list-wrap {
	width: 100%;
}
.line-up-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.line-up-item {
	width: 100%;
}
.line-up-item a {
	width: 100%;
	border: 1px solid var(--color-orange1);
	border-radius: 10px;
	padding: 33px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.model-name {
	font-size: clamp(12px, -0.245rem + 2.61vw, 16px);
	font-weight: 400;
	line-height: 1.8;
	max-height: calc(1.8em * 1);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.model-spec {
	font-size: clamp(12px, -0.545rem + 2.61vw, 14px);
	font-weight: 400;
	line-height: 1.8;
	margin-top: 5px;
}
.model-price {
	font-size: clamp(13px, -0.545rem + 2.61vw, 16px);
	font-weight: 400;
	line-height: 1.8;
	white-space: nowrap;
}
.tax {
	font-size: clamp(10px, -0.545rem + 2.61vw, 14px);
	font-weight: 400;
	line-height: 1.8;
}
.btn-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: none;
}
.btn-block .more {
	color: var(--color-orange1);
	font-size: clamp(13px, -0.245rem + 2.61vw, 16px);
	font-weight: 400;
	line-height: 1;
}
.btn-block .arrow {
	width: 68px;
}
/* movie
____________________*/
.contents--movie {
	padding: 120px 0 0;
}
.movie-content {
	width: 100%;
	max-width: 993px;
	padding: 15px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transform-origin: center center;
}
.movie-content iframe {
	width: 100%;
	height: 100%;
}
.movie-content:hover .parentheses-1 { transform: translate(-5px, -5px); }
.movie-content:hover .parentheses-2 { transform: translate(5px, -5px); }
.movie-content:hover .parentheses-3 { transform: translate(-5px, 5px); }
.movie-content:hover .parentheses-4 { transform: translate(5px, 5px); }

/* profile
____________________*/
.contents--profile {
	padding: 190px 0 0;
}
.profile-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.haru-image {
	width: 100%;
	max-width: 960px;
	height: 304px;
	background: url(../../gamepc/img/cts_collab_shibuyaharu/profile-bg-pc.webp) no-repeat center center/cover;
	border: 1px solid var(--color-orange1);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.haru-image .haru {
    width: 80%;
	max-width: 480px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	will-change: filter, opacity;
}
.profile .prof-txt-block {
	margin-top: 40px;
}
.profile .f17-14-m {
	margin-top: 10px;
}
.profile .f13-12-m {
	margin-top: 15px;
}
@media (max-width: 1250px) {
	/* benefit
	____________________*/
	.benefit-flex {
		flex-direction: column;
	}
	/* line-up
	____________________*/
	.line-up-content {
		flex-direction: column;
	}
	.line-up-content .sticky-image {
		width: calc(100% + 2px);
		max-width: inherit;
		top: 0;
		padding-top: 20px;
		padding-bottom: 10px;
		background: var(--color-black1);
		z-index: +1;
	}
	.line-up-content .sticky-image img {
		max-width: 246px;
	}
}
@media (max-width: 768px) {/*375-768*/

/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	letter-spacing: 0.02em;
	padding-bottom: 100px;
}
.contents__inner {
	width: 100%;
}
.contents__inner .section-ttl-wrap {
	width: 40px;
	top: -10px;
}
.f13-m {
    margin-top: 15px;
}
/* c-nav
____________________*/
.c-nav {
	padding-top: 20px;
}
.c-nav-list {
	flex-direction: column;
	gap: 20px;
}
.c-nav-list-item {
	max-width: 255px;
}
/* floating-menu
____________________*/
.floating-menu {
	display: none;
}
/* introduction
____________________*/
.contents--introduction {
	padding-top: 18vh;
}
.introduction-block {
	padding-top: 12%;
}
.introduction-block .introduction-detail {
    width: 56vw;
}
.introduction-block .introduction-detail .txt-block {
	top: 70%;
	bottom: inherit;
}
.introduction-block .bg-txt {
	top: 0;
	width: 78vw;
}
/* design
____________________*/
.contents--design {
	padding-top: 160px;
}
.design .section-ttl-wrap {
	height: 145px;
}
.design-flex {
	flex-direction: column-reverse;
	gap: 0;
}
.design-flex:nth-of-type(2) {
	flex-direction: column-reverse;
	margin-top: 80px;
}
.design-flex:nth-of-type(1) .img-block {
	max-width: 230px;
	margin-right: inherit;
}
.design-flex:nth-of-type(2) .img-block {
	max-width: 250px;
	margin-left: 0;
}
.design-flex:nth-of-type(2) .img-block .l-1 {
	max-width: 200px;
	margin-inline: auto;
}
.design-flex:nth-of-type(2) .img-block .l-2 {
	max-width: 80px;
    bottom: -55px;
}
.design-flex:nth-of-type(1) .txt-block {
	margin-top: -140px;
	z-index: +2;
}
.design-flex:nth-of-type(2) .txt-block {
	margin-top: 20px;
}
.design-point .square {
	width: 18px;
	height: 18px;
}
/* benefit
____________________*/
.benefit .section-ttl-wrap {
	height: 160px;
}
.benefit-flex {
	width: fit-content;
	margin-inline: auto;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 20px;
}
.benefit-flex:nth-of-type(n+2) {
	margin-top: 70px;
}
.logo-haru {
	display: none;
}
.benefit-flex:nth-of-type(1) .benefit-modal,
.benefit-flex:nth-of-type(2) .benefit-modal,
.benefit-flex:nth-of-type(3) .benefit-modal,
.benefit-flex:nth-of-type(4) .benefit-modal {
	max-width: 265px;
}
.benefit-item {
	width: fit-content;
	align-items: flex-start;
}
.modal-contents {
	max-width: 90%;
}
.modal-contents img {
	width: 100%;
	height: auto;
}
.modal-close {
	width: 30px;
    height: 30px;
	top: -50px;
	right: 0;
}
.modal-close:before, .modal-close:after {
	width: 30px;
}
.benefit-note {
	margin-top: 25px;
	text-align: left;
}
.special-box {
	max-width: 265px;
}
/* line-up
____________________*/
.contents--line-up {
	padding-top: 100px;
}
.line-up .section-ttl-wrap {
	height: 153px;
}
.line-up-content {
	flex-direction: column;
	gap: 40px;
}
.line-up-content .sticky-image img {
	width: 246px;
}
.line-up-list {
	gap: 15px;
}
.line-up-item a {
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	position: relative;
}
.model-name {
	max-height: calc(1.8em * 2);
	-webkit-line-clamp: 2;
}
.price-block {
	margin-top: 10px;
}
.btn-block {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.btn-block .arrow {
	width: 50px;
}
/* movie
____________________*/
.contents--movie {
	padding-top: 80px;
}
.movie .section-ttl-wrap {
	height: 128px;
}
.movie-content {
	max-width: 70.7vw;
}
/* profile
____________________*/
.contents--profile {
	padding-top: 80px;
}
.profile .section-ttl-wrap {
	height: 158px;
}
.profile-content {
	padding-top: 60px;
}
.haru-image {
	width: 265px;
	height: 157px;
	background: url(../../gamepc/img/cts_collab_shibuyaharu/profile-bg-sp.webp) repeat-x center center/cover;
	margin-inline: auto;
}
.haru-image .haru {
	width: 95%;
}
.profile .ttl-set {
	width: fit-content;
	margin-inline: auto;
}
}
