@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(24px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1430px;

	/* font */
	--dp-font-jp: "Zen Kaku Gothic New", sans-serif;
	/* Zen Kaku Gothic New
	Medium 500
	Bold 700
	*/

	--cts-font: "Outfit", sans-serif;
	/* Outfit
	Medium 500
	SemiBold 600
	Bold 700
	*/

	/* color */
	--color-white1: #FFFFFF;
	--color-gray1: #F4F5F6;
	--color-gray2: #E6E6E6;
	--color-gray3: #E2E2E2;
	--color-gray4: #404040;
	--color-gray5: #939393;
	--color-orange1: #FF801E;
	--color-purple1: #C99FFF;
	--color-purple2: #B372B7;
	--color-purple3: #995AA0;
	--color-blue1: #0078D4;
	--color-black1: #202020;
	--color-black2: #070E0F;
	--color-black3: #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(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-white1);
}
.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-nav {
	position: sticky;
	top: 0;
	background:var(--color-black1);
	border-bottom: 1px solid var(--color-gray4);
	padding-block: 25px;
	z-index: 1000;
}
.nav-inner {
	width: 100%;
	max-width: var(--cts-width);
	padding-inline: var(--cts-gutter);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ttl-page {
	color: var(--color-white1);
	font-size: 20px;
	font-weight: 500;
}
.value {
	font-family: var(--cts-font);
	font-weight: 500;
}
.nav-menu {
	display: flex;
	gap: 20px;
}

.nav-menu a {
	text-decoration: none;
	color: var(--color-white1);
	font-family: var(--cts-font);
	font-weight: 500;
	padding: 5px 10px;
	transition: color 0.3s;
}

.nav-menu a.active {
	color: var(--color-purple2);
}
.mobile-menu {
	display: none;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.hamburger {
	display: none;
}
/* コンテンツ
____________________*/
::selection {
	color: var(--color-purple3);
	background-color: var(--color-gray3);
}
.contents__wrap {
	margin-bottom: 100px;
	background: var(--color-black3);
}
.outfit {
	font-family: var(--cts-font);
}
.purple-1 {
	color: var(--color-purple1);
}
.ttl-set {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}
.icon-block {
	width: 100%;
	max-width: 63px;
}
.ttl-sub-h2 {
	color: var(--color-purple1);
	font-family: var(--cts-font);
	font-size: clamp(13px, 0.652rem + 0.36vw, 18px);
	font-weight: 500;
}
.ttl-h2 {
	color: var(--color-white1);
	font-size: clamp(29px, 0.652rem + 3.36vw, 44px);
	font-weight: 700;
	line-height: 1.3;
	margin-top: 3px;
}
.f-size-1 {
	font-size: clamp(29px, 0.652rem + 3.36vw, 42px);
}
.f-size-2 {
	font-size: clamp(30px, 0.652rem + 3.36vw, 44px);
}
.btn-block {
	width: 100%;
	max-width: 304px;
}
.btn-link {
	position: relative;
	display: block;
	width: 100%;
    height: 74px;
    line-height: 74px;
	font-size: clamp(13px, 0.652rem + 0.36vw, 15px);
	text-decoration: none;
	background: rgba(244, 245, 246, 0.1);
	color: var(--color-white1);
	text-align: center;
	border-radius: 9999px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}
.btn-link:hover {
	color: var(--color-purple2);
}
.btn-link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "ご購入はこちらから";
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-link:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border: 2px solid var(--color-purple2);
	border-radius: 9999px;
	box-sizing: border-box;
}
.btn-link:hover:before {
	opacity: 1;
}
.btn-link:hover:after {
	box-sizing: border-box;
	border: 37px solid var(--color-purple2);
}
.btn-link .arrow {
	width: 24px;
	height: 24px;
	border: 2px solid var(--color-gray2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	z-index: +1;
}
.btn-link .arrow:before {
	content: "";
    width: 8px;
    height: 4px;
	background: url(../../gamepc/img/300hz-gamingnote/arrow.webp) no-repeat center center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn-link .arrow::after {
    content: "";
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 50%;
}
/* 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;
}
.contents--mv .btn-block {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%,-0%);
	z-index: +2;
}
/* key-feature
____________________*/
.contents--key-feature {
	margin-top: 70px;
	padding-top: 50px;
	padding-bottom: 0;
	background: url(../../gamepc/img/300hz-gamingnote/bg-key-feature.webp) repeat-x center 0 /contain;
	position: relative;
	z-index: 1;
}
.contents--key-feature .slider-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contents--key-feature .slider-wrap .slider {
	position: relative;
}
.contents--key-feature .slider-wrap .slider + .slider {
	margin: 30px 0 0;
}

.contents--key-feature .key-feature {
	position: relative;
	z-index: 3;
}
.key-feature-inner-block {
	width: 100%;
	max-width: 1106px;
	margin: 30px auto 0;
}
.main-txt {
	color: var(--color-white1);
	font-size: clamp(14px, 0.652rem + 0.36vw, 16px);
	line-height: 1.7;
}
.image-compare-wrap {
	margin-top: 40px;
}
.key-feature .icv__img {
	max-width: inherit;
	padding: 25px 0 !important;
}
.image-compare-note {
	color: var(--color-white1);
	font-size: clamp(14px, 0.652rem + 0.36vw, 16px);
	line-height: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 10px;
	text-align: center;
	margin-top: 15px;
}
.image-compare-note::before,
.image-compare-note::after {
	content: "";
	width: 13px;
	height: 11px;
	background:url(../../gamepc/img/300hz-gamingnote/arrow-double.webp) no-repeat center center/contain;
}
.image-compare-note::after {
	transform: rotate(180deg);
}
.key-feature-appeal {
	color: var(--color-purple3);
	font-size: clamp(24px, 0.652rem + 3.36vw, 35px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-top: 40px;
}
/* line-up
____________________*/
.contents--line-up {
	margin-top: 130px;
	padding-top: 50px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
.line-up {
	position: relative;
	z-index: 3;
}
.contents--line-up .slider-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.line-up-list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 60px 37px;
	margin-top: 55px;
}
.line-up-list-inner-block:nth-of-type(2) {
	max-width: 847px;
}
.slider-item .slick-slide {
	margin-right: 15px;
}
.ttl-set-cpu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	padding-bottom: 29px;
}
.line-up-list-inner-block:nth-of-type(1) .ttl-set-cpu {
	border-bottom: 1px solid var(--color-orange1)
}
.line-up-list-inner-block:nth-of-type(2) .ttl-set-cpu {
	border-bottom: 1px solid var(--color-blue1)
}
.ttl-set-cpu .icon-block {
	width: 40px;
}
.ttl-cpu {
	font-size: clamp(15px, -0.652rem + 2.36vw, 18px);
	font-weight: 700;
	line-height: 1.4;
}
.txt-cpu {
	font-size: clamp(14px, -0.652rem + 2.36vw, 16px);
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	margin-top: 28px;
}
.item-wrap {
	margin-top: 40px;
}
.item {
	width: 100%;
	max-width: 416px;
	padding: 10px 30px 50px;
	background: var(--color-black2);
	border-radius: 20px;
	box-sizing: border-box;
}
.img-model {
    width: 100%;
    max-width: 310px;
}
.model-ttl {
	font-size: clamp(22px, -0.652rem + 3.36vw, 25px);
	font-family: var(--cts-font);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.model-spec-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 20px auto 0;
}
.spec-block {
	display: flex;
	justify-content: flex-start;
	gap: 10px 40px;
	flex-wrap: nowrap;
}
.spec-name {
	width: 80px;
	font-size: clamp(13px, -0.652rem + 2.36vw, 15px);
	font-weight: 500;
	letter-spacing: 0.01em;
}
.line-up-list-inner-block:nth-of-type(1) .spec-name {
	color: var(--color-orange1);
}
.line-up-list-inner-block:nth-of-type(2) .spec-name {
	color: var(--color-blue1);
}
.spec-data {
	width: calc(100% - 110px);
	font-size: clamp(14px, -0.652rem + 2.36vw, 15px);
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: left;
}
.model-price {
	font-size: clamp(25px, -0.652rem + 3.36vw, 28px);
	font-family: var(--cts-font);
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.model-tax {
	font-size: clamp(15px, -0.652rem + 2.36vw, 17px);
	font-family: var(--dp-font-jp);
	font-weight: 700;
	margin-left: 3px;
}
.line-up-list-inner-block:nth-of-type(1) .btn-link,
.line-up-list-inner-block:nth-of-type(2) .btn-link {
	max-width: 304px;
	margin: 20px auto 0;
}
.line-up-list-inner-block:nth-of-type(1) .btn-link:after {
	border-color: var(--color-orange1);
}
.line-up-list-inner-block:nth-of-type(2) .btn-link:after {
	border-color: #0078D4;
}
.line-up-list-inner-block .btn-link .arrow:before {
	transform: translate(-50%, -50%) rotate(270deg);
} 
/* feature
____________________*/
.contents--feature {
	background: var(--color-black2);
	margin-top: 0;
	padding-top: 90px;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
}
.feature {
	margin-top: 70px;
	position: relative;
	z-index: 3;
}
.contents--feature .slider-wrap {
	width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
}
.feature-about-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 55px;
}
.feature-about-block {
	width: 100%;
	max-width: 625px;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	z-index: 2;
}
.feature-about-block::after {
	content: "";
	background: var(--color-black3);
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
}
.feature-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.feature-img img {
	width: 100%;
	max-width: 345px;
}
.feature-about-block:nth-of-type(1) .feature-img::after,
.feature-about-block:nth-of-type(2) .feature-img::after {
	content: "";
	width: 100%;
	height: 40px;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.feature-about-block:nth-of-type(1) .feature-img::after {
	background: #FF801E;
	background: linear-gradient(90deg,rgba(255, 128, 30, 0) 0%, rgba(255, 128, 30, 1) 50%, rgba(255, 128, 30, 0) 100%);
}
.feature-about-block:nth-of-type(2) .feature-img::after {
	background: #0078D4;
	background: linear-gradient(90deg,rgba(0, 120, 212, 0) 0%, rgba(0, 120, 212, 1) 50%, rgba(0, 120, 212, 0) 100%);
}
.feature-about-ttl {
	font-size: clamp(16px, -0.652rem + 3.36vw, 23px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 19px;
}
.feature-about-block:nth-of-type(1) .feature-about-ttl {
	border-bottom: 1px solid var(--color-orange1);
}
.feature-about-block:nth-of-type(2) .feature-about-ttl {
	border-bottom: 1px solid var(--color-blue1);
}
.txt-feature-about {
	font-size: clamp(14px, -0.652rem + 2.36vw, 15px);
	font-weight: 500;
	line-height: 1.7;
	margin-top: 13px;
}
.txt-feature-about .small {
	font-size: clamp(12px, -0.652rem + 2.36vw, 14px);
    font-weight: 500;
    line-height: 1.7;
    margin-left: 1em;
    text-indent: -1em;
	display: block;
}
.feature-about-block .btn-link {
	width: 100%;
	max-width: 525px;
	margin: 25px auto 0;
}
.feature-about-block .btn-link::before {
	content: "製品写真を見る";
}
.feature-about-block:nth-of-type(1) .btn-link::after {
		border-color: var(--color-orange1);
}
.feature-about-block:nth-of-type(2) .btn-link::after {
		border-color: var(--color-blue1);
}
.feature-about-block .btn-link .arrow:before {
		transform: translate(-50%, -50%) rotate(270deg);
}
.wifi-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: url(../../gamepc/img/300hz-gamingnote/bg-feature.webp) no-repeat center center/cover;
	margin-top: 75px;
}
.feature-note {
	width: 100%;
	max-width: 645px;
}
.wifi-txt-block {
	margin-bottom: 30px;
}
.txt-wifi {
	font-size: clamp(14px, -0.652rem + 2.36vw, 16px);
	font-weight: 500;
	line-height: 1.7;
	margin-top: 20px;
}
.note-wifi {
	font-size: clamp(12px, -0.652rem + 2.36vw, 14px);
	font-weight: 500;
	line-height: 1.9;
	margin-top: 25px;
	margin-left: 1em;
	text-indent: -1em;
}
.btn-link.bottom {
	max-width: 304px;
	margin: 80px auto 0;
}
.btn-link.bottom .arrow:before {
	transform: translate(-50%,-50%) rotate(180deg);
}

.modal-container {
	position: fixed;
	top: 79px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	text-align: center;
	padding: 40px 20px;
	box-sizing: border-box;
	z-index: 10;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
}

.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}

.modal-close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.modal-close::before,
.modal-close::after {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--color-gray5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.modal-close::before {
	transform: translate(0,-50%) rotate(45deg);
}
.modal-close::after {
	transform: translate(0,-50%) rotate(-45deg);
}
.modal-contents {
	padding: 20px;
}

.modal-slider {
	width: 100%;
}

.modal-slider div {
	box-sizing: border-box;
}

.modal-slider img {
	width: 100%;
	display: block;
	height: auto;
}
.modal-contents .slick-dots {
	text-align: center;
	margin-top: 20px;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 8px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translate(-50%, 0);
}
.modal-contents .slick-dots li button {
	font-size: 0;
	background: none;
	border: none;
	padding: 0;
}
.modal-contents .slick-dots li button:before {
	font-size: 0; /* デフォルトの丸ドットを非表示 */
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background: var(--color-white1);
	transition: background-color 0.3s;
	margin: 0 auto;
}
.modal-contents .slick-dots li.slick-active button:before {
	width: 20px;
	height: 3px;
	background: var(--color-blue1);
}
.modal-contents .slick-prev,
.modal-contents .slick-next {
	width: 33px;
	height: 33px;
	background: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border: none;
	font-size: 0;
	color: #333;
	cursor: pointer;
	border: 2px solid var(--color-gray2);
	border-radius: 50%;
	overflow: hidden;
}
.modal-contents .slick-prev {
	left: -48px;
}
.modal-contents .slick-next {
	right: -48px;
}
.modal-contents .slick-prev:before,
.modal-contents .slick-next:before {
    content: "";
	width: 10px;
	height: 7px;
    background: url(../../gamepc/img/300hz-gamingnote/arrow.webp) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: 11;
}
.modal-contents .slick-prev:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.modal-contents .slick-next:before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.modal-contents .slick-prev:after,
.modal-contents .slick-next::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #1F2626;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
@media (max-width: 768px) {/*375-768*/
/* コンテンツ
____________________*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.contents__wrap {
	letter-spacing: 0.02em;
}
.contents-nav {
	padding: 10px 0 8px;
}
.ttl-page {
	display: none;
}
/* ハンバーガーアイコン */
.hamburger {
	display: none;
	width: 30px;
	height: 20px;
	position: relative;
	cursor: pointer;
	z-index: 1100;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--color-white1);
	left: 0;
	transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	top: 7px;
}
.hamburger span:nth-child(3) {
	top: 14px;
}
.hamburger.open span:nth-child(1) {
	top: 7px;
	transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
	opacity: 0;
}
.hamburger.open span:nth-child(3) {
	top: 7px;
	transform: rotate(-45deg);
}

/* モバイルメニュー */
.mobile-menu {
	display: none;
	flex-direction: column;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1000;
}
.mobile-menu.open {
	gap: 20px;
	padding: 32px;
	box-sizing: border-box;
	animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
	from {
	opacity: 0;
	transform: translateY(-10px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.nav-menu {
	display: none;
}
.hamburger {
	display: block;
	margin: 0 auto;
}
#mobileMenu {
	position: absolute;
	left: 0;
	width: 100%;
	background: var(--color-black3);
	z-index: 999;
	display: none;
}
.mobile-menu {
	height: 100vh;
	overflow-y: auto;
}
.mobile-menu a {
	width: 100%;
	max-width: 311px;
	padding: 18px;
	margin-inline: auto;
	color: var(--color-white1);
	font-size: 14px;
	font-family: var(--cts-font);
	text-align: center;
	border: 2px solid var(--color-purple2);
	border-radius: 9999px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}
.mobile-menu a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(244, 245, 246, 0.1);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.mobile-menu a .arrow {
	width: 24px;
    height: 24px;
    border: 2px solid var(--color-gray2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: +1;
}
.mobile-menu a .arrow:before {
    content: "";
    width: 8px;
    height: 4px;
    background: url(../../gamepc/img/300hz-gamingnote/arrow.webp) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-menu a .arrow::after {
    content: "";
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    border-radius: 50%;
}
.contents__wrap {
	padding-bottom: 0;
}
.btn-block {
	max-width: 248px;
}
.btn-link {
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.ttl-set {
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
}
.icon-block {
	width: 44px;
}
.ttl-h2 {
	width: 100%;
}
.slider-right .slick-slide img,
.slider-left .slick-slide img {
	height: 76px;
}
/* mv
____________________*/
.contents--mv {
	border-bottom: 2px solid var(--cts-color1);
}
.contents--mv .btn-block {
	bottom: -85px;
}
/* key-feature
____________________*/
.contents--key-feature {
	margin-top: 0;
	padding-top: 135px;
}
.contents--key-feature .slider-wrap {
	top: 135px;
}
.key-feature-inner-block {
	margin-top: 15px;
}
.key-feature .icv__img {
	padding: 5px 0 !important;
}
/* line-up
____________________*/
.contents--line-up {
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 50px;
}
.line-up-list-wrap {
	margin-top: 30px;
}
.line-up-list-inner-block:nth-of-type(1),
.line-up-list-inner-block:nth-of-type(2) {
	width: 100%;
	max-width: 328px;
}
.ttl-set-cpu {
	gap: 16px;
	padding-bottom: 20px;
}
.ttl-set-cpu .icon-block {
	width: 37px;
}
.txt-cpu {
	margin-top: 16px;
}
.item-wrap {
	width: 100%;
	margin-top: 25px;
}
.item {
	max-width: 100%;
	padding: 10px 25px 40px;
}
.img-model {
    max-width: 260px;
}
.model-spec-list {
	margin-top: 15px;
}
.spec-block {
	gap: 10px 20px;
}
.spec-name {
	width: 70px;
}
.spec-data {
	width: calc(100% - 90px);
}
.line-up-list-inner-block:nth-of-type(1) .btn-link, .line-up-list-inner-block:nth-of-type(2) .btn-link {
	max-width: 246px;
}
.slider-item .slick-slide {
	margin: 0;
}
.slider-item .slick-dots {
	text-align: center;
	margin-top: 20px;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 8px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}
.slider-item .slick-dots li button {
	font-size: 0;
	background: none;
	border: none;
	padding: 0;
}
.slider-item .slick-dots li button:before {
	font-size: 0;
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background: var(--color-white1);
	transition: background-color 0.3s;
	margin: 0 auto;
}
.slider-item .slick-dots li.slick-active button:before {
	width: 20px;
	height: 3px;
	background: var(--color-blue1);
}
.slider-item .slick-prev,
.slider-item .slick-next {
	width: 33px;
	height: 33px;
	background: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border: none;
	font-size: 32px;
	color: #333;
	cursor: pointer;
	border: 2px solid var(--color-gray2);
	border-radius: 50%;
	overflow: hidden;
}
.slider-item .slick-prev {
	left: -15px;
}
.slider-item .slick-next {
	right: -15px;
}
.slider-item .slick-prev:before,
.slider-item .slick-next:before {
    content: "";
	width: 10px;
	height: 7px;
    background: url(../../gamepc/img/300hz-gamingnote/arrow.webp) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: 11;
}
.slider-item .slick-prev:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.slider-item .slick-next:before {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.slider-item .slick-prev:after,
.slider-item .slick-next::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #1F2626;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
/* feature
____________________*/
.contents--feature {
	padding-top: 50px;
	padding-bottom: 50px;
}
.feature-about-wrap {
	flex-direction: column;
}
.feature {
	margin-top: 0;
}
.contents--feature .slider-wrap {
	top: 50px;
}
.feature-about-wrap {
	margin-top: 35px;
	gap: 20px;
}
.feature-about-block {
	padding: 25px;
	border-radius: 20px;
}
.feature-about-ttl {
	margin-top: 10px;
	padding-bottom: 10px;
}
.txt-feature-about {
	margin-top: 6px;
}
.wifi-wrap {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 45px;
	background: url(../../gamepc/img/300hz-gamingnote/bg-feature.webp) no-repeat center top / 240%;
}
.wifi-txt-block {
	margin-bottom: 0;
}
.feature-note {
	max-width: 242px;
	margin-inline: auto;
}
.btn-link.bottom {
	max-width: 248px;
	margin-top: 40px;
}
.modal-container {
	top: 39px;
}
.modal-close {
	width: 37px;
	height: 37px;
	right: -30px;
}
.modal-close::before, .modal-close::after {
	width: 37px;
	height: 2px;
}
}


/*　アニメーション
____________________*/
.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); } /* 元の位置に戻る */