@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium-subset.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium-subset.woff") format("woff");
}
@font-face {
  font-family: "Zen Kaku Gothic New Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold-subset.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold-subset.woff") format("woff");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

p {
  margin: 0;
  padding: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

address {
  font-style: normal;
}

div,
span,
p,
ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

dt,
dd {
  margin: 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  display: block;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
a {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #585858;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
button:active, button:focus, button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #fafafa;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ebebeb;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Breackpoints
--------------------------------------------------------------*/
/* Breakpoints
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
/*********************
SP
BASE & COMMON
*********************/
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  vertical-align: top;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

strong {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

ul.kome-ul {
  padding-left: 0em;
  list-style-type: none;
}
ul.kome-ul li {
  padding-left: 1.5em;
  text-indent: -1.25em;
  margin-bottom: 1em;
}

.only-pc {
  display: none;
}

.only-pc-block {
  display: none;
}

.only-pctb {
  display: none;
}

.only-sp {
  display: inline;
}

.only-sp-block {
  display: block;
}

.textred {
  color: #d94e18;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.scroll-on {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
}

.scrollPopup-item {
  opacity: 0;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*********************
Javascript Parts
*********************/
.slidebtn {
  cursor: pointer;
  caret-color: transparent;
}

.slidecont {
  display: none;
}

/*********************
HEADER
*********************/
.m-btn {
  position: fixed;
  top: 60px;
  right: 15px;
  display: block;
  width: 66px;
  height: 66px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  caret-color: transparent;
  z-index: 15;
  background-image: url("../images/menu_white_sp@2x.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: bottom 15px left 17px;
}
.m-btn .menu-l {
  position: absolute;
  left: 17px;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.m-btn .menu-l:nth-of-type(1) {
  top: 15px;
}
.m-btn .menu-l:nth-of-type(2) {
  top: 25px;
}
.m-btn .menu-l:nth-of-type(3) {
  top: 35px;
}

.menu-scroll,
.menu-page {
  border-radius: 100px;
  background-color: #fff;
  background-image: url("../images/menu_red_sp@2x.png");
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.menu-scroll .menu-l,
.menu-page .menu-l {
  background-color: #d94e18;
}

.menu-hidden {
  opacity: 0;
  pointer-events: none;
}

.menu-active {
  background-color: initial;
  background-image: url("../images/menu_red_sp@2x.png");
}
.menu-active .menu-l {
  background-color: #d94e18;
}
.menu-active .menu-l:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-35deg);
  transform: translateY(10px) rotate(-35deg);
}
.menu-active .menu-l:nth-of-type(2) {
  opacity: 0;
}
.menu-active .menu-l:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(35deg);
  transform: translateY(-10px) rotate(35deg);
}

.header {
  width: 100%;
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.header .header-logo {
  display: block;
  width: 101px;
  height: 53px;
  margin-left: 30px;
  margin-top: 60px;
}
.header .header-logo a {
  display: block;
  height: 53px;
  width: 101px;
  background-image: url("../images/logo_white_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: auto;
  text-indent: -10000px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.no-webp .header .header-logo a {
  background-image: url("../images/logo_white_sp@2x.png");
}
.header .header-logo-scroll,
.header .header-logo-page {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}
.header .header-logo-scroll a,
.header .header-logo-page a {
  display: block;
  background-image: url("../images/logo_black_sp@2x.png.webp");
}
.no-webp .header .header-logo-scroll a,
.no-webp .header .header-logo-page a {
  background-image: url("../images/logo_black_sp@2x.png");
}
.header .header-logo-hidden a {
  opacity: 0;
}
.header .m-btn {
  position: relative;
  top: 60px;
  right: 15px;
  display: block;
  width: 66px;
  height: 66px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  caret-color: transparent;
  z-index: 15;
  background-image: url("../images/menu_white_sp@2x.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: bottom 15px left 17px;
}
.header .m-btn .menu-l {
  position: absolute;
  left: 17px;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .m-btn .menu-l:nth-of-type(1) {
  top: 15px;
}
.header .m-btn .menu-l:nth-of-type(2) {
  top: 25px;
}
.header .m-btn .menu-l:nth-of-type(3) {
  top: 35px;
}
.header .menu-scroll,
.header .menu-page {
  border-radius: 100px;
  background-color: #fff;
  background-image: url("../images/menu_red_sp@2x.png");
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.header .menu-scroll .menu-l,
.header .menu-page .menu-l {
  background-color: #d94e18;
}
.header .menu-hidden {
  opacity: 0;
  pointer-events: none;
}
.header .menu-active {
  background-color: initial;
  background-image: url("../images/menu_red_sp@2x.png");
}
.header .menu-active .menu-l {
  background-color: #d94e18;
}
.header .menu-active .menu-l:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-35deg);
  transform: translateY(10px) rotate(-35deg);
}
.header .menu-active .menu-l:nth-of-type(2) {
  opacity: 0;
}
.header .menu-active .menu-l:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(35deg);
  transform: translateY(-10px) rotate(35deg);
}
.header #h-navi {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: none;
  caret-color: transparent;
}
.header #h-navi .site-title {
  padding-top: 10vh;
  padding-left: 40px;
  padding-bottom: 30px;
  display: block;
}
.header #h-navi .site-title img {
  display: block;
  width: 124px;
  height: 64px;
}
.header #h-navi nav ul {
  padding: 0px 20px 3vh 40px;
  margin: 0;
  list-style-type: none;
  line-height: 19px;
}
.header #h-navi nav ul li {
  display: block;
  font-size: 17px;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header #h-navi nav ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.header #h-navi nav .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 150px;
  line-height: 2.5em;
}
.header #h-navi nav .submenu li {
  background-image: url("../images/icon_circle_red.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 16px;
}
.header #h-navi nav .submenu li a {
  padding: 0;
}
.header #h-navi .header-sns {
  padding: 0px 20px 20px 40px;
}
.header #h-navi .header-sns a {
  display: block;
  width: 45px;
}
.header #h-navi .header-sns a img {
  width: 45px;
  height: 45px;
}
.header #h-navi .h-navi-active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.header-page {
  position: absolute;
}

@media only screen and (max-height: 750px) {
  .header #h-navi {
    overflow-y: scroll;
  }
  .header #h-navi nav ul {
    line-height: 5px;
  }
  .header #h-navi nav .submenu {
    height: 100px;
    line-height: 1.5em;
  }
}
/*********************
BUTTON BUY
*********************/
.btn-buy {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 126px;
  height: 166px;
  z-index: 5;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  display: none;
}
.btn-buy a {
  display: block;
}
.btn-buy a img {
  width: 126px;
  height: 166px;
}

.btn-buy-on {
  display: block;
  -webkit-animation: btnByOn 0.4s ease-out 0s 1 forwards;
  animation: btnByOn 0.4s ease-out 0s 1 forwards;
}

.btn-buy-off {
  display: block;
  -webkit-animation: btnByOff 0.4s ease-out 0s 1 forwards;
  animation: btnByOff 0.4s ease-out 0s 1 forwards;
}

