@charset "UTF-8";
/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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;
}

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
アニメーション
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  color: #000000;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

.section__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.section__sub-ttl {
  font-size: 4rem;
  font-weight: 900;
  color: #484c62;
}
@media (max-width: 768px) {
  .section__sub-ttl {
    font-size: 2.4rem;
  }
}
.section__sub-ttl--white {
  font-size: 4.5rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section__sub-ttl--white {
    font-size: 2.4rem;
  }
}
.section__ttl-border, .section__ttl-border--white {
  width: 15rem;
  height: 0.6rem;
  background-color: #f0aa00;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .section__ttl-border, .section__ttl-border--white {
    height: 0.4rem;
  }
}
.section__ttl-border--white {
  background-color: #ffffff;
}
.section__ttl {
  font-size: 4.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section__ttl {
    font-size: 2.4rem;
  }
}
.section__ttl--small {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #f0aa00;
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
.footer {
  position: relative;
  padding-bottom: 4rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 2.4rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  background-color: #0e2a4a;
  top: -1px;
  left: 0;
  z-index: -1;
}
.footer__inner {
  padding: 10rem 0;
  display: flex;
  gap: 30rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1232px) {
  .footer__inner {
    gap: 10rem;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 6rem 0;
    flex-direction: column;
    gap: 3.8rem;
  }
}
.footer__logo-img {
  width: 21rem;
}
@media (max-width: 768px) {
  .footer__logo-img {
    width: 18rem;
  }
}
.footer__link-list-wrap {
  display: flex;
  gap: 8rem;
}
@media (max-width: 768px) {
  .footer__link-list-wrap {
    flex-direction: column;
    gap: 1.6rem;
    margin: auto;
    width: 90%;
  }
}
.footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .footer__link-list {
    gap: 1.6rem;
  }
}
.footer__link-txt {
  position: relative;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer__link-txt {
    font-size: 1.6rem;
  }
}
.footer__link-txt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.2rem;
  background-color: #ffffff;
  transition: 0.3s;
}
.footer__link-txt:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .footer__link-txt:hover::before {
    width: 0;
  }
}
.footer__copy-txt {
  text-align: center;
  font-size: 2.2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer__copy-txt {
    font-size: 1.4rem;
  }
}

