@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(16px, -2.112rem + 10.91vw, 65px);/*375-768*/
	--cts-width: 1270px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Thin 100
	Light 300
	Regular 400
	Medium 500
	Bold 600
	*/

	--cts-font-1: "kozuka-gothic-pr6n", sans-serif;
	/* 
	R 400
	M 500
	B 700
	*/

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--cts-color1: #FFFFFF;
	--cts-color2: #a3a3a3;
	--cts-color3: #deba5c;
	--cts-color4: #d40000;
	--cts-color5: #001e60;
	--cts-color6: #000000;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.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 (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	font-weight: 400;
	color: var(--cts-color6);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
    right: 25px;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}

/* コンテンツ
____________________*/
.contents__wrap {
	background: var(--cts-color1);
	padding-block-end: 0;
	letter-spacing: 0.02em;
}
.contents__wrap .link__inner {
	color: var(--cts-bg);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: var(--cts-color);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,-0.236rem + 1.38vw,14px);
    padding-inline: clamp(10px,-0.337rem + 2vw,20px);
	width: 100%;
	height: 100%;
}
.ttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--cts-color4);
	padding: 17px 0;
}
.ttl_wrap .section-ttl {
	width: 100%;
	color: var(--cts-color1);
	font-size: clamp(16px, 0.245rem + 1.61vw, 24px);
	line-height: 1.7;
	text-align: center;
}
.section-sub-ttl {
	color: var(--cts-color5);
	font-size: clamp(18px, 0.245rem + 1.61vw, 24px);
	font-weight: 700;
	text-align: center;
	margin-top: 45px;
}
.link__block + .section-sub-ttl {
	margin-top: 85px;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* overview
____________________*/
.contents--overview {
	padding-top: 50px;
	padding-bottom: 90px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../../../event/amd-partner-advance-2025-japan/images/bg.webp) repeat-y center top/cover fixed;
}
.overview-block-1 {
	padding-inline: 50px;
	box-sizing: border-box;
}
.main-txt {
	color: var(--cts-color1);
	font-size: clamp(13px, 0.245rem + 1.61vw, 18px);
	font-weight: 400;
	line-height: 1.7;
}
.ttl-image-set {
	width: 100%;
	background: url(../../../event/amd-partner-advance-2025-japan/images/img-line.webp) repeat-x center bottom/contain;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ttl-image-1 {
	width: 100%;
	max-width: 929px;
	margin-top: 50px;
	padding-bottom: 24px;
}
.ttl-image-2 {
	width: 100%;
	max-width: 360px;
	margin-top: 50px;
	padding-bottom: 24px;
}
.award-wrap {
	width: 100%;
	max-width: 987px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start ;
	gap: 65px;
}
.award-inner {
	width: calc(100% / 2);
}
.award-txt {
	color: var(--cts-color1);
	width: 100%;
	max-width: 375px;
	display: block;
	font-size: clamp(14px, 0.245rem + 1.61vw, 18px);
	font-weight: 400;
	line-height: 1.7;
	margin: 40px auto 0;
}
.date {
	color: var(--cts-color1);
	font-size: clamp(14px, 0.245rem + 1.61vw, 18px);
	font-weight: 400;
	line-height: 1.7;
	width: fit-content;
	margin: 25px auto 0;
	text-align: center;
	display: flex;
}
/* lineup
____________________*/
.contents--lineup {
	position: relative;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 90px;
	margin-top: 0;
	margin-bottom: 0;
}
.lineup--list {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
    flex-wrap: wrap;
	gap: 16px;
}
.lineup--list_item {
	width: 100%;
	max-width: 273px;
	padding: 0;
	color: var(--cts-color7);
	background: var(--cts-color1);
	border: 1px solid var(--cts-color2);
	border-radius: 15px;
	box-sizing: border-box;
}
.model__detail {
	width: 100%;
	padding: 20px 10px 20px;
	box-sizing: border-box;
}
.model__name {
	width: 100%;
	max-height: calc(1.4em * 3);
	font-size: clamp(11px, 0.245rem + 1.61vw, 16px);
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	margin: 30px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.review-in-recommend__star {
    max-height: 1em;
    padding-right: .2em;
}
.review-in-recommend__score,
.review-in-recommend__count {
	font-size: clamp(11px, 0.245rem + 1.61vw, 12px);
    font-weight: 500;
	line-height: 1;
}
.model_image {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.model__spec-list {
	font-size: clamp(9px, -0.245rem + 1.61vw, 12px);
	font-weight: 500;
	line-height: 1.4;
	margin-top: 10px;
}
.model__spec-list .model__spec-item {
	display: inline;
	position: relative;
}
.model__spec-list .model__spec-item::after {
	content: "/";
}
.model__spec-list .model__spec-item:last-child:after {
	content: none;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline;
}
.model__price_block {
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.model__stkname {
	font-size: clamp(9px, -0.245rem + 1.61vw, 12px);
	font-weight: 500;
}
.model__price {
	color: var(--cts-color6);
	font-family: var(--cts-font-1);
	font-size: clamp(12px, -0.245rem + 1.61vw, 19px);
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
}
.model__price .model__tax {
	font-size: clamp(9px, -0.245rem + 1.61vw, 12px);
	font-family: var(--cts-font-1);
	font-weight: 500;
}
.model__link_block {
	display: flex;
	gap: 10px;
	margin-top: 5px;
}
.model__link_block .link__inner {
	color: var(--cts-color1);
	font-size: clamp(10px, 0.245rem + 1.61vw, 15px);
	font-weight: 500;
	max-width: 360px;
	background: var(--cts-color5);
	border-radius: 0;
	margin-top: 0;
}
.model__link_block .link__inner.white {
	color: var(--cts-color6);
	background: var(--cts-color1);
	border: 1px solid var(--cts-color6);
}
.model__link_block .link__inner.black {
	color: var(--cts-color1);
	background: var(--cts-color6);
	border: 1px solid var(--cts-color6);
}
.model__link_block .link__inner span {
	text-align: center;
	box-sizing: border-box;
}
.model__link_block .link__inner::after {
	width: 6px;
    height: 6px;
	border-color: var(--cts-color5);
	border-right: 2px solid;
    border-bottom: 2px solid;
}
.model__link_block .link__inner.white::after,
.model__link_block .link__inner.black::after {
	right: 10px;
}
.model__link_block .link__inner.link--out.white:before,
.model__link_block .link__inner.link--over.white::before {
	background: var(--cts-color2);
	opacity: 0.1;
}
.link__block {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 40px;
}
.link__block .link__inner {
	color: var(--cts-color5);
    font-size: clamp(14px, 0.245rem + 1.61vw, 16px);
    font-weight: 500;
	width: 100%;
	max-width: 568px;
	background: var(--cts-color1);
	border: 1px solid var(--cts-color5);
	border-radius: 0;
	margin-top: 0;
}
.link__block .link__inner.link--out.blue::before,
.link__block .link__inner.link--over.blue::before {
	background: var(--cts-color5);
	opacity: 0.2;
}
.link__block .link__inner::after {
	width: 7px;
    height: 7px;
	border-color: var(--cts-color5);
} 
/* parts
____________________*/
.contents--parts {
	position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 90px;
    margin-top: 0;
    margin-bottom: 0;
}
.category--list {
	display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
	margin: 30px auto 0;
}
.category--list_item {
	width: 100%;
	max-width: 339px;
	background: var(--cts-color1);
	border: 1px solid var(--cts-color2);
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}
.category-thum {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.category--list_item .link__inner {
	color: var(--cts-color1);
	font-size: clamp(12px, 0.245rem + 1.61vw, 18px);
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-width: inherit;
	background: var(--cts-color5);
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents__wrap {
	background: var(--cts-color8);
}
.ttl_wrap {
	padding: 14px 0;
}
.section-sub-ttl {
	margin-top: 35px;
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* overview
____________________*/
.contents--overview {
	margin-top: 0;
	margin-bottom: 0;
}
.overview-block-1 {
	padding-inline: 0;
}
.ttl-image-1 {
	max-width: 311px;
	margin-top: 90px;
	padding-bottom: 14px;
}
.ttl-image-2 {
	max-width: 180px;
}
.award-wrap {
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}
.award-inner {
	width: 100%;
}
.award-txt {
	margin-top: 30px;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 55px;
}
.lineup--list {
	gap: 15px 7px;
}
.lineup--list_item {
	width: calc(50% - 4px);
	border-radius: 8px;
}
.model__detail {
    padding: 10px;
}
.model_image {
	max-width: 103px;
}
.model__name {
	margin-top: 20px;
}
.model__link_block {
	flex-direction: column;
	gap: 3px;
}
.contents__wrap .link__inner {
	min-height: 30px;
	margin-top: 2px;
}
.model__link_block .link__inner::after {
    width: 4px;
    height: 4px;
	right: 15px;
}
.link__block {
	margin-top: 30px;
}
.link__block + .section-sub-ttl {
	margin-top: 45px;
}
.link__block .link__inner::after {
	width: 5px;
	height: 5px;
	right: 10px;
}
.category--list {
	margin-top: 30px;
}
.category--list_item {
	max-width: 255px;
	border-radius: 8px;
}
.link__inner::after {
	right: 15px;
    width: 5px;
    height: 5px;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}

/* フェードイン
____________________*/
.fade-in { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in-center { transform: translate(0, 0); }      /* 位置変更なし */
.fade-in-top { transform: translateY(-200px); }      /* 上から */
.fade-in-bottom { transform: translateY(200px); }    /* 下から */
.fade-in-right { transform: translateX(200px); }     /* 右から */
.fade-in-left { transform: translateX(-200px); }     /* 左から */
.fade-in.is-visible { opacity: 1; transform: translate(0, 0); } /* 元の位置に戻る */