<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;500;600;700&amp;display=swap);
:root {
  --c-base: #F0EEE8;
  --c-black: #333;
  --c-black-dark: #000;
  --c-main: #60A35E;
  --c-white: #ffffff;
  --c-accent: #B8001A;
}

:root {
  --side-gutter: 2rem;
  --z-header: 150;
  --z-hamburger: 200;
  --z-drawer: 100;
  --header-height-gutter: 9rem;
  --s-base: 1em;
  --s-xxs: calc(0.5 * var(--s-base));
  --s-xs: calc(1 * var(--s-base));
  --s-sm: calc(2 * var(--s-base));
  --s-md: calc(3 * var(--s-base));
  --s-lg: calc(4 * var(--s-base));
  --s-xl: calc(5 * var(--s-base));
  --sp-bottom-nav-height: 6rem;
  --inner-width: 120rem;
  --default-heading-gutter: 1.5rem;
  --heading-lh: 1.5;
  --heading-fz-lg: 1.5rem;
  --heading-fz01: 1.375rem;
  --heading-fz02: 1.25rem;
  --heading-fz03: 1.125rem;
}

@media (max-width: 768px) {
  :root {
    --s-base: 0.75em;
    --default-heading-gutter: 0.875rem;
    --heading-fz-lg: 1.125rem;
    --heading-fz01: 1rem;
    --heading-fz02: 1rem;
    --heading-fz03: 1rem;
  }
}
/*
function

サイト全体で使えるmixinなどを定義。
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

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

/**
 * Improve outlines for Firefox and unify style with input elements &amp; 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;
}

body {
  font-family: "Noto Serif JP", "Helvetica", "Meiryo", serif;
  color: var(--c-black);
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 54.6875%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 46.875%;
  }
}
@media not all and (max-width: 1700px) {
  html {
    font-size: 75%;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

main {
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  outline: none;
}

select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

.l-header {
  position: absolute;
  z-index: var(--z-header);
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  height: var(--header-height-gutter);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.l-header__inner {
  height: 100%;
}
.l-header__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.l-header__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 40%;
  width: 17.8rem;
}
.l-header__img img {
  height: auto;
}
@media not all and (max-width: 1400px) {
  .l-header__img {
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__img {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: var(--side-gutter);
    max-width: none;
    height: 6rem;
  }
  .l-header__img img {
    width: 22.2rem;
  }
}

.l-footer {
  position: relative;
}
.l-footer__inner {
  padding-bottom: 6.5rem;
  border-bottom: 10px solid #A69667;
}
.l-footer__img {
  display: block;
  width: 23.4rem;
  max-width: 100%;
  margin: 0 auto;
}

.l-footer__copyright {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-top: 4.3rem;
  font-weight: bold;
}

.l-main--min {
  padding-top: 30px;
  padding-bottom: 50px;
}

.l-page-container {
  margin-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .l-page-container {
    margin-top: 35px;
    padding-bottom: 40px;
  }
}

.l-page-content {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-page-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    overflow: hidden;
  }
}

[class^=l-stack] + [class^=l-stack],
[class^=l-stack] + [class*=" l-stack"],
[class*=" l-stack"] + [class^=l-stack],
[class*=" l-stack"] + [class*=" l-stack"] {
  margin-top: var(--s-md);
}
[class^=l-stack] + .l-stack-xs,
[class*=" l-stack"] + .l-stack-xs {
  margin-top: var(--s-xs);
}
[class^=l-stack] + .l-stack-sm,
[class*=" l-stack"] + .l-stack-sm {
  margin-top: var(--s-sm);
}
[class^=l-stack] + .l-stack-lg,
[class*=" l-stack"] + .l-stack-lg {
  margin-top: var(--s-lg);
}
[class^=l-stack] + .l-stack-xl,
[class*=" l-stack"] + .l-stack-xl {
  margin-top: var(--s-xl);
}

.l-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--side-gutter);
  padding-left: var(--side-gutter);
  max-width: calc(var(--inner-width) + var(--side-gutter) * 2);
}
.c-inner--1024 {
  --inner-width: 104rem;
}
.c-inner--1400 {
  --inner-width: 140rem;
}
@media screen and (max-width: 1024px) {
  .c-inner--cover {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-btn {
  color: #fff;
  font-weight: bold;
  width: 220px;
  max-width: 100%;
  padding: 10px;
  border: 3px solid #fff;
  text-align: center;
  display: block;
  background-image: url(../img/home/icon_arrow.png);
  background-size: 9px 14px;
  background-repeat: no-repeat;
  background-position: 85% center;
}
.c-btn--center {
  margin: 0 auto;
}
.c-btn-header {
  height: 58.2% !important;
  border: 3px solid #fff;
  padding: 11px;
  padding-left: 41px;
  padding-right: 41px;
}

.p-pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 120px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .p-pagetop {
    bottom: 30px;
    right: 15px;
    width: 60px;
  }
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  p {
    line-height: 1.7333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}

.l-body {
  background-color: #060606;
}

.p-main-visual {
  background-image: url(../img/pic/pic_mainvisual.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1960px;
  max-width: 100%;
  height: 56.572vw;
  max-height: 1080px;
  min-height: 76.4rem;
  margin: 0 auto;
}
.p-main-visual::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  background-image: url(../img/pic/pic_mainvisual-after.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  max-width: 100%;
  height: 56.572vw;
  min-height: 76.4rem;
  max-height: 1080px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-main-visual::after {
    content: "";
    display: block;
    background-image: url(../img/pic/pic_mainvisual-after-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    max-width: 100%;
    height: 133vw;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .p-main-visual {
    background-image: url(../img/pic/pic_mainvisual-sp.png);
    min-height: auto;
    max-height: 100%;
  }
}

.p-main-visual {
  padding-top: 13rem;
}
@media screen and (max-width: 1024px) {
  .p-main-visual {
    padding-top: 3rem;
    height: 133vw;
  }
}
.p-main-visual__heading {
  font-size: 8.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 7px #747474;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.p-main-visual__heading-small {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-main-visual__heading-small {
    font-size: 3.725vw;
    line-height: 1.2;
  }
}
.p-main-visual__heading-big {
  font-size: 8.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  background-image: url(../img/icon/icon_path.svg);
  background-size: 0.2rem 10.2rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 13rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-main-visual__heading-big {
    padding-bottom: 8rem;
    font-size: 11.2vw;
    background-size: 0.2rem 8.2rem;
    background-image: none;
  }
}
.p-main-visual__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-main-visual__text {
    padding-bottom: 8rem;
    font-size: 7.3vw;
    background-size: 0.2rem 8.2rem;
  }
}

.p-main-visual-title-box {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-main-visual-title-box {
    margin-top: 35vw;
  }
}

.p-home-message__inner {
  padding-bottom: 160px;
  padding-top: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-message__inner {
    padding-bottom: 75px;
  }
}
.p-home-message__container {
  background-image: url(../img/pic/pic_massage01.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-home-message__container {
    background-image: url(../img/pic/pic_massage01-sp.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.p-home-message__text {
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 2.25;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-home-message__text {
    text-align: left;
    letter-spacing: 0;
    letter-spacing: 0.02em;
    font-weight: normal;
    color: #fff;
    line-height: 1.7333;
    font-weight: 500;
  }
}
.p-home-message__text + .p-home-message__text {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-message__text + .p-home-message__text {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-message__text + .p-home-message__text--big {
    margin-top: 40px;
  }
}
.p-home-message__text--big {
  font-size: 3.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .p-home-message__text--big {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
}

.p-home-slider {
  padding-bottom: 5rem !important;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.p-home-slider .swiper-button-inner {
  height: 100%;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-home-slider .swiper-pagination-bullet {
  width: 3rem !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: var(--swiper-pagination-bullet-inactive-color, #a69667) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
.p-home-slider .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.p-home-slider .swiper-button-prev,
.p-home-slider .swiper-button-next {
  top: 42%;
}
.p-home-slider .swiper-button-prev:after,
.p-home-slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: 2.5rem 4rem;
  content: "";
  height: 4rem;
  width: 4rem;
}
.p-home-slider .swiper-button-prev:after {
  background-image: url(../img/icon/icon_arrow-left.svg);
}
.p-home-slider .swiper-button-next:after {
  background-image: url(../img/icon/icon_arrow-right.svg);
}
.p-home-slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-home-skill-slider {
  max-width: 57.8rem;
  width: 46vw;
}
@media screen and (max-width: 1024px) {
  .p-home-skill-slider {
    max-width: 95vw;
    width: 89vw;
  }
}
.p-home-skill-slider .swiper-pagination-bullets {
  text-align: right;
  padding-right: 2rem;
}
.p-home-skill-slider .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  border: 2px solid rgba(255, 255, 255, 0.554);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-skill-slider .swiper-pagination-bullet {
    border: 2px solid rgba(255, 255, 255, 0.554);
  }
}
.p-home-skill-slider .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.p-home-lineup-slider {
  max-width: 37.5rem;
  width: 28vw;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup-slider {
    max-width: 95vw;
    width: 89vw;
  }
}
.p-home-lineup-slider .swiper-pagination-bullets {
  text-align: right;
  padding-right: 2rem;
}
.p-home-lineup-slider .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  border: 2px solid rgba(255, 255, 255, 0.554);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup-slider .swiper-pagination-bullet {
    border: 2px solid rgba(255, 255, 255, 0.554);
  }
}
.p-home-lineup-slider .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.p-home-heading-img {
  width: 1960px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.p-home-heading-img::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 44vw;
  max-height: 65rem;
  content: "";
  display: block;
  background: -webkit-linear-gradient(7deg, rgb(0, 0, 0) 0%, rgb(39, 39, 39) 90%, rgb(29, 29, 29) 100%);
  background: linear-gradient(83deg, rgb(0, 0, 0) 0%, rgb(39, 39, 39) 90%, rgb(29, 29, 29) 100%);
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .p-home-heading-img::after {
    display: none;
  }
}

.p-home-heading-secondary {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 3rem;
  left: 7%;
}
@media screen and (max-width: 1700px) {
  .p-home-heading-secondary {
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-home-heading-secondary {
    bottom: 4%;
  }
}
.p-home-heading-secondary__sub {
  color: #333;
  font-size: 2.7rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  .p-home-heading-secondary__sub {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-heading-secondary__sub {
    font-size: 4.25vw;
    line-height: 1.6;
    font-weight: bold;
  }
}
.p-home-heading-secondary__main {
  font-size: 8rem;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 1700px) {
  .p-home-heading-secondary__main {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-heading-secondary__main {
    font-size: 9.6vw;
    font-weight: bold;
  }
}
.p-home-heading-secondary__small {
  font-size: 5.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1700px) {
  .p-home-heading-secondary__small {
    font-size: 4.5375vw !important;
    font-weight: bold;
  }
}

.p-home-heading-tertiary {
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0em;
  color: #fff;
  position: relative;
  padding-bottom: 0.3em;
  margin-top: 10rem;
}
.p-home-heading-tertiary::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a69667;
}
@media screen and (max-width: 1024px) {
  .p-home-heading-tertiary {
    margin-top: 80px;
    padding-bottom: 1em;
    font-size: 23px;
    letter-spacing: 0;
    font-weight: bold;
  }
}

.p-home-heading-quaternary {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(166, 150, 103)), color-stop(8%, rgb(166, 150, 103)), color-stop(8%, rgb(180, 180, 180)), to(rgb(180, 180, 180)));
  background: -webkit-linear-gradient(left, rgb(166, 150, 103) 0%, rgb(166, 150, 103) 8%, rgb(180, 180, 180) 8%, rgb(180, 180, 180) 100%);
  background: linear-gradient(90deg, rgb(166, 150, 103) 0%, rgb(166, 150, 103) 8%, rgb(180, 180, 180) 8%, rgb(180, 180, 180) 100%);
  background-size: 100% 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  margin-top: 4rem;
}
.p-home-heading-quaternary ~ .p-home-heading-quaternary {
  margin-top: 9.2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-heading-quaternary {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-heading-quaternary {
    font-weight: bold;
    font-size: 2.67rem;
    background: -webkit-gradient(linear, left top, right top, from(rgb(166, 150, 103)), color-stop(21%, rgb(166, 150, 103)), color-stop(21%, rgb(180, 180, 180)), to(rgb(180, 180, 180)));
    background: -webkit-linear-gradient(left, rgb(166, 150, 103) 0%, rgb(166, 150, 103) 21%, rgb(180, 180, 180) 21%, rgb(180, 180, 180) 100%);
    background: linear-gradient(90deg, rgb(166, 150, 103) 0%, rgb(166, 150, 103) 21%, rgb(180, 180, 180) 21%, rgb(180, 180, 180) 100%);
    padding-bottom: 1rem;
    background-size: 100% 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

.p-home-heading-quinary {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-home-heading-quinary--small {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-heading-quinary {
    text-align: left;
    font-weight: bold;
    font-size: 2.1275rem;
    letter-spacing: 0.03em;
  }
}

.p-home-heading-senary {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-home-heading-senary {
    width: 90%;
    margin: 0 auto;
  }
}

.p-home-skill {
  padding-top: 0rem;
}
@media screen and (max-width: 1024px) {
  .p-home-skill {
    padding-top: 0rem;
  }
}
.p-home-skill__inner {
  position: relative;
  z-index: 10;
}
.p-home-skill__text {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-home-skill__text {
    margin-top: 2.7rem;
  }
}
.p-home-skill__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
  margin-top: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-skill__box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
    gap: 14px;
  }
}
.p-home-skill__item {
  width: 100%;
  border: 2px solid #a69667;
}
.p-home-skill__item-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-skill__item-text {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 1.3rem;
    font-weight: 500;
  }
}

.p-home-skill-paragraph {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5rem;
  background-color: #111111;
}
@media screen and (max-width: 1024px) {
  .p-home-skill-paragraph {
    padding-bottom: 30px;
  }
}

.p-home-lineup__text {
  margin-top: 3.5rem;
}
.p-home-lineup__text--center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup__text--center {
    text-align: left;
  }
}
.p-home-lineup__text--small {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.555;
  margin-top: 2.8rem;
}
.p-home-lineup__inner {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup__inner {
    padding-bottom: 90px;
  }
}
.p-home-lineup__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8em;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.p-home-lineup__item {
  border: 2px solid #a69667;
}
.p-home-lineup__item-text {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.875;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup__item-text {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 1.3rem;
    font-weight: 500;
  }
}

.p-home-lineup-paragraph {
  padding-top: 20px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup-paragraph {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-home-timeline {
  padding-top: 9rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline {
    padding-top: 70px;
  }
}

.p-home-timeline-table {
  margin-top: 9rem;
  display: grid;
  grid-template-rows: [row01-start] 8rem [row02-start] 12rem [row03-start] 8rem repeat(9, [row-repeat] -webkit-min-content);
  grid-template-rows: [row01-start] 8rem [row02-start] 12rem [row03-start] 8rem repeat(9, [row-repeat] min-content);
  grid-template-columns: [full-start left-content-start] minmax(-webkit-min-content, 59.9rem) [left-content-end center-start] 0.2rem [center-end right-content-start] minmax(-webkit-min-content, 59.9rem) [right-content-end full-end];
  grid-template-columns: [full-start left-content-start] minmax(min-content, 59.9rem) [left-content-end center-start] 0.2rem [center-end right-content-start] minmax(min-content, 59.9rem) [right-content-end full-end];
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table {
    grid-template-columns: [full-start center-start] 0.2rem [center-end left-content-start] minmax(-webkit-min-content, 59.9rem) [left-content-end right-content-start] minmax(-webkit-min-content, 59.9rem) [right-content-end full-end];
    grid-template-columns: [full-start center-start] 0.2rem [center-end left-content-start] minmax(min-content, 59.9rem) [left-content-end right-content-start] minmax(min-content, 59.9rem) [right-content-end full-end];
    grid-template-rows: [row01-start] -webkit-min-content [row02-start] -webkit-min-content [row03-start] repeat(9, [row-repeat] -webkit-min-content);
    grid-template-rows: [row01-start] min-content [row02-start] min-content [row03-start] repeat(9, [row-repeat] min-content);
    row-gap: 82px;
    margin-top: 50px;
  }
}
.p-home-timeline-table__text {
  position: relative;
}
.p-home-timeline-table__text::after {
  content: "";
  display: block;
  background-color: #a69667;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 1.3rem;
  left: -1px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__text img {
    width: 103px;
  }
}
.p-home-timeline-table__text-item {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.625;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__text-item {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.714;
  }
}
.p-home-timeline-table__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(min-content, max-content));
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item {
    grid-template-columns: repeat(1, minmax(-webkit-min-content, -webkit-max-content));
    grid-template-columns: repeat(1, minmax(min-content, max-content));
    gap: 15px;
  }
}
.p-home-timeline-table__item--one {
  grid-row: row01-start/row03-start;
  grid-column: left-content-start/left-content-end;
}
.p-home-timeline-table__item--one .p-home-timeline-table__img {
  width: 32rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--one .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--one .p-home-timeline-table__text {
  padding-right: 3.1rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--one .p-home-timeline-table__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.p-home-timeline-table__item--one .p-home-timeline-table__text::after {
  left: auto !important;
  right: -1px !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--one .p-home-timeline-table__text::after {
    right: auto !important;
    left: -1px !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--one {
    grid-column: left-content-start/right-content-end;
    grid-row: row01-start/row02-start;
  }
}
.p-home-timeline-table__item--two {
  grid-row: row02-start/row-repeat 1;
  grid-column: right-content-start/right-content-end;
}
.p-home-timeline-table__item--two .p-home-timeline-table__img {
  width: 22rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--two .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--two .p-home-timeline-table__text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--two {
    grid-column: left-content-start/right-content-end;
    grid-row: row02-start/row03-start;
  }
}
.p-home-timeline-table__item--three {
  grid-row: row-repeat 1/row-repeat 2;
  grid-column: left-content-start/left-content-end;
}
.p-home-timeline-table__item--three .p-home-timeline-table__img {
  width: 18.2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--three .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--three .p-home-timeline-table__text {
  padding-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--three .p-home-timeline-table__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.p-home-timeline-table__item--three .p-home-timeline-table__text::after {
  left: auto !important;
  right: -1px !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--three .p-home-timeline-table__text::after {
    right: auto !important;
    left: -1px !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--three {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--four {
  grid-row: row-repeat 2/row-repeat 3;
  grid-column: right-content-start/right-content-end;
}
.p-home-timeline-table__item--four .p-home-timeline-table__img {
  width: 17.9rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--four .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--four .p-home-timeline-table__text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--four {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--five {
  grid-row: row-repeat 3/row-repeat 4;
  grid-column: left-content-start/left-content-end;
}
.p-home-timeline-table__item--five .p-home-timeline-table__img {
  width: 18.2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--five .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--five .p-home-timeline-table__text {
  padding-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--five .p-home-timeline-table__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.p-home-timeline-table__item--five .p-home-timeline-table__text::after {
  left: auto !important;
  right: -1px !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--five .p-home-timeline-table__text::after {
    right: auto !important;
    left: -1px !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--five {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--six {
  grid-row: row-repeat 4/row-repeat 5;
  grid-column: right-content-start/right-content-end;
}
.p-home-timeline-table__item--six .p-home-timeline-table__img {
  width: 25.3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--six .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--six .p-home-timeline-table__text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--six {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--seven {
  grid-row: row-repeat 5/row-repeat 6;
  grid-column: left-content-start/left-content-end;
}
.p-home-timeline-table__item--seven .p-home-timeline-table__img {
  width: 18.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--seven .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--seven .p-home-timeline-table__text {
  padding-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--seven .p-home-timeline-table__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.p-home-timeline-table__item--seven .p-home-timeline-table__text::after {
  left: auto !important;
  right: -1px !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--seven .p-home-timeline-table__text::after {
    right: auto !important;
    left: -1px !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--seven {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--eight {
  grid-row: row-repeat 6/row-repeat 7;
  grid-column: right-content-start/right-content-end;
}
.p-home-timeline-table__item--eight .p-home-timeline-table__img {
  width: 17.7rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--eight .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--eight .p-home-timeline-table__text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--eight {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--nine {
  grid-row: row-repeat 7/row-repeat 8;
  grid-column: left-content-start/left-content-end;
}
.p-home-timeline-table__item--nine .p-home-timeline-table__img {
  width: 18.4rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--nine .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--nine .p-home-timeline-table__text {
  padding-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--nine .p-home-timeline-table__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.p-home-timeline-table__item--nine .p-home-timeline-table__text::after {
  left: auto !important;
  right: -1px !important;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--nine .p-home-timeline-table__text::after {
    right: auto !important;
    left: -1px !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--nine {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__item--ten {
  grid-row: row-repeat 8/row-repeat 9;
  grid-column: right-content-start/right-content-end;
}
.p-home-timeline-table__item--ten .p-home-timeline-table__img {
  width: 17.7rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--ten .p-home-timeline-table__img {
    width: 100%;
    padding-left: 3rem;
  }
}
.p-home-timeline-table__item--ten .p-home-timeline-table__text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__item--ten {
    grid-column: left-content-start/right-content-end;
  }
}
.p-home-timeline-table__text--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table__img-sp {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, 21.4vw) 1fr;
    grid-template-columns: minmax(min-content, 21.4vw) 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-home-timeline-table-gold {
  width: 100%;
  height: 100%;
  background-color: #fff;
  grid-row: row01-start/row-repeat 8;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table-gold {
    height: 102.4%;
  }
}

.p-home-timeline-table-dotted {
  width: 100%;
  height: 75%;
  grid-row: row-repeat 8/row-repeat 9;
  grid-column: center-start/center-end;
  margin-top: 3.6rem;
  background-image: url(../img/home/home-dotted.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-home-timeline-table-dotted {
    height: 90%;
    background-image: url(../img/home/home-dotted-sp.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.p-home-btn__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  width: 62rem;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-btn__inner {
    gap: 2rem;
    padding-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.p-home-btn__item {
  max-width: 100%;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  justify-items: center;
  padding: 1.83rem;
}
@media screen and (max-width: 1024px) {
  .p-home-btn__item {
    width: 88.4%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.292rem;
  }
}

.p-home-lineup__list {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-home-lineup__list {
    margin-top: 4rem;
    display: block;
  }
}
.p-home-lineup__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border-top: 1px solid #787878;
}
.p-home-lineup__title {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-home-lineup__title {
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.p-home-lineup__toggle {
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-lineup__toggle {
    height: auto;
    min-width: 50px;
  }
}
.p-home-lineup__toggle::before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: #a69667;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.p-home-lineup__toggle::after {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: #a69667;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
}
.p-home-lineup__toggle-item {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.666;
  font-weight: normal;
  height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-lineup__toggle-item {
    font-size: 16px;
  }
}
.p-home-lineup__toggle-item a {
  color: #b4b4b4;
  background-color: #333;
  border-top: 1px solid #787878;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.js-toggle-title.js-action .p-home-lineup__toggle::after {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: #a69667;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(0deg);
          transform: translate(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.js-toggle-title.js-action + .p-home-lineup__toggle-item {
  margin-top: 0;
  height: auto;
  -webkit-animation: opacity 0.2s forwards;
          animation: opacity 0.2s forwards;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .u-pclg-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media not all and (max-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media not all and (max-width: 480px) {
  .u-xs-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-pc-md-only {
    display: none !important;
  }
}
@media not all and (max-width: 1024px) {
  .u-sp-md-only {
    display: none !important;
  }
}
.u-dib {
  display: inline-block !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-gray-dark {
  color: var(--c-gray-dark);
}

.u-color-accent {
  color: var(--c-accent);
}

.u-color-note {
  color: var(--c-note);
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tar-pc {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .u-tar-pc {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-tal {
    text-align: left !important;
  }
  .u-sp-tac {
    text-align: center !important;
  }
  .u-sp-tar {
    text-align: right !important;
  }
}
@media not all and (max-width: 768px) {
  .u-pc-tal {
    text-align: left !important;
  }
  .u-pc-tac {
    text-align: center !important;
  }
  .u-pc-tar {
    text-align: right !important;
  }
}
/* =====================
    margin / padding
===================== */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-05em {
  margin-top: 0.5em !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

.u-mt-3em {
  margin-top: 3em !important;
}

.u-mb-05em {
  margin-bottom: 0.5em !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-2em {
  margin-bottom: 2em !important;
}

.u-mb-3em {
  margin-bottom: 3em !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-1em {
  padding-left: 1em !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mt-0 {
    margin-top: 0 !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-sp-mt-05em {
    margin-top: 0.5em !important;
  }
  .u-sp-mt-1em {
    margin-top: 1em !important;
  }
  .u-sp-mt-2em {
    margin-top: 2em !important;
  }
  .u-sp-mt-3em {
    margin-top: 3em !important;
  }
  .u-sp-mb-1em {
    margin-bottom: 1em !important;
  }
  .u-sp-mb-2em {
    margin-bottom: 2em !important;
  }
  .u-sp-mb-3em {
    margin-bottom: 3em !important;
  }
  .u-sp-pt-0 {
    padding-top: 0 !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media not all and (max-width: 768px) {
  .u-pc-mt-0 {
    margin-top: 0 !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mt-05em {
    margin-top: 0.5em !important;
  }
  .u-pc-mt-1em {
    margin-top: 1em !important;
  }
  .u-pc-mt-2em {
    margin-top: 2em !important;
  }
  .u-pc-mt-3em {
    margin-top: 3em !important;
  }
  .u-pc-mb-1em {
    margin-bottom: 1em !important;
  }
  .u-pc-mb-2em {
    margin-bottom: 2em !important;
  }
  .u-pc-mb-3em {
    margin-bottom: 3em !important;
  }
  .u-pc-pt-0 {
    padding-top: 0 !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0 !important;
  }
}
/* =====================
    max-width
===================== */
.u-max-w-10p {
  max-width: calc(10 * 1%) !important;
}

.u-max-w-20p {
  max-width: calc(20 * 1%) !important;
}

.u-max-w-30p {
  max-width: calc(30 * 1%) !important;
}

.u-max-w-40p {
  max-width: calc(40 * 1%) !important;
}

.u-max-w-50p {
  max-width: calc(50 * 1%) !important;
}

.u-max-w-60p {
  max-width: calc(60 * 1%) !important;
}

.u-max-w-70p {
  max-width: calc(70 * 1%) !important;
}

.u-max-w-80p {
  max-width: calc(80 * 1%) !important;
}

.u-max-w-90p {
  max-width: calc(90 * 1%) !important;
}

.u-max-w-100p {
  max-width: calc(100 * 1%) !important;
}

.u-max-w-auto {
  max-width: auto !important;
}

/* =====================
    font-size
===================== */
.u-fz-xs {
  font-size: 0.75em !important;
}

.u-fz-sm {
  font-size: 0.875em !important;
}

.u-fz-smaller {
  font-size: 0.9375em !important;
}

.u-fz-md {
  font-size: 1.125em !important;
}

.u-fz-lg {
  font-size: 1.25em !important;
}

.u-fz-xl {
  font-size: 1.5em !important;
}

.u-fz-xxl {
  font-size: 1.75em !important;
}

@media screen and (max-width: 768px) {
  .u-sp-fz-1em {
    font-size: 1em !important;
  }
  .u-sp-fz-xs {
    font-size: 0.75em !important;
  }
  .u-sp-fz-sm {
    font-size: 0.875em !important;
  }
  .u-sp-fz-smaller {
    font-size: 0.9375em !important;
  }
  .u-sp-fz-md {
    font-size: 1.125em !important;
  }
  .u-sp-fz-lg {
    font-size: 1.25em !important;
  }
  .u-sp-fz-xl {
    font-size: 1.5em !important;
  }
  .u-sp-fz-xxl {
    font-size: 1.75em !important;
  }
}
.u-fw-n {
  font-weight: normal !important;
}

.u-fw-m {
  font-weight: 500 !important;
}

.u-fw-b {
  font-weight: 600 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

.u-ls-0 {
  letter-spacing: 0 !important;
}

.u-underline {
  text-decoration: underline;
}

.u-rotate {
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg) translate(5px, 0px);
          transform: rotate(-90deg) translate(5px, 0px);
  display: inline-block;
}/*# sourceMappingURL=style.css.map */</pre></body></html>