@charset "UTF-8";

ul.list-figures .title {
	text-align: center;
}

a.text-link {
	text-decoration: underline;
}

.icon-new {
	color: #e6000d;
	display: inline-block;
	line-height: 1;
	margin-left: 1em;
}

/* COCORO KITCHEN */
#cocoro-kitchen .table {
	padding: 1.4em;
}

/* カルーセル 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;
	/* opacity: 0.8; */
}

.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;
}

/* ====================================
	プラグイン・アニメーション設定
 ==================================== */

/* スライダー：サムネイル */
.carousel-type .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) {
	.icon-new {
		font-size: 1.4rem;
		top: .6rem;
	}

	.stepup-ttl {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}

	.stepup-ttl.level {
		margin-top: 3rem;
	}

	.stepup-text {
		margin-bottom: 3rem;
	}

	/* COCORO KITCHEN */
	#cocoro-kitchen {
		margin-top: 1rem;
	}

	#cocoro-kitchen .tableCell.left {
		padding: 0 20%;
		margin-bottom: 0.5em;
	}

	#cocoro-kitchen .tableCell.right {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.btn-arrow a {
		padding: 0.7em 1em 0.7em 2em;
		display: block;
		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%;
	}


	/* スライダー1：サムネイル */
	.category1 {
		margin-top: 3rem;
	}

	.category1 {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	/* .category1 .thumb-item:nth-of-type(2n-1) {
		margin-left: 0;
	}

	.category1 .thumb-item:nth-of-type(n+3) {
		margin-top: .9rem;
	}

	.category1 .thumb-item {
		width: 48.7%;
		margin-left: 2.5%;
		padding: 1em .4em;
	} */
	.category1 .thumb-item:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.category1 .thumb-item:nth-of-type(n+4) {
		margin-top: .9rem;
	}

	.category1 .thumb-item {
		width: 31.6%;
		margin-left: 2.5%;
		padding: .6em .4em;
	}

	/* .category1 .swiper-container .swiper-slide-active .img {
	border: 2px solid #E6000D;
} */
	/* スライダー2：サムネイル */
	.category2 {
		margin-top: 3rem;
	}

	.category2 {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.category2 .thumb-item:nth-of-type(4n-3) {
		margin-left: 0;
	}

	.category2 .thumb-item:nth-of-type(n+5) {
		margin-top: .4rem;
	}

	.category2 .thumb-item {
		width: 32.4%;
		margin-left: 1.4%;
		padding: .5em .4em;
	}

	/* #carousel2 .swiper-container .swiper-slide-active .img {
		border: 2px solid #E6000D;
	} */

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.icon-new {
		font-size: 1.6rem;
		top: .4rem;
	}

	.stepup-ttl {
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 2rem;
		margin-top: 3rem;
	}

	.stepup-ttl.level {
		margin-top: 6rem;
	}

	.stepup-text {
		margin-bottom: 4rem;
	}

	/* COCORO KITCHEN */

	.table {
		display: table;
		width: 100%;
	}

	.tableCell {
		display: table-cell;
		vertical-align: top;
	}

	#cocoro-kitchen {
		margin-top: 0rem;
	}

	#cocoro-kitchen .base-width {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	#cocoro-kitchen .tableCell.left {
		width: 34%;
		padding: 1.5% 4% 1.5% 2%;
		vertical-align: middle;
	}

	#cocoro-kitchen .tableCell.right-text {
		font-size: 1.4rem;
		line-height: 1.6;
		vertical-align: middle;
		padding-right: 2%;
	}

	/* カルーセル */


	/* スライダー1：サムネイル */
	.category1 {
		margin-top: 4rem;
	}

	.category1 {
		margin-bottom: 4rem;
	}

	/* .category1 .thumb-item:nth-of-type(4n-3) {
		margin-left: 0;
	}

	.category1 .thumb-item {
		width: 23.5%;
		margin-left: 2%;
		padding: .6em .4em;
	} */

	.category1 .thumb-item:nth-of-type(6n-5) {
		margin-left: 0;
	}

	.category1 .thumb-item {
		width: 15.4%;
		margin-left: 1.5%;
		padding: .6em .4em;
	}


	/* .category1 .swiper-container .swiper-slide-active .img {
	border: 2px solid #E6000D;
} */

	.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;

	}

	.category-container {
		margin-bottom: 4rem;
	}

	/* スライダー2：サムネイル */
	.category2 {
		margin-top: 4rem;
	}

	.category2 {
		margin-bottom: 4rem;
	}

	.category2 .thumb-item:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.category2 .thumb-item {
		width: 32.4%;
		margin-left: 1.4%;
		padding: .6em .4em;
	}

	/* #carousel2 .swiper-container .swiper-slide-active .img {
		border: 2px solid #E6000D;
	} */

	.category2 .thumb-item:hover:before {
		content: "";
		position: absolute;
		top: 100%;
		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%;
	}
}

/* ====================================
	768-1023px専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.pc-large {
		display: none;
	}

	.category1 .thumb-item {
		font-size: 1.3rem;
		padding: 1em .2em;
	}

	.category2 .thumb-item {
		font-size: 1.3rem;
		padding: 1em .2em;
	}

	/* .category1 .thumb-item {
		width: 23.95%;
		margin-left: 1.4%;
	} */
	.category1 .thumb-item {
		width: 15.5%;
		margin-left: 1.4%;
	}

	.category2 .thumb-item {
		width: 32.13%;
		margin-left: 1.8%;
	}
}