@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1450px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;      
	/* Zen Kaku Gothic New
	Medium 500
	Bold 700
	*/

	--cts-font: "calibri", sans-serif;
	/* calibri
	regular 400
	Bold 700
	*/

	/* color */
	--color-white-1: #FFFFFF;
	--color-gray-1: #484848;
	--color-gray-2: #F6F6F6;
	--color-gray-3: #707070;
	--color-gray-4: #9E9E9E;
	--color-gray-5: #CBCBCB;
	--color-gray-6: #585556;
	--color-gray-7: #dfdfdf;
	--color-blue-1: #004DA1;
	--color-blue-2: #F2F6FA;
	--color-black-1: #000000;
}

/* LP共通汎用
____________________*/
body {
	padding-right: 0 !important;
	overflow: visible !important;
}
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.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;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1280px) {
    .l-header {
        z-index: 10;
    }
}
@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) {
	.item-1, .item-2 {
	width: 100%; /* または max-width: 100%; */
	box-sizing: border-box; /* パディングやボーダーを含める */
	}
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0 !important;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-gray-1);
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white-1);
	background-color: var(--color-blue-1);
}
.contents__wrap {
	/* margin-bottom: 100px; */
	position: relative;
	z-index: 1;
}
.contents__wrap .lp-bg {
	width: 100%;
	height: 100%;
	background: url(../../general_note/img/da5-08/bg-pc.webp) no-repeat center top/100%;
	position: fixed;
	top: 0;
    left: 0;
	z-index: -1;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}
.ttl-set {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ttl-set .ttl-product{
	color: var(--color-blue-1);
	font-size: clamp(0.6875rem, 0.5458rem + 0.6061vw, 1rem);
}
.ttl-set .ttl-h2{
	position: relative;
	color: var(--color-blue-1);
	font-size: clamp(1.625rem, 1.341rem + 1.212vw, 2.25rem);
	font-family: var(--cts-font);
	padding-bottom: 15px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.contents__wrap .lp-bg {
		background: url(../../general_note/img/da5-08/bg-pc.webp) no-repeat center top / cover;
	}
	.ttl-set .ttl-h2{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
}
.ttl-set .ttl-h2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background: var(--color-blue-1);
	bottom: 0;
	left: 0;
}
@media (max-width: 768px) {
	.ttl-set .ttl-h2::after{
		height: 4px;
	}
}

.ttl-h3{
	font-size: clamp(1.25rem, 0.9318rem + 1.3582vw, 2.25rem);
	line-height: 1.44;
}
@media (max-width: 768px) {
	.ttl-h3{
		padding-top: 10px;
	}
}
@media (max-width: 768px) {/*375-768*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

.contents__wrap {
	padding-bottom: 0;
}
}

/* mv
____________________*/
.contents--mv {
	width: 100%;
	aspect-ratio: 1920 / 735;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.contents--mv .mv {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	max-width: inherit;
	padding-inline: 0;
	margin: 0;
}
.contents--mv .mv .kv-logo {
	width: 20.833333333333336vw;
	position: absolute;
	top: 4.84375vw;
	left: 6.302083333333333vw;
	z-index: 3;
}
.contents--mv .mv .kv-catch {
	width: 21.614583333333336vw;
	position: absolute;
	top: 18.854166666666668vw;
	left: 15.625vw;
	z-index: 3;
	opacity: 0;
	filter: blur(10px);
}
.contents--mv .mv .kv-note-1 {
	width: 25vw;
	position: absolute;
	top: 4.427083333333334vw;
	right: 30.729166666666668vw;
	z-index: 3;
	opacity: 0;
	transform: translateY(-30px);
}
.contents--mv .mv .kv-note-2 {
	width: 30.729166666666668vw;
	position: absolute;
	top: 5.208333333333334vw;
	right: 8.90625vw;
	z-index: 3;
	opacity: 0;
	transform: translateY(30px);
}
.contents--mv .mv .ttl-h1 {
	font-size: 2.604166666666667vw;
	font-family: var(--cts-font);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding-top: 30.208333333333332vw;
	position: relative;
	z-index: 2;
}
.txt-series {
	font-size: 1.875vw;
	font-family: var(--dp-font-jp);
	position: relative;
	z-index: 2;
}
.contents--mv .mv .kv-model-name {
	font-size: 1.0416666666666665vw;
	font-family: var(--cts-font);
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding-top: 1.0416666666666665vw;
}
@media (max-width: 768px) {/*375-768*/
	.contents--mv {
		aspect-ratio: 375/423;
	}
	.contents--mv .mv .kv-logo {
		width: 35.733333333333334vw;
	}
	.contents--mv .mv .kv-catch {
		width: 49.877333333333326vw;
		top: 61.854167vw;
		left: 5.625vw;
	}
	.contents--mv .mv .kv-note-1 {
		width: 45.06666666666666vw;
		top: 16.427083vw;
		right: 43.729167vw;
	}
	.contents--mv .mv .kv-note-2 {
		width: 54.93333333333334vw;
		top: 17.208333vw;
		right: 4.90625vw;
	}
	.contents--mv .mv .ttl-h1 {
		font-size: 7.733333333333333vw;
		padding-top: 80vw;
	}
	.txt-series {
		font-size: 5.6000000000000005vw;
	}
	.contents--mv .mv .kv-model-name {
		font-size: 3.733333333333334vw;
	}
}

/* specs
____________________*/
.contents--specs {
	width: 100%;
	padding-top: 4.947916666666666vw;
	position: relative;
	z-index: 2;
	padding-bottom: 120px;
}
@media (max-width: 768px) {
	.contents--specs{
		padding-bottom: 60px;
	}
}
.layout-wrapper {
	width: 100%;
	max-width: 1295px; /* PC最大幅 */
	margin: 0 auto;
	box-sizing: border-box;
}

/* 共通の枠線・角丸・各アイテムスタイル */
.item {
	border: 1px solid var(--color-white-2);
	border-radius: 0.9375rem; /* 15px */
	background-color: var(--color-white-1);
	box-shadow: 0px 2px 5px 0px rgba(246, 246, 246, 1);
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
}

/* 内部要素用フレックス */
.inner-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem; /* 8px */
}

.group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem; /* 8px */
}

.color-box-item-wrap {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.color-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lapis-blue { color: var(--color-blue-1); }
.charcoal-black { color: var(--color-black-3); }
.rose-gold { color: var(--color-pink-1); }
.silver { color: #707070;}

.lapis-blue .color-box { background: var(--color-blue-1); }
.charcoal-black .color-box { background: var(--color-black-3); } 
.rose-gold .color-box { background: var(--color-pink-1); }
.silver .color-box { background: #707070; }

.item-1 .inner-flex {
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

/* font & utility */
.font-xxl, .font-xl, .font-l, .font-m, .font-s {
	line-height: 1.5;
	letter-spacing: 0;
}
.bold { font-weight: 700; }
.center { text-align: center; }
.left { text-align: left; }

.specs-note {
	font-size: clamp(0.625rem, 0.5826rem + 0.2589vw, 0.875rem);
	line-height: 1.5;
	margin-top: clamp(0.625rem, 0.572rem + 0.3236vw, 0.9375rem);
	letter-spacing: 0;
}
/* PCサイズ (769px 以上) */
@media screen and (min-width: 1001px) {
    .layout-pc-module {
        display: grid;
        grid-template-columns: 230fr 678fr 347fr;
        gap: 0.625rem; /* 10px */
        align-items: stretch; /* カラム全体の高さを揃える */
    }

    .group-pc-left  { grid-column: 1 / 2; }
    .group-pc-main  { grid-column: 2 / 3; }
    .group-pc-right { grid-column: 3 / 4; }

    /* グループ内部のアイテム高さを引き伸ばして揃える */
    .group {
        gap: 0.625rem; /* 10px */
        height: 100%;
    }

    .group .item {
        flex: 1; /* 親の高さに合わせて各カードを均等に伸縮 */
        padding-block: 1rem; /* パディングの一括揃え */
    }

	/* layout */
	.item-1 {
		aspect-ratio: 678/113;
	}
	.color-box {
		width: 3.75rem; /* 60px */
		height: 3.75rem; /* 60px */
		border-radius: 50%;
		display: block;
	}
	.color-box + p {
		margin-top: 0.5rem;
	}
	.item-2 {
		aspect-ratio: 678/534;
	}
	.item-2 .inner-flex {
		display: flex;
		gap: 0.75rem;
		margin-top: 1rem;
	}
	.intel-wrap {
		width: 100%;
		background: var(--color-gray-2);
		padding: 1rem;
		border-radius: 0.625rem; /* 10px */
	}
	.intel-wrap-note{
		font-size: 1rem;
	}
	.amd-wrap {
		width: 34%;
		background: var(--color-white-2);
		padding: 1rem;
		border-radius: 0.625rem; /* 10px */
	}
	.cpu-flex {
		display: flex;
		gap: 1.25rem;
	}
	.cpu-detail {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0.75rem;
	}
	.cpu-detail-border{
		width: 2px;
		background: var(--color-gray-3);
		margin-block: 5%;
	}
	.cpu {
		width: 6.25rem; /* 100px */
	}
	.cpu.ryzen {
		width: 7rem; /* 112px */
	}
	.cpu + p {
		margin-top: 0.75rem;
	}
	.times {
		margin-top: 1.25rem;
	}
	.times dt {
		font-weight: 400;
	}
	.item-3 {
		aspect-ratio: 230/146;
	}
	.item-4 {
		aspect-ratio: 230/100;
	}
	.item-5 {
		aspect-ratio: 230/52;
	}
	.item-5 .inner-flex {
		justify-content: center;
		gap: 1rem;
	}
	.wh60 {
		width: 2.7vw;
	}
	.item-6 {
		aspect-ratio: 230/136;
	}
	.item-6 .inner-flex {
		justify-content: center;
	}
	.wifi, .lan {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.wifi {
		align-items: flex-end;
	}
	.wifi img {
		width: 2.8125rem; /* 45px */
		margin-block: 0.1875rem; /* 3px */
	}
	.lan {
		align-items: flex-start;
	}
	.lan img {
		width: 2.5rem; /* 40px */
		margin-inline: 0.15625rem; /* 2.5px */
	}
	.item-7 {
		aspect-ratio: 230/183;
	}
	.mil img {
		width: 6.625rem; /* 106px */
	}
	.item-8 {
		aspect-ratio: 347/253;
	}
	.win11 {
		width: 15.5625rem; /* 249px */
	}
	.win11 + p {
		margin-top: 3rem;
	}
	.item-9 {
		aspect-ratio: 347/113;
	}
	.item-9 .inner-flex {
		justify-content: center;
		gap: 4rem;
	}
	.hello {
		width: 3.625rem; /* 58px */
	}
	.item-10 {
		aspect-ratio: 347/147;
	}
	.item-10 .inner-flex {
		max-width: 80%;
		justify-content: flex-start;
		align-items: center;
		gap: 2rem;
		margin-inline: auto;
	}
	.item-10 .inner-flex:nth-of-type(2) {
		margin-top: 0.75rem;
	}
	.memory, .ssd {
		width: 2.9375rem; /* 47px */
	}
	.ssd img {
		width: 1.875rem; /* 30px */
		margin-inline: auto;
	}
	.item-11 {
		aspect-ratio: 347/114;
	}
	.item-11 .inner-flex {
		justify-content: center;
		gap: 3rem;
	}
	.usb {
		width: 2.6875rem; /* 43px */
	}

	/* font */
	.font-xxl { font-size: 2.25rem;  } /* 36px */
	.font-xl  { font-size: 2rem;     } /* 32px */
	.font-l   { font-size: 1.125rem; } /* 18px */
	.font-m   { font-size: 1rem;     } /* 16px */
	.font-s   { font-size: 0.875rem; } /* 14px */
}

/* SPサイズ (768px 以下) */
@media screen and (max-width: 1000px) {
	.layout-wrapper {
		max-width: 700px; /* PC最大幅 */
	}
    .layout-pc-module {
        display: flex;
        flex-wrap: wrap;
        gap: 1.067vw; /* 4px */
    }

    /* 上部: 中央ブロック(1,2) */
    .group-pc-main {
        order: 1;
        width: 100%;
    }

    /* 下部: 左(3-7) と 右(8-11) 横並び2列 */
    .group-pc-left {
        order: 2;
        width: calc(40.4% - 1.067vw);
    }

    .group-pc-right {
        order: 3;
        width: calc(60.7% - 1.067vw);
    }

    /* layout */
    .group {
        gap: 1.067vw; /* 4px */
    }
    .item {
        padding: 2.667vw; /* 10px */
        border-radius: 2.667vw; /* 10px */
    }
    .inner-flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
	.item-1 {
		aspect-ratio: 337/56;
	}
    .item-1 .inner-flex {
        align-items: center;
        justify-content: center;
		gap: 15.2vw;
    }
    .color-box-item-wrap {
        display: flex;
        justify-content: space-between;
        gap: 3vw;
    }
    .lapis-blue { color: var(--color-blue-1); }
    .charcoal-black { color: var(--color-black-3); }
    .rose-gold { color: var(--color-pink-1); }

    .color-box-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .color-box {
        width: 7.733vw; /* 29px */
        height: 7.733vw; /* 29px */
        border-radius: 50%;
        display: block;
    }
    .color-box + p {
        margin-top: 0.5rem;
    }
	.item-2 {
		aspect-ratio: 337/266;
	}
    .item-2 .inner-flex {
        display: flex;
        gap: 1.333vw; /* 5px */
        margin-top: 2.667vw; /* 10px */
    }
    .intel-wrap {
        width: 100%;
        background: var(--color-gray-2);
        padding: 2.667vw 2.133vw; /* 10px 8px */
        border-radius: 0.625rem;
    }
	.intel-wrap-note{
		font-size: clamp(0.5rem, 0.7519vw + 0.3238rem, 1rem);
	}
    .amd-wrap {
        width: 34%;
        background: var(--color-white-2);
        padding: 2.667vw 2.133vw; /* 10px 8px */
        border-radius: 0.625rem;
    }
    .cpu-flex {
        display: flex;
        gap: 2vw; /* 15px */
    }
    .cpu-detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.75rem;
    }
	.cpu-detail-border{
		width: 2px;
		background: var(--color-gray-3);
		margin-block: 5%;
	}
    .cpu {
        width: 13.333vw; /* 50px */
    }
    .cpu.ryzen {
        width: 14.933vw; /* 56px */
    }
    .cpu + p {
        margin-top: 2.933vw; /* 11px */
    }
    .times {
        margin-top: 3.467vw; /* 13px */
    }
    .times dt {
        font-weight: 400;
    }
	.item-3 {
		aspect-ratio: 132/84;
		padding-block: 3.733vw; /* 14px */
	}
	.item-4 {
		aspect-ratio: 132/58;
	}
	.item-5 {
		width: 100%;
		aspect-ratio: 132/30;
	}
	.item-5 .inner-flex {
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
	.wh60 {
		width: 4vw;
		display: flex;
	}
	.item-6 {
		aspect-ratio: 132/78;
	}
    .item-6 .inner-flex {
        justify-content: center;
    }
    .wifi, .lan {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .wifi {
        align-items: flex-end;
    }
    .wifi img {
        width: 6.933vw; /* 26px */
        margin-block: 0.4vw; /* 1.5px */
    }
    .lan {
        align-items: flex-start;
    }
    .lan img {
        width: 6.133vw; /* 23px */
        margin-inline: 0.4vw; /* 1.5px */
    }
	.item-7 {
		aspect-ratio: 132/105;
	}
    .mil img {
        width: 16vw; /* 60px */
    }
    .item-8 {
		aspect-ratio: 199/145;
        padding-block: 9.067vw; /* 34px */
    }
    .win11 {
        width: 37.867vw; /* 142px */
    }
    .win11 + p {
        margin-top: 6.667vw; /* 25px */
    }
    .item-9 {
		aspect-ratio: 199/64;
        padding-block: 3.733vw; /* 14px */
    }
    .item-9 .inner-flex {
        justify-content: center;
        gap: 8vw; /* 30px */
    }
    .hello {
        width: 8.8vw; /* 33px */
    }
	.item-10 {
		aspect-ratio: 199/84;
	}
    .item-10 .inner-flex {
        max-width: 80%;
        justify-content: flex-start;
        align-items: center;
        gap: 5.333vw; /* 20px */
        margin-inline: auto;
    }
    .item-10 .inner-flex:nth-of-type(2) {
        margin-top: 2.667vw; /* 10px */
    }
    .memory, .ssd {
        width: 7.2vw; /* 27px */
    }
    .ssd img {
        width: 4.533vw; /* 17px */
        margin-inline: auto;
    }
    .item-11 {
		aspect-ratio: 199/65;
        padding-block: 4vw; /* 15px */
    }
    .item-11 .inner-flex {
        justify-content: center;
        gap: 5.333vw; /* 20px */
    }
    .usb {
        width: 5.867vw; /* 22px */
    }

    /* font */
    .font-xxl { font-size: 4.8vw;   } /* 18px */
    .font-xl  { font-size: 4.8vw;   } /* 18px */
    .font-l   { font-size: 2.933vw; } /* 11px */
    .font-m   { font-size: 2.133vw; } /* 8px */
    .font-s   { font-size: 1.867vw; } /* 7px */
}

/* feature
____________________*/
.contents--feature{
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--color-white-1);
}
@media (max-width: 769px) {
	.contents--feature{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.contents--feature .contents-flex{
	display: flex;
	gap: 5.73vw;
}
.contents--feature .contents-flex:nth-of-type(odd){
	flex-direction: row-reverse;
}
@media (max-width: 768px) {
	.contents--feature .contents-flex:nth-of-type(odd){
		flex-direction: column;
	}
}
.contents--feature .contents-flex:nth-of-type(n+3){
	margin-top: 100px;
}
@media (max-width: 768px) {
	.contents--feature .contents-flex:nth-of-type(n+3){
		margin-top: 30px;
	}
}
.contents--feature .txt-box{
	width: 50%;
}
.contents--feature .txt-box .sub-ttle{
	font-size: 1rem;
	font-weight: 700;
	font-family: var(--cts-font);
	color: var(--color-blue-1);
	letter-spacing: 0;
}
.contents--feature .txt-box .sub-ttle-num{
	font-size: 3.125rem;
	font-weight: 400;
	padding-left: 7px;
}
.feature-desc{
	font-size: clamp(0.9375rem, 0.9148rem + 0.097vw, 1rem);
	line-height: 1.625;
	margin-top: 30px;
	letter-spacing: 0;
}
@media (max-width: 768px) {
	.feature-desc{
		margin-top: 0;
	}
}
.feature-desc p:nth-of-type(n+2){
	margin-top: 1em;
}
.contents-flex .slide-box{
	width: 50%;
}
.slide-box .display{
	position: relative;
	display: flex;
	gap: 45px;
	z-index: 1;
}
.slide-box:nth-of-type(2) .display{
	margin-top: 100px;
	padding-inline: 50px;
}
@media (max-width: 768px) {
	.slide-box:nth-of-type(2) .display{
		margin-top: 0;
		padding-inline: 10px;
	}
}
.slide-box .display figcaption{
	font-size: clamp(0.6875rem, 0.5458rem + 0.6061vw, 1rem);
	padding-top: 18px;
	letter-spacing: 0;
}
.strong-point2-imgtxt{
	position: absolute;
	font-size: clamp(0.75rem, 0.6932rem + 0.2424vw, 0.875rem);
	color: var(--color-blue-1);
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
	border: solid 4px var(--color-blue-1);
	border-radius: 50% 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 12px;
	top: -100px;
	right: -15px;
	z-index: -1;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.strong-point2-imgtxt{
		top: -120px;
		right: 0;
		border: solid 3px;
		font-weight: 600;
	}
}
@media (min-width: 767px) and (max-width: 1279px){
	.strong-point2-imgtxt{
		font-size: 1.2vw;
		padding: 15px;
		border: solid 3px;
	}
}
.strong-point2-imgtxt .circle-txt-num{
	font-size: clamp(1.4375rem, 1.3098rem + 0.5455vw, 1.6875rem);
	font-weight: 500;
}
@media (max-width: 768px) {
	.strong-point2-imgtxt .circle-txt-num{
		font-weight: 400;
	}
}
@media (min-width: 767px) and (max-width: 1279px){
	.strong-point2-imgtxt .circle-txt-num{
		font-size: 2.3vw;
	}
}
.strong-point2-imgtxt .circle-txt{
	font-size: clamp(0.9375rem, 0.8693rem + 0.2909vw, 1.125rem);
}
@media (min-width: 767px) and (max-width: 1279px){
	.strong-point2-imgtxt .circle-txt{
		font-size: 1.3vw;
	}
}
.display figure:nth-of-type(1)::after{
	position: absolute;
	content: "▶";
	top: 40%;
	left: 49%;
	transform: translate(-40%, -49%);
	color: #707070;
}
.intel-core{
	position: relative;
	display: flex;
}
.intel-core::before{
	position: absolute;
	content: "";
	background: url(../img/da5-08/arrow.webp) no-repeat;
	background-size: contain;
	width: 100px;
	height: 300px;
	top: 15px;
}
@media (max-width: 768px) {
	.intel-core::before{
		display: none;
	}
}
.intel-core-inner{
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 50px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.intel-core-inner{
		gap: 25px;
	}
}
.intel-core .ultra7,
.intel-core .ultra5{
	display: flex;
	gap: 50px;
	align-items: center;
	padding-left: 135px;
}
@media (max-width: 768px) {
	.intel-core .ultra7,
	.intel-core .ultra5{
	flex-direction: column;
	padding-left: 0;
	gap: 20px;
}
}
.intel-core .ultra7 .desc,
.intel-core .ultra5 .desc{
	font-size: clamp(0.9375rem, 0.9148rem + 0.097vw, 1rem);
	line-height: 1.625;
}
@media (max-width: 768px) {
	.intel-core .ultra7 .desc,
	.intel-core .ultra5 .desc{
	width: 100%;
}
}

.intel-core .ultra7 img,
.intel-core .ultra5 img{
	max-width: 143px;
}
@media (max-width: 768px) {
	.intel-core .ultra7 img,
	.intel-core .ultra5 img{
	max-width: 90px;
}
}
.intel-core .ultra7 .ttl,
.intel-core .ultra5 .ttl{
	color: var(--color-blue-1);
	font-weight: 700;
	font-size: clamp(1.0625rem, 1.0341rem + 0.1212vw, 1.125rem);
	padding-bottom: 10px;
}
@media (max-width: 768px) {
	.intel-core .ultra7 .ttl,
	.intel-core .ultra5 .ttl{
		line-height: 1.47;
	}
}
.feature-txt{
	width: 100%;
	color: var(--color-blue-1);
	background-color: #F2F6FA;
	padding: 30px;
	margin-inline: auto;
	border-radius: 10px;
	font-size: clamp(0.9375rem, 0.8239rem + 0.4848vw, 1.25rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.feature-txt{
		padding: 20px;
		font-weight: 500;
		letter-spacing: 0;
	}
	.contents--feature .txt-box{
		width: 100%;
	}
	.contents-flex .slide-box{
		width: 100%;
	}
	.contents--feature .contents-flex{
		flex-direction: column;
		gap: 20px;
	}
}

/* spec
____________________*/
.contents--spec{
	background: #F6F6F6;
	padding-block: 80px;
}
@media (max-width: 768px) {
	.contents--spec{
		padding-top: 40px;
		padding-bottom: 65px;
	}
}
/* specセクション内の .contents__inner のみ、余白と位置基準を解除 */
.contents--spec .contents__inner {
    padding-inline: 0;   /* 左右の余白による右側隙間を解消 */
    position: static;     /* ボタンの位置計算基準を画面全体に戻す */
}
.contents--spec .spec{
	max-width: none;
}
.contents--spec .spec .ttl-txt-big{
	display: block;
	font-size: clamp(1.25rem, 0.9318rem + 1.3582vw, 2.25rem);
	color: var(--color-gray-1);
	font-weight: 700;
	padding-bottom: 15px;
}
.contents--spec .spec .ttl-txt{
	width: calc(100% - 15.625vw);
	max-width: 1320px;
	font-size: clamp(0.9375rem, 0.9148rem + 0.097vw, 1rem);
	margin-inline: auto;
}
.contents--spec .slide{
	color: var(--color-gray-1);
	background: var(--color-white-1);
}
.contents--spec .slide .slide-txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 38.64%;
	font-size: clamp(0.9375rem, 0.9148rem + 0.097vw, 1rem);
	font-weight: 400;
	padding-inline: 3.5vw;
	box-sizing: border-box;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.contents--spec .slide .slide-txt{
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding-block: 25px;
		padding-inline: 20px;
		box-sizing: border-box;
		align-items: start;
	}
}
@media (min-width: 767px) and (max-width: 1279px){
	.contents--spec .slide .slide-txt{
		font-size: 1.2vw;
	}
}
.contents--spec .slide .ttl{
	display: block;
	color: var(--color-blue-1);
	font-size: clamp(1.25rem, 1.1223rem + 0.5455vw, 1.5rem);
	font-weight: 700;
	padding-bottom: 20px;
}
@media (min-width: 767px) and (max-width: 1279px){
	.contents--spec .slide .ttl{
		font-size: 1.8vw;
	}
}
.contents--spec .slide .slide-img{
	width: 61.36%;
	height: 100%;
}
@media (max-width: 768px) {
	.contents--spec .slide .slide-img{
		width: 100%;
	}
}
.contents--spec .slide .slide-img img{
	height: 100%;
	object-fit: cover;
}

/* gallery
____________________*/
.contents--gallery{
	background: var(--color-gray-2);
	padding-bottom: 80px;
	/*padding-top: 50px;*/
}

/* lineup
____________________*/
.contents--lineup{
	background: var(--color-white-1);
	padding-top: 60px;
	padding-bottom: 120px;
}
.pc-model-wrap{
	display: flex;
	justify-content: center;
	gap: 15px;
}
@media (max-width: 768px) {
	.pc-model-wrap{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
.pc-model{
	width: 400px;
	max-width: 100%;
	border: solid 1px var(--color-gray-3);
	padding: 35px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.pc-model{
		padding: 25px;
	}
}
.pc-model-ttl{
	font-size: clamp(1.125rem, 1.0682rem + 0.2424vw, 1.25rem);
	font-weight: 700;
	border-bottom: solid 2px var(--color-gray-3);
	padding-bottom: 10px;
	text-align: center;
}
.pc-model-img{
	position: relative;
	text-align: center;
	padding-top: 40px;
	min-height: 190px;
	box-sizing: content-box !important;
}
.pc-img {
	position: absolute;
	width: 210px;
	max-width: 100%;
	top: 40px;
	right: 40px;
}
@media (min-width: 767px) and (max-width: 1279px){
	.pc-img{
		right: 3vw;
	}
}
.intel-core-icon{
	position: absolute;
	width: 77px;
	height: 77px;
	top: 35px;
	left: 45px;
}
@media (max-width: 768px) {
	.intel-core-icon{
		top: 15px;
		left: 15px;
	}
}
@media (min-width: 767px) and (max-width: 1279px){
	.intel-core-icon{
		top: 3vw;
		left: 3.5vw;
	}
}
.pc-spec{
	font-size: clamp(0.875rem, 0.8182rem + 0.2424vw, 1rem);
	line-height: 1.625;
	color: var(--color-gray-6);
	padding-top: 15px;
}
.pc-spec-detail {
	position: relative;
	display: flex;
	min-height: 45px;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--color-gray-1);
	margin-top: 25px;
	overflow: hidden; /* はみ出る背景色を隠す */
	background: transparent; /* 背景のベース */
}
.pc-spec-detail-standby{
	position: relative;
	display: flex;
	min-height: 45px;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--color-gray-1);
	margin-top: 25px;
	overflow: hidden; /* はみ出る背景色を隠す */
	background: var(--color-gray-7);
}
/* ★ 左から伸びるアニメーション用背景（::before） */
.pc-spec-detail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-gray-5); /* ホバー時の背景色 */
	z-index: 1; /* テキストの背景として配置 */
	/* 初期状態：幅0で右端（right）を起点に消える準備 */
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease; /* 離した時のアニメーション速度 */
}
.pc-spec-detail::after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	border-top: solid 2px var(--color-gray-1);
	border-right: solid 2px var(--color-gray-1);
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2; /* 背景色の上に表示 */
	transition: border-color 0.3s ease; /* お好みで矢印の色変化もスムーズに */
}
/* ホバー時 */
.pc-spec-detail:hover::before {
	transform: scaleX(1);
	transform-origin: left; /* 左端を起点にして右へ伸びる */
}
/* リンクとテキストのレイアウト */
.pc-spec-detail a {
	display: flex; /* flexに変更して縦横中央寄せを確実に */
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	color: var(--color-gray-1);
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 2; /* 背景色の上にテキストを表示 */
	transition: color 0.3s ease; /* 文字色も変える場合用 */
}
.pc-price{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 15px;
	letter-spacing: 0;
	line-height: 1.692;
}
.pc-price{
	font-size: clamp(0.6875rem, 0.6307rem + 0.2424vw, 0.8125rem);
}
.pc-price .tax{
	font-size: clamp(0.6875rem, 0.6307rem + 0.2424vw, 0.8125rem);
	padding-right: 10px;
}
.price-num{
	font-size: clamp(1.55rem, 1.1932rem + 0.2424vw, 1.375rem);
	font-weight: 500;
}
.cta-bt {
	position: relative; /* 矢印・背景の基準位置 */
	display: flex;
	min-height: 45px;
	justify-content: center;
	align-items: center;
	border: solid 2px var(--color-blue-1);
	color: var(--color-blue-1);
	overflow: hidden; /* はみ出る背景を隠す */
	background: transparent;
}
.cta-bt-standby{
	position: relative; /* 矢印・背景の基準位置 */
	display: flex;
	min-height: 45px;
	justify-content: center;
	align-items: center;
	border: solid 2px var(--color-gray-3);
	color: var(--color-gray-1);
	overflow: hidden; /* はみ出る背景を隠す */
	background: var(--color-gray-7);
}
/* ★ 左からスライドする背景色アニメーション（::before） */
.cta-bt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-blue-1); /* ホバー時の青背景 */
	z-index: 1;
	/* マウス離れ時は右側（right）に消える */
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}
/* ★ 右側のくの字矢印（::after） */
.cta-bt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: solid 2px var(--color-blue-1);
	border-right: solid 2px var(--color-blue-1);
	transform: translateY(-50%) rotate(45deg);
	z-index: 2; /* 背景より上に配置 */
	transition: 0.3s ease; /* ホバー時の色変化を滑らかに */
	pointer-events: none; /* 矢印の上のクリックもaタグに通過させる */
}
/* ホバー時の背景と矢印の変化 */
.cta-bt:hover::before {
	transform: scaleX(1);
	transform-origin: left; /* ホバー時は左端（left）から伸びる */
}
.cta-bt:hover::after {
	border-color: var(--color-white-1); /* ホバー時に矢印を白に変更 */
	right: 17px;
}
/* リンクテキストの設定 */
.cta-bt a {
	position: relative;
	z-index: 2; /* 背景より上に配置 */
	display: flex; /* 上下左右中央揃えを確実に */
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--color-blue-1);
	text-align: center;
	transition: color 0.3s ease; /* テキスト色の変化を滑らかに */
}

/* ホバー時のテキスト色変化 */
.cta-bt:hover a {
	color: var(--color-white-1); /* ホバー時にテキストを白に変更 */
}
.cta-bt:hover{
	color: var(--color-white-1);
}
/*------ スペック詳細 ------*/
/* --------------------------------------------------
	モーダル設定
	.btn-link （共通レイアウト・アニメーション設定）
-------------------------------------------------- */
.btn-link {
	font-size: 16px;
	width: 100%;
	max-width: 500px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	min-height: 45px;
	overflow: hidden; /* 背景スライドを枠内に収める */
	z-index: 1;
	border: solid 1px var(--color-gray-1);
	margin-top: 25px;
	transition: color 0.3s ease, border-color 0.3s ease;
}

/* ② ホバー時に背景が左から右へスライドイン（::before） */
.btn-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	transform: scaleX(0);
	transform-origin: left center; /* 左端からスライド */
	transition: transform 0.3s ease;
	z-index: -1;
}

/* ① 矢印の配置・アニメーション構造（::after） */
.btn-link::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: filter 0.3s ease, transform 0.3s ease;
}

/* ホバー時の挙動（共通） */
.btn-link:hover::before {
	transform: scaleX(1);
}

.btn-link:hover::after {
	filter: brightness(0) invert(1); /* 矢印を白色に反転（不要なら削除可） */
	transform: translateY(-50%) translateX(3px); /* ほんのり右に動かす演出 */
}
/* モーダル背景（オーバーレイ） */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
}

/* 表示時のクラス */
.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

/* モーダル本体枠 */
.modal-container {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	max-height: 85vh; /* 画面高さの85%を上限にする */
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* コンテンツエリア（スクロール可能領域） */
.modal-content {
	padding: 40px 24px 24px;
	overflow-y: auto; /* 溢れた場合に縦スクロールバーを表示 */
	-webkit-overflow-scrolling: touch; /* スマホでの慣性スクロール */
}

/* 枠付き✕（閉じる）ボタン */
.modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc; /* ボーダー付き */
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ✕ボタンの斜め線 */
.modal-close::before,
.modal-close::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #333;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.modal-close:hover {
	background-color: #f5f5f5;
	border-color: #999;
}
.c-caption {
		border-top: 2px solid #c8c8c8;
        padding: 13px 20px 12px;
        font-size: 16px;
        letter-spacing: 0.96px;
        line-height: 1.45;
        text-align: left;
    }
