@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, :after, :before {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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, .info-lp07__inner::before, .variety-lp07__box::after, .product-lp07 .swiper-button-next::after, .recipes-lp04 .swiper-button-next::after, .hero-lp04, .hero-lp07, .h-lp06__btn span::before, .h-lp07__btn span::before, .com-btn::after, .lp05-btn a span::before, .lp05-btn--yellow a span::before {
  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;
}

body.page-template-lp06,
body.page-template-lp07 {
  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: 600;
  min-width: 330px;
}

body.page-template-lp07 #container-lp07 {
  background-color: #fdf6ef;
}

#global-container-lp04,
#global-container-lp05,
#global-container-lp06,
#global-container-lp07,
#global-container-download {
  min-width: 330px;
}

#container-lp04,
#container-lp06,
#container-lp07 {
  max-width: 700px;
  margin-inline: auto;
  position: relative;
}

#main-container-lp05,
#main-container-download,
#main-container-download-thanks {
  max-width: 700px;
  margin-inline: auto;
}

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

li {
  margin: 0;
}

dt {
  margin-bottom: 0;
}

a {
  -webkit-transition: opacity 0.5s;
  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: 600px) {
  .wrap {
    width: 95%;
    margin-inline: auto;
  }
}

/********************************
 共通クラス
*********************************/
.main-ttl-lp05 {
  font-size: clamp(13px, 4vw, 24px);
  line-height: 2;
  border-bottom: 3px solid #ffa200;
}
@media screen and (min-width: 600px) {
  .main-ttl-lp05 {
    border-bottom-width: 5px;
  }
}

.main-ttl-lp07 {
  color: #990033;
  font-weight: 700;
  font-size: clamp(28px, 8vw, 55px);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.main-ttl-lp07 span {
  font-size: clamp(20px, 5.5vw, 32px);
}

.sec-ttl-lp05 {
  font-size: clamp(13px, 4vw, 24px);
  background-color: #cbcbcb;
  padding: 2%;
}

.flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

@-webkit-keyframes fuwascale {
  0%, 40%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20%, 60%, 100% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}

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

.lp05-btn {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 30px;
  width: 48%;
}
.lp05-btn a {
  font-size: clamp(10px, 3vw, 16px);
  padding: 6% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp05-btn a span {
  padding-left: 10%;
  position: relative;
}
.lp05-btn a span::before {
  content: "";
  background-image: url(../common/images/lp05/btn-icon01.png);
  background-size: contain;
  aspect-ratio: 1;
  width: 15%;
  max-width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 90%;
  position: absolute;
}

.lp05-btn--yellow {
  background-color: #ffcc00;
  color: #000000;
  border-radius: 30px;
  width: 48%;
}
.lp05-btn--yellow a {
  font-size: clamp(10px, 3vw, 16px);
  padding: 6% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp05-btn--yellow a span {
  padding-left: 10%;
  position: relative;
}
.lp05-btn--yellow a span::before {
  content: "";
  background-image: url(../common/images/lp05/btn-icon01.png);
  background-size: contain;
  aspect-ratio: 1;
  width: 15%;
  max-width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 90%;
  position: absolute;
}
.lp05-btn--yellow a span::before {
  background-image: url(../common/images/lp05/btn-icon02.png);
}

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

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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


 ヘッダー


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

.h-lp06 {
  position: relative;
  z-index: 1;
}
.h-lp06__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0;
}
@media screen and (min-width: 480px) {
  .h-lp06__wrap {
    height: 60px;
  }
}
.h-lp06__logo {
  width: 35%;
  max-width: 226px;
}
.h-lp06__btn {
  width: 45%;
  max-width: 220px;
  border-radius: 30px;
  overflow: hidden;
}
.h-lp06__btn a {
  padding: 3% 0;
  background-color: #ffcc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 480px) {
  .h-lp06__btn a {
    height: 35px;
  }
}
.h-lp06__btn span {
  width: 90%;
  text-align: center;
  margin-left: auto;
  font-size: clamp(12px, 3vw, 18px);
  position: relative;
}
.h-lp06__btn span::before {
  content: "";
  background-image: url(../common/images/lp06/btn01.png);
  aspect-ratio: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 92%;
  width: 10%;
  max-width: 20px;
  position: absolute;
}

.h-lp07 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.h-lp07__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}
.h-lp07__logo {
  width: 30%;
  max-width: 125px;
}
.h-lp07__logo img {
  width: 100%;
}
.h-lp07__btn {
  width: 35%;
  max-width: 160px;
  border-radius: 30px;
  overflow: hidden;
}
.h-lp07__btn a {
  padding: 4% 0;
  background-color: #ffcc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-lp07__btn span {
  width: 80%;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(8px, 2vw, 14px);
  position: relative;
  line-height: 1;
}
.h-lp07__btn span::before {
  content: "";
  background-image: url(../common/images/lp06/btn01.png);
  aspect-ratio: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 92%;
  width: 10%;
  max-width: 20px;
  position: absolute;
}

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


 メインビジュアル


*********************************/
.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: -webkit-fit-content;
  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%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}

