@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(28px, -0.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1430px;

	/* font */
	--dp-font-jp: "Zen Kaku Gothic New", serif;
	/* Zen Kaku Gothic New
	300 to 900
	*/

	--cts-font: "Outfit", sans-serif;
	/* Outfit
	100 to 900
	*/

	--dp-h2-size: clamp(45px,calc(1.023rem + 3.97vw),75px);
	--dp-h3-size: clamp(15px,calc(.955rem + .73vw),22px);
	--dp-h4-size: clamp(1px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-color1: #FFFFFF;
	--cts-color2: #E6E6E6;
	--cts-color3: #A9A9A9;
	--cts-color4: #D3B78B;
	--cts-color5: #92E9FB;
	--cts-color6: #C99FFF;
	--cts-color7: #785DC8;
	--cts-color8: #808080;
	--cts-color9: #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 {
	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-color9);
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: #fff;
	/* 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;
}
.contents__inner .area_nav {
	color: var(--cts-color);
	font-family: var(--cts-font);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	gap: 30px;
	position: absolute;
	left: -60px;
	top: 190px;
	writing-mode: vertical-rl;
	z-index: 5;
}
.contents__inner .area_nav::after {
	content: "";
	width: 2px;
	height: 50px;
	background: var(--cts-color);
	position: relative;;
}


/* コンテンツ
____________________*/
::selection {
	background-color: var(--cts-color8);
}
.contents__wrap {
	padding-block-end: 0;
	position: relative;
}
.contents__wrap .link__inner {
	font-size: clamp(14px, 0.852rem + 0.36vw, 17px);
	font-weight: 700;
	color: var(--cts-color3);
	background: var(--dp-color2);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.link__inner::before {
	background: var(--cts-color2);
}
.link__inner::after {
	border-color: var(--cts-color3);
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.ttl_set {
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.ttl_set.center {
	text-align: center;
	align-items: center;
	justify-content: center;
}
.ttl_set .ttl_h2 {
	color: var(--cts-color4);
	font-family: var(--cts-font);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 1;
	margin-left: 50px;
	position: relative;
}
.ttl_set .ttl_h2::before {
	content: "";
	width: 100px;
	height: 150px;
	position: absolute;
	left: 0;
	top: calc(50% + -5px);
	transform: translate(-50%,-50%);
	z-index: -1;
}
.ttl_set.center .ttl_h2 {
	margin-left: 0;
}
.ttl_set.center .ttl_h2::before {
	left: 50%;
}
.ttl_set .ttl_h3 {
	color: #ddd;
    font-size: clamp(20px, -0.145rem + 1.61vw, 26px);
    font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1.6;
    margin-top: 60px;
    white-space: nowrap;
}
.ttl_set .ttl_h3 sup {
	top: -0.3em;
}
.normal_txt {
	font-size: clamp(14px, -0.145rem + 1.61vw, 16px);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 45px;
}
.normal_txt sup {
	top: -0.3em;
}
.normal_txt.center {
	text-align: center;
}
.normal_txt.right {
	text-align: right;
}
.txt-note {
	color: var(--cts-color3);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 40px;
}
.txt-note.indent0 {
	text-indent: inherit;
	margin-left: inherit;
}
.purple {
	color: var(--cts-color7);
}
.normal_btn {
	color: var(--cts-color1);
	font-size: clamp(14px, -0.145rem + 1.61vw, 15px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	max-width: 270px;
	height: 60px;
	border-radius: 9999px;
	background: var(--cts-color9);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	position: relative;
	transition: all .3s;
	border: 1px solid var(--cts-color9);
}
.normal_btn .dli-caret-circle-fill-right {
	position: absolute;
	right: 15px;
}
.normal_btn:hover {
	color: var(--cts-color9);
	background: var(--cts-color1);
	border: 1px solid var(--cts-color9);
}
.normal_btn:hover .dli-caret-circle-fill-right {
	opacity: 0;
	transition: all .3s;
	animation: zoom-t .3s;
}
.normal_btn.type2:hover {
	color: var(--cts-color10);
	border-color: var(--cts-color10);
}
.normal_btn.type3:hover {
	color: var(--cts-color8);
	border-color: var(--cts-color1);
}
.normal_btn.type4:hover {
	color: var(--cts-color7);
	border-color: var(--cts-color7);
}
.normal_btn.type5:hover {
	color: var(--cts-color12);
	border-color: var(--cts-color12);
}
@keyframes zoom-t {
	50% {
		transform: scale(1.15);
	}
}
.dli-caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: var(--cts-color1);
	line-height: 1;
	position: relative;
	width: 30px;
	height: 30px;
	border: 0.14em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.normal_btn.type5 .dli-caret-circle-fill-right {
	background: var(--cts-color12);
	border-color: var(--cts-color12);
}
.dli-caret-circle-fill-right::before {
	content: '';
	color: var(--cts-color9);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 10px;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.type2 .dli-caret-circle-fill-right::before {
	color: var(--cts-color10);
}
.type3 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
}
.type4 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
}
.type5 .dli-caret-circle-fill-right::before {
	color: var(--cts-color8);
} 
/* sub_nav
____________________*/
.sub_nav_wrap {
	width: 150px;
	display: none;
	background: none;
}
.sub_nav_wrap.fixed {
	position: sticky;
	top: 80px;
	left: 3.258%;
	width: 150px;
	padding-bottom: 50px;
	z-index: 999;
}
.sub_nav__inner {
	padding: 0;
}
.submenu__list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 25px;
	padding: 0;
}
.submenu__list .menu__item a {
	position: relative;
	width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--cts-color8);
    font-size: clamp(12px, 0.652rem + 0.36vw, 13px);
    font-weight: 400;
	line-height: 1;
    letter-spacing: .1em;
    transition: all .3s;
    text-align: left;
	text-decoration: none;
	padding-left: 20px;
	position: relative;
}
.submenu__list .menu__item.current a {
	color: var(--cts-color4);
}
.submenu__list .menu__item a::before {
	content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: translate(0%, -50%);
    width: 7px;
    height: 7px;
    display: block;
    border: 1px solid var(--cts-color8);
    background: var(--cts-color9);
    box-sizing: border-box;
}
.submenu__list .menu__item.current a::before {
	border-color: var(--cts-color4);
	background: var(--cts-color4);
}
.submenu__list .menu__item a::after {
	content: "";
    position: absolute;
    left: 20px;
    width: calc(100% - 20px);
    height: 1px;
    background: var(--cts-color8);
    bottom: -8px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.submenu__list .menu__item.current a::after {
	background: var(--cts-color4);
}
.submenu__list .menu__item a:hover::after {
	transform: scale(1, 1);
}
.submenu-btn {
	display: none;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: sticky;
	top: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* intro
____________________*/
.contents--intro {
	padding: 280px 0 190px;
	position: relative;
    z-index: +1;
}
.contents--intro::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
}
.intro-box {
	width: 100%;
	max-width: 460px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.intro-box_txt {
	font-size: clamp(15px, -0.145rem + 1.61vw, 18px);
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.05em;
}
/* contents--main-specs
________________________*/
.contents--main-specs {
	position: relative;
    z-index: +1;
	background: var(--cts-color9);
	padding: 140px 0 0;
	margin: 0;
}
.main-specs {
	padding-inline: inherit;
	padding-left: 15.77%;
	max-width: inherit;
}
.main-specs_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
}
.main-specs_txt_block {
	width: calc(100% - 67.81%);
}
.main-specs .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no1.webp) no-repeat center center/contain;
}
.parts-list {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.parts-list_item {
	margin-top: 25px;
}
.parts-list_item:first-child {
	margin-top: 0;
}
.parts-list dt {
	color: var(--cts-color4);
	font-size: clamp(15px, -0.145rem + 1.61vw, 16px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3em;
}
.parts-list dd {
	color: var(--cts-color2);
	font-size: clamp(15px, -0.145rem + 1.61vw, 16px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.img_main-specs {
	width: 67.81%;
}
/* contents--specs-feature
___________________________*/
.contents--specs-feature {
	position: relative;
    z-index: +1;
	background: var(--cts-color9);
	padding: 180px 0 160px;
	margin: 0;
}
.specs-feature {
	max-width: inherit;
	padding-inline: 15.77%;
}
.logo-win {
	width: 60%;
	max-width: 296px;
	margin: 50px auto;
	position: relative;
}
.specs-feature_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.specs-feature_flex.reverse {
	flex-direction: row-reverse;
}
.specs-feature_flex:nth-of-type(2) {
	margin-top: 180px;
}
.specs-feature_flex:nth-of-type(n+3) {
	margin-top: 200px;
}
.ttl_set .ttl_h2.n2::before {
	background: url(../../gamepc/img/hedt/no2.webp) center center/contain;
}
.ttl_set .ttl_h2.n3::before {
	background: url(../../gamepc/img/hedt/no3.webp) center center/contain;
}
.ttl_set .ttl_h2.n4::before {
	background: url(../../gamepc/img/hedt/no4.webp) center center/contain;
}
.ttl_set .ttl_h2.n5::before {
	background: url(../../gamepc/img/hedt/no5.webp) center center/contain;
}
.main-feature_txt_block,
.main-feature_img_block {
	width: 50%;
	position: relative;
}
.main-feature_img_block.no1 .main_logo {
	width: 60%;
	max-width: 254px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -380px;
	z-index: +1;
}
.main-feature_img_block.no1 .main_picture {
	width: 77.68%;
	display: block;
	margin-left: auto;
    position: relative;
}
.main-feature_img_block.no1 .main_picture img {
	position: absolute;
	bottom: -280px;
}
.main-feature_img_block.no2,
.main-feature_img_block.no3 {
	background: url(../../gamepc/img/hedt/circular-gradation.webp) no-repeat center center/contain;
}
.main-feature_img_block.no2 .main_logo {
	width: 40%;
	max-width: 155px;
	display: block;
	position: absolute;
	right: 110px;
	bottom: -450px;
	z-index: +1;
}
.main-feature_img_block.no3 .main_logo {
	width: 50%;
	max-width: 226px;
	display: block;
	position: absolute;
    left: 20px;
    bottom: -470px;
	z-index: +1;
}
.main-feature_img_block.no2 .main_picture {
	width: 57.57%;
	display: block;
	margin-left: 15px;
    position: relative;
}
.main-feature_img_block.no2 .main_picture img {
	position: absolute;
	bottom: -400px;
}
.main-feature_img_block.no3 .main_picture {
    width: 76.45%;
    display: block;
    margin-left: auto;
    position: relative;
}
.main-feature_img_block.no3 .main_picture img {
	position: absolute;
	bottom: -410px;
}
/* case-feature
____________________*/
.contents--case-feature {
	position: relative;
    z-index: +1;
	background: var(--cts-color9);
	padding: 180px 0 40px;
	margin: 0;
	overflow: hidden;
}
.contents--case-feature::after {
	content: "";
	width: 100%;
	height: 400px;
	display: block;
	background: url(../../gamepc/img/hedt/line-gradation_l.webp) repeat-x center top/cover;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.case-feature {
	max-width: inherit;
	padding-inline: inherit;
}
.case-feature_flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.case-feature_flex:nth-of-type(1) {
	flex-direction: column;
	padding: 0 15.77%;
}
.case-feature_flex:nth-of-type(2) {
	max-width: var(--cts-width);
	padding: 40px 0 170px;
	margin: 0 auto;
	position: relative;
}
.case-feature .case-feature_flex:nth-of-type(1) .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no6.webp) center center/contain;
}
.case-feature .case-feature_flex:nth-of-type(2) .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no6.webp) center center/contain;
}
.case-feature .case-feature_flex:nth-of-type(3) .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no7.webp) center center/contain;
}
.case-feature .case-feature_flex:nth-of-type(4) .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no8.webp) center center/contain;
}
.case-feature_gaming,
.case-feature_creator,
.case-feature_txt_block,
.case-feature_img_block {
	width: 50%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.case-feature_txt_block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(../../gamepc/img/hedt/bg_case_feature_txt.webp) repeat center center /cover;
}
.case-feature_txt_block.left {
	padding-left: 15.77%;
}
.case-feature_txt_block.right {
	padding-left: 5.26%;
	padding-right: 15.77%;
}
.case-feature_gaming .subttl_set {
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 3;
}
.case-feature_creator .subttl_set {
	position: absolute;
	top: 227px;
	left: 0;
	z-index: 5;
}
.subttl_set .ttl_h4 {
	font-family: var(--cts-font);
	font-size: clamp(12px, -1.145rem + 3.61vw, 17px);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.4em;
}
.case-feature_gaming .subttl_set .ttl_h4 {
	color: var(--cts-color5);
	margin-right: -40px;
}
.case-feature_creator .subttl_set .ttl_h4 {
	color: var(--cts-color6);
	margin-left: -40px;
}
.subttl_catch {
	font-size: clamp(12px, -1.145rem + 3.61vw, 16px);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.case-feature_gaming .subttl_set .subttl_catch {
	text-align: right;
}
.case-feature_creator .subttl_set .subttl_catch {
	text-align: left;
}
.case-feature_gaming .case_img,
.case-feature_creator .case_img {
	width: 63.4%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}
.case-feature_gaming .kanji {
	width: 189px;
	height: auto;
	display: block;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1;
}
.case-feature_creator .kanji {
	width: 176px;
	height: auto;
	display: block;
	position: absolute;
	top: 144px;
	left: 0;
	z-index: 1;
}
.case-feature_flex:nth-of-type(2) .case-feature_bottom {
	width: 100%;
	max-width: 580px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 45px;
	transform: translate(-50%,0%);
	z-index: 3;
}
.case-feature_flex:nth-of-type(2) .case-feature_bottom::before,
.case-feature_flex:nth-of-type(2) .case-feature_bottom::after {
	content: "";
	position: absolute;
	z-index: +2;
}
.case-feature_flex:nth-of-type(2) .case-feature_bottom::before {
	top: 0;
	left: 0;
	width: 44px;
	height: 78px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-color: var(--cts-color4);
}
.case-feature_bottom::after {
	bottom: 0;
	right: 0;
	width: 44px;
	height: 78px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: var(--cts-color4);
}
.case-feature_bottom .normal_txt {
	margin-top: 0;
}
/* photo-gallery
____________________*/
.contents--photo-gallery {
	position: relative;
    z-index: +1;
	background: var(--cts-color9);
	padding: 180px 0 120px;
	margin: 0;
}
.sliderarea {
	margin-top: 80px;
}
.photo-gallery {
	max-width: inherit;
	box-sizing: border-box;
}
.photo-gallery .ttl_set .ttl_h2::before {
	background: url(../../gamepc/img/hedt/no9.webp) center center / contain;
}
.slick-slide {
	width: 417px;
	margin: 36px 0;
	opacity: 0.4;
}
.slick-slide.slick-center {
	transform: scale(1.28);
	opacity: 1;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slide-arrow {
	width: 63px;
	height: 63px;
	box-sizing: border-box;
	border: 1px solid var(--cts-color4);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: +5;
}
.prev-arrow {
	left: 13%;
}
.prev-arrow .dli-chevron-left {
	position: absolute;
	left: 7px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 1px;
    background: var(--cts-color4);
    transition: all .3s;
}
.prev-arrow .dli-chevron-left::after {
	content: "";
    position: absolute;
    left: 0;
    top: -11px;
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color4);
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-135deg) translate(-50%, -50%);
}
.prev-arrow:hover .dli-chevron-left {
	left: -7px;
}
.next-arrow {
	right: 13%;
}
.next-arrow .dli-chevron-right {
	position: absolute;
	right: -40px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 1px;
    background: var(--cts-color4);
    transition: all .3s;
}
.next-arrow .dli-chevron-right::after {
	content: "";
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color4);
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg) translate(-50%, -50%);
}
.next-arrow:hover .dli-chevron-right {
	right: -53px;
}
.slide-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0;
}
.slide-dots li {
    width: 11px;
    height: 2px;
    margin: 0 5px;
    background: var(--cts-color8);
    cursor: pointer;
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slide-dots li:hover,
.slide-dots li.slick-active {
	height: 3px;
    background: var(--cts-color1);
}
/* line-up
____________________*/
.contents--line-up {
	position: relative;
    z-index: 1;
	background: var(--cts-color9);
	padding: 180px 0 120px;
	margin: 0;
}
.contents--line-up::before,
.contents--line-up::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: +1;
	width: 50%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(150deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
}
.contents--line-up::before {
	left: 0;
}
.contents--line-up::after {
	left: 50%;
}
.contents--line-up .bg_gra {
    width: 100%;
    height: 400px;
    display: block;
    background: url(../../gamepc/img/hedt/line-gradation_l.webp) repeat-x center top / cover;
    position: absolute;
    z-index: +2;
    top: 0;
    left: 0;
}
.line-up {
	position: relative;
	z-index: +3;
}
.line-up .ttl_set .ttl_h2::before {
	top: calc(50% + 5px);
    background: url(../../gamepc/img/hedt/no10.webp) no-repeat center center / contain;
}
.line-up_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 50px auto 0;
	gap: 12vw;
}
.model_block {
	width: 100%;
	max-width: 530px;
	background: url(../../gamepc/img/hedt/bg_model.webp) no-repeat center center/cover;
	border-radius: 10px;
	padding: 50px 80px 60px;
	box-sizing: border-box;
}
.model_image {
	width: 100%;
	max-width: 206px;
	margin: 0 auto;
}
.catch {
	font-size: clamp(14px, -0.145rem + 1.61vw, 16px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 20px;
}
.inner_wrap:nth-of-type(1) .catch {
	color: var(--cts-color5);
}
.inner_wrap:nth-of-type(2) .catch {
	color: var(--cts-color6);
}
.model_name {
	font-size: clamp(20px, -0.145rem + 1.61vw, 24px);
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.model__spec {
	width: fit-content;
	margin: 35px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	position: relative;
}
.model__spec::before {
	content: "";
	width: 122%;
	height: 1px;
	background: #333;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,50%);
}
.model__spec-item {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.model__spec-item:nth-of-type(1) {
	margin-top: 0;
}
.spec__name {
	width: 113px;
	display: block;
	font-size: clamp(12px, -0.145rem + 1.61vw, 13px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: right;
}
.inner_wrap:nth-of-type(1) .spec__name {
	color: var(--cts-color5);
}
.inner_wrap:nth-of-type(2) .spec__name {
	color: var(--cts-color6);
}
.spec__data {
	width: calc(100%);
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.model_link {
	font-size: clamp(14px, -0.145rem + 1.61vw, 16px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
	max-width: 350px;
	min-height: 70px;
	box-sizing: border-box;
	display: block;
	border: 1px solid var(--cts-color4);
	margin: 40px auto 0;
	padding: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.model_link .arrow {
	position: absolute;
	width: 84px;
	height: 1px;
	top: 50%;
	right: -12px;
	z-index: +1;
	background: #D3B78B;
	transition: all .3s;
	pointer-events: none;
}
.model_link .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color4);
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg) translate(-50%, -50%);
}
.model_link:hover .arrow {
	right: -22px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
    position: sticky;
    padding: 0;
    bottom: 0;
    margin-right: 0;
    z-index: 10;
    transition: all .3s;
	opacity: 0;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
}
.top-anchor {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(40px, 1.978rem + 5.56vw, 63px);
    height: clamp(40px, 1.978rem + 5.56vw, 63px);
    bottom: max(2.5vw, 70px);
	right: max(2.5vw, 70px);
    background: none;
	border: 1px solid var(--cts-color4);
    border-radius: 50%;
    transition: all .3s;
}
.top-anchor .dli-chevron-up {
	position: absolute;
	left: 50%;
	top: 7px;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 48px;
	background: var(--cts-color4);
	transition: all .3s;
	pointer-events: none;
}
.top-anchor .dli-chevron-up::after {
	content: "";
	position: absolute;
	left: calc(50% + 2px);
	top: 0;
    display: inline-block;
    vertical-align: middle;
    color: var(--cts-color4);
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-45deg) translate(-50%,-50%);
}
.top-anchor:hover .dli-chevron-up {
	top: -5px;
	transition: all .3s;
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.ttl_set {
	text-align: center;
    align-items: center;
    justify-content: center;
}
.ttl_set .ttl_h2 {
	margin-left: 0;
}
.ttl_set .ttl_h2::before {
    left: 50%;
}
.ttl_set .ttl_h3 {
	white-space: wrap;
	margin-top: 45px;
}
.normal_txt {
	margin-top: 30px;
}
.normal_txt.sp-left {
	text-align: left;
}
.txt-note {
	margin-top: 30px;
}
/* sub_nav
____________________*/
.sub_nav_wrap {
	width: 100%;
	/* background: var(--cts-color1); */
}
.sub_nav_wrap.fixed {
	top: 0;
	left: 0;
	width: 100%;
}
.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: 43px;
	width: 100%;
	height: calc(100vh - 40px);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .header__menu {
	opacity: 1;
	visibility: visible;
	background: var(--cts-color9);
}
.submenu__list {
	flex-direction: column;
	gap: 0;
	padding-top: 0;
}
.submenu__list .menu__item.current {
	background: var(--cts-color4);
}
.submenu__list .menu__item a {
	color: var(--dp-color2);
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 53px;
	padding: inherit;
	position: relative;
}
.submenu__list .menu__item.current a {
	color: var(--cts-color9);
}
.submenu__list .menu__item a::before {
	content: none;
}
.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%;
	height: 43px;
	padding: 9px;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #404040;
}
.active .submenu-btn {
	background: var(--cts-color9);
}
.submenu-btn span:nth-child(-n+3) {
	position: absolute;
	display: block;
	width: 33px;
	height: 2px;
	background: var(--cts-color4);
}
.submenu-btn span:nth-child(1) {
	top: 14px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(1) {
	background: var(--cts-color4);
	top: 24px;
	transform: rotate(30deg);
}
.submenu-btn span:nth-child(2) {
	top: 22px;
	transition: opacity .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(2) {
	opacity: 0;
}
.submenu-btn span:nth-child(3) {
	top: 30px;
	transition: all .2s ease;
}
.sub_nav__inner.active .submenu-btn span:nth-child(3) {
	background: var(--cts-color4);
	top: 24px;
	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;
} */
/* mv
____________________*/
.contents--mv {

}
/* intro
____________________*/
.contents--intro {
	padding: 80px 0 60px;
}
/* main-specs
____________________*/
.contents--main-specs {
	padding: 60px 0 0;
}
.main-specs {
	padding-left: 0;
}
.main-specs_flex {
	padding-inline: var(--cts-gutter);
}
.main-specs_txt_block {
	width: 100%;
}
.parts-list {
	margin-top: 30px;
}
.parts-list_item {
	display: flex;
	margin-top: 15px;
}
.parts-list dt {
	width: 4em;
}
.parts-list dd {
	margin: 0;
}
.img_main-specs {
	width: 100vw;
	margin-top: 40px;
}
/* specs-feature
____________________*/
.contents--specs-feature {
	padding: 110px 0 80px;
}
.specs-feature {
	padding-inline: 0;
}
.logo-win {
	margin-top: 30px;
}
.specs-feature_flex,
.specs-feature_flex.reverse {
	padding-inline: var(--cts-gutter);
	flex-direction: column;
}
.specs-feature_flex:nth-of-type(n+3) {
    margin-top: 120px;
}
.specs-feature_flex:nth-of-type(2) {
    margin-top: 60px;
}
.specs-feature_flex:nth-of-type(3),
.specs-feature_flex:nth-of-type(4) {
	flex-direction: column;
}
.main-feature_txt_block, .main-feature_img_block {
	width: 100%;
}
.main-feature_img_block.no1 {
	margin-top: 40px;
}
.main-feature_img_block.no1 .main_picture {
	width: 100vw;
	margin-top: 0;
}
.main-feature_img_block.no1 .main_picture img {
    position: relative;
    bottom: inherit;
}
.main-feature_img_block.no1 .main_logo {
	position: relative;
	left: 50%;
	bottom: -50px;
	transform: translate(-50%,-50%);
}
.main-feature_img_block.no2 {
	margin-top: 60px;
}
.main-feature_img_block.no3 {
	margin-top: 0;
}
.main-feature_img_block.no2 .main_logo {
	max-width: 130px;
	position: relative;
	left: 50%;
	bottom: inherit;
	right: inherit;
	transform: translate(-50%, 0);
}
.main-feature_img_block.no3 .main_logo {
	position: relative;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,-0%);
}
.main-feature_img_block.no2 .main_picture {
	margin: 0 auto;
}
.main-feature_img_block.no2 .main_picture img {
	position: relative;
	bottom: inherit;
}
.main-feature_img_block.no3 .main_picture {
	width: 100%;
}
.main-feature_img_block.no3 .main_picture img {
	position: relative;
	bottom: 0;
}
.main-feature_img_block.no2 .main_picture img {
	position: relative;
	bottom: inherit;
}
/* case-feature
____________________*/
.contents--case-feature {
    padding: 110px 0 0px;
}
.case-feature {
	padding-inline: 0;
}
.case-feature_flex {
	flex-direction: column;
}
.case-feature_flex:nth-of-type(1) {
	padding-inline: var(--cts-gutter);
	width: 100%;
}
.case-feature_flex:nth-of-type(2) {
	padding-inline: var(--cts-gutter);
}
.case-feature_flex:nth-of-type(3) {
	padding-top: 0;
}
.case-feature_flex:nth-of-type(4) {
	flex-direction: column-reverse;
} 
.case-feature_gaming, .case-feature_creator, .case-feature_txt_block, .case-feature_img_block {
	width: 100%;
}
.case-feature_gaming, .case-feature_creator {
	margin-top: 30px;
}
.case-feature_gaming .case_img, .case-feature_creator .case_img {
	max-width: 270px;
	margin-top: 110px;
}
.case-feature_gaming .subttl_set {
	top: 30px;
}
.case-feature_gaming .subttl_set .ttl_h4 {
	text-align: left;
}
.case-feature_gaming .subttl_set .subttl_catch {
	text-align: left;
	margin-top: 10px;
}
.case-feature_gaming .kanji {
	width: 124px;
        right: auto;
        left: 0;
        top: 0;
}
.case-feature_creator .subttl_set {
	top: 30px;
}
.case-feature_creator .subttl_set .ttl_h4 {
	margin-left: 0;
	text-align: left;
}
.case-feature_creator .subttl_set .subttl_catch {
	margin-top: 10px;
}
.case-feature_creator .kanji {
	width: 116px;
	top: 0;
	left: inherit;
	right: 0;
}
.case-feature_flex:nth-of-type(2) .case-feature_bottom {
	max-width: 317px;	
}
.case-feature_flex:nth-of-type(2) .case-feature_bottom::before,
.case-feature_flex:nth-of-type(2) .case-feature_bottom::after {
	width: 28px;
	height: 50px;
}
.case-feature_txt_block.left {
	padding-block-start: 80px;
	padding-block-end: 50px;
	padding-inline: var(--cts-gutter);
}
.case-feature_flex:nth-of-type(3) .case-feature_img_block,
.case-feature_flex:nth-of-type(4) .case-feature_img_block {
	width: 100vw;
	margin-top: 0;
}
.case-feature_txt_block.right {
	padding-block-start: 80px;
	padding-block-end: 50px;
	padding-inline: var(--cts-gutter);
}
/* photo-gallery
____________________*/
.contents--photo-gallery {
	padding: 90px 0 50px;
}
.photo-gallery {
	padding-inline: 0;
}
.sliderarea {
	margin-top: 70px;
}
.slick-slide {
	width: 211px;
}
.slide-arrow {
	width: 43px;
    height: 43px;
}
.prev-arrow {
    left: 50px;
}
.prev-arrow .dli-chevron-left {
	width: 30px;
	left: 5px;
}
.prev-arrow .dli-chevron-left::after {
	top: -7px;
	width: 6px;
	height: 6px;
}
.prev-arrow:hover .dli-chevron-left {
	left: -7px;
}
.next-arrow {
	right: 10px;
}
.next-arrow .dli-chevron-right {
	width: 30px;
	right: -25px;
}
.next-arrow .dli-chevron-right::after {
	top: 2px;
	width: 6px;
	height: 6px;
}
.next-arrow:hover .dli-chevron-right {
	right: -33px;
}
.slide-dots {
	margin: 30px 0 0;
}
/* line-up
____________________*/
.contents--line-up {
	padding: 110px 0 0;
}
.contents--line-up::before, .contents--line-up::after {
	content: none;
}
.contents--line-up .bg_gra {
	display: none;
}
.line-up {
	padding-inline: 0;
	box-sizing: border-box;
}
.line-up_flex {
	justify-content: center;
	margin: 20px auto 0;
	gap: 0;
}
.inner_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-block-start: 20px;
	padding-block-end: 40px;
	padding-inline: var(--cts-gutter);
	background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%);
	box-sizing: border-box;
}
.inner_wrap:nth-of-type(2) {
	padding-block-start: 50px;
	padding-block-end: 60px;
}
.model_block {
	padding: 40px 20px 35px;
}
.model_block:nth-of-type(2) {
	margin-top: 90px;
}
.model_name {
	margin-top: 0;
}
.model__spec::before {
	width: 102%;
}
.model__spec-item {
	gap: 10px;
}
.model_link {
	max-width: 259px;
	min-height: 61px;
	padding: 15px;
	margin: 25px auto 0;
}
.model_link .arrow {
	width: 44px;
}
/* top-anchor
____________________*/
.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(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in-zoom-in { transform: scale(0.2); }          /* ズームイン：最初は小さく表示される */
.fade-in-zoom-out { transform: scale(1.6); }         /* ズームアウト：最初は大きく表示される */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */