@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.point-no-container {
	width: 162px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.point-no {
	width: 100%;
	height: 100%;
	padding: .5em 0 0;
	font-weight: bold;
	background-image: url(images/bg-point-no.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.fukidashi-ttl {
	background-image: url(images/bg-fukidashi-l.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: relative;
}

.fukidashi-ttl::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/bg-fukidashi-r.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* マーカー */
.point1-heya .marker {
	padding-bottom: .5em;
	background-image: url(images/bg-title-marker.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 1.8em;
}

/* メインセクション */
.main-text small {
	display: block;
	margin-top: 2em;
}

/* メインレシピアニメ */
.main-recipe-img .anime-frame {
	width: 100%;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
}

.main-recipe-img .anime-frame .anime-item {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: slideAnime 6s ease infinite;
	opacity: 0;
}

.main-recipe-img .anime-frame .anime-item:nth-of-type(1) {
	animation-delay: 0s
}

.main-recipe-img .anime-frame .anime-item:nth-of-type(2) {
	animation-delay: 3s
}

@keyframes slideAnime {
	0% {
		opacity: 0;
		transform: rotateY(90deg)
	}

	5% {
		opacity: 1;
		transform: rotateY(0deg)
	}

	45% {
		opacity: 1;
		transform: rotateY(0deg)
	}

	50% {
		opacity: 0;
		transform: rotateY(90deg)
	}

	100% {
		opacity: 0;
		transform: rotateY(90deg)
	}
}

/* イラスト */
.white-box {
	position: relative;
}

.illust01 {
	width: 280px;
	position: absolute;
	top: -258px;
	right: 20px;
}

.illust01::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 150%;
	background-image: url(images/illust01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.illust02 {
	width: 180px;
	position: absolute;
	top: -125px;
	left: 6%;
}

.illust02::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 70%;
	background-image: url(images/illust02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* スライドショー */
#slider1 .swiper-container-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
	border-bottom: solid 6px #f0d141;
}

#slider1 .swiper-container-thumbs .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 3.3em;
	line-height: 1.5;
	background: #e3e3da;
	border-left: solid 3px #fff;
	font-weight: 500;
	cursor: pointer;
}

#slider1 .swiper-container-thumbs .swiper-slide:first-of-type {
	border-left: none;
}

#slider1 .swiper-container-thumbs .swiper-slide-thumb-active {
	background: #f0d141;
}


/* ポイント4 */
.point04 .ttl {
	margin: 0 0 1em;
	padding: .5em 1em .5em 2.6em;
	line-height: 1.6;
	background: #fae998;
	border-radius: 30px;
	position: relative;
}

.point04 .ttl::before {
	content: '';
	width: 1em;
	height: 1em;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translate(0, -50%);
}

.point04 .ttl em {
	color: #000;
	font-size: 1.2em;
}

.point04 .btn-arrow a {
	padding: .25em .5em .25em 1em;
	background-color: transparent;
	background-position: left center;
	border-bottom: solid 4px #f0d141;
	border-radius: 0;
	color: #000;
}

.point04 .btn-arrow a:hover {
	color: #dbb605;
	background-image: url(/reizo/frozen_tech/common/images/caret-right-solid-y.svg);
}

/* 製品紹介 */
.prod-img {
	width: 100%;
	padding-top: 200%;
	background-image: url(/reizo/assets/common/product-images/sjmf55p.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200% auto;
	position: relative;
}

.prod-img::before {
	content: '';
	width: 80px;
	height: 80px;
	background-image: url(images/bg-products-l.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	top: -10%;
}

.products .prod01 .prod-img {
	margin-left: auto;
}

.products .prod01 .prod-img::before {
	left: -26%;
}


.products .btn-arrow a {
	border-radius: 0;
	background-color: #718bbd;
	background-image: url(/products/common/images/caret-right-solid-w.svg);
	color: #fff;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
	margin-right: 2rem;
}

.product-fit63-logo {
	inline-size: 22rem;
	margin-inline: auto;
}

/* 製品紹介（グリッド） */

.grid-lineup-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 6%;
	grid-row-gap: 4rem;
	margin-top: 5rem;
}

.grid-lineup-container .grid-lineup-item figure {
	text-align: center;
	position: relative;
}

.grid-lineup-container .grid-lineup-item figure figcaption {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	font-weight: 700;
}

.grid-lineup-container .grid-lineup-item figure img:first-of-type {
	opacity: 1;
	transition: opacity 0.3s;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	inline-size: 100%;
	block-size: auto;
}

.grid-lineup-container .grid-lineup-item figure figcaption::before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.2rem;
	background: url(../../assets/common/images/chevron-right-solid.svg) no-repeat 0 0/contain;
	margin-right: 0.4rem;
}

.grid-lineup-container .grid-lineup-item .spec-text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.grid-lineup-item a:focus-visible {
    outline: 2px solid #116aff;
    outline-offset: 1px;
}


/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	article {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.flex-container.col3.kaisoku {
		justify-content: space-between;
	}

	.flex-container.col3.kaisoku>.flex-item:not(:last-child) {
		width: 47%;
	}

	.flex-container.col3.kaisoku>.flex-item:last-child {
		max-width: 540px;
		margin: 2rem auto 0;
	}

	/* メインビジュアル */
	#mainVisual {
		width: 100%;
		height: 90vw;
		overflow: hidden;
		position: relative;
	}

	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .mv-text {
		width: 420px;
		position: absolute;
		top: 50%;
		left: 2.5%;
		transform: translate(0, -38%);
	}

	/* メインセクション */
	.main-section {
		padding: 4rem 0 10rem;
	}

	.main-sub-title {
		font-size: 1.6rem;
	}

	.main-title {
		font-size: 2.6rem;
		line-height: 1.6;
	}

	.main-title em.large {
		font-size: 1.4em;
	}

	.steps-container {
		max-width: 480px;
		margin: 3rem auto 0;
		padding-top: 540px;
		text-align: center;
		position: relative;
	}

	.step-item {
		width: 250px;
		padding-top: 250px;
		background-image: url(images/step1.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
	}

	.step-item.step1 {
		left: 0;
		top: 0;
	}

	.step-item.step2 {
		background-image: url(images/step2.png);
		top: 30%;
		right: 0;
	}

	.step-item.step3 {
		background-image: url(images/step3.png);
		left: 0;
		bottom: 0;
	}

	.step-item p {
		padding: 28% 0 0;
		width: 100%;
		height: 100%;
		font-size: 1.4rem;
		position: absolute;
		top: 0;
		left: 0;
	}

	.main-recipe-title {
		margin: 3rem 0 3rem;
		font-size: 1.8rem;
		text-align: center;
	}

	.main-recipe-title em {
		font-size: 1.33em;
	}

	.main-section .btn-arrow {
		width: 360px;
		margin: 4rem auto;
	}

	.main-section .btn-arrow a {
		font-size: 1.4rem;
	}

	/* ホワイトボックス */
	.white-box-inner {
		padding: 0 5%;
	}

	/* イラスト */
	.illust01 {
		width: 150px;
		top: -138px;
		right: 2%;
	}

	.illust02 {
		width: 120px;
		top: -82px;
		left: 2%;
	}

	/* サブセクション */
	.img-container {
		margin-top: 4rem;
	}

	.sub-section {
		padding: 0 0 5rem;
	}

	.sub-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		height: 268px;
		background: url(images/bg-sub-header_sp.png) no-repeat center center;
		background-size: auto 100%;
		transform: translate(0, -30px);
		text-align: center;
	}

	.sub-title {
		width: 100%;
		padding: 10px 0 0;
		font-size: 2.6rem;
		line-height: 1.6;
	}

	.sub-title em.underline {
		font-size: 1.23em;
	}

	.point-no {
		padding: 1.5em 0 0;
		font-size: 1.4em;
	}

	.point-title {
		margin: 1rem 0 3rem;
		font-size: 2.6rem;
		line-height: 1.6;
		text-align: center;
	}

	.point-text em.large {
		font-size: 1.28em;
	}

	.point1-chumoku {
		width: 228px;
		height: 60px;
		margin: 4rem auto 2rem;
		padding: 1rem 0 0;
		font-size: 2.4rem;
		text-align: center;
	}

	/* ポイント1 */
	.point1-heya {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.point1-heya .heya-item {
		width: 48%;
		margin-top: 2rem;
	}

	.point1-heya .heya-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	.heya-item .no {
		background-color: #fae998;
		text-align: center;
		line-height: 1.4;
		padding: 0.5em 0;
	}

	.heya-item .no small {
		display: block;
	}

	.heya-item .ttl {
		margin: .5em 0 1em;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.heya-item .text {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	/* スライドショー */
	#slider1 {
		margin-top: 2rem;
	}

	/* ポイント2 */
	.onepoint {
		margin-top: 3rem;
		padding: 1em 5% 1.5em;
		border-radius: 20px;
	}

	.onepoint .ttl {
		font-size: 1.2em;
	}

	.point02 {
		text-align: center;
	}

	.point02 strong {
		display: block;
		margin-bottom: .5em;
		text-align: left;
	}

	.point02 strong:before {
		content: "";
		display: inline-block;
		height: 15px;
		width: 15px;
		background: #f0d141;
		margin-right: .5em;
	}

	.flex-container.col3.kaisoku>.flex-item:nth-of-type(2) {
		padding-top: 2em;
	}

	.point02-fujikome {
		width: 360px;
		height: 60px;
		margin: 4rem auto 2rem;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}

	.sp-col2.flex-container {
		justify-content: space-between;
	}

	.sp-col2.flex-container .flex-item {
		width: 47%;
	}

	.point02-barareiketsu {
		width: 360px;
		height: 60px;
		margin: 4rem auto 2rem;
		font-size: 2rem;
		text-align: center;
	}

	.sp-text-img .flex-item {
		display: flex;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.sp-text-img .flex-item:first-of-type {
		margin-top: 0;
	}

	.sp-text-img .flex-item .img {
		width: 50%;
	}

	.sp-text-img .flex-item .text {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
		padding: .5em 1em;
		background-color: #f2f2ee;
	}

	/* ポイント3 */
	.point03.flex-container {
		text-align: center;
	}

	.point03 .flex-item:first-of-type {
		margin-top: 0;
	}

	/* ポイント4 */
	.point04 .btn-arrow {
		width: 200px;
		margin: 1rem auto 3rem;
		font-size: 1.4rem;
	}

	.point04 .img {
		padding: 0 10%;
	}

	/* レシピバナー */
	.btn-recipe {
		margin-top: 4rem;
	}

	/* 製品紹介 */
	.products {
		padding: 5rem 0 5rem;
	}

	.products .main-header {
		margin: 0 0 4rem;
		text-align: center;
	}

	.products .main-title {
		font-size: 2.8rem;
	}

	.products .flex-container {
		justify-content: space-between;
		width: 400px;
	}

	.products .flex-item {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.prod-text-container {
		width: 200px;
		font-size: 1.8rem;
		line-height: 1.6;
		position: absolute;
		bottom: 0;
	}

	.prod-img {
		width: 50%;
		padding-top: 100%;
	}

	.prod-text-container {
		width: 50%;
		font-size: 1.2rem;
		line-height: 1.6;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
	}

	.prod-logo {
		display: block;
		max-width: 200px;
		width: 100%;
		margin: 0 auto;
	}

	.prod-name {
		margin: .25em 0 .25em;
		font-size: 2em;
	}

	.prod-about .yokohaba {
		margin-left: .5em;
		padding-left: .5em;
		border-left: solid 1px #000;
	}

	.products .btn-arrow {
		margin: 1em 0 0;
	}

	.products .btn-arrow a {
		font-size: 1.3rem;
	}

}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {
	article {
		font-size: 2.667vw;
	}

	/* メインビジュアル */
	#mainVisual .mv-text {
		width: 70vw;
	}

	/* メインセクション */
	.main-section {
		padding: 4rem 0 22vw;
	}

	.main-sub-title {
		font-size: 1.4em;
	}

	.main-title {
		font-size: 2.1em;
	}

	.main-title em.large {
		font-size: 1.4em;
	}

	.main-text {
		font-size: 1.4em;
	}

	.main-section .btn-arrow {
		width: 100%;
	}

	.steps-container {
		padding-top: 150%;
	}

	.step-item {
		width: 60%;
		padding-top: 60%;
	}

	.step-item p {
		font-size: 1.2em;
	}

	.main-recipe-title {
		font-size: 1.6em;
	}

	.main-recipe-title em {
		font-size: 1.3em;
	}

	.btn-arrow {
		width: 100%;
	}

	.btn-arrow a {
		font-size: 1.3em;
	}

	/* イラスト */
	.illust01 {
		width: 30vw;
		top: -27vw;
	}

	.illust01::after {
		content: '';
		display: block;
		width: 100%;
		padding-top: 30%;
		background: rgba(255, 255, 255, .6);
		box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, .6);
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.illust02 {
		width: 24vw;
		top: -16.5vw;
	}

	/* サブセクション */
	.sub-header {
		height: 48vw;
		transform: translate(0, -30px);
	}

	.sub-title {
		font-size: 2em;
	}

	.point-no .no {
		font-size: 1.3em;
	}

	.point-no-container {
		width: 34vw;
		height: 20vw;
	}

	.point-title {
		font-size: 2.2em;
	}

	.point-text {
		font-size: 1.4em;
	}

	.point1-chumoku {
		width: 60%;
		height: 12vw;
		font-size: 1.8em;
	}

	.heya-item .no {
		font-size: 1.4em;
	}

	.heya-item .ttl {
		font-size: 1.5em;
	}

	.heya-item .text {
		font-size: 1.4em;
	}

	/* ポイント2 */
	.onepoint {
		font-size: 1.3em;
	}

	.point02 {
		font-size: 1.2em;
		line-height: 1.4;
	}

	.point02-fujikome {
		width: 100%;
		height: 14vw;
		font-size: 1.6em;
	}

	.point02-barareiketsu {
		width: 100%;
		height: 14vw;
		font-size: 1.6em;
	}

	/* ポイント3 */
	.point03 {
		font-size: 1.2em;
		line-height: 1.4;
	}

	/* ポイント4 */
	.point04 {
		font-size: 1.4em;
	}

	.point04 .btn-arrow {
		width: 38vw;
		font-size: .7em;
	}

	/* 製品紹介 */
	.products .main-title {
		font-size: 2.4em;
	}

	.products .flex-container {
		width: 100%;
	}

	.prod-img::before {
		width: 10vw;
		height: 10vw;
		top: -10%;
	}

	.prod-text-container {
		font-size: 1.2em;
	}

	.prod-name {
		font-size: 2em;
	}

	.prod-link a {
		font-size: 1.1em;
	}
}

/* ====================================
	PC&タブレット専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	.grid-lineup-container .grid-lineup-item {
		text-align: center;
	}

	.grid-lineup-container .grid-lineup-item figure img:first-of-type {
		opacity: 0;
	}

	.grid-lineup-container .grid-lineup-item figure figcaption {
		background-position: 5rem center;
		font-size: 2.2rem;
		margin-top: 2.5rem;
	}

	.grid-lineup-container .grid-lineup-item .spec-text {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-top: 1rem;
	}

}

/* ====================================
	TAB style（768px～1023px）
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.grid-lineup-container {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 3%;
		grid-row-gap: 6rem;
	}
}


/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	main {
		overflow: hidden;
	}

	article {
		font-size: 1.6rem;
		line-height: 2;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 48%;
	}

	/* フレックスコンテナ：3カラム */
	.flex-container.col3 {
		justify-content: space-between;
	}

	.flex-container.col3>.flex-item {
		width: 30.47%;
	}

	/* メインビジュアル */
	#mainVisual {
		width: 100%;
		height: calc(100vh - 159px);
		overflow: hidden;
		position: relative;
	}

	#mainVisual .visual {
		width: 100%;
		height: 100%;
	}

	#mainVisual .mv-text {
		width: 480px;
		position: absolute;
		top: 50%;
		left: 2.5%;
		transform: translate(0, -50%);
	}

	/* メインセクション */
	.main-section {
		padding: 8rem 0 18rem;
		text-align: center;
	}

	.main-sub-title {
		font-size: 2.4rem;
	}

	.main-sub-title.tsukushi-a {
		font-size: 2.6rem;
	}

	.main-title {
		font-size: 4rem;
		line-height: 1.5;
	}

	.main-title em.large {
		font-size: 4.8rem;
	}

	.steps-container {
		display: flex;
		justify-content: space-between;
		max-width: 1080px;
		margin: 6rem auto 0;
	}

	.step-item {
		width: 33%;
		padding-top: 33%;
		background-image: url(images/step1.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: relative;
	}

	.step-item.step2 {
		background-image: url(images/step2.png);
	}

	.step-item.step3 {
		background-image: url(images/step3.png);
	}

	.step-item p {
		padding: 26% 0 0;
		width: 100%;
		height: 100%;
		font-size: 1.8rem;
		line-height: 1.8;
		position: absolute;
		top: 0;
		left: 0;
	}

	.main-recipe-title {
		margin: 8rem 0 6rem;
		font-size: 2.4rem;
		line-height: 1.6;
	}

	.main-recipe-title em {
		font-size: 3rem;
	}

	.main-section .btn-arrow {
		width: 420px;
		margin: 4rem auto;
	}

	.main-section .btn-arrow a {
		font-size: 1.8rem;
	}

	/* メインレシピアニメ */
	.main-recipe-img .anime-frame {
		padding-top: 40%;
	}

	/* イラスト */
	.illust01 {
		width: 280px;
		top: -258px;
		right: 20px;
	}

	.illust02 {
		width: 180px;
		top: -125px;
		left: 70px;
	}

	/* サブセクション */
	.img-container {
		margin-top: 7rem;
	}

	.sub-section {
		padding: 0 0 10rem;
	}

	.sub-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		height: 420px;
		background: url(images/bg-sub-header.png) no-repeat center center;
		transform: translate(0, -7rem);
		text-align: center;
	}

	.sub-title {
		width: 100%;
		padding: 30px 0 0;
		font-size: 4rem;
		line-height: 1.6;
	}

	.sub-title em.underline {
		font-size: 5.4rem;
	}

	.point-no .no {
		font-size: 2em;
	}

	.point-title {
		margin: 2rem 0 5rem;
		font-size: 3.6rem;
		line-height: 1.8;
		text-align: center;
	}

	.point-text {
		text-align: center;
	}

	.point-text em.large {
		font-size: 2.4rem;
	}

	.point1-chumoku {
		width: 320px;
		height: 90px;
		margin: 6rem auto 3rem;
		padding: 1rem 0 0;
		font-size: 3rem;
		text-align: center;
	}

	/* ポイント1 */
	.zenbu {
		max-width: 768px;
	}

	.point1-heya {
		display: flex;
		justify-content: space-between;
	}

	.point1-heya .heya-item {
		width: 31%;
	}

	.heya-item .no {
		background-color: #fae998;
		text-align: center;
		line-height: 1.4;
		padding: 0.5em 0;
	}

	.heya-item .no small {
		display: block;
	}

	.heya-item .ttl {
		margin: .5em 0 1em;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.heya-item .text {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	/* スライドショー */
	#slider1 {
		margin-top: 4rem;
	}

	/* ポイント2 */
	.onepoint {
		margin-top: 4rem;
		padding: 1em 2em 1.5em;
		font-size: 1.5rem;
		line-height: 1.6;
		border-radius: 20px;
	}

	.onepoint .ttl {
		font-size: 1.8rem;
	}

	.point02 {
		text-align: center;
	}

	.point02 strong {
		display: block;
		margin-bottom: .2em;
		text-align: left;
	}

	.point02 strong:before {
		content: "";
		display: inline-block;
		height: 15px;
		width: 15px;
		background: #f0d141;
		margin-right: .5em;
	}

	.flex-container.col3.kaisoku>.flex-item:nth-of-type(2) {
		padding-top: 2.1em;
	}

	.point02-fujikome {
		width: 582px;
		height: 66px;
		margin: 8rem auto 3rem;
		padding: 1rem 0 0;
		font-size: 2.4rem;
		text-align: center;
	}

	.point02-barareiketsu {
		width: 480px;
		height: 66px;
		margin: 8rem auto 3rem;
		padding: 1rem 0 0;
		font-size: 2.4rem;
		text-align: center;
	}

	.point02.col3 .text {
		margin-top: 1em;
		line-height: 1.6;
	}

	/* ポイント3 */
	.point03 {
		text-align: center;
	}

	/* ポイント4 */
	.point04 .btn-arrow {
		width: 130px;
		margin: 1em 0 0 auto;
	}

	/* レシピバナー */
	.btn-recipe {
		margin-top: 8rem;
	}

	/* 製品紹介 */
	.products {
		padding: 10rem 0 8rem;
	}

	.products .main-header {
		height: 280px;
		margin: 0 0 8rem;
		padding: 0 0 2rem;
	}

	.products .flex-container {
		justify-content: space-between;
	}

	.products .flex-item {
		position: relative;
		width: 46%;
		margin: 0 auto;
	}

	.prod-text-container {
		width: 200px;
		font-size: 1.8rem;
		line-height: 1.6;
		position: absolute;
		bottom: 0;
	}

	.prod-img {
		width: 50%;
		padding-top: 100%;
	}

	.prod-name {
		margin: .5em 0 .25em;
		font-size: 3rem;
	}

	.prod-about .yokohaba {
		margin-left: .5em;
		padding-left: .5em;
		border-left: solid 1px #000;
	}

	.products .btn-arrow {
		margin: 1em 0 0;
	}

	.products .btn-arrow a {
		font-size: 1.4rem;
	}

	/* 製品紹介（グリッド） */

	.grid-lineup-container {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 1%;
		grid-row-gap: 0;
		margin-top: 8rem;
	}



}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {

	/* イラスト */
	.illust01 {
		width: 220px;
		top: -200px;
		right: 20px;
	}

	.illust02 {
		width: 160px;
		top: -110px;
		left: 40px;
	}

}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {

	/* メインビジュアル */
	#mainVisual .mv-text {
		left: 50%;
		transform: translate(-570px, -50%);
	}

	/* イラスト */
	.slider-container {
		position: relative;
	}

	.illust03 {
		width: 260px;
		position: absolute;
		bottom: 0;
		right: -50px;
	}

	.illust03::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 140%;
		background-image: url(images/illust03.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover: hover) and (pointer: fine) {

	.grid-lineup-item a.hovering img:first-of-type {
		opacity: 1 !important;
	}
}