/* Y'S GEAR : intercom.css */

.contentsWidth {
	padding: 0 !important;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after {
	box-sizing: border-box;
}

/* [ リンク ] */
.contentsWidth a, 
.contentsWidth a img {
	transition: all 0.3s ease;
}

/* [ 見出し ] */
.contentsWidth h2, 
.contentsWidth h3, 
.contentsWidth h4, 
.contentsWidth h5 {
	line-height: 1.2;
}

@media screen and (max-width: 980px) {
} /* */


@media screen and (min-width: 569px) {
	.contentsWidth .pcnone {
		display: none;
	}
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth {
		font-size: 1.4rem;
	}
	.contentsWidth .spnone {
		display: none;
	}
} /* */


/*======================================================================*
 *  [ pdMain | メイン画像 ]
 *======================================================================*/

.pdMain {
	display: block;
	margin-bottom: -10%;
}

@media screen and (max-width: 568px) {
	.pdMain {
	}
} /* */


/*======================================================================*
 *  [ pdAbout ]
 *======================================================================*/

.pdAbout {
	padding: 0 30px;
	margin-bottom: 100px;
	text-align: center;
}

/* [ 見出し ] */
.pdAbout h2 {
	margin-bottom: 1em;
	font-size: 4rem;
	text-align: center;
}
.pdAbout h2 + p {
	margin-bottom: 60px;
	font-weight: 700;
	line-height: 1.875;
}

/* [ メリット ] */
.pdAbout .merit {
	padding-bottom: 20px;
	background: #333;
}
.pdAbout .merit h3 {
	padding: 10px 20px;
	background: #157185;
	font-size: 2rem;
	text-align: center;
}
.pdAbout .merit > div {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 20px;
}
.pdAbout .merit section {
	width: 45.5%;
}
.pdAbout .merit section:nth-child(2)::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6%;
	aspect-ratio: 3/4;
	background: url(../img/merit_arrow.svg) center center / contain no-repeat;
	transform: translate(-50%, 0);
	content: "";
}
.pdAbout .merit h4 {
	margin-bottom: 15px;
	padding: 7px 10px;
	color: #000;
	background: #fff;
}
.pdAbout .merit section:nth-child(2) h4 {
	background: #FFE600; 
}
.pdAbout .merit > p {
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (max-width: 568px) {
	.pdAbout {
		padding: 0 20px;
	}

	/* [ 見出し ] */
	.pdAbout h2 {
		font-size: 2rem;
	}
	.pdAbout h2 + p {
		margin-bottom: 40px;
		line-height: 1.7;
		text-align: left;
	}

	/* [ メリット ] */
	.pdAbout .merit h3 {
		padding: 10px 15px;
		font-size: 1.6rem;
	}
	.pdAbout .merit > div {
		flex-direction: column;
		padding: 15px;
	}
	.pdAbout .merit section {
		width: 100%;
	}
	.pdAbout .merit section:nth-child(2)::before {
		position: static;
		display: block;
		width: 36px;
		margin: 10px auto;
		transform: rotate(90deg);
	}
	.pdAbout .merit img {
		width: min(315px, 100%);
	}
	.pdAbout .merit > p {
		font-size: 1.6rem;
	}
} /* */


/*======================================================================*
 *  [ pdLineup | ラインナップ ]
 *======================================================================*/

.pdLineup {
}

/* [ 背景 ] */
.pdLineup .bg {
	position: relative;
	padding: 60px 30px 120px;
}
.pdLineup .bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #181818;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
	content: "";
}

/* [ 見出し ] */
.pdLineup h2 {
	position: relative;
	margin-bottom: 1em;
	font-size: 4rem;
	text-align: center;
	z-index: 1;
}
.pdLineup h2 span {
	display: block;
	margin-top: 5px;
	font-size: 2rem;
}

/* [ ページ内リンク ] */
.pdLineup nav {
	display: flex;
	align-items: start;
	gap: 15px;
	position: relative;
	text-align: center;
}
.pdLineup nav a:nth-child(2) { margin-top: 65px; }
.pdLineup nav a:nth-child(3) { margin-top: 130px; }
.pdLineup nav a:hover,
.pdLineup nav a:active {
	transform: translateY(-5px);
}
.pdLineup nav img:first-child {
	position: relative;
	margin-bottom: -10%;
	opacity: 1 !important;
	z-index: 2;
}

