@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(33px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;

	/* color */
	--color-white-1: #FFFFFF;
	--color-white-2: #EFEFEF;
	--color-blue-1: #1D2080;
	--color-blue-2: #3B80E8;
	--color-blue-3: #514380;
	--color-green-1: #276D00;
	--color-green-2: #66A245;
	--color-green-3: #41801E;
	--color-gray-1: #F2F2F2;
	--color-gray-2: #666666;
	--color-gray-3: #E7E7E9;
	--color-gray-4: #9B9B9B;
	--color-black-1: #333333;
	--color-black-2: #231815;
	--color-black-3: #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;
	vertical-align: bottom;
}
.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-white-1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-gray-2);
}
.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;
	border-bottom: 1px solid var(--color-white-2);
	padding-block: 1.8796992481203008vw;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(15px);
}
.nav-inner {
	width: 100%;
	padding-inline: var(--cts-gutter);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ttl-page {
	color: var(--color-black-2);
	font-size: 1.7293233082706767vw;
	font-weight: 700;
}
.value {
	font-family: var(--cts-font);
	font-weight: 500;
}
.nav-menu {
	display: flex;
	gap: 1.5037593984962405vw;
}

.nav-menu a {
	text-decoration: none;
	color: var(--color-white-1);
	font-size: 1.0526315789473684vw;
	font-weight: 500;
	line-height: 1;
	background: var(--color-blue-2);
	border: 1px solid var(--color-blue-2);
	border-radius: 9999px;
	padding: 1.1278195488721803vw 1.8796992481203008vw;
	transition: background-color 0.4s ease, color 0.4s ease;
}
.nav-menu a:hover {
	color: var(--color-blue-2);
	background: var(--color-white-1);
}
.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-white-1);
	background-color: var(--color-blue-1);
}
.contents__wrap {
	margin-bottom: 100px;
	background: var(--color-black3);
}
.ttl-set {
	display: flex;
	flex-direction: column;
}
.ttl-set.center {
	text-align: center;
}
.ttl-set .ttl-h2 {
	color: var(--color-gray-2);
	font-size: clamp(12px, 0.545rem + 2.61vw, 18px);
	font-weight: 400;
	line-height: 1;
}
.ttl-set .sub-ttl {
	color: var(--color-black-1);
	font-size: clamp(24px, 0.545rem + 3.61vw, 48px);
	font-weight: 700;
	line-height: 1.3;
}
.cards-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1278195488721803vw;
	margin-top: 40px;
}
.cards-wrap .cards {
	width: calc(50% - 0.56390977443609015vw);
	border-radius: 1.0416666666666665vw;
	overflow: hidden;
	display: block;
	padding: 2.34375vw;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.cards-wrap .cards.bg-1 {
	background: url(../../general_note/img/ainote-pn/bg-gra-1.webp) no-repeat center center/cover;
}
.cards-wrap .cards.bg-2 {
	background: url(../../general_note/img/ainote-pn/bg-gra-2.webp) no-repeat center center/cover;
}
.cards-wrap .cards .btn-plus {
	width: 5.263157894736842vw;
	height: 5.263157894736842vw;
	position: absolute;
	bottom: 1.5625vw;
	right: 1.5625vw;
	transition: transform 0.3s ease;
}
.cards-wrap .cards:hover .btn-plus {
	transform: scale(1.2);
}
.feature-item,
.cards-wrap .cards,
.link-btn,
.content-block {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	height: 100%;
	background: url(../../general_note/img/ainote-pn/kv-bg-pc.webp) no-repeat center center/ contain;
	padding: 0;
	margin-bottom: -7.8125vw;
	aspect-ratio: 1920 / 1213;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.contents--mv .kv-logo {
	width: 11.302083333333334vw;
	position: absolute;
	top: 2.5260416666666665vw;
	left: 3.9218749999999996vw;
	z-index: +5;
}
.contents--mv .kv-txt-block {
	text-align: center;
	margin-top: 3.7760416666666665vw;
	position: relative;
	z-index: +4;
}
.kv-txt-1 {
	color: var(--color-blue-1);
	font-size: 1.5625vw;
	font-weight: 600;
}
.kv-txt-2 {
	color: var(--color-black-1);
	font-size: 3.229166666666667vw;
	font-weight: 700;
	margin-top: 1.0416666666666665vw;
	line-height: 1.5;
}
.contents--mv .kv-model-1,
.contents--mv .kv-model-2,
.contents--mv .kv-model-3 {
	position: absolute;
}
.contents--mv .kv-model-1 {
	width: 29.375vw;
	top: 13.932291666666666vw;
	left: 20.9375vw;
	z-index: 1;
}
.contents--mv .kv-model-2 {
	width: 26.406249999999996vw;
	top: 25.078125vw;
	left: 37.083333333333336vw;
	z-index: 3;
}
.contents--mv .kv-model-3 {
	width: 25.78125vw;
	top: 14.817708333333332vw;
	right: 20.885416666666668vw;
	z-index: 2;
}
.contents--mv .kv-model-1 .kv-model-1-name,
.contents--mv .kv-model-2 .kv-model-2-name,
.contents--mv .kv-model-3 .kv-model-3-name {
	color: var(--color-black-1);
	font-size: 0.9375vw;
	font-weight: 700;
	line-height: 1;
	position: absolute;
}
.contents--mv .kv-model-1 .kv-model-1-name {
	top: 30.729166666666668vw;
	left: 6.927083333333334vw;
}
.contents--mv .kv-model-2 .kv-model-2-name {
	bottom: 6.666666666666667vw;
	left: -5.416666666666667vw;
}
.contents--mv .kv-model-3 .kv-model-3-name {
	right: 1.40625vw;
	bottom: 1.40625vw;
}
.kv-model-1 img,
.kv-model-2 img,
.kv-model-3 img {
	opacity: 0;
}
/* specs
____________________*/
.contents--specs {
	position: relative;
	z-index: 2;
}
.feature-flex {
	display: flex;
	gap: 1.1278195488721803vw;
}

/* 左（①） */
.feature-left {
	width: 25.563909774436087vw;
}

/* 右（⑥） */
.feature-right {
	width: 16.015037593984964vw;
}


/* 中央 */
.feature-center {
	width: 47.89473684210526vw;
	display: flex;
	flex-direction: column;
	gap: 1.1278195488721803vw;
}

/* 中央の行 */
.feature-row {
	display: flex;
	gap: 1.1278195488721803vw;
}

/* カード共通 */
.feature-item {
	background: #f3f3f3;
	border-radius: 1.5037593984962405vw;
	padding: 2.030075187969925vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
}

/* 中央カード幅調整 */
.feature-row .feature-item {
	flex-wrap: nowrap;
}
.item-2 {
	width: 25.563909774436087vw;
	justify-content: space-between;
}
.item-3 {
	width: 21.203007518796994vw;
	justify-content: space-between;
}
.item-4 {
	width: 23.157894736842106vw;
	justify-content: space-between;
}
.item-5 {
	width: 23.684210526315788vw;
	justify-content: space-between;
}
.icon-intel {
	width: 19.172932330827066vw;
	display: flex;
	gap: 2.082706766917293vw;
}
.icon-intel img {
	width: calc((100% / 2) - 1.0413533834586465vw);
}
.icon-battery {
	width: 7.741353383458646vw;
}
.icon-wifi {
	width: 7.095488721804512vw;
}
.icon-authentication {
	width: 6.735338345864661vw;
}
.icon-hinge {
	width: 9.866165413533833vw;
}
.icon-mil-std-810h {
	width: 11.278195488721805vw;
}
.icon-battery img,
.icon-wifi img,
.icon-authentication img {
	width: 100%;
}
.spec-name {
	color: var(--color-blue-1);
	font-size: 1.3533834586466165vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
/* line-up
____________________*/
.contents--line-up {
	padding-top: 9.022556390977442vw;
}
.line-up .cards-wrap .cards {
	aspect-ratio: 592.1 / 657.48;
}
.line-up .cards-wrap .cards .txt-pc-size {
	color: var(--color-blue-1);
	font-size: 2.4060150375939853vw;
	font-weight: 700;
}
.line-up .cards-wrap .cards .txt-pc-size .number {
	font-size: 3.6090225563909777vw;
}
.txt-pc-name {
	color: var(--color-blue-1);
	font-size: 1.2030075187969926vw;
	font-weight: 500;
	margin-top: 0.5208333333333333vw;
	letter-spacing: 0.01em;
}
.line-up .cards-wrap .cards .pc-thum {
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%,-50%);
}
.line-up .cards-wrap .cards:nth-of-type(1) .pc-thum {
	width: 23.119548872180452vw;
}
.line-up .cards-wrap .cards:nth-of-type(2) .pc-thum {
	width: 23.675187969924814vw;
}
.link-wrap {
	display: flex;
	gap: 1.1278195488721803vw;
	margin-top: 2.2556390977443606vw;
}
.link-btn {
	font-size: 1.2030075187969926vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: var(--color-blue-2);
	width: calc((100% / 3) - 0.5639097744360901vw);
	padding-block: 1.2781954887218046vw;
	border: 1px solid var(--color-blue-2);
	border-radius: 0.7518796992481203vw;
	transition: background-color 0.4s ease, color 0.4s ease;
}
.link-btn:hover {
	color: var(--color-white-1);
	background: var(--color-blue-2);
}
/* applications
____________________*/
.contents--applications {
	padding-top: 9.022556390977442vw;
}
.applications .content-block {
	margin-top: 3.007518796992481vw;
	padding: 3.7593984962406015vw;
	background: url(../../general_note/img/ainote-pn/bg-gra-3.webp) center center /cover;
	border-radius: 1.5037593984962405vw;
}
.screen-img-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 75.67142857142856vw;
	gap: 3.7593984962406015vw;
	margin-inline: auto;
}
.txt-applications {
	color: var(--color-blue-1);
	font-size: 1.2030075187969926vw;
	font-weight: 500;
	text-align: center;
	margin-top: 2.2556390977443606vw;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.txt-applications-link {
	color: var(--color-blue-3);
	font-size: 0.9022556390977444vw;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.02em;
	text-align: center;
	margin-top: 1.1278195488721803vw;
	display: block;
	text-decoration: underline;
}
.txt-applications-link:hover {
	text-decoration: none;
}
/* highlights
____________________*/
.contents--highlights {
	padding-top: 9.022556390977442vw;
}
.cards-wrap .cards.bg-3 {
	background: url(../../general_note/img/ainote-pn/bg-gra-4.webp) no-repeat center center /cover;
}
.cards-wrap .cards.bg-4 {
	background: url(../../general_note/img/ainote-pn/bg-gra-5.webp) no-repeat center center /cover;
}
.cards-wrap .cards.bg-5 {
	background: url(../../general_note/img/ainote-pn/bg-gra-6.webp) no-repeat center center /cover;
}
.cards-wrap .cards.bg-6 {
	background: url(../../general_note/img/ainote-pn/bg-gra-7.webp) no-repeat center center /cover;
}
.txt-spec {
	color: var(--color-blue-1);
	font-size: 2.180451127819549vw;
	font-weight: 700;
	line-height: 1.4;
}
.highlights .cards-wrap .cards:nth-of-type(1) {
	aspect-ratio: 592.22 / 426.51;
}
.highlights .cards-wrap .cards:nth-of-type(1) .icon-thum {
	width: 14.812030075187971vw;
}
.highlights .cards-wrap .cards:nth-of-type(2) {
	aspect-ratio: 592.22 / 426.51;
}
.highlights .cards-wrap .cards:nth-of-type(2) .icon-thum {
	width: 12.733834586466166vw;
}
.highlights .cards-wrap .cards:nth-of-type(3) {
	aspect-ratio: 592.46 / 426.02;
}
.highlights .cards-wrap .cards:nth-of-type(3) .icon-thum {
	width: 28.866917293233087vw;
}
.highlights .cards-wrap .cards:nth-of-type(4) {
	aspect-ratio: 592.46 / 426.02;
}
.highlights .cards-wrap .cards:nth-of-type(4) .icon-thum {
	width: 22.875187969924813vw;
}
.highlights .cards-wrap .cards .icon-thum {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
}
/* customization
____________________*/
.contents--customization {
	padding-top: 9.022556390977442vw;
}
.customization .content-block {
	margin-top: 3.007518796992481vw;
	padding: 3.7593984962406015vw;
	background: url(../../general_note/img/ainote-pn/bg-gra-8.webp) center center /cover;
	border-radius: 1.5037593984962405vw;
}
.mo-img-wrap {
	max-width: 62.55639097744361vw;
	display: flex;
	gap: 1.2030075187969926vw;
	margin-inline: auto;
}
.txt-customization {
	color: var(--color-green-1);
	font-size: 1.2030075187969926vw;
	text-align: center;
	line-height: 1.7;
    letter-spacing: 0.02em;
}
.txt-customization-note {
	color: var(--color-green-2);
	font-size: 0.9022556390977444vw;
	text-align: center;
	line-height: 1.7;
    letter-spacing: 0.02em;
}
/* highlights-2
____________________*/
.contents--highlights-2 {
	padding-top: 9.022556390977442vw;
}
.highlights-2-table-wrap {
	margin-top: 3.007518796992481vw;
}
/* Tailwind流用 */
.bg-white {
	background: #fff;
}
.border {
	border: 1px solid #e5e7eb;
}
.border-gray-200 {
	border-color: #e5e7eb;
}
.rounded-lg {
	border-radius: 8px;
}
.overflow-hidden {
	overflow: hidden;
}
.shadow-md {
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.overflow-x-auto {
	overflow-x: auto;
}
.w-full {
	width: 100%;
}
.text-sm {
	font-size: 14px;
}
.border-collapse {
	border-collapse: collapse;
}
.min-w-\[800px\] {
	min-width: 800px;
}
.p-4 {
	padding: 16px;
}
.p-3 {
	padding: 12px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.text-gray-700 {
	color: #374151;
}
.text-gray-900 {
	color: #111827;
}
.text-gray-600 {
	color: #4b5563;
}
.text-gray-400 {
	color: #9ca3af;
}
.bg-gray-100 {
	background: #f3f4f6;
}
.bg-gray-50 {
	background: #f9fafb;
}
.border-b {
	border-bottom: 1px solid #e5e7eb;
}
.border-b-2 {
	border-bottom: 2px solid var(--color-blue-1);
}
.border-gray-100 {
	border-color: #f3f4f6;
}
.border-l {
	border-left: 1px solid #e5e7eb;
}
.align-middle {
	vertical-align: middle;
}
.w-32 {
	width: 128px;
}
.min-w-\[200px\] {
	min-width: 200px;
}
.text-lg {
	font-size: 18px;
}
.text-2xl {
	font-size: 24px;
}
.mb-1 {
	margin-bottom: 4px;
}
.ml-1 {
	margin-left: 4px;
}
.group:hover .group-hover\:text-red-700 {
	color: var(--color-blue-2);
}
.hover-col {
	transition: background-color 0.2s ease;
}
.hover-col:hover {
	background-color: #e8fbff;
}
.hover-row:hover {
	background-color: rgba(232, 251, 255,0.4);
}
.rounded-full {
	border-radius: 9999px;
}
.text-xs {
	font-size: 12px;
}
.px-4 {
	padding-left: 16px;
	padding-right: 16px;
}
.py-1 {
	padding-top: 4px;
	padding-bottom: 4px;
}
.bg-green-100 {
	background: #dcfce7;
}
.text-green-700 {
	color: #15803d;
}
.border-green-200 {
	border-color: #bbf7d0;
}
.bg-blue-100 {
	background: #bbf7d0;
}
.text-blue-700 {
	color: #1d4ed8;
}
.border-blue-200 {
	border-color: #e8fbff;
}
.bg-purple-100 {
	background: #f3e8ff;
}
.text-purple-700 {
	color: #6b21a8;
}
.border-purple-200 {
	border-color: #e9d5ff;
}
.bg-red-50 {
	background: #e8fbff;
}
.border-red-200 {
	border-color: var(--color-blue-2);
}
.text-red-700 {
	color: var(--color-blue-2);
}
.text-red-600 {
	color: var(--color-blue-2);
}
.flex {
    display: flex;
}
.inline-flex {
	display: inline-flex;
}
.justify-center {
    justify-content: center;
}
.items-center {
	align-items: center;
}
.gap-1 {
	gap: 4px;
}
.rounded {
	border-radius: 4px;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0;
}
.right-0 {
	right: 0;
}
.text-\[10px\] {
	font-size: 10px;
}
.text-white {
	color: #fff;
}
.bg-red-600 {
	background: var(--color-blue-2);
}
.px-2 {
	padding-left: 8px;
	padding-right: 8px;
}
.py-0\.5 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.rounded-bl {
	border-bottom-left-radius: 6px;
}
.btn-lift {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 12px;
	color: #fff;
	background: linear-gradient(to bottom, var(--color-blue-2), var(--color-blue-1));
	border: 1px solid var(--color-blue-2);
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	transition: transform .2s ease, box-shadow .2s ease;
}
.btn-lift:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.compare-cta {
	background: #f9fafb;
}
.compare-cta a {
	padding: 1.0526315789473684vw 0 !important;
    font-size: 1.0526315789473684vw !important;
}
/* /Tailwind流用 */
.top-top {
	width: 9.774436090225564vw;
	height: 9.774436090225564vw;
	border: 1px solid var(--color-blue-2);
	border-radius: 50%;
	position: fixed;
	right: 5.263157894736842vw;
	bottom: 4.135338345864661vw;
	visibility: hidden;
	z-index: 100;
	transition: transform 0.25s ease;
	overflow: hidden;
}

/* hoverで少し上に */
.top-top:hover {
	transform: translateY(-0.4511278195488722vw);
}

/* フェードイン用 */
.top-top.is-show {
	visibility: visible;
}

/* 中身だけアニメーション */
.top-top__inner {
	display: block;
	opacity: 0;
}

.top-top.is-show .top-top__inner {
	animation: fadeInTopBtn 0.4s ease forwards;
}

@keyframes fadeInTopBtn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@keyframes fadeInTopBtn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* モーダル
____________________*/
/* モーダル外側の背景 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	/* 閉じるときのアニメーション（フェードアウト） */
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
}
/* モーダル本体 */
.modal-container {
	width: 100%;
	max-width: 1430px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	/* 下に隠しておく */
	transform: translateY(100%);
	/* 開閉両方のアニメーション（スライド） */
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-overlay.is-active .modal-container {
	transform: translateY(0);
}
/* 閉じるボタンの固定エリア */
.modal-header {
	position: fixed;
	top: 9.25925925925926vw;
	right: 3.259259259259259vw;
	width: 5.18518518518518vw;
	height: 5.185185185185185vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border: none;
	padding: 0;
	pointer-events: none;
	z-index: 10;
}
.close-button {
	pointer-events: auto;
	width: 5.185185185185185vw;
	height: 5.185185185185185vw;
	cursor: pointer;
	border-radius: 50%;
	display: block;
	transition: transform 0.3s ease;
}
.close-button:hover {
	transform: scale(1.2);
}
.close-button img {
	width: 100%;
}
/* コンテンツ部分 */
.modal-body {
	flex-grow: 1;
	overflow-y: auto;
	padding: 5.185185185185185vw 0 5.185185185185185vw;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: transparent; 
}
.modal-body::-webkit-scrollbar {
	display: none;
}
.modal-content {
	cursor: default;
	border-radius:0.5925925925925926vw;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	overflow: hidden;
}
.white-area {
	background: var(--color-white-1);
	padding: 5.555555555555555vw;
}
.gray-area {
	background: var(--color-gray-3);
	padding: 5.555555555555555vw;
}
.modal-content .ttl-h3 {
	color: var(--color-black-1);
	font-size: 3.259259259259259vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.gray-area .ttl-h4 {
	color: var(--color-black-1);
	font-size: 2.3703703703703702vw;
	line-height: 1.5;
}
.gray-area .ttl-h4:nth-of-type(n+2) {
	margin-top: 5.9259259259259265vw;
}
.modal-content .txt-main {
	color: var(--color-gray-2);
	font-size: 1.3333333333333335vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	margin-top: 1.8518518518518516vw;
}
.modal-content .txt-large {
	font-size: 1.4814814814814816vw;
	font-weight: 500;
	line-height: 1.7;
}
.modal-content .txt-semi-large {
	font-size: 1.3333333333333335vw;
	font-weight: 500;
	line-height: 1.7;
}
.modal-content .txt-normal {
	font-size: 1.1851851851851851vw;
	line-height: 1.7;
}
.mt08em {
	margin-top: 0.8em;
}
.blue {
	color: var(--color-blue-1);
}
.black {
	color: var(--color-black-1);
}
.modal-content .txt-normal + .txt-normal {
	margin-top: 1em;
}
.modal-content .txt-card-note {
	font-size: 0.8888888888888888vw;
	line-height: 1.5;
	margin-top: 0.7407407407407408vw;
}
.modal-content .txt-card-note.gray {
	color: var(--color-gray-4);
}
.modal-content .cards-wrap.card-1 {
	margin-top: 3.7037037037037033vw;
	gap: 1.074074074074074vw;
}
.modal-content .cards-wrap.card-1 .cards {
	padding: 3.7037037037037033vw;
	border-radius: 1.4814814814814816vw;
}
.modal-content .cards-wrap.card-1 .cards.one {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8.646616541353383vw;
}
.modal-content .cards-wrap.card-1 .cards.bg-7 {
	background: url(../../general_note/img/ainote-pn/bg-gra-9.webp) center center/cover;
}
.modal-content .cards-wrap.card-1 .cards.bg-8 {
	background: url(../../general_note/img/ainote-pn/bg-gra-10.webp) center center/cover;
}
.modal-content .cards-wrap.card-1 .cards.bg-9 {
	background: url(../../general_note/img/ainote-pn/bg-gra-11.webp) center center/cover;
}
.modal-content .cards-wrap.card-1 .cards.one .model-img {
	width: 50%;
}
.modal-content .cards-wrap.card-1 .cards.one .txt-wrap {
	width: 50%;
}
.modal-content .cards-wrap.card-1 .cards .ttl-h4 {
	font-size: 1.3333333333333335vw;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.modal-content .cards-wrap.card-1 .cards .txt-model {
	font-size: 1.7777777777777777vw;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(1) .ttl-h4,
.modal-content .cards-wrap.card-1 .cards:nth-of-type(1) .txt-model {
	color: var(--color-green-3);
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(2) .ttl-h4,
.modal-content .cards-wrap.card-1 .cards:nth-of-type(2) .txt-model {
	color: var(--color-blue-1);
}
.modal-content .cards-wrap.card-1 .model-img {
	width: 100%;
	margin-top: 1.474074074074074vw;
}
.modal-content .cards-wrap.card-1 .model-img img {
	width: 100%;
	height: auto;
}
.modal-content .spec-block {
	padding-block: 1.1111111111111112vw;
	margin-top: 1.474074074074074vw;
	border-top: 2px solid var(--color-white-1);
	border-bottom: 2px solid var(--color-white-1);
}
.modal-content .spec-block .txt-spec {
	font-size: 1.1111111111111112vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(1) .spec-block .txt-spec {
	color: var(--color-green-3);
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(2) .spec-block .txt-spec {
	color: var(--color-blue-1);
}
.modal-content .cards-wrap.card-1 .cards .txt-normal {
	margin-top: 1.4814814814814816vw;
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(1) .txt-normal {
	color: var(--color-green-3);
}
.modal-content .cards-wrap.card-1 .cards:nth-of-type(2) .txt-normal {
	color: var(--color-blue-1);
}
.modal-content .link-btn {
	color: var(--color-white-1);
	font-size: 1.1851851851851851vw;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-block: 2.074074074074074vw;
	margin-top: 1.8518518518518516vw;
	background: var(--color-blue-2);
	border: 0.07407407407407407vw solid var(--color-blue-2);
	border-radius: 0.7407407407407408vw;
	transition: background-color 0.4s ease, color 0.4s ease;
}
.modal-content .link-btn.bottom {
	color: var(--color-blue-2);
	width: 100%;
	max-width: 29.32330827067669vw;
	background: none;
	margin-inline: auto;
}
.modal-content .link-btn:hover {
	color: var(--color-blue-2);
	background: var(--color-white-1);
}
.modal-content .cards-wrap.card-2 {
	margin-top: 1.7481481481481482vw;
	gap: 1.037037037037037vw;
	flex-wrap: nowrap;
}
.modal-content .cards-wrap.card-2 .cards-2 {
	width: 28.74074074074074vw;
	background: var(--color-gray-1);
	border-radius: 1.4814814814814816vw;
	padding: 2.9629629629629632vw 2.4444444444444446vw;
	box-sizing: border-box;
}
.modal-content .cards-wrap.card-2 .photo-block {
	width: 100%;
	display: block;
}
.modal-content .cards-wrap.card-2 .photo-block img {
	width: 100%;
	height: auto;
}
.modal-content .cards-wrap.card-2 .ttl-h5-block {
	height: 5.333333333333334vw;
	display: flex;
	align-items: center;
}
.modal-content .cards-wrap.card-2 .ttl-h5 {
	color: var(--color-black-1);
	font-size: 1.7777777777777777vw;
	line-height: 1.5;
	margin-top: 1.4814814814814816vw;
}
.modal-content .cards-wrap.card-2 .txt-normal {
	margin-top: 1.4814814814814816vw;
}
.modal-content .cards-wrap.card-2 .cards-3 {
	width: 28.74074074074074vw;
	background: var(--color-white-1);
	border-radius: 1.4814814814814816vw;
	padding: 2.9629629629629632vw 2.4444444444444446vw;
	box-sizing: border-box;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons img {
	width: 8.281481481481482vw;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons figcaption {
	font-size: 1.1851851851851851vw;
	margin-top: 1.4814814814814816vw;
}
.modal-content .cards-wrap.card-2 .cards-3 .ttl-h5 {
	text-align: center;
}
.modal-content .cards-wrap.card-2 .cards-3 .txt-normal {
	text-align: center;
}
.modal-content .cards-wrap.card-2 .cards-3 .txt-card-note {
	text-align: center;
}
.modal-content .cards-wrap.card-3 .cards-3-2 {
	width: 28.74074074074074vw;
	background: var(--color-white-1);
	border-radius: 1.4814814814814816vw;
	padding: 2.9629629629629632vw 2.4444444444444446vw;
	box-sizing: border-box;
}
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(1) {
	width: 43.111111111111114vw;
}
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(n+2) {
	width: 21.11111111111111vw;
}

.card-single {
	background: var(--color-white-1);
	border-radius: 1.4814814814814816vw;
	margin-top: 2.2222222222222223vw;
	padding: 3.7037037037037033vw;
	box-sizing: border-box;
}
.card-single-inner-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	gap: 5.62962962962963vw;
}
.card-single-inner-flex .img-block {
	width: 33.48148148148148vw;
}
.card-single-inner-flex .img-block.one {
	width: 100%;
}
.card-single-inner-flex .img-block img {
	width: 100%;
	height: auto;
}
.card-single .txt-normal {
	text-align: center;
	margin-top: 2.2222222222222223vw;
}
/* highlights-modal */
.ttl-h3.highlights {
	color: var(--color-blue-1);
	font-size: 2.3703703703703702vw;
	text-align: left;
}
.highlights-modal-contents {
	border-radius: 0.7407407407407408vw;
	margin-top: 2.2222222222222223vw;
	padding-block: 3.7037037037037033vw;
	box-sizing: border-box;
}
.highlights-modal-contents.bg-10 {
	background: url(../../general_note/img/ainote-pn/bg-gra-12.webp) no-repeat center center /cover;
}
.highlights-modal-contents.bg-11 {
	background: url(../../general_note/img/ainote-pn/bg-gra-13.webp) no-repeat center center /cover;
}
.highlights-modal-contents.bg-12 {
	background: url(../../general_note/img/ainote-pn/bg-gra-14.webp) no-repeat center center /cover;
}
.highlights-modal-contents.bg-13 {
	background: url(../../general_note/img/ainote-pn/bg-gra-15.webp) no-repeat center center /cover;
}
.highlights-modal-contents-img {
	margin-inline: auto;
}
.highlights-modal-contents-img.size-1 {
	width: 100%;
}
.highlights-modal-contents-img.size-2 {
	width: 44.370370370370374vw;
}
.highlights-modal-contents-img.size-3 {
	width: 59.25925925925925vw;
}
.highlights-modal-contents-img img {
	width: 100%;
	height: auto;
}
.highlights-modal-contents .txt-normal {
	color: var(--color-blue-1);
	font-size: 1.1851851851851851vw;
	font-weight: 500;
	text-align: center;
	margin-top: 1.474074074074074vw;
	padding-inline: 3.7037037037037033vw;
}
.highlights-modal-contents .txt-card-note {
	color: var(--color-blue-1);
	text-align: center;
}
.ghz-cards-wrap {
	width: 79.89925925925927vw;
	display: flex;
	justify-content: center;
	gap: 1.1111111111111112vw;
	margin-inline: auto;
}
.ghz-cards-wrap .ghz-cards {
	width: 100%;
	max-width: 25.89925925925926vw;
	background: var(--color-white-1);
	padding-block: 3.148148148148148vw;
	border-radius: 0.6911111111111111vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ghz-cards-wrap .ghz-cards .txt-ghz {
	font-size: 1.5555555555555556vw;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.ghz-cards-wrap .ghz-cards .txt-img {
	margin-top: 1.4814814814814816vw;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(1) .txt-img {
	width: 16.74222222222222vw;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(2) .txt-img {
	width: 12.319259259259258vw;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(3) .txt-img {
	width: 12.168888888888889vw;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(1) .txt-img img,
.ghz-cards-wrap .ghz-cards:nth-of-type(2) .txt-img img,
.ghz-cards-wrap .ghz-cards:nth-of-type(3) .txt-img img {
	width: 100%;
	height: auto;
}
.icon-battery-2 img {
	width: 10.552592592592593vw;
	margin-inline: auto;
}
.drive-time {
	margin-top: 1.8518518518518516vw;
}
.drive-time dt {
	color: var(--color-black-1);
	font-size: 1.1851851851851851vw;
	font-weight: 500;
	text-align: center;
}
.drive-time dt:nth-of-type(2) {
	margin-top: 1.1111111111111112vw;
}
.drive-time dd {
	color: var(--color-black-1);
	font-size: 2.074074074074074vw;
	font-weight: 700;
	text-align: center;
	margin-top: 0.3703703703703704vw;
}
@media screen and (min-width:1350px) {
/* モーダル
____________________*/
/* モーダル本体 */
.modal-container {
	max-width: 1350px;
}
.modal-overlay.is-active .modal-container {
	transform: translateY(0);
}
/* 閉じるボタンの固定エリア */
.modal-header {
	top: 125px;
	right: 44px;
	width: 70px;
	height: 70px;
}
.close-button {
	width: 70px;
	height: 70px;
}

/* コンテンツ部分 */
.modal-body {
	padding: 70px 0 70px;
}
.modal-content {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.white-area {
	padding: 75px;
}
.gray-area {
	padding: 75px;
}
.modal-content .ttl-h3 {
	font-size: 44px;
}
.gray-area .ttl-h4 {
	font-size: 32px;
}
.gray-area .ttl-h4:nth-of-type(n+2) {
	margin-top: 80.5px;
}
.modal-content .txt-main {
	font-size: 18px;
	margin-top: 25px;
}
.modal-content .txt-normal {
	font-size: 16px;
}
.modal-content .txt-card-note {
	font-size: 12px;
	margin-top: 10px;
}
.modal-content .cards-wrap.card-1 {
	margin-top: 50.3px;
	gap: 14.5px;
}
.modal-content .cards-wrap.card-1 .cards {
	padding: 50px; 
	border-radius: 20px;
}
.modal-content .cards-wrap.card-1 .cards.one {
	gap: 115px;
}
.modal-content .cards-wrap.card-1 .cards .ttl-h4 {
	font-size: 18px;
}
.modal-content .cards-wrap.card-1 .cards .txt-model {
	font-size: 24px;
}
.modal-content .cards-wrap.card-1 .model-img {
	margin-top: 19.9px;
}
.modal-content .spec-block {
	padding-block: 15.1px;
	margin-top: 19.9;
	border-top: 2px solid var(--color-white-1);
	border-bottom: 2px solid var(--color-white-1);
}
.modal-content .spec-block .txt-spec {
	font-size: 15px;
}
.modal-content .cards-wrap.card-1 .cards .txt-normal {
	margin-top: 25px;
}
.modal-content .link-btn {
	font-size: 16px;
	padding-block: 28px;
	margin-top: 25px;
	border: 1px solid var(--color-blue-2);
	border-radius: 10px;
}
.modal-content .link-btn.bottom {
	max-width: 390px;
}
.modal-content .cards-wrap.card-2 {
	margin-top: 30px;
	gap: 15px;
}
.modal-content .cards-wrap.card-2 .cards-2 {
	width: 390px;
	border-radius: 20px;
	padding: 40px 33px;
}
.modal-content .cards-wrap.card-2 .ttl-h5-block {
	height: 75.82px;
}
.modal-content .cards-wrap.card-2 .ttl-h5 {
	font-size: 24px;
	margin-top: 20.3px;
}
.modal-content .cards-wrap.card-2 .txt-normal {
	margin-top: 10px;
}
.modal-content .cards-wrap.card-2 .cards-3 {
	width: 390px;
	border-radius: 20px;
	padding: 50px 33px;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons img {
	width: 111.8px;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons figcaption {
	font-size: 16px;
	margin-top: 20.2px;
}
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(1) {
	width: 582px;
}
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(n+2) {
	width: 285px;
}
.card-single {
	border-radius: 20px;
	margin-top: 30px;
	padding: 50px;
}
.card-single-inner-flex {
	gap: 76px;
}
.card-single-inner-flex .img-block {
	width: 452px;
}
.card-single .txt-normal {
	margin-top: 30px;
}
/* highlights-modal */
.ttl-h3.highlights {
	font-size: 32px;
}
.highlights-modal-contents {
	border-radius: 10px;
	margin-top: 29px;
	padding-block: 50px;
}
.highlights-modal-contents-img.size-1 {
	width: 1078.64px;
}
.highlights-modal-contents-img.size-2 {
	width: 599px;
}
.highlights-modal-contents-img.size-3 {
	width: 800px;
}
.modal-content .txt-large {
	font-size: 20px;
}
.modal-content .txt-semi-large {
	font-size: 18px;
}
.highlights-modal-contents .txt-normal {
	font-size: 16px;
	margin-top: 25px;
	padding-inline: 50px;
}
.ghz-cards-wrap {
	width: 1078.64px;
	gap: 14.4px;
}
.ghz-cards-wrap .ghz-cards {
	max-width: 349.64px;
	padding-block: 42.5px;
	border-radius: 9.33px;
}
.ghz-cards-wrap .ghz-cards .txt-ghz {
	font-size: 21px;
}
.ghz-cards-wrap .ghz-cards .txt-img {
	margin-top: 21px;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(1) .txt-img {
	width: 226.02px;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(2) .txt-img {
	width: 166.31px;
}
.ghz-cards-wrap .ghz-cards:nth-of-type(3) .txt-img {
	width: 164.28px;
}
.icon-battery-2 img {
	width: 142.46px;
}
.drive-time {
	margin-top: 25px;
}
.drive-time dt {
	font-size: 16px;
}
.drive-time dt:nth-of-type(2) {
	margin-top: 15px;
}
.drive-time dd {
	font-size: 28px;
	margin-top: 5px;
}
}
@media screen and (min-width:1330px) {
/* コンテンツ
____________________*/
.cards-wrap {
	gap: 16px;
}
.cards-wrap .cards {
	width: calc(50% - 8px);
	border-radius: 20px;
	padding: 45px;
}
.cards-wrap .cards .btn-plus {
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
}
/* コンテンツナビ */
.contents-nav {
	padding-block: 25px;
}
.ttl-page {
	font-size: 23px;
}
.nav-menu {
	gap: 20px;
}

.nav-menu a {
	font-size: 14px;
	padding: 15px 25px;
}

/* specs
____________________*/
.feature-flex {
	gap: 15px;
}

/* 左（①） */
.feature-left {
	width: 320px;
}

/* 右（⑥） */
.feature-right {
	width: 213px;
}

/* 中央 */
.feature-center {
	width: 637px;
	gap: 15px;
}

/* 中央の行 */
.feature-row {
	display: flex;
	gap: 15px;
}

/* カード共通 */
.feature-item {
	border-radius: 20px;
	padding: 27px;
}

/* 中央カード幅調整 */
.item-2 {
	width: 340px;
}
.item-3 {
	width: 282px;
}
.item-4 {
	width: 308px;
}
.item-5 {
	width: 315px;
}
.icon-intel {
	width: 255px;
	display: flex;
	gap: 27.7px;
}
.icon-intel img {
	width: calc((100% / 2) - 13.85px);
}
.icon-battery {
	width: 102.96px;
}
.icon-wifi {
	width: 94.37px;
}
.icon-authentication {
	width: 89.58px;
}
.icon-hinge {
	width: 131.22px;
}
.icon-mil-std-810h {
	width: 150px;
}
.spec-name {
	font-size: 18px;
}
/* line-up
____________________*/
.line-up .cards-wrap .cards .txt-pc-size {
	font-size: 32px;
}
.line-up .cards-wrap .cards .txt-pc-size .number {
    font-size: 48px;
}
.txt-pc-name {
	font-size: 16px;
}
.line-up .cards-wrap .cards:nth-of-type(1) .pc-thum {
	width: 307.49px;
}
.line-up .cards-wrap .cards:nth-of-type(2) .pc-thum {
	width: 314.88px;
}
.link-wrap {
	gap: 15px;
	margin-top: 30px;
}
.link-btn {
	font-size: 16px;
	width: calc((100% / 3) - 7.5px);
	border-radius: 10px;
	padding-block: 17px;
}
/* applications
____________________*/
.applications .content-block {
	padding: 50px;
	border-radius: 20px;
}
.screen-img-wrap {
	max-width: 1006px;
	gap: 50px;
}
.txt-applications {
	font-size: 16px;
	margin-top: 30px;
}
.txt-applications-link {
	font-size: 12px;
	margin-top: 15px;
}
/* highlights
____________________*/
.contents--highlights {
	padding-top: 120px;
}
.txt-spec {
	font-size: 29px;
}
.highlights .cards-wrap .cards:nth-of-type(1) .icon-thum {
	width: 197px;
}
.highlights .cards-wrap .cards:nth-of-type(2) .icon-thum {
	width: 169.36px;
}
.highlights .cards-wrap .cards:nth-of-type(3) .icon-thum {
	width: 383.93px;
}
.highlights .cards-wrap .cards:nth-of-type(4) .icon-thum {
	width: 304.24px;
}
/* customization
____________________*/
.contents--customization {
	padding-top: 120px;
}
.customization .content-block {
	padding: 50px;
	border-radius: 20px;
}
.mo-img-wrap {
	max-width: 832px;
	gap: 16px;
}
.txt-customization {
	margin-top: 40px;
	font-size: 16px;
}
.txt-customization-note {
	margin-top: 15px;
	font-size: 12px;
}
/* highlights-2
____________________*/
.contents--highlights-2 {
	padding-top: 120px;
}
.highlights-2-table-wrap {
	margin-top: 40px;
}
/* Tailwind流用 */
.compare-cta a {
	padding: 14px 0 !important;
    font-size: 14px !important;
}
/* /Tailwind流用 */
.top-top {
	width: 130px;
	height: 130px;
	right: 70px;
	bottom: 55px;
}

/* hoverで少し上に */
.top-top:hover {
	transform: translateY(-6px);
}
}
@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;
}
.ttl-set .ttl-h2 {
	font-size: 3.2vw;
}
.ttl-set .sub-ttl {
	font-size: 6.4vw;
	margin-top: 2.1333333333333333vw;
}
.cards-wrap {
	flex-direction: column;
	gap: 2.666666666666667vw;
	margin-top: 5.573333333333333vw;
}
.cards-wrap .cards {
	width: 100%;
	padding: 6.666666666666667vw;
	border-radius: 2.666666666666667vw;
}
.cards-wrap .cards .btn-plus {
	width: 13.170666666666667vw;
	height: 13.170666666666667vw;
	right: 5.653333333333333vw;
	bottom: 9.120000000000001vw;
}
/* ハンバーガーアイコン */
.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-blue-1);
	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: 3.946666666666667vw;
	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-white-1);
	z-index: 999;
	display: none;
}
.mobile-menu {
	height: 100vh;
	overflow-y: auto;
}
.mobile-menu a {
	width: 100%;
	max-width: 311px;
	padding: 3.4666666666666663vw;
	background: var(--color-blue-2);
	margin-inline: auto;
	color: var(--color-white-1);
	font-size: 3.733333333333334vw;
	font-family: var(--cts-font);
	line-height: 1.4;
	text-align: center;
	border: 2px solid var(--color-purple2);
	border-radius: 2.666666666666667vw;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}

/* mv
____________________*/
.contents--mv {
	background: url(../../general_note/img/ainote-pn/kv-bg-pc.webp) no-repeat center 1vw / cover;
	aspect-ratio: 375 / 567;
	margin-bottom: 0;
}
.contents--mv .kv-logo {
	width: 33.181333333333335vw;
	top: 2.853333333333333vw;
}
.contents--mv .kv-txt-block {
	margin-top: 15.466666666666667vw;
}
.kv-txt-1 {
	font-size: 4.8vw;
}
.kv-txt-2 {
	font-size: 8.533333333333333vw;
	margin-top: 2.666666666666667vw;
}
.contents--mv .kv-model-1 {
	width: 44.53333333333334vw;
	top: 66.13333333333333vw;
	left: 6.133333333333333vw;
}
.contents--mv .kv-model-2 {
	width: 40vw;
	top: 82.93333333333334vw;
	left: 30.4vw;
}
.contents--mv .kv-model-3 {
	width: 38.93333333333333vw;
	top: 67.46666666666667vw;
	right: 5.866666666666666vw;
}
.contents--mv .kv-model-1 .kv-model-1-name,
.contents--mv .kv-model-2 .kv-model-2-name,
.contents--mv .kv-model-3 .kv-model-3-name {
	display: none;
}
.kv-model-name {
	color: var(--color-black-1);
	font-size: 3.2vw;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	z-index: 5;
	bottom: -2.2vw;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* specs
____________________*/
.feature-flex {
    flex-direction: column;
	gap: 2.666666666666667vw;
}
.feature-item {
	padding: 4vw 0;
}
/* 左・中央・右を解除 */
.feature-left,
.feature-center,
.feature-right {
	width: 100%;
}

/* 中央を2カラム化 */
.feature-center {
	display: flex;
	flex-wrap: wrap;
	gap: 2.666666666666667vw;
}

/* 中央カード */
.feature-row {
	width: 100%;
	display: flex;
	gap: 2.666666666666667vw;
}

.feature-row .feature-item {
	flex: 1;
	height: inherit;
	flex-direction: column;
}

/* Intel & MILは横幅100% */

.item-1 {
	gap: 5.333333333333334vw;
}
.item-2 {
	gap: 2.7466666666666666vw;
}
.item-3 {
	gap: 1.3066666666666666vw;
}
.item-4 {
	gap: 2.64vw;
}
.item-6 {
	gap: 4.533333333333333vw;
}
.icon-intel {
	width: 35.199999999999996vw;
	gap: 3.813333333333334vw;
}
.icon-intel img {
	width: calc((100% / 2) - 1.906666666666667vw);
}
.icon-battery {
	width: 11.965333333333332vw;
}
.icon-wifi {
	width: 10.968000000000002vw;
}
.icon-authentication {
	width: 10.410666666666666vw;
}
.icon-hinge {
	width: 15.248000000000001vw;
}
.icon-mil-std-810h {
	width: 19.466666666666665vw;
}
.spec-name {
	font-size: 3.2vw;
}
.feature-left .spec-name {
	text-align: left;
}
/*　line-up
____________________*/
.contents--line-up {
	padding-top: 13.333333333333334vw;
}
.line-up .cards-wrap .cards:nth-of-type(1) {
	aspect-ratio: 309 / 436.9;
}
.line-up .cards-wrap .cards:nth-of-type(2) {
	aspect-ratio: 309 / 446.9;
}
.line-up .cards-wrap .cards .txt-pc-size {
	font-size: 5.866666666666666vw;
}
.line-up .cards-wrap .cards .txt-pc-size .number {
	font-size: 9.066666666666666vw;
}
.txt-pc-name {
	font-size: 2.933333333333333vw;
	margin-top: 1.3333333333333335vw;
}
.line-up .cards-wrap .cards:nth-of-type(1) .pc-thum {
	width: 50.93333333333333vw;
	top: 53%;
}
.line-up .cards-wrap .cards:nth-of-type(2) .pc-thum {
	width: 52.157333333333334vw;
	top: 53%;
}
.link-wrap {
	flex-direction: column;
	margin-top: 5.333333333333334vw;
	gap: 3.946666666666667vw;
}
.link-btn {
	width: 100%;
	font-size: 3.733333333333334vw;
	padding: 3.4666666666666663vw;
	border-radius: 3.946666666666667vw;
}
/*　applications
____________________*/
.contents--applications {
	padding-top: 13.333333333333334vw;
}
.applications .content-block {
	margin-top: 5.333333333333334vw;
	padding: 8vw 6.666666666666667vw;
	border-radius: 2.666666666666667vw;
}
.screen-img-wrap {
	flex-direction: column;
	gap: 2.666666666666667vw;
}
.txt-applications {
	font-size: 4.266666666666667vw;
	letter-spacing: 0.01em;
	margin-top: 5.333333333333334vw;
}
.txt-applications-link {
	font-size: 3.2vw;
	margin-top: 2.666666666666667vw;
}
/*　highlights
____________________*/
.contents--highlights {
	padding-top: 13.333333333333334vw;
}
.highlights .cards-wrap {
	margin-top: 5.333333333333334vw;
}
.highlights .cards-wrap .cards:nth-of-type(1),
.highlights .cards-wrap .cards:nth-of-type(2),
.highlights .cards-wrap .cards:nth-of-type(3),
.highlights .cards-wrap .cards:nth-of-type(4) {
	aspect-ratio: 309 / 317.9;
}
.txt-spec {
	font-size: 4.8vw;
}
.highlights .cards-wrap .cards .icon-thum {
	top: 53%;
}
.highlights .cards-wrap .cards:nth-of-type(1) .icon-thum {
	width: 37.06666666666666vw;
}
.highlights .cards-wrap .cards:nth-of-type(2) .icon-thum {
	width: 31.863999999999997vw;
}
.highlights .cards-wrap .cards:nth-of-type(3) .icon-thum {
	width: 65.33333333333333vw;
}
.highlights .cards-wrap .cards:nth-of-type(4) .icon-thum {
	width: 57.242666666666665vw;
}
/*　customization
____________________*/
.contents--customization {
	padding-top: 13.333333333333334vw;
}
.customization .content-block {
	margin-top: 5.333333333333334vw;
	padding: 8vw 5.333333333333334vw;
	border-radius: 2.666666666666667vw;
}
.mo-img-wrap {
	max-width: inherit;
	flex-wrap: wrap;
	margin-inline: auto;
	justify-content: center;
	gap: 2.1333333333333333vw;
}
.mo-img {
	width: 26.93333333333333vw;
}
.txt-customization {
	font-size: 4.266666666666667vw;
	margin-top: 5.333333333333334vw;
}
.txt-customization-note {
	font-size: 3.2vw;
	margin-top: 2.666666666666667vw;
	letter-spacing: 0.01em;
}
/*　highlights-2
____________________*/
.contents--highlights-2 {
	padding-top: 13.333333333333334vw;
}
.compare-cta a {
	font-size: 3.733333333333334vw !important;
	padding: 3.733333333333334vw !important;
}
.top-top {
	width: 14.666666666666666vw;
	height: 14.666666666666666vw;
}
/* モーダル
____________________*/
.modal-body {
	padding-block: 12.8vw;
}
.modal-content {
	border-radius: 6.4vw;
}
.modal-header {
	width: 12.8vw;
	height: 12.8vw;
	top: 18.133333333333333vw;
	right: 5.333333333333334vw;
}
.close-button {
	width: 12.8vw;
	height: 12.8vw;
}
.white-area{
	padding: 23.466666666666665vw 8.799999999999999vw 8.799999999999999vw;
}
.gray-area {
	padding: 8.799999999999999vw;
}
.modal-content .ttl-h3 {
	font-size: 5.066666666666666vw;
}
.gray-area .ttl-h4 {
	font-size: 5.2vw;
}
.gray-area .ttl-h4:nth-of-type(n+2) {
	margin-top: 8vw;
}
.modal-content .txt-main {
	font-size: 3.733333333333334vw;
	margin-top: 2.666666666666667vw;
}
.modal-content .txt-large {
	font-size: 3.2vw;
}
.modal-content .txt-semi-large {
	font-size: 3.2vw;
}
.modal-content .txt-normal {
	font-size: 3.2vw;
}
.modal-content .txt-card-note {
	font-size: 2.933333333333333vw;
}
.modal-content .cards-wrap.card-1 {
	margin-top: 5.333333333333334vw;
	gap: 4vw;
}
.modal-content .cards-wrap.card-1 .cards {
	gap: 3.733333333333334vw;
	border-radius: 2.666666666666667vw;
	padding: 4vw;
}
.modal-content .cards-wrap.card-1 .cards.one {
	flex-direction: column;
	gap: 0;
}
.modal-content .cards-wrap.card-1 .cards.one .model-img {
	width: 100%;
}
.modal-content .cards-wrap.card-1 .cards.one .txt-wrap {
	width: 100%;
}
.modal-content .cards-wrap.card-1 .cards .ttl-h4 {
	font-size: 3.2vw;
}
.modal-content .cards-wrap.card-1 .cards .txt-model {
	font-size: 4.266666666666667vw;
}
.modal-content .cards-wrap.card-1 .model-img {
	margin-top: 4vw;
}
.modal-content .spec-block {
	margin-top: 4vw;
	padding-block: 2.666666666666667vw;
	border-top: 0.26666666666666666vw solid var(--color-white-1);
    border-bottom: 0.26666666666666666vw solid var(--color-white-1);
}
.modal-content .spec-block .txt-spec {
	font-size: 3.2vw;
}
.modal-content .cards-wrap.card-2 {
	margin-top: 4vw;
	gap: 4vw;
}
.modal-content .cards-wrap.card-2 .cards-2 {
	width: 100%;
	padding: 4vw;
	border-radius: 2.666666666666667vw;
}
.modal-content .cards-wrap.card-2 .ttl-h5-block {
	height:inherit;
}
.modal-content .cards-wrap.card-2 .ttl-h5 {
	font-size: 4.266666666666667vw;
	margin-top: 2.666666666666667vw;
}
.modal-content .cards-wrap.card-2 .cards-3 {
	width: 100%;
	padding: 4vw;
	border-radius: 2.666666666666667vw;
}
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(1),
.modal-content .cards-wrap.card-3 .cards-3-2:nth-of-type(n+2) {
	width: 100%;
	padding: 4vw;
	border-radius: 2.666666666666667vw;
}
.modal-content .link-btn {
	font-size: 3.733333333333334vw;
	padding-block: 4vw;
	margin-top: 4vw;
	border-radius: 2.666666666666667vw;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons img {
	width: 18.666666666666668vw;
}
.modal-content .cards-wrap.card-2 .cards-3 .icons figcaption {
	font-size: 2.666666666666667vw;
}
.card-single-inner-flex .img-block {
    width: 100%;
}
.card-single {
	width: 100%;
	padding: 4vw;
	border-radius: 2.666666666666667vw;
	margin-top: 4vw;
}
.modal-content .link-btn.bottom {
	max-width: inherit;
}
.highlights-modal-contents {
	margin-top: 4vw;
	border-radius: 2.666666666666667vw;
}
.highlights-modal-contents-img.size-2 {
	width: 90%;
}
.highlights-modal-contents-img.size-3 {
	width: 90%;
}
.highlights-modal-contents .txt-normal {
	padding-inline: 4vw;
	margin-top: 3.5vw;
}
.highlights-modal-contents .txt-card-note {
	padding-inline: 4vw;
	margin-top: 1vw;
}
.icon-battery-2 img {
    width: 100px;
}
.drive-time {
	margin-top: 4vw;
}
.drive-time dt:nth-of-type(2) {
    margin-top: 2.666666666666667vw;
}
.drive-time dt {
	font-size: 2.933333333333333vw;
}
.drive-time dd {
    font-size: 5.866666666666666vw;
    margin-top: 0.8vw;
}
}


/*　アニメーション
____________________*/
.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); } /* 元の位置に戻る */