@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

/* Web font */
.helvetica,
.faq-label {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* サブセクション */
.sub-section {
	padding-top: 10rem;
}

.other-section {
	padding-top: 5rem;
}

/* メインビジュアル：スライドショー */
.main-visual .swiper {
	max-inline-size: 1920px;
	margin-inline: auto;
	padding-bottom: 60px;
}

.main-visual .mv-pagination-wrap {
	display: grid;
	justify-items: center;
	grid-template-columns: 1fr 25px;
	column-gap: 25px;
	block-size: 35px;
	padding-inline: 25px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: var(--border-radius-large);
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: inherit;
}

.main-visual .mv-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-visual .mv-pagination .mv-bullet {
	inline-size: 30px;
	block-size: 30px;
	position: relative;
}

.main-visual .mv-pagination .mv-bullet::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	inline-size: 12px;
	block-size: 12px;
	background: var(--steel-gray);
	border-radius: 50%;
}

.main-visual .mv-pagination .mv-bullet-active::before {
	background-color: #ccc;
}

.main-visual .mv-pagination .mv-bullet:not(:first-child) {
	margin-left: 1rem;
}

.btn-swiper-control {
	display: flex;
	justify-content: center;
	align-items: center;
	inline-size: 35px;
}

.btn-swiper-control img:not(.is-active) {
	display: none;
}

.btn-swiper-control img.is-active {
	display: block;
	inline-size: 15px;
}

/* メインビジュアル・TVCMを見るボタン */
.has-tvcm {
	position: relative;
}

.tvcm-wrap {
	position: absolute;
	left: 5%;
	bottom: 20px;
	opacity: 1;
	transition: bottom .3s ease .5s, opacity .3s ease .5s;
}

.swiper-slide:not(.swiper-slide-active) .tvcm-wrap {
	opacity: 0;
	bottom: 10px;
}

.link-tvcm {
	grid-template-columns: 1fr auto;
	font-size: 1.6rem;
	color: #fff;
	background-color: #000;
	transition: color .3s ease, background-color .3s ease;
}

.video {
	position: relative;
	inline-size: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

/* セクション見出し */
.section-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.2em;
}

/* 製品ラインアップ */
.lineup-title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-block: 2.2em .8em;
}

.section-title+.lineup-title {
	margin-top: 0;
}

.list-lineup {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 3%;
	row-gap: 2rem;
}

.list-lineup>li {
	display: contents;
}

.list-lineup>li>a {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	row-gap: 0;
	background-color: var(--white-gray);
	border-radius: var(--border-radius-small);
	padding: 2.4rem 1.5rem;
	position: relative;
}

/* 製品画像エリア：画像の最大幅は製品サイトごとに個別調整する */
.product-img {
	aspect-ratio: 1 / 1;
	max-inline-size: 200px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 製品コピー */
.product-copy {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 製品名 */
.product-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-block: .2em;
}

/* 製品情報 */
.list-product-spec {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 1em;
}

.list-product-spec>li {
	border-top: 1px solid var(--light-gray);
	padding-block: .2em;
}

.list-product-spec>li:last-child {
	border-bottom: 1px solid var(--light-gray);
}

/* NEWアイコン */
.icon-new {
	background-color: var(--sharp-red);
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	padding: .1em .5em;
	position: absolute;
	left: 1.5rem;
	top: 0;
	inline-size: fit-content;
	block-size: fit-content;
}

/* 発売予定テキスト */
.prod-release-date {
	color: var(--sharp-red);
	font-size: 1.2rem;
	text-align: center;
}

/* 在庫僅少マーク */
.prod-zaiko {
	font-size: 1.2rem;
	color: var(--sharp-red);
	border: 1px solid var(--sharp-red);
	inline-size: fit-content;
	margin: 0 auto .5em;
	padding-inline: .5em;
}

.prod-zaiko::after {
	content: '★';
	color: var(--cyan);
}

/* 製品カラーアイコン */
.list-product-color {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: .5em;
	margin-top: .5em;
}

/* ボタンリンクエリア */
.list-btn-links {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 2rem;
	margin-top: 3rem;
}

/* 商品についてもっと知る・大項目 */
.list-features {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
}

.list-features>li {
	inline-size: 100%;
}

.feature-img>img {
	border-radius: var(--border-radius-medium);
}

.list-sub-features .feature-img>img {
	border-radius: var(--border-radius-small);
}

.list-features .title {
	font-size: 2rem;
	font-weight: 700;
	margin-block: 1.2em .5em;
}

#feature .has-arrow-left {
	font-size: 1.6rem;
	margin-top: 1em;
}

/* 商品についてもっと知る・小項目 */
.list-sub-features {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
	margin-top: 4rem;
}

.list-sub-features>li {
	inline-size: 100%;
}

.list-sub-features .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: .5em;
}