/* [ 各モデル ] */
.pdLineup > section {
	margin-bottom: 100px;
	padding: 0 30px;
}
.pdLineup h3 {
	margin-bottom: 20px;
}

@media screen and (max-width: 568px) {

	/* [ 背景 ] */
	.pdLineup .bg {
		margin-bottom: 40px;
		padding: 0 40px 120px;
	}
	.pdLineup .bg::before {
		clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
	}

	/* [ 見出し ] */
	.pdLineup h2 {
		font-size: 3.2rem;
	}
	.pdLineup h2 span {
		font-size: 1.4rem;
	}

	/* [ ページ内リンク ] */
	.pdLineup nav {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.pdLineup nav a {
		width: min(295px, 100%);
	}
	.pdLineup nav a:nth-child(2) { margin-top: 0; }
	.pdLineup nav a:nth-child(3) { margin-top: 0; }
	.pdLineup nav img:first-child {
		width: calc(100% - 60px);
		margin-bottom: -7%;
	}
	.pdLineup nav img:last-child {
		aspect-ratio: 2.414/1;
		object-fit: cover;
	}

	/* [ 各モデル ] */
	.pdLineup > section {
		margin-bottom: 60px;
		padding: 0 20px;
	}
} /* */


/*======================================================================*
 *  [ pdList | リスト ]
 *======================================================================*/

.pdList {
}

/* [ 見出し ] */
.pdList .title {
	display: flex;
	gap: 10px;
	padding: 10px;
	border-bottom: 2px solid #707070;
	background: #333;
	font-weight: bold;
}
.pdList .title .name {
	flex: 1;
}
.pdList .title .list {
	display: flex;
	gap: 10px;
	width: max(280px, 50%);
}
.pdList .title .year {
	width: 9em;
	text-align: center;
}
.pdList .title .no {
	flex: 1;
	text-align: center;
}

/* [ モデル ] */
.pdList .model {
	display: flex;
	gap: 10px;
	padding: 10px;
	border-bottom: 1px solid #707070;
	background: #181818;
}
.pdList .model h4 {
	flex: 1;
}
.pdList .model .list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: max(280px, 50%);
}
.pdList .model a {
	display: flex;
	gap: 10px;
	color: #fff;
}
.pdList .model .year {
	width: fit-content;
	width: 9em;
	text-align: center;
	white-space: nowrap;
}
.pdList .model .year.indent {
	text-indent: 2.2em;
}
.pdList .model .no {
	flex: 1;
	text-align: center;
}

@media screen and (max-width: 568px) {
	/* [ タイトル ] */
	.pdList .title {
		flex-direction: column;
	}
	.pdList .title .name {
		padding: 5px;
		background: rgba(255,255,255,.3);
		font-size: 1.5rem;
	}
	.pdList .title .list {
		padding: 0 5px;
		width: 100%;
	}
	.pdList .title .year {
		text-align: left;
	}
	.pdList .title .year,
	.pdList .title .no {
		width: calc(50% - 5px);
	}

	/* [ モデル ] */
	.pdList .model {
		flex-direction: column;
	}
	.pdList .model h4 {
		padding: 5px;
		background: rgba(255,255,255,.3);
	}
	.pdList .model .list {
		width: 100%;
	}
	.pdList .model a {
		padding: 0 5px;
	}
	.pdList .model .year {
		text-align: left;
		text-indent: 0 !important;
	}
	.pdList .model .year,
	.pdList .model .no {
		width: calc(50% - 5px);
	}
} /* */


/*======================================================================*
 *  [ pdImpression | インプレッション ]
 *======================================================================*/

.pdImpression {
	padding: 50px;
	background: #181818;
}

/* [ 見出し ] */
.pdImpression h2 {
	margin-bottom: 1em;
	font-size: 4rem;
	text-align: center;
}
.pdImpression h2 b {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.pdImpression h2 span {
	display: block;
	margin-top: 5px;
	font-size: 2rem;
}

/* [ 動画 ] */
.pdImpression .movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
}
.pdImpression .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 568px) {
	.pdImpression {
		padding: 50px 20px;
	}

	/* [ 見出し ] */
	.pdImpression h2 {
		font-size: 2.6rem;
	}
	.pdImpression h2 b {
		font-size: 1.2rem;
	}
	.pdImpression h2 span {
		font-size: 1.4rem;
	}
} /* */