/* レスポンシブ調整 (スマホ) */
@media screen and (max-width: 768px) {
	.modal-overlay {
		padding: 12px;
	}
	
	.modal-container {
		max-height: 90vh; /* スマホでは表示領域を少し広めに確保 */
	}

	.modal-content {
		padding: 36px 16px 20px;
	}
}


/* --------------------------------------------------
	.btn-link.gray （カラー＆画像指定）
-------------------------------------------------- */


/* スライドインしてくる背景色 */
.btn-link.gray::before {
	background-color: var(--color-gray-4);
}

/* ① 矢印画像の設定 */
.btn-link.gray::after {
	background-image: url(../../general_note/img/da5-08/arrow-gray-right.webp);
}

/* ホバー時の色 */
.btn-link.gray:hover {
	color: #fff;
	border-color: #666666;
}

/* 通常時の色 */
.btn-link.lapis-blue {
	color: var(--color-blue-1);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-blue-1);
}

/* スライドインしてくる背景色 */
.btn-link.lapis-blue::before {
	background-color: var(--color-blue-1);
}

/* ① 矢印画像の設定 */
.btn-link.lapis-blue::after {
	background-image: url(../../general_note/img/da5-08/arrow-lapis-blue-right.webp);
}

/* ホバー時の色 */
.btn-link.lapis-blue:hover {
	color: #fff;
	border-color: var(--color-blue-1);
}

