@charset "UTF-8";

article {
	overflow: hidden;
}

.bdr-box {
	padding: 0.5em;
	color: #000;
	border: solid 1px #000;
	text-align: center;
}

.bdr-box .l-text {
	text-align: left;
	display: inline-block;
}


.fig-caption-bottom .caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.main-title .small-text {
	font-size: 1.6rem;
	position: relative;
	margin-top: .2rem;
	font-weight: 500;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

/* リンクリスト */
ul.list-links li a {
	display: block;
}

/* チェック */
.check .title-box {
	text-align: center;
}

.check {
	content: '';
	display: block;
	width: 100%;
	background: #f5f5f5;
	top: 0;
	left: 0;
	position: relative;
}

.check .check-icon {
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.check .title-box {
	padding-bottom: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}

.check .check-title {
	font-weight: 700;
	line-height: 1.9;
	border-bottom: 2px dotted #000;
}


.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	text-align: left;
}

.fig-caption-bottom .min-h {
	min-height: 3.6rem;
}



/* スライド */
.swiper-contents-outer {
	position: relative;
	margin-top: 1em;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

#slider1 .swiper-slide .fig-caption-bottom {
	width: 100%;
	margin: 0 auto;
}

#slider1 .swiper-slide .bg-title {
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-bottom: .5rem;
	padding: 3px 4px;
}

#slider1 .swiper-slide .bg-title.bg-green {
	background-color: #61C1BD;
}

#slider1 .swiper-slide .bg-title.bg-yellow {
	background-color: #D8AE61;
}

#slider1 .swiper-slide .bg-title.bg-pink {
	background-color: #DF7758;
}

#slider1 .swiper-slide .bg-title.bg-red {
	background-color: #E73428;
}

.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.aburi .text-box {
	/* display: flex;
	align-items: flex-start; */
	display: table;
	font-size: 1.4rem;
}

.aburi .text {
	display: table-cell;
	padding-left: 1rem;
}

.aburi .title {
	border: 1px solid #535353;
	padding: .4px 0;
	/* margin-right: 1rem; */
	width: 12rem;
	text-align: center;
	font-weight: 500;
}

/* arrow */
.slider-next,
.slider-prev {
	position: absolute;
	top: 50%;
	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; */
}

.slider-prev {
	background-image: url(images/chevron-left-solid.svg);
	left: -3%;
	right: auto
}

.slider-next {
	background-image: url(images/chevron-right-solid.svg);
	right: -3%;
	left: auto
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.main-title .small-text {
		font-size: 1.2rem;
		position: relative;
		margin-top: .1rem;
		font-weight: 500;
	}

	/* 「水で焼く」ヘルシオエンジン */
	ul.list-kinou {
		margin-top: 2rem;
	}

	ul.list-kinou li {
		margin-top: 1em;
	}

	ul.list-kinou li:first-child {
		margin-top: 0;
	}

	.btn-detail {
		margin-top: 2rem;
		font-size: 1.4rem;
	}

	/* youtube動画 */
	.youtube-container {
		margin-top: 3rem;
	}

	/* リンクリスト */
	ul.list-links li {
		margin-top: 1em;
	}

	ul.list-links li:first-child {
		margin-top: 0;
	}

	.links-container {
		margin-top: 6rem;
	}

	.has-arrow-left {
		font-size: 1.4rem;
		font-weight: 500;

	}

	/* チェック */
	.check {
		margin-top: 6rem;
		padding: 12% 8% 10%;
	}

	.check .check-icon {
		font-size: 1.4rem;
		top: -2.5%;
		padding: 0.4em 2.4em;
	}

	.check .title-box {
		padding-bottom: 0.4rem;
	}

	.check .check-title {
		font-size: 1.6rem;
		margin-top: 2rem;
	}

	.check .check-text {
		font-size: 1.5rem;
	}

	.check .flex-container>.flex-item .right {
		width: 100%;
		margin-top: 3rem;
	}

	.aburi .text-box {
		font-size: 1.3rem;
	}

	.aburi .text {
		flex: 1;
	}

	.aburi .title {
		border: 1px solid #535353;
		padding: .4px 0;
		display: block;
		width: 10rem;
		text-align: center;
		font-weight: 500;
	}

	/* スライド */
	#slider1 .swiper-slide .bg-title {
		font-size: 1.2rem;
		line-height: 1.4;
	}

	/* arrow */
	.slider-prev {
		left: -5.8%;
	}

	.slider-next {
		right: -5.8%;
	}

	.slider-next,
	.slider-prev {
		width: 12%;
		height: 60px;
	}

	#slider1 .swiper-slide .fig-caption-bottom {
		width: 100%;
	}
}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {


	/* arrow */
	.slider-prev {
		left: -7.2%;
	}

	.slider-next {
		right: -7.2%;
	}

	.slider-next,
	.slider-prev {
		width: 15%;
		height: 52px;
		margin-top: -2%;
	}

	.sub-sub-title.adj {
		margin-top: 5rem;
	}

	/* スライド */
	#slider1 .swiper-slide .bg-title {
		font-size: 1.15rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* メインビジュアル */
	.main-visual.has-small-text {
		margin-top: 6rem;
	}

	/* 「水で焼く」ヘルシオエンジン */
	ul.list-kinou {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2rem;
	}

	ul.list-kinou li {
		width: 48%;
		margin-top: 2rem;
	}

	ul.list-kinou li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-kinou .ttl {
		font-size: 1.8rem;
	}

	.btn-detail {
		margin-top: 2rem;
		font-size: 1.4rem;
	}

	/* youtube動画 */
	.youtube-container {
		max-width: 767px;
		margin-top: 2em;
		margin-left: auto;
		margin-right: auto;
	}

	/* リンクリスト */
	.links-container {
		max-width: 850px;
		font-size: 1.4rem;
		width: 48%;
		margin-top: 8rem;
	}

	/* ul.list-links {
		 display: flex;
		justify-content: space-between; 

	}

	ul.list-links li {
		width: 48%;
		font-size: 1.4rem;
	} */

	/* チェック */
	.check {
		margin-top: 6rem;
		padding: 3em 3em 2em;
	}

	.check .check-icon {
		font-size: 1.6rem;
		top: -3.5%;
		padding: 0.4em 2.5em;
	}

	.check .check-title {
		font-size: 2rem;
		margin-top: 2rem;
	}

	.check .text-container,
	.check .img-container {
		margin-top: 3rem;
	}

	.check .flex-container .flex-item.right {
		width: 56%;
		margin-left: 4%;
	}

	.check .flex-container .flex-item.left {
		width: 40%;

	}

	/* 健康効果 */
	.kenkou .flex-item {
		margin-top: 3rem;
	}

	.kenkou .flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* アロー */
	.list-links a:hover {
		text-decoration: none;
	}

	.has-arrow-left {
		padding: 0 0 0 1em;
		background-image: url(/products/common/images/chevron-right-solid.svg);
		background-repeat: no-repeat;
		background-position: left 0 top .4em;
		background-size: auto .8em;
		font-weight: 500;
	}

	/* スライド */
	.swiper-contents-outer {
		padding: 0 2%;
	}

	#slider1 .swiper-slide .bg-title {
		font-size: 1.7rem;
	}


	/* arrow */
	.slider-prev {
		left: -2%;
	}

	.slider-next {
		right: -2%;
	}




}