@charset "UTF-8";

/* ===============================
	common style
=============================== */
/* フォント設定 */
.sub-title-container,
.list-text {
	font-family: fot-tsukuardgothic-std, sans-serif;
}

/* カラー・装飾設定 */
main {
	background-color: #fff6c7;
	overflow: hidden;
	font-weight: 400;
}

main[data-footer-type] {
	padding-bottom: 0;
}

ul.star li span {
	color: #fff;
}

.btn-kaden sup {
	color: #e44a4a;
}

/* リスト　アイテム */
.list-item {
	background: #fff;
	border-radius: 0.5rem;
}

.list-item .text {
	text-align: left;
}

.list-item .title {
	font-weight: 500;
	text-align: center;
	border-radius: 0.5rem 0.5rem 0 0;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-text {
	text-align: center;
	font-weight: 700;
	color: #e44a4a;
}

.lead-container {
	background: #e44a4a;
	color: #fff;
}

#sub01 .list-item .title {
	color: #fff;
	background: #e44a4a;
}

#sub01 .list-item .text {
	padding: 1em 1em;
}

#sub02 .list-item .title {
	background: #fff6c7;
	color: #e44a4a;
}

#sub02 .list-item .text {
	padding: 2em 1em;
}

#sub02 {
	background: #e44a4a;
}

#sub02 .sub-text {
	color: #fff;
}

#sub02 .sub-title-container {
	color: #fff;
}

#sub02 ul.list-figures li .img {
	margin-top: 2rem;
}

.sub-title-text {
	position: relative;
	display: inline-block;
	font-weight: 700;
}

#sub01 .sub-title-text {
	color: #e44a4a;
}

#sub01 .sub-title-text:before {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
	left: -7rem;
	width: 23%;
	height: 100px;
	background-image: url(images/icon-sub01-left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 21%;
	height: 100px;
}

#sub01 .sub-title-text:after {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
	left: 18rem;
	width: 21%;
	height: 100px;
	background-image: url(images/icon-sub01-right.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#sub02 .sub-title-text:before {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
	left: -7rem;
	width: 16%;
	height: 100px;
	background-image: url(images/icon-sub02-left.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#sub02 .sub-title-text:after {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
	left: 26rem;
	width: 16%;
	height: 100px;
	background-image: url(images/icon-sub02-right.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-kaden {
	text-align: center;
	margin-top: 6rem;
}

.btn-kaden a {
	display: inline-block;
	width: 385px;
	padding: 1em 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: #e44a4a;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	position: relative;
	text-align: center;
	line-height: 1;
}

.btn-kaden a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .7em 1.5em .7em 2.5em;
	font-size: inherit;
	line-height: inherit;
	background-image: url(images/icon-sankaku.png);
	background-repeat: no-repeat;
	background-position: right .7em center;
	background-size: auto 1em;
	text-decoration: none;
}

/* バナー */
.banner-container {
	margin-top: 0;
	position: relative;
}

.banner-container .caption {
	text-align: center;
}

/* 注釈セクション */
.caption-section {
	color: #fff;
}

.caption-section a {
	color: #fff;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.caption-section a:hover {
	text-decoration: none;
}

/* ===============================
	PC / Tab
=============================== */
@media print,
screen and (min-width: 768px) {
	article {
		line-height: 1.6;
	}

	/* リスト　アイテム */
	.list-item .text {
		font-size: 1.5rem;
	}

	.list-item .title {
		font-size: 1.8rem;
		padding: 1.6rem 1rem;
	}

	.list-text {
		font-size: 2.4rem;
	}

	/* フレックスコンテナ：ハーフ */
	.half-container {
		display: flex;
		justify-content: center;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 4rem;
	}

	.half-container.sub-text {
		flex: 1;
	}

	.half-container .img {
		width: 100%;
	}

	.half-container .flex-item {
		display: flex;
		align-items: center;
	}

	/* メインセクション */
	.lead-text {
		margin-top: 0;
		font-size: 1.8rem;
		text-align: center;
		font-weight: 400;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
	}

	.lead-text .bold {
		font-size: 2.2rem;
	}

	.sub-section {
		padding-top: 0rem;
		padding-bottom: 8rem;
	}

	/* サブアイテム */
	.sub-item {
		font-size: 1.6rem;
		margin-top: 6rem;
	}

	#sub02 .sub-item {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.sub-title-container {
		text-align: center;
	}

	.sub-title {
		padding-top: 0.5em;
		padding-bottom: 0.25em;
		font-size: 3rem;
		font-weight: 700;
	}

	.sub-title-text {
		font-size: 2.4rem;
	}

	.sub-title .bold {
		font-size: 3.6rem;
		font-weight: 700;
		padding: 0 0.5rem;
	}

	#sub01 .sub-title .bold {
		color: #e44a4a;
	}

	#sub02 .sub-title .bold {
		color: #ffee5e;
	}

	.sub-text {
		font-size: 1.8rem;
		text-align: center;
		line-height: 2;
	}

	/* 基本レイアウト */
	.text-container {
		margin-top: 4rem;
	}

	.img-container {
		margin-top: 4rem;
	}

	.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.col2 li {
		width: 48%;
		margin-top: 1em;
		margin-left: 3%;
	}

	ul.list-figures.col2 li:nth-child(2n-1) {
		margin-left: 0;
	}

	ul.list-figures.col2 li:nth-child(n+3) {
		margin-top: 4.6rem;
	}

	ul.list-figures.col2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.col3 li {
		width: 32%;
		margin-left: 2%;
	}

	ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-figures.col3 li:nth-child(n+4) {
		margin-top: 4rem;
	}

	/* テキスト＋画像コンテナ */
	.text-img-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.text-img-container>.flex-item {
		width: 50%;
	}

	.text-img-container>.flex-item:first-of-type {
		width: 45%;
	}

	.text-container .text {
		line-height: 1.6;
		margin-top: 2rem;
		font-size: 1.5rem;
	}

	/* レシピ　アイテム */
	.recipe-item .title {
		padding-bottom: 1rem;
		font-size: 2rem;
		font-weight: 500;
	}

	.recipe-item .text {
		margin-top: 1rem;
		font-size: 2rem;
	}

	/* 家電登録はこちら */
	ul.btn-list {
		display: flex;
		justify-content: center;
		margin-top: 2rem;
	}

	.btn-kaden a {
		display: block;
		height: 100%;
		padding: .7em 1.5em .7em 2em;
		font-weight: 500;
		line-height: 1;
		background-image: url(images/icon-sankaku.png);
		background-repeat: no-repeat;
		background-position: right .7em center;
		background-size: auto 1em;
		text-decoration: none;
		font-weight: 500;
		line-height: 1;
	}

	.banner-container .caption {
		margin-top: 2em;
	}
}