/* 通常時の色 */
.btn-link.charcoal-black {
	color: var(--color-black-3);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-black-3);
}

/* スライドインしてくる背景色 */
.btn-link.charcoal-black::before {
	background-color: var(--color-black-3);
}

/* ① 矢印画像の設定 */
.btn-link.charcoal-black::after {
	background-image: url(../../general_note/img/da5-08/arrow-charcoal-black-right.webp);
}

/* ホバー時の色 */
.btn-link.charcoal-black:hover {
	color: #fff;
	border-color: var(--color-black-3);
}

/* 通常時の色 */
.btn-link.rose-gold {
	color: var(--color-pink-1);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-pink-1);
}

/* スライドインしてくる背景色 */
.btn-link.rose-gold::before {
	background-color: var(--color-pink-1);
}

/* ① 矢印画像の設定 */
.btn-link.rose-gold::after {
	background-image: url(../../general_note/img/da5-08/arrow-rose-gold-right.webp);
}

/* ホバー時の色 */
.btn-link.rose-gold:hover {
	color: #fff;
	border-color: var(--color-pink-1);
}
@media (max-width: 1450px) and (min-width: 789px) {
	.btn-link {
		font-size: 1.103vw;
		max-width: 34.483vw;
		padding: 0.966vw 3.31vw 0.966vw 1.655vw;
	}
	.btn-link::after {
		right: 1.103vw;
		width: 1.103vw;
		height: 1.31vw;
	}
	.btn-link:hover::after {
		transform: translateY(-50%) translateX(0.207vw);
	}
	.btn-link.gray,
	.btn-link.lapis-blue,
	.btn-link.charcoal-black,
	.btn-link.rose-gold {
		border-width: 0.138vw; /* 2px換算 (1pxの場合は 0.069vw) */
	}
}
@media screen and (max-width: 768px) {
	.btn-link {
		font-size: 3.2vw; /* 12px */
		padding: 3.2vw 7.467vw 3.2vw 3.733vw; /* 12px 28px 12px 14px */
	}

	/* ① 矢印の配置・アニメーション構造（::after） */
	.btn-link::after {
		right: 4.267vw; /* 16px */
		width: 4.267vw; /* 16px */
		height: 5.067vw; /* 19px */
	}
}


