@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  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 */
  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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

@font-face {
  font-family: "Butler";
  src: url(../fonts/Butler_Regular.otf) format("opentype");
}
@font-face {
  font-family: "BrigendsExpanded";
  src: url(../fonts/brigendsexpanded-nrek1.otf) format("opentype");
}
@font-face {
  font-family: "AndreaBilarosaRegular";
  src: url(../fonts/AndreaBellarosa.ttf) format("truetype");
}

/*==========================================================
base
===========================================================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #515151;
  background-color: #FFFFFF;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.base__bg {
  background-color: #FFFFFF;
}

.l-page__fv .l-page__fv--inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.l-page__fv .l-page__fv--content {
  position: absolute;
  bottom: clamp(6.333rem, 5.296rem + 5.833vw, 9.444rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.l-page__fv .l-page__fv--heading2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-page__fv .l-page__fv--heading2 .is-top {
  font-size: 1.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  color: #333333;
}
.l-page__fv .l-page__fv--heading2 .is-middle {
  font-size: clamp(2.333rem, 2rem + 1.875vw, 3.333rem);
  font-family: "BrigendsExpanded", sans-serif;
  line-height: 1;
  color: #333333;
}
.l-page__fv .l-page__fv--heading2 .is-bottom {
  margin-top: -18px;
  font-size: clamp(1.444rem, 1.259rem + 1.042vw, 2rem);
  font-family: "AndreaBilarosaRegular", sans-serif;
  color: #B6194D;
  line-height: 1;
}
.l-page__fv .l-page__fv--copy-right {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-family: "acumin-pro-wide", sans-serif;
  z-index: 10;
}
.l-page__fv .l-page__fv--vertical {
  position: absolute;
  top: 30px;
  right: 36px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  font-family: "acumin-pro-wide", sans-serif;
  color: #C3C3C3;
  letter-spacing: 1.75px;
  line-height: 1;
}
.l-page__fv--sub .l-page__fv--sub--image {
  background-color: antiquewhite;
  height: 490px;
}

.l-page__fv--sub .l-page__fv--sub--image img {
  height: inherit;
	object-fit: cover;
}

.l-page__home--concept {
  padding-top: 52px;
}
.l-page__home--concept .l-page__home--concept--description {
  margin-top: 36px;
  width: 440px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.l-page__home--concept .l-page__home--concept--description .is-top,
.l-page__home--concept .l-page__home--concept--description .is-bottom {
  width: fit-content;
  background-color: #DFDFDF;
}
.l-page__home--concept .l-page__home--concept--slider {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  margin-top: 46px;
}
.l-page__home--concept .l-page__home--concept--body {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  text-align: center;
  font-size: 0.875rem;
}
.l-page__home--concept .l-page__home--concept--body--text {
  letter-spacing: 0.9px;
}
.l-page__home--concept .l-page__home--concept--body--text:not(:first-child) {
  margin-top: 28px;
}

.l-page__home--interior {
  padding-top: 100px;
}
.l-page__home--interior .l-page__home--interior--image {
  margin-top: 30px;
}
.l-page__home--price {
  padding-top: 100px;
}
.l-page__home--price .l-page__home--price--buttons {
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .l-page__home--price .l-page__home--price--buttons {
    max-width: 280px;
    margin-top: 32px;
  }
}
.l-page__home--price .l-page__home--price--button {
  width: 100%;
}
.l-page__home--price .l-page__home--price--button:not(:first-child) {
  margin-top: 30px;
}

.l-page__home--contact {
  padding-top: 100px;
}
.l-page__home--contact .l-page__home--contact--buttons {
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .l-page__home--contact .l-page__home--contact--buttons {
    max-width: 280px;
  }
}
.l-page__home--contact .l-page__home--contact--button {
  width: 100%;
}
.l-page__home--contact .l-page__home--contact--button:not(:first-child) {
  margin-top: 30px;
}

.l-page__price {
  padding-top: 35px;
  padding-bottom: 50px;
}
.l-page__price .l-page__price--items {
  text-align: center;
}
.l-page__price .l-page__price--item:not(:first-child) {
  margin-top: 16px;
}
.l-page__price .l-page__price--item--head--heading2 {
  padding-top: 13px;
  padding-bottom: 14px;
  background-color: #DFDFDF;
  letter-spacing: 2px;
  line-height: 1;
}
.l-page__price .l-page__price--item--head--price {
  margin-top: 24px;
}
.l-page__price .l-page__price--item--head--price--text .is-number,
.l-page__price .l-page__price--item--head--price--text .is-text {
  line-height: 1;
}
.l-page__price .l-page__price--item--head--price--text .is-number {
  font-size: 2.125rem;
  font-family: "Butler", sans-serif;
}
.l-page__price .l-page__price--item--head--price--text .is-text {
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-page__price .l-page__price--item--option {
  margin-top: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-page__price .l-page__price--item--option dl {
  max-width: 240px;
  width: 100%;
  margin-inline: auto;
}
.l-page__price .l-page__price--item--option div {
  display: flex;
  justify-content: center;
}
.l-page__price .l-page__price--item--option dt {
  font-weight: 400;
  width: 128px;
  text-align: left;
}
.l-page__price .l-page__price--item--option dd {
  width: calc(100% - 128px);
}
.l-page__price .l-page__price--precautions {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
  margin-top: 58px;
  padding-inline: 12px;
  text-align: center;
}
.l-page__price .l-page__price--precautions--heading3 {
  font-size: 1rem;
}
.l-page__price .l-page__price--precautions--text {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 2.27;
}
.l-page__price .l-page__price--contact {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  margin-top: 80px;
}
.l-page__price .l-page__price--contact--text {
  text-align: center;
  font-size: 0.875rem;
  color: #7F5F1B;
  line-height: 1.7;
}
.l-page__price .l-page__price--contact--button {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .l-page__price .l-page__price--contact--button {
    max-width: 280px;
  }
}

.l-page__contact {
  padding-top: 50px;
}
.l-page__contact .l-page__contact--items {
  margin-top: 32px;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .l-page__contact .l-page__contact--items {
    max-width: 280px;
  }
}
.l-page__contact .l-page__contact--item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .l-page__contact .l-page__contact--item:not(:first-child) {
    margin-top: 22px;
  }
}

.l-page__contact--access {
  padding-top: 80px;
  padding-bottom: 50px;
}
.l-page__contact--access .l-page__contact--access--map {
  margin-top: 32px;
}
.l-page__contact--access .l-page__contact--access--map iframe {
  max-width: 480px;
  width: 100%;
  height: auto;
  aspect-ratio: 480/392;
}
.l-page__contact--access .l-page__contact--access--address {
  margin-top: 16px;
  padding-left: 20px;
}
.l-page__contact--access .l-page__contact--access--address p {
  font-size: 0.75rem;
  line-height: 1.5;
}

.l-inner {
  max-width: 1080px;
  margin-inline: auto;
}

.l-inner--wide {
  max-width: 1440px;
  margin-inline: auto;
}

.l-inner--small {
  max-width: 640px;
  margin-inline: auto;
}

.l-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-container .l-container__inner {
  height: inherit;
}
.l-container .l-container__bg {
  height: 100%;
}
.l-container .l-container__bg img {
  height: inherit;
}
.l-container .l-container__head {
  position: absolute;
  top: 45px;
  left: 57px;
  color: #4D4D4D;
}
@media screen and (max-width: 960px) {
  .l-container .l-container__head {
    opacity: 0;
  }
}
.l-container .l-container__head--text a {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media (max-width: 1226px) {
  .l-container .l-container__head--text a {
    flex-direction: column;
    gap: 0;
  }
}
.l-container .l-container__head--text a .is-bigger {
  font-size: 3.125rem;
  font-family: "Butler", sans-serif;
  line-height: 1;
}
.l-container .l-container__head--text a .is-small {
  font-size: 1.15625rem;
  font-family: "acumin-pro-wide", sans-serif;
  line-height: 1;
}
.l-container .l-container__bottoms {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 57px;
  padding-right: 9px;
}
@media (max-width: 1380px) {
  .l-container .l-container__bottoms {
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .l-container .l-container__bottoms {
    opacity: 0;
  }
}
.l-container .l-container__bottoms--text {
  font-family: "Butler", sans-serif;
  color: #4D4D4D;
}
@media (hover: hover) and (pointer: fine) {
  .l-container .l-container__bottoms--text:hover, .l-container .l-container__bottoms--text:focus {
    opacity: 0.8;
  }
}
@media (hover: none) and (pointer: coarse) {
  .l-container .l-container__bottoms--text:hover, .l-container .l-container__bottoms--text:focus, .l-container .l-container__bottoms--text:active {
    /* pointer-events: none; */
  }
}
.l-container .l-container__bottoms--text .--link {
  font-size: 1.09375rem;
  line-height: 1;
  left: 57px;
}
.l-container .l-container__bottoms--text.--copy-right {
  font-size: 0.8125rem;
  line-height: 1;
}
.l-container .l-container__slider {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 134px;
}
@media screen and (max-width: 960px) {
  .l-container .l-container__slider {
    display: none;
  }
}

