@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/******************************************************************

StyleSheet: ベーススタイル

******************************************************************/
.background-set, .options-lp04::before, .options-lp04__btn::after, .options-lp04 .swiper-button-next::after, .recipes-lp04 .swiper-button-next::after, .info02-lp04__inner::before, .hero-lp04, .com-btn::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
}

#global-container-lp04 {
  min-width: 330px;
}

#container-lp04 {
  max-width: 700px;
  margin-inline: auto;
}

h1,
h2,
h3,
p {
  line-height: 1;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrap {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 95%;
    margin-inline: auto;
  }
}

/********************************
 共通クラス
*********************************/
.flex-row {
  align-items: center;
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.com-btn {
  border-radius: clamp(30px, 7vw, 80px);
  overflow: hidden;
  position: relative;
  border: 3px solid #000000;
  transition: 0.2s;
}
.com-btn::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../common/images/arrow-right.png);
  width: 10%;
  aspect-ratio: 1;
}
.com-btn:hover {
  transform: scale(1.03);
}
.com-btn a {
  background-color: #ffcc00;
  padding: 6% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 4.3vw, 16px);
}

.com-btn-200 a img {
  animation: fuwascale 3s infinite ease-in-out 0.8s alternate;
}

@keyframes fuwascale {
  0%, 40%, 80% {
    transform: scale(1);
  }
  20%, 60%, 100% {
    transform: scale(0.96);
  }
}
.fuwascale {
  animation: fuwascale 3s infinite ease-in-out 0.8s alternate;
}

/********************************
 ディスプレイ用
*********************************/
.d-none {
  display: none !important;
}

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-show {
    display: block !important;
  }
}

.md-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 480px) {
  .sm-none {
    display: none !important;
  }
}

.sm-show {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-show {
    display: block !important;
  }
}