/* ------スライダー------ */
/* スライダー全体のコンテナ */
.slider-container {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
  user-select: none;
}
@media (max-width: 768px) {
	.slider-container{
		margin: 0 auto;
	}
}

/* 選択しているスライド1つだけを表示する枠 */
.slider-wrapper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

/* スライド枠 */
.slider-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

/* 各スライド（アスペクト比を維持して伸縮） */
.slide {
  min-width: 100%;
  max-width: 100%;
  aspect-ratio: 1100 / 360;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
	.slide{
		flex-direction: column-reverse;
		aspect-ratio: auto;
	}
}

/* prev/next ナビゲーションボタン (丸型ベース) */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-white-1);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s, transform 0.2s;
  z-index: 10;
}
@media (max-width: 768px) {
	.nav-btn{
		width: 40px;
		height: 40px;
	}
}
.nav-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.08);
}

/* ボーダーで作る矢印（＜ / ＞） */
.nav-btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--color-gray-1);
  border-right: 3px solid var(--color-gray-1);
}
@media (max-width: 768px) {
	.nav-btn::after{
		width: 5px;
		height: 5px;
		border-top: 2px solid var(--color-gray-1);
		border-right: 2px solid var(--color-gray-1);
	}
}
.prev-btn {
  left: 16px;
}