.l-container__main {
  position: absolute;
  top: 0;
  right: clamp(2.222rem, -4.13rem + 19.09vw, 9.444rem);
  max-width: 480px;
  width: 100%;
  background-color: #FFFFFF;
  height: 100%;
}
@media (min-width: 1280px) {
  .l-container__main {
    right: calc(50% - 490px);
  }
}
@media screen and (max-width: 599px) {
  .l-container__main {
    max-width: 100%;
    right: auto;
  }
}

.splideConcept .splide__slide img {
  position: relative;
  transform: scale(0.8);
  transition: 0.7s;
  filter: brightness(0.5);
  z-index: -1;
}
.splideConcept .splide__slide.is-active img {
  position: relative;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  filter: brightness(1);
  z-index: 1;
}

.c-button__first {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #4D4D4D;
  padding: 26px 32px;
  width: 100%;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 8.17px;
  box-shadow: 0px 0px 40px -20px #515151;
  transition: all 0.4s ease;
}
@media screen and (max-width: 599px) {
  .c-button__first {
    padding: 16px 22px;
    font-size: 0.875rem;
  }
}
.c-button__first::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #4D4D4D;
  border-right: 0;
  transition: all 0.4s ease;
  z-index: 5;
}
.c-button__first.--font-size-small {
  font-size: 0.875rem;
  letter-spacing: 0px;
}
@media screen and (max-width: 599px) {
  .c-button__first.--font-size-small {
    font-size: 0.625rem;
    letter-spacing: -1px;
  }
}
.c-button__first.--color-type02 {
  background-color: #F52354;
  color: #FFFFFF;
}
.c-button__first.--color-type02::after {
  border-left: 10px solid #FFFFFF;
}
.c-button__first.--color-type03 {
  color: #7F5F1B;
}
.c-button__first.--color-type03::after {
  border-left: 10px solid #7F5F1B;
}
.c-button__first .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 40px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-button__first span {
  position: relative;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .c-button__first:hover::after, .c-button__first:focus::after {
    border-left: 10px solid #FFFFFF;
  }
  .c-button__first:hover span, .c-button__first:focus span {
    color: #FFFFFF;
    z-index: 5;
  }
  .c-button__first:hover .circle, .c-button__first:focus .circle {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .c-button__first:hover, .c-button__first:focus, .c-button__first:active {
    /* pointer-events: none; */
  }
}

.--tel[href*="tel:"] {
  cursor: default;
}
@media screen and (max-width: 599px) {
  .--tel[href*="tel:"] {
    pointer-events: visible;
    cursor: pointer;
  }
}

.c-title__first {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.c-title__first .is-en {
  font-size: 1.875rem;
  font-family: "Butler", sans-serif;
  line-height: 1;
}
.c-title__first .is-ja {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 6.84px;
  font-size: 0.75rem;
}
@media screen and (max-width: 599px) {
  .c-title__first .is-ja {
    letter-spacing: 4.84px;
  }
}

.p-footer {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #000000;
  text-align: center;
  font-family: "Butler", sans-serif;
}
.p-footer .p-footer__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-footer .p-footer__text--top,
.p-footer .p-footer__text--bottom {
  display: inline-block;
  line-height: 1;
}
.p-footer .p-footer__text--top {
  font-size: 2.5rem;
}
.p-footer .p-footer__text--bottom {
  font-size: 0.75rem;
}
.p-footer .p-footer__copy-right {
  margin-top: 60px;
  font-size: 0.75rem;
}

.js-drawer-menu {
  opacity: 0;
  display: none;
}

.p-header {
  position: fixed;
  top: 0;
  left: auto;
  width: 480px;
  height: 56px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px -9px #000000;
  z-index: 800;
}
@media screen and (max-width: 599px) {
  .p-header {
    width: 100%;
  }
}
.p-header .p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding-inline: 40px;
}
.p-header .p-header__heading1 {
  order: 2;
  padding-top: 6px;
  font-size: 1.125rem;
  font-family: "Butler", sans-serif;
  line-height: 1;
}
.p-header .p-header__icon {
  order: 3;
}
.p-header .p-header__drawer {
  order: 1;
}
.p-header .p-header__button {
  position: relative;
  width: 26px;
  height: 18px;
  appearance: none;
  border: none;
  background: transparent;
}
.p-header .p-header__button span {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 2px;
  background: #5C5C5C;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.p-header .p-header__button span:nth-of-type(1) {
  width: 16px;
}
.p-header .p-header__button span:nth-of-type(2) {
  top: 7px;
}
.p-header .p-header__button span:nth-of-type(3) {
  width: 16px;
  top: 14px;
}
.p-header .p-header__button.open span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 5px);
  width: 26px;
}
.p-header .p-header__button.open span:nth-of-type(2) {
  opacity: 0;
}
.p-header .p-header__button.open span:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 26px;
}

