@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #2c2c2c;
  font-family: YakuHanJPs, "toppan-bunkyu-gothic-pr6n", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  position: fixed;
  width: 100%;
}

main {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  main {
    margin-top: 50px;
  }
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-pc-none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-none {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.concept-tit, .concept-txt {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.concept.active .concept-tit {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}
.concept.active .concept-txt {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

.product-item {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.product-item.active {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

.recipe-wrap {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.recipe-item.active .recipe-wrap {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

.commit-tit, .commit-list {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.commit.active .commit-tit {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}
.commit.active .commit-list {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

.history-list {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.history.active .history-list {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

.lineup-img, .lineup-img_logo {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.lineup-img.active, .lineup-img_logo.active {
  -webkit-animation: fadeInUp 0.3s ease-out 0s forwards;
          animation: fadeInUp 0.3s ease-out 0s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  transition: top 0.3s;
}

.header-hide {
  top: -100%; /* ヘッダーの高さに応じて調整が必要かもしれません */
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 16px 8px 24px;
}
.header-logo {
  max-width: 75px;
}
@media screen and (max-width: 750px) {
  .header-logo {
    max-width: 59px;
  }
}
.header-item {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.04em;
  margin-left: 32px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header-item:hover {
  color: #d2d191;
}
.header-btn {
  position: relative;
  width: 30px;
  height: 22px;
  z-index: 10;
}
.header-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #008d3f;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-btn span::before, .header-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #008d3f;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-btn span::before {
  top: -8px;
}
.header-btn span::after {
  bottom: -8px;
}
.header-btn.opened span {
  background-color: transparent;
}
.header-btn.opened span::before, .header-btn.opened span::after {
  left: 5px;
  background-color: #fff;
  width: 80%;
}
.header-btn.opened span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn.opened span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #394424;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-menu.opened {
  opacity: 1;
  pointer-events: auto;
}
.header-list_sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  width: 100%;
  padding: 8rem;
}
.header-item_sp {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 4rem;
}

.footer {
  background-color: #394424;
  padding: 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 0.5rem 0 1rem;
  }
}
.footer-wrap {
  background-color: #fff;
  padding: 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .footer-wrap {
    padding: 1.8rem 0 2.8rem;
  }
}
.footer-wrap_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 95.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer-wrap_inner {
    display: block;
    text-align: center;
  }
}
.footer-btn {
  position: absolute;
  top: -14rem;
  right: -15rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .footer-btn {
    top: -9.5rem;
    right: 2rem;
  }
}
.footer-btn span {
  position: relative;
  display: block;
  background-color: #394424;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
}
.footer-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
          transform: translate(-50%, -25%) rotate(-45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.2rem solid #c0b780;
  border-right: 0.2rem solid #c0b780;
}
.footer-btn p {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #394424;
  font-size: 2.1rem;
  line-height: 0.9;
  text-align: center;
  margin-top: 0.5rem;
}
.footer-logo {
  max-width: 20rem;
}
@media screen and (max-width: 750px) {
  .footer-logo {
    max-width: 26.4rem;
    margin: 0 auto 1.8rem;
  }
}
.footer-item {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-left: 3.2rem;
}
@media screen and (max-width: 750px) {
  .footer-item {
    font-size: 1.1rem;
    margin: 0.7rem 1rem;
  }
}
.footer-copy {
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .footer-copy {
    margin-top: 1rem;
  }
}

.movie {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-top: 11rem;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .movie {
    padding-top: 9rem;
  }
}
.movie-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1d1d1b;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  cursor: pointer;
  z-index: -1;
}
.movie-wrap {
  position: relative;
  max-width: 95rem;
  text-align: center;
  padding: 0 0 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .movie-wrap {
    padding: 0 1.2rem 1.4rem;
  }
}
.movie-btn_close {
  position: absolute;
  top: -6rem;
  right: -5.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 750px) {
  .movie-btn_close {
    top: auto;
    bottom: -35rem;
    right: 2.2rem;
    width: 3rem;
    height: 3rem;
  }
}
.movie-btn_close::before, .movie-btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 6.2rem;
  height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .movie-btn_close::before, .movie-btn_close::after {
    width: 4rem;
    height: 0.13rem;
  }
}
.movie-btn_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.movie-btn_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.movie-tit {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d2d191;
  font-size: 5.3rem;
}
.movie-area {
  margin: 3rem 0 1.6rem;
}
@media screen and (max-width: 750px) {
  .movie-area {
    margin: 3rem 0 1rem;
  }
}
.movie-body {
  position: relative;
  display: none;
  aspect-ratio: 10/6.25;
}
.movie-body img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-body.selected {
  display: block;
}
.movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  border: 0.46rem solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.movie-btn:hover {
  border: 0.7rem solid #fff;
}
@media screen and (max-width: 750px) {
  .movie-btn:hover {
    border: 0.4rem solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .movie-btn {
    width: 3.3rem;
    height: 3.3rem;
    border: 0.2rem solid #fff;
  }
}
.movie-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-37%, -47%);
          transform: translate(-37%, -47%);
  border-top: 1.8rem solid transparent;
  border-left: 3rem solid #fff;
  border-bottom: 1.8rem solid transparent;
}
@media screen and (max-width: 750px) {
  .movie-btn::after {
    border-top: 0.72rem solid transparent;
    border-left: 1.2rem solid #fff;
    border-bottom: 0.72rem solid transparent;
  }
}
.movie-txt {
  color: #fff;
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .movie-txt {
    font-size: 1.6rem;
  }
}
.movie-wrap_thumb {
  background-color: rgba(57, 68, 36, 0.5);
  padding: 6.5rem 0 8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .movie-wrap_thumb {
    padding: 2.4rem 0 1.6rem;
    margin-bottom: 20rem;
  }
}
.movie-list {
  display: grid;
  grid-template-columns: 37rem 37rem;
  gap: 10.5rem;
  max-width: 95rem;
  padding: 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .movie-list {
    grid-template-columns: 13.6rem 13.6rem;
    gap: 4.2rem;
    padding: 0 3rem;
  }
}
.movie-img_thumb {
  aspect-ratio: 10/6.25;
  cursor: pointer;
}
.movie-img_thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.movie-img_thumb.selected {
  position: relative;
}
.movie-img_thumb.selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 0.25rem solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.movie-txt_thumb {
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  white-space: nowrap;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .movie-txt_thumb {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .movie-txt_thumb span {
    letter-spacing: -0.06em;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 11rem 0 0;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .modal {
    padding: 2rem 1.2rem 0;
    overflow: hidden;
  }
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1d1d1b;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  cursor: pointer;
  z-index: -1;
}
.modal-wrap {
  position: relative;
  max-width: 95rem;
  padding: 0 0 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .modal-wrap {
    height: 100%;
    padding: 0 0 8rem;
  }
}
@media screen and (max-width: 750px) {
  .modal-wrap_inner {
    height: 100%;
    overflow: scroll;
  }
}
.modal-btn_close {
  position: absolute;
  top: -6rem;
  right: -5.5rem;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 750px) {
  .modal-btn_close {
    top: auto;
    bottom: 3.3rem;
    right: 0.7rem;
    width: 3rem;
    height: 3rem;
  }
}
.modal-btn_close::before, .modal-btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 6.2rem;
  height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .modal-btn_close::before, .modal-btn_close::after {
    width: 4rem;
    height: 0.13rem;
  }
}
.modal-btn_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-btn_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-btn_print {
  display: block;
  position: absolute;
  left: 8rem;
  bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-btn_print {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.modal-btn_print p {
  font-family: "tbudgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.modal-img_txt {
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  max-width: 45.7rem;
}
@media screen and (max-width: 750px) {
  .modal-img_txt {
    right: 50%;
    bottom: 16rem;
    -webkit-transform: translateX(49%);
            transform: translateX(49%);
  }
}
.modal-icon {
  position: relative;
  background-color: #5b7e2d;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
}
.modal-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 2.9rem;
}
.modal-list {
  position: relative;
  background-image: url(../images/bg_texture.jpg);
  background-size: 130%;
  background-position: center;
  padding: 4rem 5rem 14rem;
}
@media screen and (max-width: 750px) {
  .modal-list {
    background-size: 260%;
    background-position: 30% 0;
    padding: 4rem 0 29.5rem;
  }
}
.modal-item {
  display: none;
}
.modal-item.show {
  display: block;
}
.modal-item:nth-child(1) .modal-img_recipe img {
  top: -12rem;
  left: -2rem;
  width: 122%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(1) .modal-img_recipe img {
    top: -2.5rem;
    left: -1rem;
  }
}
.modal-item:nth-child(2) .modal-img_recipe img {
  top: -9rem;
  left: -6rem;
  width: 110%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(2) .modal-img_recipe img {
    top: -5rem;
    left: -7rem;
    width: 128%;
  }
}
.modal-item:nth-child(3) .modal-img_recipe img {
  top: -3rem;
  left: -1rem;
  width: 105%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(3) .modal-img_recipe img {
    top: -1.5rem;
    left: -5rem;
    width: 126%;
  }
}
.modal-item:nth-child(3) .modal-tit {
  letter-spacing: -0.1em;
}
.modal-item:nth-child(4) .modal-img_recipe img {
  top: -4rem;
  left: -1rem;
  width: 103%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(4) .modal-img_recipe img {
    top: -2.4rem;
    left: -2.7rem;
    width: 120%;
  }
}
.modal-item:nth-child(5) .modal-img_recipe img {
  top: -2rem;
  left: -2.5rem;
  width: 116%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(5) .modal-img_recipe img {
    top: -1.1rem;
    left: -2.8rem;
    width: 123%;
  }
}
.modal-item:nth-child(6) .modal-img_recipe img {
  top: -4rem;
  left: -1rem;
  width: 104%;
}
@media screen and (max-width: 750px) {
  .modal-item:nth-child(6) .modal-img_recipe img {
    top: -2rem;
    left: -2rem;
    width: 111%;
  }
}
.modal-head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .modal-head {
    margin-bottom: 2.4rem;
  }
}
.modal-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #394424;
  font-size: 4rem;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  margin: 1.4rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .modal-tit {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 750px) {
  .modal-tit span {
    display: block;
    font-size: 2.15rem;
    margin: 1rem;
  }
}
.modal-tit_sub {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b7e2d;
  font-size: 3.2rem;
}
.modal-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .modal-txt {
    line-height: 1.7;
  }
}
.modal-grid {
  display: grid;
  grid-template-columns: 58rem 1fr;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .modal-grid {
    display: block;
  }
}
.modal-img_recipe {
  position: relative;
  height: 32.1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .modal-img_recipe {
    height: 27.1rem;
  }
}
.modal-img_recipe img {
  position: absolute;
}
.modal-info {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .modal-info {
    padding: 4rem 5.5rem 0;
  }
}
.modal-flex {
  font-size: 1.4rem;
  line-height: 1.7;
}
.modal-img_thumb {
  text-align: center;
  margin-bottom: -1rem;
}
.modal-img_thumb img {
  width: auto;
  height: 21rem;
}
.modal-txt_olive p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-detail {
  display: grid;
  grid-template-columns: 34rem 1fr;
  gap: 3rem;
  padding: 0 1rem;
  margin: 5rem 0;
}
@media screen and (max-width: 750px) {
  .modal-detail {
    display: block;
    margin: 5rem 0 0;
  }
}
.modal-tit_border {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  color: #394424;
  font-size: 3.1rem;
  margin-bottom: 3rem;
}
.modal-tit_border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  background-color: #5b7e2d;
  width: 14rem;
  height: 0.3rem;
}
.modal-txt_material {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: -0.3rem;
}
@media screen and (max-width: 750px) {
  .modal-txt_material {
    letter-spacing: -0.03em;
    line-height: 1.8;
  }
}
.modal-txt_material span {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .modal-recipe {
    margin-top: 4rem;
  }
}
.modal-list_recipe {
  list-style: decimal;
  padding-left: 1.8rem;
}
@media screen and (max-width: 750px) {
  .modal-list_recipe {
    padding-left: 2rem;
  }
}
.modal-item_recipe {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  padding-left: 0.5rem;
}
.modal-item_recipe::marker {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .modal-item_recipe {
    letter-spacing: -0.03em;
  }
}

.main {
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: 141%;
  background-position: 42% 25%;
  overflow: hidden;
  padding: 34px 0 80px;
}
@media screen and (max-width: 1600px) {
  .main {
    padding: 2.13vw 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .main {
    background-size: 319%;
    background-position: 59.5% 0%;
    padding: 2rem 0 28.8rem;
  }
}
.main-wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .main-wrap {
    max-width: 87vw;
  }
}
@media screen and (max-width: 750px) {
  .main-wrap {
    display: block;
    max-width: 100%;
  }
}
.main-detail {
  width: 120%;
  text-align: center;
	margin-left: 3%;
}

@media screen and (max-width: 750px) {
  .main-detail {
	  width: 100%;
	margin: auto;
}
}
.main-img_logo {
  max-width: 314px;
}
@media screen and (max-width: 1600px) {
  .main-img_logo {
    max-width: 19.625vw;
  }
}
@media screen and (max-width: 750px) {
  .main-img_logo {
    max-width: 15.5rem;
  }
}
.main-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: 62.85px;
  letter-spacing: -0.05em;
  text-shadow: #000 0 0 1rem;
  margin: 36.5px 0 57px;
}
@media screen and (max-width: 1600px) {
  .main-tit {
    font-size: 3.928vw;
    margin: 2.28vw 0 3.56vw;
  }
}
@media screen and (max-width: 750px) {
  .main-tit {
    font-size: 3.2rem;
    margin: 2rem 0 5rem;
  }
}
.main-tit p {
  letter-spacing: 0.02em;
}
.main-tit p .cu-01 {
  letter-spacing: -0.22em;
}
.main-tit p .cu-02 {
  letter-spacing: -0.05em;
}
.main-tit p .cu-03 {
  letter-spacing: 0em;
}
.main-img_movie {
  position: relative;
  max-width: 262.85px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .main-img_movie {
    max-width: 16.4vw;
  }
}
@media screen and (max-width: 750px) {
  .main-img_movie {
    max-width: 27.5rem;
  }
}
.main-img_movie img {
  border: 3px solid #fff;
}
@media screen and (max-width: 1600px) {
  .main-img_movie img {
    border: 0.1875vw solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .main-img_movie img {
    border: 0.4rem solid #fff;
  }
}
.main-img_movie::before, .main-img_movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-img_movie::before {
  width: 51.4px;
  height: 51.4px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
@media screen and (max-width: 1600px) {
  .main-img_movie::before {
    width: 3.2125vw;
    height: 3.2125vw;
    border: 0.15625vw solid #fff;
  }
}
@media screen and (max-width: 750px) {
  .main-img_movie::before {
    width: 5.5rem;
    height: 5.5rem;
    border: 0.3rem solid #fff;
  }
}
.main-img_movie::after {
  border-top: 10px solid transparent;
  border-left: 17px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
@media screen and (max-width: 1600px) {
  .main-img_movie::after {
    border-top: 0.625vw solid transparent;
    border-left: 1.0625vw solid #fff;
    border-bottom: 0.625vw solid transparent;
  }
}
@media screen and (max-width: 750px) {
  .main-img_movie::after {
    border-top: 1.2rem solid transparent;
    border-left: 2rem solid #fff;
    border-bottom: 1.2rem solid transparent;
  }
}
.main-img_movie:hover::before {
  border: 4px solid #fff;
}
@media screen and (max-width: 1600px) {
  .main-img_movie:hover::before {
    border: 0.25vw solid #fff;
  }
}
.main-img {
  position: relative;
  width: 80%;
  height: 100%;
	margin-right: 12%;
}
.main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -43%);
          transform: translate(-40%, -43%);
  max-width: 445px;
}
@media screen and (max-width: 1600px) {
  .main-img img {
    max-width: 27.81vw;
  }
}
@media screen and (max-width: 750px) {
.main-img {
  width: 100%;
}
  .main-img img {
    -webkit-transform: translate(-50%, -17%);
            transform: translate(-50%, -17%);
    max-width: 23.1rem;
  }
}

.concept {
  background-color: #394424;
  overflow: hidden;
}
.concept-wrap {
  position: relative;
  max-width: 100rem;
  color: #fff;
  text-align: center;
  padding: 8rem 0 16rem;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .concept-wrap {
    padding: 3.6rem 3rem 16rem;
  }
}
.concept-tit {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .concept-tit {
    margin-top: 8.5rem;
  }
}
.concept-tit img {
  max-width: 81rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .concept-tit img {
    max-width: 28rem;
  }
}
.concept-txt {
  font-size: 2.15rem;
  letter-spacing: 0.05em;
  line-height: 2.06;
}
@media screen and (max-width: 750px) {
  .concept-txt {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
.concept-img, .concept-img_sign {
  position: absolute;
  z-index: -1;
}
.concept-img {
  top: 1.3rem;
  left: -15rem;
  max-width: 25.3rem;
}
@media screen and (max-width: 750px) {
  .concept-img {
    top: 21.5rem;
    left: 1.5rem;
    max-width: 13.5rem;
  }
}
.concept-img_sign {
  top: -3.5rem;
  right: -13rem;
  max-width: 48.2rem;
}
@media screen and (max-width: 750px) {
  .concept-img_sign {
    top: 53.6rem;
    right: -0.5rem;
    max-width: 30.5rem;
  }
}

.product {
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-size: 137%;
  background-position: 50% 50%;
}
@media screen and (max-width: 750px) {
  .product {
    background-repeat: repeat;
    background-size: 260%;
    background-position: 20% 0%;
  }
}
.product-list {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product-list {
    padding: 2rem 2.4rem 6rem;
  }
}
.product-item {
  display: grid;
  grid-template-columns: 37.2rem 1fr;
  gap: 5.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-item:nth-child(2) {
  margin-top: -8.5rem;
}
@media screen and (max-width: 750px) {
  .product-item:nth-child(2) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .product-item {
    display: block;
  }
}
.product-img_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  .product-img_wrap img {
    max-width: 22.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .product-img_wrap p {
    position: absolute;
    left: 50%;
    bottom: 1.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.5rem;
  }
}

.product-detail {
  padding-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .product-detail {
    padding-top: 1.5rem;
  }
}
.product-detail.second {
  padding-top: 7rem;
}
@media screen and (max-width: 750px) {
  .product-detail.second {
    padding-top: 1.5rem;
  }
}
.product-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 750px) {
  .product-tit {
    padding: 0 1.2rem;
  }
}
.product-tit span {
  display: block;
  color: #5b7e2d;
  font-size: 2.2rem;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
}
.product-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 1.6rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .product-txt {
    padding: 0 1.2rem;
    margin: 1.6rem 0 2.4rem;
  }
}
.product-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 54.5rem;
  border: 1px solid rgba(110, 138, 58, 0.25);
  padding: 1.8rem 2.4rem 2rem;
}
@media screen and (max-width: 750px) {
  .product-flex {
    display: block;
    text-align: center;
    padding: 1.8rem 1.6rem 2.4rem;
  }
}
.product-icon {
  text-align: center;
}
.product-icon img {
  max-width: 8rem;
}
.product-icon p {
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .product-icon p {
    margin-top: 0.8rem;
  }
}
.product-txt_use {
  margin-left: 3rem;
}
@media screen and (max-width: 750px) {
  .product-txt_use {
    margin-top: 1.4rem;
    margin-left: 0;
  }
}
.product-txt_use p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .product-txt_use p {
    text-align: left;
  }
}
.product-btn {
  position: relative;
  display: inline-block;
  background-color: #5b7e2d;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100vh;
  padding: 1.1rem 3.8rem 1.25rem 2.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .product-btn {
    font-size: 1.5rem;
    margin-top: 1.4rem;
  }
}
.product-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: rotate(45deg) translateY(-65%);
          transform: rotate(45deg) translateY(-65%);
  width: 1rem;
  height: 1rem;
  border-top: 0.16rem solid #fff;
  border-right: 0.16rem solid #fff;
}
.product-img_type {
  max-width: 33.5rem;
  margin-top: 1.6rem;
}
.product-img_type.second {
  margin-top: 4rem;
}
.product-btn_slide {
  position: absolute;
  top: 51%;
  width: 2rem;
  height: 4rem;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .product-btn_slide {
    width: 3rem;
    height: 3rem;
  }
}
.product-btn_slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-top: 0.4rem solid #5b7e2d;
}
@media screen and (max-width: 750px) {
  .product-btn_slide::after {
    width: 2.1rem;
    height: 2.1rem;
    border-top: 0.3rem solid #5b7e2d;
  }
}
.product-btn_slide.prev {
  left: 0;
}
@media screen and (max-width: 750px) {
  .product-btn_slide.prev {
    left: 1.8rem;
  }
}
.product-btn_slide.prev::after {
  -webkit-transform: rotate(-45deg) translate(15%, -50%);
          transform: rotate(-45deg) translate(15%, -50%);
  border-left: 0.4rem solid #5b7e2d;
}
@media screen and (max-width: 750px) {
  .product-btn_slide.prev::after {
    border-left: 0.3rem solid #5b7e2d;
  }
}
.product-btn_slide.next {
  right: 0;
}
@media screen and (max-width: 750px) {
  .product-btn_slide.next {
    right: 1.8rem;
  }
}
.product-btn_slide.next::after {
  -webkit-transform: rotate(45deg) translate(-85%, 15%);
          transform: rotate(45deg) translate(-85%, 15%);
  border-right: 0.4rem solid #5b7e2d;
}
@media screen and (max-width: 750px) {
  .product-btn_slide.next::after {
    border-right: 0.3rem solid #5b7e2d;
  }
}

.recipe-item {
  position: relative;
  background-image: url(../images/recipe_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 108%;
  background-position: 63% 45%;
  height: 41.5rem;
  color: #fff;
  padding-top: 9rem;
  z-index: 0;
  cursor: pointer;
}
.recipe-item:hover .recipe-btn .left {
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.recipe-item:hover .recipe-btn .right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
@media screen and (max-width: 750px) {
  .recipe-item {
    background-size: 170%;
    background-position: 22% -110%;
    height: 100%;
    padding-top: 31.9rem !important;
  }
}
.recipe-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.recipe-item .recipe-tit {
  margin-left: -1rem;
}
@media screen and (max-width: 750px) {
.recipe-item::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}
  .recipe-item .recipe-tit {
    margin-left: -0.6rem;
  }
}
.recipe-item:nth-child(2) {
  background-image: url(../images/recipe_bg_02.jpg);
  background-size: 130%;
  background-position: 94% 56%;
  padding-top: 7.3rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(2) {
    background-size: 194%;
    background-position: 44% -495%;
  }
}
.recipe-item:nth-child(2) .recipe-tit {
  margin-left: -0.2rem;
}
.recipe-item:nth-child(2) .recipe-tit span {
  letter-spacing: -0.1em;
}
.recipe-item:nth-child(3) {
  background-image: url(../images/recipe_bg_03.jpg);
  background-size: 113%;
  background-position: 89% 54%;
  padding-top: 7.3rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(3) {
    background-size: 179%;
    background-position: 40% -28%;
  }
}
.recipe-item:nth-child(3) .recipe-tit {
  margin-left: -0.2rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(3) .recipe-tit {
    margin-left: -0.1rem;
  }
}
.recipe-item:nth-child(3) .recipe-tit span {
  letter-spacing: -0.1em;
  margin-left: -0.7rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(3) .recipe-tit span {
    margin-left: -0.5rem;
  }
}
.recipe-item:nth-child(4) {
  background-image: url(../images/recipe_bg_04.jpg);
  background-size: 135%;
  background-position: 8% 54%;
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(4) {
    background-size: 167%;
    background-position: 24% -85%;
  }
}
.recipe-item:nth-child(4) .recipe-tit {
  margin-left: -0.4rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(4) .recipe-tit {
    margin-left: -0.1rem;
  }
}
.recipe-item:nth-child(5) {
  background-image: url(../images/recipe_bg_05.jpg);
  background-size: 125%;
  background-position: 87% 45%;
  padding-top: 7.3rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(5) {
    background-size: 173%;
    background-position: 49% -32%;
  }
}
.recipe-item:nth-child(5) .recipe-tit {
  margin-left: -0.2rem;
}
.recipe-item:nth-child(5) .recipe-tit span {
  letter-spacing: -0.1em;
}
.recipe-item:nth-child(6) {
  background-image: url(../images/recipe_bg_06.jpg);
  background-size: 121%;
  background-position: 8% 69%;
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .recipe-item:nth-child(6) {
    background-size: 165%;
    background-position: 16% -82%;
  }
}
.recipe-item:nth-child(6) .recipe-tit {
  margin-left: -0.4rem;
}
.recipe-wrap {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .recipe-wrap {
    background-color: #394424;
    height: 25.1rem;
    padding: 2.8rem 3.6rem;
  }
}
.recipe-detail{
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.recipe-detail.right {
  margin-left: 82rem;
}
@media screen and (max-width: 750px) {
.recipe-detail{
	text-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
  .recipe-detail.right {
    margin-left: 0;
  }
}
.recipe-tit_sub {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d2d191;
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .recipe-tit_sub {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.recipe-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .recipe-tit {
    font-size: 2.5rem;
  }
}
.recipe-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 2.8rem 0;
}
@media screen and (max-width: 750px) {
  .recipe-txt {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1.7;
    margin: 0.6rem 0 0;
  }
}
.recipe-btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding-bottom: 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.recipe-btn .left,
.recipe-btn .right {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 0.2rem;
}
.recipe-btn .left {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.recipe-btn .right {
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 750px) {
  .recipe-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 3.2rem;
    font-size: 1.5rem;
    padding-bottom: 0.4rem;
  }
  .sta-btn{
    bottom: 4.7rem;
  }
}

.commit {
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-size: 137%;
  background-position: 50% 0%;
  padding: 8.5rem 0 9rem;
}
@media screen and (max-width: 750px) {
  .commit {
    background-size: 260%;
    background-repeat: repeat;
    background-position: 20% 0%;
    padding: 7.5rem 4.7rem 6rem;
  }
}
.commit-wrap {
  max-width: 94.4rem;
  margin: 0 auto;
}
.commit-tit {
  text-align: center;
}
.commit-tit img {
  max-width: 81.7rem;
}
.commit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .commit-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.commit-item {
  padding: 0 2.2rem 1rem;
}
@media screen and (max-width: 750px) {
  .commit-item {
    padding: 0 1rem 1rem;
  }
}
.commit-item:nth-child(2) {
  border-left: 0.1rem solid #2c2c2c;
  border-right: 0.1rem solid #2c2c2c;
}
@media screen and (max-width: 750px) {
  .commit-item:nth-child(2) {
    border: none;
  }
}
.commit-img {
  text-align: center;
}
.commit-img img {
  max-width: 19.8rem;
}
@media screen and (max-width: 750px) {
  .commit-img img {
    max-width: 18.7rem;
  }
}
.commit-tit_sub {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #394424;
  font-size: 2.9rem;
  text-align: center;
  line-height: 1.3;
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .commit-tit_sub {
    font-size: 2.7rem;
    margin: 2rem 0 0.9rem;
  }
}
.commit-tit_sub span {
  letter-spacing: -0.12em;
}
.commit-txt {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .commit-txt {
    letter-spacing: 0em;
  }
}

.history {
  background-image: url(../images/history_bg.jpg);
  background-repeat: no-repeat;
  background-size: 135%;
  background-position: 50% 50%;
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 750px) {
  .history {
    background-size: 740%;
    background-position: 65% 50%;
    padding: 2rem 3.6rem 4rem;
  }
}
.history-wrap {
  max-width: 90rem;
  margin: 0 auto;
}
.history-tit {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c0b780;
  font-size: 5.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .history-tit {
    font-size: 3.4rem;
  }
}
.history-list {
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .history-list {
    margin-top: 1.4rem;
  }
}
.history-item_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .history-item_inner {
    display: block;
  }
}
.history-img {
  height: 35.4rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .history-img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.history-img img {
  width: calc(100% + 0.1rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.history-detail {
  background-image: url(../images/history_bg_inner.jpg);
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: 50% 50%;
  padding: 4rem 3.6rem 0;
}
@media screen and (max-width: 750px) {
  .history-detail {
    background-image: none;
    padding: 1.3rem 0.5rem 0;
  }
}
.history-tit_sub {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #d2d191;
  font-size: 3.1rem;
}
@media screen and (max-width: 750px) {
  .history-tit_sub {
    font-size: 2.7rem;
    text-align: center;
  }
}
.history-tit_sub p {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 7.4rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .history-tit_sub p {
    font-size: 6.2rem;
  }
}
.history-tit_sub span {
  letter-spacing: -0.08em;
}
.history-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  .history-txt {
    letter-spacing: -0.04em;
  }
}
.history-btn_slide {
  position: absolute;
  top: 50%;
  width: 2.8rem;
  height: 2.8rem;
  border-top: 0.3rem solid #d2d191;
}
@media screen and (max-width: 750px) {
  .history-btn_slide {
    top: 14rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.history-btn_slide.prev {
  left: -6rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 0.3rem solid #d2d191;
}
@media screen and (max-width: 750px) {
  .history-btn_slide.prev {
    left: -2.5rem;
    -webkit-transform: translateY(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
  }
}
.history-btn_slide.next {
  right: -6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 0.3rem solid #d2d191;
}
@media screen and (max-width: 750px) {
  .history-btn_slide.next {
    right: -2.5rem;
    -webkit-transform: translateY(0%) rotate(45deg);
            transform: translateY(0%) rotate(45deg);
  }
}

.lineup {
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-size: 137%;
  background-position: 50% 0%;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 750px) {
  .lineup {
    background-size: 260%;
    background-position: 20% 0%;
    padding: 3.2rem 0 7rem;
  }
}
.lineup-wrap {
  max-width: 90rem;
  text-align: center;
  margin: 0 auto;
}
.lineup-tit {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5.3rem;
}
@media screen and (max-width: 750px) {
  .lineup-tit {
    font-size: 3.4rem;
  }
}
.lineup-img {
  margin: 2.8rem 0;
}
@media screen and (max-width: 750px) {
  .lineup-img {
    padding-left: 1rem;
    margin: 3.2rem 0;
  }
}
.lineup-img_logo {
  max-width: 31.9rem;
}
@media screen and (max-width: 750px) {
  .lineup-img_logo {
    max-width: 18rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}