@charset "UTF-8";
/*! destyle.css v2.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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "halter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/halter.woff2") format("woff2"), url("../fonts/halter.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  background-color: #F6E6DD;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Kaisei Tokumin", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.l-inner {
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--xl {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--xl {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--lg {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--md {
  max-width: 1033px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 870px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

::-moz-placeholder {
  color: #7F7F7F;
}

::placeholder {
  color: #7F7F7F;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  color: #000;
  width: 100%;
  height: 18rem;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #8E0000;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #8E0000;
  opacity: 1;
}

/**
 * radio
 *
 */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 3.5rem;
}
.radio-wrap .radio-item label {
  display: block;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label {
  position: relative;
  vertical-align: middle;
  display: block;
  padding-left: 20px;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .radio-item-label {
    font-size: 1.6rem;
  }
}

input[type=radio] + .radio-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .radio-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #8E0000;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .radio-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.4rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 1px #000 solid;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 0.8rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0.8rem;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow-select.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .select-parts::after {
    width: 1.6rem;
  }
}
.select-parts select {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-parts select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 1.7rem 1.8rem;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding-block: 1.2rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  position: relative;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  display: block;
  width: max(120px, 9.41vw);
}
@media screen and (max-width: 1023px) {
  .l-header__logo-main {
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    width: 10rem;
  }
}
.l-header__logo-main img {
  width: 100%;
}
.l-header__container {
  padding-top: 0.5rem;
}
.l-header__sns {
  margin-top: 0.8rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__sns-item {
  width: 5rem;
}
@media screen and (max-width: 1023px) {
  .l-header__sns-item {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__sns-item {
    width: 3.2rem;
  }
}
.l-header__sns-item + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__sns-item + * {
    margin-top: 1.2rem;
  }
}
.l-header__sns-link {
  display: block;
}

.c-hamburger-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 7rem;
  height: 7rem;
  z-index: 40;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    width: 5rem;
    height: 5rem;
  }
}
.c-hamburger-btn:focus-visible {
  outline: 2px solid #333;
}
.c-hamburger-btn__text {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.1666666667;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn__text {
    font-size: 1rem;
  }
}
.c-hamburger-btn__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 6rem;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn__inner {
    gap: 0.3rem;
    width: 4rem;
  }
}
.c-hamburger-btn__box {
  display: block;
  position: relative;
  width: 6rem;
  height: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn__box {
    width: 4rem;
    height: 2.5rem;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 0.6rem;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn__line::before {
    height: 0.5rem;
  }
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30rem;
  height: 100vh;
  min-height: auto;
  overflow-y: auto;
  background: linear-gradient(to right, rgba(161, 18, 25, 0.8) 0%, rgba(128, 34, 31, 0.8) 100%);
  transform: translateX(100%);
  padding-top: 100px;
  transition: 0.15s;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    width: 100%;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-block: 6rem 15rem;
  }
}
.p-sub-nav__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__item + .p-sub-nav__item {
    margin-top: 2rem;
  }
}
.p-sub-nav__title {
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__title {
    font-size: 1.6rem;
  }
}
.p-sub-nav__link {
  display: block;
  font-family: "halter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 1rem;
  transition: all 0.25s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link {
    position: relative;
    padding: 0;
  }
}
.p-sub-nav__btnwrap {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btnwrap {
    gap: 10px;
  }
}
.p-sub-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 216px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  padding: 1.8rem 3.5rem;
  border-radius: 50rem;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btn {
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus {
  background-color: #fff;
  color: #D3F0FF;
}
.p-sub-nav__btn::before {
  content: "";
  display: block;
  width: 3.5rem;
  aspect-ratio: 35/36;
  background: url(../img/icon/icon_search.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btn::before {
    width: 2.4rem;
  }
}
.p-sub-nav__btn:not(:first-child) {
  margin-top: 32px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__text .open {
  display: none;
}
.l-header.active .c-hamburger-btn__text .close {
  display: block;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header.active .p-sub-nav {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.15s;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background: url(../img/common/footer-bg.jpg) 50%/cover no-repeat;
  padding-top: min(7.06vw, 70px);
  padding-bottom: min(11.76vw, 110px);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.l-footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #060000;
  opacity: 0.4;
}
.l-footer__map {
  aspect-ratio: 844/367;
}
@media screen and (max-width: 767px) {
  .l-footer__map {
    aspect-ratio: 4/3;
  }
}
.l-footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(8.24vw, 70px) min(10.59vw, 90px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__copy {
  width: 100%;
  text-align: center;
}
.l-footer__copy-jp {
  font-size: min(4.24vw, 56px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy-jp {
    font-size: 2.1rem;
  }
}
.l-footer__copy-en {
  font-size: min(4.82vw, 60px);
  font-family: "Tangerine", cursive;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy-en {
    font-size: 2.8rem;
  }
}
.l-footer__info {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.82vw, 24px);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    text-align: center;
    gap: 16px;
  }
}
.l-footer__info-address {
  flex: 1;
  font-size: min(2vw, 20px);
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__info-address {
    font-size: 1.8rem;
  }
}
.l-footer__logo {
  width: min(25.88vw, 300px);
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 2em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
  }
}
.l-footer__nav-link {
  display: flex;
  align-items: center;
  font-family: "halter", sans-serif;
  font-size: min(2.35vw, 20px);
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.5rem;
  }
}
.l-footer__nav-link:hover::before, .l-footer__nav-link:focus::before {
  opacity: 1;
}
.l-footer__nav-link::before {
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translate(-100%, -50%);
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
}
.l-main--404 {
  padding-block: 20vh 14vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 12rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "halter", sans-serif;
  letter-spacing: -0.15em;
  line-height: 1.1981132075;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link a {
  color: #fff;
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form__dl + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .l-form__dl + * {
    margin-top: 2.8rem;
  }
}
.l-form__box + .l-form__box {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2.4rem;
  }
}
.l-form__dt + * {
  margin-top: 0.6rem;
}
.l-form__label {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  padding-inline: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-form__label {
    font-size: 1.8rem;
    padding-inline: 0;
  }
}
.l-form__dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-form__dd.--check {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .l-form__dd.--check {
    gap: 0.5rem 1.2rem;
  }
}
.l-form__submit button,
.l-form__submit input {
  width: 100%;
  max-width: 32.3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  border: 2px solid #2847C1;
  background-color: #2847C1;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-form__submit button,
.l-form__submit input {
    max-width: 24rem;
    gap: 16px;
    font-size: 2rem;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
.l-form__submit button:hover, .l-form__submit button:focus,
.l-form__submit input:hover,
.l-form__submit input:focus {
  background-color: #fff;
  color: #2847C1;
}
.l-form__submit button:hover::after, .l-form__submit button:focus::after,
.l-form__submit input:hover::after,
.l-form__submit input:focus::after {
  background-color: #2847C1;
}
.l-form__submit button::after,
.l-form__submit input::after {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-form__submit button::after,
.l-form__submit input::after {
    width: 14px;
    margin-top: -1px;
  }
}
.l-form__submit + * {
  margin-top: 2.4rem;
}
.l-form__privacy {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form__privacy {
    font-size: 1.3rem;
  }
}
.l-form__privacy a {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-form__privacy a:hover, .l-form__privacy a:focus-visible {
  color: #8E0000;
}

/**
 * 必須
 *
 */
.required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #A11219;
}

/**
 * step
 *
 */
.js-form-step2 {
  display: none;
}

/**
 * エラーチェック
 *
 */
.formError {
  width: 100%;
  position: static !important;
  margin-top: 0 !important;
  font-size: 1.4rem;
  color: #dc3232;
}

@media screen and (max-width: 767px) {
  .formError {
    font-size: 1.2rem;
  }
}
/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.c-primary-title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1875;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-primary-title h2 {
    font-size: 2.6rem;
    margin-top: -30px;
  }
}
.c-primary-title p {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.1458333333;
  color: #D3F0FF;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-primary-title p {
    font-size: 7rem;
  }
}
.c-primary-title--blue h2 {
  color: #1287D0;
}
.c-primary-title--blue p {
  color: #CBDCE4;
}
.c-primary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 30px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  border: 2px solid #2847C1;
  background-color: #2847C1;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 16px;
    font-size: 2rem;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #2847C1;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #2847C1;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 14px;
    margin-top: -1px;
  }
}

