@charset "UTF-8";

.seclet-title {
	font-weight: 500;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: .3rem 3rem;
}

.seclet-title+.sub-title {
	margin-top: 3rem;
}

ul.list-figures .title {
	text-align: center;
}

ul.list-figures.marugoto .title {
	font-weight: 500;
	font-size: 1.6rem;
	background: #D9D9D9;
	border-radius: 3px;
	text-align: center;
	padding: .1rem 0;
	margin-bottom: 1rem;
}

ul.list-figures.marugoto .text {
	font-size: 1.4rem;
	margin-bottom: 1.8rem;
}

.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	text-align: left;
}

.sky-blue {
	color: #00a0e9;
}

.icon-new {
	color: #e6000d;
	display: inline-block;
	line-height: 1;
}

.has-new {
	margin-right: 1em;
}

.sub-sub-title {
	position: relative;
}

#sub01 ul.list-figures.col2 li {
	width: 49.5%;
	margin-top: 2rem;
}

#sub01 ul.list-figures.col2 li .text {
	font-size: 1.5rem;
	margin-top: .5rem;
}

#sub03 .flex-container {
	margin-top: 4rem;
}

#sub04 .title {
	font-size: 1.8rem;
	margin-bottom: .8rem;
}

/* カルーセル arrow */
.carousel-type .slider-next,
.carousel-type .slider-prev {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	width: 8.4%;
	display: inline-block;
	left: 4em;
	height: 76px;
	margin-top: .4%;
	z-index: 2;
	cursor: pointer;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.carousel-type .slider-next:hover,
.carousel-type .slider-prev:hover {
	opacity: 0.6;
}

.carousel-type .slider-prev {
	background-image: url(images/chevron-left-solid.svg);
	left: -3%;
	right: auto
}

.carousel-type .slider-next {
	background-image: url(images/chevron-right-solid.svg);
	right: -3%;
	left: auto
}

.carousel-type .slider-next.swiper-button-disabled,
.carousel-type .slider-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

/* カルーセル */
.carousel-type .swiper-contents-outer {
	position: relative;
	padding: 0 2%;
}

.swiper-category:not(.active) {
	visibility: hidden;
	height: 0;
}

.carousel-type .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.carousel-type .swiper-slide .fig-caption-bottom {
	width: 100%;
	margin: 0 auto;
}

.carousel-type .swiper-slide .fig-caption-bottom .img {
	max-width: 302px;
}

.gray-title {
	font-weight: 500;
	background: #D9D9D9;
	border-radius: 3px;
	text-align: center;
	margin-bottom: .8rem;
	padding: 2px 4px;
}

.carousel-type .fig-caption-bottom figcaption {
	margin-top: .5em;
	font-weight: 500;
	text-align: left;
	font-size: 1.2rem;
}

/* ポップアップ動画サムネイル */
.movie-container .flex-movie-item.thumb-kakimaze {
	background-image: url(images/bnr-kakimaze.jpg);
}

/* ポップアップ動画 */
.movie-container {
	margin-top: 6rem;
}

/* ====================================
	プラグイン・アニメーション設定
 ==================================== */

/* スライダー：サムネイル */
#carousel2 .slider-outer {
	padding: 0 50px;
	position: relative;
}

.category-container {
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	padding: 0 2%;
}

.category-container .thumb-item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D9D9D9;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	width: 13.4%;
	cursor: pointer;
	border-radius: 3px;
	transition: all .3s;
	position: relative;
}

.category-container .thumb-item:hover,
.category-container .thumb-item.active {
	background: #E6000D;
	color: #fff;
}

.category-container .thumb-item:first-of-type {
	border-left: none;
}

.category-container .swiper-slide-thumb-active {
	background: #535353;
}



