@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Base
   ----------------------------------------------------------------- */
*, ::after, ::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  min-height: 0vw; /* Safari clamp関数対策 */
  touch-action: manipulation;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body.is-fixed {
  position: absolute;
  top: 0;
  overflow: hidden;
}
body.is-fixed main, body.is-fixed section, body.is-fixed aside, body.is-fixed footer {
  pointer-events: none;
  user-select: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
picture, img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 899.98px) {
  p {
    word-break: break-word;
  }
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  user-select: none;
  outline: none;
}

.js-delay-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.js-delay-1::after, .js-delay-1 *::after {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.js-delay-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.js-delay-2::after, .js-delay-2 *::after {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.js-delay-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.js-delay-3::after, .js-delay-3 *::after {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.js-delay-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.js-delay-4::after, .js-delay-4 *::after {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.js-delay-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.js-delay-5::after, .js-delay-5 *::after {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.js-delay-6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.js-delay-6::after, .js-delay-6 *::after {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.js-delay-7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.js-delay-7::after, .js-delay-7 *::after {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.js-delay-8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.js-delay-8::after, .js-delay-8 *::after {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.js-delay-9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.js-delay-9::after, .js-delay-9 *::after {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.js-delay-10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.js-delay-10::after, .js-delay-10 *::after {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.js-delay-11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.js-delay-11::after, .js-delay-11 *::after {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.js-delay-12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.js-delay-12::after, .js-delay-12 *::after {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.js-delay-13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.js-delay-13::after, .js-delay-13 *::after {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.js-delay-14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.js-delay-14::after, .js-delay-14 *::after {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.js-delay-15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.js-delay-15::after, .js-delay-15 *::after {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.js-delay-16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.js-delay-16::after, .js-delay-16 *::after {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.js-delay-17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.js-delay-17::after, .js-delay-17 *::after {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.js-delay-18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.js-delay-18::after, .js-delay-18 *::after {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.js-delay-19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.js-delay-19::after, .js-delay-19 *::after {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.js-delay-20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.js-delay-20::after, .js-delay-20 *::after {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.js-delay-21 {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}
.js-delay-21::after, .js-delay-21 *::after {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}
.js-delay-22 {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}
.js-delay-22::after, .js-delay-22 *::after {
  -webkit-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}
.js-delay-23 {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}
.js-delay-23::after, .js-delay-23 *::after {
  -webkit-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}
.js-delay-24 {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}
.js-delay-24::after, .js-delay-24 *::after {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}
.js-delay-25 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.js-delay-25::after, .js-delay-25 *::after {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.js-delay-26 {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}
.js-delay-26::after, .js-delay-26 *::after {
  -webkit-transition-delay: 2.6s !important;
  transition-delay: 2.6s !important;
}
.js-delay-27 {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}
.js-delay-27::after, .js-delay-27 *::after {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}
.js-delay-28 {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}
.js-delay-28::after, .js-delay-28 *::after {
  -webkit-transition-delay: 2.8s !important;
  transition-delay: 2.8s !important;
}
.js-delay-29 {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}
.js-delay-29::after, .js-delay-29 *::after {
  -webkit-transition-delay: 2.9s !important;
  transition-delay: 2.9s !important;
}
.js-delay-30 {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}
.js-delay-30::after, .js-delay-30 *::after {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3s !important;
}
.js-delay-31 {
  -webkit-transition-delay: 3.1s !important;
  transition-delay: 3.1s !important;
}
.js-delay-31::after, .js-delay-31 *::after {
  -webkit-transition-delay: 3.1s !important;
  transition-delay: 3.1s !important;
}
.js-delay-32 {
  -webkit-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important;
}
.js-delay-32::after, .js-delay-32 *::after {
  -webkit-transition-delay: 3.2s !important;
  transition-delay: 3.2s !important;
}
.js-delay-33 {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}
.js-delay-33::after, .js-delay-33 *::after {
  -webkit-transition-delay: 3.3s !important;
  transition-delay: 3.3s !important;
}
.js-delay-34 {
  -webkit-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important;
}
.js-delay-34::after, .js-delay-34 *::after {
  -webkit-transition-delay: 3.4s !important;
  transition-delay: 3.4s !important;
}
.js-delay-35 {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.js-delay-35::after, .js-delay-35 *::after {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.js-delay-36 {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}
.js-delay-36::after, .js-delay-36 *::after {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}
.js-delay-37 {
  -webkit-transition-delay: 3.7s !important;
  transition-delay: 3.7s !important;
}
.js-delay-37::after, .js-delay-37 *::after {
  -webkit-transition-delay: 3.7s !important;
  transition-delay: 3.7s !important;
}
.js-delay-38 {
  -webkit-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important;
}
.js-delay-38::after, .js-delay-38 *::after {
  -webkit-transition-delay: 3.8s !important;
  transition-delay: 3.8s !important;
}
.js-delay-39 {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}
.js-delay-39::after, .js-delay-39 *::after {
  -webkit-transition-delay: 3.9s !important;
  transition-delay: 3.9s !important;
}
.js-delay-40 {
  -webkit-transition-delay: 4s !important;
  transition-delay: 4s !important;
}
.js-delay-40::after, .js-delay-40 *::after {
  -webkit-transition-delay: 4s !important;
  transition-delay: 4s !important;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-l {
  opacity: 0;
  -webkit-transform: translate3d(-27px, 0, 0);
  transform: translate3d(-27px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-r {
  opacity: 0;
  -webkit-transform: translate3d(27px, 0, 0);
  transform: translate3d(27px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-appear {
  position: relative;
}
.js-appear::after {
  content: "";
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #121212;
  transition: width 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
  transform-origin: 100% 100%;
}
.js-appear.is-shown::after, .js-appear.is-loaded::after {
  width: 0;
}

.is-shown .js-appear::after, .is-loaded .js-appear::after {
  width: 0;
}

.is-shown .js-fade, .is-shown.js-fade,
.is-shown .js-fadein, .is-shown.js-fadein,
.is-shown .js-fadein-l, .is-shown.js-fadein-l,
.is-shown .js-fadein-r, .is-shown.js-fadein-r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-loaded .js-fade, .is-loaded.js-fade,
.is-loaded .js-fadein, .is-loaded.js-fadein,
.is-loaded .js-fadein-l, .is-loaded.js-fadein-l,
.is-loaded .js-fadein-r, .is-loaded.js-fadein-r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 690px) {
  .aside {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
    animation: side 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.75s both;
  }
}
.aside_cta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 689.98px) {
  .aside_cta ul {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    animation: bottom 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.75s both;
  }
}
@media (max-width: 689.98px) {
  .aside_cta li {
    width: 80px;
    position: relative;
  }
  .aside_cta li:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 690px) {
  .aside_cta li {
    margin-bottom: 15px;
  }
}
.aside_cta a {
  display: block;
  box-shadow: -3px 3px 6px rgba(102, 102, 102, 0.2);
  text-decoration: none;
  color: transparent;
  transition: transform 130ms ease-in;
}
.aside_cta a:hover {
  transform: scale(1.1);
}
@media (max-width: 689.98px) {
  .aside_cta a {
    height: 54px;
    padding: 12px 12px 6px;
    background-color: #DE1310;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@media (min-width: 690px) {
  .aside_cta a {
    padding: 8px 21px 8px 17px;
    background-color: #DE1310;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .aside_cta a {
    width: 78px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media (min-width: 900px) {
  .aside_cta a {
    width: 90px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.aside_cta div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 689.98px) {
  .aside_cta img {
    width: 20px;
  }
}
@media (min-width: 690px) {
  .aside_cta img {
    width: 36px;
  }
}
.aside_cta span {
  display: block;
  margin-top: 3px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}
.aside_cta small {
  display: block;
  margin-top: 2px;
  transform-origin: center bottom;
}
@media (max-width: 689.98px) {
  .aside_cta small {
    transform: translateY(-2px) scale(0.95);
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .aside_cta small {
    transform: scale(0.85);
  }
}
@media (min-width: 900px) {
  .aside_cta small {
    transform: scale(0.9);
  }
}
.aside_sns {
  display: flex;
  justify-content: center;
}
@media (max-width: 689.98px) {
  .aside_sns {
    width: 20px;
    position: fixed;
    top: 50%;
    right: 2px;
    z-index: 10;
    transform: translateY(-50%);
    animation: side 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.75s both;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .aside_sns {
    width: 70px;
    margin-top: 50px;
  }
}
@media (min-width: 900px) {
  .aside_sns {
    width: 90px;
    margin-top: 60px;
  }
}
.aside_sns p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.aside_sns span {
  display: block;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #DE1310;
  writing-mode: vertical-rl;
  user-select: none;
  filter: grayscale(15%);
}
.aside_sns a {
  transition: transform 130ms ease-in;
}
.aside_sns a:hover {
  transform: scale(1.1);
}
.aside_sns img {
  filter: grayscale(15%);
}
@media (max-width: 689.98px) {
  .aside_sns img {
    width: 20px;
    transform: translateX(-1px);
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .aside_sns img {
    width: 28px;
  }
}
@media (min-width: 900px) {
  .aside_sns img {
    width: 36px;
  }
}

@media (min-width: 690px) {
  .is-single .aside {
    animation: side 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s both;
  }
}
@media (max-width: 689.98px) {
  .is-single .aside_cta ul {
    animation: bottom 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s both;
  }
}

@keyframes side {
  0% {
    top: 50%;
    transform: translate(200px, -50%);
    opacity: 0;
  }
  100% {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@keyframes bottom {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.container {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: relative;
}

@media (max-width: 689.98px) {
  .footer {
    padding-bottom: 54px;
  }
}
.footer_logo {
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 689.98px) {
  .footer_logo {
    width: 204px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .footer_logo {
    width: 256px;
  }
}
@media (min-width: 900px) {
  .footer_logo {
    width: 320px;
  }
}
.footer_txt {
  margin: 27px auto;
  text-align: center;
  color: #121212;
}
.footer_txt a {
  color: #121212;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 230ms ease;
}
.footer_txt a:hover {
  color: #DE1310;
}
@media (max-width: 689.98px) {
  .footer_txt span {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 690px) {
  .footer_txt span {
    margin-left: 18px;
  }
}
@media (max-width: 689.98px) {
  .footer_txt {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .footer_txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .footer_txt {
    font-size: clamp(1rem, 0.8333vw, 1.6rem);
  }
}

.header {
  position: relative;
}
.header_logomark {
  position: fixed;
  left: 0;
  z-index: 20;
  transform: translateX(-200px);
  animation: logomark 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s both;
}
@media (max-width: 689.98px) {
  .header_logomark {
    width: 60px;
    top: 15px;
    left: 10px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .header_logomark {
    width: 105px;
    top: 23px;
    left: 27px;
  }
}
@media (min-width: 900px) {
  .header_logomark {
    width: 150px;
    top: 36px;
    left: 27px;
  }
}
.header_logo {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
  animation: logo 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s both;
}
@media (max-width: 689.98px) {
  .header_logo {
    width: 220px;
    margin-top: -100px;
    top: 210px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .header_logo {
    width: 298px;
    margin-top: -100px;
    top: 250px;
  }
}
@media (min-width: 900px) {
  .header_logo {
    width: 376px;
    margin-top: -160px;
    top: 210px;
  }
}
.header.is-scroll .header_logomark {
  animation: logomark 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s both;
}
.header.is-scroll .header_logo {
  position: fixed;
  pointer-events: all;
}
@media (max-width: 689.98px) {
  .header.is-scroll .header_logo {
    width: 150px;
    margin-top: -150px;
    top: 165px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .header.is-scroll .header_logo {
    width: 180px;
    margin-top: -160px;
    top: 200px;
  }
}
@media (min-width: 900px) {
  .header.is-scroll .header_logo {
    width: 180px;
  }
}
.header_button {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  z-index: 20;
  animation: button 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.75s both;
}
.header_button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #DE1310;
  transition: transform 230ms ease-in;
  filter: grayscale(15%);
}
.header_button span:first-of-type {
  transform: translateY(-5px);
}
.header_button span:last-of-type {
  transform: translateY(5px);
}
.header_button:hover span:first-of-type {
  transform: scale(1.2, 1) translateY(-5px);
}
.header_button:hover span:last-of-type {
  transform: scale(1.2, 1) translateY(5px);
}
@media (max-width: 689.98px) {
  .header_button {
    top: 10px;
    right: 15px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .header_button {
    top: 23px;
    right: 21px;
  }
}
@media (min-width: 900px) {
  .header_button {
    top: 36px;
    right: 27px;
  }
}

.is-not_front_page .header_logomark {
  animation: logomark 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 640ms both;
}
.is-not_front_page .header_logo {
  animation: logo 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 430ms both;
}
.is-not_front_page .header_button {
  animation: button 430ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 640ms both;
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logomark {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes button {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(222, 19, 16, 0.95);
  color: #FFFFFF;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: 230ms ease;
  transition-property: opacity, transform;
}
.nav.is-open {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}
.nav_logo {
  margin: 0;
  position: fixed;
  left: 50%;
  z-index: 101;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 689.98px) {
  .nav_logo {
    width: 190px;
    top: 40px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .nav_logo {
    width: 298px;
    top: 50px;
  }
}
@media (min-width: 900px) {
  .nav_logo {
    width: 376px;
    top: 50px;
  }
}
.nav_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: thin;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: thin;
}
.nav_inner::-webkit-scrollbar {
  display: thin;
}
.nav_inner::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: 100px;
}
.nav_inner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}
.nav_inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
@media (max-width: 689.98px) {
  .nav_inner {
    width: 100%;
    height: calc(100vh - 120px);
    padding: 0 8vw 100px;
    top: 120px;
    overflow-y: scroll;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .nav_inner {
    width: 100%;
    height: calc(100vh - 250px);
    top: 180px;
    overflow-y: scroll;
  }
  .nav_inner > div {
    max-width: 480px;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .nav_inner {
    display: flex;
    top: 240px;
  }
  .nav_inner > div:first-of-type {
    margin-right: 100px;
  }
}
.nav_inner p {
  display: block;
  margin-top: 70px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
}
.nav_inner span {
  display: inline-block;
  margin: 20px 40px 0 0;
}
.nav_inner a {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.nav_inner a span {
  margin: 0;
  transition: transform 230ms ease;
}
.nav_inner a:hover span {
  transform: translateX(5px);
}
.nav_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 899.98px) {
  .nav_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 689.98px) {
  .nav_item {
    margin: 0 0 25px;
  }
}
@media (min-width: 690px) {
  .nav_item {
    margin: 0 0 30px;
  }
}
.nav_item a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 689.98px) {
  .nav_item a {
    font-size: 2rem;
  }
}
@media (min-width: 690px) {
  .nav_item a {
    font-size: 2.2rem;
  }
}
.nav_item a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  transition: background-color 230ms ease;
}
@media (max-width: 689.98px) {
  .nav_item a::before {
    width: 21px;
    margin-right: 10px;
  }
}
@media (min-width: 690px) {
  .nav_item a::before {
    width: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 689.98px) {
  .nav_child {
    margin: 15px 0 0 35px;
  }
}
@media (min-width: 690px) {
  .nav_child {
    margin: 15px 0 0 50px;
  }
}
.nav_child a {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.nav_en a {
  letter-spacing: 0.05em;
}
@media (max-width: 689.98px) {
  .nav_en a {
    font-size: 2.2rem;
  }
}
@media (min-width: 690px) {
  .nav_en a {
    font-size: 2.4rem;
  }
}
.nav_button {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 101;
}
.nav_button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 230ms ease-in;
  transform-origin: center;
  position: absolute;
}
.nav_button span:first-of-type {
  transform: rotate(45deg);
}
.nav_button span:last-of-type {
  transform: rotate(-45deg);
}
.nav_button:hover span:first-of-type {
  transform: scale(1.2, 1) rotate(48deg);
}
.nav_button:hover span:last-of-type {
  transform: scale(1.2, 1) rotate(-48deg);
}
@media (max-width: 689.98px) {
  .nav_button {
    top: 10px;
    right: 15px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .nav_button {
    top: 23px;
    right: 21px;
  }
}
@media (min-width: 900px) {
  .nav_button {
    top: 36px;
    right: 27px;
  }
}

.screen {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.screen .slider {
  width: 100%;
  height: 100vh;
}
.screen .slider div, .screen .slider img {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.screen_load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  animation: loading 10.5s linear both;
}
.screen_load img {
  opacity: 0;
  animation: shake 8s linear 0.5s both;
}
@media (max-width: 689.98px) {
  .screen_load img {
    width: 266px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .screen_load img {
    width: 320px;
  }
}
@media (min-width: 900px) {
  .screen_load img {
    width: 400px;
  }
}
.screen_scroll {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 899.98px) {
  .screen_scroll {
    bottom: 56px;
  }
}
@media (min-width: 900px) {
  .screen_scroll {
    bottom: 0;
  }
}
.screen_scroll p {
  display: block;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
  color: #DE1310;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 689.98px) {
  .screen_scroll p {
    font-size: 1.1rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .screen_scroll p {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
  .screen_scroll p {
    font-size: 1.4rem;
  }
}
.screen_scroll p::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  margin-top: 25px;
  background-color: #DE1310;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.8, 1);
  transform-origin: center bottom;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  5% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  29% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(5deg);
  }
  31% {
    transform: rotate(-5deg);
  }
  32% {
    transform: rotate(5deg);
  }
  33% {
    transform: rotate(-5deg);
  }
  34% {
    transform: rotate(5deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(0);
  }
  69% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(5deg);
  }
  71% {
    transform: rotate(-5deg);
  }
  72% {
    transform: rotate(5deg);
  }
  73% {
    transform: rotate(-5deg);
  }
  74% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  76% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
.heading {
  text-align: center;
}
@media (max-width: 689.98px) {
  .heading {
    margin: 0 auto 1.5em;
  }
}
@media (min-width: 690px) {
  .heading {
    margin: 0 auto 2em;
  }
}
.heading span {
  display: inline-block;
  padding: 0 1.2em;
  color: #DE1310;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
}
.heading span::before, .heading span::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}
.heading span::before {
  background: url(../images/heading_l.svg) no-repeat center/contain;
  left: 0;
}
.heading span::after {
  background: url(../images/heading_r.svg) no-repeat center/contain;
  right: 0;
}
@media (max-width: 689.98px) {
  .heading span {
    font-size: 3rem;
  }
}
@media (min-width: 690px) {
  .heading span {
    font-size: clamp(4.8rem, 4.427vw, 8.5rem);
  }
}
@media (max-width: 689.98px) {
  .heading_2 {
    margin: 0 auto 1.5em;
  }
}
@media (min-width: 690px) {
  .heading_2 {
    margin: 0 auto 2em;
  }
}
.heading_2 span {
  display: inline-block;
  padding: 0 1.2em;
  color: #121212;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: relative;
}
.heading_2 span::before, .heading_2 span::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  filter: grayscale(100%);
}
.heading_2 span::before {
  background: url(../images/heading_l.svg) no-repeat center/contain;
  left: 0;
}
.heading_2 span::after {
  background: url(../images/heading_r.svg) no-repeat center/contain;
  right: 0;
}
@media (max-width: 689.98px) {
  .heading_2 span {
    font-size: 3rem;
  }
}
@media (min-width: 690px) {
  .heading_2 span {
    font-size: clamp(3.8rem, 2.5vw, 4.8rem);
  }
}

.item {
  width: 100%;
}
.item_img {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
.item_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_rice {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
@media (min-width: 690px) {
  .item_rice span {
    margin-left: 1.5em;
  }
}
.item_s::after {
  content: "";
  display: block;
  width: 25%;
  aspect-ratio: 8/9.1;
  background: url(../images/specialty.svg) no-repeat center/contain;
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.item_no1::after {
  content: "";
  display: block;
  width: 25%;
  aspect-ratio: 8/9.1;
  background: url(../images/no1.svg) no-repeat center/contain;
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
.item_txt h2 {
  margin: 0.67em 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 1.3;
}
@media (max-width: 689.98px) {
  .item_txt h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .item_txt h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 900px) {
  .item_txt h2 {
    font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  }
}
.item_txt p {
  margin: 0.67em 0 0;
  font-weight: 400;
}
@media (max-width: 689.98px) {
  .item_txt p {
    font-size: 1.3rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .item_txt p {
    font-size: 1.4rem;
  }
}
@media (min-width: 900px) {
  .item_txt p {
    font-size: clamp(1rem, 0.8333vw, 1.5rem);
  }
}
.item_txt p span {
  display: inline-block;
  margin-bottom: 8px;
}

.is-shown .item_s::after, .is-shown .item_no1::after {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.about {
  width: 100%;
  position: relative;
}
@media (min-width: 900px) {
  .about {
    width: calc(100% - 54px);
    margin-left: 27px;
  }
}
.about::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #DE1310;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
@media (max-width: 689.98px) {
  .about::before {
    top: 54px;
    height: 70%;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about::before {
    top: 72px;
    height: 80%;
  }
}
@media (min-width: 900px) {
  .about::before {
    width: calc(100% + 54px);
    left: -27px;
    top: 120px;
    height: 80%;
  }
}
.about_header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.about_bottom {
  position: relative;
}
@media (min-width: 690px) {
  .about_bottom {
    display: flex;
    align-items: center;
  }
}
.about_img_1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 689.98px) {
  .about_img_1 {
    width: calc(100% - 27px);
    aspect-ratio: 4/3;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about_img_1 {
    width: 83.3333%;
    aspect-ratio: 4/2.5;
  }
}
@media (min-width: 900px) {
  .about_img_1 {
    width: 83.3333%;
  }
}
.about_img_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_img_2 {
  display: flex;
  z-index: 2;
}
@media (max-width: 689.98px) {
  .about_img_2 {
    width: 26.6666%;
    padding: 90px 2% 0;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about_img_2 {
    width: 26.6666%;
    padding: 90px 2% 0;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 900px) {
  .about_img_2 {
    width: 16.666%;
    padding: 120px 2% 0;
    position: relative;
  }
}
.about_img_3 {
  z-index: 2;
}
@media (max-width: 689.98px) {
  .about_img_3 {
    width: calc(100% - 54px);
    aspect-ratio: 16/9;
  }
  .about_img_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about_img_3 {
    width: 37.0833%;
    position: absolute;
  }
}
@media (min-width: 900px) {
  .about_img_3 {
    width: 37.0833%;
    position: absolute;
  }
}
.about_img_3 img {
  filter: grayscale(100%);
}
.about_img_4 {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 689.98px) {
  .about_img_4 {
    width: calc(100% - 27px);
    margin-top: -27px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about_img_4 {
    width: 83.3333%;
  }
}
@media (min-width: 900px) {
  .about_img_4 {
    width: 64.79166%;
  }
}
.about_txt {
  display: block;
  width: 100%;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 689.98px) {
  .about_txt {
    padding: 72px 0 54px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .about_txt {
    padding: 90px 0 72px;
  }
}
@media (min-width: 900px) {
  .about_txt {
    padding: 120px 0 90px;
  }
}
.about_txt p {
  letter-spacing: 0.1em;
}
.about_txt p:first-of-type {
  line-height: 1.9;
}
@media (max-width: 689.98px) {
  .about_txt p:first-of-type {
    display: block;
    padding: 0 44px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (min-width: 690px) {
  .about_txt p:first-of-type {
    font-size: clamp(1.6rem, 1.4583vw, 2.8rem);
    text-align: center;
    font-weight: 600;
  }
}
.about_txt p:last-of-type {
  margin-top: 1.5em;
}
@media (max-width: 689.98px) {
  .about_txt p:last-of-type {
    display: block;
    padding: 0 44px;
    font-size: 2rem;
    font-weight: 500;
  }
}
@media (min-width: 690px) {
  .about_txt p:last-of-type {
    font-size: clamp(2.8rem, 2.2916vw, 4.4rem);
    font-weight: 600;
    text-align: center;
  }
}

.about.is-shown::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 689.98px) {
  .box {
    margin-bottom: 100px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box {
    padding-right: 73px;
    margin-bottom: 150px;
  }
}
@media (min-width: 900px) {
  .box {
    margin-bottom: 200px;
  }
}
.box > h1 {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.box_inner {
  width: calc(100% - 54px);
  margin-left: 27px;
  position: relative;
}
.box_inner::after {
  content: "";
  display: block;
  background-color: #DE1310;
  position: absolute;
  left: -27px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
@media (max-width: 689.98px) {
  .box_inner::after {
    width: calc(100% + 54px);
    height: 20%;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_inner::after {
    width: calc(100% + 127px);
    height: 36%;
  }
}
@media (min-width: 900px) {
  .box_inner::after {
    width: calc(100% + 54px);
    height: clamp(230px, 20.8333vw, 400px);
  }
}
.box_lead {
  margin: 0;
  color: #FFFFFF;
  line-height: 1.9;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
@media (max-width: 899.98px) {
  .box_lead {
    padding: 36px 36px 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .box_lead {
    padding-top: 54px;
    font-size: clamp(1.4rem, 1.0416vw, 2rem);
    text-align: center;
  }
}
.box_lead span {
  display: inline-block;
  margin-top: 0.33em;
  font-size: 90%;
}
.box_list_2 {
  margin: 0;
  list-style: none;
}
.box_list_2 li {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_list_2 li:nth-child(1) {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.box_list_2 li:nth-child(2) {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
@media (max-width: 689.98px) {
  .box_list_2 {
    padding: 36px 0 0;
  }
  .box_list_2 li {
    margin-bottom: 25px;
  }
  .box_list_2 h2 {
    font-size: 2rem;
  }
  .box_list_2 p {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_list_2 {
    display: flex;
    justify-content: center;
    padding: 36px 0 54px;
  }
  .box_list_2 li {
    width: calc((100% - 54px) / 3);
    max-width: 540px;
  }
  .box_list_2 li:not(:last-child) {
    margin-right: 27px;
  }
  .box_list_2 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .box_list_2 {
    display: flex;
    justify-content: center;
    padding: 54px 100px;
  }
  .box_list_2 li {
    width: calc((100% - 54px) / 3);
    max-width: 540px;
  }
  .box_list_2 li:not(:last-child) {
    margin-right: 27px;
  }
  .box_list_2 h2 {
    color: #DE1310;
    padding: 0 16px;
  }
  .box_list_2 p {
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
.box_list_3 {
  margin: 0;
  list-style: none;
}
.box_list_3 li {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_list_3 li:nth-child(1) {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.box_list_3 li:nth-child(2) {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.box_list_3 li:nth-child(3) {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
@media (max-width: 689.98px) {
  .box_list_3 {
    padding: 36px 0 0;
  }
  .box_list_3 li {
    margin-bottom: 25px;
  }
  .box_list_3 h2 {
    font-size: 2rem;
  }
  .box_list_3 p {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_list_3 {
    display: flex;
    justify-content: center;
    padding: 36px 0 54px;
  }
  .box_list_3 li {
    width: calc((100% - 54px) / 3);
    max-width: 540px;
  }
  .box_list_3 li:not(:last-child) {
    margin-right: 27px;
  }
  .box_list_3 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .box_list_3 {
    display: flex;
    justify-content: center;
    padding: 54px 100px;
  }
  .box_list_3 li {
    width: calc((100% - 54px) / 3);
    max-width: 540px;
  }
  .box_list_3 li:not(:last-child) {
    margin-right: 27px;
  }
  .box_list_3 h2 {
    color: #DE1310;
    padding: 0 16px;
  }
  .box_list_3 p {
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
.box_info {
  display: flex;
  justify-content: center;
  padding: 0 27px;
  margin: 54px auto 0;
}
.box_info p {
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 689.98px) {
  .box_info p {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_info p {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .box_info p {
    font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
  }
}
.box_note {
  max-width: 800px;
  margin: 54px auto 0;
  border: 1px solid #121212;
  position: relative;
}
@media (max-width: 689.98px) {
  .box_note {
    width: calc(100% - 54px);
    padding: 24px 28px;
    margin-left: 27px;
  }
}
@media (min-width: 690px) {
  .box_note {
    width: 50%;
    padding: 27px 43px;
  }
}
.box_note::before {
  content: "";
  display: block;
  width: calc(100% - 54px);
  height: calc(100% + 10px);
  background-color: #FFFFFF;
  position: absolute;
  left: 27px;
  top: -5px;
}
.box_note::after {
  content: "";
  display: block;
  aspect-ratio: 15/17;
  background: url(../images/panda.svg) no-repeat center/contain;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}
@media (max-width: 689.98px) {
  .box_note::after {
    width: 120px;
    margin: 25px 0;
    position: absolute;
    bottom: -25%;
    right: -6px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_note::after {
    width: 37.5%;
    position: absolute;
    top: 50%;
    right: -45%;
    transform: scale(1.2) translateY(-50%);
  }
}
@media (min-width: 900px) {
  .box_note::after {
    width: 37.5%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    right: -40%;
    transform: scale(1.2) translateY(-50%);
  }
}
.box_note p {
  margin: 0;
  font-weight: 400;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}
@media (max-width: 689.98px) {
  .box_note p {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .box_note p {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .box_note p {
    font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
  }
}
.box_note p:first-of-type {
  margin-bottom: 27px;
}
.box_note p:first-of-type span {
  background-color: #121212;
}
.box_note span {
  display: block;
  width: 10em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  background-color: #DE1310;
  color: #FFFFFF;
  font-size: 90%;
  text-align: center;
}

.box.is-shown h1 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box.is-shown .box_lead {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box.is-shown .box_inner::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.box.is-shown .box_list_2 li, .box.is-shown .box_list_3 li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 689.98px) {
  .box.is-shown .box_note::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 690px) {
  .box.is-shown .box_note::after {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, -50%, 0);
    transform: scale(1) translate3d(0, -50%, 0);
  }
}

.contact {
  position: relative;
}
.contact::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
  background: url(../images/contact.webp) no-repeat center/contain;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
@media (max-width: 689.98px) {
  .contact {
    padding: 90px 0 156px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .contact {
    padding: 120px 0 176px;
  }
  .contact::before {
    width: calc(100% - 100px);
    position: relative;
  }
}
@media (min-width: 900px) {
  .contact {
    padding: 200px 0 176px;
  }
  .contact::before {
    width: 60vw;
    position: absolute;
    top: 27px;
  }
}
.contact_form {
  max-width: 800px;
  margin: auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 689.98px) {
  .contact_form {
    padding: 54px 27px 0;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .contact_form {
    padding: 54px 100px 0 27px;
    margin-top: -27px;
  }
}
@media (min-width: 900px) {
  .contact_form {
    padding: 81px 54px;
  }
}
.contact_form form {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contact_form h1 {
  text-align: center;
}
.contact_form label {
  display: block;
  margin-bottom: 8px;
  color: #121212;
}
@media (max-width: 689.98px) {
  .contact_form label {
    font-size: 1.3rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .contact_form label {
    font-size: 1.3rem;
  }
}
@media (min-width: 900px) {
  .contact_form label {
    font-size: 1.4rem;
  }
}
.contact_form label span {
  color: #DE1310;
}
.contact_form input, .contact_form textarea {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 27px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  font-size: 1.6rem;
  color: #121212;
}
.contact_form textarea {
  resize: vertical;
  min-height: 8.35em;
}
.contact_form input[type=submit] {
  display: block;
  margin: 27px auto 0;
  background-color: #121212;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  transition: background-color 230ms ease;
}
@media (max-width: 689.98px) {
  .contact_form input[type=submit] {
    width: 240px;
    height: 48px;
    border-radius: 24px;
    font-size: 1.8rem;
  }
}
@media (min-width: 690px) {
  .contact_form input[type=submit] {
    width: 250px;
    height: 56px;
    border-radius: 28px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .contact_form input[type=submit] {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .contact_form input[type=submit] {
    font-size: clamp(1.6rem, 1.0416vw, 2rem);
  }
}
.contact_form input[type=submit]:hover {
  background-color: #DE1310;
}
.contact_form .wpforms-container .wpforms-required-label {
  color: #DE1310;
  font-weight: normal;
}

.contact.is-shown::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contact.is-shown form {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 899.98px) {
  .gift {
    position: relative;
  }
  .gift::after {
    content: "";
    display: block;
    aspect-ratio: 1/2;
    background: url(../images/gift_00.svg) no-repeat center/contain;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, 40px, 0);
    transform: translate3d(-50%, 40px, 0);
    -webkit-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important;
  }
}
@media (max-width: 689.98px) {
  .gift::after {
    width: 33.3333%;
    margin: 27px 0 54px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .gift::after {
    width: 16.6666%;
    margin: 54px 0 81px;
  }
}
@media (min-width: 900px) {
  .gift {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 150px 0 200px;
  }
}
.gift_img {
  display: block;
  position: relative;
  z-index: 1 !important;
}
@media (max-width: 899.98px) {
  .gift_img {
    display: none;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media (min-width: 900px) {
  .gift_img {
    width: min(32.8125%, 630px);
    padding-right: 27px;
    padding-bottom: 40px;
  }
}
.gift_img::after {
  content: "";
  display: block;
  aspect-ratio: 1/2;
  background: url(../images/gift_00.svg) no-repeat center/contain;
  position: absolute;
  z-index: 2;
}
@media (min-width: 900px) {
  .gift_img::after {
    width: 57.1428%;
    margin-top: 100px;
    left: 50%;
    transform: translateX(-42%);
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, 40px, 0);
    transform: translate3d(-50%, 40px, 0);
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
  }
}
@media (max-width: 689.98px) {
  .gift_r {
    padding: 90px 0 0;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .gift_r {
    padding: 120px 0 0;
  }
}
@media (min-width: 900px) {
  .gift_r {
    width: min(67.1875%, 1290px);
  }
}
.gift_lead {
  margin: 0;
  color: #DE1310;
  line-height: 1.9;
}
@media (max-width: 899.98px) {
  .gift_lead {
    padding: 0 36px;
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .gift_lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .gift_lead {
    font-size: clamp(1.4rem, 1.0416vw, 2rem);
    text-align: center;
  }
}
.gift_lead span {
  display: inline-block;
  margin-top: 0.33em;
  font-size: 90%;
}
.gift_wrapper {
  position: relative;
}
@media (max-width: 689.98px) {
  .gift_wrapper {
    padding: 36px 27px;
    margin-top: 36px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .gift_wrapper {
    padding: 36px 100px 54px 27px;
    margin-top: 36px;
  }
}
@media (min-width: 900px) {
  .gift_wrapper {
    padding: 50px 27px;
    margin-top: 50px;
  }
}
.gift_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DE1310;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
@media (min-width: 900px) {
  .gift_wrapper::after {
    width: calc(100% + 27px);
  }
}
.gift_wrapper > p {
  margin: 0;
  color: #FFFFFF;
  line-height: 1.9;
  font-weight: 400;
}
@media (max-width: 899.98px) {
  .gift_wrapper > p {
    padding: 0 36px;
    font-size: 1.2rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .gift_wrapper > p {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .gift_wrapper > p {
    font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
    text-align: center;
  }
}
.gift_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 899.98px) {
  .gift_list {
    margin: 36px 0 0;
  }
}
@media (min-width: 900px) {
  .gift_list {
    margin: 50px 0 0;
  }
}
.gift_list li {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
@media (max-width: 689.98px) {
  .gift_list li {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 25px;
  }
  .gift_list li:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 690px) {
  .gift_list li {
    width: calc((100% - 81px) / 4);
    margin-right: 27px;
    margin-bottom: 40px;
  }
  .gift_list li:nth-child(4n) {
    margin-right: 0;
  }
}
.gift_list h2 {
  color: #FFFFFF;
}
.gift_list p {
  color: #FFFFFF;
}

@media (max-width: 899.98px) {
  .gift.is-shown::after {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 900px) {
  .gift.is-shown .gift_img::after {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.gift.is-shown .gift_wrapper::after,
.gift.is-shown .gift_list::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gift.is-shown .gift_wrapper li,
.gift.is-shown .gift_list li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 689.98px) {
  .lunch {
    padding: 90px 0;
    margin-top: -90px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .lunch {
    padding: 120px 0;
    margin-top: -120px;
  }
}
@media (min-width: 900px) {
  .lunch {
    display: flex;
    flex-wrap: wrap;
    padding: 200px 0;
    margin-top: -200px;
  }
}
.lunch_img {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 899.98px) {
  .lunch_img {
    display: none;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media (min-width: 900px) {
  .lunch_img {
    width: min(32.8125%, 630px);
    padding-left: 27px;
    padding-bottom: 40px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .lunch_r {
    padding-right: 73px;
  }
}
@media (min-width: 900px) {
  .lunch_r {
    width: min(67.1875%, 1290px);
    padding-right: 100px;
  }
}
.lunch_lead {
  color: #DE1310;
  letter-spacing: 0.1em;
  text-align: center;
}
.lunch_lead span {
  transform: translateX(0.5em);
}
@media (max-width: 899.98px) {
  .lunch_lead {
    padding: 0 36px;
    margin: -36px 0 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .lunch_lead {
    margin: -36px 0 0;
    font-size: 2rem;
  }
}
@media (min-width: 900px) {
  .lunch_lead {
    font-size: clamp(1.4rem, 1.6666vw, 3.2rem);
  }
}
.lunch_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  position: relative;
}
@media (max-width: 689.98px) {
  .lunch_list {
    padding: 36px 27px;
    margin: 27px 0 0;
  }
}
@media (min-width: 690px) {
  .lunch_list {
    padding: 54px 27px;
    margin: 50px 0 0;
  }
}
.lunch_list::after {
  content: "";
  display: block;
  height: 100%;
  background-color: #DE1310;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 689.98px) {
  .lunch_list::after {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 690px) {
  .lunch_list::after {
    width: calc(100% + 100px);
    left: -27px;
  }
}
@media (min-width: 900px) {
  .lunch_list::after {
    width: calc(100% + 208px);
    left: -108px;
  }
}
@media (max-width: 689.98px) {
  .lunch_list li {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
    margin-bottom: 25px;
  }
  .lunch_list li:nth-child(even) {
    margin-right: 0;
  }
  .lunch_list li:last-child {
    width: 100%;
    max-width: 10000px;
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 690px) {
  .lunch_list li {
    width: calc((100% - 54px) / 3);
    max-width: 360px;
    margin-right: 27px;
    margin-bottom: 40px;
  }
  .lunch_list li:nth-child(3n) {
    margin-right: 0;
  }
  .lunch_list li:last-child {
    width: 100%;
    max-width: 10000px;
    text-align: center;
    margin-right: 0;
  }
}
.lunch_list h2 {
  color: #FFFFFF;
}
.lunch_list p {
  color: #FFFFFF;
}

@media (max-width: 689.98px) {
  .news {
    width: 100%;
    padding: 90px 27px;
    margin-top: -45px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .news {
    width: 100%;
    padding: 120px 100px 120px 27px;
    margin-top: -60px;
  }
}
@media (min-width: 900px) {
  .news {
    display: flex;
    width: 100%;
    padding: 200px 100px 200px 27px;
    margin-top: -100px;
  }
}
.news_header {
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .news_header {
    width: 40%;
    padding: 0 54px 0 0;
  }
}
.news_body {
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .news_body {
    width: 60%;
    padding-right: 27px;
  }
}
.news_list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #c0c0c0;
}
.news_item {
  border-bottom: 1px solid #c0c0c0;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news_item:nth-child(1) {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.news_item:nth-child(2) {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.news_item:nth-child(3) {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.news_item a {
  text-decoration: none;
  color: #121212;
  padding: 2em 0;
  transition: color 230ms ease;
}
@media (max-width: 899.98px) {
  .news_item a {
    display: flex;
    flex-direction: column;
    min-height: 100px;
  }
}
@media (min-width: 900px) {
  .news_item a {
    display: flex;
    align-items: center;
    height: 130px;
  }
}
.news_item a:hover {
  color: #DE1310;
}
.news_item time {
  display: inline-block;
  padding-right: 2em;
  white-space: nowrap;
}
@media (max-width: 689.98px) {
  .news_item time {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .news_item time {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
@media (min-width: 900px) {
  .news_item time {
    font-size: 1.4rem;
  }
}
.news_item h2 {
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 689.98px) {
  .news_item h2 {
    font-size: 1.5rem;
    max-height: 4.5em;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .news_item h2 {
    font-size: 1.6rem;
    max-height: 4.5em;
  }
}
@media (min-width: 900px) {
  .news_item h2 {
    max-width: calc(100% - 124px);
    max-height: 3em;
    font-size: 1.8rem;
  }
}

.news.is-shown .news_list li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.post {
  width: 100%;
  min-height: calc(100vh - 165px);
}
.post_article {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 689.98px) {
  .post_article {
    padding: 250px 27px 90px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article {
    padding: 330px 100px 200px;
  }
}
@media (min-width: 900px) {
  .post_article {
    padding: 300px 54px;
  }
}
.post_article h1 {
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 689.98px) {
  .post_article h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 900px) {
  .post_article h1 {
    font-size: 3.6rem;
  }
}
.post_article time {
  color: #c0c0c0;
}
.post_article h2 {
  letter-spacing: 0.1em;
}
@media (max-width: 689.98px) {
  .post_article h2 {
    font-size: 2rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 900px) {
  .post_article h2 {
    font-size: 2.8rem;
  }
}
.post_article h3 {
  letter-spacing: 0.1em;
}
@media (max-width: 689.98px) {
  .post_article h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 900px) {
  .post_article h3 {
    font-size: 2.4rem;
  }
}
.post_article h4 {
  letter-spacing: 0.1em;
}
@media (max-width: 689.98px) {
  .post_article h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 900px) {
  .post_article h4 {
    font-size: 2rem;
  }
}
.post_article p {
  margin: 2em 0;
  line-height: 2.2;
}
@media (max-width: 689.98px) {
  .post_article p {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article p {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .post_article p {
    font-size: 1.6rem;
  }
}
.post_article a {
  color: #DE1310;
}
.post_article ul, .post_article ol {
  margin: 3em 0;
  padding-left: 30px;
}
.post_article li {
  line-height: 2.2;
}
@media (max-width: 689.98px) {
  .post_article li {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article li {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .post_article li {
    font-size: 1.6rem;
  }
}
.post_article figure {
  padding: 0;
  margin: 3em 0;
}
.post_article figure img {
  width: 100%;
}
.post_article_bottom {
  display: flex;
}
@media (max-width: 689.98px) {
  .post_article_bottom {
    margin-top: 60px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .post_article_bottom {
    margin-top: 90px;
  }
}
@media (min-width: 900px) {
  .post_article_bottom {
    margin-top: 120px;
  }
}
.post_article_bottom a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 689.98px) {
  .post_article_bottom a {
    font-size: 1.6rem;
  }
}
@media (min-width: 690px) {
  .post_article_bottom a {
    font-size: 1.8rem;
  }
}
.post_article_bottom a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #DE1310;
  transition: background-color 230ms ease;
}
@media (max-width: 689.98px) {
  .post_article_bottom a::before {
    width: 25px;
    margin-right: 10px;
  }
}
@media (min-width: 690px) {
  .post_article_bottom a::before {
    width: 40px;
    margin-right: 10px;
  }
}
.post_article_bottom a span {
  transition: transform 230ms ease;
}
.post_article_bottom a:hover span {
  transform: translateX(5px);
}

.slider, .slick-list, .slick-track, .slick-slide {
  height: 100vh;
}
.slider img, .slick-list img, .slick-track img, .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 690px) and (max-width: 899.98px) {
  .side {
    padding: 0 73px 0 0;
  }
}
@media (min-width: 900px) {
  .side {
    display: flex;
    flex-wrap: wrap;
    padding: 200px 100px 0 0;
  }
}
@media (max-width: 899.98px) {
  .side_img {
    display: none;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media (min-width: 900px) {
  .side_img {
    width: min(32.8125%, 630px);
    padding-left: 27px;
    padding-bottom: 40px;
  }
  .side_img > div {
    width: 100%;
    height: 100%;
  }
}
.side_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 689.98px) {
  .side_r {
    padding: 90px 0 0;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .side_r {
    padding: 120px 0 0;
  }
}
@media (min-width: 900px) {
  .side_r {
    width: min(67.1875%, 1290px);
  }
}
.side_lead {
  margin: 0;
  color: #DE1310;
  line-height: 1.9;
}
@media (max-width: 899.98px) {
  .side_lead {
    padding: 0 36px;
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .side_lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .side_lead {
    font-size: clamp(1.4rem, 1.0416vw, 2rem);
    text-align: center;
  }
}
.side_lead span {
  display: inline-block;
  margin-top: 0.33em;
  font-size: 90%;
}
.side_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 27px 0 27px;
  margin: 0;
  list-style: none;
}
@media (max-width: 689.98px) {
  .side_list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .side_list li:nth-child(1) h2, .side_list li:nth-child(2) h2, .side_list li:nth-child(3) h2 {
    font-size: 2rem;
  }
  .side_list li:nth-child(n+4) {
    width: calc((100% - 18px) / 2);
    margin-right: 18px;
  }
  .side_list li:nth-child(5), .side_list li:nth-child(7) {
    margin-right: 0;
  }
}
@media (min-width: 690px) {
  .side_list li {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
    margin-bottom: 40px;
  }
  .side_list li:nth-child(3), .side_list li:nth-child(7) {
    margin-right: 0;
  }
  .side_list li:nth-child(n+4) {
    width: calc((100% - 81px) / 4);
  }
}
.side_list li h2 {
  color: #DE1310;
}
.side_list li p {
  color: #121212;
}
.side_list_2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 0;
  padding: 0 27px;
  margin: 0;
  list-style: none;
}
@media (max-width: 689.98px) {
  .side_list_2 li {
    width: calc((100% - 18px) / 2);
    margin-bottom: 25px;
  }
  .side_list_2 li:nth-child(odd) {
    margin-right: 18px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .side_list_2 li {
    width: calc((100% - 81px) / 4);
    margin-right: 27px;
    margin-bottom: 40px;
  }
  .side_list_2 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 900px) {
  .side_list_2 li {
    width: calc((100% - 135px) / 6);
    margin-right: 27px;
    margin-bottom: 40px;
  }
  .side_list_2 li:nth-child(6n) {
    margin-right: 0;
  }
}
.side_list_2 h2 {
  color: #DE1310;
}
.side_list_2 p {
  color: #121212;
}
.side_b {
  width: 100%;
}
.side_b ul {
  display: none;
  height: 0;
}
.side_b.is-open {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.side_b.is-open ul {
  display: flex;
  height: 100%;
}
.side_button {
  display: flex;
  justify-content: center;
}
@media (max-width: 899.98px) {
  .side_button {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .side_button {
    width: min(67.1875%, 1290px);
    margin-left: auto;
  }
}
.side_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px auto 0;
  color: #FFFFFF;
  text-align: center;
  transition: all 230ms ease;
}
@media (max-width: 689.98px) {
  .side_button button {
    width: 240px;
    height: 48px;
    border: 2px solid #DE1310;
    border-radius: 24px;
  }
}
@media (min-width: 690px) {
  .side_button button {
    width: 250px;
    height: 56px;
    border: 3px solid #DE1310;
    border-radius: 28px;
  }
}
.side_button button:hover {
  border-color: #121212;
}
.side_button button:hover span {
  color: #121212;
}
.side_button button:hover img {
  filter: brightness(0);
}
.side_button span {
  display: block;
  margin: 0 1em;
  color: #DE1310;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all 230ms ease;
}
@media (max-width: 689.98px) {
  .side_button span {
    font-size: 1.8rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .side_button span {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .side_button span {
    font-size: clamp(1.6rem, 1.0416vw, 2rem);
  }
}
.side_button img {
  display: block;
  transition: all 230ms ease;
}
@media (max-width: 899.98px) {
  .side_button img {
    width: 16px;
  }
}
@media (min-width: 900px) {
  .side_button img {
    width: clamp(14px, 0.9375vw, 18px);
  }
}
.side_button.is-open {
  width: 100%;
}
.side_button.is-open img {
  transform: rotate(180deg);
}

@media (max-width: 689.98px) {
  .shop {
    width: 100%;
    padding: 90px 27px;
    margin-top: -90px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .shop {
    width: 100%;
    padding: 120px 100px 120px 27px;
    margin-top: -120px;
  }
}
@media (min-width: 900px) {
  .shop {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 200px 27px;
    margin-top: -200px;
  }
}
@media (min-width: 900px) {
  .shop_r {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 800px;
    padding-right: 100px;
  }
}
@media (max-width: 899.98px) {
  .shop_img {
    width: 100%;
    margin-bottom: 27px;
  }
}
@media (min-width: 900px) {
  .shop_img {
    width: 100%;
    margin-top: -54px;
    margin-bottom: 54px;
  }
}
@media (min-width: 900px) {
  .shop_info {
    width: 50%;
    max-width: 800px;
    padding: 0 81px 0 0;
    margin: 100px 0 0 auto;
    background-color: #FFFFFF;
  }
}
.shop_info h1 {
  text-align: center;
}
@media (max-width: 899.98px) {
  .shop_map {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 900px) {
  .shop_map {
    aspect-ratio: 3/2;
  }
}
.shop_map iframe {
  width: 100%;
  height: 100%;
}
.shop_table {
  width: 100%;
  max-width: 960px;
}
@media (max-width: 899.98px) {
  .shop_table {
    margin-bottom: 54px;
  }
}
.shop_table td {
  vertical-align: top;
  border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 689.98px) {
  .shop_table td {
    padding: 1em 0.5em;
  }
}
@media (min-width: 690px) {
  .shop_table td {
    padding: 2em 0.5em;
  }
}
@media (max-width: 689.98px) {
  .shop_table td:first-of-type {
    width: 7em;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .shop_table td:first-of-type {
    width: 9em;
  }
}
@media (min-width: 900px) {
  .shop_table td:first-of-type {
    width: 12em;
  }
}
@media (max-width: 689.98px) {
  .shop_table td {
    font-size: 1.4rem;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .shop_table td {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .shop_table td {
    font-size: 1.6rem;
  }
}
.shop_table dl {
  margin: 0;
}
.shop_table dt, .shop_table dd {
  display: inline-block;
}
.shop_table dt {
  width: 5em;
}
.shop_table dd {
  margin: 0;
}
@media (max-width: 689.98px) {
  .shop_table dd {
    display: block;
    margin-bottom: 8px;
  }
}

@media (max-width: 689.98px) {
  .is-sp {
    display: block !important;
  }
}
@media (min-width: 690px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 689.98px) {
  .is-tb {
    display: none !important;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  .is-tb {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .is-tb {
    display: none !important;
  }
}

@media (max-width: 899.98px) {
  .is-tb_in {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .is-tb_in {
    display: none !important;
  }
}

@media (max-width: 689.98px) {
  .is-tb_ge {
    display: none !important;
  }
}
@media (min-width: 690px) {
  .is-tb_ge {
    display: block !important;
  }
}

@media (max-width: 899.98px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .is-pc {
    display: block !important;
  }
}

#lunch_box, #hors_doeuvre, #course_menu {
  position: relative;
}
#lunch_box::before, #hors_doeuvre::before, #course_menu::before {
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 689.98px) {
  #lunch_box::before, #hors_doeuvre::before, #course_menu::before {
    height: 90px;
    margin-top: -90px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  #lunch_box::before, #hors_doeuvre::before, #course_menu::before {
    height: 120px;
    margin-top: -120px;
  }
}
@media (min-width: 900px) {
  #lunch_box::before, #hors_doeuvre::before, #course_menu::before {
    height: 200px;
    margin-top: -200px;
  }
}

#about {
  position: relative;
}
#about::before {
  content: "";
  display: block;
  width: 100%;
}
@media (max-width: 689.98px) {
  #about::before {
    height: 275px;
    margin-top: -275px;
  }
}
@media (min-width: 690px) and (max-width: 899.98px) {
  #about::before {
    height: 200px;
    margin-top: -200px;
  }
}
@media (min-width: 900px) {
  #about::before {
    height: 300px;
    margin-top: -300px;
  }
}/*# sourceMappingURL=app.css.map */