@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
#globalSupportFooter .btn-scenes-list-black,
#globalSupportFooter ul.list-sns {
	display: none;
}

/* サブセクション */
.products-sub-title {
	font-weight: 300;
}

.sub-section .ttl {
	font-weight: 500;
}

.sub-title {
	background: #e6e6e6;
}

/* 左アローボタン */
.has-btn-show-list {
	display: flex;
}

ul.list-btn-show-list {
	display: flex;
}

ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}

/* メインビジュアル：スライドショー */
.main-visual-button-next, .main-visual-button-prev {
	position: absolute;
	top: 50%;
	width: 6%;
	height: 12%;
	margin-top: -6%;
	z-index: 2;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6);
	background-size: 40% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.main-visual-button-prev {
	background-image: url(/products/common/images/arrow-prev-b.svg);
	left: 0;
	right: auto
}

.main-visual-button-next {
	background-image: url(/products/common/images/arrow-next-b.svg);
	right: 0;
	left: auto
}

.main-img .swiper-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.main-img .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	margin: 0 5px;
	background: #aaa;
	border-radius: 0;
}

.main-img .swiper-pagination-bullet-active {
	background: #878787;
}

/* 一覧ボタン */
.btn-arrow-left {
	text-align: center;
}

.btn-arrow-left a {
	display: inline-block;
	padding: 0.5em 1em 0.5em 2em;
	line-height: 1.4;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: 0.5rem;
	position: relative;
}

.btn-arrow-left a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 0.5em;
	left: 0.75em;
}

.btn-arrow-left a:hover {
	background: #535353;
	color: #fff;
	text-decoration: none;
}

/* 関連コンテンツ */
.flex-container.column4 .category {
	color: #a0a0a0;
}

.flex-container.column4 .flex-item .img {
	border: solid 1px #d9d9d9;
}

/* 新着情報 */
#news a {
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}

/* タグ */
ul.list-tag {
	margin-top: 1em;
}

/* mod 20211109 */


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 2rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-title-container {
		margin-bottom: 3rem;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
	}
	.sub-title {
		margin-top: 6rem;
		margin-bottom: 2rem;
		padding: 0.25em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width>.sub-title:first-of-type {
		margin-top: 0;
	}

	/* その他エリア */
	.other-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #d9d9d9;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* 一覧ボタン */
	.btn-arrow-left {
		margin-top: 4rem;
		font-size: 1.5rem;
	}

	/* 一覧を見る */
	.more-lineup {
		margin-top: 3em;
	}
	.btn-lineup {
		margin-top: 4rem;
		font-size: 1.5rem;
	}
	.btn-lineup a {
		padding: 0.8em 2em 0.8em 4em;
	}

	/* 新着情報 */
	ul.list-news li {
		margin-top: 1em;
		padding-top: 1em;
		border-top: dashed 1px #a0a0a0;
		display: none;
	}
	ul.list-news li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li .text {
		margin-top: 0.2em;
	}
	ul.list-news li .date {
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		font-size: 1.4rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {

	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 3rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}
	.sub-title-container {
		padding-top: 5rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-title-container .products-sub-title {
		font-size: 2.8rem;
	}
	.sub-section:first-of-type .sub-title-container {
		padding-top: 0;
		border-top: none;
	}
	.sub-title {
		margin-top: 12rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width>.sub-title:first-of-type {
		margin-top: 4rem;
	}

	/* その他エリア */
	.other-section {
		padding-top: 6rem;
	}
	.other-section .base-width {
		padding-top: 5rem;
		position: relative;
	}
	.other-section .base-width::before {
		content: '';
		display: block;
		width: 100%;
		border-top: solid 1px #d9d9d9;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* フレックスコンテナ：3列 */
	.flex-container.column3 {
		min-height: 588px;
		margin-top: 5rem;
	}

	/* フレックスコンテナ：4列 */
	.flex-container.column4 {
		margin-top: 5rem;
	}
	.flex-container.column4 {
		font-size: 1.5rem;
	}
	.flex-container.column4 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.column4 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.column4 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.column4>.flex-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2rem;
	}
	.flex-container.column4>.flex-item:nth-of-type(4n-3) {
		margin-left: 0;
	}
	.flex-container.column4>.flex-item:nth-of-type(-n+4) {
		margin-top: 0;
	}

	/* メインビジュアル：スライドショー */
	.main-visual-button-next, .main-visual-button-prev {
		position: absolute;
		top: 50%;
		width: 30px;
		height: 80px;
		margin-top: -40px;
	}

	/* 一覧ボタン */
	.btn-arrow-left {
		margin-top: 6rem;
	}

	/* 一覧を見る */
	.more-lineup {
		margin-top: 3em;
	}
	.btn-lineup {
		margin-top: 8rem;
		font-size: 1.8rem;
	}
	.btn-lineup a {
		padding: 0.8em 2em 0.8em 4em;
	}

	/* 新着情報 */
	ul.list-news {
		margin-top: 4rem;
	}
	ul.list-news li {
		padding-top: 1em;
		display: none;
	}
	ul.list-news li:first-child {
		padding-top: 0;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li .date {
		display: table-cell;
		width: 8em;
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		display: table-cell;
		padding-left: 2em;
		font-size: 1.4rem;
	}
}