/* -------------------------------------
  p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
  p-top-mv
-----------------------------------------*/
.p-top-mv {
  position: relative;
  height: 100svh;
}
.p-top-mv::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 2;
}
.p-top-mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-top-mv__copy-main {
  font-family: "halter", sans-serif;
  font-size: 4.47vw;
  letter-spacing: 0;
  line-height: 1.2631578947;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-main {
    font-size: 3.4rem;
  }
}
.p-top-mv__copy-sub {
  font-family: "Bonheur Royale", cursive;
  font-size: 4.71vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-sub {
    font-size: 5rem;
  }
}
.p-top-mv__bg {
  height: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    flex-direction: column;
  }
}
.p-top-mv__bg-left, .p-top-mv__bg-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-left, .p-top-mv__bg-right {
    width: 100%;
    height: 50%;
  }
}
.p-top-mv__bg-image {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-image {
    aspect-ratio: 195/200;
    height: auto;
  }
}
.p-top-mv__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
  p-top-concept
-----------------------------------------*/
.p-top-concept {
  padding-top: min(6.12vw, 62px);
  background: linear-gradient(45deg, #A11219 0%, #6D1D1A 100%);
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    padding-top: 40px;
  }
}
.p-top-concept .l-inner {
  position: relative;
}
.p-top-concept .l-inner::after {
  content: "";
  display: block;
  width: min(7.29vw, 80px);
  aspect-ratio: 62/1017;
  background: url(../img/top/concept-en.svg) 50%/contain no-repeat;
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-concept .l-inner::after {
    width: 32px;
    right: 20px;
  }
}
.p-top-concept__body {
  width: 82.3376623377%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-concept__body {
    width: 87%;
  }
}
.p-top-concept__title {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-concept__title {
    position: static;
    writing-mode: initial;
  }
}
.p-top-concept__title .jp {
  font-size: min(4.24vw, 4.2rem);
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-concept__title .jp {
    font-size: 2.8rem;
  }
}
.p-top-concept__title .en {
  font-family: "Bonheur Royale", cursive;
  font-size: min(2.12vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-concept__title .en {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__title + * {
    margin-top: 2.4rem;
  }
}
.p-top-concept__text {
  width: 55.2050473186%;
  font-size: min(1.88vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-top-concept__text.--en {
  margin-top: min(2.82vw, 32px);
  font-size: min(1.41vw, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text.--en {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-top-concept__text + * {
  margin-top: min(6.12vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-top-concept__text + * {
    margin-top: 40px;
  }
}
.p-top-concept__images-item {
  opacity: 0.8;
}
.p-top-concept__images-item:first-child {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-top-concept__images-item:first-child {
    width: 105%;
  }
}
.p-top-concept__images-item:nth-child(2) {
  width: 50%;
  margin-top: min(3.53vw, 40px);
  margin-left: auto;
}
.p-top-concept__images-item:nth-child(3) {
  width: 40%;
  margin-top: max(-170px, -15.29vw);
}
.p-top-concept__images-item:nth-child(4) {
  width: 35%;
  margin-top: max(-170px, -15.29vw);
  margin-left: auto;
  margin-right: max(-40px, -3.53vw);
}
.p-top-concept__images-item:nth-child(5) {
  width: 75%;
  margin-top: max(-40px, -3.53vw);
  margin-left: min(14.12vw, 160px);
  transform: translateY(min(9.24vw, 115px));
}
@media screen and (max-width: 767px) {
  .p-top-concept__images-item:nth-child(5) {
    margin-left: auto;
    margin-right: -50px;
  }
}
.p-top-concept__images-item:nth-child(5).is-active {
  transform: translateY(min(8.24vw, 95px)) !important;
}
.p-top-concept__images-item img {
  width: 100%;
}

/* -------------------------------------
  p-top-menu
-----------------------------------------*/
.p-top-menu {
  padding-top: min(6.12vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-top-menu {
    padding-top: 40px;
  }
}
.p-top-menu__title {
  font-family: "halter", sans-serif;
  font-size: min(8.24vw, 88px);
  line-height: 1;
  text-transform: uppercase;
  color: #8E0000;
  writing-mode: vertical-rl;
  padding-bottom: min(3.76vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__title {
    font-size: 3.2rem;
    writing-mode: initial;
  }
}
.p-top-menu__head {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-menu__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-menu__head-box {
  flex: 1;
  padding-left: min(7.88vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__head-box {
    padding-left: 0;
  }
}
.p-top-menu__head + * {
  margin-top: min(8.71vw, 114px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__head + * {
    margin-top: 60px;
  }
}
.p-top-menu__copy {
  font-size: min(2.47vw, 3.2rem);
  letter-spacing: 0.1em;
  line-height: 1.9047619048;
}
@media screen and (max-width: 767px) {
  .p-top-menu__copy {
    font-size: 1.5rem;
  }
}
.p-top-menu__copy.--en {
  margin-top: min(1.88vw, 20px);
  width: 85%;
  font-size: min(1.76vw, 2rem);
  line-height: 2;
  color: #8E0000;
}
@media screen and (max-width: 767px) {
  .p-top-menu__copy.--en {
    width: 100%;
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-top-menu__text {
  font-size: clamp(1.4rem, 1.65vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.9107142857;
}
@media screen and (max-width: 767px) {
  .p-top-menu__text {
    font-size: 1.5rem;
  }
}
.p-top-menu__text:not(.--en) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to top, #fff 1px, transparent 1px);
  background-size: 100% 2em;
  background-position: 0 2em;
  line-height: 2em;
  padding-bottom: 2px;
}
.p-top-menu__text.--en {
  font-size: clamp(1rem, 1.18vw, 2rem);
  letter-spacing: 0;
  line-height: 1.7;
  color: #8E0000;
}
@media screen and (max-width: 767px) {
  .p-top-menu__text.--en {
    font-size: 1.5rem;
  }
}
.p-top-menu__text + * {
  margin-top: min(2.35vw, 24px);
}
.p-top-menu__item {
  display: flex;
  flex-direction: row-reverse;
  gap: min(9.41vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__item {
    padding-inline: 15px;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-top-menu__item:nth-child(odd) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.p-top-menu__item:nth-child(odd) .p-top-menu__image {
  margin-left: 0;
  margin-right: -100px;
}
@media screen and (max-width: 1680px) {
  .p-top-menu__item:nth-child(odd) .p-top-menu__image {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-child(odd) .p-top-menu__image {
    margin-right: 0;
  }
}
.p-top-menu__item:nth-child(odd) .p-top-menu__image::after {
  left: -100px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-child(odd) .p-top-menu__image::after {
    left: auto;
    right: -18%;
  }
}
.p-top-menu__item-title {
  padding-left: min(5.65vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-title {
    padding-left: 0;
  }
}
.p-top-menu__item-title .jp {
  font-size: min(4vw, 4rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-title .jp {
    font-size: 2.4rem;
  }
}
.p-top-menu__item-title .en {
  font-family: "Bonheur Royale", cursive;
  font-size: min(7.06vw, 6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #8E0000;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-title .en {
    font-size: 4rem;
  }
}
.p-top-menu__item-title + * {
  margin-top: min(1.88vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-title + * {
    margin-top: 1.6rem;
  }
}
.p-top-menu__item + * {
  margin-top: min(8.71vw, 114px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__item + * {
    margin-top: 60px;
  }
}
.p-top-menu__box {
  flex: 1;
}
.p-top-menu__image {
  width: 55%;
  margin-left: -100px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .p-top-menu__image {
    width: 42.35vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1160px) {
  .p-top-menu__image {
    width: 46.7532467532%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__image {
    width: 90%;
    margin-left: 0;
  }
}
.p-top-menu__image::after {
  content: "";
  display: block;
  width: 49.4444444444%;
  aspect-ratio: 221/212;
  -webkit-mask: url(../img/common/logo.svg) 50%/contain no-repeat;
          mask: url(../img/common/logo.svg) 50%/contain no-repeat;
  background-color: #8E0000;
  position: absolute;
  top: -26px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .p-top-menu__image::after {
    width: 145px;
    right: -18%;
  }
}
.p-top-menu__image img {
  width: 100%;
}
.p-top-menu__list.swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-menu__list-body {
  position: relative;
}
.p-top-menu__list-body::before {
  content: "";
  display: block;
  width: 100vw;
  height: min(32.94vw, 380px);
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-top-menu__list-item:nth-child(odd) {
  margin-top: min(10.82vw, 92px);
}
.p-top-menu__list-image {
  width: 100%;
}
.p-top-menu__list-image img {
  aspect-ratio: 217/325;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-menu__list-image figcaption {
  margin-top: min(0.94vw, 8px);
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  color: #fff;
  padding: min(1.06vw, 12px) min(1.88vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-image figcaption {
    margin-top: 4px;
    padding: 4px 12px;
  }
}
.p-top-menu__list-image figcaption .jp {
  font-size: min(2.12vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-image figcaption .jp {
    font-size: 1.4rem;
  }
}
.p-top-menu__list-image figcaption .en {
  font-size: min(1.95vw, 28px);
  font-family: "Bonheur Royale", cursive;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list-image figcaption .en {
    font-size: 2.6rem;
  }
}
/* -------------------------------------
  p-top-calm
-----------------------------------------*/
.p-top-calm {
  padding-top: min(9.41vw, 100px);
  position: relative;
}
.p-top-calm::before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  max-height: 95rem;
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1160px) {
  .p-top-calm::before {
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm::before {
    height: 520px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-calm::before {
    height: 9%;
  }
}
.p-top-calm .l-inner {
  position: relative;
}
.p-top-calm__title {
  color: #F6E6DD;
}
.p-top-calm__title-en {
  font-size: min(10.59vw, 120px);
  letter-spacing: 0.05em;
  line-height: 0.9677419355;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.p-top-calm__title-jp {
  font-size: min(6.47vw, 60px);
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  right: 45px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-calm__title-jp {
    right: 25px;
  }
}
.p-top-calm__head-image {
  width: 84.025974026%;
  margin-top: max(-170px, -14.65vw);
  margin-inline: auto;
}
.p-top-calm__head-image img {
  width: 100%;
}
.p-top-calm__head-image + * {
  margin-top: min(1.88vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__head-image + * {
    margin-top: 16px;
  }
}
.p-top-calm__copy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: min(3.66vw, 44px);
  letter-spacing: 0.1em;
  text-align: center;
  color: #B0001A;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-calm__copy {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__copy .sp {
    padding-left: 14px;
  }
}
.p-top-calm__copy.--en {
  font-size: clamp(18px, 1.67vw, 24px);
}
@media screen and (max-width: 1023px) {
  .p-top-calm__copy.--en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__copy.--en {
    width: 100%;
  }
}
.p-top-calm__copy + * {
  margin-top: min(3.76vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__copy + * {
    margin-top: 32px;
  }
}
.p-top-calm__copy + *.--en {
  margin-top: clamp(8px, 1.11vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__copy + *.--en {
    margin-top: 8px;
  }
}
.p-top-calm__concept {
  display: flex;
  align-items: flex-start;
  gap: 32px min(6.59vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept {
    flex-direction: column;
    align-items: center;
    padding-inline: 15px;
  }
}
.p-top-calm__concept-logo {
  width: 29.6103896104%;
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept-logo {
    width: 50%;
  }
}
.p-top-calm__concept-logo img {
  width: 100%;
}
.p-top-calm__concept-box {
  flex: 1;
}
.p-top-calm__concept-text {
  font-size: clamp(1.3rem, 1.53vw, 1.7rem);
  letter-spacing: 0.1em;
  line-height: 2.1538461538;
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept-text {
    font-size: 1.6rem;
    line-height: 1.8666666667;
  }
}
.p-top-calm__concept-text.--attention {
  font-size: clamp(1rem, 0.94vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept-text.--attention {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.p-top-calm__concept-text.--en {
  margin-top: min(2.82vw, 24px);
  max-width: 85%;
  font-size: clamp(1rem, 1.18vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.7;
  color: #8E0000;
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept-text.--en {
    margin-top: 16px;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.p-top-calm__concept + * {
  margin-top: min(5.65vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__concept + * {
    margin-top: 40px;
  }
}
.p-top-calm__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-calm__item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.p-top-calm__item + * {
  margin-top: min(8.71vw, 74px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__item + * {
    margin-top: 60px;
  }
}
.p-top-calm__item + *.p-top-calm__item {
  margin-top: min(2.82vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__item + *.p-top-calm__item {
    margin-top: 60px;
  }
}
.p-top-calm__image {
  width: 55%;
  aspect-ratio: 350/233;
  margin-left: -100px;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__image {
    width: 41.18vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__image {
    width: 100%;
  }
}
.p-top-calm__image img {
  aspect-ratio: 350/233;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-calm__box {
  flex: 1;
}
.p-top-calm__box-inner {
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  padding: 1.2rem 4rem;
  color: #F6E6DD;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__box-inner {
    padding: 0.47vw 3.53vw 0.94vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__box-inner {
    padding: 8px 12px 12px;
  }
}
.p-top-calm__h3 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8095238095;
  padding-left: 4rem;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__h3 {
    font-size: min(2.47vw, 3.2rem);
    line-height: 1.619047619;
    padding-left: 3.53vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__h3 {
    font-size: 2rem;
  }
}
.p-top-calm__h3 + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__h3 + * {
    margin-top: 0.71vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__h3 + * {
    margin-top: 8px;
  }
}
.p-top-calm__text {
  font-size: clamp(1.3rem, 1.53vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.1538461538;
}
@media screen and (max-width: 767px) {
  .p-top-calm__text {
    font-size: 1.4rem;
  }
}
.p-top-calm__text + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__text + * {
    margin-top: 0.24vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__text + * {
    margin-top: 4px;
  }
}
.p-top-calm__price {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__price {
    font-size: min(2.82vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__price {
    font-size: 2.4rem;
  }
}
.p-top-calm__price .tax {
  font-size: 1.8rem;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__price .tax {
    font-size: min(1.65vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__price .tax {
    font-size: 1.6rem;
  }
}
.p-top-calm__reservation {
  font-size: clamp(1rem, 1.18vw, 1.6rem);
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1.2rem;
  right: 2rem;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__reservation {
    bottom: 1.41vw;
    right: 2.35vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__reservation {
    font-size: 1.2rem;
    bottom: 1.2rem;
    right: 2rem;
  }
}
.p-top-calm__reservation-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__reservation-link {
    gap: min(1.41vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__reservation-link {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.2rem;
  }
}
.p-top-calm__reservation-link:hover, .p-top-calm__reservation-link:focus-visible {
  opacity: 0.7;
}
.p-top-calm__reservation-link::before {
  content: "";
  display: block;
  width: 5.6rem;
  aspect-ratio: 43/7;
  margin-top: 3px;
  background: url(../img/icon/icon_arrow01.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 1680px) {
  .p-top-calm__reservation-link::before {
    width: min(5.06vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-calm__reservation-link::before {
    width: 4.3rem;
  }
}
.p-top-calm__feature {
  gap: 40px 20px;
  padding-top: min(8.71vw, 74px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature {
    padding-top: 60px;
  }
}
.p-top-calm__feature-item {
  position: relative;
  color: #F6E6DD;
  padding-bottom: min(1.9vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-item {
    padding-bottom: 2rem;
  }
}
.p-top-calm__feature-item::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 3.2rem;
  background-color: #8E0000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-item::after {
    aspect-ratio: initial;
    height: calc(100% - 10rem);
    bottom: auto;
    top: 10rem;
  }
}
.p-top-calm__feature-image {
  width: 83.4782608696%;
  margin-inline: auto;
}
.p-top-calm__feature-image img {
  width: 100%;
}
.p-top-calm__feature-image + * {
  margin-top: min(1.18vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-image + * {
    margin-top: 10px;
  }
}
.p-top-calm__feature-copy {
  font-size: min(1.67vw, 2.4rem);
  letter-spacing: 0.1em;
  text-align: center;
  padding-inline: min(0.71vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-copy {
    font-size: 2rem;
  }
}
.p-top-calm__feature-copy.--en {
  font-size: clamp(1rem, 0.83vw, 1.2rem);
  margin-inline: auto;
  width: 90%;
}
.p-top-calm__feature-copy + * {
  margin-top: min(0.94vw, 10px);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-copy + * {
    margin-top: 8px;
  }
}
.p-top-calm__feature-text {
  font-size: clamp(0.8rem, 0.95vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: center;
  padding-inline: min(0.71vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-text {
    font-size: 1.4rem;
    padding-inline: 1.4rem;
  }
}
.p-top-calm__feature-text.--en {
  font-size: clamp(0.7rem, 0.83vw, 1.4rem);
  margin-inline: auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .p-top-calm__feature-text.--en {
    font-size: 1.3rem;
  }
}

/* -------------------------------------
  p-top-keeper
-----------------------------------------*/
.p-top-keeper {
  padding-top: min(4.71vw, 40px);
  padding-bottom: min(10.59vw, 90px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-keeper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.p-top-keeper::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 25rem);
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top-keeper .l-inner {
  position: relative;
}
.p-top-keeper__title {
  font-family: "halter", sans-serif;
  font-size: min(6.35vw, 62px);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__title {
    font-size: 3.2rem;
  }
}
.p-top-keeper__flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: min(6.47vw, 55px);
  padding-top: min(3.53vw, 30px);
  padding-left: min(3.53vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-top-keeper__flex {
    flex-direction: column-reverse;
    padding-left: 0;
    gap: 3.2rem;
  }
}
.p-top-keeper__image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__image {
    width: 300px;
  }
}
.p-top-keeper__image img {
  width: 100%;
}
.p-top-keeper__box {
  width: 50%;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__box {
    padding-top: 0;
    width: 100%;
  }
}
.p-top-keeper__h3 {
  display: flex;
  flex-direction: column;
}
.p-top-keeper__h3 .jp {
  font-size: min(3.88vw, 4rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__h3 .jp {
    font-size: 3.2rem;
  }
}
.p-top-keeper__h3 .jp small {
  font-size: min(2.71vw, 2.8rem);
  margin-right: min(1.88vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-top-keeper__h3 .jp small {
    font-size: 2.4rem;
  }
}
.p-top-keeper__h3 .en {
  font-family: "halter", sans-serif;
  font-size: min(2.94vw, 3rem);
  color: #8E0000;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__h3 .en {
    font-size: 2.4rem;
    color: #F6E6DD;
  }
}
.p-top-keeper__h3 + * {
  margin-top: min(9.41vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-top-keeper__h3 + * {
    margin-top: 2.4rem;
  }
}
.p-top-keeper__text {
  font-size: min(1.53vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-keeper__text {
    font-size: 1.6rem;
  }
}
.p-top-keeper__text.--en {
  font-size: clamp(1rem, 1.18vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-keeper__text.--en {
    font-size: 1.4rem;
  }
}
.p-top-keeper__text + * {
  margin-top: clamp(8px, 1.11vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-top-keeper__text + * {
    margin-top: 2rem;
  }
}

/* -------------------------------------
  p-top-copy
-----------------------------------------*/
.p-top-copy {
  background: url(../img/top/copy-bg.jpg) 50%/cover no-repeat;
  padding-block: min(17.65vw, 300px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-copy {
    padding-block: 80px;
  }
}
.p-top-copy::before {
  background-color: #000;
  content: "";
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-copy__text {
  text-align: center;
  color: #fff;
}
.p-top-copy__text-jp {
  font-size: min(4vw, 4.8rem);
}
@media screen and (max-width: 767px) {
  .p-top-copy__text-jp {
    font-size: 2.8rem;
  }
}
.p-top-copy__text-en {
  font-size: min(3.06vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .p-top-copy__text-en {
    font-size: 2.2rem;
  }
}
.p-top-copy__text-en + * {
  margin-top: min(3.89vw, 5.6rem);
}
@media screen and (max-width: 767px) {
  .p-top-copy__text-en + * {
    margin-top: 3.2rem;
  }
}
.p-top-copy__reservation {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-copy__reservation + * {
  margin-top: 1.11vw;
}
@media screen and (max-width: 767px) {
  .p-top-copy__reservation + * {
    margin-top: 0.8rem;
  }
}

/* -------------------------------------
  p-top-shop
-----------------------------------------*/
.p-top-shop {
  background: linear-gradient(to right, #A11219 0%, #80221F 100%);
  padding-top: min(3.53vw, 48px);
  padding-bottom: 7.06vw;
}
@media screen and (max-width: 767px) {
  .p-top-shop {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-top-shop__head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-shop__head {
    flex-wrap: wrap;
  }
}
.p-top-shop__head-image {
  width: 35%;
  margin-top: max(-96px, -7.53vw);
  margin-left: min(4.71vw, 40px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-shop__head-image {
    order: 2;
    width: 60%;
    margin-top: 16px;
    margin-left: auto;
  }
}
.p-top-shop__head + * {
  margin-top: min(9.41vw, 80px);
}
.p-top-shop__title {
  font-family: "halter", sans-serif;
  color: #F6E6DD;
  font-size: min(8.24vw, 9rem);
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-top-shop__title {
    font-size: 1.8rem;
    writing-mode: initial;
  }
}
.p-top-shop__copy {
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-shop__copy {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.p-top-shop__copy-jp {
  font-size: min(4.71vw, 5.6rem);
  letter-spacing: 0.1em;
  line-height: 1.525;
}
@media screen and (max-width: 767px) {
  .p-top-shop__copy-jp {
    font-size: 2.4rem;
  }
}
.p-top-shop__copy-en {
  font-family: "halter", sans-serif;
  font-size: clamp(1.1rem, 1.29vw, 1.8rem);
  line-height: 1.6363636364;
  color: #F6E6DD;
}
.p-top-shop__dl {
  width: 90%;
  margin-inline: auto;
}
.p-top-shop__dl .inner {
  padding-block: 1.2rem;
  padding-inline: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 7.8431372549%;
}
@media screen and (max-width: 767px) {
  .p-top-shop__dl .inner {
    padding-block: 1.5rem;
    padding-inline: 0;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop__dl .inner:last-child {
    padding-bottom: 0;
  }
}
.p-top-shop__dl .inner + .inner {
  border-top: 1px solid #fff;
}
.p-top-shop__dt, .p-top-shop__dd {
  font-size: min(1.88vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-shop__dt, .p-top-shop__dd {
    line-height: 2.3076923077;
  }
}
.p-top-shop__dt {
  min-width: 23.0680507497%;
}
@media screen and (max-width: 767px) {
  .p-top-shop__dt {
    font-size: 1.6rem;
  }
}
.p-top-shop__dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-shop__dd {
    font-size: 1.4rem;
  }
}
.p-top-shop__dd a {
  text-decoration: underline;
  transition: all 0.3s;
}
.p-top-shop__dd a:hover, .p-top-shop__dd a:focus-visible {
  opacity: 0.7;
}
.p-top-shop__dd span {
  display: inline-block;
}
.p-top-shop__slide {
  display: flex;
  overflow: hidden;
  margin-top: min(9.41vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide {
    margin-top: 40px;
  }
}
.p-top-shop__slide-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
}
.p-top-shop__slide-list:first-child, .p-top-shop__slide-list:nth-child(2) {
  -webkit-animation: linear infinite;
          animation: linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide-list:first-child, .p-top-shop__slide-list:nth-child(2) {
    -webkit-animation: linear infinite;
            animation: linear infinite;
  }
}
.p-top-shop__slide-list:first-child {
  -webkit-animation-name: flowingLeft1;
          animation-name: flowingLeft1;
  -webkit-animation-duration: 1000s;
          animation-duration: 1000s;
  -webkit-animation-delay: -500s;
          animation-delay: -500s;
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide-list:first-child {
    -webkit-animation-duration: 1000s;
            animation-duration: 1000s;
    -webkit-animation-delay: -500s;
            animation-delay: -500s;
  }
}
.p-top-shop__slide-list:nth-child(2) {
  -webkit-animation-name: flowingLeft2;
          animation-name: flowingLeft2;
  -webkit-animation-duration: 1000s;
          animation-duration: 1000s;
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide-list:nth-child(2) {
    -webkit-animation-duration: 1000s;
            animation-duration: 1000s;
  }
}
.p-top-shop__slide-list li {
  width: 223.53vw;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide-list li {
    width: auto;
  }
}
.p-top-shop__slide-list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-shop__slide-list li img {
    width: auto;
    height: 310px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

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

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .u-onliy-tbpc {
    display: none;
  }
}

.u-f-kiwi {
  font-family: "Kiwi Maru", sans-serif;
}

/* -------------------------------------
        animation
-----------------------------------------*/
.js-fade,
.js-fade-child {
  opacity: 0;
  transition: 1s ease;
}

@media screen and (max-width: 767px) {
  .js-fade-sp {
    opacity: 0;
  }
}

/* そのまま */
.fadeIn {
  transition: 1s ease;
}

/* 下から */
.fadeBottom {
  transform: translate(0, 4rem);
}

/* 上から */
.fadeTop {
  transform: translate(0, -4rem);
}

/* 右から */
.fadeRight {
  transform: translate(4rem, 0);
}

/* 左から */
.fadeLeft {
  transform: translate(-4rem, 0);
}

@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/