@charset "utf-8";

/*====================================================================
slick
====================================================================*/

.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slider_thumb {
	margin: 0 -15px;
  height: 426px;
  align-items: center;  /* 縦中央寄せ */
  justify-content: center; /* 横中央寄せ */
}
.slider_thumb img {
  max-height: 426px;     /* コンテナの高さに合わせる */
  width: auto;
  height: auto;
  object-fit: contain;  /* 画像を縮小して全体を収める */
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 10px 5px;
}
.thumb .slick-slide {
	cursor: pointer;
  height: 100px;          /* サムネイルの高さを固定 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;       /* 背景色（任意） */
  margin: 0 5px;          /* サムネ同士の余白 */
}
.thumb .slick-slide:hover {
	opacity: .7;
}
.thumb img {
  max-height: 100%;       /* 枠の高さに収まる */
  max-width: 100%;        /* 枠の幅に収まる */
  width: auto;
  height: auto;
  object-fit: contain;    /* 画像全体を表示 */
}

/*====================================================================
.variable
====================================================================*/

.variable .slick-slide img {
	width: auto;
	height: 300px;
}

/*====================================================================
.section.full_w
====================================================================*/

.section.full_w {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 500px;
	overflow: hidden;
}
.section.full_w h2 {
	text-align: center;
}
.section.full_w h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
	overflow: visible;
}
.full-screen.slider {
	max-width: 600px;
	margin: 0 auto;
}

/*====================================================================
.full-screen-o
====================================================================*/

.full-screen-o .slick-list {
	overflow: visible;
}
.full-screen-o.slider {
	max-width: 600px;
	margin: 0 auto;
}
.full-screen-o .slick-dots {
	bottom: -33px;
}
.full-screen-o .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.full-screen-o .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	outline: 0;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.full-screen-o .slick-dots li button:before {
	content: none;
}
.full-screen-o .slick-dots li:nth-child(1) button {
	background: #f5d1c3;
}
.full-screen-o .slick-dots li:nth-child(2) button {
	background: #a9b7ba;
}
.full-screen-o .slick-dots li:nth-child(3) button {
	background: #c4d7d1;
}
.full-screen-o .slick-dots li:nth-child(4) button {
	background: #b4b1a0;
}
.full-screen-o .slick-dots li:nth-child(5) button {
	background: #e5dfd3;
}
.full-screen-o .slick-dots li button:hover, .full-screen-o .slick-dots li.slick-active button {
	border-radius: 0px;
	width: 12px;
	height: 12px;
}

/*====================================================================
.full-screen_one
====================================================================*/

.full-screen_one .slick-list {
	overflow: visible;
}
.full-screen_one.slider {
	max-width: 600px;
	margin: 0 auto;
}