.ssm-show {
  display: none;
}
@media screen and (min-width: 600px) {
  .ssm-show {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .ssm-none {
    display: none !important;
  }
}

.sm-flex {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-flex {
    display: flex !important;
  }
}

/********************************


 ヘッダー


*********************************/
.h-lp04__inner {
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (min-width: 480px) {
  .h-lp04__inner {
    height: 60px;
  }
}
.h-lp04__logo {
  width: 35%;
  max-width: 226px;
}

/********************************


 メインビジュアル


*********************************/
.hero-lp04 {
  background-image: url(../common/images/mv01.png);
  aspect-ratio: 1/1.6;
}
.hero-lp04 h2 {
  width: 95%;
  margin-inline: auto;
}
.hero-lp04 p {
  line-height: 1.7;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  font-size: clamp(12px, 3vw, 18px);
}
.hero-lp04__inner {
  padding: 5% 0 15%;
  height: 110%;
}
@media screen and (min-width: 600px) {
  .hero-lp04__inner {
    padding: 30px 0 100px;
  }
}
.hero-lp04__cont {
  height: 100%;
  justify-content: space-between;
  border-radius: 30px;
}
.hero-lp04__box {
  position: relative;
  z-index: 0;
}
.hero-lp04__box::before {
  top: 15%;
  left: 0;
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  height: 90%;
  z-index: -1;
  border-radius: 20px;
}

/********************************


 フッター


*********************************/
/********************************


 LP04


*********************************/
.important-lp04 {
  margin-top: -10%;
}

.works-lp04 {
  margin-top: -30%;
}

.fresh-lp04 {
  margin-top: -80%;
}

.natural-lp04 {
  margin-top: -20%;
}

/********************************


 さらに、複数のスープを用意しています。


*********************************/
.options-lp04 {
  position: relative;
}
.options-lp04::before {
  aspect-ratio: 1/3;
  background-image: url(../common/images/arrow-bottom.svg);
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: -5%;
  transform: translateX(-50%);
  width: 10%;
}
.options-lp04 h2 {
  align-items: center;
  line-height: 1.7;
  margin-bottom: 5%;
  margin-inline: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 90%;
}
.options-lp04 h2 > span:nth-child(1) {
  font-size: clamp(50px, 12vw, 90px);
}
.options-lp04 h2 > span:nth-child(2) {
  font-size: clamp(18px, 5vw, 40px);
}
.options-lp04 h2 > span:nth-child(2) span {
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
}
.options-lp04 h3,
.options-lp04 p {
  line-height: 1.7;
}
.options-lp04 h3 {
  font-size: clamp(20px, 5vw, 26px);
}
.options-lp04 p {
  align-items: last baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 10px;
}
.options-lp04 p span:nth-child(1) {
  font-size: clamp(20px, 5vw, 26px);
}
.options-lp04 p span:nth-child(2) {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
}
.options-lp04__inner {
  padding: 20% 0 10%;
}
@media screen and (min-width: 600px) {
  .options-lp04__inner {
    padding: 170px 0 100px;
  }
}
.options-lp04__wrap {
  margin-left: 30px;
}
@media screen and (min-width: 600px) {
  .options-lp04__wrap {
    margin-left: 40px;
  }
}
.options-lp04__btn {
  border: 3px solid #000000;
  border-radius: clamp(30px, 7vw, 80px);
  overflow: hidden;
  position: relative;
}
.options-lp04__btn::after {
  aspect-ratio: 1;
  background-image: url(../common/images/arrow-right.png);
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
}
.options-lp04__btn a {
  align-items: center;
  background-color: #ffcc00;
  display: flex;
  font-size: clamp(14px, 4.3vw, 16px);
  justify-content: center;
  padding: 6% 0;
}
.options-lp04 .swiper-slide {
  border: 3px solid #bcbcbc;
  border-radius: clamp(10px, 4vw, 30px);
}
.options-lp04 .swiper-slide img {
  aspect-ratio: 1;
  display: block;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
}
.options-lp04 .swiper-slide__inner {
  padding: 10% 8%;
}
.options-lp04 .swiper-button-next {
  max-width: 50px;
  right: 5%;
  top: 40%;
  width: 20%;
  transition: 0.2s;
}
.options-lp04 .swiper-button-next:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 600px) {
  .options-lp04 .swiper-button-next {
    max-width: 90px;
  }
}
.options-lp04 .swiper-button-next::after {
  aspect-ratio: 1;
  background-image: url(../common/images/swiper-btn.png);
  content: "";
  width: 100%;
}

/********************************


 サンプル申し込みボタン


*********************************/
.info-lp04.color-yellow {
  background-color: #fff0b2;
  padding: 50px 0;
}
.info-lp04 h2 {
  font-size: clamp(18px, 4.3vw, 30px);
  margin-bottom: 10px;
  text-align: center;
}
.info-lp04 p {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.7;
  margin-inline: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.info-lp04__btn {
  margin-inline: auto;
  width: 100%;
}

/********************************


 三角の装飾


*********************************/
.icon-lp04 {
  margin: 10% 0;
  margin-inline: auto;
  width: 50%;
}
@media screen and (min-width: 600px) {
  .icon-lp04 {
    margin: 100px 0;
    margin-inline: auto;
  }
}

/********************************


 全国有名店の再現


*********************************/
.recipes-lp04 h2 {
  border-bottom: 3px solid #000000;
  font-size: clamp(23px, 5vw, 36px);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 600px) {
  .recipes-lp04 h2 {
    border-bottom: 5px solid #000000;
  }
}
.recipes-lp04__inner {
  padding: 5% 0 3%;
}
@media screen and (min-width: 600px) {
  .recipes-lp04__inner {
    padding: 50px 0 30px;
  }
}
.recipes-lp04__head {
  margin-bottom: 30px;
}
.recipes-lp04__head p {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .recipes-lp04__btn {
    margin-inline: auto;
    width: 90%;
  }
}
.recipes-lp04__link {
  border: 3px solid #000000;
  border-radius: clamp(30px, 7vw, 80px);
  margin-inline: auto;
  max-width: 400px;
  overflow: hidden;
  width: 80%;
  transition: 0.2s;
}
.recipes-lp04__link:hover {
  transform: scale(1.03);
}
.recipes-lp04__link a {
  align-items: center;
  display: flex;
  font-size: clamp(14px, 4.3vw, 20px);
  justify-content: center;
  padding: 5% 0;
}
.recipes-lp04 .swiper {
  margin-bottom: 50px;
}
.recipes-lp04 .swiper h3,
.recipes-lp04 .swiper p {
  line-height: 1.3;
}
.recipes-lp04 .swiper h3 {
  font-size: clamp(20px, 5vw, 23px);
}
.recipes-lp04 .swiper p {
  align-items: last baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 10px;
}
.recipes-lp04 .swiper p span:nth-child(1) {
  font-size: clamp(20px, 5vw, 23px);
}
.recipes-lp04 .swiper p span:nth-child(2) {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
}
.recipes-lp04 .swiper-slide {
  border: 3px solid #bcbcbc;
  border-radius: clamp(10px, 4vw, 30px);
}
.recipes-lp04 .swiper-slide img {
  aspect-ratio: 1/0.8;
  display: block;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}
.recipes-lp04 .swiper-slide__inner {
  padding: 5%;
}
.recipes-lp04 .swiper-button-next {
  max-width: 50px;
  right: 3%;
  width: 20%;
  transition: 0.2s;
}
.recipes-lp04 .swiper-button-next:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 600px) {
  .recipes-lp04 .swiper-button-next {
    max-width: 90px;
  }
}
.recipes-lp04 .swiper-button-next::after {
  aspect-ratio: 1;
  background-image: url(../common/images/swiper-btn02.png);
  content: "";
  width: 100%;
}

/********************************


  サンプル申し込みボタン type2


*********************************/
.info02-lp04 p {
  color: #FFFFFF;
  font-size: clamp(12px, 2.3vw, 18px);
  line-height: 1.7;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .info02-lp04 p {
    text-align: center;
    width: 95%;
  }
}
.info02-lp04__inner {
  overflow: hidden;
  padding: 5% 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .info02-lp04__inner {
    padding: 50px 0;
  }
}
.info02-lp04__inner::before {
  background-image: url(../common/images/bg-bule.svg);
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .info02-lp04__inner::before {
    height: 85%;
    top: 15%;
  }
}
.info02-lp04__inner > img {
  display: block;
  margin-inline: auto;
  width: 95%;
}
.info02-lp04__btn {
  margin-inline: auto;
  width: 95%;
}

/********************************


 サンプル投稿


*********************************/
.sample-lp04 h2 {
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sample-lp04 h2 span:nth-child(1) {
  font-size: clamp(23px, 5vw, 36px);
}
.sample-lp04 h2 span:nth-child(2) {
  font-size: clamp(30px, 7vw, 50px);
}
.sample-lp04 h3 {
  line-height: 1.5;
  font-size: clamp(12px, 3vw, 23px);
}
.sample-lp04 h3 span {
  letter-spacing: 0;
  font-size: clamp(8px, 2vw, 14px);
}
.sample-lp04__inner {
  padding: 8% 0;
}
@media screen and (min-width: 600px) {
  .sample-lp04__inner {
    padding: 80px 0;
  }
}
.sample-lp04__head {
  margin-bottom: 30px;
}
.sample-lp04__head p {
  align-items: center;
  line-height: 1.7;
}
.sample-lp04__head p span:nth-child(1) {
  font-size: clamp(12px, 3vw, 18px);
}
.sample-lp04__head p span:nth-child(2) {
  font-weight: 500;
  font-size: clamp(8px, 2vw, 14px);
}
.sample-lp04__wrap {
  align-items: stretch;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: clamp(5px, 2vw, 10px);
}
.sample-lp04__box {
  border: 3px solid #bcbcbc;
  border-radius: clamp(10px, 4vw, 30px);
  width: 48%;
}
.sample-lp04__box p {
  align-items: last baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sample-lp04__box p span:nth-child(1) {
  font-size: clamp(16px, 5vw, 23px);
}
.sample-lp04__box p span:nth-child(2) {
  font-size: clamp(8px, 2vw, 14px);
  font-weight: 500;
}
.sample-lp04__box img {
  aspect-ratio: 1;
  display: block;
  margin-bottom: 10px;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sample-lp04__box-inner {
  padding: 5%;
}
.sample-lp04__link {
  margin-inline: auto;
  width: 95%;
}
.sample-lp04__btn a {
  font-size: clamp(8px, 2vw, 16px);
}

/********************************


 本物の食材をご提供します


*********************************/
.genuine-lp04 img {
  display: block;
  margin-bottom: 30px;
  margin-inline: auto;
  max-width: 700px;
  width: 70%;
}
.genuine-lp04 p {
  font-size: clamp(16px, 4.3vw, 36px);
  line-height: 1.3;
  margin-bottom: 8%;
  text-align: center;
}
.genuine-lp04 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .genuine-lp04 p {
    margin-bottom: 80px;
  }
}
.genuine-lp04__inner {
  padding: 0 0 10%;
}

/********************************


 会社概要


*********************************/
.company-lp04 h2 {
  border-bottom: 3px solid #000000;
  font-size: clamp(23px, 5vw, 30px);
  line-height: 1.5;
  margin-bottom: 5%;
}
@media screen and (min-width: 600px) {
  .company-lp04 h2 {
    border-bottom: 5px solid #000000;
    margin-bottom: 30px;
  }
}
.company-lp04 dl {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.7;
  padding: 3%;
}
.company-lp04 dl:first-of-type {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .company-lp04 dl:first-of-type {
    border-top: 2px solid #000000;
  }
}
@media screen and (min-width: 600px) {
  .company-lp04 dl {
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    flex-direction: row !important;
    line-height: 2.5;
    padding: 0;
  }
}
.company-lp04 dt,
.company-lp04 dd {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .company-lp04 dt,
  .company-lp04 dd {
    padding-left: 1%;
  }
}
@media screen and (min-width: 600px) {
  .company-lp04 dt {
    border-right: 2px solid #000000;
    width: 15%;
  }
}
@media screen and (min-width: 600px) {
  .company-lp04 dd {
    width: 85%;
  }
}
.company-lp04__inner {
  padding: 10% 0 3%;
}
@media screen and (min-width: 600px) {
  .company-lp04__inner {
    padding: 100px 0 30px;
  }
}/*# sourceMappingURL=index.css.map */