@charset "UTF-8";
body {
  max-width: none;
  min-width: 0;
}

.marouma {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  /* ナビゲーション */
  /* メニューリスト */
  /* PC版のスタイル（768px以上） */
}
@media screen and (min-width: 768px) {
  .marouma .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .marouma .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .marouma .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marouma .sp {
    display: block;
  }
}
.marouma p,
.marouma ul,
.marouma li,
.marouma h1,
.marouma h2,
.marouma h3 {
  margin: 0;
  padding: 0;
}
.marouma .mainvisual {
  margin: 0;
}
.marouma .contents {
  max-width: 1920px;
  margin: auto;
}
.marouma .navigation {
  background-color: #eb5c01;
  position: relative;
  /* MENUタイトル（SP時のみ表示） */
  /* MENUタイトル（SP時のみ表示） */
  /* ハンバーガーボタン（SP時のみ表示） */
}
@media screen and (min-width: 768px) {
  .marouma .navigation {
    padding-block: calc(clamp(0px, 0.7142857143vw, 13.7142857143px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .navigation .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(clamp(0px, 9.0625vw, 9.0625vw) * 1);
    padding-right: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .navigation .menu-title {
    display: block;
    margin: auto;
    width: calc(clamp(0px, 73.75vw, 73.75vw) * 1);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .marouma .navigation .menu-title {
    display: block;
    margin: auto;
    width: calc(clamp(0px, 73.75vw, 73.75vw) * 1);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .marouma .navigation .menu-toggle {
    background: none;
    border: none;
    position: relative;
    width: calc(clamp(0px, 7.03125vw, 7.03125vw) * 1);
    height: calc(clamp(0px, 5.625vw, 5.625vw) * 1);
    cursor: pointer;
  }
  .marouma .navigation .menu-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(clamp(0px, 0.78125vw, 0.78125vw) * 1);
    background-color: #fff;
  }
  .marouma .navigation .menu-toggle span:nth-of-type(1) {
    top: 0;
  }
  .marouma .navigation .menu-toggle span:nth-of-type(2) {
    top: calc(clamp(0px, 2.34375vw, 2.34375vw) * 1);
  }
  .marouma .navigation .menu-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .marouma .navigation .menu-toggle.active span:nth-of-type(1) {
    transform: translateY(calc(clamp(0px, 2.34375vw, 2.34375vw) * 1)) rotate(45deg);
  }
  .marouma .navigation .menu-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .marouma .navigation .menu-toggle.active span:nth-of-type(3) {
    transform: translateY(calc(clamp(0px, 2.34375vw, 2.34375vw) * -1)) rotate(-45deg);
  }
  .marouma .navigation .menu-toggle,
.marouma .navigation .menu-toggle span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
.marouma .menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .marouma .menu-list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-height: none;
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list {
    background-color: #eb5c01;
    border-top: 1px solid #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
.marouma .menu-list.open {
  max-height: 500px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .marouma .menu-list li {
    border-left: 2px solid #fff;
  }
  .marouma .menu-list li:last-child {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list li {
    padding-left: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list li + li {
    border-top: 1px solid #fff;
  }
}
.marouma .menu-list .menu-item {
  cursor: pointer;
  transition: background-image 0.5s;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item {
    width: calc(clamp(0px, 17.1428571429vw, 329.1428571429px) * 1);
    height: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item {
    width: 100%;
    height: calc(clamp(0px, 3.4375vw, 3.4375vw) * 1);
    padding-block: calc(clamp(0px, 6.5625vw, 6.5625vw) * 1);
    padding-left: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
.marouma .menu-list .menu-item::before, .marouma .menu-list .menu-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item::before, .marouma .menu-list .menu-item::after {
    width: calc(clamp(0px, 40.625vw, 40.625vw) * 1);
  }
}
.marouma .menu-list .menu-item::before {
  opacity: 1;
}
.marouma .menu-list .menu-item::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item.menu-item-01::before {
    background-image: url("../img/index_bt01.png");
  }
  .marouma .menu-list .menu-item.menu-item-01::after {
    background-image: url("../img/index_bt01_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item.menu-item-01::before {
    background-image: url("../img/index_bt01_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item.menu-item-02::before {
    background-image: url("../img/index_bt02.png");
  }
  .marouma .menu-list .menu-item.menu-item-02::after {
    background-image: url("../img/index_bt02_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item.menu-item-02::before {
    background-image: url("../img/index_bt02_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item.menu-item-03::before {
    background-image: url("../img/index_bt03.png");
  }
  .marouma .menu-list .menu-item.menu-item-03::after {
    background-image: url("../img/index_bt03_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item.menu-item-03::before {
    background-image: url("../img/index_bt03_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item.menu-item-04::before {
    background-image: url("../img/index_bt04.png");
  }
  .marouma .menu-list .menu-item.menu-item-04::after {
    background-image: url("../img/index_bt04_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item.menu-item-04::before {
    background-image: url("../img/index_bt04_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item.menu-item-05::before {
    background-image: url("../img/index_bt05.png");
  }
  .marouma .menu-list .menu-item.menu-item-05::after {
    background-image: url("../img/index_bt05_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .menu-list .menu-item.menu-item-05::before {
    background-image: url("../img/index_bt05_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .menu-list .menu-item:hover::before {
    opacity: 0;
  }
  .marouma .menu-list .menu-item:hover::after {
    opacity: 1;
  }
}
.marouma .menu-list .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.marouma .menu-list.open .menu-item {
  transform: translateX(0);
  opacity: 1;
}
.marouma .menu-list.open .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}
.marouma .menu-list.open .menu-item:nth-child(2) {
  transition-delay: 0.1s;
}
.marouma .menu-list.open .menu-item:nth-child(3) {
  transition-delay: 0.15s;
}
.marouma .menu-list.open .menu-item:nth-child(4) {
  transition-delay: 0.2s;
}
.marouma .menu-list.open .menu-item:nth-child(5) {
  transition-delay: 0.25s;
}
@media screen and (min-width: 768px) {
  .marouma .menu-title {
    display: none;
  }
  .marouma .menu-toggle {
    display: none;
  }
}
.marouma .section-lead {
  background-color: #fbb800;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead {
    padding-bottom: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead {
    padding-bottom: calc(clamp(0px, 7.8125vw, 7.8125vw) * 1);
  }
}
.marouma .section-lead .lead_image {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_image {
    padding: calc(clamp(0px, 2.8571428571vw, 54.8571428571px) * 1) calc(clamp(0px, 2.8571428571vw, 54.8571428571px) * 1) calc(clamp(0px, 3.2142857143vw, 61.7142857143px) * 1) calc(clamp(0px, 3.7142857143vw, 71.3142857143px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_image {
    padding: calc(clamp(0px, 2.34375vw, 2.34375vw) * 1) calc(clamp(0px, 2.34375vw, 2.34375vw) * 1) calc(clamp(0px, 6.25vw, 6.25vw) * 1) 0;
  }
}
.marouma .section-lead .lead_title {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_title {
    width: calc(clamp(0px, 46.3571428571vw, 890.0571428571px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_title {
    width: calc(clamp(0px, 87.65625vw, 87.65625vw) * 1);
  }
}
.marouma .section-lead .lead_text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_text {
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    font-size: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
    margin-top: calc(clamp(0px, 2.3571428571vw, 45.2571428571px) * 1);
    margin-bottom: calc(clamp(0px, 1.8571428571vw, 35.6571428571px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_text {
    line-height: 1.8333333333;
    font-size: calc(clamp(0px, 3.75vw, 3.75vw) * 1);
    margin-top: calc(clamp(0px, 2.34375vw, 2.34375vw) * 1);
    margin-bottom: calc(clamp(0px, 3.90625vw, 3.90625vw) * 1);
    margin-inline: calc(clamp(0px, 7.03125vw, 7.03125vw) * 1);
  }
}
.marouma .section-lead .lead_list {
  background-color: #fff;
  padding: 0;
  list-style: none;
  display: grid;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list {
    grid-template-columns: repeat(3, 1fr);
    width: calc(clamp(0px, 89.5714285714vw, 1719.7714285714px) * 1);
    height: calc(clamp(0px, 25.2142857143vw, 484.1142857143px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list {
    margin-inline: calc(clamp(0px, 7.03125vw, 7.03125vw) * 1);
  }
}
.marouma .section-lead .lead_list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li {
    padding-top: calc(clamp(0px, 3.1428571429vw, 60.3428571429px) * 1);
    padding-inline: calc(clamp(0px, 1.4285714286vw, 27.4285714286px) * 1);
  }
  .marouma .section-lead .lead_list li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(clamp(0px, 0.6428571429vw, 12.3428571429px) * 1);
    height: 100%;
    background: url(../img/dotted.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li {
    padding: calc(clamp(0px, 4.6875vw, 4.6875vw) * 1) calc(clamp(0px, 5.3125vw, 5.3125vw) * 1);
  }
  .marouma .section-lead .lead_list li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(clamp(0px, 1.25vw, 1.25vw) * 1);
    background: url(../img/dotted.sp.png) no-repeat center/cover;
  }
}
.marouma .section-lead .lead_list li .lead_list__title {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li .lead_list__text {
    font-weight: 400;
    font-size: calc(clamp(0px, 1.7142857143vw, 32.9142857143px) * 1);
    line-height: 1.5;
    margin-top: calc(clamp(0px, 2.7142857143vw, 52.1142857143px) * 1);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li .lead_list__text {
    font-size: calc(clamp(0px, 3.75vw, 3.75vw) * 1);
    line-height: 1.5416666667;
    margin-top: calc(clamp(0px, 1.5625vw, 1.5625vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li .lead_list__text span {
    font-size: calc(clamp(0px, 1.5vw, 28.8px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li .lead_list__text span {
    font-size: calc(clamp(0px, 3.28125vw, 3.28125vw) * 1);
  }
}
.marouma .section-lead .lead_list li:nth-child(1) {
  color: #4c6cb3;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li:nth-child(1) .lead_list__title {
    width: calc(clamp(0px, 15.2857142857vw, 293.4857142857px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li:nth-child(1) .lead_list__title {
    width: calc(clamp(0px, 48.671875vw, 48.671875vw) * 1);
  }
}
.marouma .section-lead .lead_list li:nth-child(2) {
  color: #7cbd13;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li:nth-child(2) .lead_list__title {
    width: calc(clamp(0px, 16.4285714286vw, 315.4285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li:nth-child(2) .lead_list__title {
    width: calc(clamp(0px, 49.140625vw, 49.140625vw) * 1);
  }
}
.marouma .section-lead .lead_list li:nth-child(3) {
  color: #eb5c01;
}
@media screen and (min-width: 768px) {
  .marouma .section-lead .lead_list li:nth-child(3) .lead_list__title {
    width: calc(clamp(0px, 19.4285714286vw, 373.0285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-lead .lead_list li:nth-child(3) .lead_list__title {
    width: calc(clamp(0px, 73.359375vw, 73.359375vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe {
    padding-top: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
    padding-bottom: calc(clamp(0px, 6.0714285714vw, 116.5714285714px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe {
    padding-top: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
    padding-bottom: calc(clamp(0px, 10.625vw, 10.625vw) * 1);
  }
}
.marouma .section-recipe .recipe_title {
  display: block;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe_title {
    margin-left: calc(clamp(0px, 7.1428571429vw, 137.1428571429px) * 1);
    width: calc(clamp(0px, 80.1785714286vw, 1539.4285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe_title {
    width: calc(clamp(0px, 97.1875vw, 97.1875vw) * 1);
    margin: auto;
  }
}
.marouma .section-recipe .recipe {
  background-color: #fbb800;
  display: flex;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe {
    pointer-events: none;
    margin-top: calc(clamp(0px, 3.1428571429vw, 60.3428571429px) * 1);
    width: calc(clamp(0px, 95.7142857143vw, 1837.7142857143px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe {
    pointer-events: auto;
    margin-top: calc(clamp(0px, 7.03125vw, 7.03125vw) * 1);
    flex-direction: column;
    width: calc(clamp(0px, 88.125vw, 88.125vw) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe + .recipe {
    margin-top: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
.marouma .section-recipe .recipe::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe::before {
    pointer-events: auto;
    cursor: pointer;
    bottom: calc(clamp(0px, 11.3571428571vw, 218.0571428571px) * 1);
    right: calc(clamp(0px, 7.2857142857vw, 139.8857142857px) * 1);
    width: calc(clamp(0px, 28.4642857143vw, 546.5142857143px) * 1);
    height: calc(clamp(0px, 3.6428571429vw, 69.9428571429px) * 1);
    transition: opacity 0.3s ease;
    background-image: url("../img/index_bt06.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe::before {
    bottom: calc(clamp(0px, 2.96875vw, 2.96875vw) * 1);
    right: 0;
    width: calc(clamp(0px, 33.28125vw, 33.28125vw) * 1);
    height: calc(clamp(0px, 5.625vw, 5.625vw) * 1);
    background-image: url("../img/index_bt07_sp.png");
  }
}
.marouma .section-recipe .recipe::after {
  content: "";
  position: absolute;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe::after {
    pointer-events: auto;
    bottom: calc(clamp(0px, 11.3571428571vw, 218.0571428571px) * 1);
    right: calc(clamp(0px, 7.2857142857vw, 139.8857142857px) * 1);
    width: calc(clamp(0px, 28.4642857143vw, 546.5142857143px) * 1);
    height: calc(clamp(0px, 3.6428571429vw, 69.9428571429px) * 1);
    background-image: url("../img/index_bt06_hover.png");
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe::after {
    bottom: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
    right: 0;
    width: calc(clamp(0px, 33.28125vw, 33.28125vw) * 1);
    height: calc(clamp(0px, 5.46875vw, 5.46875vw) * 1);
    background-image: url("../img/index_bt07_hover.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:hover::before {
    opacity: 0;
  }
  .marouma .section-recipe .recipe:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:nth-of-type(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:nth-of-type(even)::before {
    pointer-events: auto;
    left: calc(clamp(0px, 7.2857142857vw, 139.8857142857px) * 1);
    right: auto;
    background-position: right;
    background-image: url("../img/index_bt07.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:nth-of-type(even)::after {
    pointer-events: auto;
    left: calc(clamp(0px, 7.2857142857vw, 139.8857142857px) * 1);
    right: auto;
    background-image: url("../img/index_bt07_hover.png");
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:nth-of-type(even) .recipe_name {
    margin-right: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe:nth-of-type(even):hover::before {
    opacity: 0;
  }
  .marouma .section-recipe .recipe:nth-of-type(even):hover::after {
    opacity: 1;
  }
}
.marouma .section-recipe .recipe:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe .recipe_image {
    width: calc(clamp(0px, 60vw, 1152px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe .recipe_image {
    width: 100%;
  }
}
.marouma .section-recipe .recipe .recipe_name {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe .recipe_name {
    margin-right: 0;
    margin-left: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
    margin-top: calc(clamp(0px, 12.1428571429vw, 233.1428571429px) * 1);
    font-size: calc(clamp(0px, 2.6428571429vw, 50.7428571429px) * 1);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe .recipe_name {
    font-size: calc(clamp(0px, 5.3125vw, 5.3125vw) * 1);
    padding-bottom: calc(clamp(0px, 10.9375vw, 10.9375vw) * 1);
    padding-top: calc(clamp(0px, 1.5625vw, 1.5625vw) * 1);
    padding-left: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
.marouma .section-recipe .recipe_subtitle {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .marouma .section-recipe .recipe_subtitle {
    width: calc(clamp(0px, 95.7142857143vw, 1837.7142857143px) * 1);
    margin-top: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
    display: grid;
    align-items: center;
    justify-content: end;
    grid-template-columns: calc(clamp(0px, 22.75vw, 436.8px) * 1) calc(clamp(0px, 68.8928571429vw, 1322.7428571429px) * 1);
    gap: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-recipe .recipe_subtitle {
    margin-top: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
    width: calc(clamp(0px, 90.546875vw, 90.546875vw) * 1);
  }
}
.marouma .section-himitsu {
  background-color: #fbb800;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .marouma .section-himitsu {
    padding-top: calc(clamp(0px, 4.4285714286vw, 85.0285714286px) * 1);
    padding-bottom: calc(clamp(0px, 4.4285714286vw, 85.0285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-himitsu {
    padding-top: calc(clamp(0px, 6.25vw, 6.25vw) * 1);
    padding-bottom: calc(clamp(0px, 7.8125vw, 7.8125vw) * 1);
  }
}
.marouma .section-himitsu .himitsu_title {
  width: calc(clamp(0px, 46.2857142857vw, 888.6857142857px) * 1);
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .marouma .section-himitsu .himitsu_title {
    width: calc(clamp(0px, 87.65625vw, 87.65625vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .marouma .section-himitsu .himitsu_inner {
    margin-top: calc(clamp(0px, 3.2857142857vw, 63.0857142857px) * 1);
    padding-right: calc(clamp(0px, 3.2142857143vw, 61.7142857143px) * 1);
    padding-left: calc(clamp(0px, 5.3571428571vw, 102.8571428571px) * 1);
    display: grid;
    grid-template-columns: 1fr calc(clamp(0px, 45.7142857143vw, 877.7142857143px) * 1);
    gap: calc(clamp(0px, 7.1428571429vw, 137.1428571429px) * 1);
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section-himitsu .himitsu_inner {
    display: flex;
    flex-direction: column-reverse;
    padding-inline: calc(clamp(0px, 6.25vw, 6.25vw) * 1);
    margin-top: calc(clamp(0px, 3.90625vw, 3.90625vw) * 1);
  }
}
.marouma .section-himitsu .himitsu_inner .himitsu_inner__text {
  font-weight: 400;
  font-size: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .marouma .section-himitsu .himitsu_inner .himitsu_inner__text {
    font-size: calc(clamp(0px, 3.75vw, 3.75vw) * 1);
    line-height: 1.8333333333;
  }
}
.marouma .section_bottle {
  color: #eb5c01;
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle {
    padding-top: calc(clamp(0px, 4vw, 76.8px) * 1);
    padding-bottom: calc(clamp(0px, 5.7142857143vw, 109.7142857143px) * 1);
    margin-inline: calc(clamp(0px, 5.7142857143vw, 109.7142857143px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle {
    margin-top: calc(clamp(0px, 7.1875vw, 7.1875vw) * 1);
    padding-bottom: calc(clamp(0px, 9.375vw, 9.375vw) * 1);
  }
}
.marouma .section_bottle .bottle_title {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_title {
    width: calc(clamp(0px, 34.9285714286vw, 670.6285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_title {
    width: calc(clamp(0px, 68.75vw, 68.75vw) * 1);
  }
}
.marouma .section_bottle .bottle_text__wrap {
  display: grid;
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_text__wrap {
    font-weight: 400;
    grid-template-columns: calc(clamp(0px, 14.2857142857vw, 274.2857142857px) * 1) 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_text__wrap {
    grid-template-columns: calc(clamp(0px, 35.46875vw, 35.46875vw) * 1) 1fr;
    align-items: center;
    justify-items: center;
    margin-top: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
    row-gap: calc(clamp(0px, 2.1875vw, 2.1875vw) * 1);
    -moz-column-gap: calc(clamp(0px, 2.1875vw, 2.1875vw) * 1);
    column-gap: calc(clamp(0px, 2.1875vw, 2.1875vw) * 1);
    padding-left: calc(clamp(0px, 6.25vw, 6.25vw) * 1);
    padding-right: calc(clamp(0px, 4.6875vw, 4.6875vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_text__wrap .bottole_logo {
    grid-column: 1/2;
    grid-row: 2/3;
    width: calc(clamp(0px, 10.3571428571vw, 198.8571428571px) * 1);
    margin-top: calc(clamp(0px, 1.4285714286vw, 27.4285714286px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_text__wrap .bottole_logo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_text__wrap .marouma_button {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-top: calc(clamp(0px, 5vw, 96px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_text__wrap .marouma_button {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_text {
    font-size: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
    line-height: 1.8;
    grid-row: 1/2;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_text {
    font-size: calc(clamp(0px, 3.4375vw, 3.4375vw) * 1);
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_image {
    display: block;
    margin: auto;
    width: calc(clamp(0px, 67.1875vw, 67.1875vw) * 1);
  }
}
@media screen and (min-width: 768px) {
  .marouma .section_bottle .bottle_inner {
    width: calc(clamp(0px, 88.5714285714vw, 1700.5714285714px) * 1);
    margin: auto;
    display: grid;
    grid-template-columns: calc(clamp(0px, 40.2142857143vw, 772.1142857143px) * 1) 1fr;
    align-items: center;
    gap: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
    margin-top: calc(clamp(0px, 5vw, 96px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_bottle .bottle_inner {
    margin-top: calc(clamp(0px, 3.125vw, 3.125vw) * 1);
  }
}
.marouma .marouma_button {
  display: grid;
  place-content: center;
  width: calc(clamp(0px, 29.7142857143vw, 570.5142857143px) * 1);
  height: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
  font-size: calc(clamp(0px, 1.7142857143vw, 32.9142857143px) * 1);
  color: #eb5c01;
  border: 1px solid #eb5c01;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .marouma .marouma_button:hover {
    background-color: #eb5c01;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .marouma .marouma_button {
    width: calc(clamp(0px, 61.71875vw, 61.71875vw) * 1);
    height: calc(clamp(0px, 9.21875vw, 9.21875vw) * 1);
    font-size: calc(clamp(0px, 3.75vw, 3.75vw) * 1);
  }
}
.marouma .marouma_button.marouma_button__reverse {
  color: #fff;
  background-color: #eb5c01;
}
@media screen and (min-width: 768px) {
  .marouma .marouma_button.marouma_button__reverse:hover {
    background-color: #fff;
    color: #eb5c01;
  }
}
@media screen and (min-width: 768px) {
  .marouma .marouma_button + .marouma_button {
    margin-top: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .marouma_button + .marouma_button {
    margin-top: calc(clamp(0px, 4.6875vw, 4.6875vw) * 1);
  }
}
.marouma .section_product {
  padding-top: calc(clamp(0px, 3.5714285714vw, 68.5714285714px) * 1);
  padding-bottom: calc(clamp(0px, 4.2857142857vw, 82.2857142857px) * 1);
  position: relative;
}
@media screen and (min-width: 768px) {
  .marouma .section_product::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: calc(clamp(0px, 88.5714285714vw, 1700.5714285714px) * 1);
    height: calc(clamp(0px, 0.7142857143vw, 13.7142857143px) * 1);
    background: url(../img/dotted2.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_product {
    padding-top: calc(clamp(0px, 9.375vw, 9.375vw) * 1);
    padding-bottom: calc(clamp(0px, 9.375vw, 9.375vw) * 1);
  }
  .marouma .section_product::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 94%;
    height: calc(clamp(0px, 1.5625vw, 1.5625vw) * 1);
    background: url(../img/dotted.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) {
  .marouma .section_product .product__inner {
    margin-left: calc(clamp(0px, 7.1428571429vw, 137.1428571429px) * 1);
    display: grid;
    grid-template-columns: calc(clamp(0px, 14.1071428571vw, 270.8571428571px) * 1) calc(clamp(0px, 29.7142857143vw, 570.5142857143px) * 1);
    gap: calc(clamp(0px, 12.1428571429vw, 233.1428571429px) * 1);
    justify-content: center;
    align-items: center;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_product .product__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(clamp(0px, 5vw, 5vw) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_product .product__inner .product_image {
    width: calc(clamp(0px, 31.09375vw, 31.09375vw) * 1);
  }
}
.marouma .section_product .product_image-new {
  display: block;
}
@media screen and (min-width: 768px) {
  .marouma .section_product .product_image-new {
    width: calc(clamp(0px, 7.5vw, 144px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_product .product_image-new {
    position: absolute;
    top: calc(clamp(0px, 2.34375vw, 2.34375vw) * 1);
    right: calc(clamp(0px, 18.75vw, 18.75vw) * 1);
    width: calc(clamp(0px, 16.40625vw, 16.40625vw) * 1);
  }
}
.marouma .section_product .product__title {
  color: #eb5c01;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .marouma .section_product .product__title {
    font-size: calc(clamp(0px, 2.1428571429vw, 41.1428571429px) * 1);
    margin-top: calc(clamp(0px, 2.8571428571vw, 54.8571428571px) * 1);
    margin-bottom: calc(clamp(0px, 3.5714285714vw, 68.5714285714px) * 1);
  }
}
@media screen and (max-width: 767px) {
  .marouma .section_product .product__title {
    text-align: center;
    font-size: calc(clamp(0px, 3.4375vw, 3.4375vw) * 1);
    margin-top: calc(clamp(0px, 7.03125vw, 7.03125vw) * 1);
    margin-bottom: calc(clamp(0px, 4.6875vw, 4.6875vw) * 1);
  }
}