/* base
----------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
  }
}
.header__nav {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.3s;
    background-color: #ffffff;
  }
  .header__nav.is-active {
    transform: translateX(0);
  }
}
.header__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header__list {
    flex-direction: column;
    justify-content: center;
    gap: 1.6rem;
  }
}
.header__item {
  width: -moz-max-content;
  width: max-content;
}
.header__item--logo {
  width: 16.5rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__item--logo {
    display: none;
  }
}
.header__item--logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header__item--logo:hover {
    opacity: 1;
  }
}
.header__item-txt {
  position: relative;
  font-size: 2rem;
}
.header__item-txt::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.2rem;
  background-color: #000000;
  transition: 0.3s;
}
.header__item-txt:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .header__item-txt:hover::before {
    width: 0;
  }
}
.header__logo {
  width: 100%;
}
.header__logo--mobile {
  display: none;
}
@media (max-width: 768px) {
  .header__logo--mobile {
    display: block;
    width: 12rem;
  }
}
.header__logo-link {
  width: 100%;
}
.header__logo-img {
  width: 100%;
}
.header__mobile-menu-btn {
  display: none;
}
@media (max-width: 768px) {
  .header__mobile-menu-btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    width: 3rem;
    height: 2rem;
  }
}
.header__menu-btn-bar, .header__menu-btn-bar--bottom, .header__menu-btn-bar--center, .header__menu-btn-bar--top {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #000000;
  transition: 0.3s;
}
.header__menu-btn-bar--top {
  top: 0;
  left: 0;
}
.header__menu-btn-bar--top.is-active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-340deg);
}
.header__menu-btn-bar--center {
  top: 50%;
  transform: translateY(-50%);
}
.header__menu-btn-bar--center.is-active {
  opacity: 0;
}
.header__menu-btn-bar--bottom {
  left: 0;
  bottom: 0;
}
.header__menu-btn-bar--bottom.is-active {
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(340deg);
}

/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
.compromise {
  background-image: url(../../common/images/compromise/compromise__back.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .compromise {
    position: relative;
    padding-top: 6rem;
    z-index: 2;
  }
}
.compromise__back-top {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .compromise__back-top {
    display: none;
  }
}
.compromise__ttl {
  margin-top: 13rem;
  text-align: center;
  letter-spacing: -0.13em;
  font-size: 6.2rem;
  font-family: "ta-fuga-fude", sans-serif;
}
@media (max-width: 768px) {
  .compromise__ttl {
    margin-top: 0;
    font-size: 3rem;
  }
}
.compromise__txt {
  position: relative;
  margin: 3.2rem auto 0;
  width: 69rem;
  font-size: 2.2rem;
  line-height: 1.5;
  z-index: 0;
}
@media (max-width: 768px) {
  .compromise__txt {
    margin-top: 2.4rem;
    width: 90%;
    font-size: 1.6rem;
  }
}
.compromise__item {
  position: relative;
  margin-top: -3rem;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .compromise__item {
    margin-top: 1rem;
  }
}
.compromise__img {
  display: block;
  margin: auto;
  width: 100rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
@media (max-width: 1232px) {
  .compromise__img {
    width: 50rem;
  }
}
@media (max-width: 768px) {
  .compromise__img {
    width: 90%;
  }
}
.compromise__click-item-wrap {
  position: relative;
  z-index: 10;
}
@media (max-width: 1232px) {
  .compromise__click-item-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: -26.6rem;
  }
}
@media (max-width: 768px) {
  .compromise__click-item-wrap {
    margin-top: -14.5rem;
  }
}
.compromise__click-item, .compromise__click-item--right, .compromise__click-item--left {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
@media (max-width: 1232px) {
  .compromise__click-item, .compromise__click-item--right, .compromise__click-item--left {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.compromise__click-item--left {
  left: 0;
  bottom: 0;
}
@media (max-width: 1232px) {
  .compromise__click-item--left {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.compromise__click-item--right {
  right: 0;
  bottom: 0;
}
@media (max-width: 1232px) {
  .compromise__click-item--right {
    position: relative;
    right: initial;
    bottom: initial;
  }
}
@media (max-width: 768px) {
  .compromise__click-item--right {
    margin: 0 0 0 auto;
  }
}
.compromise__click-item-img-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1232px) {
  .compromise__click-item-img-box {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.compromise__click-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 2rem;
  background-color: #000000;
  border-radius: 100vh;
  cursor: pointer;
  transition: 0.3s;
  z-index: 100;
}
.compromise__click-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .compromise__click-btn:hover {
    border: none;
    background-color: #000000;
  }
}
.compromise__click-btn-arw {
  width: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.compromise__click-btn-arw.is-active {
  transform: rotate(180deg);
}
.compromise__click-item-img, .compromise__click-item-img--right, .compromise__click-item-img--left {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation: YuraYura infinite 1s;
}
.compromise__click-item-img--left {
  width: 52rem;
}
@media (max-width: 1232px) {
  .compromise__click-item-img--left {
    width: 40rem;
  }
}
@media (max-width: 768px) {
  .compromise__click-item-img--left {
    width: 20rem;
  }
}
.compromise__click-item-img--right {
  width: 38rem;
  z-index: -1;
}
@media (max-width: 1232px) {
  .compromise__click-item-img--right {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .compromise__click-item-img--right {
    width: 18rem;
  }
}
.compromise__click-txt-box, .compromise__click-txt-box--right, .compromise__click-txt-box--left {
  width: 52rem;
  height: auto;
  aspect-ratio: 472/307.95;
  color: #ffffff;
  transition: 0.3s;
  animation: clickItemToggle forwards 0.6s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1232px) {
  .compromise__click-txt-box, .compromise__click-txt-box--right, .compromise__click-txt-box--left {
    position: absolute !important;
    width: 30rem;
  }
}
.compromise__click-txt-box.is-active, .is-active.compromise__click-txt-box--right, .is-active.compromise__click-txt-box--left {
  animation: clickItem forwards 0.6s;
}
.compromise__click-txt-box--left {
  background-image: url(../../common/images/compromise/compromise__click-txt-box-back--left.webp);
  background-size: cover;
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .compromise__click-txt-box--left {
    margin-top: -5rem;
  }
}
.compromise__click-txt-box--left .compromise__click-ttl, .compromise__click-txt-box--left .compromise__click-ttl--right, .compromise__click-txt-box--left .compromise__click-ttl--left,
.compromise__click-txt-box--left .compromise__click-txt {
  transform: rotate(11deg);
}
.compromise__click-txt-box--right {
  background-image: url(../../common/images/compromise/compromise__click-txt-box-back--right.webp);
  background-size: cover;
  margin-bottom: -8rem;
  position: relative;
  left: -5rem;
}
@media (max-width: 1232px) {
  .compromise__click-txt-box--right {
    left: initial;
    right: 5rem;
    bottom: 100%;
  }
}
@media (max-width: 768px) {
  .compromise__click-txt-box--right {
    bottom: 130%;
    right: 3rem;
  }
}
.compromise__click-txt-box--right .compromise__click-ttl, .compromise__click-txt-box--right .compromise__click-ttl--right, .compromise__click-txt-box--right .compromise__click-ttl--left,
.compromise__click-txt-box--right .compromise__click-txt {
  transform: rotate(-11deg);
}
.compromise__click-ttl, .compromise__click-ttl--right, .compromise__click-ttl--left {
  padding-top: 10rem;
  padding-bottom: 0.4rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 3rem;
  font-weight: 500;
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 1232px) {
  .compromise__click-ttl, .compromise__click-ttl--right, .compromise__click-ttl--left {
    padding-top: 3rem;
    font-size: 2rem;
  }
}
.compromise__click-ttl--left {
  margin-left: 17rem;
}
@media (max-width: 1232px) {
  .compromise__click-ttl--left {
    padding-top: 5rem;
    margin-left: 8rem;
  }
}
.compromise__click-ttl--right {
  margin-left: 11rem;
}
@media (max-width: 1232px) {
  .compromise__click-ttl--right {
    padding-top: 4rem;
    margin-left: 5rem;
  }
}
.compromise__click-txt {
  margin: 3.2rem auto 0;
  margin-left: 4.3rem;
  width: 90%;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1232px) {
  .compromise__click-txt {
    margin-top: 1.6rem;
    margin-left: 3.4rem;
    font-size: 1.4rem;
    width: 80%;
  }
}
@keyframes clickItem {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(3rem);
  }
  65% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes clickItemToggle {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes YuraYura {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* base
----------------------------------------------------------------- */
.front-info {
  background-image: url(../../common/images/front-info/front-info__back.webp);
  background-size: cover;
}
.front-info__back-top {
  display: block;
  margin-bottom: 6rem;
  width: 100%;
}
.front-info__back-bottom {
  display: block;
  margin-top: 6rem;
  width: 100%;
}
.front-info__box {
  position: relative;
  margin: auto;
  padding: 7rem 0rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 120rem;
  z-index: 0;
}
@media (max-width: 1232px) {
  .front-info__box {
    padding: 6rem 2.4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .front-info__box {
    padding: 4rem 1.6rem;
  }
}
.front-info__box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.front-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-top: 10rem;
}
@media (max-width: 1232px) {
  .front-info__item {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .front-info__item {
    gap: 1.6rem;
    margin-top: 4rem;
  }
}
.front-info__item:nth-of-type(1) {
  margin-top: 0;
}
.front-info__box-ttl, .front-info__box-ttl--mobile-small {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .front-info__box-ttl, .front-info__box-ttl--mobile-small {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .front-info__box-ttl--mobile-small {
    font-size: 1.6rem;
  }
}
.front-info__sns-flex {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .front-info__sns-flex {
    gap: 2.4rem;
  }
}
.front-info__sns-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.front-info__sns-item-img {
  height: 6.4rem;
}
@media (max-width: 768px) {
  .front-info__sns-item-img {
    height: 4rem;
  }
}
.front-info__sns-item-txt {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .front-info__sns-item-txt {
    font-size: 1.6rem;
  }
}
.front-info__company {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}
@media (max-width: 1232px) {
  .front-info__company {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .front-info__company {
    margin-top: 4rem;
    flex-direction: column;
  }
}
.front-info__company-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .front-info__company-box {
    gap: 1.6rem;
  }
}
.front-info__company-ttl {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .front-info__company-ttl {
    font-size: 2.4rem;
  }
}
.front-info__company-dl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .front-info__company-dl {
    gap: 1.6rem;
  }
}
.front-info__company-flex {
  display: flex;
}
.front-info__company-dt {
  width: 13rem;
  font-size: 2.2rem;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.4;
}
@media (max-width: 1232px) {
  .front-info__company-dt {
    width: 8rem;
    font-size: 1.6rem;
  }
}
.front-info__company-dd {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1232px) {
  .front-info__company-dd {
    font-size: 1.6rem;
  }
}
.front-info__company-img {
  width: 32rem;
}
@media (max-width: 1232px) {
  .front-info__company-img {
    width: 20rem;
  }
}

/* base
----------------------------------------------------------------- */
.front-menu {
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  background-color: #e4d4b6;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .front-menu {
    padding-bottom: 6rem;
  }
}
.front-menu__deco-img, .front-menu__deco-img--right, .front-menu__deco-img--left {
  position: absolute;
  top: 0;
  transition: 0.6s;
  transform: translateY(-10rem);
  opacity: 0;
}
.front-menu__deco-img--left {
  left: 8rem;
  width: 30.1rem;
}
@media (max-width: 1232px) {
  .front-menu__deco-img--left {
    left: 1.6rem;
    width: 20rem;
  }
}
@media (max-width: 768px) {
  .front-menu__deco-img--left {
    left: 1rem;
    width: 9rem;
  }
}
.front-menu__deco-img--left.show {
  opacity: 1;
  transform: translateY(0);
  animation: yurayura infinite 2s;
}
.front-menu__deco-img--right {
  right: 8rem;
  width: 30rem;
}
@media (max-width: 1232px) {
  .front-menu__deco-img--right {
    right: 1.6rem;
    width: 20rem;
  }
}
@media (max-width: 768px) {
  .front-menu__deco-img--right {
    right: 1rem;
    width: 9rem;
  }
}
.front-menu__deco-img--right.show {
  transform: translateY(0);
  opacity: 1;
  animation: yurayura2 infinite 2s;
}
.front-menu__ttl {
  padding-top: 5.4rem;
}
@media (max-width: 768px) {
  .front-menu__ttl {
    padding-top: 4rem;
  }
}
.front-menu__txt {
  text-align: center;
  margin: 3.2rem auto 0;
  width: 56.2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .front-menu__txt {
    margin-top: 2.4rem;
    max-width: 56.2rem;
    width: 90%;
    font-size: 1.6rem;
  }
}
.front-menu__list, .front-menu__list--back-left, .front-menu__list--back-right {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 10rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .front-menu__list, .front-menu__list--back-left, .front-menu__list--back-right {
    display: grid;
    grid-template-columns: 45% 45%;
    margin-top: 3.8rem;
  }
}
.front-menu__list--back-right::before {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 30rem;
  right: 0;
  bottom: -1.6rem;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 1232px) {
  .front-menu__list--back-right::before {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .front-menu__list--back-right::before {
    height: 100%;
  }
}
.front-menu__list--back-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 30rem;
  left: 0;
  bottom: -1.6rem;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 1232px) {
  .front-menu__list--back-left::before {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .front-menu__list--back-left::before {
    height: 100%;
  }
}
.front-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.5rem;
}
@media (max-width: 1232px) {
  .front-menu__item {
    width: 24rem;
  }
}
@media (max-width: 768px) {
  .front-menu__item {
    width: 100%;
  }
}
.front-menu__item-img {
  width: 100%;
}
.front-menu__item-ttl {
  margin-top: 2.4rem;
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 1232px) {
  .front-menu__item-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .front-menu__item-ttl {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.front-menu__item-txt {
  font-size: 3.5rem;
  line-height: 1.6;
}
@media (max-width: 1232px) {
  .front-menu__item-txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .front-menu__item-txt {
    font-size: 1.6rem;
  }
}

@keyframes yurayura {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(0%) rotate(10deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
@keyframes yurayura2 {
  0% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(0%) rotate(-10deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
/* base
----------------------------------------------------------------- */
.fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6rem;
}
.fv__back {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 6rem;
  width: 100%;
  height: 100%;
  background-color: #e4d4b6;
  z-index: -1;
}
@media (max-width: 1232px) {
  .fv__back {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .fv__back::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background-color: #f1ecdb;
    z-index: -2;
  }
}
.fv__back-img, .fv__back-img--bottom, .fv__back-img--center, .fv__back-img--top {
  display: block;
  width: 100%;
  transition: 2s;
}
.fv__back-img.is-active, .is-active.fv__back-img--bottom, .is-active.fv__back-img--center, .is-active.fv__back-img--top {
  width: 100%;
  transform: translateX(0);
}
.fv__back-img--top {
  transform: translateX(100%);
}
.fv__back-img--center {
  margin-top: -6rem;
  transform: translateX(-100%);
}
@media (max-width: 1232px) {
  .fv__back-img--center {
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .fv__back-img--center {
    margin-top: -1rem;
  }
}
.fv__back-img--bottom {
  margin-top: -12rem;
  transform: translateX(100%);
}
@media (max-width: 1232px) {
  .fv__back-img--bottom {
    margin-top: -5rem;
  }
}
@media (max-width: 768px) {
  .fv__back-img--bottom {
    margin-top: -2rem;
  }
}
.fv__back-continuation, .fv__back-continuation--mobile {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10rem;
  transform: translateY(100%);
  transition: 1s;
  min-height: 70.7rem;
}
@media (max-width: 1232px) {
  .fv__back-continuation, .fv__back-continuation--mobile {
    min-height: 100.5rem;
  }
}
@media (max-width: 768px) {
  .fv__back-continuation, .fv__back-continuation--mobile {
    display: none;
    position: initial;
    min-height: initial;
    height: 23.5rem;
    margin-top: -6rem;
  }
}
.fv__back-continuation.is-active, .is-active.fv__back-continuation--mobile {
  transform: translateY(0);
}
.fv__back-continuation--mobile {
  display: none;
}
@media (max-width: 768px) {
  .fv__back-continuation--mobile {
    display: block;
  }
}
.fv__inner {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
}
@media (max-width: 1232px) {
  .fv__inner {
    padding-top: 6rem;
  }
}
.fv__head {
  position: relative;
  margin: auto;
  width: 48.5rem;
  height: 48.5rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .fv__head {
    width: 30rem;
    height: 30rem;
  }
}
.fv__left-item {
  position: absolute;
  left: -29.7rem;
  bottom: -15rem;
  width: 27.1rem;
  transform: translateY(-200%);
  transition: 0.6s;
}
@media (max-width: 1232px) {
  .fv__left-item {
    left: -13rem;
    width: 18rem;
  }
}
@media (max-width: 768px) {
  .fv__left-item {
    left: -2.4rem;
    width: 13rem;
  }
}
.fv__left-item.is-active {
  transform: translateY(0);
}
.fv__left-img {
  width: 100%;
}
.fv__right-item {
  position: absolute;
  width: 23rem;
  right: -25.6rem;
  top: 9rem;
  transform: translateY(-200%);
  transition: 1s;
}
@media (max-width: 1232px) {
  .fv__right-item {
    top: initial;
    bottom: -8rem;
    right: -13rem;
    width: 16rem;
  }
}
@media (max-width: 768px) {
  .fv__right-item {
    right: -2.4rem;
    width: 10rem;
  }
}
.fv__right-item.is-active {
  transform: translateY(0);
}
.fv__right-img {
  width: 100%;
}
.fv__center-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fv__logo-img {
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  top: -5rem;
  width: 15rem;
}
@media (max-width: 768px) {
  .fv__logo-img {
    width: 10rem;
    top: -3.6rem;
  }
}
.fv__sub-ttl-img {
  position: absolute;
  top: 3rem;
  right: 7.8rem;
  width: 6.5rem;
}
@media (max-width: 768px) {
  .fv__sub-ttl-img {
    width: 3rem;
    top: 1rem;
    right: 7rem;
  }
}
.fv__deco-img {
  position: absolute;
  bottom: 9rem;
  left: -5rem;
  width: 18rem;
}
@media (max-width: 768px) {
  .fv__deco-img {
    left: -3rem;
    width: 10rem;
  }
}
.fv__ramen-img-box {
  position: absolute;
  left: 57%;
  transform: translate(100vw, -100vh);
  bottom: -10rem;
  width: 39.3rem;
  transition: 1s;
}
@media (max-width: 768px) {
  .fv__ramen-img-box {
    width: 20rem;
    bottom: -4rem;
    left: 52%;
  }
}
.fv__ramen-img-box.is-active {
  transform: translate(-50%, 0);
}
.fv__ramen-img {
  width: 100%;
}
.fv__ramen-hand {
  position: absolute;
  bottom: -10rem;
  right: -20rem;
  width: 60rem;
  z-index: -1;
  transition: 1s;
}
@media (max-width: 768px) {
  .fv__ramen-hand {
    right: -5rem;
    bottom: -3rem;
    width: 30rem;
  }
}
.fv__ramen-hand.is-active {
  transform: translateX(100vw);
}
.fv__body {
  position: relative;
  margin: 18rem auto 0;
}
.fv__message {
  position: relative;
  padding: 6rem 3rem 5rem;
  width: 73rem;
  z-index: 1;
}
@media (max-width: 1232px) {
  .fv__message {
    padding: 6rem 3rem 4rem;
    width: 50rem;
  }
}
@media (max-width: 768px) {
  .fv__message {
    margin: auto;
    padding: 4rem 2rem 1.6rem;
    max-width: 50rem;
    width: 90%;
  }
}
.fv__message-back, .fv__message-back--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .fv__message-back, .fv__message-back--mobile {
    display: none;
  }
}
.fv__message-back--mobile {
  display: none;
}
@media (max-width: 768px) {
  .fv__message-back--mobile {
    display: block;
  }
}
.fv__message-ttl {
  position: absolute;
  transform: rotate(-7deg);
  bottom: 80%;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .fv__message-ttl {
    font-size: 2.1rem;
    left: -0.6rem;
    bottom: 69%;
  }
}
.fv__message-ttl--rotate {
  display: inline-block;
  transform: rotate(15deg);
}
.fv__message-txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1232px) {
  .fv__message-txt > br {
    display: none;
  }
}
@media (max-width: 768px) {
  .fv__message-txt {
    font-size: 1.4rem;
  }
}
.fv__message-deco {
  position: absolute;
}
.fv__message-deco {
  right: -20rem;
  bottom: 60%;
  width: 28rem;
  animation: banking infinite 0.1s;
}
@media (max-width: 1232px) {
  .fv__message-deco {
    bottom: 80%;
    right: -11rem;
    width: 16rem;
  }
}
@media (max-width: 768px) {
  .fv__message-deco {
    bottom: 80%;
    right: initial;
    left: 40%;
  }
}

@keyframes banking {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* base
----------------------------------------------------------------- */
.movie {
  margin-top: -1px;
  background-color: #f0aa00;
}
.movie__ttl {
  padding-top: 5rem;
}
.movie__iframe {
  display: block;
  margin: 7.2rem auto;
  width: 100rem;
  height: auto;
  aspect-ratio: 1000/555;
}
@media (max-width: 1232px) {
  .movie__iframe {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .movie__iframe {
    margin-top: 4rem;
  }
}
.movie__back-bottom {
  display: block;
  margin-top: 8rem;
  width: 100%;
}

/* base
----------------------------------------------------------------- */
.noodles__ttl-box {
  position: relative;
}
@media (max-width: 768px) {
  .noodles__ttl-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    height: auto;
    aspect-ratio: 35/14.9;
  }
}
.noodles__ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 2.4rem 0;
  font-size: 6.2rem;
  letter-spacing: -0.13em;
  font-family: "ta-fuga-fude", sans-serif;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1232px) {
  .noodles__ttl {
    font-size: 4.9rem;
  }
}
@media (max-width: 768px) {
  .noodles__ttl {
    position: initial;
    top: initial;
    transform: initial;
    left: initial;
    font-size: 3rem;
  }
}
.noodles__top-back {
  width: 100%;
}
@media (max-width: 768px) {
  .noodles__top-back {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-position: center;
       object-position: center;
    z-index: -1;
  }
}
.noodles__txt-box {
  position: relative;
  margin-top: -4vw;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .noodles__txt-box {
    padding: 2.4rem 0;
    margin-top: 0;
    background-color: #0e2a4a;
  }
}
.noodles__txt {
  position: absolute;
  width: 100rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  text-shadow: 1px 1px 9px #351a03;
  color: #ffffff;
  line-height: 1.4;
  z-index: 10;
}
@media (max-width: 1232px) {
  .noodles__txt {
    max-width: 100rem;
    width: 90%;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .noodles__txt {
    margin: auto;
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
  }
}
.noodles__txt-box-back {
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .noodles__txt-box-back {
    display: none;
  }
}
.noodles__txt-box-deco, .noodles__txt-box-deco--right, .noodles__txt-box-deco--left {
  position: absolute;
}
@media (max-width: 1232px) {
  .noodles__txt-box-deco, .noodles__txt-box-deco--right, .noodles__txt-box-deco--left {
    z-index: 0;
  }
}
.noodles__txt-box-deco--left {
  top: -15rem;
  left: 3rem;
  width: 35rem;
}
@media (max-width: 1232px) {
  .noodles__txt-box-deco--left {
    top: -8rem;
    left: 1rem;
    width: 18rem;
  }
}
@media (max-width: 768px) {
  .noodles__txt-box-deco--left {
    left: 0;
    top: 0;
    width: 15rem;
    z-index: -1;
    opacity: 0.3;
  }
}
.noodles__txt-box-deco--right {
  top: 8rem;
  right: 0;
  width: 25vw;
}
@media (max-width: 1232px) {
  .noodles__txt-box-deco--right {
    top: 4rem;
  }
}
@media (max-width: 768px) {
  .noodles__txt-box-deco--right {
    right: 0;
    top: initial;
    bottom: 0;
    width: 15rem;
    z-index: -1;
    opacity: 0.3;
  }
}

/* base
----------------------------------------------------------------- */
.shop {
  margin-top: -5vw;
  padding-top: calc(5vw + 8rem);
  background-image: url(../../common/images/shop/shop__back.webp);
  background-size: cover;
}
.shop__box {
  position: relative;
  margin: auto;
  padding: 4.6rem 10rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 120rem;
  z-index: 0;
}
@media (max-width: 1232px) {
  .shop__box {
    padding: 3.8rem 2.4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .shop__box {
    padding: 2.4rem 1.6rem;
  }
}
.shop__box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.shop__box-txt {
  margin-top: 3.2rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .shop__box-txt {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.shop__box-img {
  display: block;
  width: 65rem;
  margin: 7rem auto 0;
}
@media (max-width: 1232px) {
  .shop__box-img {
    margin-top: 2.4rem;
    max-width: 65rem;
    width: 100%;
  }
}
.shop__box-cta {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
}
@media (max-width: 768px) {
  .shop__box-cta {
    margin-top: 2.4rem;
  }
}
.shop__bottom-back {
  display: block;
  margin-top: 4.2rem;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.shop__box-cta-wrap {
  margin-top: 8rem;
}
.shop__box-cta-flex {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.8rem;
}
@media (max-width: 768px) {
  .shop__box-cta-flex {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.shop__cta-btn {
  width: 40rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .shop__cta-btn {
    width: 25rem;
  }
}
.shop__cta-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .shop__cta-btn:hover {
    opacity: 1;
  }
}
.shop__cta-btn-img {
  width: 100%;
}

/* base
----------------------------------------------------------------- */
.types {
  background-image: url(../../common/images/types/types__back.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .types {
    position: relative;
    padding: 6rem 0;
    z-index: 0;
  }
}
.types__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 23rem;
  top: -5rem;
  padding: 0 2.4rem;
}
@media (max-width: 1232px) {
  .types__inner {
    padding: 0 1rem;
    gap: 1.6rem 10rem;
  }
}
@media (max-width: 768px) {
  .types__inner {
    top: 0;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    padding: 0;
  }
}
.types__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46.7rem;
  z-index: 1;
}
@media (max-width: 1232px) {
  .types__item {
    width: 40%;
    max-width: 46.7rem;
  }
}
@media (max-width: 768px) {
  .types__item {
    max-width: 90%;
    width: 90%;
  }
}
.types__item-deco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 44.3rem;
  font-weight: bold;
  z-index: -1;
  opacity: 0.19;
}
@media (max-width: 768px) {
  .types__item-deco {
    font-size: 15rem;
  }
}
.types__item-img {
  width: 30rem;
}
@media (max-width: 1232px) {
  .types__item-img {
    width: 20rem;
  }
}
.types__item-ttl {
  margin-top: 7.4rem;
  font-size: 6rem;
  font-family: "ta-fuga-fude", sans-serif;
}
@media (max-width: 1232px) {
  .types__item-ttl {
    margin-top: 2.4rem;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .types__item-ttl {
    font-size: 3.6rem;
  }
}
.types__item-txt {
  margin-top: 3.2rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 1232px) {
  .types__item-txt {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .types__item-txt {
    font-size: 1.6rem;
  }
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* base
----------------------------------------------------------------- */
.mask {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #f0aa00;
  transition: 0.6s;
  opacity: 1;
}
.mask.is-active {
  opacity: 0;
  z-index: -999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.mask__logo-img {
  width: 15rem;
  animation: load infinite 1s;
}

@keyframes load {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
thanks
-----------------------------------------------------------------------*/
.thanks {
  position: relative;
  background: #fbfbf6;
  min-height: 100vh;
  padding-top: 10rem;
}
.thanks .movie__back-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.thanks__img-bottom {
  display: block;
  width: 100%;
}
.thanks__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  width: 90%;
  margin: auto;
}
.thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
}
@media (max-width: 1232px) {
  .thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt, .thanks__txt--link, .thanks__txt--widest, .thanks__txt--wide {
    font-size: 1.6rem;
  }
}
.thanks__txt--wide {
  font-size: 5rem;
}
@media (max-width: 1232px) {
  .thanks__txt--wide {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .thanks__txt--wide {
    font-size: 2.2rem;
  }
}
.thanks__txt--widest {
  font-size: 11rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .thanks__txt--widest {
    font-size: 6rem;
  }
}
.thanks__txt--link {
  color: #f0aa00;
  border-bottom: 1px solid #f0aa00;
  transition: 0.3s;
}
.thanks__txt--link:hover {
  opacity: 0.7;
}
.thanks .movie__back-bottom {
  position: initial;
  display: block;
}

/* base
----------------------------------------------------------------- */
.company {
  padding-top: 10rem;
  background-image: url(../../common/images/company/company__back.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .company {
    padding-top: 6rem;
  }
}
.company__dl {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10rem auto 0;
  gap: 2rem;
}
@media (max-width: 1232px) {
  .company__dl {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .company__dl {
    margin-top: 4rem;
    gap: 1.6rem;
    width: 90%;
  }
}
.company__dl-item {
  display: flex;
  gap: 2rem;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1232px) {
  .company__dl-item {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .company__dl-item {
    font-size: 1.6rem;
  }
}
.company__dt {
  width: 18rem;
  font-weight: bold;
}
@media (max-width: 1232px) {
  .company__dt {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .company__dt {
    width: 8rem;
    flex-shrink: 0;
  }
}
.company__txt-box {
  position: relative;
  margin: 10rem auto 0;
  width: 105.5rem;
  z-index: 1;
}
@media (max-width: 1232px) {
  .company__txt-box {
    margin-top: 6rem;
    width: 90%;
  }
}
.company__txt-box::before {
  content: "";
  position: absolute;
  display: block;
  top: 1rem;
  left: -1.6rem;
  width: 3rem;
  height: 110%;
  background-color: #000000;
  z-index: -1;
}
@media (max-width: 1232px) {
  .company__txt-box::before {
    width: 2rem;
  }
}
@media (max-width: 768px) {
  .company__txt-box::before {
    left: -1rem;
    height: 105%;
  }
}
.company__txt-box-ttl {
  color: #f0aa00;
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .company__txt-box-ttl {
    font-size: 2rem;
  }
}
.company__txt {
  margin-top: 1.8rem;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .company__txt {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.company__bottom-back {
  display: block;
  margin-top: 10rem;
  width: 100%;
}
@media (max-width: 768px) {
  .company__bottom-back {
    margin-top: 6rem;
  }
}

/* base
----------------------------------------------------------------- */
.history {
  margin-top: -1px;
  padding-top: 10rem;
  background-color: #fbfbf6;
}
@media (max-width: 768px) {
  .history {
    padding-top: 6rem;
  }
}
.history__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 10rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1232px) {
  .history__list {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .history__list {
    margin-top: 4rem;
  }
}
.history__item {
  display: flex;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .history__item {
    font-size: 1.6rem;
  }
}
.history__item-date {
  width: 13.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .history__item-date {
    width: 8.6rem;
  }
}
.history__item-disc {
  position: relative;
  margin-left: 4.5rem;
  margin-top: 0.4rem;
  width: 3.3rem;
  height: 3.3rem;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .history__item-disc {
    margin-left: 1.6rem;
    width: 2rem;
    height: 2rem;
  }
}
.history__item-disc::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #f0aa00;
  background-color: #ffffff;
  border-radius: 100%;
}
.history__item-txt {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .history__item-txt {
    margin-left: 1rem;
  }
}
.history__item-line {
  position: absolute;
  width: 2px;
  top: 100%;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  background-color: #000000;
  z-index: -1;
}
.history__img-bottom {
  display: block;
  margin-top: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .history__img-bottom {
    margin-top: 4rem;
  }
}

/* base
----------------------------------------------------------------- */
.access {
  padding-top: 10rem;
  background-color: #e4d4b6;
}
.access__ttl, .access__sub-ttl {
  margin: auto;
  width: 120rem;
}
@media (max-width: 1232px) {
  .access__ttl, .access__sub-ttl {
    text-align: center;
    width: 90%;
  }
}
.access__ttl {
  font-size: 4.5rem;
  font-weight: bold;
  color: #484c62;
}
@media (max-width: 768px) {
  .access__ttl {
    font-size: 2.4rem;
  }
}
.access__sub-ttl {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 900;
  color: #f0aa00;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .access__sub-ttl {
    margin-top: 0.6rem;
    font-size: 2.4rem;
  }
}
.access__flex {
  display: flex;
  gap: 2.4rem;
  margin: 10rem auto 0;
  width: 120rem;
}
@media (max-width: 1232px) {
  .access__flex {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .access__flex {
    margin-top: 4rem;
    gap: 4rem;
  }
}
.access__dl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .access__dl {
    gap: 1.6rem;
  }
}
.access__dl-item {
  display: flex;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .access__dl-item {
    font-size: 1.6rem;
  }
}
.access__dt {
  width: 12.4rem;
}
@media (max-width: 768px) {
  .access__dt {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    width: 8rem;
  }
}
.access__dd {
  width: 50rem;
}
@media (max-width: 768px) {
  .access__dd {
    width: 100%;
  }
}
.access__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 550/351;
}
@media (max-width: 1232px) {
  .access__iframe {
    max-width: 67rem;
  }
}

/* base
----------------------------------------------------------------- */
.shop-page {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
.shop-page__fixed-back {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shop-page__ttl {
  padding: 10rem 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .shop-page__ttl {
    padding: 4rem 0 4rem;
  }
}
.shop-page__txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.8rem;
  margin-top: 20rem;
  padding: 7rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .shop-page__txt-box {
    padding: 4rem 0;
    gap: 2rem;
    margin-top: 8rem;
  }
}
.shop-page__box-ttl {
  font-size: 3.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .shop-page__box-ttl {
    font-size: 2.4rem;
  }
}
.shop-page__txt {
  margin: auto;
  width: 100rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 1232px) {
  .shop-page__txt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .shop-page__txt {
    font-size: 1.6rem;
  }
}

/* base
----------------------------------------------------------------- */
.privacy {
  padding: 10rem 0 0;
  background-color: #fbfbf6;
}
@media (max-width: 768px) {
  .privacy {
    padding-top: 6rem;
  }
}
.privacy__txt-box {
  margin: 6rem auto 0;
  padding: 4.8rem 10rem;
  width: 120rem;
  background-color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 1232px) {
  .privacy__txt-box {
    padding: 2.4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .privacy__txt-box {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.privacy__list {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media (max-width: 1232px) {
  .privacy__list {
    gap: 2.4rem;
  }
}

/* base
----------------------------------------------------------------- */
.menu {
  padding-top: 10rem;
  background-color: #fbfbf6;
}
@media (max-width: 768px) {
  .menu {
    padding-top: 6rem;
  }
}
.menu__box, .menu__box--side, .menu__box--m, .menu__box--a, .menu__box--n {
  margin: 8rem auto 0;
  position: relative;
  width: 120rem;
  padding-bottom: 10rem;
  z-index: 1;
}
@media (max-width: 1232px) {
  .menu__box, .menu__box--side, .menu__box--m, .menu__box--a, .menu__box--n {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .menu__box, .menu__box--side, .menu__box--m, .menu__box--a, .menu__box--n {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
}
.menu__box--a .menu__box-deco {
  right: 0;
}
.menu__box--side {
  padding: 15rem 0 20rem;
}
@media (max-width: 768px) {
  .menu__box--side {
    padding: 6rem 0 10rem;
  }
}
.menu__box-deco {
  font-size: 37rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.7;
  position: absolute;
  top: 70%;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.0862745098);
}
@media (max-width: 1232px) {
  .menu__box-deco {
    top: 72%;
    font-size: 15rem;
  }
}
@media (max-width: 768px) {
  .menu__box-deco {
    font-size: 10rem;
  }
}
.menu__box-ttl {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 1rem;
  width: 51.2rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menu__box-ttl {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 2rem;
    font-size: 2rem;
  }
}
.menu__soup-img {
  display: block;
  margin: -3.8rem auto 0;
  width: 67.5rem;
}
@media (max-width: 768px) {
  .menu__soup-img {
    width: 28rem;
  }
}
.menu__box-flex {
  display: flex;
  justify-content: center;
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .menu__box-flex {
    margin-top: -6rem;
  }
}
.menu__item, .menu__item--wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35rem;
  margin-top: -10rem;
}
@media (max-width: 768px) {
  .menu__item, .menu__item--wide {
    margin-top: -4rem;
  }
}
.menu__item--wide {
  width: 45rem;
  margin-top: 0;
}
.menu__item-img {
  width: 100%;
}
.menu__item-txt, .menu__item-txt--large {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .menu__item-txt, .menu__item-txt--large {
    font-size: 1.6rem;
  }
}
.menu__item-txt--large {
  margin-top: 1rem;
  font-weight: bold;
}
.menu__box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.menu__box-side-ttl, .menu__box-side-ttl--top {
  text-align: center;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .menu__box-side-ttl, .menu__box-side-ttl--top {
    font-size: 1.8rem;
  }
}
.menu__box-side-ttl--top {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .menu__box-side-ttl--top {
    margin-top: 4rem;
  }
}
.menu__dl {
  margin: 10rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 78.5rem;
}
@media (max-width: 1232px) {
  .menu__dl {
    max-width: 78.5rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .menu__dl {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.menu__dl-item {
  display: flex;
  justify-content: space-between;
  font-size: 3.5rem;
}
@media (max-width: 1232px) {
  .menu__dl-item {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .menu__dl-item {
    gap: 1.6rem;
    font-size: 1.6rem;
  }
}
.menu__dd {
  flex-shrink: 0;
}

/* base
----------------------------------------------------------------- */
.contact {
  padding-top: 10rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 6rem;
  }
}
.contact .wpcf7 {
  margin: 10rem auto 0;
  width: 78rem;
}
@media (max-width: 1232px) {
  .contact .wpcf7 {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .contact .wpcf7 {
    margin-top: 6rem;
  }
}
.contact .contact__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.8rem;
}
@media (max-width: 768px) {
  .contact .contact__item {
    gap: 1rem;
  }
}
.contact__label {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .contact__label {
    font-size: 1.6rem;
  }
}
.contact__label--must {
  padding: 0.3rem 2rem;
  background-color: #0e2a4a;
  color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .contact__label--must {
    padding: 0.3rem 1rem;
  }
}
.contact .wpcf7-form-control-wrap {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
}
.contact__input, .contact__input--area {
  padding: 1rem;
  width: 100%;
  height: 6rem;
  background-color: #f0f1f7;
  border-radius: 10px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .contact__input, .contact__input--area {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.contact__input--area {
  height: 32rem;
}
@media (max-width: 768px) {
  .contact__input--area {
    height: 20rem;
  }
}
.contact__txt {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact__txt {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.contact__link {
  color: #f0aa00;
  border-bottom: 1px solid #f0aa00;
}
.contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10rem auto 0;
  width: 28rem;
  height: 8rem;
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  background-color: #0954b1;
}
@media (max-width: 768px) {
  .contact__submit {
    margin-top: 4rem;
  }
}

/* base
----------------------------------------------------------------- */
.banner--coupon {
  display: block;
  margin: 10rem auto 0;
  width: 60rem;
}
@media (max-width: 768px) {
  .banner--coupon {
    margin-top: 6rem;
    width: 30rem;
  }
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}

.u-hidden {
  overflow: hidden;
}

/* base
----------------------------------------------------------------- */
.u-link-btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 47.4rem;
  height: 8rem;
  padding: 0 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: #f0aa00;
  box-shadow: 6px 7px 1px #ac7a00;
  border-radius: 100vh;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .u-link-btn {
    min-width: 27rem;
    width: 30rem;
    height: 6rem;
    padding: 0;
    box-shadow: 3px 3px 1px #ac7a00;
  }
}
.u-link-btn:hover {
  top: 7px;
  left: 6px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .u-link-btn:hover {
    top: 0;
    left: 0;
    box-shadow: 3px 3px 1px #ac7a00;
  }
}
.u-link-btn__txt {
  width: -moz-max-content;
  width: max-content;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .u-link-btn__txt {
    font-size: 1.6rem;
  }
}
.u-link-btn__arw {
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  right: 3.5rem;
  width: 2.5rem;
}
@media (max-width: 768px) {
  .u-link-btn__arw {
    top: 55%;
    right: 1rem;
    width: 2rem;
  }
}/*# sourceMappingURL=style.css.map */