.p-header__drawer-menu {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #C3C3C3;
  padding-top: 123px;
  padding-left: 40px;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 999;
}
.p-header__drawer-menu .p-header__drawer-menu--inner {
  height: inherit;
}
.p-header__drawer-menu .p-header__drawer-menu__nav--item:not(:first-child) {
  margin-top: 20px;
}
.p-header__drawer-menu .p-header__drawer-menu__nav--item a {
  font-size: 1.625rem;
  font-family: "Butler", sans-serif;
  letter-spacing: 10.8px;
  color: #ffffff;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__drawer-menu .p-header__drawer-menu__nav--item a:hover, .p-header__drawer-menu .p-header__drawer-menu__nav--item a:focus {
    opacity: 0.8;
  }
}
.p-header__drawer-menu .p-header__drawer-menu__nav--item:nth-child(n+4) a {
  font-size: 1.25rem;
  letter-spacing: 4px;
}
.p-header__drawer-menu .p-header__drawer-menu__nav--item:nth-child(4) {
  padding-top: 66px;
}
.p-header__drawer-menu .p-header__drawer-menu--text {
  margin-top: 60px;
}
.p-header__drawer-menu .p-header__drawer-menu--text p {
  font-size: 0.75rem;
  letter-spacing: 1.7px;
  line-height: 1;
}

.p-main {
  padding-top: 56px;
}

.u-br__visible-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__visible-tab {
    display: block;
  }
}

.u-br__visible-tab-sm {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__visible-tab-sm {
    display: block;
  }
}

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

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

.u-br__hidden-tab {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-br__hidden-tab {
    display: none;
  }
}

.u-br__hidden-tab-sm {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-br__hidden-tab-sm {
    display: none;
  }
}

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

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

.u-zindex__loading {
  z-index: 999;
}

.u-zindex__modal {
  z-index: 800;
}

.u-zindex__header {
  z-index: 700;
}

.u-zindex__drawer {
  z-index: 600;
}