.prev-btn::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.next-btn {
  right: 16px;
}

.next-btn::after {
  transform: rotate(45deg);
  margin-right: 4px;
}

/* prev/next 非表示用クラス（つけ外し用） */
.slider-container.hide-nav .nav-btn {
  display: none !important;
}

/* 画像外・下部に配置する丸型ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
	.pagination{
		gap: 10px;
		margin-top: 15px;
	}
}
.spec .pagination{
	margin-top: 40px;
}
.gallery .pagination{
	margin-top: 50px;
	gap: 12px;
}
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #CBCBCB;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 768px) {
	.dot{
		width: 10px;
		height: 10px;
	}
}
.gallery .dot{
	width: 11px;
	height: 11px;
}
.dot.active {
  background-color: #9E9E9E;
}

/* ==========================================
   spec-slider 用のスタイル（1100px×360px上限・比率維持対応）
   ========================================== */

.spec-slider {
  max-width: 100vw;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.spec-slider .slider-wrapper-container {
  overflow: visible;
}
@media (max-width: 768px) {
	.spec-slider .slider-wrapper-container{
		padding-top: 25px;
		display: flex;
	}
}
.spec-slider .slide {
  width: min(70vw, 1100px);
  min-width: min(70vw, 1100px);
  max-width: min(70vw, 1100px);
  max-height: 360px;
  aspect-ratio: 1100 / 360;
  height: auto;
  margin: 0 12px;
  opacity: 0.4;
  box-sizing: border-box;
  transition: opacity 0.4s ease;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .spec-slider .slide {
    /* 画面幅(100vw)から「左右画面端余白(20px×2)」と「左右チラ見せ(10px×2)」を引いた幅 */
    width: calc(100vw - 60px) !important;
    min-width: calc(100vw - 60px) !important;
    max-width: calc(100vw - 60px) !important;
    /* スライド間のカード間隔（左右それぞれ10pxあけて10px覗かせる） */
    margin: 0 10px !important;
    height: 100%;
	max-height: 100%;
    aspect-ratio: auto;
	border-radius: 10px;
  }
}
.spec-slider .slide.active {
  opacity: 1;
}

/* spec-slider のボタンデザイン・位置調整（スライドの両端に半分はみ出る配置） */
.spec-slider .nav-btn {
  border: 1px solid #004DA1;
}

.spec-slider .nav-btn::after {
  border-top-color: #004DA1;
  border-right-color: #004DA1;
}

/* 幅が1100px上限に達しているかどうかで計算を切り替え */
.spec-slider .prev-btn {
  left: max(calc(15vw - 24px), calc(50vw - 550px - 24px));
}
@media (max-width: 768px) {
  /* スマホの時だけボタンの位置を調整 */
  .spec-slider .prev-btn,
  .spec-slider .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  /* 中央カード(端から20px)の10px外側 ＝ 画面左端から10px */
  .spec-slider .prev-btn {
    left: 10px !important;
    right: auto !important;
  }

  /* 中央カード(端から20px)の10px外側 ＝ 画面右端から10px */
  .spec-slider .next-btn {
    right: 10px !important;
    left: auto !important;
  }
}
.spec-slider .next-btn {
  right: max(calc(15vw - 24px), calc(50vw - 550px - 24px));
}

/* ==========================================
   3つ目のスライダー（.slider-type3）修正用CSS
   ========================================== */

.slider-type3 .slider-container {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

/* ボタンが見えるように overflow を visible に変更 */
.slider-type3 .slider-wrapper-container {
  position: relative;
  width: 100%;
  overflow: hidden; 
}

/* 画像側でスライドのはみ出しをカット */
.slider-type3 .slider-wrapper {
  display: flex;
  /*overflow: hidden;*/
  border-radius: 20px; /* 必要に応じて角丸を指定 */
  transition: transform 0.4s ease-in-out;
}

.slider-type3 .slide {
  width: 100%;
  aspect-ratio: 440 / 380;
  flex-shrink: 0;
}

.slider-type3 .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- ナビゲーションボタン（縁1px #004DA1 / 矢印 #004DA1） --- */
.slider-type3 .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-white-1, #fff);
  border: 1px solid #004DA1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s, transform 0.2s;
  z-index: 10;
}
@media (max-width: 768px) {
	.slider-type3 .nav-btn{
		width: 40px;
		height: 40px;
	}
}
.slider-type3 .nav-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.08);
}

.slider-type3 .nav-btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #004DA1;
  border-right: 3px solid #004DA1;
}
@media (max-width: 768px) {
	.slider-type3 .nav-btn::after{
		width: 5px;
		height: 5px;
		border-top: 2px solid #004DA1;
		border-right: 2px solid #004DA1;
	}
}
/* --- 画像から左右150px外側に配置 --- */
/* (150pxの隙間 + ボタン幅48px = -198px 外側へ配置) */
.slider-type3 .prev-btn {
  left: -10vw;
}

.slider-type3 .next-btn {
  right: -10vw;
}

.slider-type3 .prev-btn::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.slider-type3 .next-btn::after {
  transform: rotate(45deg);
  margin-right: 4px;
}

/* --- レスポンシブ保護（画面幅が狭いときにボタンが画面外へ消えるのを防ぐ） --- */
@media (max-width: 1550px) {
  .slider-type3 {
    padding-inline: 60px;
    box-sizing: border-box;
  }
  
  /*.slider-type3 .prev-btn {
    left: 8px;
  }
  
  .slider-type3 .next-btn {
    right: 8px;
  }*/
}
@media (max-width: 768px) {
	.slider-type3 .prev-btn{
		left: -60px;
	}
	.slider-type3 .next-btn{
		right: -60px;
	}
}
/* --- 通常スライダー（1番目）専用：フェード切り替えスタイル --- */