/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-large {
		display: none;
	}

	.seclet-title {
		font-size: 1.6rem;
	}

	.icon-new {
		font-size: 1.4rem;
		top: .6rem;
	}

	ul.list-figures.marugoto .title {
		font-size: 1.4rem;
		padding: .1rem 0;
		margin-bottom: .8rem;
		line-height: 1.4;
	}

	ul.list-figures.marugoto .text {
		font-size: 1.3rem;
		margin-bottom: 1.6rem;
	}

	/* 動画 */
	ul.list-figures.col3.list-movie .movie-container {
		margin-top: 4rem;
	}

	ul.list-figures.col3.list-movie .movie-container:first-of-type {
		margin-top: 0;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item {
		width: 100%;
		margin-top: 1rem;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .title {
		font-size: 1.6rem;
		text-align: left;
		font-weight: 500;
		line-height: 1.4;
		/* 文末処理 */
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .text {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 0.3rem;
		/* 文末処理 */
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	ul.list-figures.col3.list-movie .movie-container .movie-item {
		width: 100%;
	}

	.btn-detail.more {
		margin-top: 4rem;
		text-align: center;
		font-size: 1.4rem;
	}

	/*カルーセル arrow */
	.carousel-type .slider-prev {
		left: -5.8%;
	}

	.carousel-type .slider-next {
		right: -5.8%;
	}

	.carousel-type .slider-next,
	.carousel-type .slider-prev {
		width: 16%;
		height: 90px;
	}

	.carousel-type .thumb-item .fig-caption-bottom {
		width: 100%;
	}

	/* スライダー：サムネイル */
	#carousel2 {
		margin-top: 3rem;
	}

	.category-container {
		font-size: 1.2rem;
		line-height: 1.2;
		margin-bottom: 2rem;
	}

	.category-container .thumb-item:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.category-container .thumb-item:nth-of-type(n+4) {
		margin-top: .9rem;
	}

	.category-container .thumb-item {
		width: 31.6%;
		margin-left: 2.5%;
		padding: .6em .2em;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.seclet-title {
		font-size: 1.8rem;
	}

	.icon-new {
		font-size: 1.6rem;
		top: .4rem;
	}

	/* 動画 */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures.col3.list-movie li {
		width: 31%;
		margin-left: 3.5%;
		display: flex;
		flex-direction: column;
	}

	ul.list-figures.col3.list-movie li .movie-item {
		min-height: 0%;
		width: 100%;
		margin-top: auto;
	}


	ul.list-figures.col3.list-movie li:nth-of-type(n+4) {
		margin-top: 3rem;
	}

	ul.list-figures.col3.list-movie li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .title {
		font-size: 1.8rem;
		text-align: left;
		font-weight: 500;
		line-height: 1.4;
		margin-top: 1rem;
	}

	ul.list-figures.col3.list-movie .movie-container .text-item .text {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 0.6rem;
	}

	.btn-detail.more {
		margin-top: 3rem;
		text-align: center;
		font-size: 1.4rem;
	}

	/* ポップアップ動画 */
	.movie-container {
		margin-top: 8rem;
	}

	/* カルーセル */
	.carousel-type .swiper-contents-outer {
		padding: 0 2%;
	}

	/* スライダー：サムネイル */
	#carousel2 {
		margin-top: 4rem;
	}

	.category-container {
		margin-bottom: 4rem;
	}

	.category-container .thumb-item:nth-of-type(6n-5) {
		margin-left: 0;
	}

	.category-container .thumb-item {
		width: 15.5%;
		margin-left: 1.4%;
		padding: .6em .4em;
	}

	.category-container .thumb-item:hover:before,
	.category-container .thumb-item.active:before {
		content: "";
		position: absolute;
		top: 99%;
		left: 50%;
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 15px solid #E6000D;

	}

	/* arrow */
	.carousel-type .slider-prev {
		left: -2%;
	}

	.carousel-type .slider-next {
		right: -2%;
	}

	#sub06 .flex-container.fix-bottom-img .img-container.has-cap {
		padding-bottom: 1.8rem;
	}
}

/* ====================================
	768-1023px専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.pc-large {
		display: none;
	}

	.category-container .thumb-item {
		font-size: 1.3rem;
		padding: .6em .2em;
	}

}