@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Serif JP", ヒラギノ角ゴ ProN W3, Meiryo, serif;
	font-size: 62.5%;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
form,
input,
ul,
ol,
li,
p,
select,
textarea,
span,
th,
td {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
}

.for_pc {
	display: block;
	margin: 0 auto;
}

.for_sp {
	display: none;
	margin: 0 auto;
}

.inner {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	padding: 2rem;
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.for_ipad {
		display: none;
		margin: 0 auto;
	}

}

/* sp */
@media screen and (max-width: 750px) {

	body {
		font-size: 1.5rem;
	}

	.for_pc {
		display: none;
		margin: 0 auto;
	}

	.for_sp {
		display: block;
		margin: 0 auto;
	}

	.inner {
		max-width: 100%;
		padding: 2rem;
	}
}

/* =========================================================
ヘッダー
========================================================= */

header .logo {
	width: 240px;
}

header .logo a {
	display: inline-block;
}

header .mv {
	background: url(../img/bg01.png) center / cover;
	text-align: center;
}

header .mv .inner {
	position: relative;
	padding: 0;
	box-shadow: 1px 12px 20px 1px rgba(0, 0, 0, 0.35);
}

header h1 picture {
	width: 100%;
}

header .mv .inner p {
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
	margin-inline: auto;
	color: #fff;
	padding-bottom: 1.4rem;
}

header .mv .inner p::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-inline: auto;
}


