@charset "shift_jis";

/*-----------------------------------------------------------------------------
** content
-----------------------------------------------------------------------------*/
#content {
	margin: 0 auto;
}
/* SP */
@media (max-width: 767px) {
	#content {
		margin: 50px auto 0;
	}
}
/*-----------------------------------------------------------------------------
** swiper
-----------------------------------------------------------------------------*/
/*最大幅の指定と中央寄せ*/
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-pagination {
	bottom: -30px !important;
}
.swiper-button-prev,
.swiper-button-next {
	/* background: rgba(0, 0, 0, 0.5); */
	/* border: 2px solid #fff; */
	/* border-radius: 8px; */
	top: 40%;
}
/* SP */
@media (max-width: 767px) {
	.container {
		margin-bottom: 40px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		background-repeat: no-repeat;
		background-position: center;
		height: 30px;
		top: 56%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 980px;
		width: 100%;
	}
}
/* ページネーションサイズと透明度 */
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #ccc;
	opacity: 0.4;
}
/* ページネーションアクティブ時 */
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}

/* サムネイル横幅 */
.gallery-thumbs {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 40px auto 50px;
	overflow: hidden;
	padding: 10px 0;
	max-width: 980px;
	width: 100%;
}
.gallery-thumbs img {
	width: 100%;
	height: auto;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.5;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
/* sp */
@media (max-width: 767px) {
	.gallery-thumbs {
		display: none;
	}
}
@media (max-width: 767px) {
}

/*-----------------------------------------------------------------------------
** section
-----------------------------------------------------------------------------*/
/* tablet&PC */
section h2 {
	background: url("../img/common/icon_title.svg") no-repeat 2px 5px;
	background-size: 14px 14px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 18px;
}
section h2 span {
	margin-left: 10px;
	font-family: ivyjournal, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media (min-width: 768px) {
	section {
		margin: 0 auto;
		max-width: 980px;
		width: 100%;
	}
}

ul#seriesBlock {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	width: 100%;
}
ul#seriesBlock li {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul#seriesBlock li:last-child {
	background: #000;
}
/* sp */
@media (max-width: 767px) {
	#seriesWrap {
		margin-top: 40px;
	}
	section h2 {
		margin: 0 auto;
		width: 92%;
	}
	ul#seriesBlock {
		margin: 0 auto 40px;
		width: 96%;
	}
	ul#seriesBlock li {
		width: 25%;
	}
}
@media (max-width: 412px) {
	ul#seriesBlock li {
		width: 50%;
	}
}
/* tablet&PC */
@media (min-width: 768px) {
	ul#seriesBlock li {
		width: 25%;
	}
}
section#linkWrap {
	margin-bottom: 20px;
}
section#linkWrap h2 {
	border-bottom: 1px solid #000;
	margin-bottom: 14px;
}
section#linkWrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/* sp */
@media (max-width: 767px) {
	section#linkWrap ul {
		justify-content: space-between;
		margin: 0 auto;
		width: 96%;
	}
	section#linkWrap li {
		margin-bottom: 8px;
		width: 24%;
	}
}
@media (max-width: 412px) {
section#linkWrap li {
	margin-bottom: 8px;
	width: 49%;
  }
}
/* tablet&PC */
@media (min-width: 768px) {
	section#linkWrap h2 {
		margin-bottom: 24px;
	}
	section#linkWrap {
		margin-bottom: 40px;
	}
	section#linkWrap li {
		margin-right: 2.6%;
		margin-bottom: 24px;
		width: 23%;
	}
	section#linkWrap li:nth-child(4n) {
		margin-right: 0;
	}
}