.hero-lp05 {
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 0;
}
.hero-lp05 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-lp05 h2,
.hero-lp05 p {
  line-height: 1.7;
}
.hero-lp05 h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-lp05 h2 span:nth-child(1) {
  font-weight: 600;
  font-size: clamp(14px, 4.3vw, 24px);
}
.hero-lp05 h2 span:nth-child(2) {
  font-size: clamp(20px, 8vw, 48px);
}
.hero-lp05 p {
  font-weight: 600;
  text-align: center;
  font-size: clamp(10px, 3vw, 16px);
  margin-bottom: 5%;
}
@media screen and (min-width: 600px) {
  .hero-lp05 p {
    margin-bottom: 30px;
  }
}
.hero-lp05__inner {
  padding: 10% 0 8%;
}
@media screen and (min-width: 600px) {
  .hero-lp05__inner {
    padding: 80px 0 70px;
  }
}
.hero-lp05__wrap {
  row-gap: clamp(10px, 6vw, 30px);
}
.hero-lp05__box {
  width: 95%;
  margin-inline: auto;
  max-width: 580px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-lp06__inner {
  margin-top: -5%;
}
@media screen and (min-width: 480px) {
  .hero-lp06__inner {
    margin-top: -30px;
  }
}

.hero-lp07 {
  position: relative;
  background-image: url(../common/images/lp07/fast-view.png);
  aspect-ratio: 1/2.2;
  z-index: 0;
}
.hero-lp07::before {
  content: "";
  background-color: #fdf6ef;
  height: 22%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.hero-lp07__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-lp07__cont {
  height: 65%;
}
.hero-lp07__cont > img {
  display: block;
  width: 80%;
  margin-inline: auto;
  margin-bottom: 10px;
}
.hero-lp07__cont > p {
  font-size: clamp(11px, 4vw, 26px);
  line-height: 1.5;
  margin-bottom: 30px;
}
.hero-lp07__btn {
  margin-bottom: 30px;
}
.hero-lp07__variety {
  margin-bottom: 3%;
}
.hero-lp07__variety p {
  font-size: clamp(11px, 3.5vw, 26px);
  line-height: 1.5;
  text-align: center;
}

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


 LP07


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


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


*********************************/
.info-lp07 {
  margin-top: -8%;
}
@media screen and (min-width: 600px) {
  .info-lp07 {
    margin-top: -50px;
  }
}
.info-lp07__inner {
  overflow: hidden;
  padding: 3% 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .info-lp07__inner {
    padding: 10px 0;
  }
}
.info-lp07__inner::before {
  background-image: url(../common/images/bg-bule.svg);
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: -1;
}
.info-lp07__inner > p {
  font-size: clamp(6px, 2vw, 12px);
  text-align: center;
  color: #FFFFFF;
}
.info-lp07__inner > img {
  display: block;
  margin-inline: auto;
  width: 95%;
}
.info-lp07__btn {
  margin-inline: auto;
  width: 95%;
}

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


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


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

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


  こんなお悩みありませんか？


*********************************/
.variety-lp07 {
  margin-top: 50px;
}
@media (min-width: 380px) {
  .variety-lp07 {
    margin: 30px;
  }
}
.variety-lp07 h2 {
  font-size: clamp(18px, 5vw, 38px);
  border-bottom: 4px solid #000000;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
.variety-lp07 p {
  font-size: clamp(11px, 3.5vw, 26px);
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .variety-lp07__inner {
    padding-bottom: 50px;
  }
}
.variety-lp07__inner > img {
  margin-bottom: 50px;
}
.variety-lp07__box {
  padding: 5% 4% 0;
  background-color: #ffcc01;
  border-radius: 20px;
  position: relative;
}
.variety-lp07__box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffcc01;
}
.variety-lp07__box::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../common/images/lp07/bg-variety-icon.png);
  background-size: contain;
  width: 100%;
  height: 10px;
}
.variety-lp07__btn {
  padding-bottom: 10px;
}

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


  商品のラインナップ


*********************************/
.product-lp07 h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 10px;
}
.product-lp07 h3 span:nth-child(1) {
  font-size: 16px;
  font-size: clamp(12px, 3vw, 16px);
}
.product-lp07 h3 span:nth-child(2) {
  font-size: 25px;
  font-size: clamp(14px, 3.8vw, 25px);
}
.product-lp07 p {
  font-size: clamp(11px, 3.5vw, 26px);
  text-align: center;
  margin-bottom: 50px;
}
.product-lp07__inner {
  padding: 50px 0 0;
}
.product-lp07__btn {
  width: 80%;
}
.product-lp07__btn a {
  font-size: clamp(12px, 3vw, 16px);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5% 0;
  background-color: #ffcc01;
}
.product-lp07 .swiper-slide img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.product-lp07 .swiper-button-next {
  width: 10%;
  max-width: 50px;
  top: var(--swiper-navigation-top-offset, 40%);
}
.product-lp07 .swiper-button-next::after {
  content: "";
  background-image: url(../common/images/lp07/next.png);
  width: 100%;
  aspect-ratio: 1;
}

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


  お得