.list-features .text {
	font-size: 1.6rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.list-sub-features>li>a {
	display: flex;
	column-gap: 6%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-sub-features .feature-img {
	inline-size: 34%;
}

.sub-feature-wrapper {
	inline-size: 60%;
}

.list-sub-features .has-arrow-left {
	font-size: 1.4rem;
	margin-top: 1em;
}

.sub-feature-wrapper .text {
	font-size: 1.6rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* お役立ちコンテンツ */
.list-tips {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4%;
	row-gap: 3rem;
}

.list-tips>li>a {
	font-size: 1.4rem;
}

.list-tips .title {
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: .8em;
}

.list-tips .has-arrow-left {
	margin-top: 1em;
}

.list-tips>li.is-hidden {
	display: none;
}

/* お役立ちコンテンツ・もっと見るボタン */
.btn-open-more {
	display: block;
	inline-size: 100%;
	max-inline-size: 240px;
	margin-top: 3rem;
	margin-inline: auto;
	padding: .4em 1em;
	border: 1px solid #000;
	border-radius: var(--border-radius-medium);
	font-size: 1.4rem;
	transition: background-color .3s ease, color .3s ease;
}

.btn-open-more svg {
	inline-size: 1em;
	block-size: 1em;
	margin-right: .5em;
}

/* 参考動画 */
.carousel-gallery.has-scrollbar:not(.destroy) .swiper {
	padding-bottom: 4rem;
}

.carousel-gallery .cg-button-next,
.carousel-gallery .cg-button-prev {
	display: none;
}

.movie-title {
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.8em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* 新着情報 */
.list-news a {
	text-decoration: underline;
}

.list-news>li {
	padding-block: 2rem;
	border-bottom: 1px solid var(--light-gray);
}

.list-news>li:first-child {
	border-top: 1px solid var(--light-gray);
}

.list-news>li:nth-child(n+13) {
	display: none;
}

.list-news>li>time {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.5rem;
	font-weight: 400;
}

.list-news>li>p {
	font-size: 1.4rem;
}

#news .link-btn-has-arrow {
	margin: 0 auto 3rem;
}

/* よくある質問 */
.faq-container {
	background-color: var(--white-gray);
	padding: 4rem 5%;
}

.list-faq {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.faq-item {
	background-color: #fff;
}

.btn-faq-control {
	display: flex;
	align-items: start;
	inline-size: 100%;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1em 3.5rem 1em 1em;
	position: relative;
}

.btn-faq-control::before,
.btn-faq-control::after {
	content: '';
	display: block;
	position: absolute;
	top: 1.8em;
	right: 10px;
	inline-size: 16px;
	block-size: 2px;
	transform: translateY(-50%);
	background-color: var(--charcoal-gray);
	transition: transform .3s ease;
}

.btn-faq-control::after {
	transform: translateY(-50%) rotate(90deg);
}

.btn-faq-control[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0);
}

.answer-wrap {
	display: none;
	padding: 1em 1em 1em 1.4rem;
	border-top: 1px dashed var(--light-gray);
}

.answer {
	display: flex;
	align-items: start;
}

.faq-label {
	display: inline-block;
	inline-size: 5%;
	min-inline-size: 40px;
	font-size: 1.6rem;
	position: relative;
}

.faq-label::after {
	content: '｜';
	font-weight: 300;
	padding-left: .3em;
}

.faq-text {
	flex: 1 0;
}

.faq-text a {
	text-decoration: underline;
}

.answer .faq-label {
	color: var(--steel-gray);
}

.answer .faq-text {
	font-size: 1.2rem;
	line-height: 1.8;
}

/* 社外サイトバナー */
.list-banner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.2rem;
}

.list-banner>li {
	inline-size: 100%;
}

.list-banner img {
	inline-size: auto;
	max-inline-size: 100%;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {

	/* メインビジュアル・TVCMを見るボタン */
	.link-tvcm:hover {
		color: #000;
		background-color: #fff;
	}

	/* お役立ちコンテンツ・もっと見るボタン */
	.btn-open-more:hover {
		color: #fff;
		background-color: #000;
	}

	/* リンクテキストアンダーライン */
	:where(.list-news, .faq-text) a:hover {
		text-decoration: none;
	}

}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {
	main {
		padding-bottom: 8rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 15rem;
	}

	.other-section {
		padding-top: 10rem;
	}

	/* メインビジュアル：スライドショー */
	.main-visual .swiper {
		padding-bottom: 0;
	}

	.main-visual .mv-pagination-wrap {
		bottom: 20px;
	}

	/* メインビジュアル・TVCMを見るボタン */
	.tvcm-wrap {
		left: 1.5%;
		bottom: 30px;
	}

	.swiper-slide:not(.swiper-slide-active) .tvcm-wrap {
		bottom: 20px;
	}

	/* セクション見出し */
	.section-title {
		font-size: 4rem;
	}

	/* 製品ラインアップ */
	.lineup-title {
		font-size: 2.2rem;
	}

	.list-lineup {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 6rem;
	}

	.list-lineup>li>a {
		padding: 3rem;
	}

	/* 製品コピー */
	.product-copy {
		font-size: 1.6rem;
	}

	/* 製品名 */
	.product-title {
		font-size: 2.4rem;
	}

	/* 製品情報 */
	.list-product-spec {
		font-size: 1.4rem;
	}

	/* 発売予定テキスト */
	.release {
		font-size: 1.4rem;
	}

	/* NEWアイコン */
	.icon-new {
		font-size: 1.4rem;
		left: 3rem;
	}

	/* ボタンリンクエリア */
	.list-btn-links {
		flex-direction: row;
		justify-content: center;
		column-gap: 4rem;
		margin: 6rem auto 0;
	}

	.list-btn-links .btn-has-arrow-left {
		font-size: 1.8rem;
	}

	/* メインビジュアル：スライドショー */
	.main-visual-button-next,
	.main-visual-button-prev {
		position: absolute;
		top: 50%;
		width: 30px;
		height: 80px;
		margin-top: -40px;
	}

	/* 商品についてもっと知る・大項目 */
	.list-features {
		column-gap: 4%;
	}

	.list-features>li {
		inline-size: 48%;
	}

	.list-features .title {
		font-size: 2.4rem;
	}

	#feature .btn-has-arrow-left {
		font-size: 1.6rem;
	}

	/* 商品についてもっと知る・小項目 */
	.list-sub-features {
		column-gap: 4%;
		margin-top: 5rem;
	}

	.list-sub-features>li {
		inline-size: calc(92% / 3);
	}

	.list-sub-features>li>a {
		row-gap: 3rem;
	}

	.list-sub-features .feature-img,
	.sub-feature-wrapper {
		inline-size: 100%;
	}

	.list-sub-features .title {
		font-size: 2.4rem;
	}

	.list-sub-features .has-arrow-left {
		font-size: 1.6rem;
	}

	/* お役立ちコンテンツ */
	.list-tips {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 4%;
		row-gap: 6rem;
	}

	.list-tips>li>a {
		font-size: 1.6rem;
	}

	.list-tips .title {
		font-size: 1.6rem;
	}

	/* お役立ちコンテンツ・もっと見るボタン */
	.btn-open-more {
		max-inline-size: 600px;
		margin-top: 6rem;
		padding: .4em 1em;
		font-size: 1.8rem;
	}

	/* 参考動画 */
	.carousel-gallery .swiper {
		overflow: hidden;
	}

	.carousel-gallery.has-navigation {
		padding-inline: 6rem;
		position: relative;
	}

	.carousel-gallery.has-scrollbar .swiper {
		padding-bottom: 5rem;
	}

	.carousel-gallery .cg-button-next,
	.carousel-gallery .cg-button-prev {
		display: block;
		inline-size: 50px;
		block-size: 50px;
		background: url('/aquos-audio/assets/common/images/cg-arrow.svg') no-repeat left top/contain;
		position: absolute;
		top: 50%;
	}

	.carousel-gallery .cg-button-next {
		right: 0;
		transform: translate(0, -50%);
	}

	.carousel-gallery .cg-button-prev {
		left: 0;
		transform: translate(0, -50%) rotate(180deg);
	}

	.carousel-gallery.destroy {
		padding-inline: 0;
	}

	.carousel-gallery.destroy .swiper {
		padding-bottom: 0;
	}

	.carousel-gallery.destroy .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 4%;
	}

	.carousel-gallery.destroy .cg-button-next,
	.carousel-gallery.destroy .cg-button-prev {
		display: none;
	}

	.movie-title {
		font-size: 1.6rem;
	}

	/* 新着情報 */
	.list-news>li {
		display: flex;
		padding-block: 3rem;
	}

	.list-news>li>time {
		inline-size: 8em;
		margin-right: 2em;
		margin-bottom: 0;
	}

	.list-news>li>p {
		flex: 1 0;
	}

	#news .link-btn-has-arrow {
		margin-bottom: 5rem;
	}

	/* よくある質問 */
	.btn-faq-control {
		font-size: 1.8rem;
		padding: 1em 6rem 1em 3.2rem;
	}

	.btn-faq-control::before,
	.btn-faq-control::after {
		right: 20px;
		inline-size: 20px;
		block-size: 2px;
	}

	.faq-label {
		min-inline-size: 55px;
		font-size: 2.2rem;
	}

	.faq-label::after {
		padding-left: .5em;
	}

	.answer-wrap {
		padding: 1em 6rem 1em 3.2rem;
	}

	.answer .faq-text {
		font-size: 1.6rem;
	}

	/* 社外サイトバナー */
	.list-banner {
		gap: 2rem 1rem;
	}

	.list-banner>li {
		inline-size: auto;
		block-size: 6rem;
	}

	.list-banner img {
		block-size: 100%;
	}
}

/* ====================================
	タブレット専用スタイル（768px～1024px）
===================================== */
@media screen and (768px <=width < 1024px) {}

/* ====================================
	大画面スタイル（1200px～）
===================================== */
@media screen and (1300px <=width) {

	/* メインビジュアル・TVCMを見るボタン */
	.tvcm-wrap {
		left: calc(50% - 600px);
	}
}