/* ===============================
	mobile
=============================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.tab-only {
		display: none;
	}

	article {
		line-height: 1.8;
		font-size: 1.5rem;
	}

	/* メインビジュアル */
	#mainVisual {
		padding: 57vw 0 30vw;
		text-align: center;
	}

	.wave {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(images/bg01_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

	.main-img .hotcook01 {
		padding: 0 0 30vw;
		background-image: url(images/mv-title_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 75vw;
		position: absolute;
		bottom: 35vw;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main-img .hotcook02 {
		padding: 0px 0 38vw;
		background-image: url(images/mv-products_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 47vw;
		position: absolute;
		bottom: -12vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.main-img .illust01 {
		padding: 0px 0 40vw;
		background-image: url(images/mv-illust_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 94vw;
		position: absolute;
		bottom: 11vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.main-img {
		width: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-img {
		width: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* 注釈インデント解除 */
	ul.star,
	ul.disc {
		padding-left: 0;
	}

	ul.star li,
	ul.disc li {
		text-indent: 0;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}

	/* リスト　アイテム */
	.list-item .text {
		font-size: 1.4rem;
	}

	.list-item .title {
		font-weight: 500;
		padding: 0em 1em;
		line-height: 1.4;
		min-height: 60px;
	}

	.list-item .title {
		font-size: 1.6rem;
	}

	#sub01 .list-item .title {
		min-height: 40px;
		padding: 1em 1em;
	}

	#sub02 .list-item .title {
		padding: 1em 1em;
	}

	#sub02 .list-item .text {
		padding: 1.2em 1em 1em;
	}

	.list-text {
		font-size: 1.8rem;
	}

	/* メインセクション */
	.lead-text {
		font-size: 1.4rem;
		font-weight: 400;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.8;
	}

	.lead-text .bold {
		font-size: 1.8rem;
	}

	.lead-container {
		padding: 12vw 0 40vw;
		background-image: url(images/bg02_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

	.sub-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	/* フレックスコンテナ：ハーフ */
	.half-container {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 4rem;
	}

	/* サブアイテム */
	.sub-item {
		margin-top: 2rem;
	}

	.sub-title-container {
		text-align: center;
	}

	.sub-title {
		padding-top: 0;
		padding-bottom: 4rem;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.5;
		position: relative;
	}

	.sub-title-text {
		font-size: 1.8rem;
		padding-bottom: 1rem;
	}

	#sub01 .sub-title-text:before {
		content: '';
		display: block;
		position: absolute;
		top: -0.5rem;
		left: -5rem;
		width: 20%;
		height: 100px;
		background-image: url(images/icon-sub01-left.png);
		background-size: contain;
		background-repeat: no-repeat;
		left: -5rem;
	}

	#sub01 .sub-title-text:after {
		content: '';
		display: block;
		position: absolute;
		top: -0.5rem;
		left: 13rem;
		width: 20%;
		height: 100px;
		background-image: url(images/icon-sub01-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		left: 13rem;
	}

	#sub02 .sub-title-text:before {
		content: '';
		display: block;
		position: absolute;
		top: -.2rem;
		left: -4.5rem;
		width: 14%;
		height: 100px;
		background-image: url(images/icon-sub02-left.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sub02 .sub-title-text:after {
		content: '';
		display: block;
		position: absolute;
		top: -.2rem;
		left: 19.5rem;
		width: 14%;
		height: 100px;
		background-image: url(images/icon-sub02-right.png);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.sub-title .bold {
		font-size: 2.7rem;
		font-weight: 700;
		padding: 0 0.5rem;
	}

	#sub01 .sub-title .bold {
		color: #e44a4a;
	}

	#sub02 .sub-title .bold {
		color: #ffee5e;
	}

	.sub-text {
		font-size: 1.5rem;
		margin-top: 0.5em;
		margin-top: 3rem;
	}

	.sub-item .ttl {
		font-size: 1.1em;
	}

	/* 画像リスト */
	ul.list-figures li {
		margin-top: 3rem;
	}

	ul.list-figures li:first-child {
		margin-top: 0;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.sp-col2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	ul.list-figures.sp-col2 li {
		width: 48%;
		margin-top: 1em;
		margin-left: 4%;
	}

	ul.list-figures.sp-col2 li:nth-child(2n-1) {
		margin-left: 0;
	}

	ul.list-figures.sp-col2 li:nth-child(n+3) {
		margin-top: 3rem;
	}

	/* テキスト＋画像コンテナ */
	.text-container,
	.img-container {
		margin-top: 2rem;
	}

	/* 家電登録はこちら */
	ul.btn-list li:last-child {
		margin-top: 3rem;
	}

	.btn-kaden a {
		width: 100%;
		font-size: 1.4rem;
	}

	.btn-kaden a {
		display: block;
		width: 100%;
		height: 100%;
		padding: .7em 1.5em .7em .5em;
		font-size: inherit;
		line-height: inherit;
		background-image: url(images/icon-sankaku.png);
		background-repeat: no-repeat;
		background-position: right .5em center;
		background-size: auto 1em;
		text-decoration: none;
	}

	/* バナー */
	#sub01.sub-section {
		padding: 0 0 42vw;
		background-image: url(images/bg01_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

	#sub02.sub-section {
		padding: 0 0 34vw;
		background-image: url(images/bg02_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

	.banner-container {
		padding: 0 0 28vw;
		margin-top: 1em;
	}

	.banner-container .banner {
		margin: 0 auto;
		width: 80vw;
	}

	.banner-container .tab {
		padding: 0 0 33vw;
		background-image: url(images/foot-illust_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 100vw;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.banner-container .caption {
		margin-top: .5em;
	}
}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.pc-only {
		display: none;
	}

	/* メインビジュアル */
	#mainVisual {
		padding: 45vw 0 26vw;
		text-align: center;
	}

	.wave {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(images/bg01_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		position: absolute;
	}

	.main-img .hotcook01 {
		padding: 0 0 20vw;
		background-image: url(images/mv-title_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 55vw;
		position: absolute;
		top: 5vw;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-img .hotcook02 {
		padding: 0 0 30vw;
		background-image: url(images/mv-products_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 25vw;
		position: absolute;
		bottom: 2vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.main-img .illust01 {
		padding: 0px 0 40vw;
		background-image: url(images/mv-illust_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 94vw;
		position: absolute;
		bottom: 8vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.main-img {
		width: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* メインセクション */
	.lead-container {
		padding: 0 0 24vw;
		background-image: url(images/bg02_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		margin-top: -1px;
	}

	.half-container>.flex-item {
		width: 48%;
	}

	/* 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.list-figures.tab-col2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	ul.list-figures.tab-col2 li {
		width: 48%;
		margin-top: 1em;
		margin-left: 3%;
	}

	ul.list-figures.tab-col2 li:nth-child(2n-1) {
		margin-left: 0;
	}

	ul.list-figures.tab-col2 li:nth-child(n+3) {
		margin-top: 3rem;
	}

	ul.list-figures.col3 li:nth-child(4) {
		margin-left: 3%;
	}

	/* サブアイテム */
	.sub-text {
		font-size: 1.5rem;
		text-align: left;
	}

	/* リスト　アイテム */
	.list-item {
		font-size: 1.4rem;
	}

	#sub02 .list-item .title {
		font-size: 1.8rem;
		min-height: 90px;
	}

	.list-text {
		font-size: 2.4rem;
	}

	/* 家電登録はこちら */
	ul.btn-list li:last-child {
		margin-top: 3rem;
	}

	ul.btn-list {
		display: flex;
		flex-direction: column;
		margin-top: 2rem;
		width: 450px;
		margin-left: auto;
		margin-right: auto;
	}

	ul.btn-list li {
		width: 450px;
		margin-left: 0rem;
		font-size: 1.8rem;
		text-align: center;
	}

	ul.btn-list li:last-child {
		margin-top: 3rem;
	}

	/* バナー */
	#sub01.sub-section {
		padding: 0 0 25vw;
		background-image: url(images/bg01_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		background-color: #fff6c7;
		margin-top: -1px;
	}

	#sub02.sub-section {
		padding: 0 0 25vw;
		background-image: url(images/bg02_tb.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		margin-top: -1px;
	}

	.banner-container {
		padding: 0 0 25vw;
		background-color: #fff6c7;
		margin-top: -1px;
	}

	.banner-container .banner {
		margin: 0 auto;
		width: 50vw;
	}

	.banner-container .tab {
		padding: 0 0 30vw;
		background-image: url(images/foot-illust_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 90vw;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.half-container .flex-item.right {
		width: 50%;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 4rem;
		padding-bottom: 2rem;
		max-width: 1080px;
	}
}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}

	/* メインビジュアル */
	#mainVisual {
		padding: 670px 0 0;
		text-align: center;
		position: relative;
	}

	.wave {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(images/bg01_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		position: absolute;
	}

	.main-img {
		width: auto;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-img .hotcook01 {
		padding: 0 0 220px;
		background-image: url(images/mv-title_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 520px;
		position: absolute;
		bottom: 420px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-img .hotcook02 {
		padding: 0 0 340px;
		background-image: url(images/mv-products_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 370px;
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.main-img .illust01 {
		padding: 0 0 340px;
		background-image: url(images/mv-illust-right_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 500px;
		position: absolute;
		bottom: 122px;
		left: 50%;
		transform: translate(120px, 0);
	}

	.main-img .illust02 {
		padding: 0 0 340px;
		background-image: url(images/mv-illust-left_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 500px;
		position: absolute;
		bottom: 120px;
		right: 50%;
		transform: translate(-140px, 0);
	}

	/* 吹き出し */
	.main-img .hukidashi01 {
		width: 183px;
		height: 134px;
		background: url(images/mv_fukidashi01.png) no-repeat left top;
		position: absolute;
		bottom: 420px;
		left: calc(50% - 500px);
	}

	.main-img .hukidashi02 {
		width: 151px;
		height: 136px;
		background: url(images/mv_fukidashi02.png) no-repeat left top;
		position: absolute;
		bottom: 430px;
		left: calc(50% + 270px);
	}

	.main-img .hukidashi03 {
		width: 141px;
		height: 136px;
		background: url(images/mv_fukidashi03.png) no-repeat left top;
		position: absolute;
		bottom: 415px;
		left: calc(50% + 440px);
	}

	/* バナー */
	#sub01.sub-section {
		padding: 0 0 30rem;
		background-image: url(images/bg01_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#sub02.sub-section {
		padding: 0 0 30rem;
		background-image: url(images/bg02_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	.banner-container {
		padding: 0 0 160px;
		margin-top: -1rem;
		background-color: #fff6c7;
	}

	.banner-container .banner {
		width: 550px;
		margin: 0 auto;
		position: relative;
	}

	.banner-container .illust-left {
		padding: 0 0 30vw;
		background-image: url(images/foot-illust-left_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 440px;
		position: absolute;
		bottom: 0px;
		right: 50%;
		transform: translate(-50%, 0%);
	}

	.banner-container .illust-right {
		padding: 0 0 30vw;
		background-image: url(images/foot-illust-right_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		width: 440px;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(50%, 0%);
	}

	/* メインセクション */
	.lead-container {
		padding: 0 0 28rem;
		background-image: url(images/bg02_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	/* 家電登録はこちら */
	ul.btn-list li {
		width: 450px;
		margin-left: 4rem;
		font-size: 1.8rem;
		text-align: center;
	}

	ul.btn-list li:first-child {
		margin-left: 0;
	}

	/* リストアイテム */
	#sub02 .list-item .text {
		text-align: center;
	}

	/* ハーフコンテナ*/
	.half-container .flex-item.right {
		width: 40%;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
		padding-right: 4%;
	}

}

/* ====================================
	スクリーン専用スタイル
===================================== */
@media screen {}
}