@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* 製品概要・フォトギャラリー */
.gallery-outer {
	position: relative;
}

.gallery-container .hint {
	display: none;
}

.gallery-container .swiper-slide .title {
	padding: .5em 0;
	font-size: 1.4rem;
	text-align: center;
}

/* 製品概要・フォトギャラリー・ヒント文の表示*/
.hint,
.hint.hide {
  opacity: 0;
}
.hint.show {
  opacity: 1;
}
/* ギャラリー動画（自動再生）1枚目のスタイル */
.auto-play {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.auto-play video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 製品概要・フォトギャラリー：サムネイル */
ul.gallery-thumbs-group {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0;
}

ul.gallery-thumbs-group li {
	width: 15%;
	margin-top: 1rem;
	margin-left: 2%;
	padding: .5rem;
	font-size: 1rem;
	font-weight: bold;
	border: solid 1px #d9d9d9;
	text-align: center;
	cursor: pointer;
}

ul.gallery-thumbs-group li.active {
	border: solid 2px #535353;
	pointer-events: none;
}

ul.gallery-thumbs-group li:nth-child(-n + 6) {
	margin-top: 0;
}

ul.gallery-thumbs-group li:nth-child(6n-5) {
	margin-left: 0;
}

ul.gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
}

ul.gallery-thumbs.no-thumbs-group {
	margin-top: 1em;
}

ul.gallery-thumbs li {
	width: 15%;
	margin-top: 1rem;
	margin-left: 2%;
	border: solid 1px #d9d9d9;
	cursor: pointer;
}

ul.gallery-thumbs li.active {
	border: solid 2px #535353;
}

ul.gallery-thumbs li:nth-child(-n+6) {
	margin-top: 0;
}

ul.gallery-thumbs li:nth-child(6n-5) {
	margin-left: 0;
}

ul.gallery-thumbs:not(.no-thumbs-group) li:not(.group-on) {
	display: none;
}

ul.gallery-thumbs li a {
	display: block;
	cursor: pointer;
}

ul.list-prod-colors li a.active {
	border: solid 1px #535353;
	pointer-events: none;
}
.block {
	display: inline-block;
}
/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* 製品概要・フォトギャラリー */
	.gallery-button-next,
	.gallery-button-prev {
		width: 30px;
		height: 80px;
		margin-top: -50px;
	}

}

/* ====================================
	PC専用スタイル
===================================== */
@media screen and (min-width: 1080px) {

	/* 製品概要・フォトギャラリー */
	.gallery-container .hint {
		font-size: .8em;
		text-align: center;
		display: inherit;
	}

	/* 拡大鏡 */
	.zoomContainer {
		z-index: 1;
	}

	.zoomWindow {
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .6);
	}
}