@media screen and (min-width:751px) and (max-width:1280px) {
	header .mv .inner p {
		bottom: 1rem;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	header .logo {
		width: 160px;
	}

	header .mv .inner p {
		bottom: -4rem;
		padding-bottom: 1.4rem;
	}
}

/* =========================================================
main
========================================================= */

.explain02 {
	display: grid;
}

.explain03 {
	position: relative;
}

.explain03 h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: -3rem;
	margin-inline: auto;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	background: linear-gradient(45deg, #232120, #1A1817);
	display: inline-block;
	width: 60%;
}

.explain03 h3 span {
	background: #ac8462;
	padding: 1rem;
	margin-right: 1rem;
}

.explain03 .list_wrap {
	width: 70%;
	margin: auto;
	border: 2px solid #fff;
}

.explain03 ul {
	margin-left: auto;
	margin-block: 2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-row-gap: 1.6rem;
	list-style-type: inherit;
	color: #fff;
	width: 90%;
	padding: 2rem 1rem;
}

.explain03 li {
	font-size: 2.4rem;
	width: fit-content;
}

@media screen and (max-width:1280px) {

	.explain03 h3 span {
		padding: 0.4rem;
	}

	.explain03 .list_wrap {
		border: 1px solid #fff;
	}

	.explain03 ul {
		grid-template-columns: repeat(3, 1fr);
		padding: 0;
	}

	.explain03 li {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.explain03 h3 {
		top: -5rem;
		font-size: 2.4rem;
		width: 96%;
		background: transparent;
	}

	.explain03 .list_wrap {
		width: 80%;
	}

	.explain03 ul {
		width: 80%;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	.explain03 h3 {
		top: -5.4rem;
		font-size: 1.8rem;
		background: transparent;
		width: 100%;
	}

	.explain03 .list_wrap {
		width: 100%;
	}

	.explain03 ul {
		width: 88%;
		grid-row-gap: 0.8rem;
	}
}

/* =========================================================
main_txt
========================================================= */

.main_txt {
	padding: 3rem 2rem;
	background: linear-gradient(45deg, #2d2b2a, #0c0a09);
	justify-content: flex-start;
}

.main_txt .inner {
	padding: 0;
}

.main_txt .explain02 {
	grid-template-columns: 30% 70%;
	margin-block: 4rem;
}

.main_txt .explain02 .txt {
	padding-inline: 6rem;
	text-align: left;
}

.main_txt h2 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 500;
	position: relative;
	padding-block: 1rem;
	display: inline-block;
}

.main_txt h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ac8462;
	top: 0;
	left: 2rem;
}

.main_txt .txt h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ac8462;
	bottom: 0;
	right: 2rem;
}

.main_txt .txt p {
	margin-block: 3rem;
	color: #fff;
	font-size: 2.4rem;
}

/* iPad */
@media screen and (max-width:1280px) {

	.main_txt .explain02 {
		margin-block: 0 2rem;
	}

	.main_txt .explain02 .txt {
		margin-top: 0;
		padding-inline: 1.8rem;
	}

	.main_txt .txt p {
		margin-block: 1.6rem;
		text-align: left;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {

	.main_txt {
		padding: 3rem 2rem;
	}

	.main_txt .explain02 {
		width: 96%;
		align-items: center;
		margin: 2rem auto;
	}

	.main_txt h2 {
		font-size: 2.4rem;
		margin-left: 3rem;
	}

	.main_txt .txt p {
		font-size: 1.8rem;
		margin-left: 2rem;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	.main_txt {
		padding: 4rem 1.2rem 2rem 1.2rem;
	}

	.main_txt .explain02 {
		grid-template-columns: 1fr;
		margin-block: 2rem;
	}


	.main_txt .explain02 .txt {
		margin-top: 2rem;
		padding: 0.4rem;
		text-align: center;
	}

	.main_txt h2 {
		font-size: 1.8rem;
		padding-block: 0.6rem;
	}

	.main_txt h2::before {
		height: 1px;
		left: 1rem;
	}

	.main_txt .txt h2::after {
		height: 1px;
		right: 1rem;
	}

	.main_txt .txt p {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 0;
	}
}


/* =========================================================
point
========================================================= */

.point {
	padding: 4rem 2rem 8rem 2rem;
	background: url(../img/bg01.png) center / cover;
}

.point .inner {
	padding-block: 0;
}

.point h2 {
	max-width: 900px;
	margin: 3rem auto;
	width: 100%;
}

.point .wrap {
	background: #fff;
	padding: 3rem;
	position: relative;
	z-index: 1;
}

.point .wrap::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	height: 94%;
	border: 1px solid #000;
	z-index: 5;
}

.point .wrap li+li {
	margin-top: 3rem;
}

.point .wrap dl {
	display: grid;
	grid-template-columns: 8% 92%;
	align-items: stretch;
}

.point .wrap dt {
	background: #ac8462;
	color: #fff;
	padding: 1rem 0 1rem 1rem;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
}

.point .wrap dt::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	right: -3.2rem;
	width: 0;
	height: 0;
	border-left: 3.2rem solid #ac8462;
	border-top: 3.2rem solid transparent;
	border-bottom: 3.2rem solid transparent;
}

.point .wrap dd {
	background: #dcdcdc;
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	padding-left: 3.6rem;
	font-weight: 500;
}


/* iPad */
@media screen and (max-width:1280px) {
	.point .wrap dl {
		grid-template-columns: 1fr;
	}

	.point .wrap dt {
		padding: 1rem 0 1rem 1rem;
	}

	.point .wrap dd {
		padding: 1rem;
	}

	.point .wrap dt::after {
		display: none;
	}

	.point .wrap dd {
		font-weight: 600;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.point .wrap dt {
		padding: 1rem 0 1rem 1rem;
		font-size: 2.4rem;
	}

	.point .wrap dd {
		font-size: 2.2rem;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	.point {
		padding: 2rem 0 4rem 0;
	}

	.point .wrap {
		padding: 1.4rem;
	}

	.point .wrap::before {
		height: 98%;
	}

	.point .wrap li+li {
		margin-top: 1.4rem;
	}

	.point .wrap dt {
		font-size: 1.8rem;
	}

	.point .wrap dl {
		grid-template-columns: 1fr;
	}

	.point .wrap dt {
		font-size: 1.8rem;
	}

	.point .wrap dd {
		font-size: 1.6rem;
	}
}


/* =========================================================
all (point)
========================================================= */

.all h2 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 5.4rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 60%;
	margin: auto;
}

.all h2 span {
	font-size: 0.8em;
	margin-left: 3rem;
}

.all h2::before,
.all h2::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	background: #fff;
	width: 10rem;
	height: 3px;
}

.all h2::before {
	left: 0;
}

.all h2::after {
	right: 0;
}

.all .ttl_txt_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-block: 4rem;
	justify-content: center;
}

.all .ttl_txt_wrap p {
	position: relative;
	top: 10rem;
	left: 2rem;
	z-index: 1;
}

.all .ttl_txt_wrap span:not(.fsb) {
	font-size: 4rem;
	background: #fff;
	color: #000;
	width: 100%;
	font-weight: 500;
	display: block;
	padding-left: 2rem;
}

.all .ttl_txt_wrap .fsb {
	font-weight: bold;
	font-size: 1.2em;
}

.all .ttl_txt {
	text-align: center;
	margin-block: 4rem;
}

.all .ttl_txt span {
	font-size: 4rem;
	background: #fff;
	color: #000;
	font-weight: 500;
	display: inline-block;
	padding-left: 2rem;
	margin-block: 1rem;
}

.all .memo {
	font-size: 2.4rem;
	line-height: 1.6;
	color: #fff;
	margin-block: 3rem;
}

.all .memo01 {
	color: #fff;
}

@media screen and (max-width:1280px) {
	.all .ttl_txt_wrap {
		grid-template-columns: 1fr;
		margin-block: 2rem;
		justify-content: center;
	}

	.all .ttl_txt_wrap p {
		top: 0rem;
		left: 0rem;
		line-height: 1.2;
		margin: 3rem auto;
		text-align: center;
	}
}

@media screen and (max-width:1280px) {

	.all h2 {
		width: 90%;
	}

	.all h2::before,
	.all h2::after {
		width: 4rem;
		height: 1px;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.all h2 {
		width: 80%;
	}
}

/* sp */
@media screen and (max-width: 750px) {

	.all h2 {
		width: 100%;
		font-size: 2.8rem;
	}

	.all h2 span {
		margin-left: 1.6rem;
	}

	.all .ttl_txt {
		text-align: center;
		margin-block: 2rem;
	}

	.all .ttl_txt_wrap span:not(.fsb) {
		font-size: 2rem;
		padding-left: 1rem;
		margin-block: 1rem;
	}

	.all .ttl_txt_wrap p {
		margin: 1rem auto;
	}

	.all .ttl_txt span {
		font-size: 1.8rem;
		padding-left: 1rem;
		margin-block: 0.6rem;
	}

	.all .memo {
		font-size: 1.6rem;
		margin-block: 1.6rem;
	}
}

/* =========================================================
point01
========================================================= */

.point01 {
	padding: 4rem 2rem 7rem 2rem;
	background: linear-gradient(45deg, #2d2b2a, #0c0a09);
}

.point01 .feature {
	display: grid;
	grid-template-columns: 36% 64%;
	align-items: stretch;
	margin-block: 5rem;
}

.point01 .feature .txt {
	background: #fff;
	padding: 2rem 2rem 2rem 4rem;
	display: flex;
	align-items: center;
}

.point01 .feature .txt h3 {
	font-weight: bold;
	font-size: 2.4rem;
}

.point01 .feature .txt ul {
	font-size: 2rem;
	margin-block: 2rem;
}

.point01 .feature .txt li {
	position: relative;
	padding-left: 3.4rem;
	display: flex;
	align-items: center;
}

.point01 .feature .txt li::before {
	position: absolute;
	left: 10px;
	content: '';
	width: 1em;
	height: 1em;
	background: #ac8462;
	border-radius: 50%;
}

.point01 .feature .txt li+li {
	margin-top: 2rem;
}

.point01 .data {
	background: #fff;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	margin-block: 4rem;
}

.point01 .data h3 {
	background: #aa8262;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 2rem;
}

.point01 .data h3 span {
	font-size: 0.6em;
}

.point01 .data .data_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 3rem 2rem;
	grid-column-gap: 3rem;
}

@media screen and (max-width:1280px) {
	.point01 .feature .txt {
		text-align: initial;
		letter-spacing: -0.1em;
	}

	.point01 .feature .txt ul {
		margin-block: 1rem;
	}

	.point01 .feature .txt li {
		padding-left: 2rem;
		line-height: 1.2;
	}

	.point01 .feature .txt li+li {
		margin-top: 1rem;
	}

	.point01 .feature .txt li::before {
		left: 0;
		width: 0.6em;
		height: 0.6em;
	}

}

@media screen and (min-width:751px) and (max-width:1280px) {
	.point01 .feature {
		grid-template-columns: 40% 60%;
	}

	.point01 .feature .txt {
		padding: 1.6rem;
	}
}

/* sp */
@media screen and (max-width: 750px) {
	.point01 {
		padding: 2rem 1rem 4rem 1rem;
	}

	.point01 .feature {
		grid-template-columns: 1fr;
		text-align: center;
		margin: 4rem auto 2.6rem auto;
	}

	.point01 .feature .txtImg {
		order: 2;
	}

	.point01 .feature .txt {
		padding: 2rem 1.4rem;
	}

	.point01 .feature .txt h3 {
		font-size: 1.6rem;
	}

	.point01 .feature .txt ul {
		font-size: 1.6rem;
	}

	.point01 .data {
		margin-block: 2rem;
	}

	.point01 .data h3 {
		font-size: 1.8rem;
		padding: 1.2rem;
	}

	.point01 .data .data_wrap {
		grid-template-columns: 1fr;
		padding: 1.6rem 1.2rem;
		grid-column-gap: 1.4rem;
	}
}

/* =========================================================
point02
========================================================= */

.point02 {
	padding-block: 6rem;
	background: url(../img/bg02.png) top center / cover;
	background-repeat: repeat-y;
	color: #000;
}

.point02 h2 {
	color: #000;
}

.point02 h2::before,
.point02 h2::after {
	background: #000;
}

.point02 .explain h3 {
	font-size: 3.6rem;
	font-weight: bold;
}

.point02 .memo {
	color: #000;
}

.point02 .cook {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 3rem;
	margin-block: 4rem;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width: 750px) {
	.point02 {
		padding-block: 3rem;
	}

	.point02 .cook {
		grid-template-columns: 1fr;
		grid-column-gap: 1.4rem;
		margin-block: 2rem;
	}

	.point02 .cook p+p {
		margin-top: 2rem;
	}

	.point02 .explain h3 {
		font-size: 2rem;
		font-weight: bold;
	}
}

/* =========================================================
point03
========================================================= */

.point03 {
	padding: 4rem 2rem;
	background: linear-gradient(45deg, #2d2b2a, #0c0a09);
}

.point03 .ttl_txt_wrap p {
	position: relative;
	top: 18rem;
	left: 2rem;
	z-index: 1;
	bottom: 1rem;
}

.point03 .explain02 {
	grid-template-columns: 1fr 1fr;
	margin-block: 4rem;
}

.point03 .explain02 .txt {
	padding: 3rem;
	color: #fff;
}

.point03 .explain02 .memo.line {
	text-decoration: underline;
}

.point03 .explain03 {
	margin-block: 10rem 4rem;
}

.point03 .swiper-container {
	padding-bottom: 4rem;
}

.point03 .img-swiper {
	text-align: center;
}

.point03 .img-swiper p {
	padding-block: 1rem;
	color: #fff;
}

@media screen and (max-width:1280px) {
	.point03 .ttl_txt_wrap p {
		top: 0rem;
		left: 0rem;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.point03 .explain02 {
		margin-block: 2rem;
		align-items: center;
	}

	.point03 .explain02 .txt {
		padding: 1rem 1.4rem;
	}

	.point03 .explain02 .memo {
		font-size: 2rem;
		margin: 0;
	}
}


@media screen and (max-width: 750px) {
	.point03 {
		padding: 2rem 1rem;
	}

	.point03 .explain02 {
		grid-template-columns: 1fr;
		margin-block: 2rem;
	}

	.point03 .explain02 .txt {
		padding: 1.4rem 0;
	}

	.point03 .explain03 {
		margin-block: 7.4rem 2rem;
	}

	.point03 .img-swiper p {
		padding-block: 0.6rem;
	}
}


/* =========================================================
product
========================================================= */

.product {
	padding-block: 6rem;
	background: url(../img/bg02.png) top center / contain;
	background-repeat: repeat-y;
	color: #000;
	text-align: center;
	position: relative;
}

.product h2 {
	font-size: 5.6rem;
	color: #000;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 2rem 8rem;
	z-index: 10;
	letter-spacing: 0.1em;
}

.product h2 span {
	font-size: 0.8em;
}

.product h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 78px;
	border-bottom: solid 3px #ac8462;
	margin: auto;
	transform: skewX(-15deg);
	z-index: -1;
}

.product .explain02 {
	grid-template-columns: 1fr 1fr;
	margin-block: 4rem;
	align-items: center;
}

.product .explain02 div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.product .explain02 div img {
	width: 70%;
	margin-inline: auto;
}

.product .explain02 div>p {
	background: #fff;
	display: inline-block;
	padding: 1rem;
	font-size: 2.4rem;
	color: #000;
	font-weight: bold;
	border-radius: 2rem;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 3rem;
	width: 50%;
}

.product .explain02 div>p::after {
	bottom: -2rem;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #fff;
}

.product .explain02 .txt {
	font-size: 3.2rem;
	text-align: initial;
	font-weight: bold;
	margin-top: 5rem;
}

.product .nikuImg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style-type: none;
}

.product .nikuImg li {
	padding: 2rem;
	text-align: initial;
}

.product .nikuImg li dt {
	padding: 0.5em;
	background: #fff;
	border-left: 14px solid #c89f63;
	width: 90%;
	margin-right: auto;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.product .voice {
	margin-block: 4rem;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
}

.product .voice h3 {
	background: #3b8dcd;
	color: #fff;
	font-size: 3.6rem;
	padding-block: 3.8rem;
	font-weight: bold;
}

.product .voice .voice_wrap {
	padding-top: 3rem;
}

.product .voice dl {
	display: flex;
	width: 80%;
	margin: 3rem auto;
	padding-block: 1rem;
}

.product .voice li.comment dl {
	flex-direction: row-reverse;
}

.product .voice dt {
	width: 20%;
}

.product .voice dd {
	text-align: initial;
	padding: 2rem 3.2rem;
	border: 2px solid #c5c5c5;
	border-radius: 3rem;
	width: 80%;
}

.product .voice h4 {
	color: #bc0012;
	font-weight: bold;
	font-size: 2.4rem;
}

.product .voice h4.man {
	color: #0080a6;
}

.product .voice p {
	font-size: 2rem;
	margin-top: 1rem;
}

.product .voice .title {
	position: relative;
	background: #3b8dcd;
	padding: 1rem 2rem;
}

.product .voice .title p {
	color: #fff;
	font-weight: 500;
	font-size: 3.2rem;
	margin-top: 0;
}

/*アコーディオンタイトル*/
.product .voice .title::before,
.product .voice .title::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	right: 2.4rem;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	border-radius: 3rem;
}

.product .voice .title::after {
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.product .voice .title.close::before {
	transform: rotate(-90deg);
}

/*アコーディオン内*/
.product .voice .box {
	display: none;
	/*はじめは非表示*/
	padding: 3rem 0;
}

.product .btn {
	width: 540px;
	margin: 6rem auto 3rem auto;
}

.product .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	position: relative;
	background: #3b8dcd;
	padding-block: 2rem;
	border-radius: 5rem;
	z-index: 1;
	transition: all 0.6s;
}

.product .btn a:hover {
	scale: 1.1;
}

@media screen and (max-width:1280px) {
	.product .explain02 {
		grid-template-columns: 1fr;
		margin-block: 2rem;
		grid-row-gap: 2rem;
	}

	.product .explain02 .txt {
		margin-top: 0;
		text-align: center;
	}

	.product .nikuImg {
		grid-template-columns: 1fr;
		margin-block: 2rem;
	}
}

@media screen and (min-width:751px) and (max-width:1280px) {
	.product .explain02 {
		margin-block: 4rem;
	}

	.product .voice dl {
		width: 92%;
	}

	.product .voice dt {
		width: calc(20% - 1.2rem);
		margin: 0.6rem;
	}

	.product .voice dt img {
		max-height: 130px;
	}

	.product .voice h3 {
		padding: 2.4rem 2.4rem 1.8rem 2.4rem;
	}
}

@media screen and (max-width: 750px) {
	.product {
		padding-block: 3rem;
	}

	.product h2 {
		font-size: 2.8rem;
		padding: 1rem 4rem;
	}

	.product h2::before {
		height: 48px;
		border-bottom: solid 2px #ac8462;
	}

	.product .explain02 div img {
		width: 94%;
		margin-inline: auto;
	}

	.product .explain02 div>p {
		padding: 0.4rem;
		font-size: 1.6rem;
		margin-bottom: 1.4rem;
		width: 70%;
		margin-inline: auto;
	}

	.product .explain02 div>p::after {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 14px solid #fff;
		bottom: -1rem;
	}

	.product .explain02 .txt {
		font-size: 1.6rem;
	}

	.product .nikuImg li {
		padding: 1rem;
	}

	.product .nikuImg li dt {
		padding: 0.2em;
		border-left: 8px solid #c89f63;
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.product .voice {
		margin-block: 2rem;
	}

	.product .voice h3 {
		font-size: 1.8rem;
		padding-block: 2rem 1rem;
		line-height: 1.8;
	}

	.product .voice h3 img {
		height: 30px;
	}

	.product .voice .voice_wrap {
		padding-top: 1.4rem;
	}

	.product .voice dl {
		width: 92%;
		margin: 1.4rem auto;
		padding-block: 1rem;
	}

	.product .voice dt {
		width: calc(18% - 1.2rem);
		margin: 0.6rem;
		text-align: center;
	}

	.product .voice dt img {
		max-height: 50px;
	}

	.product .voice dd {
		padding: 1rem;
		border-radius: 1rem;
		width: 82%;
	}

	.product .voice h4 {
		font-size: 1.6rem;
	}

	.product .voice p {
		font-size: 1.4rem;
		margin-top: 1rem;
	}

	.product .voice .title p {
		font-size: 1.6rem;
	}

	/*アコーディオンタイトル*/
	.product .voice .title::before,
	.product .voice .title::after {
		width: 2px;
		height: 18px;
	}

	.product .btn {
		width: 90%;
		margin: 3rem auto 1.4rem auto;
	}

	.product .btn a {
		font-size: 1.6rem;
		padding-block: 1rem;
		border-radius: 3rem;
	}
}

/* =========================================================
nikuyu
========================================================= */

.nikuyu {
	padding-block: 4rem;
}

.nikuyu .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.nikuyu .txtImg,
.nikuyu .txt {
	padding: 3rem;
}

.nikuyu h2 {
	font-size: 3.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.nikuyu h2 img {
	height: 80px;
	margin-right: 2rem;
}

.nikuyu h2+p {
	margin-block: 3rem;
	font-size: 2.4rem;
}

.nikuyu .btn {
	width: 420px;
}

.nikuyu .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
	background: #911f23;
	padding-block: 1rem;
	border-radius: 3rem;
	z-index: 1;
	transition: all 0.6s;
}

.nikuyu .btn a:hover {
	scale: 1.1;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width: 750px) {
	.nikuyu {
		padding-block: 2rem;
	}

	.nikuyu .inner {
		grid-template-columns: 1fr;
	}

	.nikuyu .txtImg,
	.nikuyu .txt {
		padding: 1.4rem;
	}

	.nikuyu h2 {
		font-size: 1.8rem;
	}

	.nikuyu h2 img {
		height: 40px;
		margin-right: 1rem;
	}

	.nikuyu h2+p {
		margin-block: 1.6rem;
		font-size: 1.6rem;
	}

	.nikuyu .btn {
		width: 90%;
		margin: auto;
	}

	.nikuyu .btn a {
		font-size: 1.4rem;
		padding-block: 0.6rem;
		border-radius: 2rem;
	}

}

/* =========================================================
brand
========================================================= */

.brand {
	padding: 4rem 2rem 6rem 2rem;
	background: linear-gradient(45deg, #2d2b2a, #0c0a09);
	text-align: center;
	color: #fff;
}

.brand h2 {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.brand h2 span {
	font-size: 0.8em;
}

.brand .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-block: 4rem;
	grid-column-gap: 3rem;
}

.brand .inner a {
	transition: all 0.3s;
}

.brand .inner a:hover {
	opacity: 0.8;
}

/* sp */
@media screen and (max-width: 750px) {
	.brand {
		padding: 2rem 1rem 3rem 1rem;
	}

	.brand h2 {
		font-size: 2.4rem;
	}

	.brand .inner {
		grid-template-columns: 1fr;
		margin-block: 1rem;
		grid-column-gap: 1.4rem;
		grid-row-gap: 2rem;
	}

}

@media screen and (max-width:1280px) {}

/* sp */
@media screen and (max-width: 750px) {}

/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.6rem;
	transition: all 0.3s;
	border: 1px solid #fff;
	border-radius: 50%;
}

#page-top a:hover {
	animation: ptMove 1.2s linear;
}

@keyframes ptMove {
	0% {
		transform: translate(0);
	}

	25% {
		transform: translate(0, -2rem);
	}

	50% {
		transform: translate(0, 0);
	}

	75% {
		transform: translate(0, -3rem);
	}

	100% {
		transform: translate(0);
	}
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/* 上に上がる動き */

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
	bottom: 10px;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 下に下がる動き */

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

@media screen and (max-width: 960px) {

	#page-top.UpMove {
		animation: UpAnime 0.5s forwards;
		bottom: 10px;
	}
}

/*---------------------------------------------
フッター
---------------------------------------------*/

footer {
	width: 100%;
	padding: 20px 0;
	background: #000;
	text-align: center;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer address {
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px) {
	footer {
		padding: 10px 0;
	}

	footer a {
		font-size: 0.5em;
	}

	#page-top a {
		margin: 0 -10px 0 0;
	}
}