*********************************/
.benefit-lp07 {
  margin-bottom: 20px;
}
.benefit-lp07 img:nth-child(1) {
  margin-bottom: 50px;
}
.benefit-lp07 img:nth-child(2) {
  display: block;
  width: 95%;
  margin-inline: auto;
}

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


  スープの使い方


*********************************/
.how-to-soup-lp07 p {
  font-size: clamp(11px, 3.5vw, 26px);
}
.how-to-soup-lp07__inner {
  padding: 10% 0;
}
.how-to-soup-lp07__head {
  margin-bottom: 30px;
}
.how-to-soup-lp07__head p {
  text-align: center;
}
.how-to-soup-lp07__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}
.how-to-soup-lp07__box {
  width: 48%;
}
.how-to-soup-lp07__box p {
  line-height: 1.3;
}
.how-to-soup-lp07__box img {
  margin-bottom: 10px;
}

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


  レシピ


*********************************/
.recipe-lp07 p {
  font-size: clamp(11px, 3.5vw, 26px);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
.recipe-lp07 img {
  margin-bottom: 30px;
}
.recipe-lp07__inner {
  padding: 10% 0 13%;
}
.recipe-lp07__btn {
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
}
.recipe-lp07__btn a {
  border: 3px solid #000000;
  border-radius: 30px;
  font-size: clamp(16px, 3.5vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffcc00;
}

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


 サンプル投稿


*********************************/
.sample-lp07 h3 {
  line-height: 1.3;
  font-size: clamp(12px, 3vw, 23px);
  text-align: center;
}
.sample-lp07__inner {
  padding: 10% 0;
}
.sample-lp07__head {
  margin-bottom: 30px;
}
.sample-lp07__head p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}
.sample-lp07__head p span:nth-child(1) {
  font-size: clamp(12px, 3vw, 18px);
}
.sample-lp07__head p span:nth-child(2) {
  font-weight: 500;
  font-size: clamp(8px, 2vw, 14px);
}
.sample-lp07__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(5px, 2vw, 10px);
}
.sample-lp07__box {
  background-color: #FFFFFF;
  border: 3px solid #bcbcbc;
  border-radius: clamp(10px, 4vw, 30px);
  width: 48%;
}
.sample-lp07__box p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: clamp(6px, 2vw, 16px);
}
.sample-lp07__box img {
  aspect-ratio: 1;
  display: block;
  margin-bottom: 10px;
  margin-inline: auto;
  height: auto;
  width: 100%;
}
.sample-lp07__box-inner {
  padding: 5%;
}
.sample-lp07__link {
  margin-inline: auto;
  width: 95%;
}
.sample-lp07__btn a {
  font-size: clamp(10px, 3vw, 16px);
}

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


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


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

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


 会社概要


*********************************/
.company-lp07 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-lp07 h2 {
    border-bottom: 5px solid #000000;
    margin-bottom: 30px;
  }
}
.company-lp07 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-lp07 dl:first-of-type {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 600px) {
  .company-lp07 dl:first-of-type {
    border-top: 2px solid #000000;
  }
}
@media screen and (min-width: 600px) {
  .company-lp07 dl {
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    line-height: 2.5;
    padding: 0;
  }
}
.company-lp07 dt,
.company-lp07 dd {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .company-lp07 dt,
  .company-lp07 dd {
    padding-left: 1%;
  }
}
@media screen and (min-width: 600px) {
  .company-lp07 dt {
    border-right: 2px solid #000000;
    width: 15%;
  }
}
@media screen and (min-width: 600px) {
  .company-lp07 dd {
    width: 85%;
  }
}
.company-lp07__inner {
  padding: 8% 0;
}
@media screen and (min-width: 480px) {
  .company-lp07__inner {
    padding: 80px 0 100px;
  }
}

.recipes-lp04 {
  background-color: #FFFFFF;
}
.recipes-lp04 h2 {
  border-bottom: 3px solid #000000;
  font-size: clamp(14px, 4.3vw, 36px);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: -webkit-fit-content;
  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%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recipes-lp04__link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.recipes-lp04__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 4.3vw, 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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(14px, 5vw, 18px);
}
.recipes-lp04 .swiper p {
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 10px;
}
.recipes-lp04 .swiper p span:nth-child(1) {
  font-size: clamp(14px, 5vw, 18px);
}
.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%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recipes-lp04 .swiper-button-next:hover {
  -webkit-transform: scale(1.1);
          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%;
}/*# sourceMappingURL=lp07.css.map */