/* スライドの親要素を重ね合わせ可能にする */
.slider-container:not(.spec-slider) .slider-wrapper {
  display: grid !important;
  grid-template-areas: "slide" !important;
  transform: none !important; /* 横移動（translateX）を無効化 */
  transition: none !important;
}

/* すべてのスライドを同じ場所に重ねる */
.slider-container:not(.spec-slider) .slide {
  grid-area: slide;
  width: 100% !important;
  opacity: 0 !important; /* 基本は透明 */
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.5s ease-in-out !important; /* ふんわり切り替え */
  pointer-events: none;
  transform: none !important; /* 個別スライドの横移動も無効化 */
}

/* アクティブなスライドだけを表示・不透明にする */
.slider-container:not(.spec-slider) .slide.active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}

.slider-wrapper a{
	margin-top: 1em;
}

/* ナビゲーションメニュー
____________________*/
/* ===============================================
   PC用 追従メニュー (768px以上)
=============================================== */
@media screen and (min-width: 768px) {
    #pc-nav {
        position: fixed;
        bottom: 3.12vw;
        left: 4.68vw; /* 右配置にしたい場合は right: 40px; に変更 */
        transform: translateY(-50%);
        z-index: 100;
		/* --- フェードイン用の設定を追加 --- */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }
	/* .contents--mv が画面外に出た時に付与される表示用クラス */
    #pc-nav.is-show {
        opacity: 1;
        visibility: visible;
    }
    #pc-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    /* 縦の背景線（1pxでくっきり隙間を空けた点線） */
    #pc-nav ul::before {
        content: '';
        position: absolute;
        top: 6px;
        bottom: 15px;
        left: 4px; /* 丸の中心に調整 */
        width: 1px; /* ★ここを 0 から 1px に変更します */
        
        /* グラデーションで点線を作成 (色の数値を変更すればドット間隔を調整可能) */
        background-image: linear-gradient(to bottom, var(--color-gray-3) 1px, transparent 1px);
        background-size: 1px 4px; /* [1px=線の太さ] [6px=ドットの間隔(周期)] */
        background-repeat: repeat-y;
        
        z-index: 1;
    }

    #pc-nav li {
        position: relative;
        margin-bottom: 50px;
        padding-left: 30px;
        z-index: 2;
    }
    #pc-nav li:last-child {
        margin-bottom: 0;
    }

    /* 通過後の接続用実線 */
    #pc-nav li::after {
        content: '';
        position: absolute;
        top: -60px;
        left: 4px;
        width: 1px;
        height: 65px;
        background-color: var(--color-gray-1);
        display: none;
        z-index: 2;
    }

    #pc-nav li.is-passed::after,
    #pc-nav li.active::after {
        display: block;
    }
    #pc-nav li:first-child::after {
        display: none !important;
    }

    /* 丸のスタイル（初期状態：白抜き丸） */
    #pc-nav li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 40%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid var(--color-gray-1);
        box-sizing: border-box;
        z-index: 3;
        transition: all 0.3s ease;
    }

    /* アクティブおよび通過後の丸（黒塗りつぶし丸） */
    #pc-nav li.is-passed a::before,
    #pc-nav li.active a::before {
        background-color: var(--color-gray-1);
        border-color: var(--color-gray-1);
    }

    #pc-nav a {
        text-decoration: none;
        color: #444;
        font-weight: 700;
        font-size: 0.9375vw;
        letter-spacing: 0.05em;
        display: block;
    }
    
    #sp-header { display: none; }
}

/* ===============================================
   スマホ用 ハンバーガーメニュー (767px以下)
=============================================== */
@media screen and (max-width: 767px) {
    #pc-nav { display: none; }

    /* スクロール時に右上に出てくるボタン */
    #hamburger-btn {
        position: fixed;
        top: -1px;
        right: -1px;
        width: 48px;
        height: 48px;
        background-color: #fff;
        border: 1px solid #0056b3;
        cursor: pointer;
        z-index: 200;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hamburger-btn.is-show {
        opacity: 1;
        visibility: visible;
    }

    /* 三本線アイコン */
    .hamburger-icon {
        position: relative;
        width: 20px;
        height: 14px;
    }
    .hamburger-icon span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0056b3;
        transition: all 0.3s ease;
    }
    .hamburger-icon span:nth-child(1) { top: 0; }
    .hamburger-icon span:nth-child(2) { top: 6px; }
    .hamburger-icon span:nth-child(3) { top: 12px; }

    /* X（閉じる）アニメーション */
    #hamburger-btn.is-active .hamburger-icon span:nth-child(1) {
        top: 6px;
        transform: rotate(45deg);
    }
    #hamburger-btn.is-active .hamburger-icon span:nth-child(2) {
        opacity: 0;
    }
    #hamburger-btn.is-active .hamburger-icon span:nth-child(3) {
        top: 6px;
        transform: rotate(-45deg);
    }

    /* 右から出てくる全画面メニューパネル */
    #sp-menu-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 150;
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sp-menu-panel.is-open {
        right: 0;
    }

    #sp-menu-panel ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 80%;
    }

    #sp-menu-panel li {
        border-top: 1px solid #ccc;
    }
    #sp-menu-panel li:last-child {
        border-bottom: 1px solid #ccc;
    }

    #sp-menu-panel a {
        display: block;
        padding: 22px 0;
        text-align: center;
        text-decoration: none;
        color: var(--color-gray-1);
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.05em;
    }
}

/* sticky
____________________*/
.contents__wrap .sticky-block {
	width: 100%;
	position: sticky;
	display: none;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.contents__wrap .sticky-block {
		display: block;
		left: 0;
		bottom: 6.666666666666667vw;
	}
	.contents__wrap .sticky-block .link-btn {
		color: var(--color-blue-1);
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1;
		width: 100%;
		max-width: 261px;
		background: var(--color-white-1);
		margin-inline: auto;
		padding: 17px 15px;
		border: 2px solid var(--color-blue-1);
		border-radius: 9999px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.contents__wrap .sticky-block .link-btn .arrow {
		width: 8px;
		height: 8px;
		border-bottom: 2px solid var(--color-blue-1);
		border-right: 2px solid var(--color-blue-1);
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
	}
}