@-webkit-keyframes btnByOn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes btnByOn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes btnByOff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes btnByOff {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
/*********************
KV
*********************/
.kv {
  height: 100vh;
  height: 100svh;
  max-height: 782px;
  position: relative;
}
.kv .kv-text {
  position: absolute;
  width: 368px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.kv a {
  position: absolute;
  bottom: 1%;
  right: 2%;
  z-index: 2;
  display: block;
  width: 126px;
  height: 166px;
}
.kv a img {
  width: 126px;
  height: 166px;
}
.kv .kv-img {
  height: 100vh;
  height: 100svh;
  max-height: 782px;
  overflow: hidden;
  position: relative;
}
.kv .kv-img .kv-img-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.kv .kv-img .kv-img-img img {
  width: 100%;
}
.kv .kv-img .kv-img-img:last-child {
  z-index: 0;
}
.kv .kv-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
.kv .kv-bottom img {
  width: 100%;
  aspect-ratio: 78/7;
}

/*********************
LEAD
*********************/
.lead {
  padding-top: 50px;
  padding-bottom: 80px;
}
.lead .lead-text-sp {
  text-align: center;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.lead .lead-text-pc {
  display: none;
}
.lead .lead-slick-wrapper .lead-slick {
  width: 100%;
}
.lead .lead-slick-wrapper .lead-slick .slick-slide {
  width: 264px;
  height: 264px;
  margin-left: 7px;
  margin-right: 7px;
}
.lead .lead-slick-wrapper .lead-slick .slick-slide img {
  width: 264px;
  height: 264px;
}

/*********************
BORN
*********************/
.born {
  padding-bottom: 60px;
}
.born .born-left h2 {
  padding-bottom: 40px;
}
.born .born-left h2 img {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.born .born-left .born-img-pc {
  display: none;
}
.born .born-right p {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 2.26em;
}
.born .born-right .born-img-sp {
  width: 360px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
}

/*********************
BEEF
*********************/
.beef {
  padding-top: 80px;
  padding-bottom: 124px;
  background-color: #f2e2de;
}
.beef h2 {
  overflow: hidden;
  height: 317px;
  width: 100%;
  text-indent: -10000px;
  margin-bottom: 50px;
  background-image: url("../images/beef_t_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: 650px 317px;
  background-position: center center;
}
.no-webp .beef h2 {
  background-image: url("../images/beef_t_sp@2x.png");
}
.beef p {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 2.26em;
}

/*********************
ABOUT
*********************/
.about {
  padding-bottom: 80px;
}
.about h2 {
  width: 100%;
  height: 176px;
  margin-top: -104px;
}
.about h2 img {
  width: 340px;
  height: 176px;
  margin-left: auto;
  margin-right: auto;
}
.about .about-item h3 {
  font-size: 1.3125rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .about-item h3::after {
  content: "";
  height: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
  background: -webkit-radial-gradient(circle farthest-side, #d94e18, #d94e18 10%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #d94e18, #d94e18 10%, transparent 50%, transparent);
  background-repeat: repeat-x;
  background-size: 10px;
}
.about .about-item ul {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  padding-bottom: 40px;
}
.about .about-item ul li {
  background-image: url("../images/icon_check_red.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0px 5px;
  padding-left: 35px;
  line-height: 2.2em;
  margin-bottom: 10px;
  min-height: 24px;
}
.about .about-item-parts {
  background-image: url("../images/about_img_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: 338px auto;
  background-position: top 64px center;
}
.about .about-item-parts h3 {
  padding-bottom: 290px;
}
.about .about-item-detail ul {
  padding-bottom: 20px;
}
.about .about-item-detail p {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 2em;
}
.about .about-item-detail .kome {
  margin-bottom: 0px;
}

/*********************
BANNER
*********************/
.banner {
  padding-top: 30px;
  padding-bottom: 60px;
}
.banner .slick-box {
  position: relative;
}
.banner .slick-box .banner-slick .banner-slide {
  width: 276px;
  margin-left: 7px;
  margin-right: 7px;
}
.banner .slick-box .banner-slick .banner-slide .banner-slider-img {
  width: 276px;
  margin-bottom: 15px;
}
.banner .slick-box .banner-slick .banner-slide .banner-slider-img img {
  width: 276px;
  height: 276px;
}
.banner .slick-box .banner-slick .banner-slide .banner-slider-btn {
  display: block;
  background-color: #000;
  font-size: 1.0625rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  border-radius: 500px;
}
.banner .slick-box .banner-slick .banner-slide .banner-slider-btn:link, .banner .slick-box .banner-slick .banner-slide .banner-slider-btn:visited, .banner .slick-box .banner-slick .banner-slide .banner-slider-btn:hover, .banner .slick-box .banner-slick .banner-slide .banner-slider-btn:active {
  color: #ffffff;
}
.banner .slick-box .banner-slick .slick-prev,
.banner .slick-box .banner-slick .slick-next {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  z-index: 1;
  caret-color: transparent;
  top: 45%;
}
.banner .slick-box .banner-slick .slick-prev::before,
.banner .slick-box .banner-slick .slick-next::before {
  content: "";
}
.banner .slick-box .banner-slick .slick-prev {
  background-image: url("../images/icon_arrow_back_black_sp@2x.png.webp");
  left: 8vw;
}
.no-webp .banner .slick-box .banner-slick .slick-prev {
  background-image: url("../images/icon_arrow_back_black_sp@2x.png");
}
.banner .slick-box .banner-slick .slick-next {
  background-image: url("../images/icon_arrow_next_black_sp@2x.png.webp");
  right: 8vw;
}
.no-webp .banner .slick-box .banner-slick .slick-next {
  background-image: url("../images/icon_arrow_next_black_sp@2x.png");
}

/*********************
FEATURE
*********************/
.feature {
  background-color: #f2e2de;
  padding: 70px 0;
}
.feature h2 {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.feature h2 img {
  width: 280px;
  height: 130px;
}
.feature .feature-item-wrapper .feature-item .feature-item-img img {
  width: 100%;
}
.feature .feature-item-wrapper .feature-item .feature-item-text .feature-item-num {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.feature .feature-item-wrapper .feature-item .feature-item-text .feature-item-num img {
  width: 85px;
  height: 50px;
}
.feature .feature-item-wrapper .feature-item .feature-item-text h3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #d94e18;
  line-height: 1.9em;
  margin-bottom: 25px;
}
.feature .feature-item-wrapper .feature-item .feature-item-text p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
}
.feature .feature-item-wrapper-1 .feature-item-1 {
  background-image: url("../images/feature_01_bg_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 180px;
  padding-bottom: 140px;
}
.no-webp .feature .feature-item-wrapper-1 .feature-item-1 {
  background-image: url("../images/feature_01_bg_sp@2x.png");
}
.feature .feature-item-wrapper-2 .feature-item-2 {
  margin-top: -100px;
}
.feature .feature-item-wrapper-3 .feature-item-3 {
  background-image: url("../images/feature_03_bg_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 180px;
}
.no-webp .feature .feature-item-wrapper-3 .feature-item-3 {
  background-image: url("../images/feature_03_bg_sp@2x.png");
}
.feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text p {
  margin-bottom: 50px;
}
.feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a {
  display: block;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #d94e18;
  border-radius: 500px;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  background-image: url("../images/icon_arrow_maru_red_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 30px;
}
.no-webp .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a {
  background-image: url("../images/icon_arrow_maru_red_sp@2x.png");
}
.feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:link, .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:visited, .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:hover, .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:active {
  color: #ffffff;
}

/*********************
COOKING
*********************/
.cooking {
  padding-top: 80px;
  padding-bottom: 70px;
}
.cooking h2 {
  width: 268px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.cooking h2 img {
  width: 268px;
  height: 128px;
}
.cooking .cooking-lead {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2em;
  margin-bottom: 50px;
}
.cooking .slick-box-cooking {
  position: relative;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  border: solid 3px #d94e18;
  border-radius: 43px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-photo-pc {
  display: none;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h3 {
  text-indent: -10000px;
  width: 90%;
  max-width: 294px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 294px auto;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right img.cooking-slide-photo-sp {
  width: 85%;
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h4 {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h4::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #d94e18;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
}
.cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right P {
  width: 85%;
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
  padding-bottom: 20px;
}
.cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-right h3 {
  background-image: url("../images/cooking_01_t_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-right h3 {
  background-image: url("../images/cooking_01_t_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-right h3 {
  background-image: url("../images/cooking_02_t_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-right h3 {
  background-image: url("../images/cooking_02_t_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-right h3 {
  background-image: url("../images/cooking_03_t_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-right h3 {
  background-image: url("../images/cooking_03_t_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-right h3 {
  background-image: url("../images/cooking_04_t_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-right h3 {
  background-image: url("../images/cooking_04_t_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-right h3 {
  background-image: url("../images/cooking_05_t_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-right h3 {
  background-image: url("../images/cooking_05_t_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .slick-prev,
.cooking .slick-box-cooking .cooking-slick .slick-next {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  z-index: 1;
  caret-color: transparent;
  top: 50%;
}
.cooking .slick-box-cooking .cooking-slick .slick-prev::before,
.cooking .slick-box-cooking .cooking-slick .slick-next::before {
  content: "";
}
.cooking .slick-box-cooking .cooking-slick .slick-prev {
  background-image: url("../images/icon_arrow_back_sp@2x.png.webp");
  left: -5vw;
}
.no-webp .cooking .slick-box-cooking .cooking-slick .slick-prev {
  background-image: url("../images/icon_arrow_back_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .slick-next {
  background-image: url("../images/icon_arrow_next_sp@2x.png.webp");
  right: -5vw;
}
.no-webp .cooking .slick-box-cooking .cooking-slick .slick-next {
  background-image: url("../images/icon_arrow_next_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-slick .slick-disabled {
  opacity: 0;
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item {
  display: none;
  width: 164px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 164px auto;
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(1) {
  background-image: url("../images/cooking_01_pager_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(1) {
  background-image: url("../images/cooking_01_pager_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(2) {
  background-image: url("../images/cooking_02_pager_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(2) {
  background-image: url("../images/cooking_02_pager_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(3) {
  background-image: url("../images/cooking_03_pager_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(3) {
  background-image: url("../images/cooking_03_pager_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(4) {
  background-image: url("../images/cooking_04_pager_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(4) {
  background-image: url("../images/cooking_04_pager_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(5) {
  background-image: url("../images/cooking_05_pager_sp@2x.png.webp");
}
.no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(5) {
  background-image: url("../images/cooking_05_pager_sp@2x.png");
}
.cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item-active {
  display: block;
}

/*********************
RECIPE
*********************/
.recipe {
  background-image: url("../images/recipe_bg_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background-color: #f2e2de;
  padding: 70px 0 90px 0;
}
.no-webp .recipe {
  background-image: url("../images/recipe_bg_sp@2x.png");
}
.recipe h2 {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.recipe h2 img {
  width: 340px;
  height: 300px;
}
.recipe .recipe-lead-ex .recipe-lead-text {
  background-image: url("../images/recipe_lead_bg_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: 150px 230px;
  background-position: center center;
  padding: 60px 0;
}
.no-webp .recipe .recipe-lead-ex .recipe-lead-text {
  background-image: url("../images/recipe_lead_bg_sp@2x.png");
}
.recipe .recipe-lead-ex .recipe-lead-text p {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2.1em;
}
.recipe .recipe-lead-ex .recipe-lead-img {
  display: none;
}
.recipe .slick-box-recipe {
  padding-bottom: 60px;
  position: relative;
}
.recipe .slick-box-recipe .slick-slide {
  margin-right: 7px;
  margin-left: 7px;
}
.recipe .slick-box-recipe .slick-slide:hover {
  cursor: pointer;
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img {
  margin-bottom: 20px;
  width: 264px;
  height: 342px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: auto;
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img01 {
  background-image: url("../images/recipe_01_img_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img01 {
  background-image: url("../images/recipe_01_img_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img02 {
  background-image: url("../images/recipe_02_img_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img02 {
  background-image: url("../images/recipe_02_img_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img03 {
  background-image: url("../images/recipe_03_img_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img03 {
  background-image: url("../images/recipe_03_img_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img04 {
  background-image: url("../images/recipe_04_img_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img04 {
  background-image: url("../images/recipe_04_img_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-img05 {
  background-image: url("../images/recipe_05_img_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img05 {
  background-image: url("../images/recipe_05_img_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-title {
  font-size: 1.1875rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 5px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: left top;
  min-height: 56px;
  margin-bottom: 10px;
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-title20min {
  background-image: url("../images/recipe_min20_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title20min {
  background-image: url("../images/recipe_min20_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-title25min {
  background-image: url("../images/recipe_min25_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title25min {
  background-image: url("../images/recipe_min25_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-title30min {
  background-image: url("../images/recipe_min30_sp@2x.png.webp");
}
.no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title30min {
  background-image: url("../images/recipe_min30_sp@2x.png");
}
.recipe .slick-box-recipe .slick-slide .recipe-slider-btn {
  background-color: #d94e18;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  padding: 3px 0;
}
.recipe .slick-box-recipe .slick-prev,
.recipe .slick-box-recipe .slick-next {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  z-index: 1;
  caret-color: transparent;
  top: 33%;
}
.recipe .slick-box-recipe .slick-prev::before,
.recipe .slick-box-recipe .slick-next::before {
  content: "";
}
.recipe .slick-box-recipe .slick-prev {
  background-image: url("../images/icon_arrow_back_sp@2x.png.webp");
  left: 11vw;
}
.no-webp .recipe .slick-box-recipe .slick-prev {
  background-image: url("../images/icon_arrow_back_sp@2x.png");
}
.recipe .slick-box-recipe .slick-next {
  background-image: url("../images/icon_arrow_next_sp@2x.png.webp");
  right: 11vw;
}
.no-webp .recipe .slick-box-recipe .slick-next {
  background-image: url("../images/icon_arrow_next_sp@2x.png");
}
.recipe .slick-box-recipe ul.slick-dots {
  position: relative;
  bottom: 0;
  top: 10px;
}
.recipe .slick-box-recipe ul.slick-dots li {
  margin: 0 2px;
}
.recipe .slick-box-recipe ul.slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 100px;
  background-color: #fff;
  opacity: 1;
}
.recipe .slick-box-recipe ul.slick-dots .slick-active button::before {
  background-color: #d94e18;
}
.recipe .recipe-attention h3 {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 60px;
}
.recipe .recipe-attention h3::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #d94e18;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}
.recipe .recipe-attention p {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
}

/*********************
RECIPE MODAL
*********************/
#recipeModal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(217, 78, 24, 0.5);
}
#recipeModal .recipeModal-base {
  position: relative;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 19px;
  padding: 25px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#recipeModal .recipeModal-base .recipe-detail {
  display: none;
  position: relative;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close {
  position: fixed;
  border: solid 1px #d94e18;
  color: #d94e18;
  font-size: 0.625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 25px;
  right: 20px;
  width: 40px;
  height: 50px;
  caret-color: transparent;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close:hover {
  cursor: pointer;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close .btn-close-l {
  position: absolute;
  background-color: #d94e18;
  height: 1px;
  width: 20px;
  top: 0px;
  left: 8px;
  background-color: #d94e18;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close .btn-close-l:nth-of-type(1) {
  top: 5px;
  -webkit-transform: translateY(10px) rotate(-35deg);
  transform: translateY(10px) rotate(-35deg);
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close .btn-close-l:nth-of-type(2) {
  top: 25px;
  -webkit-transform: translateY(-10px) rotate(35deg);
  transform: translateY(-10px) rotate(35deg);
}
#recipeModal .recipeModal-base .recipe-detail .recipe-btn-close .btn-close-text {
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  text-align: center;
}
#recipeModal .recipeModal-base .recipe-detail header {
  width: 90%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
#recipeModal .recipeModal-base .recipe-detail header h2 {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 75vh;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo {
  width: 100%;
  aspect-ratio: 302/195;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: auto;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo01 {
  background-image: url("../images/recipe_detail_01_img_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo01 {
  background-image: url("../images/recipe_detail_01_img_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo02 {
  background-image: url("../images/recipe_detail_02_img_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo02 {
  background-image: url("../images/recipe_detail_02_img_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo03 {
  background-image: url("../images/recipe_detail_03_img_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo03 {
  background-image: url("../images/recipe_detail_03_img_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo04 {
  background-image: url("../images/recipe_detail_04_img_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo04 {
  background-image: url("../images/recipe_detail_04_img_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo05 {
  background-image: url("../images/recipe_detail_05_img_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo05 {
  background-image: url("../images/recipe_detail_05_img_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img h2 {
  display: none;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time {
  width: 200px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time20 {
  background-image: url("../images/recipe_detail_time20_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time20 {
  background-image: url("../images/recipe_detail_time20_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time25 {
  background-image: url("../images/recipe_detail_time25_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time25 {
  background-image: url("../images/recipe_detail_time25_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time30 {
  background-image: url("../images/recipe_detail_time30_sp@2x.png.webp");
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time30 {
  background-image: url("../images/recipe_detail_time30_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img span.recipe-line {
  background-image: url("../images/recipe_line_sp@2x.png.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: auto;
  display: block;
  height: 12px;
  width: 100%;
}
.no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img span.recipe-line {
  background-image: url("../images/recipe_line_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box {
  margin-bottom: 30px;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box h3 {
  color: #d94e18;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box h4 {
  margin-bottom: 0.5em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box p {
  margin-bottom: 1em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul {
  list-style-type: none;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-zairyo {
  margin-bottom: 2em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-zairyo li {
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0.5em;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li {
  margin-bottom: 1.5em;
  background-image: url("../images/num01_sp@2x.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left top;
  padding-left: 32px;
  min-height: 32px;
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(1) {
  background-image: url("../images/num01_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(2) {
  background-image: url("../images/num02_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(3) {
  background-image: url("../images/num03_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(4) {
  background-image: url("../images/num04_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(5) {
  background-image: url("../images/num05_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(6) {
  background-image: url("../images/num06_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(7) {
  background-image: url("../images/num07_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(8) {
  background-image: url("../images/num08_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(9) {
  background-image: url("../images/num09_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(10) {
  background-image: url("../images/num10_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(11) {
  background-image: url("../images/num11_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li:nth-child(12) {
  background-image: url("../images/num12_sp@2x.png");
}
#recipeModal .recipeModal-base .recipe-detail-active {
  display: block;
}

/*********************
VOICE
*********************/
.voice {
  padding-top: 90px;
}
.voice h2 {
  width: 172px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.voice h2 img {
  width: 172px;
  height: 77px;
}
.voice .voice-wrapper .voice-cont {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.voice .voice-wrapper .voice-cont .voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.voice .voice-wrapper .voice-cont .voice-header img {
  width: 110px;
  margin-left: 12px;
}
.voice .voice-wrapper .voice-cont .voice-header .voice-header-meta {
  width: calc(85vw - 110px);
  margin-left: 3vw;
}
.voice .voice-wrapper .voice-cont .voice-header .voice-header-meta .voice-goods {
  color: #d94e18;
  font-size: 1.0625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 8px;
}
.voice .voice-wrapper .voice-cont .voice-header .voice-header-meta h3 {
  line-height: 2.4em;
}
.voice .voice-wrapper .voice-cont .voice-header .voice-header-meta h3 span.voice-h3-inner {
  background-color: #d94e18;
  color: #fff;
  border-radius: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 3px 12px;
}
.voice .voice-wrapper .voice-cont .voice-text {
  border: solid 12px #f2e2de;
  border-radius: 20px;
  margin-top: -22px;
  padding: 25px 20px 15px 20px;
}

/*********************
Q&A
*********************/
.qa {
  background-color: #f2e2de;
  padding-top: 80px;
  padding-bottom: 30px;
}
.qa h2 {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.qa h2 img {
  width: 260px;
  height: 70px;
}
.qa .qa-wrapper {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 0 0 0;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.qa .qa-wrapper .qa-cont {
  border-bottom: solid 1px #d94e18;
  padding: 18px 0;
}
.qa .qa-wrapper .qa-cont > div {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}
.qa .qa-wrapper .qa-cont .qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/icon_q_sp@2x.png");
  background-repeat: no-repeat;
  background-size: 24px 30px;
  background-position: top left;
}
.qa .qa-wrapper .qa-cont .qa-q p {
  padding-right: 20px;
  line-height: 2em;
  width: calc(100% - 20px);
}
.qa .qa-wrapper .qa-cont .qa-q .qa-icon {
  position: relative;
  width: 14px;
  height: 14px;
  padding-top: 15px;
}
.qa .qa-wrapper .qa-cont .qa-q .qa-icon span {
  position: absolute;
  display: block;
  background-color: #d94e18;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.qa .qa-wrapper .qa-cont .qa-a {
  display: none;
  background-image: url("../images/icon_a_sp@2x.png");
  background-repeat: no-repeat;
  background-size: 24px 30px;
  background-position: top left;
  position: relative;
  top: 10px;
  padding-bottom: 20px;
}
.qa .qa-wrapper .qa-cont .qa-a p {
  padding-right: 20px;
  line-height: 2em;
}
.qa .qa-wrapper .qa-cont .slidebtn-on .qa-icon span:nth-of-type(2) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.qa .qa-wrapper .q-cont-last-right {
  border: 0;
}

/*********************
INFO
*********************/
.info .info-wrapper .delivery {
  padding: 80px 0 50px 0;
}
.info .info-wrapper .delivery h2 {
  font-size: 2.0625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
.info .info-wrapper .delivery .delivery-cont {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.info .info-wrapper .delivery .delivery-cont h3 {
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.info .info-wrapper .save {
  padding: 60px 0 50px 0;
  background-color: #f2e2de;
}
.info .info-wrapper .save h2 {
  font-size: 2.0625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 35px;
}
.info .info-wrapper .save table {
  background-color: #fff;
  border-collapse: collapse;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.info .info-wrapper .save table tr {
  border-bottom: solid 1px #d94e18;
}
.info .info-wrapper .save table tr:last-child {
  border: 0;
}
.info .info-wrapper .save table tr th {
  margin: 0;
  border-right: dashed 1px #d94e18;
  padding: 15px 5px;
  text-align: center;
}
.info .info-wrapper .save table tr td {
  margin: 0;
  padding: 15px 15px;
}

/*********************
FOOTER
*********************/
footer {
  background-image: url("../images/footer_bg_sp.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 50px;
}
footer .footer-wrapper .footer-logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
footer .footer-wrapper .footer-logoarea .footer-logo {
  width: 150px;
}
footer .footer-wrapper .footer-logoarea .footer-logo img {
  width: 150px;
  height: 79px;
}
footer .footer-wrapper .footer-logoarea a {
  display: block;
  width: 58px;
}
footer .footer-wrapper .footer-logoarea a img {
  width: 58px;
  height: 86px;
}
footer .footer-wrapper .footer-navi {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-wrapper .footer-navi a {
  text-decoration: none;
}
footer .footer-wrapper .footer-navi nav {
  margin-bottom: 40px;
}
footer .footer-wrapper .footer-navi nav ul {
  list-style: none;
}
footer .footer-wrapper .footer-navi nav ul li {
  margin-bottom: 1em;
}
footer .footer-wrapper .footer-navi address .footer-sns {
  margin-bottom: 10px;
}
footer .footer-wrapper .footer-navi address .footer-sns a {
  display: block;
  width: 45px;
  height: 45px;
}
footer .footer-wrapper .footer-navi address .footer-sns a img {
  width: 45px;
  height: 45px;
}

/*********************
PAGE common
*********************/
.page {
  background-color: #f2e2de;
  padding-top: 110px;
  padding-bottom: 80px;
  word-break: break-all;
}
.page article {
  background-color: #fff;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}
.page article h1 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 70px;
}
.page article h1::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #d94e18;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}
.page article .page-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page article .page-content section {
  padding-bottom: 30px;
}
.page article .page-content section h2 {
  font-size: 1.0625rem;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 8px;
}
.page article .page-content section p {
  margin-bottom: 1em;
}
.page article input[type=text],
.page article input[type=email] {
  width: 100%;
  padding: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page article input.short {
  width: 48%;
}
.page article select {
  padding: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page article textarea {
  width: 100%;
  padding: 10px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page article input[type=button] {
  width: 150px;
  display: inline-block;
  margin: 20px;
  padding: 10px 0;
  font-size: 1.125rem;
}
.page article .btn-submit {
  width: 150px;
  display: inline-block;
  margin: 20px;
  background-color: #d94e18;
  border: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 1.125rem;
}
.page article span.error {
  display: block;
  color: #ff0000;
  font-size: 0.9em;
  padding: 2px;
  margin-top: 4px;
}

/*********************
PAGE privacy
*********************/
.privacy article .page-content section ol {
  padding-left: 1em;
}
.privacy article .page-content section ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 1em;
}
.privacy article .page-content section ol li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}

/*********************
PAGE tos
*********************/
.tos article .page-content section .tos-table-box table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
}
.tos article .page-content section .tos-table-box table th {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #cccccc;
  background-color: #f3f3f3;
  text-align: left;
}
.tos article .page-content section .tos-table-box table td {
  padding: 5px;
  width: 80px;
  border: solid 1px #cccccc;
}

/*********************
PAGE contact
*********************/
.contact article .page-content section dl dt {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact article .page-content section dl dd {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact article .page-content section .contact-footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact article .page-content section .contact-thanks {
  padding-bottom: 15em;
  text-align: center;
}
.contact article .page-content section .contact-lead {
  text-align: center;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Form	
	- Image
	- Links
	- Normalize
# Breakpoints
	- Pc
	- Sp
	- Tb
# global
	- Colors
	- Mixins
	- Typography
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /*********************
  PC
  BASE
  *********************/
  body {
    font-size: 1.0625rem;
    line-height: 1.8em;
    min-width: 1024px;
  }
  /*********************
  HEADER
  *********************/
  .m-btn {
    top: 50px;
    right: 50px;
    width: 85px;
    height: 85px;
    background-image: url("../images/menu_white_pc@2x.png");
    background-size: 46px auto;
    background-position: bottom 12px left 17px;
  }
  .m-btn .menu-l {
    left: 20px;
    height: 3px;
    border-radius: 5px;
  }
  .m-btn .menu-l:nth-of-type(1) {
    top: 18px;
  }
  .m-btn .menu-l:nth-of-type(2) {
    top: 31px;
  }
  .m-btn .menu-l:nth-of-type(3) {
    top: 44px;
  }
  .menu-scroll,
  .menu-page {
    background-image: url("../images/menu_red_pc@2x.png");
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .menu-active {
    background-image: url("../images/menu_red_pc@2x.png");
  }
  .menu-active .menu-l:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-35deg);
    transform: translateY(13px) rotate(-35deg);
  }
  .menu-active .menu-l:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(35deg);
    transform: translateY(-13px) rotate(35deg);
  }
  .header .header-logo {
    width: 130px;
    height: 68px;
    margin-left: 70px;
    margin-top: 80px;
  }
  .header .header-logo a {
    width: 130px;
    height: 68px;
    background-image: url("../images/logo_white_pc@2x.png.webp");
  }
  .no-webp .header .header-logo a {
    background-image: url("../images/logo_white_pc@2x.png");
  }
  .header .header-logo-scroll a,
  .header .header-logo-page a {
    background-image: url("../images/logo_black_pc@2x.png.webp");
  }
  .no-webp .header .header-logo-scroll a,
  .no-webp .header .header-logo-page a {
    background-image: url("../images/logo_black_pc@2x.png");
  }
  .header #h-navi .site-title {
    padding-top: 80px;
    padding-left: 70px;
    padding-bottom: 30px;
  }
  .header #h-navi .site-title img {
    width: 130px;
    height: 68px;
  }
  .header #h-navi nav {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header #h-navi nav ul {
    padding: 0px 50px 0 0;
    width: 66.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 340px;
    line-height: 30px;
  }
  .header #h-navi nav ul li {
    font-size: 20px;
  }
  .header #h-navi nav ul.submenu {
    padding: 0;
    padding-top: 15px;
    width: 33.33%;
    display: block;
    height: auto;
    line-height: 2.2em;
  }
  .header #h-navi nav ul.submenu li {
    font-size: 14px;
  }
  .header #h-navi .header-sns {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .header #h-navi .header-sns a {
    width: 50px;
  }
  .header #h-navi .header-sns a img {
    width: 50px;
    height: 50px;
  }
  /*********************
  BUTTON BUY
  *********************/
  .btn-buy {
    width: 210px;
    height: 240px;
  }
  .btn-buy a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .btn-buy a img {
    width: 100%;
    height: auto;
  }
  .btn-buy a:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  /*********************
  KV
  *********************/
  .kv {
    height: initial;
    max-height: initial;
  }
  .kv a {
    bottom: 0%;
    right: 4%;
    width: 210px;
    height: 240px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .kv a:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .kv a img {
    width: 210px;
    height: 240px;
  }
  .kv .kv-img {
    height: initial;
    max-height: initial;
    aspect-ratio: 720/377;
  }
  .kv .kv-bottom {
    width: 100%;
    position: absolute;
    bottom: -1px;
  }
  .kv .kv-bottom img {
    width: 100%;
    aspect-ratio: 20/1;
  }
  /*********************
  LEAD
  *********************/
  .lead {
    padding-top: 125px;
    padding-bottom: 150px;
    position: relative;
  }
  .lead .lead-text-sp {
    display: none;
  }
  .lead .lead-text-pc {
    display: block;
    position: absolute;
    top: 120px;
    left: 11%;
    z-index: 5;
    background-color: #fff;
    font-size: 1.1875rem;
    line-height: 2.2em;
    width: 532px;
    height: 270px;
  }
  .lead .lead-text-pc p {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
  .lead .lead-slick-wrapper .lead-slick .slick-slide {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  /*********************
  BORN
  *********************/
  .born {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
  .born .born-left {
    width: 430px;
  }
  .born .born-left h2 {
    padding-bottom: 60px;
  }
  .born .born-left h2 img {
    width: 430px;
  }
  .born .born-left .born-img-pc {
    display: block;
    width: 430px;
  }
  .born .born-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 90px;
  }
  .born .born-right p {
    width: 100%;
    margin-bottom: 50px;
    line-height: 2.27em;
  }
  .born .born-right .born-img-sp {
    display: none;
  }
  /*********************
  BEEF
  *********************/
  .beef {
    padding-top: 120px;
    padding-bottom: 139px;
  }
  .beef h2 {
    margin-bottom: 40px;
    background-image: url("../images/beef_t_pc@2x.png.webp");
    background-size: 894px 309px;
  }
  .no-webp .beef h2 {
    background-image: url("../images/beef_t_pc@2x.png");
  }
  .beef p {
    width: 100%;
    text-align: center;
    font-size: 1.1875rem;
    line-height: 2.36em;
  }
  /*********************
  ABOUT
  *********************/
  .about {
    padding-bottom: 150px;
  }
  .about h2 {
    width: 100%;
    height: 252px;
    margin-top: -79px;
  }
  .about h2 img {
    width: 487px;
    height: 252px;
  }
  .about .about-item {
    width: 95%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .about-item::after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: -webkit-radial-gradient(circle farthest-side, #d94e18, #d94e18 10%, transparent 50%, transparent);
    background: radial-gradient(circle farthest-side, #d94e18, #d94e18 10%, transparent 50%, transparent);
    background-repeat: repeat-x;
    background-size: 10px;
  }
  .about .about-item h3 {
    width: 100%;
    font-size: 1.625rem;
    padding-bottom: 50px;
  }
  .about .about-item h3::after {
    content: none;
  }
  .about .about-item ul {
    width: 100%;
    padding-bottom: 60px;
  }
  .about .about-item ul li {
    font-size: 1.1875rem;
    background-position: 0px 10px;
    margin-bottom: 10px;
  }
  .about .about-item-brand ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .about-item-brand ul li {
    margin-right: 30px;
  }
  .about .about-item-parts {
    background-image: url("../images/about_img_pc@2x.png.webp");
    background-repeat: no-repeat;
    background-size: 510px auto;
    background-position: top 70px right;
  }
  .no-webp .about .about-item-parts {
    background-image: url("../images/about_img_pc@2x.png");
  }
  .about .about-item-parts h3 {
    padding-top: 80px;
  }
  .about .about-item-detail {
    width: 100%;
    max-width: initial;
  }
  .about .about-item-detail::after {
    display: none;
  }
  .about .about-item-detail h3 {
    width: 95%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }
  .about .about-item-detail ul {
    padding-bottom: 30px;
  }
  .about .about-item-detail p {
    width: 95%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2em;
  }
  .about .about-item-detail .about-text p {
    margin-bottom: 0;
  }
  /*********************
  BANNER
  *********************/
  .banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .banner .slick-box .banner-slick {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .slick-box .banner-slick .banner-slide {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner .slick-box .banner-slick .banner-slide .banner-slider-img {
    width: auto;
  }
  .banner .slick-box .banner-slick .banner-slide .banner-slider-img img {
    width: 100%;
    height: auto;
  }
  .banner .slick-box .banner-slick .banner-slide .banner-slider-btn {
    font-size: 1.25rem;
    padding: 7px 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: solid 2px rgba(1, 1, 1, 0);
  }
  .banner .slick-box .banner-slick .banner-slide .banner-slider-btn:hover {
    border: solid 2px rgb(1, 1, 1);
    background-color: #fff;
    color: #000;
  }
  .banner .slick-box .banner-slick .slick-prev,
  .banner .slick-box .banner-slick .slick-next {
    width: 68px;
    height: 68px;
    background-size: 68px 68px;
    margin-top: -34px;
    top: 55%;
  }
  .banner .slick-box .banner-slick .slick-prev {
    background-image: url("../images/icon_arrow_back_black_pc@2x.png.webp");
    left: -25px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .banner .slick-box .banner-slick .slick-prev {
    background-image: url("../images/icon_arrow_back_black_pc@2x.png");
  }
  .banner .slick-box .banner-slick .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_black_hover_pc@2x.png.webp");
  }
  .no-webp .banner .slick-box .banner-slick .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_black_hover_pc@2x.png");
  }
  .banner .slick-box .banner-slick .slick-next {
    background-image: url("../images/icon_arrow_next_black_pc@2x.png.webp");
    right: -25px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .banner .slick-box .banner-slick .slick-next {
    background-image: url("../images/icon_arrow_next_black_pc@2x.png");
  }
  .banner .slick-box .banner-slick .slick-next:hover {
    background-image: url("../images/icon_arrow_next_black_hover_pc@2x.png.webp");
  }
  .no-webp .banner .slick-box .banner-slick .slick-next:hover {
    background-image: url("../images/icon_arrow_next_black_hover_pc@2x.png");
  }
  /*********************
  FEATURE
  *********************/
  .feature {
    position: relative;
    padding-top: 130px;
    padding-bottom: 180px;
  }
  .feature h2 {
    width: 390px;
  }
  .feature h2 img {
    width: 390px;
    height: 180px;
  }
  .feature .feature-item-wrapper {
    position: relative;
  }
  .feature .feature-item-wrapper .feature-item {
    background: none;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature .feature-item-wrapper .feature-item .feature-item-text .feature-item-num {
    width: 364px;
    margin-left: 0;
  }
  .feature .feature-item-wrapper .feature-item .feature-item-text .feature-item-num img {
    width: 110px;
    height: 60px;
  }
  .feature .feature-item-wrapper .feature-item .feature-item-text h3 {
    width: 420px;
    margin-left: 0;
    font-size: 1.75rem;
  }
  .feature .feature-item-wrapper .feature-item .feature-item-text p {
    width: 380px;
    margin-left: 0;
    font-size: 1.1875rem;
  }
  .feature .feature-item-wrapper-1 {
    background-image: url("../images/feature_01_pc@2x.png.webp");
    background-repeat: no-repeat;
    background-size: 1440px auto;
    background-position: top center;
    width: 100%;
    height: 748px;
  }
  .no-webp .feature .feature-item-wrapper-1 {
    background-image: url("../images/feature_01_pc@2x.png");
  }
  .feature .feature-item-wrapper-1 .feature-item-1 {
    padding-top: 105px;
  }
  .feature .feature-item-wrapper-1 .feature-item-1 .feature-item-img {
    display: none;
  }
  .feature .feature-item-wrapper-2 {
    background-image: url("../images/feature_02_pc@2x.png.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 800px;
    width: 100%;
  }
  .no-webp .feature .feature-item-wrapper-2 {
    background-image: url("../images/feature_02_pc@2x.png");
  }
  .feature .feature-item-wrapper-2 .feature-item-2 {
    padding-top: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .feature .feature-item-wrapper-2 .feature-item-2 .feature-item-img {
    display: none;
  }
  .feature .feature-item-wrapper-2 .feature-item-2 .feature-item-text p {
    width: 430px;
  }
  .feature .feature-item-wrapper-3 {
    background-image: url("../images/feature_03_pc@2x.png.webp");
    background-repeat: no-repeat;
    background-size: 1440px auto;
    background-position: top center;
    height: 830px;
    width: 100%;
  }
  .no-webp .feature .feature-item-wrapper-3 {
    background-image: url("../images/feature_03_pc@2x.png");
  }
  .feature .feature-item-wrapper-3 .feature-item-3 {
    padding-top: 60px;
  }
  .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-img img {
    display: none;
  }
  .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text p {
    width: 460px;
    margin-bottom: 100px;
  }
  .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a {
    width: 588px;
    font-size: 1.75rem;
    background-size: 46px;
    padding: 30px 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: solid 3px rgba(255, 255, 255, 0);
    background-image: url("../images/icon_arrow_maru_red_pc@2x.png.webp");
  }
  .no-webp .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a {
    background-image: url("../images/icon_arrow_maru_red_pc@2x.png");
  }
  .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:hover {
    background-color: #fff;
    color: #d94e18;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-image: url("../images/icon_arrow_maru_white_pc@2x.png.webp");
    border: solid 3px #d94e18;
  }
  .no-webp .feature .feature-item-wrapper-3 .feature-item-3 .feature-item-text a:hover {
    background-image: url("../images/icon_arrow_maru_white_pc@2x.png");
  }
  /*********************
  COOKING
  *********************/
  .cooking {
    padding-top: 150px;
    padding-bottom: 160px;
  }
  .cooking h2 {
    width: 370px;
    margin-bottom: 40px;
  }
  .cooking h2 img {
    width: 370px;
    height: 170px;
  }
  .cooking .cooking-lead {
    font-size: 1.375rem;
    margin-bottom: 80px;
  }
  .cooking .slick-box-cooking {
    width: 83%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 50px 0;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-photo-pc {
    display: block;
    width: 42%;
    max-width: 437px;
    aspect-ratio: 437/326;
    margin-right: 5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: auto;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right {
    width: 45%;
    max-width: 410px;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h3 {
    max-width: initial;
    width: 190px;
    height: 50px;
    margin: 0;
    background-size: 190px auto;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right img.cooking-slide-photo-sp {
    display: none;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h4 {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 1.75rem;
    text-align: left;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right h4::after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cooking .slick-box-cooking .cooking-slick .slick-slide .cooking-slide-right P {
    margin: 0;
    width: auto;
    max-width: initial;
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_01_img_pc@2x.jpg.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_01_img_pc@2x.jpg");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-right h3 {
    background-image: url("../images/cooking_01_t_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide01 .cooking-slide-right h3 {
    background-image: url("../images/cooking_01_t_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_02_img_pc@2x.jpg.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_02_img_pc@2x.jpg");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-right h3 {
    background-image: url("../images/cooking_02_t_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide02 .cooking-slide-right h3 {
    background-image: url("../images/cooking_02_t_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_03_img_pc@2x.jpg.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_03_img_pc@2x.jpg");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-right h3 {
    background-image: url("../images/cooking_03_t_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide03 .cooking-slide-right h3 {
    background-image: url("../images/cooking_03_t_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_04_img_pc@2x.jpg.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_04_img_pc@2x.jpg");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-right h3 {
    background-image: url("../images/cooking_04_t_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide04 .cooking-slide-right h3 {
    background-image: url("../images/cooking_04_t_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_05_img_pc@2x.jpg.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-photo-pc {
    background-image: url("../images/cooking_05_img_pc@2x.jpg");
  }
  .cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-right h3 {
    background-image: url("../images/cooking_05_t_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .cooking-slide05 .cooking-slide-right h3 {
    background-image: url("../images/cooking_05_t_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .slick-prev,
  .cooking .slick-box-cooking .cooking-slick .slick-next {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .cooking .slick-box-cooking .cooking-slick .slick-prev {
    background-image: url("../images/icon_arrow_back_pc@2x.png.webp");
    left: -2vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .slick-prev {
    background-image: url("../images/icon_arrow_back_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_hover_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_hover_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .slick-next {
    background-image: url("../images/icon_arrow_next_pc@2x.png.webp");
    right: -2vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .slick-next {
    background-image: url("../images/icon_arrow_next_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-slick .slick-next:hover {
    background-image: url("../images/icon_arrow_next_hover_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-slick .slick-next:hover {
    background-image: url("../images/icon_arrow_next_hover_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item {
    width: 210px;
    height: 35px;
    background-size: 210px auto;
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(1) {
    background-image: url("../images/cooking_01_pager_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(1) {
    background-image: url("../images/cooking_01_pager_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(2) {
    background-image: url("../images/cooking_02_pager_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(2) {
    background-image: url("../images/cooking_02_pager_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(3) {
    background-image: url("../images/cooking_03_pager_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(3) {
    background-image: url("../images/cooking_03_pager_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(4) {
    background-image: url("../images/cooking_04_pager_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(4) {
    background-image: url("../images/cooking_04_pager_pc@2x.png");
  }
  .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(5) {
    background-image: url("../images/cooking_05_pager_pc@2x.png.webp");
  }
  .no-webp .cooking .slick-box-cooking .cooking-pager-box .cooking-pager-item:nth-child(5) {
    background-image: url("../images/cooking_05_pager_pc@2x.png");
  }
  /*********************
  RECIPE
  *********************/
  .recipe {
    background-image: url("../images/recipe_bg_pc@2x.png.webp");
    padding: 110px 0 160px 0;
  }
  .no-webp .recipe {
    background-image: url("../images/recipe_bg_pc@2x.png");
  }
  .recipe h2 {
    width: 520px;
    margin-bottom: 60px;
  }
  .recipe h2 img {
    width: 520px;
    height: 200px;
  }
  .recipe .recipe-lead-ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .recipe .recipe-lead-ex .recipe-lead-text {
    background-image: url("../images/recipe_lead_bg_pc@2x.png.webp");
    background-size: 205px 347px;
    margin-right: 15px;
    padding: 60px 0 40px 0;
  }
  .no-webp .recipe .recipe-lead-ex .recipe-lead-text {
    background-image: url("../images/recipe_lead_bg_pc@2x.png");
  }
  .recipe .recipe-lead-ex .recipe-lead-text p {
    font-size: 1.25rem;
    line-height: 2.5em;
  }
  .recipe .recipe-lead-ex .recipe-lead-img {
    display: block;
    width: 520px;
    margin-left: 15px;
  }
  .recipe .recipe-lead-ex .recipe-lead-img img {
    width: 520px;
    height: 296px;
  }
  .recipe .slick-box-recipe {
    padding-bottom: 200px;
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img {
    width: 320px;
    height: 316px;
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img01 {
    background-image: url("../images/recipe_01_img_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img01 {
    background-image: url("../images/recipe_01_img_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img02 {
    background-image: url("../images/recipe_02_img_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img02 {
    background-image: url("../images/recipe_02_img_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img03 {
    background-image: url("../images/recipe_03_img_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img03 {
    background-image: url("../images/recipe_03_img_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img04 {
    background-image: url("../images/recipe_04_img_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img04 {
    background-image: url("../images/recipe_04_img_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-img05 {
    background-image: url("../images/recipe_05_img_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-img05 {
    background-image: url("../images/recipe_05_img_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-title {
    font-size: 1.25rem;
    background-size: 60px;
    min-height: 60px;
    padding-left: 65px;
    background-position: left center;
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-title20min {
    background-image: url("../images/recipe_min20_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title20min {
    background-image: url("../images/recipe_min20_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-title25min {
    background-image: url("../images/recipe_min25_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title25min {
    background-image: url("../images/recipe_min25_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-title30min {
    background-image: url("../images/recipe_min30_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-slide .recipe-slider-title30min {
    background-image: url("../images/recipe_min30_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-slide .recipe-slider-btn {
    display: none;
  }
  .recipe .slick-box-recipe .slick-prev,
  .recipe .slick-box-recipe .slick-next {
    width: 68px;
    height: 68px;
    background-size: 68px 68px;
    margin-top: -34px;
    top: 30%;
  }
  .recipe .slick-box-recipe .slick-prev {
    background-image: url("../images/icon_arrow_back_pc@2x.png.webp");
    left: 5vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .recipe .slick-box-recipe .slick-prev {
    background-image: url("../images/icon_arrow_back_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_hover_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-prev:hover {
    background-image: url("../images/icon_arrow_back_hover_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-next {
    background-image: url("../images/icon_arrow_next_pc@2x.png.webp");
    right: 5vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .no-webp .recipe .slick-box-recipe .slick-next {
    background-image: url("../images/icon_arrow_next_pc@2x.png");
  }
  .recipe .slick-box-recipe .slick-next:hover {
    background-image: url("../images/icon_arrow_next_hover_pc@2x.png.webp");
  }
  .no-webp .recipe .slick-box-recipe .slick-next:hover {
    background-image: url("../images/icon_arrow_next_hover_pc@2x.png");
  }
  .recipe .recipe-attention h3 {
    font-size: 1.875rem;
    padding-bottom: 100px;
  }
  .recipe .recipe-attention h3::after {
    width: 28px;
    margin-top: 50px;
  }
  .recipe .recipe-attention p {
    width: 940px;
    font-size: 1.1875rem;
  }
  /*********************
  RECIPE MODAL
  *********************/
  #recipeModal .recipeModal-base {
    padding: 40px 0;
  }
  #recipeModal .recipeModal-base .recipe-detail {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-btn-close {
    top: 40px;
    right: 40px;
  }
  #recipeModal .recipeModal-base .recipe-detail header {
    display: none;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content {
    display: block;
    overflow: initial;
    width: 703px;
    margin-left: auto;
    margin-right: auto;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img {
    padding-top: 20px;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo {
    aspect-ratio: 703/455;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo01 {
    background-image: url("../images/recipe_detail_01_img_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo01 {
    background-image: url("../images/recipe_detail_01_img_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo02 {
    background-image: url("../images/recipe_detail_02_img_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo02 {
    background-image: url("../images/recipe_detail_02_img_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo03 {
    background-image: url("../images/recipe_detail_03_img_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo03 {
    background-image: url("../images/recipe_detail_03_img_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo04 {
    background-image: url("../images/recipe_detail_04_img_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo04 {
    background-image: url("../images/recipe_detail_04_img_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo05 {
    background-image: url("../images/recipe_detail_05_img_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-photo05 {
    background-image: url("../images/recipe_detail_05_img_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img h2 {
    display: block;
    font-size: 1.625rem;
    font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time {
    width: 240px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time20 {
    background-image: url("../images/recipe_detail_time20_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time20 {
    background-image: url("../images/recipe_detail_time20_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time25 {
    background-image: url("../images/recipe_detail_time25_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time25 {
    background-image: url("../images/recipe_detail_time25_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time30 {
    background-image: url("../images/recipe_detail_time30_pc@2x.png.webp");
  }
  .no-webp #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img .recipe-detail-content-time30 {
    background-image: url("../images/recipe_detail_time30_pc@2x.png");
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-img span.recipe-line {
    display: none;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box {
    width: 40%;
    font-size: 1.1875rem;
    padding-right: 10px;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box h3 {
    margin-bottom: 1.5em;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box p {
    margin-bottom: 1.5em;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul li {
    line-height: 1.6em;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box ul.recipe-tejun li {
    padding-left: 52px;
  }
  #recipeModal .recipeModal-base .recipe-detail .recipe-detail-content .recipe-detail-content-text .recipe-detail-content-text-box-right {
    padding-right: 0;
    padding-left: 40px;
    width: 60%;
    background-image: url("../images/line_red@2x.png");
    background-repeat: repeat-y;
    background-size: 3px 7px;
    background-position: left top;
  }
  /*********************
  VOICE
  *********************/
  .voice {
    padding-top: 195px;
  }
  .voice h2 {
    width: 250px;
    margin-bottom: 100px;
  }
  .voice h2 img {
    width: 250px;
    height: 110px;
  }
  .voice .voice-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 170px;
  }
  .voice .voice-wrapper .voice-cont {
    width: 295px;
    margin-right: 18px;
    margin-left: 18px;
  }
  .voice .voice-wrapper .voice-cont .voice-header {
    display: block;
  }
  .voice .voice-wrapper .voice-cont .voice-header img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .voice .voice-wrapper .voice-cont .voice-header .voice-header-meta {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice .voice-wrapper .voice-cont .voice-header .voice-header-meta .voice-goods {
    text-align: center;
    font-size: 1.125rem;
  }
  .voice .voice-wrapper .voice-cont .voice-header .voice-header-meta h3 {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .voice .voice-wrapper .voice-cont .voice-header .voice-header-meta h3 span.voice-h3-inner {
    font-size: 1.375rem;
    line-height: 1.8em;
    background: none;
    -webkit-box-decoration-break: initial;
    box-decoration-break: initial;
    padding: 0;
  }
  .voice .voice-wrapper .voice-cont .voice-header .voice-header-meta h3 span.voice-h3-inner span {
    display: block;
    width: 100%;
    background-color: #d94e18;
    border-radius: 5px;
    margin-bottom: 8px;
  }
  .voice .voice-wrapper .voice-cont .voice-text {
    height: 360px;
    border: solid 24px #f2e2de;
    border-radius: 30px;
    margin-top: -18px;
    padding: 28px 30px 28px 30px;
  }
  /*********************
  Q&A
  *********************/
  .qa {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .qa h2 {
    width: 350px;
    margin-bottom: 35px;
  }
  .qa h2 img {
    width: 350px;
    height: 120px;
  }
  .qa .qa-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: none;
    width: 940px;
  }
  .qa .qa-wrapper .qa-cont > div {
    padding-left: 35px;
  }
  .qa .qa-wrapper .qa-cont .qa-q {
    background-position: top 3px left;
  }
  .qa .qa-wrapper .qa-cont .qa-a {
    background-position: top 3px left;
  }
  .qa .qa-wrapper .q-cont-last-left,
  .qa .qa-wrapper .q-cont-last-right {
    border: 0;
  }
  .qa .qa-wrapper .qa-left,
  .qa .qa-wrapper .qa-right {
    width: 450px;
    background-color: #fff;
    border-radius: 25px;
  }
  /*********************
  INFO
  *********************/
  .info {
    padding-bottom: 150px;
    background-color: #f2e2de;
  }
  .info .info-wrapper {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info .info-wrapper .delivery {
    padding: 0;
    width: 48.5%;
  }
  .info .info-wrapper .delivery h2 {
    font-size: 2rem;
    text-align: left;
  }
  .info .info-wrapper .delivery .delivery-cont {
    width: 100%;
    padding-bottom: 0;
  }
  .info .info-wrapper .delivery .delivery-cont p {
    margin-bottom: 40px;
  }
  .info .info-wrapper .save {
    padding: 0;
    width: 48%;
  }
  .info .info-wrapper .save h2 {
    font-size: 2rem;
    text-align: left;
  }
  .info .info-wrapper .save table {
    width: 100%;
    font-size: 0.9375rem;
  }
  /*********************
  FOOTER
  *********************/
  footer {
    background-image: url("../images/footer_bg_pc.svg");
    padding-bottom: 70px;
  }
  footer .footer-wrapper .footer-logoarea {
    width: 940px;
    margin-bottom: 50px;
  }
  footer .footer-wrapper .footer-logoarea .footer-logo {
    width: 216px;
  }
  footer .footer-wrapper .footer-logoarea .footer-logo img {
    width: 216px;
    height: 114px;
  }
  footer .footer-wrapper .footer-logoarea a {
    width: 80px;
  }
  footer .footer-wrapper .footer-logoarea a img {
    width: 80px;
    height: 100px;
  }
  footer .footer-wrapper .footer-navi {
    width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  footer .footer-wrapper .footer-navi nav {
    margin-bottom: 0;
  }
  footer .footer-wrapper .footer-navi nav li:last-child {
    margin-bottom: 0;
  }
  footer .footer-wrapper .footer-navi address .footer-sns {
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-navi address .footer-sns a {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-left: auto;
  }
  footer .footer-wrapper .footer-navi address .footer-sns a img {
    width: 50px;
    height: 50px;
  }
  /*********************
  PAGE common
  *********************/
  .page {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .page article {
    width: 90%;
    padding: 100px 0;
  }
  .page article h1 {
    font-size: 2.375rem;
    font-family: "Zen Kaku Gothic New Bold", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic Medium", YU Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-bottom: 150px;
  }
  .page article h1::after {
    width: 50px;
    margin-top: 50px;
  }
  .page article .page-content {
    max-width: 940px;
  }
  .page article .page-content section h2 {
    font-size: 1.375rem;
  }
  .page article textarea {
    height: 15em;
  }
  .page article input[type=button] {
    font-size: 1.5rem;
    width: 300px;
    padding: 20px 0;
    margin: 40px;
  }
  .page article .btn-submit {
    font-size: 1.5rem;
    width: 300px;
    padding: 20px 0;
    margin: 40px;
  }
  /*********************
  PAGE privacy
  *********************/
  .privacy article .page-content section ol {
    padding-left: 2em;
  }
  /*********************
  PAGE tos
  *********************/
  .tos article .page-content section .tos-table-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tos article .page-content section .tos-table-box table {
    width: auto;
    margin-right: 80px;
    font-size: 0.9375rem;
  }
  .tos article .page-content section .tos-table-box table td {
    width: 150px;
  }
  /*********************
  PAGE contact
  *********************/
  .contact article .page-content section {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact article .page-content section dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
  .contact article .page-content section dl dt {
    width: 220px;
  }
  .contact article .page-content section dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact article .page-content .contact-confirm dl {
    border-bottom: solid 1px #ccc;
  }
  /*********************
  PC
  COMMON
  *********************/
  .only-pctb {
    display: inline !important;
  }
  .only-pc {
    display: inline !important;
  }
  .only-pc-block {
    display: block !important;
  }
  .only-sp {
    display: none !important;
  }
  .only-sp-block {
    display: none !important;
  }
  .only-pc-center {
    text-align: center;
  }
}