@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.
 */

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;
  line-height: 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;
  /* 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,
textarea {
  -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+.
 */

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. 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;
}

img {
  width: 100%;
}

/*=========================================
color
=========================================*/

/*=========================================
font
=========================================*/

/*=========================================
z-index
=========================================*/

body {
  font-size: 1em;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
}

main {
  padding: 70px 0 0;
}

main.base {
  padding: 0;
}

main.l-concept {
  padding: 70px 0 0;
}

.l-main-top {
  width: 100%;
}

.l-main-container-wrap {
  min-height: 100vh;
}

.l-main-container {
  width: 100%;
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 20px 0 65px;
}

.l-footer {
  position: relative;
  width: 100%;
  z-index: 999;
  margin-bottom: 64px;
}

.l-footer-nav {
  position: relative;
  background: #2b2b2b;
  letter-spacing: 1px;
}

.l-footer-nav__inner {
  padding: 85px 30px 80px;
}

.l-footer-nav__box:not(:last-child) {
  margin-bottom: 43px;
}

.l-footer-nav__img-wrap {
  margin-bottom: 31px;
}

.l-footer-info {
  padding: 12px 0 23px;
}

.l-footer-info__img-wrap {
  padding-left: 6px;
  margin-bottom: 16px;
}

.l-footer-info__text-wrap {
  padding-left: 20px;
}

.l-header,
.l-header--base {
  height: 70px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}

.l-header.hidden,
.hidden.l-header--base {
  visibility: hidden;
  opacity: 0;
}

.l-header:has(.is-active),
.l-header--base:has(.is-active) {
  background-color: #fff;
}

.l-header-sp__logo {
  position: absolute;
  height: 28.66px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.l-header-sp__menu {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.l-header-sp__inner {
  display: flex;
  top: 70px;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.l-header-sp__nav {
  display: block;
  position: fixed;
  top: -3000px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 9999;
}

.l-header-sp__nav.is-active {
  top: 70px;
  transition: all 0.4s ease-in-out;
}

.l-header-pc {
  height: 100px;
  display: flex;
  align-items: center;
}

.l-header-pc__left,
.l-header--base-pc__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 30px;
}

.l-header-pc__nav,
.l-header--base-pc__nav {
  margin-left: 2vw;
}

.l-header-pc__right {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.l-header-pc__tell {
  text-align: center;
  margin-right: 2.08vw;
}

.l-header-pc__contact {
  text-align: center;
}

.l-header--base {
  z-index: 999999;
  visibility: visible;
  margin: 6px;
  width: -webkit-fill-available;
}

.l-header--base .l-header--base,
.l-header--base .hidden {
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.l-header--base.is-active {
  margin: 0;
  opacity: 1;
}

.l-header--base.is-active .l-header-sp {
  width: 100%;
}

.l-header--base.is-toggle-visible a {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.l-header--base .l-header-sp {
  position: fixed;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  padding: 17px 14px 12px;
}

.l-header--base .l-header-sp__logo {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

.l-header-base-sp__nav {
  height: 35px;
  background: #ffffff;
}

.l-header-base-sp__inner {
  height: 100%;
}

.p-header-pc-line {
  height: 95px;
  width: 120px;
  background: #199428;
  color: white;
}

.p-header-pc-line__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.p-header-pc-line__text {
  text-align: center;
  padding-bottom: 11px;
  font-size: min(12px, 0.8vw);
  letter-spacing: 2px;
}

.p-header-pc-line__button {
  font-size: min(8px, 0.53vw);
  letter-spacing: 0.8px;
  color: #fff;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-radius: 16.75px;
}

.l-header--base-pc__left {
  justify-content: space-around;
  max-width: 100%;
  margin: auto;
}

.l-header--base-pc__nav {
  font-weight: 500;
  margin: auto;
  align-items: center;
}

.l-header--base-pc__right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  white-space: nowrap;
}

.l-header--base {
  background-color: transparent;
  background-color: white;
  margin: 0;
}

.l-header--base .p-header--base-pc__logo-wrap {
  margin-left: 0;
}

.l-header--base .p-header--base-pc__logo {
  width: min(15vw, 250px);
}

.l-header--base .l-header-pc {
  padding: 0 31px 0 38px;
  background-color: transparent;
  background-color: white;
}

.l-header--base .l-header--base-pc__left {
  justify-content: left;
  margin: 0;
}

.l-header--base .l-header--base-pc__nav {
  margin: 0;
}

.l-header--base .p-header-pc-contact__inner {
  flex-direction: row;
}

.l-header--base .p-header-pc-item__sub {
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0;
}

.l-header--base .p-header-pc-item__sub::before {
  display: none;
}

.l-header--base .p-header--base-pc__item:not(:last-child) {
  margin-right: 2vw;
}

.l-header--base .p-header-pc__items {
  margin: 0;
}

.l-header--base .p-header--base-pc__item {
  padding: 0;
}

.l-header--base .p-header--base-pc__item--location a {
  padding-bottom: 37px;
}

.l-header--base .p-header-pc-item__sub.ja {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 1px;
  font-family: YakuHanJP_Noto, "Noto Sans JP";
}

.l-location_menu-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l-location_menu {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.l-location_menu.visible {
  display: block;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 95px;
  left: 0;
  width: 98.7%;
  margin: 0 auto;
  padding: 40px;
  background: white;
  z-index: 2000;
}

.l-location_menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: ;
  grid-template-rows: repeat(1fr);
  grid-gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

.l-location_menu__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-location_menu__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-location_menu__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-location_menu__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.l-location_menu__list > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.l-location_menu__button {
  width: 100%;
  margin-top: 30px;
}

.l-fixed_menu {
  padding: 50px 0 30px;
  margin-bottom: 40px;
}

.l-fixed_menu__title {
  position: relative;
  top: -14px;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.l-fixed-locaion-menu__list {
  width: 100%;
  max-width: 920px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.l-fixed-locaion-menu__list .p-location__item {
  width: 50%;
  border: 2px solid #1a1a1a;
  max-width: none;
}

.l-fixed-locaion-menu__list .p-location__item:nth-child(2) {
  border-left: 0;
}

.l-fixed-locaion-menu__list .p-location__image {
  aspect-ratio: 460/280;
}

.l-fixed-locaion-menu__list .p-location__label {
  padding: 11px 23px;
  font-size: 16px;
}

.l-fixed-locaion-menu__list .p-location__label span {
  right: -22px;
  top: -15px;
  font-size: 13px;
}

.l-fixed-locaion-menu__list .p-location__text {
  padding: 20px 30px 30px;
}

.l-base-mv {
  position: relative;
}

.l-content-inner {
  margin: 0 auto;
  width: 89%;
}

.l-plan-content-inner {
  margin: 0 auto;
  width: 82%;
}

.c-concept-contact__container {
  width: 100%;
  height: 129px;
  background: url("../images/concept/contact_bg_img.png") no-repeat center center;
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #202020;
  transition: all 0.2s ease-in-out;
}

.c-button__text {
  font-size: 11px;
  color: #202020;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.c-button__arrow-under {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 10px;
  height: 16px;
  width: 16px;
  background: #202020;
}

.c-button__arrow-under::before {
  content: "\f078";
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 10px;
  color: #ffffff;
}

.c-button__arrow-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 10px;
  height: 16px;
  width: 16px;
  background: #202020;
}

.c-button__arrow-right::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
  font-size: 10px;
  color: #ffffff;
}

.c-button__arrow-bottom {
  position: relative;
  bottom: 37px;
  left: 40%;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #202020;
}

.c-button__arrow-bottom::before {
  content: "\f078";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  padding: 4px;
  font-weight: 400;
  font-size: 8px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0px;
}

.c-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2.5px;
}

.c-title--sub {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-left: 10px;
}

.c-title--rough {
  font-family: "Rock Salt", cursive;
  font-size: 1.75rem;
}

.c-title--prompt {
  font-family: "Prompt", sans-serif;
  font-size: 48px;
  color: #1a1a1a;
  font-weight: 400;
}

.c-card-event-voice {
  width: 48%;
  margin: 0 0 15px;
  background-color: #fff;
  font-size: 0.625rem;
  line-height: 15px;
  font-family: YakuHanJP_Noto, "Noto Sans JP";
}

.c-card-event-voice__img {
  position: relative;
  --aspect-ratio: 4/3;
}

@supports (aspect-ratio: 1) {
  .c-card-event-voice__img {
    aspect-ratio: var(--aspect-ratio);
    height: initial;
  }

  .c-card-event-voice__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

.c-card-event-voice__text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 15px 15px;
}

.c-card-event-voice__title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: 700;
  min-height: 30px;
}

.c-card-event-voice__text {
  position: relative;
  margin-bottom: auto;
}

.c-card-event-voice__text--more {
  color: #89733d;
  text-decoration: underline;
  margin: 0 0 0 auto;
}

.c-annotation {
  position: absolute;
  font-size: 0.625rem;
  color: #ffffff;
  padding: 5px 8px;
  background-color: rgba(38, 38, 38, 0.5);
  z-index: 10;
}

.c-icon-chair:before {
  content: "\f6c0";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-clock:before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-key:before {
  content: "\f084";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-pen:before {
  content: "\f304";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-mailbox:before {
  content: "\f813";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-checkbord-user:before {
  content: "\f51c";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-tel:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-shelves:before {
  content: "\f480";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-print:before {
  content: "\f02f";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.c-icon-couch:before {
  content: "\f4b8";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
}

.p-concept-firstViewImg__container {
  position: relative;
  display: flex;
  height: 410px;
  width: 100%;
}

.p-concept__bgImg--left {
  background-color: #f8f7f6;
  width: 34.7%;
}

.p-concept__bgImg--left::before {
  content: "";
  width: 22.3%;
  height: 82px;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #d4d1c9;
}

.p-concept__bgImg--left::after {
  content: "";
  width: 246px;
  height: 246px;
  position: absolute;
  top: 20%;
  left: 22.3%;
  background-color: rgba(159, 143, 104, 0.55);
}

.p-concept__bgImg--right {
  background: url("../images/concept/mv_img.png") padding-box no-repeat right center;
  width: 66.3%;
  background-size: cover;
}

.p-concept__bgImg {
  position: relative;
  height: 100%;
  top: 3px;
  left: 28.5%;
}

.p-concept__bgImg h1,
.p-concept__bgImg h2,
.p-concept__bgImg h3 {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
}

.p-concept__bgImg h1,
.p-concept__bgImg h2 {
  top: 38%;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 216px;
  font-size: 2.5rem;
  letter-spacing: 6.4px;
  padding: 0 0 4px 12px;
}

.p-concept__bgImg h3 {
  top: 41%;
  font-size: 1rem;
  letter-spacing: 4.4px;
  padding: 6px 13px;
  display: inline-block;
}

_::-webkit-full-page-media,
_:future,
:root .p-concept__img {
  right: 18%;
  width: 118%;
}

.p-top-intro__inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 112px;
  column-gap: 112px;
  margin: 80px 0 180px;
}

.p-top-intro__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.p-top-intro__text {
  font-size: 16px;
  line-height: 2;
}

.p-concept-feature__item {
  display: flex;
  -moz-column-gap: clamp(16px, 11vw, 151px);
  column-gap: clamp(16px, 11vw, 151px);
}

.p-concept-feature__inner {
  margin-right: auto;
  width: 100%;
  max-width: 1310px;
}

.p-concept-feature__item {
  border-bottom: 2px solid #1a1a1a;
}

.p-concept-feature__item:last-child {
  border-bottom: 0;
}

.p-concept-feature__image {
  width: min(55.55vw, 800px);
  aspect-ratio: 4/3;
}

.p-concept-feature__image img {
  width: 100%;
}

.p-concept-feature__content {
  position: relative;
  margin-top: clamp(16px, 5.6vw, 80.64px);
}

.p-concept-feature__title {
  position: absolute;
  top: 0;
  left: clamp(-193px, -13.5vw, -144px);
  font-family: "Prompt", sans-serif;
  font-size: clamp(20px, 6.6vw, 95.04px);
  line-height: 1;
}

.p-drop {
  left: clamp(-144px, -10vw, -144px);
}

.p-concept-feature__caption {
  padding-top: clamp(30px, 15.6vw, 224.64px);
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.p-concept-feature__text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

.p-concept__gradation--container {
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(135deg, #fefefe 0%, #edebe7 100%);
}

.p-concept__gradation--bgColor {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 62px;
  padding: 50px 0 50px 32px;
}

.p-concept__text--wrap {
  position: relative;
  bottom: 15%;
  width: 100%;
}

.p-concept__text--wrap h2 {
  font-size: 2.625rem;
  font-family: "Rock Salt", cursive;
  color: #9f8f68;
  position: relative;
  bottom: 20px;
}

.p-concept__text--wrap h3 {
  font-size: 1.25rem;
  margin-top: 60px;
  line-height: 1.7;
  color: #142c3e;
}

.p-concept__text--wrap .p-concept__text--title {
  margin-top: 33px;
  border-bottom: solid 1px #9f8f68;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 1rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.p-concept__text--wrap .p-concept__text--title .p-concept__text--accent {
  color: #9f8f68;
  margin-right: 10px;
}

.p-concept__subTitle--wrap span {
  display: inline-block;
}

.p-concept__text--sub {
  margin-top: 24px;
  letter-spacing: 2px;
  font-weight: 500;
}

.p-concept__text--main {
  font-size: 0.8125rem;
  letter-spacing: 1.3px;
  line-height: 22px;
  max-width: 440px;
  margin-top: 10px;
}

.p-concept__drawing--group {
  min-width: 430px;
  margin: 31px 30px 0 30px;
}

.p-concept__drawing--upper {
  margin-top: 22px;
}

.p-concept__drawing--upper::after {
  content: "";
  position: relative;
  top: 32px;
  right: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d4d1c9 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

_::-webkit-full-page-media,
_:future,
:root .p-concept__drawing--upper::after {
  top: 32px;
}

.p-concept__drawing--middle {
  margin-top: 26px;
}

.p-concept__drawing--middle::after {
  content: "";
  position: relative;
  top: 32px;
  right: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d4d1c9 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.p-concept__drawing--lower {
  padding-bottom: 20px;
  margin-top: 26px;
}

.p-concept__drawing--upper,
.p-concept__drawing--middle,
.p-concept__drawing--lower {
  text-align: center;
  width: 100%;
  border: solid 1px #d4d1c9;
  background-color: #ffffff;
}

.p-concept__drawing--text {
  letter-spacing: 3px;
  font-size: 0.875rem;
}

.p-concept__drawing--text span {
  font-size: 1.125rem;
}

.p-concept__drawing--upper .p-concept__drawing--title,
.p-concept__drawing--middle .p-concept__drawing--title,
.p-concept__drawing--lower .p-concept__drawing--title {
  position: relative;
  color: #ffffff;
  background-color: #142c3e;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  padding: 5px 0;
  display: block;
  width: 160px;
  margin: 0 auto;
  bottom: 14px;
}

.p-concept__main--bgColor {
  -webkit-font-smoothing: antialiased;
  background-color: #f8f7f6;
  padding: 15px 0 1px;
}

.p-concept-midPlace__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
}

.p-concept__title--wrap {
  margin-top: 10px;
}

.p-concept__title--wrap h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 1.63px;
}

.p-concept__title--wrap .p-concept__title--num {
  color: #89733d;
  border-right: #89733d solid 1px;
  padding-right: 8px;
  font-size: 2rem;
}

.p-concept__title--wrap .p-concept__title-text {
  padding-left: 12px;
  letter-spacing: 3.7px;
}

.p-concept__title--wrap p {
  margin: 25px 0 18px;
  font-size: 0.875rem;
  letter-spacing: 0.6px;
}

.p-concept__place--groupe {
  background-color: #ffffff;
  padding: 40px 160px 50px;
  margin: 20px 0 40px;
}

.p-concept__place--groupe img {
  width: 87%;
  margin: 30px auto;
}

.p-concept__platform--groupe {
  background-color: #ffffff;
  padding: 40px 160px 5px;
  margin: 20px 0 40px;
}

.p-concept__platform--groupe img {
  width: 100%;
  margin: 30px auto;
}

.p-concept__price--groupe {
  background-color: #ffffff;
  padding: 30px 0;
  margin: 20px 0 120px;
}

.p-concept__price--groupe img {
  width: 100%;
  margin: 30px auto;
}

.p-concept__feature--title {
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  padding: 8px 0;
  text-align: center;
  font-size: 1.5rem;
}

.p-concept__price--title {
  margin: 0 160px;
  padding: 8px 0;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  font-size: 1.5rem;
  text-align: center;
}

.p-concept__price--img {
  margin: 0 80px;
}

.p-concept__feature--table {
  width: 100%;
}

.p-concept__feature--table tr,
.p-concept__feature--table th,
.p-concept__feature--table td {
  text-align: center;
  vertical-align: middle;
  border: dotted 1px #9f8f68;
}

.p-concept__feature--table span {
  display: block;
}

.p-concept__feature--table tr:first-child {
  background: linear-gradient(90deg, #9f8f68, #142c3e);
  height: 40px;
}

.p-concept__feature--table th {
  color: #ffffff;
}

.p-concept__feature--table th:first-child {
  background: #9f8f68;
}

.p-concept__feature--table th:nth-of-type(2) {
  background: linear-gradient(90deg, #9f8f68, #142c3e);
}

.p-concept__feature--table th:nth-of-type(3) {
  background: #142c3e;
}

.p-concept__feature--table strong {
  font-size: 1.375rem;
}

.p-concept__feature--table td:nth-of-type(1),
.p-concept__feature--table td:nth-of-type(3) {
  max-width: 400px;
  width: 24%;
  line-height: 1.4;
  color: #223d4d;
}

.p-concept__feature--table td:nth-of-type(2) {
  background-color: #efece5;
  max-width: 200px;
  width: 15%;
}

.p-concept__feature--table td {
  padding: 19px 10px;
}

.p-concept__title--strong {
  font-size: 1.125rem;
}

.p-concept__tableText {
  font-size: 0.875rem;
}

.p-concept-midPlatform__container,
.p-concept-midPrice__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
}

.p-concept-design__container {
  -webkit-font-smoothing: antialiased;
  padding: 32px 0 40px;
  margin-top: 30px;
}

.p-concept-design__title--wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
}

.p-concept-design__title--wrap h2 {
  font-size: 2.25rem;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 5px;
}

.p-concept-design__title--wrap h3 {
  letter-spacing: 2.2px;
  padding-top: 10px;
  font-size: 0.75rem;
}

.p-concept__subTitle {
  margin: 38px 0 0 37px;
}

.p-concept__subTitle h4 {
  border-bottom: solid 1px #9f8f68;
  display: inline-block;
  letter-spacing: 1px;
  padding-bottom: 7px;
  margin-bottom: 18px;
}

.p-concept__subTitle h4 span {
  color: #9f8f68;
  margin-right: 5px;
}

.p-concept__subTitle p {
  font-size: 0.875rem;
  margin-bottom: 36px;
  line-height: 22px;
  letter-spacing: 0.6px;
}

.p-concept-midPlace__box--bg {
  background-color: #edebe7;
}

.p-concept-midPlace__box--container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 7% 50px 9.8%;
}

.p-concept-midPlace__box--primary,
.p-concept-midPlace__box--tertiary {
  margin: 0 5px;
}

.p-concept-midPlace__box--primary h5,
.p-concept-midPlace__box--secondary h5,
.p-concept-midPlace__box--tertiary h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.125rem;
}

.p-concept-midPlace__bgImg--right,
.p-concept-midPlace__bgImg--left {
  position: relative;
  right: 11%;
  top: 62%;
  width: 111%;
  font-size: 0.875rem;
}

.p-concept-midPlace__bgImg--right p,
.p-concept-midPlace__bgImg--left p {
  color: #fff;
  background-color: #202020;
  display: inline-block;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 2px 0;
  padding: 0 10px;
}

.p-concept-midPlace__title--sub {
  padding: 3px 4px 4px;
  letter-spacing: 1px;
}

.p-concept-annotation__bgImg--primary .p-concept-midPlace__title--sub,
.p-concept-annotation__bgImg--secondary .p-concept-midPlace__title--sub,
.p-concept-annotation__bgImg--tertiary .p-concept-midPlace__title--sub {
  position: relative;
  right: 11%;
  top: 62%;
  background-color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.p-concept-annotation__bgImg--secondary .p-concept-midPlace__title--sub {
  background-color: #d4d1c9;
  color: #262626;
}

.p-concept-annotation__bgImg--primary,
.p-concept-annotation__bgImg--secondary,
.p-concept-annotation__bgImg--tertiary {
  height: 329px;
  aspect-ratio: 1;
}

.p-concept-annotation__bgImg--primary {
  background: url("../images/concept/01_mid_place.png") no-repeat center center;
  background-size: cover;
  --aspect-ratio: 1;
}

@supports (aspect-ratio: 1) {
  .p-concept-annotation__bgImg--primary {
    aspect-ratio: var(--aspect-ratio);
    padding-top: initial;
  }
}

.p-concept-annotation__bgImg--secondary {
  background: url("../images/concept/03_mid_price.png") no-repeat center center;
  background-size: cover;
  --aspect-ratio: 1;
}

@supports (aspect-ratio: 1) {
  .p-concept-annotation__bgImg--secondary {
    aspect-ratio: var(--aspect-ratio);
    padding-top: initial;
  }
}

.p-concept-annotation__bgImg--tertiary {
  background: url("../images/concept/02_mid_platform.png") no-repeat center center;
  background-size: cover;
  --aspect-ratio: 1;
}

@supports (aspect-ratio: 1) {
  .p-concept-annotation__bgImg--tertiary {
    aspect-ratio: var(--aspect-ratio);
    padding-top: initial;
  }
}

.p-concept-location__container {
  margin: 35px 0;
  padding: 0 20px;
  background-color: #edebe7;
}

.p-concept__title--position {
  position: relative;
  bottom: 12px;
}

.p-concept-location__categoryWrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  right: 5px;
}

.p-concept-location__category {
  background-color: #ffffff;
  border: solid 1px #888;
  font-size: 0.625rem;
  max-width: 200px;
  padding: 5px 7px;
  margin: 5px;
}

.p-concept-card__container--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-concept-card__container {
  width: 160px;
  height: 166px;
  border: solid 1px #888;
  margin: 5px 0 20px;
}

.p-top-mainvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 500px;
  padding: 10% 0 0;
  background-color: #f3f0ed;
  color: #142c3e;
}

.p-top-mainvisual::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 292px;
  top: 0px;
  right: 130px;
  transform: skew(-30deg);
  opacity: 0.6;
  background-image: linear-gradient(207deg, #ffffff 21%, rgba(255, 255, 255, 0.17) 100%);
}

.p-top-mainvisual::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 90px;
  height: 371px;
  bottom: 0px;
  right: 20px;
  transform: skew(-30deg);
  opacity: 0.65;
  background-image: linear-gradient(180deg, rgba(238, 234, 231, 0.96) 0%, #edebe7 90%);
}

.p-top-mainvisual__title {
  position: relative;
  z-index: 3;
  margin: 0 0 0 18px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top__mainvisual__text {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 18px;
  font-size: 0.625rem;
  line-height: 1.9;
  letter-spacing: 0.6px;
}

.p-top-mainvisual__contact {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 50px auto 0;
}

.p-top-mainvisual__contact--button {
  position: relative;
  height: 50px;
  max-width: 335px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #142c3e;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  box-shadow: inset 6px 0 0px 0px #142c3e, inset 7px 0 0px 0px #fff,
    inset -6px 0px 0px 0px #142c3e, inset -7px 0px 0px 0px #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.p-top-mainvisual__contact--button:hover {
  background-color: #ffffff;
  box-shadow: none;
}

.p-top-mainvisual__contact--button:hover > a {
  color: #142c3e;
}

.p-top-mainvisual__contact--button:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.p-top-mainvisual__contact--button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 97%;
  height: calc(100% + 10px);
  border: solid 1px #142c3e;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-top-mainvisual__contact--button::after {
  content: "\f054";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: -1px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  color: #142c3e;
  background-color: #ffffff;
}

.p-top-mainvisual__contact--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-top-mainvisual__campaign {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  width: 89%;
  max-width: 335px;
  padding: 11px 0 5px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

.p-top-mainvisual__campaign--title {
  color: #89733d;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  width: 100%;
}

.p-top-mainvisual__campaign--text {
  display: flex;
  margin: 10px 0 0;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
}

.p-top-mainvisual__campaign--text::after {
  content: "\f054";
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.5);
  transform-origin: right bottom;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -1px;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  background-color: #89733d;
}

.p-top-mainvisual__images {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-top__imageclip--sp {
  width: 100%;
  height: 100%;
}

.p-top__imageclip--sp img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.p-top__imageclip--pc-left {
  position: absolute;
  top: 0%;
  left: 40.5%;
  -webkit-clip-path: polygon(40% 0, 100% -34%, 45% 100%, -5% 111%);
  clip-path: polygon(40% 0, 100% -34%, 45% 100%, -5% 111%);
  width: 800px;
  height: 546px;
}

.p-top__imageclip--pc-left img {
  position: relative;
  left: -17%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top__imageclip--pc-right {
  position: absolute;
  top: 0;
  left: 51.3%;
  -webkit-clip-path: polygon(54% 0, 100% 0%, 46% 100%, 0% 100%);
  clip-path: polygon(54% 0, 100% 0%, 46% 100%, 0% 100%);
  width: 1058px;
  height: 961px;
}

.p-top__imageclip--pc-right img {
  position: relative;
  right: 13%;
  top: -19%;
  transform: scale(0.65);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ここからリニューアル版 */

.p-top-mv {
  height: 510px;
}

.p-top-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-drop .p-top-mv {
  height: 510px;
}

.p-drop .p-top-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-top-mv--sp {
  display: none;
}

.p-top-mv--home {
  height: 480px;
}

.p-cencept-mv {
  box-sizing: content-box;
  padding-top: 100px;
  position: relative;
}

.p-cencept-mv__title {
  position: absolute;
  left: 30px;
  top: 7px;
  font-family: "Prompt", sans-serif;
  font-size: 104px;
  line-height: 1;
  color: #1a1a1a;
}

.p-cencept-mv__title .c-title--sub {
  position: relative;
  bottom: 25px;
}

.p-cencept-mv--sp {
  display: none;
  -o-object-position: center !important;
  object-position: center !important;
}

.p-top-share {
  position: relative;
  top: -60px;
}

.p-top-share__title-wrapper {
  position: relative;
  display: flex;
  margin-left: 56px;
  padding-right: 8.4vw;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: end;
}

.p-top-share__title {
  font-size: 100px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -4px;
  z-index: 100;
}

.p-top-share__subtitle {
  font-size: 32px;
  line-height: 40px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.p-top-share__image-block {
  margin: 120px 20px 180px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 7.84%;
  column-gap: 7.84%;
}

.p-top-share__image {
  position: relative;
  aspect-ratio: 8/5;
  width: 55.55%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-share__image-text {
  font-size: 20px;
  line-height: 2;
}

.p-top-share__card-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 29px;
  padding: 0;
  border-color: #1a1a1a;
}

.p-top-share__card {
  display: block;
  border-color: #1a1a1a;
  border-right: 2px;
  border-bottom: 2px;
  border-style: solid;
  width: 33.3333333333%;
  background-color: white;
}

.p-top-share__card:nth-child(3n + 1) {
  border-left: 2px;
  border-style: solid;
}

.p-top-share__card:nth-child(1),
.p-top-share__card:nth-child(2),
.p-top-share__card:nth-child(3) {
  border-top: 2px;
  border-style: solid;
}

.p-top-share__card:nth-child(2n + 1) {
  border-style: solid;
}

.p-top-share__card:nth-child(1),
.p-top-share__card:nth-child(2) {
  border-style: solid;
}

.p-top-share__card-image-wrapper {
  position: relative;
  width: 100%;
}

.p-top-share__card-image-wrapper img {
  width: 100%;
}

.p-top-share__card-text-area {
  padding: 29px 31px;
}

.p-top-share__card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 19px;
}

.p-top-share__card-text {
  font-size: 13px;
  line-height: 20px;
}

/* #CONCEPT */

.p-top-concept-section__contents {
  margin: 0 30px 180px;
}

.p-top-concept-section__title {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 104px;
  line-height: 1;
}

.p-top-concept-section__item-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 83px 0px 60px;
}

.p-top-concept-section__item:nth-child(1) {
  width: 23.18%;
}

.p-top-concept-section__item:nth-child(2) {
  margin-top: 59px;
  width: 23.18%;
}

.p-top-concept-section__item:nth-child(3) {
  margin-top: 120px;
}

.p-top-concept-section__item-title {
  font-size: 6.66vw;
  line-height: 1;
  padding-bottom: 50px;
  border-bottom: 2px solid #1a1a1a;
  font-family: "Prompt", sans-serif;
  text-align: center;
}

.p-top-concept-section__item-text {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.p-top-concept-section__see-more {
  font-size: 32px;
  font-family: "Prompt", sans-serif;
  text-align: right;
  transition: all 0.3s ease-in-out;
}

.p-top-concept-section__see-more:hover {
  opacity: 0.3;
}

.p-top-concept-section__see-more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  background-image: url("../images/top/icon-arrow.svg");
}

.p-top-news__title {
  margin: 0 0 60px 20px;
  font-size: 104px;
  font-family: "Prompt", sans-serif;
}

.p-top-news__inner {
  margin-left: 30px;
  margin-bottom: 180px;
}

.p-top-news__content {
  display: flex;
  margin: 0 125px 60px 90px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-top-news__card {
  position: relative;
  width: 23%;
  color: #1a1a1a;
}

.p-top-news__card-more {
  position: absolute;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  right: 25px;
  bottom: 24px;
  text-underline-offset: 2px;
}

.p-top-news__card:nth-child(1) {
  display: block;
}

.p-top-news__img-wrapper {
  aspect-ratio: 282/210;
}

.p-top-news__img-wrapper img {
  width: 100%;
  height: 100%;
}

.p-top-news__text-area {
  padding: 25px 25px 0;
  height: 210px;
  background-color: #f5f5f5;
}

.p-top-news__card-date {
  font-size: 13px;
}

.p-top-news__card-text {
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.15;
}

.p-top-news__see-more {
  position: relative;
  left: 95px;
  width: 100%;
  text-align: right;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}

.p-top-news__see-more:hover {
  opacity: 0.3;
}

.p-top-news__see-more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  margin-left: 10px;
  background-image: url("../images/top/icon-arrow.svg");
}

.p-top-share__card[data-campaign="1"] > .p-top-share__card-image-wrapper::before {
  content: "キャンペーン実施中";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 40px;
  width: 200px;
  background: #1a1a1a;
  /* 赤系 */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
}

.p-top-share__label--new {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 45px solid #fff;
  border-right: 45px solid #fff;
  border-bottom: 45px solid transparent;
  border-left: 45px solid transparent;
  z-index: 100;
}

.p-top-share__label--new span {
  position: absolute;
  right: -43px;
  top: -28px;
  transform: rotate(45deg);
  font-family: "Prompt", sans-serif;
  color: #1a1a1a;
  font-size: 24px;
}

.p-top-news__see-more-wrapper {
  width: 100%;
  text-align: right;
}

.p-top-share__bottom-arrow {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 34px;
}

.p-top-share__bottom-arrow img {
  width: 100%;
  height: 100%;
}

.p-top-share__arrow {
  background: #ddd;
  position: relative;
  display: inline-block;
  width: 1px;
  /* 縦線の太さ */
  height: 140px;
  /* 縦線の長さ */
}

/* ▼ アニメーションする黒い縦線 */

.p-top-share__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
  transform-origin: 0 0;
  -webkit-animation: arrowLine 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: arrowLine 2s cubic-bezier(1, 0, 0, 1) infinite;
}

/* ▼ 矢印の右下斜め線 */

.p-top-share__arrow::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: calc(50% + 8px);
  width: 20px;
  /* 斜め線の長さ */
  height: 40px;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(45deg);
}

@-webkit-keyframes arrowLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes arrowLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.p-top__button {
  display: none;
  position: fixed;
  top: 205px;
  right: 2px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 18px 14px 20px 19px;
  border-radius: 10px 0 0 10px;
  background-color: #0741b6;
  z-index: 99999;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}

.p-top-mv .js-top-mv-swiper {
  height: 100%;
}

.p-top-mv .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.p-top-mv .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-top-mv__banner {
  display: block;
  position: fixed;
  top: 110px;
  right: 23px;
  z-index: 9998;
}

.p-top-mv__banner-inner {
  cursor: pointer;
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 82px;
  width: 400px;
}

.p-top-plans .p-top-mv__banner {
  top: 100px;
}

.p-top-mv__banner-img {
  height: 100%;
}

.p-top-mv__banner-img img {
  height: 100%;
}

.p-top-mv__banner-text-wrapper {
  margin-top: 5px;
}

.p-top-mv__banner-text {
  font-size: 20px;
  line-height: 1;
  color: #0741b6;
  font-weight: bold;
}

.p-top-mv__banner-text--sub {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #0741b6;
  font-weight: bold;
}

.p-top-mv__banner-close {
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
}

.p-top-mv__banner-close::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/top/icon-cross.svg");
}

.p-top-location-wrapper .l-content-inner {
  margin: 0 30px;
}

.p-top-location-wrapper .p-location {
  margin-bottom: 100px;
}

.p-top-location-wrapper .c-title {
  font-size: 104px;
}

.p-top-concept {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0;
  background: linear-gradient(to bottom, #fff 5%, #edebe7 5%);
}

.p-top-concept::before {
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #ffffff;
}

.p-top-concept > div {
  position: relative;
  z-index: 2;
}

.p-top-concept h2 {
  margin: 0 0 0 20px;
}

.p-top-concept--text {
  margin: 16px auto 0;
  padding: 5px 15px;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 1.3px;
  border: 15px solid;
  -o-border-image: linear-gradient(#f5f4f1, #f5f4f1) 50%;
  border-image: linear-gradient(#f5f4f1, #f5f4f1) 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-top-concept--text > * + * {
  margin-top: 16px;
}

.p-top-concept--link {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

/* ここからリニューアル版 */

.p-top-feature {
  position: relative;
  margin: 30px auto 0;
}

.p-top-feature > h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  background: linear-gradient(to bottom, #fff 30%, #f8f7f6 30%);
}

.p-top-feature > h2::first-letter {
  color: #89733d;
}

.p-top-feature--inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

.p-top-feature--inner::before,
.p-top-feature--inner::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  top: -40px;
  background-color: #f8f7f6;
}

.p-top-feature--inner::before {
  left: 5%;
  border-top: 7px solid #9f8f68;
  border-left: 7px solid #9f8f68;
}

.p-top-feature--inner::after {
  right: 5%;
  border-top: 7px solid #9f8f68;
  border-right: 7px solid #9f8f68;
}

.p-top-feature--items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.p-top-feature--item {
  width: 100%;
}

.p-top-feature--item:nth-child(odd) {
  background-color: #f8f7f6;
}

.p-top-feature__item--title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.p-top-feature__item--title-num {
  position: relative;
  display: block;
  margin: 0 34px 0 0;
  color: #89733d;
  font-size: 1.3125rem;
  font-family: "Rock Salt", cursive;
}

.p-top-feature__item--title-num::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 42px;
  transform: rotate(45deg);
  display: block;
  width: 1px;
  height: 48px;
  background-color: #9f8f68;
}

.p-top-feature__item--content {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 20px 0 30px;
}

.p-top-feature__item--image {
  flex-shrink: 0;
  flex-grow: 0;
  width: 37%;
}

.p-top-feature__item--list {
  flex-grow: 1;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.p-top-feature__item--list ul > * + * {
  margin: 8px 0 0;
}

.p-top-feature__item--list li {
  position: relative;
  display: flex;
}

.p-top-feature__item--list li::before {
  content: "\f00c";
  margin: 0 8px 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
  font-size: 12px;
  color: #89733d;
}

.p-top-plan {
  margin: 65px auto 40px;
  background: linear-gradient(to bottom, #fff 12px, #edebe7 12px, #edebe7 93%, #fff 93%);
}

.p-top-plan h2 {
  margin: 0 0 0 20px;
}

.p-top-plan__content {
  display: flex;
  margin: 20px auto 0;
}

.p-top-plan__content > * + * {
  margin-left: 15px;
}

.p-top-plan__wrap {
  width: -webkit-fill-available;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.p-top-plan__menu {
  width: -webkit-fill-available;
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: relative;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #262626;
}

.p-top-plan__items,
.p-top-plan__items--base {
  padding: 7px 0;
  text-align: center;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.p-top-plan__items--base {
  -webkit-font-smoothing: antialiased;
  padding: 0;
  height: 52px;
  box-sizing: content-box;
}

.p-top-plan__items:nth-of-type(even),
.p-top-plan__items--base:nth-of-type(even) {
  border-right: none;
}

.p-top-plan__items:nth-child(n + 3),
.p-top-plan__items--base:nth-child(n + 3) {
  border-bottom: none;
}

.p-top-plan__items li,
.p-top-plan__items--base li {
  display: flex;
}

.p-top-plan__item-ja {
  display: block;
  font-size: 11px;
  line-height: normal;
}

.p-top-plan__item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-top-plan__item--base {
  font-family: "Prompt", sans-serif;
  padding-right: 20px;
}

.p-top-plan__item::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -1px;
  left: -1px;
  bottom: -15px;
}

.p-top-plan__item a {
  display: block;
  box-sizing: border-box;
}

.p-top-plan__title {
  position: absolute;
  top: 10px;
  padding: 3px 7px;
  background-color: #202020;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 5;
}

.p-top-plan__title--en {
  position: absolute;
  bottom: -23px;
  width: 200px;
  padding: 0 40px 0 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  background-color: rgba(212, 209, 201, 0.6);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2.5px;
  z-index: 5;
}

.p-top-plan__image {
  position: relative;
  width: 100%;
  height: 200px;
}

.p-top-plan__image img {
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-plan--link {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}

.p-top-plan__item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* ここからリニューアル版 */

/* #PLAN */

.p-top-plans__container {
  margin: 0 30px 180px;
}

.p-top-plans__see-more-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-plans__see-more {
  position: relative;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  font-family: "Prompt", sans-serif;
  margin-top: 60px;
  transition: all 0.3s ease-in-out;
}

.p-top-plans__see-more:hover {
  opacity: 0.3;
}

.p-top-plans__see-more::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 22px);
  transform: translateY(-50%);
  display: inline-block;
  height: 2px;
  width: 40px;
  background-color: #1a1a1a;
}

.p-top-plans__title {
  font-size: 104px;
  font-family: "Prompt", sans-serif;
  line-height: 1;
}

.p-top-plans__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin: 60px 0;
  background-color: white;
}

.p-top-plans__card {
  width: 23vw;
}

.p-top-plans__card-image-wrapper {
  background-color: #f5f5f5;
  aspect-ratio: 330/400;
}

.p-top-plans__card-text-area {
  margin-top: 20px;
}

.p-top-plans__card-title {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
}

.p-top-plans__card-text {
  margin-top: 17px;
  font-size: 13px;
  line-height: 20px;
}

.p-top-news__see-more-wrapper {
  width: 100%;
  text-align: right;
}

.p-top-concept-section__see-more {
  font-size: 32px;
  font-family: "Prompt", sans-serif;
  text-align: right;
  transition: all 0.3s ease-in-out;
}

.p-top-concept-section__see-more:hover {
  opacity: 0.3;
}

.p-top-concept-section__see-more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  background-image: url("../images/top/icon-arrow.svg");
}

.p-top-flow {
  margin: 40px auto 0;
}

.p-top-flow__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

.p-top-flow__content > * + * {
  margin: 16px 0 0;
}

.p-top-flow__item {
  position: relative;
  width: 100%;
  padding: 23px 20px 20px;
  border: solid 1px rgba(136, 136, 136, 0.5);
}

.p-top-flow__item:not(:first-child):not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border: solid 8px transparent;
  border-top: solid 8px #d4d1c9;
}

.p-top-flow__item-step01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border: solid 8px transparent;
  border-top: solid 8px #d4d1c9;
}

.p-top-flow__title {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.p-top-flow__title--num {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 1.375rem;
  font-family: "Roboto Condensed", sans-serif;
}

.p-top-flow__title--num::before {
  content: "STEP";
  position: absolute;
  top: -10px;
  font-size: 10px;
  font-weight: 400;
  transform: scale(0.8);
}

.p-top-flow__title--num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 130%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
}

.p-top-flow__text {
  margin: 12px auto 0;
  font-size: 0.625rem;
  line-height: 1.6;
}

.p-top-flow__contact-button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.p-top-flow-section__inner {
  margin-left: 30px;
  margin-bottom: 180px;
}

.p-top-flow-section__title {
  margin-bottom: 117px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 104px;
  line-height: 1;
}

.p-top-flow-section__list {
  display: flex;
  justify-content: space-between;
  margin: 0 100px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  color: #1a1a1a;
}

.p-top-flow-section__item {
  position: relative;
  width: 200px;
}

.p-top-flow-section__img-wrapper {
  display: flex;
  justify-content: center;
}

.p-top-flow-section__img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-flow-section__item-title {
  margin: 30px 0 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.p-top-flow-section__button-wrapper {
  margin: 80px auto 0;
  width: 500px;
  height: 80px;
}

.p-top-flow-section__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.p-top-flow-section__button:hover {
  opacity: 0.3;
}

.p-top-flow-section__item + .p-top-flow-section__item::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: -16%;
  top: 35px;
  transform: translateX(-50%) rotate(-45deg);
}

.p-top-conversion {
  height: 400px;
  background-image: url("../images/top/bg-conversion.jpg");
  background-size: cover;
  background-position-x: center;
}

.p-drop .p-top-conversion {
  background-image: url("../images/drop-in/bg-conversion.jpg");
}

.p-drop .p-top-conversion__tel {
  font-weight: bold;
  letter-spacing: 0.15rem;
  font-size: 16px;
}

.p-drop .p-top-conversion__button {
  flex-direction: column;
  row-gap: 7px;
  font-weight: 400;
  letter-spacing: 0.15rem;
  font-size: 13px;
  pointer-events: none;
}

.p-drop .p-top-conversion__button-wrapper {
  text-align: center;
}

.p-top-conversion--concept {
  height: 400px;
  background-image: url("../images/top/bg-conversion-2.jpg");
  background-size: cover;
  background-position-x: center;
  margin-bottom: 160px;
}

.p-top-conversion__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.p-top-conversion__button {
  background-color: white;
  width: 500px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.p-top-flow-section--base .p-top-flow-section__title {
  font-size: 48px;
  margin-bottom: 30px;
  left: 0;
}

.p-top-flow-section--base .p-top-flow-section__inner {
  max-width: 1160px;
  padding: 0 30px;
  box-sizing: content-box;
  margin: 100px auto 0;
}

.p-top-flow-section--base .p-top-flow-section__list {
  margin: 0;
}

.p-top-event-voice {
  background: linear-gradient(to bottom, #fff 12px, #f8f7f6 12px, #f8f7f6 91%, #fff 91%);
  margin-top: 40px;
  padding-bottom: 30px;
}

.p-top-event-voice h2 {
  margin: 0 0 0 20px;
}

.p-top-event-voice--base {
  margin-top: 65px;
  padding-bottom: 30px;
}

.p-top-event-voice--base h2 {
  margin: 0 0 0 0;
}

.p-top-event-voice--base .p-top-news__see-more-wrapper {
  width: 93%;
  margin: auto;
}

.p-top-event-voice-single {
  background: linear-gradient(to bottom, #fff 12px, #f8f7f6 12px, #f8f7f6 91%, #fff 91%);
  margin-top: 40px;
  padding-bottom: 60px;
}

.p-top-event-voice-single h2 {
  margin: 0 0 0 20px;
}

.p-top-event-voice__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 2%;
  width: 100%;
  margin: 24px auto 30px;
}

.p-top-event-voice--link {
  display: flex;
  justify-content: center;
}

.p-top-faq__show-all-faq {
  position: relative;
  top: 25px;
}

.p-faq__more {
  font-family: "Prompt", sans-serif;
}

.p-top-faq--location {
  margin-top: 100px;
}

.p-top-faq--location .p-faq__inner {
  max-width: 1160px;
  margin: auto;
}

.p-top-faq--location .p-faq__title {
  font-size: 48px;
}

.p-top-faq--location .p-faq__contents {
  margin: 30px 0;
  gap: 30px;
}

.p-top-contact {
  margin-top: 65px;
}

/* location */

.p-top-location {
  margin: 180px auto;
  padding: 0 30px;
}

.p-top-location .p-top-share__card.hidden {
  display: none !important;
}

.p-top-location__title {
  font-size: 104px;
  line-height: 1;
  font-family: "Prompt", sans-serif;
}

.p-top-location__wrapper {
  margin: auto;
}

.p-top-location__wrapper .p-top-location__title {
  font-size: 48px;
}

.p-top-location__select {
  margin-top: 10px;
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 42px;
  column-gap: 42px;
  margin-right: 29px;
}

.p-top-location__select button {
  transition: all 0.3s ease-in-out;
}

.p-top-location__select button:hover {
  opacity: 1;
}

.p-top-location__select-campaign {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.p-top-location__select-campaign button {
  opacity: 0.3;
}

.p-top-location__select-campaign::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -23px;
  display: inline-block;
  background-color: #1a1a1a;
  width: 2px;
  height: 30px;
}

.p-top-location__select-area {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 16px;
  font-weight: bold;
}

.p-top-location__select-area button {
  opacity: 0.3;
}

.p-top-location__button-base-all.is-active {
  opacity: 1;
}

.p-top-location__button-campaign-only.is-active {
  font-weight: bold;
  opacity: 1;
}

.p-top-location__button-area-all.is-active {
  font-weight: bold;
  opacity: 1;
}

.p-top-location__button-area-tokyo.is-active {
  font-weight: bold;
  opacity: 1;
}

.p-top-location__button-area-kanagawa.is-active {
  font-weight: bold;
  opacity: 1;
}

.p-top-plans__show-more {
  font-size: 32px;
  line-height: 1;
  font-family: "Prompt", sans-serif;
  margin-top: 60px;
  text-align: center;
}

.p-top-location__wrapper {
  max-width: 1200px;
  margin: auto;
}

.p-template-top {
  background-color: #f5f5f5;
}

.p-template-top__text-wrapper {
  padding: 87px 9% 16px;
  max-width: 1440px;
  margin: auto;
}

.p-template-top__text {
  text-align: justify;
  line-height: 1.8;
  font-size: 0.9375rem;
  font-weight: bold;
}

.p-template-top__text span {
  background-color: #ffffff;
  padding: 0px 5px;
  margin-bottom: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-template-main__img--wrap {
  margin: 0 32px 0;
}

.p-template-main__img {
  width: 100%;
}

.p-template-main__text {
  padding-top: 24px;
  margin: 0 40px;
}

.p-template-main__text h2 {
  font-size: 0.75rem;
  font-weight: 700;
}

.p-template-main__text h3 {
  font-size: 0.6875rem;
  padding-top: 10px;
  font-weight: 700;
}

.p-template-main__text p {
  font-size: 0.6875rem;
  line-height: 1.6;
  margin-top: 10px;
}

.p-template-main__text--beige {
  background-color: #edebe7;
  padding: 11px 16px 13px;
  line-height: 18px;
}

.p-template-main__text--beige::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  color: #cdc7bb;
  position: relative;
  left: 4px;
  top: -18px;
  font-weight: 900;
}

.p-template-span-border {
  border-bottom: solid 1px;
}

.p-template-main__list {
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 10px;
  color: #89733d;
  font-size: 0.6875rem;
  line-height: 22px;
}

.p-template-main__text-listWrap ul {
  padding-left: 28px;
  list-style-type: disc;
}

.p-template-main__text-listWrap ol {
  padding-left: 29px;
  list-style-type: decimal;
}

.p-template-main__text-listWrap li span {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  color: black;
}

.p-template__main--inner {
  margin: 0 40px;
}

.p-template__main--inner h1 {
  margin: 20px 0 10px 0;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-template__main--inner h2 {
  margin: 20px 0 10px 0;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-template__main--inner h3 {
  font-size: 0.6875rem;
  padding-top: 10px;
  font-weight: 700;
}

.p-template__main--inner h4 {
  font-size: 0.6875rem;
  padding-top: 10px;
  font-weight: 700;
}

.p-template__main--inner h5 {
  font-size: 0.6875rem;
  padding-top: 10px;
  font-weight: 700;
}

.p-template__main--inner h6 {
  font-size: 0.6875rem;
  padding-top: 10px;
  font-weight: 700;
}

.p-template__main--inner p {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  font-size: 0.6875rem;
  line-height: 20px;
  margin-top: 10px;
}

.p-template__main--inner a {
  color: #89733d;
  text-decoration: underline;
}

.p-template__main--inner blockquote {
  background-color: #edebe7;
  padding: 14px 16px 13px 16px;
  position: relative;
  margin-top: 20px;
}

.p-template__main--inner blockquote::before {
  content: url("../images/base/icons/shape-icon.png");
  display: block;
  transform: scale(0.5);
  position: absolute;
  z-index: 200;
  top: -10px;
  left: 2px;
}

.p-template__main--inner blockquote p {
  margin-top: 0;
}

.p-template__main--inner ul {
  list-style: none;
  margin: 10px 0 16px 5px;
}

.p-template__main--inner ul li {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  display: block;
  font-size: 0.6875rem;
  color: #262626;
  line-height: 22px;
}

.p-template__main--inner ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  margin: 0 10px 1px 0;
  background-color: #9f8f68;
}

.p-template__main--inner ol {
  color: #89733d;
  line-height: 22px;
  list-style: none;
  counter-reset: ol_number;
  margin: 10px 0 10px 5px;
  line-height: 22px;
}

.p-template__main--inner ol li {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  font-size: 0.6875rem;
  color: #262626;
  position: relative;
}

.p-template__main--inner ol li:before {
  counter-increment: ol_number;
  content: counter(ol_number) ".";
  color: #89733d;
  margin-right: 6px;
}

.p-template__main--inner img {
  width: auto;
  height: auto;
  margin: 20px auto 0;
}

.p-template__main--inner .wp-caption,
.p-template__main--inner .alignnone {
  max-width: 100%;
}

.p-faq {
  padding: 70px 20px 40px 20px;
  background-color: #fff;
}

.p-faq__inner {
  margin: 0 auto 180px;
  padding: 0 30px;
  box-sizing: content-box;
  max-width: 1280px;
}

.p-top .p-faq__inner {
  max-width: none;
}

.p-drop .p-faq__inner {
  max-width: 1440px;
}

.p-faq__heading {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: end;
  padding: 30px 0 0;
}

.p-faq__title {
  font-size: 104px;
  font-family: "Prompt", sans-serif;
  line-height: 1;
}

.p-heading__title-en {
  font-size: 104px;
  line-height: 1;
  font-family: "Prompt", sans-serif;
}

.p-heading__title-en span {
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
}

.p-heading__title-jp span {
  padding: 5px;
  font-size: 10px;
  letter-spacing: 2px;
  background-color: white;
}

.p-faq__filter-bar {
  display: flex;
  justify-content: center;
  align-items: end;
  row-gap: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  flex-direction: column;
  row-gap: 20px;
}

.p-filter-bar__item,
.filter-bar-selected {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #1a1a1a;
  border-collapse: collapse;
  opacity: 0.3;
  cursor: pointer;
}

.filter-bar-selected {
  font-weight: bold;
  opacity: 1;
  font-size: 16px;
}

.p-faq__contents {
  margin-top: 40px;
}

.p-contents-left > * + *,
.p-contents-right > * + * {
  margin-top: 20px;
}

.p-contents-right {
  margin-top: 20px;
}

.p-faq__accordion {
  cursor: pointer;
}

.p-contents-right dl:last-child {
  border-bottom: none;
}

.p-faq__question {
  height: 80px;
  padding: 10px 24px;
  background-color: #1a1a1a;
}

.p-question__text {
  max-width: 90%;
  line-height: 1.43;
  font-weight: bold;
  color: #ffffff;
}

.p-question__show-answer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}

.p-question__show-answer-button::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 200;
  color: white;
}

.p-faq__answer {
  display: none;
  padding: 30px 18px;
  background-color: #f5f5f5;
  color: white;
}

.p-answer__text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #1a1a1a;
}

.p-answer__text a {
  color: #223d4d;
  border-bottom: solid 1px #223d4d;
  display: inline-block;
  line-height: 1.1;
}

.p-answer__text a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.p-answer__text * {
  display: inline;
}

.p-faq__more-wrapper {
  width: 100%;
  text-align: right;
}

.p-faq__more {
  font-size: 32px;
  text-align: right;
  transition: all 0.3s ease-in-out;
}

.p-faq__more:hover {
  opacity: 0.3;
}

.p-faq__more::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  margin-left: 10px;
  background-image: url("../images/top/icon-arrow.svg");
}

.p-faq__heading-wrapper {
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  align-items: end;
}

.p-heading__text {
  font-size: 14px;
  position: relative;
  bottom: 20px;
}

.p-heading__text a {
  color: #1a1a1a;
  text-decoration: underline;
}

.p-location {
  margin: 25px auto 0;
}

.p-location h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0;
}

.p-location__sort {
  display: flex;
  -moz-column-gap: 42px;
  column-gap: 42px;
  margin-top: 20px;
}

.p-location__sort--panels {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-location__sort--panels input[type="radio"] {
  display: none;
}

.p-sort__title {
  width: 85px;
  margin: 0 10px 0 0;
  font-size: 0.6875rem;
  font-weight: 700;
}

.p-sort__title::before {
  content: "\f160";
  margin: 0 4px 0 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.625rem;
  font-weight: solid;
}

.p-sort__panel {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
}

.p-sort__panel label {
  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.p-sort__panel label:hover {
  font-weight: bold;
  opacity: 1;
}

.p-sort__panel input:checked + label {
  color: #1a1a1a;
  opacity: 1;
}

.p-sort__panel-separator::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -23px;
  display: inline-block;
  background-color: #1a1a1a;
  width: 2px;
  height: 30px;
}

.p-location__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 18px auto 0;
}

.p-location__item {
  position: relative;
  max-width: 216px;
  width: 48%;
  margin: 0 0 10px;
  background-color: #ffffff;
  --corner-dec: 255, 220, 220;
}

.p-location__label {
  position: absolute;
  bottom: 5px;
  padding: 3px 7px;
  color: #ffffff;
  background-color: #142c3e;
  font-size: 0.625rem;
}

.p-location__image {
  position: relative;
  width: 100%;
  height: 84px;
  --aspect-ratio: 40/21;
}

@supports (aspect-ratio: 1) {
  .p-location__image {
    aspect-ratio: var(--aspect-ratio);
    height: unset;
  }
}

.p-location__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.p-location__text {
  padding: 10px 15px 18px;
}

.p-location__text--title {
  font-size: 0.75rem;
  font-weight: 700;
}

.p-location__text--access {
  margin: 6px 0 0;
  font-size: 0.625rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.p-location__readmore {
  position: relative;
  top: 25px;
}

.is-open .c-button__arrow-under {
  transform: scaleY(-1);
}

.is-hidden {
  display: none;
}

.p-location-newStatus__label {
  position: absolute;
  right: 0;
  border-top: 26px solid #4e9fad;
  border-right: 26px solid #4e9fad;
  border-bottom: 26px solid transparent;
  border-left: 26px solid transparent;
}

.p-location-newStatus__label span {
  position: absolute;
  right: -23px;
  top: -15px;
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.l-footer {
  position: relative;
}

.p-footer-notice__text {
  padding: 20px;
  color: #8e8e8e;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-align: left;
}

.p-footer-nav__title {
  height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  letter-spacing: 1.53px;
}

.p-footer-nav__title--location {
  margin-bottom: 12px;
}

.p-footer-nav__title--sub {
  display: inline-block;
  padding-left: 10px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
}

.p-footer-nav__item {
  height: 20px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 500;
}

.p-footer-nav__item p {
  font-size: 10px;
  color: #ffffff;
}

.p-footer-nav__item:last-child {
  margin-bottom: 0;
}

.p-footer-nav__items-wrap {
  display: flex;
  flex-direction: column;
  gap: 0 92px;
  font-size: 14px;
}

.p-footer-nav__baseItems-wrap {
  display: flex;
  gap: 0 92px;
}

.p-footer-nav__titleItems {
  display: flex;
  gap: 95px;
}

.p-footer-nav__title-group {
  margin-bottom: 12px;
}

.p-footer-nav__text-large {
  height: 18px;
  font-size: 12px;
  margin-bottom: 3px;
  letter-spacing: 1.8px;
  color: #ffffff;
}

.p-footer-nav__text-small {
  height: 15px;
  font-size: 10px;
  color: #ffffff;
}

.p-footer-nav__text-small:not(:last-child) {
  margin-bottom: 10px;
}

.p-footer-nav-pc {
  position: relative;
  font-weight: 700;
  font-size: 10px;
  color: #7f7f7f;
  padding-left: 25px;
}

.p-footer-nav-pc::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 24px;
  width: 24px;
  background: url(../images/logo-footer-facebook.svg), no-repeat;
  background-size: contain;
}

.p-footer-nav-pc__divider {
  padding: 40px 0;
  position: relative;
}

.p-footer-nav-pc__divider::after {
  content: "";
  width: 175px;
  height: 1px;
  background: #979797;
  position: absolute;
}

.p-footer-nav__img {
  width: 52%;
  max-width: 165px;
}

.p-footer-info__item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #888888;
  line-height: 2;
}

.p-footer-info__item:not(:last-child) {
  padding-right: 6px;
}

.p-footer-info__item:not(:first-child) {
  padding-left: 2px;
}

.p-footer-info__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #888888;
  position: absolute;
  top: 6px;
  right: 0;
}

.p-footer-info__text {
  margin-bottom: 16px;
}

.p-footer-info__copy {
  font-size: 11px;
  color: #333333;
}

.p-footer-info__img {
  width: 53%;
  max-width: 200px;
}

.l-footer-pageTop {
  position: absolute;
  top: 0;
  right: 0;
}

.p-footer-pageTop,
.p-footer-pageTop__contentArea {
  display: block;
  margin-top: 14px;
  width: 60px;
  height: 42px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.p-footer-pageTop span,
.p-footer-pageTop__contentArea span {
  position: absolute;
  top: 42px;
  left: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transform-origin: top left;
  transform: rotate(90deg);
  color: #fff;
  white-space: nowrap;
  width: 110px;
  height: 60px;
  font-weight: bold;
}

.p-footer-pageTop::before,
.p-footer-pageTop__contentArea::before {
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  font-size: 1.25em;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.p-footer-pageTop__contentArea {
  display: block;
  position: fixed;
  right: 0;
  bottom: 400px;
  z-index: 10000000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.p-footer-pageTop__contentArea span {
  position: absolute;
  top: 42px;
  left: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transform-origin: top left;
  transform: rotate(90deg);
  color: #000;
  white-space: nowrap;
  width: 110px;
  height: 60px;
  font-weight: bold;
}

.p-footer-pageTop__contentArea::before {
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  position: absolute;
  font-size: 1.25em;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
}

.btn_white {
  border-bottom: 1px solid #fff;
}

.btn_white::before {
  color: #fff;
}

.btn_white span {
  color: #fff;
}

#js-pageTop_fixedButton {
  display: none;
}

.p-footer-campaign__pageLink {
  position: absolute;
  left: 15px;
  bottom: 130px;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 160px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background-color: #fff;
}

.p-footer-campaign__pageLink span {
  position: absolute;
  top: 5px;
  left: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transform-origin: top left;
  transform: rotate(90deg);
  color: #000;
  white-space: nowrap;
  width: 110px;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2.4px;
  -webkit-font-smoothing: antialiased;
}

.p-footer-campaign__pageLink::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 5px;
  height: 40px;
  background-image: url("../images/base/campaign_btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-contact-button-box {
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/contact_bg.png), no-repeat;
  background-size: contain;
}

.p-contact-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  padding: 24px 0;
  margin: 0 20px;
}

.p-contact-button__title {
  font-size: 13px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  padding-bottom: 16px;
  -webkit-font-smoothing: antialiased;
}

.c-contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  max-width: 335px;
  background: #142c3e;
}

.c-contact-button__text {
  font-size: 11px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  color: #ffffff;
  font-weight: 500;
}

.c-contact-button__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 10px;
  height: 16px;
  width: 16px;
  background: #ffffff;
}

.c-contact-button__arrow::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
  font-size: 10px;
}

.p-header-sp__logo {
  display: inline-block;
  height: 28.66px;
  width: 154px;
}

.p-header-sp__icon,
.p-header-sp__fixed-icon {
  display: inline-block;
  height: 19.08px;
  width: 24.18px;
  background: url(../images/menu_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-header-sp__icon.is-active,
.is-active.p-header-sp__fixed-icon {
  background: url(../images/menu_close.svg);
}

.p-header-sp__fixed-menu-wrap {
  position: fixed;
  top: 35px;
  right: 0%;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.l-header-sp--base.p-header-sp__fixed-menu-wrap {
  right: 2%;
}

.p-header-sp__fixed-menu-wrap.is-toggle-visible {
  position: fixed;
  top: 0;
  visibility: visible;
  z-index: 9998;
  transition: all 0.5s ease-in-out;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-header-sp__fixed-icon {
  box-sizing: border-box;
}

.p-header-sp__items {
  margin: 30px 0 30px;
  text-align: center;
}

.p-header-sp-item {
  font-weight: 300;
  position: relative;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #1a1a1a;
}

.p-header-sp-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header-sp-item:not(:last-child) {
  margin-bottom: 40px;
}

.p-header-sp__contact {
  font-size: 16px;
  letter-spacing: 0.15;
}

.p-header-sp-item__sub {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 10px;
  white-space: nowrap;
}

.p-header-sp__buttons-wrapper {
  width: 295px;
  margin: 16% 0 0;
}

.p-header-sp__buttons-wrapper > div:not(:last-child) {
  margin-bottom: 20px;
}

.p-header-sp__info {
  margin: 2% 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.85px;
}

.p-header-sp__close {
  position: absolute;
  bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  color: #888888;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.p-header-sp__close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: solid;
  font-size: 10px;
}

.p-header-pc__logo,
.p-header--base-pc__logo {
  position: relative;
  display: inline-block;
  width: min(15vw, 220px);
  height: auto;
}

.p-header-pc__base-name {
  position: relative;
  left: 21px;
  bottom: 1px;
  display: inline-block;
  font-size: 11px;
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  font-weight: 700;
}

.p-header-pc__base-name::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -10px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #262626;
}

.p-header-pc__items,
.p-header--base-pc__items {
  display: flex;
  align-items: center;
  margin-right: 2.08vw;
}

.p-header-pc__item,
.p-header--base-pc__item {
  font-size: 20px;
  font-family: "Prompt", sans-serif;
  padding: 32px 0;
  opacity: 1;
  color: #1a1a1a;
}

.p-header-pc__item:not(:last-child),
.p-header--base-pc__item:not(:last-child) {
  margin-right: 1.5vw;
}

.p-header-pc-item__sub {
  display: inline-block;
  padding-top: 5px;
  font-size: min(10px, 0.66vw);
  letter-spacing: 2.69px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.p-header-pc-item__sub::before {
  content: "-";
  margin-right: 4px;
}

.p-header-pc-tell__num {
  font-size: 24px;
  letter-spacing: 3.5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.p-header-pc-tell__info {
  font-size: 10px;
  letter-spacing: 1.2px;
}

.p-header-pc-contact__inner {
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-header-pc-contact__text {
  font-size: min(12px, 0.8vw);
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 9px;
}

.p-header-pc-contact__button {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #0741b6;
  border: 0;
  border-radius: 10px;
  width: 210px;
  height: 40px;
}

.p-header-pc-contact__button--line {
  background-color: #00b900;
  width: 160px;
}

.p-header-base-sp__items {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.p-header-base-sp-item {
  display: inline-block;
  font-size: 11px;
  height: 100%;
  line-height: 35px;
  letter-spacing: 2.54px;
  font-family: "Prompt", sans-serif;
  font-weight: bold;
}

.p-header-base-sp-item + .p-header-base-sp-item {
  margin-left: 15px;
}

.p-header-base-sp-item:first-of-type {
  margin-left: 20px;
}

.p-header-base-sp-item:last-of-type {
  margin-right: 20px;
}

.p-header--base-pc__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-left: 15px;
}

.p-header--base-pc__logo {
  position: relative;
  width: min(15vw, 170px);
}

.p-header--base-pc__items {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.p-header--base-pc__item {
  font-size: min(12px, 0.8vw);
  letter-spacing: 1.5px;
}

#js-header-base.is-active ~ #js-bottom-menu {
  display: none;
}

.l-header-sp__menu-btn {
  position: relative;
  width: 32px;
  height: 20px;
  cursor: pointer;
}

.l-header-sp__menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 4px;
}

.l-header-sp__menu-btn,
.l-header-sp__menu-btn span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.l-header-sp__menu-btn span:nth-of-type(1) {
  top: 0;
}

.l-header-sp__menu-btn span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.l-header-sp__menu-btn span:nth-of-type(3) {
  bottom: 0;
}

#js-menuToggle.is-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}

#js-menuToggle.is-active span:nth-of-type(2) {
  opacity: 0;
}

#js-menuToggle.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.p-base-mv {
  margin-bottom: 45px;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-base-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.p-base-mv__img__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-base-mv__img__inner .swiper-slide.p-base-mv__img__filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.p-base-mv__img__inner .swiper {
  height: 100%;
  width: 100%;
}

.p-base-mv__img__inner img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-base-mv__img__inner .swiper-pagination {
  position: relative;
  bottom: -12px;
}

.p-base-mv__img__inner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  opacity: 1;
}

.p-base-mv__img__inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #9f8f68;
  background-color: #9f8f68;
}

.p-base-mv__img__inner .swiper-prev,
.p-base-mv__img__inner .swiper-next {
  position: absolute;
  z-index: 100;
  top: 55%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #142c3e;
}

.p-base-mv__img__inner .swiper-prev {
  left: 0;
}

.p-base-mv__img__inner .swiper-prev::before {
  content: "\f053";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: rem(12);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.p-base-mv__img__inner .swiper-next {
  right: 0;
}

.p-base-mv__img__inner .swiper-next::before {
  content: "\f054";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: rem(12);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.p-base-mv__contents {
  z-index: 100;
  height: 48px;
  margin-bottom: 10px;
}

.p-base-mv__heading {
  font-size: 10.13vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 5.8px;
  line-height: 1.1578947368;
  text-transform: uppercase;
  text-align: center;
}

.p-base-mv__heading-small {
  font-weight: bold;
  letter-spacing: 2.5px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  text-align: center;
}

.p-base-mv__text-wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  transform: translate(-50%);
  background-color: #ffffff;
  word-break: break-word;
  white-space: nowrap;
}

.p-base-mv__text {
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5454545455;
}

.p-base-mv__text > .text-large {
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: sub;
  margin: 0 3px;
}

.p-base-campaign {
  position: relative;
  margin: 0 auto 40px;
}

.p-base-campaign.r-campaign {
  background-color: #ffe0e0;
}

.p-base-campaign.r-campaign::before {
  background-color: #ffd6d8;
}

.p-base-campaign.y-campaign {
  background-color: #fff2e0;
}

.p-base-campaign.y-campaign::before {
  background-color: #ffecd6;
}

.p-base-campaign .c-title {
  position: relative;
  margin-left: 20px;
}

.p-base-campaign__contents {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  margin-top: 16px;
}

.p-base-campaign__contents.decoration-top::before,
.p-base-campaign__contents.decoration-top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
}

.p-base-campaign__contents.decoration-top::before {
  left: 0;
}

.p-base-campaign__contents.decoration-top::after {
  right: 0;
}

.r-campaign .p-base-campaign__contents.decoration-top::before,
.r-campaign .p-base-campaign__contents.decoration-top::after {
  background-color: #ff9595;
}

.y-campaign .p-base-campaign__contents.decoration-top::before,
.y-campaign .p-base-campaign__contents.decoration-top::after {
  background-color: #ffd095;
}

.p-base-campaign__info-container.decoration-bottom::before,
.p-base-campaign__info-container.decoration-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
}

.p-base-campaign__info-container.decoration-bottom::before {
  left: 0;
}

.p-base-campaign__info-container.decoration-bottom::after {
  right: 0;
}

.r-campaign .p-base-campaign__info-container.decoration-bottom::before,
.r-campaign .p-base-campaign__info-container.decoration-bottom::after {
  background-color: #ff9595;
}

.y-campaign .p-base-campaign__info-container.decoration-bottom::before,
.y-campaign .p-base-campaign__info-container.decoration-bottom::after {
  background-color: #ffd095;
}

.p-base-campaign__info + .p-base-campaign__info {
  margin-top: 20px;
}

.p-base-campaign__sub,
.p-base-campaign__introduction {
  font-size: 0.6875rem;
  letter-spacing: 1.5px;
  line-height: 1.4545454545;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-base-campaign__title {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.3333333333;
}

.r-campaign .p-base-campaign__title {
  color: #ff7677;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
}

.y-campaign .p-base-campaign__title {
  color: #ffbe76;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
}

.p-base-campaign__list {
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #8e8e8e;
  padding-left: 1em;
  text-indent: -1em;
}

.p-base-campaign__list + .p-base-campaign__list {
  margin-top: 2px;
}

.p-base-campaign__list::before {
  content: "※";
}

.p-base-campaign__btn,
.p-base-campaign__cvBtn {
  width: 100%;
  margin-top: 14px;
}

.p-base-campaign__btn .c-contact-button,
.p-base-campaign__cvBtn .c-contact-button {
  margin: 0 auto;
}

.r-campaign .p-base-campaign__cvBtn .c-contact-button {
  background: #ff7677;
}

.y-campaign .p-base-campaign__cvBtn .c-contact-button {
  background: #ffbe76;
}

.p-base-campaign__modal {
  display: none;
  transition: all 1s;
}

.p-base-campaign__closeModal {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9e9e9e;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.p-base-campaign__closeModal::before {
  content: "\f00d";
  position: absolute;
  right: 7px;
  top: 1px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5625rem;
}

.p-base-campaign__bannerWrap {
  display: block;
  height: 100%;
  max-height: 150px;
  text-align: center;
  margin-top: 20px;
}

.p-base-campaign__bannerWrap img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.js-function__modal_info.p-base-campaign__modal.is-active {
  position: fixed;
  top: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.735);
  transition: all 1s;
}

.p-base-campaign__modalContainer {
  position: relative;
  max-width: 1160px;
  max-height: -webkit-fill-available;
  margin: 50px 20px;
  padding: 35px 20px;
  overflow-y: scroll;
  background-color: #edebe7;
}

.p-base-campaign__modalContainer.r-campaign {
  background-color: #ffe0e0;
}

.p-base-campaign__modalContainer.r-campaign::before {
  background-color: #ffd6d8;
}

.p-base-campaign__modalContainer.y-campaign {
  background-color: #fff2e0;
}

.p-base-campaign__modalContainer.y-campaign::before {
  background-color: #ffecd6;
}

.p-base-campaign__modalInner {
  margin: 25px auto;
}

.p-base-campaign__imgContainer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}

.p-base-campaign__imgWrap {
  max-width: 500px;
}

.p-base-campaign__cvBtn {
  min-width: 210px;
}

.p-base-campaign__introduction {
  font-size: 0.78125rem;
}

.p-carousel,
.p-base-carousel,
.p-base-floor-carousel {
  position: relative;
}

.p-carousel__inner,
.p-base-carousel__inner,
.p-base-floor-carousel__inner {
  position: relative;
}

.p-carousel__swiper,
.p-base-carousel__swiper,
.p-base-floor-carousel__swiper {
  margin: 0;
  overflow: hidden;
}

.p-carousel__prev,
.p-base-carousel__prev,
.p-base-floor-carousel__prev,
.p-base-floor__modal-prev,
.p-carousel__next,
.p-base-carousel__next,
.p-base-floor-carousel__next,
.p-base-floor__modal-next {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #142c3e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: calc(50% - 10px);
  transform: translateY(-50%);
}

.p-carousel__prev::before,
.p-base-carousel__prev::before,
.p-base-floor-carousel__prev::before,
.p-base-floor__modal-prev::before,
.p-carousel__next::before,
.p-base-carousel__next::before,
.p-base-floor-carousel__next::before,
.p-base-floor__modal-next::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: white;
  position: relative;
  font-weight: 300;
}

.p-carousel__prev,
.p-base-carousel__prev,
.p-base-floor-carousel__prev,
.p-base-floor__modal-prev {
  left: 0;
}

.p-carousel__prev::before,
.p-base-carousel__prev::before,
.p-base-floor-carousel__prev::before,
.p-base-floor__modal-prev::before {
  content: "\f053";
  right: 1px;
}

.p-carousel__next,
.p-base-carousel__next,
.p-base-floor-carousel__next,
.p-base-floor__modal-next {
  right: 0;
}

.p-carousel__next::before,
.p-base-carousel__next::before,
.p-base-floor-carousel__next::before,
.p-base-floor__modal-next::before {
  content: "\f054";
  left: 1px;
}

.p-carousel__pagination,
.p-base-floor-carousel__pagination,
.p-base-floor__modal-carousel__pagination,
.p-base-carousel__pagination {
  margin-top: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 10px;
}

.p-carousel__pagination .swiper-pagination-bullet,
.p-base-floor-carousel__pagination .swiper-pagination-bullet,
.p-base-floor__modal-carousel__pagination .swiper-pagination-bullet,
.p-base-carousel__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  opacity: 1;
}

.p-carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-base-floor-carousel__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-base-floor__modal-carousel__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-base-carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #9f8f68;
  background-color: #9f8f68;
}

.p-base-carousel__inner,
.p-base-floor-carousel__inner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 0 -23px;
}

.p-base-carousel__swiper,
.p-base-floor-carousel__swiper {
  margin: 0 -50vw 0 -50vw;
  padding: 0px 64vw;
}

.p-base-carousel__prev,
.p-base-floor-carousel__prev,
.p-base-floor__modal-prev {
  display: none;
}

.p-base-carousel__next,
.p-base-floor-carousel__next,
.p-base-floor__modal-next {
  display: none;
}

.p-base-gallery {
  margin: 20px auto 0;
  overflow: hidden;
  padding: 0 0 30px;
}

.p-base-gallery .c-title {
  margin-left: 20px;
}

.p-base-gallery--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-base-gallery__carousel {
  overflow: hidden;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-base-gallery__items,
.p-base-gallery__modal-items,
.p-base-floor__modal-items,
.p-base-floor__modal-items.swiper-container,
_::-webkit-full-page-media,
_:future,
:root .p-base-gallery__modal-swiper-items,
.p-base-gallery__modal-swiper-items {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  height: auto;
  max-height: 207px;
  box-sizing: content-box;
}

.p-base-gallery__modal-swiper-items {
  max-width: 475px;
  background-color: #fff;
}

_::-webkit-full-page-media,
_:future,
:root .p-base-gallery__modal-swiper-items {
  max-width: 475px;
  background-color: #fff;
}

.p-base-gallery__modal-swiper-items.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

.p-base-gallery__item {
  width: 100%;
  padding: 0 1px;
  box-sizing: content-box;
}

.p-base-gallery__image,
.p-base-gallery__modal-image,
.p-base-floor__modal-image {
  position: relative;
  width: 100%;
  --aspect-ratio: 3/2;
}

@supports (aspect-ratio: 1) {
  .p-base-gallery__image,
  .p-base-gallery__modal-image,
  .p-base-floor__modal-image {
    aspect-ratio: var(--aspect-ratio);
    height: 207px;
  }

  @media (min-width: 1024px) {
    .p-base-gallery__image,
    .p-base-gallery__modal-image,
    .p-base-floor__modal-image {
      height: 400px;
    }

    .p-base-gallery__image:hover,
    .p-base-gallery__modal-image:hover,
    .p-base-floor__modal-image:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }
}

.p-base-gallery__image img,
.p-base-gallery__modal-image img,
.p-base-floor__modal-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.p-base-gallery__image--cap,
.p-base-gallery__modal-image--cap,
.p-base-floor__modal-image--cap {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.625rem;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background-color: rgba(38, 38, 38, 0.5);
}

.p-base-gallery__content,
.p-base-gallery__modal-content,
.p-base-floor__modal-content {
  width: 100%;
  min-height: 130px;
  padding: 15px 20px;
  background-color: #fff;
}

.p-base-gallery__title,
.p-base-gallery__modal-title,
.p-base-floor__modal-title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-base-gallery__text,
.p-base-gallery__modal-text,
.p-base-floor__modal-text {
  margin: 10px auto 0;
  font-size: 0.6875rem;
  line-height: 1.6;
  word-break: break-all;
}

.p-base-gallery__prev,
.p-base-gallery__modal-prev,
.p-base-gallery-modal__prev,
.p-base-gallery__next,
.p-base-gallery__modal-next,
.p-base-gallery-modal__next {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #142c3e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 27%;
}

.p-base-gallery__prev::before,
.p-base-gallery__modal-prev::before,
.p-base-gallery-modal__prev::before,
.p-base-gallery__next::before,
.p-base-gallery__modal-next::before,
.p-base-gallery-modal__next::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: white;
  position: relative;
}

.p-base-gallery__prev,
.p-base-gallery__modal-prev,
.p-base-gallery-modal__prev {
  left: -12px;
}

.p-base-gallery__prev::before,
.p-base-gallery__modal-prev::before,
.p-base-gallery-modal__prev::before {
  content: "\f053";
  right: 1px;
}

.p-base-gallery__next,
.p-base-gallery__modal-next,
.p-base-gallery-modal__next {
  right: -12px;
}

.p-base-gallery__next::before,
.p-base-gallery__modal-next::before,
.p-base-gallery-modal__next::before {
  content: "\f054";
  left: 1px;
}

.p-base-gallery__pagination {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}

.p-base-gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  opacity: 1;
}

.p-base-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #9f8f68;
  background-color: #9f8f68;
}

.p-modal-btn__img {
  position: relative;
  bottom: 26px;
  left: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.p-modal-btn__img::before {
  content: "+";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}

.p-modal-btn__img.reverse-color {
  border: solid 1px #262626;
}

.js-gallery__modal_info {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.js-gallery__modal_info.is-active {
  display: -ms-grid;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  padding: unset;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.gallery-modal-content,
.floor-modal-content {
  position: relative;
  max-width: 90%;
}

.gallery-modal-swiper-container,
.floor-modal-swiper-container {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.js-gallery__modal_info {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 24px;
  color: #000;
}

.p-base-gallery__modal-items,
.p-base-floor__modal-items,
.p-base-floor__modal-items.swiper-container {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.p-base-gallery__modal-image,
.p-base-floor__modal-image {
  height: 250px;
}

.p-base-gallery__modal-prev {
  left: 0;
}

.p-base-gallery__modal-next {
  right: 0;
}

.p-base-gallery__modal-item.swiper-slide,
.swiper-slide.p-base-floor__modal-item {
  max-width: 100%;
}

.p-base-gallery__modal-carousel,
.p-base-floor__modal-carousel {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 406px;
}

.p-base-gallery__modal-carousel-annotation {
  height: 40px;
}

_::-webkit-full-page-media,
_:future,
:root .p-base-gallery__modal-carousel-annotation {
  height: 70px;
}

.p-base-gallery__modal-close-btn,
.p-base-floor__modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.p-base-gallery__modal-close-btn::before,
.p-base-floor__modal-close-btn::before {
  content: "\e59b";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 45px;
  font-weight: 100;
}

.p-base-gallery__modal-items.swiper-container,
.swiper-container.p-base-floor__modal-items {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.p-base-gallery-carousel__pagination {
  position: absolute;
  height: 20px;
  text-align: center;
}

.p-base-gallery-carousel__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  opacity: 1;
}

.p-base-gallery-carousel__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #9f8f68;
  background-color: #9f8f68;
}

.p-base-floor {
  padding-bottom: 10px;
}

.p-base-floor .p-top-plan__content {
  margin-top: 0;
  padding: 30px 0 20px;
}

.p-base-floor__section--top {
  position: relative;
  padding: 25px 0 30px;
  background-color: #f8f7f6;
}

.p-base-floor__section-link--top {
  margin: 16px 12px 0;
}

.p-base-floor__heading-wrap--top {
  position: absolute;
  top: -10px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.p-base-floor__section {
  background-color: #f8f7f6;
  margin-top: 10px;
  padding-top: 40px;
}

.p-base-floor__section-bg,
.p-base-floor__section-bg--secondary {
  position: relative;
  padding: 35px 0 30px;
}

.p-base-floor__section-bg--secondary {
  position: relative;
}

.p-base-floor__section-text {
  font-size: 0.8125rem;
  margin: 0 20px 17px;
  line-height: 1.6363636364;
}

.p-base-floor__section-link {
  margin: 16px 12px 0;
}

.p-base-floor__section-link .c-button {
  max-width: none;
}

.p-base-floor__link {
  margin: 10px 12px 0;
}

.p-base-floor__link .c-button {
  max-width: none;
  width: 100%;
}

.p-base-floor__heading-wrap {
  position: absolute;
  top: 0px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.p-base-floor__heading {
  font-size: 1rem;
  letter-spacing: 2.4px;
  line-height: 1.1875;
  color: #202020;
  font-family: "Prompt", sans-serif;
}

.p-base-floor__heading-tag,
.p-base-floor__heading-tag--reverse {
  margin-left: 10px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202020;
  font-size: 0.5rem;
  height: 17px;
  font-weight: 700;
}

.p-base-floor__heading-tag--reverse {
  background-color: #202020;
  border: none;
  color: #ffffff;
}

.p-plan__item .p-plan__item--inner > .p-base-floor-pc-grid__carousel {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.p-plan__item .p-plan__item--inner > .p-base-floor-pc-grid__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-base-floor__plan-status-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 35px 5px;
  max-width: 414px;
  max-height: 230px;
  margin: 25px auto 40px;
}

_::-webkit-full-page-media,
_:future,
:root .p-base-floor__plan-status-booth-container {
  right: 60px;
  gap: 45px 15px;
}

.p-base-floor__plan-status-booth-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 35px 15px;
  max-width: 414px;
  max-height: 230px;
  margin: 25px auto 40px;
}

.p-base-floor__plan-status-wrap {
  text-align: center;
  max-width: 72px;
  max-height: 50px;
  line-height: 13px;
}

.p-base-floor__plan-status-wrap img {
  width: unset;
  height: 100%;
}

.p-base-floor__plan-status-wrap span {
  font-size: 11px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.p-base-floor__plan-status-wrap.--translucent-display {
  opacity: 0.2;
}

.p-base-floor__accordion-text-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  margin: 10px 0 20px;
}

.p-base-floor__accordion-annotation {
  font-size: 0.625rem;
  color: #404040;
}

.p-base-floor__accordion-updated-at-wrapper {
  margin: 18px 0 20px;
  text-align: left;
}

.p-base-floor__accordion-updated-at {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5;
}

.br-sp {
  display: block;
}

.p-base-floor__plan-status-annotation {
  display: none;
}

.p-base-floor__accordion-cancel-text-wrap {
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-top: 50px;
}

.p-base-floor__accordion-cancel-text-wrap p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 13px;
  padding: 8px;
}

.p-base-floor__accordion-cancel-text-wrap span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
}

.js-floor__modal_info {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  width: 0;
}

.js-floor__modal_info.is-active {
  display: -ms-grid;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  padding: unset;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.p-base-floor__modal-items {
  background-color: #fff;
  max-width: 100%;
}

.p-base-floor__modal-prev {
  top: 45;
  display: block;
}

.p-base-floor__modal-prev::before {
  left: 8px;
}

.p-base-floor__modal-next {
  top: 45;
  display: block;
}

.p-base-floor__modal-next::before {
  left: 10px;
}

.p-base-floor__modal-carousel {
  height: 245px;
  z-index: 10;
}

.p-base-floor-carousel__pagination {
  position: relative;
  bottom: 5px !important;
  z-index: 10;
  margin-top: 0;
}

.p-base-floor-carousel__inner {
  width: 100%;
  margin: 0 auto;
}

.p-base-floor-carousel__swiper {
  margin: 0 -50vw 0 -50vw;
  padding: 0px 63vw;
}

.p-base-floor__modal-annotation {
  position: absolute;
  bottom: 21px;
}

.p-base-floor__accordion-annotation--booth {
  display: inline-block;
  margin: -15px 20px 12px;
  font-size: 0.625rem;
  color: #404040;
}

.p-base-floor__accordion-annotation--room {
  display: inline-block;
  margin: -6px 20px 6px;
  font-size: 0.625rem;
  color: #404040;
}

.p-base-amenities {
  margin: 40px auto;
  padding-bottom: 40px;
}

.p-base-amenities .c-title {
  position: relative;
  top: 5px;
  margin: 0 0 30px 20px;
}

.p-base-amenities__contents {
  margin-top: 20px;
}

.p-base-amenities__header {
  text-align: center;
}

.p-base-amenities__header__title {
  margin: 0px 0 20px 0;
  letter-spacing: 2.75px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #262626;
}

.p-base-amenities__cards {
  margin-bottom: 20px;
}

.p-base-amenities__card {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  background-color: #ffffff;
}

.p-base-amenities__card__img {
  width: 31.64179%;
  margin-right: 10px;
}

.p-base-amenities__card__title {
  margin-bottom: 4px;
  letter-spacing: 1px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #404040;
}

.p-base-amenities__card__supplement {
  text-align: left;
  margin-bottom: 20px;
}

.p-base-amenities__card__supplement__text {
  color: #404040;
  font-size: 0.625rem;
}

.p-base-amenities__card__description {
  font-size: 0.625rem;
  color: #404040;
}

.p-base-amenities__equipments__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 15px auto 0 auto;
  width: 100%;
  max-width: 335px;
  gap: 0 5px;
}

.p-base-amenities__equipments__item {
  width: 23.88%;
  margin: 0 0 10px;
}

.p-base-amenities__equipments__item img {
  padding: 0 9px;
}

.p-base-amenities__equipments__name {
  font-size: 0.625rem;
  font-weight: bold;
}

.p-base-amenities__equipments {
  text-align: center;
}

.p-base-amenities__equipments__title {
  margin-bottom: 4px;
  letter-spacing: 2.75px;
  font-weight: bold;
  color: #262626;
  font-size: 0.75rem;
}

.p-base-amenities__equipments__subtitle {
  letter-spacing: 2.75px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #262626;
}

.p-base-access {
  margin: 0 auto;
}

.p-base-access .c-title {
  margin-left: 20px;
}

.p-base-access__contents {
  margin-top: 20px;
}

.p-base-access__map {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  height: 0;
}

.p-base-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-base-access__text-wrap {
  margin: 0 23px;
  line-height: 1.5;
  font-size: 0.6875rem;
}

.p-base-access__text {
  margin-bottom: 15px;
  line-height: 2;
}

.p-base-access__text + .p-base-access__text {
  margin-top: 8px;
}

.p-base-access__nears-list {
  margin: 0 auto 20px;
}

.p-base-access__nears-list li::before {
  content: "・";
  font-size: 1rem;
  margin-right: 0.5em;
  color: inherit;
}

.p-base-access__button {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 23px;
}

.p-base-access__button .c-button {
  width: 100%;
  max-width: none;
}

.p-base-access__wrap {
  position: relative;
  top: 50px;
}

.p-base-flow {
  margin: 80px auto 0;
}

.p-base-flow > * + * {
  margin: 16px auto 0;
}

.p-base-flow__item {
  padding: 20px;
  background-color: #f8f7f6;
}

.p-base-flow__item table {
  margin: 14px 0;
}

.p-base-flow__item table ~ .p-base-flow__item--title {
  margin-top: 20px;
}

.p-base-flow__item tr {
  border-collapse: separate;
  border-bottom: solid 10px #f8f7f6;
}

.p-base-flow__item tr th {
  width: 100px;
  font-size: 0.6875rem;
  letter-spacing: 1.8px;
  line-height: 1.6;
}

.p-base-flow__item tr td {
  font-size: 0.6875rem;
  letter-spacing: 1.8px;
  line-height: 1.6;
}

.p-base-flow__item tr td span {
  font-size: 0.6875rem;
}

.p-base-flow__item tr td .u-font-weight-bold {
  margin: 8px 0 0;
}

.p-base-flow__item--title {
  font-size: 0.75rem;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.p-base-flow__item--notes {
  width: 100%;
  margin: 10px auto 0;
  padding: 18px 15px;
  background-color: #fff;
  color: #404040;
  font-size: 0.625rem;
  line-height: 1.6;
}

.p-base-bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: #0741b6;
  z-index: 1000;
  display: none;
}

.p-base-bottom-menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.p-base-bottom-menu__link,
.p-base-bottom-menu__link--contact,
.p-base-bottom-menu__link--lineFriend,
.p-base-bottom-menu__link--tel {
  display: block;
  height: 100%;
  width: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
}

.p-base-bottom-menu__link::before,
.p-base-bottom-menu__link--contact::before,
.p-base-bottom-menu__link--lineFriend::before,
.p-base-bottom-menu__link--tel::before {
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 7px;
}

.p-base-bottom-menu__link--tel::before {
  content: "\f095";
}

.p-base-bottom-menu__link--contact::before,
.p-base-bottom-menu__link--lineFriend::before {
  content: "\f0e0";
}

.p-base-bottom-menu__link--lineFriend {
  width: 100%;
  background-color: #199428;
}

.p-base-bottom-menu__link--lineFriend::before {
  content: unset;
}

.p-base-bottom-cv {
  padding: 30px 0;
  background-color: #edebe7;
  margin: 0 0 40px;
}

.p-base-bottom-cv .p-base-bottom-cv__box {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 45px 24px 24px 24px;
}

.p-base-bottom-cv .p-base-bottom-cv__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #f4f2f0;
}

.p-base-bottom-cv .p-base-bottom-cv__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #f4f2f0;
}

.p-base-bottom-cv .p-base-bottom-cv__logo {
  width: 144.44px;
  margin: 0 auto;
}

.p-base-bottom-cv .p-base-bottom-cv__content__left {
  color: #262626;
}

.p-base-bottom-cv .p-base-bottom-cv__heading {
  font-size: 0.8125rem;
  margin-top: 30px;
  font-weight: bold;
}

.p-base-bottom-cv .p-base-bottom-cv__text {
  color: #262626;
  letter-spacing: 0.6px;
  margin-top: 12px;
  font-size: 0.625rem;
  line-height: 1.5;
}

.p-base-bottom-cv .p-base-bottom-cv__content__right {
  margin-top: 20px;
}

.p-base-bottom-cv .p-base-bottom-cv__link {
  margin-top: 20px;
  display: block;
  font-size: 0.6875rem;
  width: 100%;
  border: 1px solid #202020;
  padding: 15px 76px 18px 76px;
  text-align: center;
}

.p-base-bottom-cv .c-button {
  background: white;
  border: 1px solid #202020;
}

.p-base-bottom-cv .c-button__text {
  color: #202020;
  letter-spacing: 0.85px;
}

.p-base-bottom-cv .c-button__arrow-right {
  background: #202020;
  color: white;
}

.p-base-bottom-cv__decoration::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #f4f2f0;
}

.p-base-bottom-cv__decoration::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #f4f2f0;
}

.p-base-about {
  padding: 30px 0;
}

.p-base-about__text {
  padding: 40px 30px;
  background-color: #fff;
  color: #262626;
  letter-spacing: 0.6px;
  margin-top: 12px;
  font-size: 0.625rem;
  line-height: 1.7;
}

.p-line-at__container {
  margin: 95px auto 0;
  background: url("../images/base/line_at_bg_pc.jpg");
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
}

.p-line-at__contentWrap {
  max-width: 960px;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.p-line-at__titleText {
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.p-line-at__textInfo {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-line-at__cvPrompt {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 0.9rem;
  letter-spacing: 5px;
  font-family: sans-serif;
  font-weight: bold;
}

.p-line-at__cvPrompt::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-45deg);
}

.p-line-at__cvPrompt::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(45deg);
}

.p-line-at__cvButton {
  position: relative;
  display: block;
  background-color: #00b900;
  color: #fff;
  max-width: 500px;
  padding: 20px;
  margin: 20px auto 0;
  font-size: 1.1rem;
  font-family: sans-serif;
  font-weight: bold;
}

.p-line-at__arrowRightButton {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p-line-at__arrowRightButton::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7rem;
  color: #000;
  position: relative;
  left: 1px;
  font-weight: 400;
  z-index: 10;
}

.p-event-voice {
  background-color: #edebe7;
}

.p-event-voice__heading {
  padding: 40px;
  background-color: #edebe7;
}

.p-headeing__title {
  margin: 0 auto;
  max-width: 460px;
}

.p-event-voice__contents-wrapper {
  padding: 0 20px;
}

.p-event-voice__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 2%;
  margin: 0 auto;
  max-width: 520px;
}

.p-event-voice__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 20px 30px 20px;
}

.p-event-voice__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  background-color: white;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  color: #1a1a1a;
}

.p-event-voice__pagination .current {
  text-decoration: underline;
}

.p-event-voice__pagination .dots {
  background: none;
  color: #89733d;
  border: none;
}

.p-event-voice__pagination .prev {
  display: none;
  margin-right: 40px;
  width: 20px;
  height: 28px;
  background-color: white;
  border: #d4d1c9 solid 1px;
  cursor: pointer;
}

.p-event-voice__pagination .prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 400;
  color: #89733d;
}

.p-event-voice__pagination .next {
  display: none;
  margin-left: 40px;
  width: 20px;
  height: 28px;
  background-color: white;
  border: #d4d1c9 solid 1px;
  cursor: pointer;
}

.p-event-voice__pagination .next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 400;
  color: #89733d;
}

.p-pagination__prev-button--inactive {
  margin-right: 40px;
  width: 20px;
  height: 28px;
  background-color: white;
  border: #d4d1c9 solid 1px;
  cursor: pointer;
}

.p-pagination__prev-button--inactive::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 400;
  color: #cdcdcd;
}

.p-pagination__next-button--inactive {
  margin-left: 40px;
  width: 20px;
  height: 28px;
  background-color: white;
  border: #d4d1c9 solid 1px;
  cursor: pointer;
}

.p-pagination__next-button--inactive::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 400;
  color: #cdcdcd;
}

.p-event-voice.p-topics {
  background-color: white;
}

.p-event-voice__main .p-top-news__card {
  display: block;
}

.p-event-voice__main .p-event-voice__contents-wrapper {
  padding: 0 125px;
  margin-top: 25px;
}

.p-event-voice__main .p-event-voice__contents {
  padding: 0;
}

.p-event-voice__title {
  margin: 0 20px 60px;
  font-size: 104px;
  line-height: 1.4;
  font-family: "Prompt", sans-serif;
}

.p-accordion {
  margin: 16px 10px 0;
}

.p-accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #202020;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.p-accordion__button::before {
  content: "\f053";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #404040;
}

.p-accordion__button.active::before {
  transform: translateY(-50%) rotate(90deg);
}

.p-accordion__contents-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align: right;
  white-space: nowrap;
  border-top: 1px solid #929292;
}

.p-accordion__contents-table tr {
  height: 40px;
}

.p-accordion__contents-table tr + tr {
  border-bottom: 1px solid #929292;
}

.p-accordion__contents-table tr:nth-of-type(1) {
  text-align: center;
  font-weight: bold;
}

.p-accordion__contents-table th {
  text-align: center;
}

.p-accordion__contents-table th:nth-of-type(1) {
  width: 10.6%;
}

.p-accordion__contents-table th:nth-of-type(2) {
  width: 10.3%;
}

.p-accordion__contents-table th:nth-of-type(3) {
  width: 9.3%;
}

.p-accordion__contents-table th:nth-of-type(4) {
  width: 10.3%;
}

.p-accordion__contents-table th:nth-of-type(5) {
  width: 11.3%;
}

.p-accordion__contents-table th:nth-of-type(6) {
  width: 13.3%;
}

.p-accordion__contents-table th > .small {
  font-size: 0.625rem;
}

.p-accordion__contents-table th,
.p-accordion__contents-table td {
  padding: 4px;
  vertical-align: middle;
  font-size: 0.6875rem;
}

.p-accordion__contents-table td + td,
.p-accordion__contents-table th + th {
  border-left: 1px solid #edebe7;
}

.p-accordion__contents-table-sp {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  table-layout: fixed;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.p-accordion__contents-table-sp tbody {
  width: 100%;
  display: inline-table;
  table-layout: fixed;
}

.p-accordion__contents-table-sp tr + tr {
  width: 100%;
  border-top: 1px solid #edebe7;
}

.p-accordion__contents-table-sp th,
.p-accordion__contents-table-sp td {
  width: 100%;
  padding: 8px;
  font-size: 11px;
  border-right: 1px solid #edebe7;
  border-left: 1px solid #edebe7;
  text-align: center;
  vertical-align: middle;
  white-space: break-spaces;
  line-height: normal;
}

.p-accordion__contents-table-sp tr:nth-of-type(1) {
  background: #f6f4f1;
}

.p-accordion__contents-table-sp tr:nth-of-type(1) th:first-child,
.p-accordion__contents-table-sp tr:nth-of-type(1) td:first-child {
  width: 95px;
}

.p-accordion__contents-table-sp tr:nth-of-type(2) {
  background: #f6f4f1;
}

.p-accordion__contents-table-sp tr:nth-of-type(2) th:first-child,
.p-accordion__contents-table-sp tr:nth-of-type(2) td:first-child {
  min-width: 125px;
}

.p-accordion__contents-table-sp tr:nth-of-type(2) th:nth-child(2),
.p-accordion__contents-table-sp tr:nth-of-type(2) th:nth-child(3),
.p-accordion__contents-table-sp tr:nth-of-type(2) td:nth-child(2),
.p-accordion__contents-table-sp tr:nth-of-type(2) td:nth-child(3) {
  min-width: 62.5px;
}

.p-accordion__contents-table-sp tr:nth-of-type(2n + 3) {
  border-top: 1px solid #262626;
}

.p-accordion__contents-table-sp tr:nth-of-type(2n + 3) th:first-child,
.p-accordion__contents-table-sp tr:nth-of-type(2n + 3) td:first-child {
  background: #f6f4f1;
}

.p-accordion__contents-table-sp .small {
  font-size: 0.625rem;
}

.p-plan-heading {
  padding: 30px 0;
  background-color: #edebe7;
}

.p-plan__items {
  margin-bottom: 60px;
}

.p-plan__item {
  background: linear-gradient(to bottom, #fff 12px, #f8f7f6 12px);
}

.p-plan__item .p-plan__item--inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(55.55vw, 800px) 1fr;
  grid-template-columns: min(55.55vw, 800px) 1fr;
  grid-template-areas: "heading carousel";
  background-color: white;
}

.p-plan__item .p-plan__item--inner img {
  width: 100%;
  aspect-ratio: 4/3;
}

.p-plan__item--heading {
  margin: 20px 20px 0;
  grid-area: heading;
}

.p-plan__item .p-plan__item--inner > .p-plan__item--heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-plan__item--slider {
  width: 100%;
  grid-area: carousel;
}

.p-plan__item .p-plan__item--inner > .p-plan__item--slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
}

.p-plan__links {
  display: none;
}

.p-plan__link--button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;
  height: 70px;
  border: 1px solid #202020;
  background-color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: all 0.2s ease-in-out;
}

.p-plan__link--button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #202020;
}

.p-plan__link--button .c-button__arrow-under {
  background: #202020;
}

.p-plan__link--button .c-button__arrow-under::before {
  color: #fff;
}

.p-plan__link--button:hover {
  background-color: #202020;
}

.p-plan__link--button:hover a {
  color: #ffffff;
}

.p-plan__link--button:hover .c-button__arrow-under {
  background: #ffffff;
}

.p-plan__link--button:hover .c-button__arrow-under::before {
  color: #202020;
}

.p-plan__tab {
  display: flex;
  margin: 0 0 30px;
  padding: 0 40px 0;
  background-color: #edebe7;
  border-bottom: 1px solid #202020;
}

.p-plan__tab > * + * {
  margin: 0 0 0 17px;
}

.p-plan__tab--button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 11px 0;
  cursor: pointer;
  background-color: #202020;
  border: solid 1px #202020;
  border-bottom: solid 1px transparent;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 0.6875rem;
}

.p-plan__tab--button:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #202020;
}

.p-plan__tab--button.is-active {
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #202020;
}

.p-plan__tab--button.is-active:after {
  background-color: #fff;
}

.p-tab-area.is-active {
  display: block;
}

.p-plan__item-wrapper {
  width: 91.3%;
  min-width: 1024px;
  max-width: calc(50% + 595px);
  margin-right: auto;
}

.p-plan__item-wrapper .swiper-slide {
  width: 55.55vw;
  max-width: 800px;
  aspect-ratio: 4/3;
}

.p-plan__item--title {
  display: flex;
  margin: 30px 0 40px;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  color: #1a1a1a;
}

.p-plan__item--title-ja {
  margin-left: 10px;
  padding: 2px 6px;
  font-size: 0.625rem;
  background-color: #202020;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
}

.p-plan__item--text {
  font-size: 24px;
  line-height: 40px;
  margin: auto 0;
  font-weight: 500;
  color: #1a1a1a;
}

.p-plan__item--text ul .p-plan__item--list {
  position: relative;
  display: flex;
  font-size: 13px;
  letter-spacing: 1px;
}

.p-plan__item--text .p-plan__item--list::before {
  content: "";
  position: relative;
  top: 11px;
  margin: 0 7px;
  display: inline-block;
  background-color: #1a1a1a;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.p-plan__item--note {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 40px auto 0;
}

.p-plan__item-list-wrapper {
  color: #1a1a1a;
}

.p-plan__item--list {
  margin: 0 0 clamp(8px, 2vw, 28.8px);
  padding-left: 20px;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  list-style: disc;
}

.p-plan__item--slider {
  margin: 0 auto 0;
}

.p-plan-list {
  padding: 0 0 30px;
  background: linear-gradient(to bottom, #fff 12px, #f8f7f6 12px);
}

.p-plan-list__content {
  display: flex;
  gap: 0 15px;
  margin: 20px auto 0;
}

.p-plan-list__item {
  position: relative;
  overflow: hidden;
}

.p-plan__title {
  position: absolute;
  top: 10px;
  padding: 3px 7px;
  background-color: #202020;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-plan__title--en {
  position: absolute;
  bottom: -23px;
  width: 200px;
  padding: 0 40px 0 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  background-color: rgba(212, 209, 201, 0.6);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2.5px;
}

.p-plan__image {
  width: 100%;
  height: 200px;
}

.p-plan__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-plan-list__table {
  margin: 30px auto 0;
}

.p-plan-list__table > * + * {
  margin-top: 20px;
}

.p-plan-list__table--contents {
  height: 100%;
  display: flex;
}

.p-plan-list__table--name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #edebe7;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.p-plan-list__table--name i {
  margin: 0 8px 0 0;
  font-style: normal;
}

.p-plan-list__table--name::after {
  content: "\f053";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #404040;
}

.p-plan-list__table--name.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-icon-marker-check::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 13px;
  height: 17px;
  background: url("../images/location-check-sharp-solid.svg");
  background-repeat: no-repeat;
}

.p-plan-list__category {
  display: flex;
  flex-direction: column;
  width: 38%;
  min-width: 120px;
  background-color: #fff;
  border-right: 1px solid #edebe7;
}

.p-plan-list__category--name {
  padding: 12px 0 12px 24px;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-plan-list__category--name:not(:last-child) {
  border-bottom: solid 1px #edebe7;
}

.p-plan-list__equipment {
  width: 100%;
  background-color: #fff;
}

.p-plan-list__equipment--name {
  padding: 12px 0 12px 24px;
  font-size: 0.75rem;
}

.p-plan-list__equipment--name:not(:last-child) {
  border-bottom: solid 1px #edebe7;
}

.p-plan-list__asterisk--first {
  position: relative;
}

.p-plan-list__asterisk--first::after {
  content: "※1";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.6em;
  display: inline-block;
}

.p-plan-list__asterisk--second {
  position: relative;
}

.p-plan-list__asterisk--second::after {
  content: "※2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.6em;
  display: inline-block;
}

.p-plan-service {
  margin: 28px auto 0;
  padding: 0 0 30px;
  background: linear-gradient(to bottom, #fff 12px, #f8f7f6 12px);
}

.p-plan-service__items {
  margin: 30px auto 0;
}

.p-plan-service__items > * + * {
  margin-top: 20px;
}

.p-plan-service__item--name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #edebe7;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.p-plan-service__item--name i {
  margin: 0 8px 0 0;
  font-style: normal;
}

.p-plan-service__item--text {
  padding: 10px 30px;
  font-size: 0.6875rem;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
}

.p-plan__notes-wrap {
  text-align: right;
}

.p-plan__notes {
  display: inline-block;
  margin: 20px 0 0 auto;
  color: #404040;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
}

.p-plan__notes a {
  text-decoration: underline;
}

.p-plan__notes a:hover {
  -webkit-text-emphasis: none;
  text-emphasis: none;
}

.p-plan-option {
  position: relative;
  padding: 71px 0;
  margin-top: 45px;
  background-color: #f8f7f6;
}

.p-plan-option__title-area {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 229px;
}

.p-plan-option__title-img {
  width: 100%;
}

.p-plan-option__title {
  text-align: center;
  padding-top: 11px;
  font-size: 10px;
  font-weight: 500;
  color: #262626;
  line-height: 1.5;
}

.p-plan-option__card-wrapper {
  display: none;
  justify-content: center;
  -moz-column-gap: 1.38%;
  column-gap: 1.38%;
}

.p-plan-option__card {
  width: 375px;
}

.p-plan-option__card-content {
  width: 100%;
}

.p-plan-option__card-head {
  position: relative;
  width: 100%;
  aspect-ratio: 376/329;
}

.p-plan-option__card-head img {
  width: 100%;
  aspect-ratio: 376/329;
}

.p-plan-option__card-head-annotation {
  position: absolute;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #fff;
}

.p-plan-option__card-body {
  padding: 32px 8%;
  background-color: #fff;
  color: #262626;
}

.p-plan-option__card-name-area {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-plan-option__card-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.16;
}

.p-plan-option__card-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 0 5px;
  background-color: #202020;
  font-size: 12px;
  text-wrap: nowrap;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.p-plan-option__card-detail {
  height: 44px;
  margin: 16px 0 21px;
  font-size: 15px;
  line-height: 1.47;
}

.p-plan-option__card-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 34px;
  border: 1px solid #d5d5d5;
  width: 100%;
  height: 48px;
}

.p-plan-option__card-button::after {
  content: "\f054";
  transform: rotate(90deg);
  position: absolute;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  aspect-ratio: 1;
  background-color: #202020;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #fff;
}

.p-plan-option__list {
  position: relative;
}

.p-plan-option__list > * + * {
  margin-top: 20px;
}

.p-plan-option__list-ele-link {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0 40px 0 20px;
  height: 72px;
  border: 1px solid #202020;
  background-color: #fff;
}

.p-plan-option__list-ele-link::after {
  content: "\f054";
  transform: rotate(90deg);
  position: absolute;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  aspect-ratio: 1;
  background-color: #202020;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  color: #fff;
}

.p-plan-option__ele-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.p-plan-option__list-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background-color: #202020;
  height: 17px;
  font-size: 10px;
  line-height: 1;
  color: white;
  font-weight: bold;
}

/* 共通 */

/* Compare Plans */

.p-plan-compare {
  margin-top: 180px;
}

.p-plan-compare__title {
  font-family: "Prompt", sans-serif;
  font-size: 96px;
  line-height: 1;
  padding-left: 30px;
  max-width: 1440px;
  margin: auto;
}

.p-plan-compare__table-wrapper {
  margin: 60px auto 180px;
  max-width: 1190px;
}

.p-plan-compare__table-img {
  width: 338px;
  max-width: calc((100vw - 150px) / 3);
  height: 200px;
  border-left: 2px solid #1a1a1a;
}

.p-plan-compare__table th {
  min-width: 150px;
  vertical-align: middle;
}

.p-plan-compare__table-item-name {
  padding-left: 27px;
  width: 176px;
}

.p-plan-compare__table td {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.p-plan-compare__table td {
  border-left: 2px solid #1a1a1a;
}

.p-plan-compare__table-row {
  height: 60px;
}

.p-plan-compare__table-row:nth-child(odd) {
  background-color: #f5f5f5;
}

.p-plan-compare__plan-name {
  font-family: "Prompt", sans-serif;
  margin-bottom: 25px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.p-plan-compare__note {
  margin-top: 30px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

/* service */

.p-service {
  margin: 100px 0 131px;
}

.p-service__title {
  font-family: "Prompt", sans-serif;
  font-size: 96px;
  line-height: 1;
  padding-left: 30px;
  max-width: 1440px;
  margin: auto;
}

.p-service__table-wrapper {
  margin: 60px auto 180px;
  max-width: 1190px;
  width: 82.6%;
}

.p-service__table {
  width: 100%;
}

.p-service__table tr {
  height: 60px;
}

.p-service__table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.p-service__table th {
  padding-left: 27px;
  vertical-align: middle;
  width: 180px;
  border-right: 2px solid #1a1a1a;
}

.p-service__table td {
  padding-left: 45px;
  vertical-align: middle;
}

.p-service__note {
  margin: 24px 0 0;
  font-size: 13px;
}

.p-plan__table-wrapper--sp {
  display: none;
}

.p-plan__table-wrapper--sp > * + * {
  margin-top: 60px;
}

.p-plan__table-wrapper--sp {
  margin-top: 40px;
}

.p-plan__table-wrapper--sp .p-plan-compare__table-img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/200;
}

.p-plan__table-wrapper--sp .p-plan__table-title {
  font-size: 32px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.p-plan__table-note--sp {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 20px;
}

.p-drop-news__inner {
  max-width: 786px;
  margin: 80px auto 180px;
}

.p-drop-news__head {
  position: relative;
  right: 41px;
  display: flex;
  justify-content: space-between;
}

.p-drop-news__title {
  font-size: 48px;
  line-height: 1.43;
  font-weight: 500;
}

.p-drop-news__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
  position: relative;
  top: 8px;
}

.p-drop-news__list {
  margin: 110px auto;
}

.p-drop-news__list > * + * {
  margin-top: 30px;
}

.p-drop-news__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
  column-gap: 27px;
}

.p-drop-news__item-text {
  font-size: 16px;
  letter-spacing: 0.1rem;
}

.p-drop-news__item-tag {
  background-color: #1a1a1a;
  text-align: center;
  min-width: 100px;
  font-weight: bold;
  padding: 5px 18px 6px;
  line-height: 1;
  font-size: 16px;
  color: white;
}

.p-drop-flow__inner {
  padding: 0 105px 0 25px;
  max-width: 1440px;
  margin: 180px auto;
}

.p-drop-flow__title {
  font-size: 104px;
  font-family: "Prompt", sans-serif;
  line-height: 1;
}

.p-drop-flow__card-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 80px;
  padding-left: 100px;
}

.p-drop-flow__card + .p-drop-flow__card .p-drop-flow__card-img::before {
  content: "";
  position: absolute;
  left: -17%;
  top: 49%;
  display: inline-block;
  width: 13px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("../images/drop-in/chevron-right.svg");
}

.p-drop-flow__card-img {
  position: relative;
  margin: auto;
  max-width: 200px;
  border: 1px solid black;
}

.p-drop-flow__card-img img {
  width: 100%;
}

.p-drop-flow__card {
  position: relative;
  width: 16.5%;
}

.p-drop-flow__card-body {
  margin-top: 30px;
}

.p-drop-flow__card-title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.p-drop-flow__card-text {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.1rem;
}

.p-drop-flow__line-btn {
  width: 500px;
  max-width: 100%;
  height: 80px;
  background-color: #00b900;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
}

.p-drop-flow__line-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-drop-flow__line-btn a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.p-drop-access__inner {
  padding: 0 30px;
  max-width: 1440px;
  margin: 0 auto 180px;
}

.p-drop-access__title {
  position: relative;
  top: 37px;
  font-size: 104px;
  font-family: "Prompt", sans-serif;
  line-height: 1;
}

.p-drop-access__title .c-title--sub {
  position: relative;
  bottom: 30px;
}

.p-drop-access__map {
  width: 570px;
  aspect-ratio: 560/400;
}

.p-drop-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-drop-access__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
  margin-left: 95px;
}

.p-drop-access__text-area {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15rem;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-7 {
  margin-top: 7px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-m-auto {
  margin: 0 auto;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-display-none {
  display: none;
}

.u-br-sp-only {
  display: none;
}

.u-font-weight-bold {
  font-weight: 700;
}

.u-font-weight-light {
  font-weight: 300;
}

.u-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-column-center-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-position-relative {
  position: relative;
}

.u-position-top {
  top: 0;
}

.u-position-bottom {
  bottom: 0;
}

.u-position-left {
  left: 0;
}

.u-position-right {
  right: 0;
}

.u-liststyle__disc-blue li::before {
  content: "";
}

.u-text-align-left {
  text-align: left;
}

.u-text-align-right {
  text-align: right;
}

.u-text-align-center {
  text-align: center;
}

@media (min-width: 1024px) {
  main {
    padding: 95px 0 0;
  }

  main.l-concept {
    padding: 95px 0 100px;
  }

  .l-footer {
    margin-bottom: 0;
  }

  .l-footer-nav__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .l-footer-info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .l-footer-info__img-wrap {
    margin-bottom: 0;
  }

  .l-footer-info__text-wrap {
    text-align: right;
  }

  .l-header,
  .l-header--base {
    width: 100%;
    height: 95px;
  }

  .l-header--base {
    margin: 0;
  }

  .l-header--base .l-header-sp {
    width: 100%;
    display: none;
  }

  .l-header-base-sp__nav {
    display: none;
  }

  .l-location_menu__list .p-location__item {
    width: 100%;
  }

  .l-fixed_menu {
    width: 80%;
    max-width: 1160px;
    height: auto;
    margin: 50px auto 0;
    padding: 0 0 30px;
    z-index: 100;
  }

  .l-content-inner {
    width: 93%;
    max-width: 1160px;
  }

  .l-plan-content-inner {
    width: 80%;
    max-width: 1160px;
  }

  .c-button {
    height: 70px;
    max-width: 480px;
  }

  .c-button:hover {
    background-color: #202020;
  }

  .c-button:hover .c-button__text {
    color: #ffffff;
  }

  .c-button:hover .c-button__arrow-right {
    transition: all 0.2s ease-in-out;
    background: #ffffff;
  }

  .c-button:hover .c-button__arrow-right::before {
    color: #202020;
  }

  .c-button:hover .c-button__arrow-under {
    transition: all 0.2s ease-in-out;
    background: #ffffff;
  }

  .c-button:hover .c-button__arrow-under::before {
    color: #202020;
  }

  .c-button__text {
    font-size: 14px;
  }

  .c-button__arrow-under {
    top: 25px;
    right: 16px;
    height: 20px;
    width: 20px;
  }

  .c-button__arrow-right {
    top: 25px;
    right: 16px;
    height: 20px;
    width: 20px;
  }

  .c-button__arrow-bottom {
    bottom: 37px;
    left: 40%;
    height: 20px;
    width: 20px;
  }

  .c-button__arrow-bottom::before {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .c-title {
    font-size: 2.25rem;
    letter-spacing: 5.25px;
  }

  .c-title--sub {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2.25px;
  }

  .c-title--rough {
    font-size: 2.25rem;
  }

  .c-card-event-voice {
    width: 23%;
    margin: 0;
    font-size: 0.875rem;
    line-height: 20px;
  }

  .c-card-event-voice__text-content {
    height: 200px;
  }

  .c-card-event-voice__title {
    font-size: 1rem;
    line-height: 24px;
    min-height: 48px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-concept__bgImg h3 {
    top: 170px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-concept-midPlace__title--sub {
    top: 205px;
  }

  .p-top-mainvisual {
    min-height: 600px;
    padding: 100px 0 0;
  }

  .p-top-mainvisual::before {
    width: 380px;
    height: 600px;
    right: unset;
    left: 38%;
    transform: skew(-31deg);
    opacity: 0.6;
    background-image: linear-gradient(219deg, #ffffff 15%, rgba(255, 255, 255, 0.35) 86%);
  }

  .p-top-mainvisual::after {
    right: unset;
    left: 39%;
    z-index: 2;
    width: 200px;
    height: 435px;
    transform: skew(-31deg);
    opacity: 0.9;
    background-image: linear-gradient(213deg, rgba(205, 194, 161, 0.6) 0%, #b7a77f 100%);
  }

  .p-top-mainvisual__title {
    margin: 0;
    font-size: 2.375rem;
    letter-spacing: 2px;
  }

  .p-top__mainvisual__text {
    font-size: 0.8125rem;
    margin: 40px 0 0;
  }

  .p-top-mainvisual__contact {
    margin: 40px 0 0;
  }

  .p-top-mainvisual__contact--button {
    max-width: 450px;
    height: 60px;
    margin: 0 auto 0 0;
    font-size: 0.875rem;
    box-shadow: inset 7px 0 0px 0px #142c3e, inset 8px 0 0px 0px #fff,
      inset -7px 0px 0px 0px #142c3e, inset -8px 0px 0px 0px #fff;
  }

  .p-top-mainvisual__campaign {
    position: relative;
    left: unset;
    bottom: unset;
    transform: translateX(0%);
    max-width: 450px;
    margin: 75px auto 0 0;
    padding: 15px 0 18px;
  }

  .p-top-mainvisual__campaign--title {
    font-size: 0.8125rem;
  }

  .p-top-mainvisual__campaign--text {
    margin: 13px 0 0;
    font-size: 0.75rem;
  }

  .p-top-mainvisual__campaign--text::after {
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
    transform: translateY(0%) scale(1);
    line-height: 14px;
    font-size: 0.625rem;
  }

  .p-top-concept::before {
    height: 35px;
  }

  .p-top-concept::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5%;
    background-color: #ffffff;
  }

  .p-top-concept::after {
    height: 6%;
  }

  .p-top-concept {
    background: linear-gradient(90deg, #e2dfd9 0, #e2dfd9 50%, #edebe7 50%, #edebe7 100%);
    margin: 35px auto 75px;
  }

  .p-top-concept--text {
    padding: 32px;
    background-color: white;
    font-size: 1rem;
    letter-spacing: 1.8px;
    line-height: 28px;
    border: 24px solid;
    -o-border-image: linear-gradient(#f5f4f1, #f5f4f1) 50%;
    border-image: linear-gradient(#f5f4f1, #f5f4f1) 50%;
  }

  .p-top-concept--text > p {
    max-width: 600px;
    margin: 0 auto;
  }

  .p-top-feature {
    background: #f8f7f6;
  }

  .p-top-feature > h2 > span {
    margin-top: 20px;
  }

  .p-top-feature--inner::before,
  .p-top-feature--inner::after {
    top: -60px;
    width: 30px;
    height: 30px;
  }

  .p-top-feature--inner::before {
    left: 0%;
    border-top: 10px solid #9f8f68;
    border-left: 10px solid #9f8f68;
  }

  .p-top-feature--inner::after {
    right: 0%;
    border-top: 10px solid #9f8f68;
    border-right: 10px solid #9f8f68;
  }

  .p-top-feature--items {
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f8f7f6;
    padding: 30px 0 80px;
  }

  .p-top-feature--item {
    width: 50%;
    border-top: 1px solid #d5d5d5;
  }

  .p-top-feature--item:nth-child(1),
  .p-top-feature--item:nth-child(4) {
    background-color: #edebe7;
  }

  .p-top-feature--item:nth-child(2),
  .p-top-feature--item:nth-child(3) {
    background-color: #fff;
  }

  .p-top-feature__item--title {
    justify-content: start;
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 40px 0 12px;
  }

  .p-top-feature__item--title-num {
    margin: 0 34px 10px 0;
    font-size: 1.875rem;
    -webkit-font-smoothing: auto;
  }

  .p-top-feature__item--title-num::before {
    top: 0;
    left: 56px;
    height: 64px;
  }

  .p-top-feature__item--content {
    width: 100%;
    margin-bottom: 60px;
  }

  .p-top-feature__item--image {
    display: none;
  }

  .p-top-feature__item--list li::before {
    font-size: 16px;
  }

  .p-top-feature__item--list {
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .p-top-feature__item--list ul > * + * {
    margin: 18px 0 0;
  }

  .p-top-feature__item--list02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
  }

  .p-top-feature__item--list02 ul > * + * {
    margin: 0;
  }

  .p-top-feature__item--list02 li {
    width: 50%;
  }

  .p-top-plan {
    margin: 90px auto 80px;
    background: linear-gradient(
      to bottom,
      #fff 24px,
      #edebe7 24px,
      #edebe7 93%,
      #fff 93%
    );
  }

  .p-top-plan__content {
    gap: 0 15px;
    justify-content: center;
  }

  .p-top-plan__menu {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 20em;
  }

  .p-top-plan__items,
  .p-top-plan__items--base {
    padding: 16px 0;
    border-bottom: none;
  }

  .p-top-plan__items--base {
    padding: 7px 0;
  }

  .p-top-plan__items:nth-of-type(even),
  .p-top-plan__items--base:nth-of-type(even) {
    border-right: 1px solid #262626;
  }

  .p-top-plan__items:last-child,
  .p-top-plan__items--base:last-child {
    border-right: none;
  }

  .p-top-plan__item {
    width: 31%;
    letter-spacing: 1.8px;
    text-align: center;
    font-size: 18px;
    opacity: 1;
  }

  .p-top-plan__item--base {
    letter-spacing: 1.8px;
    text-align: center;
    font-size: 18px;
    opacity: 1;
  }

  .p-top-plan__item--base span {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
  }

  .p-top-plan__title {
    top: 17px;
    left: 0px;
    font-size: 0.875rem;
    padding: 7px 12px;
    letter-spacing: 1px;
  }

  .p-top-plan__title--en {
    right: 4px;
    bottom: -100px;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 4px;
    text-align: right;
    background-color: transparent;
  }

  .p-top-plan__image {
    margin-left: auto;
    height: 100%;
    width: 88%;
  }

  .p-top-flow h2 {
    margin: 0;
  }

  .p-top-flow__content > * + * {
    margin: 0;
  }

  .p-top-flow__content {
    justify-content: space-between;
    gap: 27px 0;
    margin: 35px auto 60px;
  }

  .p-top-flow__item {
    position: relative;
    width: 23%;
    min-width: 23%;
    padding: 28px 28px 42px 30px;
  }

  .p-top-flow__item:not(:first-child):not(:last-child)::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
    border: solid 12px transparent;
    border-left: solid 12px #d4d1c9;
  }

  .p-top-flow__item-step01 {
    width: 100%;
  }

  .p-top-flow__item-step01::after {
    content: "";
    position: absolute;
    left: 11%;
    bottom: -24px;
    transform: translateX(-50%);
    border: solid 12px transparent;
    border-top: solid 12px #d4d1c9;
  }

  .p-top-flow__item-step01 .p-top-flow__text {
    padding-left: 67px;
  }

  .p-top-flow__title {
    font-size: 1.5rem;
  }

  .p-top-flow__title--small {
    font-size: 1.0625rem;
  }

  .p-top-flow__title--num {
    font-size: 2rem;
  }

  .p-top-flow__title--num::before {
    font-size: 13px;
  }

  .p-top-flow__title--num::after {
    height: 50px;
  }

  .p-top-flow__text {
    font-size: 0.875rem;
    margin: 20px 0 0;
  }

  .p-top-flow__text > span {
    font-weight: 700;
  }

  .p-top-flow__text-wrap-step01 {
    display: flex;
    justify-content: space-between;
  }

  .p-top-flow__contact-button {
    display: block;
    width: 44%;
    margin-top: 0;
  }

  .p-top-event-voice {
    background: linear-gradient(
      to bottom,
      #fff 26px,
      #f8f7f6 26px,
      #f8f7f6 93%,
      #fff 93%
    );
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .p-top-event-voice--base h2 {
    margin: 0;
  }

  .p-top-event-voice--base {
    margin-top: 95px;
    margin-bottom: 60px;
    padding-bottom: 0px;
  }

  .p-top-event-voice-single {
    background: linear-gradient(
      to bottom,
      #fff 26px,
      #f8f7f6 26px,
      #f8f7f6 93%,
      #fff 93%
    );
    padding-bottom: 80px;
    margin-top: 60px;
  }

  .p-top-event-voice__content {
    margin-top: 35px;
    gap: 0;
  }

  .p-top-faq__show-all-faq {
    top: 35px;
  }

  .p-top-contact {
    margin-top: 115px;
  }

  .p-template-top__text-wrapper {
    padding: 130px 270px 40px;
  }

  .p-template-top__text {
    padding-bottom: 16px;
    font-size: 2rem;
  }

  .p-template-top__text span {
    padding: 0px 13px 0px 22px;
  }

  .p-tepalate-main-container {
    max-width: 1440px;
    margin: auto;
  }

  .p-template-main__img--wrap {
    margin: 40px 270px 0;
  }

  .p-template-main__text {
    padding-top: 48px;
    margin: 0 270px;
  }

  .p-template-main__text h2 {
    font-size: 1.5rem;
  }

  .p-template-main__text h3 {
    font-size: 1.125rem;
    padding-top: 20px;
  }

  .p-template-main__text p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .p-template-main__text--beige {
    padding: 18px 32px;
  }

  .p-template-main__text--beige::before {
    left: -11px;
    top: -27px;
  }

  .p-template-main__list {
    padding-top: 20px;
    font-size: 1rem;
  }

  .p-template__main--inner {
    margin: 0 270px;
  }

  .p-template__main--inner h1 {
    margin: 48px 0 10px 0;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .p-template__main--inner h2 {
    margin: 48px 0 10px 0;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .p-template__main--inner h3 {
    font-size: 1.125rem;
    padding-top: 20px;
  }

  .p-template__main--inner h4 {
    font-size: 1.125rem;
    padding-top: 20px;
  }

  .p-template__main--inner h5 {
    font-size: 1.125rem;
    padding-top: 20px;
  }

  .p-template__main--inner h6 {
    font-size: 1.125rem;
    padding-top: 20px;
  }

  .p-template__main--inner p {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 24px;
  }

  .p-template__main--inner blockquote {
    margin-top: 20px;
    padding: 18px 32px;
  }

  .p-template__main--inner blockquote::before {
    transform: scale(1);
    left: 13px;
    top: -6px;
  }

  .p-template__main--inner ul {
    margin: 16px 0 16px 6px;
  }

  .p-template__main--inner ul li {
    font-size: 1rem;
    line-height: 24px;
  }

  .p-template__main--inner ul li::before {
    font-size: 1rem;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 16px 1px 0;
  }

  .p-template__main--inner ol li {
    font-size: 1rem;
    line-height: 24px;
  }

  .p-template__main--inner ol li:before {
    margin-right: 11px;
  }

  .p-faq {
    padding: 70px 140px 40px 140px;
  }

  .p-faq__main {
    margin: 0 auto;
    max-width: 1700px;
  }

  .p-faq__heading {
    padding: 50px 0 0;
  }

  .p-heading__title-en span {
    padding: 5px 15px;
    font-size: 40px;
  }

  .p-heading__title-jp span {
    padding: 5px 15px;
    font-size: 16px;
  }

  .p-faq__filter-bar {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 0px;
  }

  .p-filter-bar__item,
  .filter-bar-selected {
    font-size: 14px;
  }

  .p-faq__contents {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin: 60px 95px;
    border: none;
  }

  .p-contents-left,
  .p-contents-right {
    width: 50%;
  }

  .p-contents-left > * + *,
  .p-contents-right > * + * {
    margin-top: 30px;
  }

  .p-contents-right {
    margin-top: 0;
  }

  .p-faq__accordion:last-child {
    border-bottom: none;
  }

  .p-faq__question {
    padding: 34px 30px;
    min-height: 70px;
  }

  .p-question__text {
    font-size: 16px;
  }

  .p-question__show-answer-button::before {
    font-size: 18px;
  }

  .p-question__show-answer-button {
    width: 20px;
    height: 20px;
  }

  .p-faq__answer {
    padding: 30px;
  }

  .p-answer__text {
    font-size: 13px;
    line-height: 20px;
  }

  .p-location {
    margin: 95px auto 0;
  }

  .p-location h2 {
    margin: 0;
  }

  .p-sort__title {
    width: auto;
    margin: 0 16px 0 0;
    font-size: 1rem;
  }

  .p-sort__title::before {
    margin: 0 6px 0 0;
    font-size: 0.9375rem;
  }

  .p-location__items {
    margin: 40px auto 0;
    gap: 30px 1%;
    justify-content: start;
  }

  .p-location__item {
    width: 19%;
    margin: 0;
  }

  .p-location__label {
    bottom: 14px;
    padding: 5px 10px;
    font-size: 0.8125rem;
    font-weight: 700;
  }

  .p-location__text {
    padding: 20px 20px 30px;
  }

  .p-location__text--title {
    font-size: 1rem;
  }

  .p-location__text--access {
    margin: 10px 0 0;
    font-size: 0.8125rem;
  }

  .p-location__readmore {
    top: 35px;
    margin: 15px auto 0;
  }

  .p-footer-notice__text {
    max-width: 840px;
    margin: 0 auto;
  }

  .p-footer-nav__title {
    margin-bottom: 55px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 17px;
  }

  .p-footer-nav__title--sub {
    padding: 8px 0;
  }

  .p-footer-nav__item {
    margin-bottom: 12px;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 700;
  }

  .p-footer-nav__item:last-child {
    margin-bottom: 12px;
  }

  .p-footer-nav__items-wrap {
    gap: 0 50px;
  }

  .p-footer-nav__baseItems-wrap {
    gap: 0 50px;
  }

  .p-footer-nav__text-large {
    color: #7f7f7f;
    font-weight: 700;
  }

  .p-footer-nav__text-small {
    color: #7f7f7f;
    font-weight: 700;
  }

  .p-footer-nav__img {
    width: 100%;
  }

  .p-footer-info__text {
    margin-bottom: 10px;
  }

  .p-footer-info__img {
    width: 100%;
  }

  .p-footer-pageTop__contentArea {
    bottom: 520px;
  }

  .btn_white {
    border-bottom: 1px solid #000;
  }

  .btn_white::before {
    color: #000;
  }

  .btn_white span {
    color: #000;
  }

  .p-footer-campaign__pageLink {
    left: unset;
    right: 20px;
    bottom: 200px;
    width: 56px;
    height: 226px;
  }

  .p-footer-campaign__pageLink span {
    top: 16px;
    left: 59px;
    font-size: 24px;
  }

  .p-footer-campaign__pageLink::before {
    top: 65%;
    left: 47%;
    width: 12px;
    height: 51px;
  }

  .p-contact-button__inner {
    flex-direction: row;
    justify-content: space-around;
    padding: 60px 0;
    margin: 0 auto;
  }

  .p-contact-button__title {
    font-size: 28px;
    line-height: 41px;
    padding-bottom: 0;
  }

  .c-contact-button {
    height: 60px;
    max-width: 500px;
    cursor: pointer;
  }

  .c-contact-button__text {
    font-size: 16px;
  }

  .c-contact-button__arrow {
    top: 20px;
    height: 20px;
    width: 20px;
  }

  .p-header-pc__base-name {
    font-size: 0.8125rem;
    bottom: unset;
    left: unset;
  }

  .p-header-pc__base-name::before {
    bottom: 5px;
    left: -10px;
    width: 1px;
    height: 14px;
  }

  .p-header-pc__base-name {
    font-size: 0.8125rem;
    padding: 0 0 4px 5px;
  }

  .p-base-mv {
    height: 55vw;
    margin-bottom: 55px;
  }

  .p-base-mv__img__inner .swiper {
    height: 100%;
  }

  .p-base-mv__img__inner .swiper-pagination {
    bottom: -15px;
  }

  .p-base-mv__img__inner .swiper-prev,
  .p-base-mv__img__inner .swiper-next {
    width: 60px;
    height: 60px;
  }

  .p-base-mv__img__inner .swiper-prev::before {
    font-size: rem(20);
  }

  .p-base-mv__img__inner .swiper-next::before {
    font-size: rem(20);
  }

  .p-base-mv__contents {
    height: 90px;
    margin-bottom: unset;
  }

  .p-base-mv__heading {
    font-size: 5.56vw;
  }

  .p-base-mv__heading-small {
    font-size: 1.25vw;
  }

  .p-base-mv__text-wrap {
    bottom: 30px;
    width: auto;
    max-width: unset;
    padding: 0 12px;
  }

  .p-base-mv__text {
    margin-top: 10px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .p-base-mv__text > .text-large {
    font-size: 1.25rem;
    line-height: 1.4642857143;
  }

  .embeddedServiceHelpButton {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }

  .embeddedServiceHelpButton.is-active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }

  .p-base-campaign {
    margin: 0 0 60px;
  }

  .p-base-campaign .c-title {
    margin-left: 0;
  }

  .p-base-campaign__contents {
    display: block;
    padding: 0 50px 0 75px;
  }

  .p-base-campaign__contents.decoration-top::before,
  .p-base-campaign__contents.decoration-top::after {
    width: 24px;
    height: 24px;
  }

  .p-base-campaign__info-container {
    width: 100%;
  }

  .p-base-campaign__info-container.decoration-bottom::before,
  .p-base-campaign__info-container.decoration-bottom::after {
    width: 24px;
    height: 24px;
  }

  .p-base-campaign__info + .p-base-campaign__info {
    margin-top: 30px;
  }

  .p-base-campaign__sub,
  .p-base-campaign__introduction {
    font-size: 0.8125rem;
    letter-spacing: 0.75px;
    line-height: 1.4615384615;
    margin-bottom: 2px;
  }

  .p-base-campaign__title {
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.4;
  }

  .p-base-campaign__btn,
  .p-base-campaign__cvBtn {
    margin-top: 0;
    width: 45.2830188679%;
  }

  .p-base-campaign__btn .c-contact-button,
  .p-base-campaign__cvBtn .c-contact-button {
    height: 60px;
    margin: auto;
  }

  .p-base-campaign__bannerWrap {
    height: 100%;
    max-height: 400px;
  }

  .p-base-campaign__bannerWrap img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .p-base-campaign__modalContainer {
    margin: 50px;
    min-width: 700px;
  }

  .p-base-campaign__cvBtn {
    margin: 20px auto;
  }

  .p-base-campaign__introduction {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .p-carousel__swiper,
  .p-base-carousel__swiper,
  .p-base-floor-carousel__swiper {
    margin: 0;
  }

  .p-carousel__prev,
  .p-base-carousel__prev,
  .p-base-floor-carousel__prev,
  .p-base-floor__modal-prev,
  .p-carousel__next,
  .p-base-carousel__next,
  .p-base-floor-carousel__next,
  .p-base-floor__modal-next {
    width: 40px;
    height: 40px;
  }

  .p-carousel__prev::before,
  .p-base-carousel__prev::before,
  .p-base-floor-carousel__prev::before,
  .p-base-floor__modal-prev::before,
  .p-carousel__next::before,
  .p-base-carousel__next::before,
  .p-base-floor-carousel__next::before,
  .p-base-floor__modal-next::before {
    font-size: 1.25rem;
  }

  .p-carousel__prev,
  .p-base-carousel__prev,
  .p-base-floor-carousel__prev,
  .p-base-floor__modal-prev {
    left: -20px;
  }

  .p-carousel__next,
  .p-base-carousel__next,
  .p-base-floor-carousel__next,
  .p-base-floor__modal-next {
    right: -20px;
  }

  .p-carousel__pagination,
  .p-base-floor-carousel__pagination,
  .p-base-floor__modal-carousel__pagination,
  .p-base-carousel__pagination {
    display: flex;
    position: absolute;
    bottom: 20px !important;
    left: 0;
    z-index: 100;
    height: 10px;
  }

  .p-carousel__pagination .swiper-pagination-bullet,
  .p-base-floor-carousel__pagination .swiper-pagination-bullet,
  .p-base-floor__modal-carousel__pagination .swiper-pagination-bullet,
  .p-base-carousel__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .p-base-carousel__inner,
  .p-base-floor-carousel__inner {
    width: unset;
    margin: unset;
    overflow: unset;
  }

  .p-base-carousel__swiper,
  .p-base-floor-carousel__swiper {
    margin: unset;
    padding: 0;
  }

  .p-base-carousel__prev,
  .p-base-floor-carousel__prev,
  .p-base-floor__modal-prev {
    display: flex;
  }

  .p-base-carousel__next,
  .p-base-floor-carousel__next,
  .p-base-floor__modal-next {
    display: flex;
  }

  .p-base-gallery {
    padding: 0;
    margin: 0 auto;
  }

  .p-base-gallery--inner {
    width: 41%;
    margin: 20px auto 72px;
  }

  .p-base-gallery__carousel {
    overflow: unset;
  }

  .p-base-gallery__items,
  .p-base-gallery__modal-items,
  .p-base-floor__modal-items,
  .p-base-floor__modal-items.swiper-container,
  _::-webkit-full-page-media,
  _:future,
  :root .p-base-gallery__modal-swiper-items,
  .p-base-gallery__modal-swiper-items {
    max-width: 600px;
    max-height: 400px;
  }

  .p-base-gallery__modal-swiper-items {
    max-width: 867px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-base-gallery__modal-swiper-items {
    max-width: 867px;
    min-height: 700px;
  }

  .p-base-gallery__item {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .p-base-gallery__image--cap,
  .p-base-gallery__modal-image--cap,
  .p-base-floor__modal-image--cap {
    bottom: 0;
  }

  .p-base-gallery__content,
  .p-base-gallery__modal-content,
  .p-base-floor__modal-content {
    padding: 25px 40px;
    height: auto;
  }

  .p-base-gallery__title,
  .p-base-gallery__modal-title,
  .p-base-floor__modal-title {
    font-size: 1rem;
    letter-spacing: 1.6px;
  }

  .p-base-gallery__text,
  .p-base-gallery__modal-text,
  .p-base-floor__modal-text {
    font-size: 0.8125rem;
  }

  .p-base-gallery__prev,
  .p-base-gallery__modal-prev,
  .p-base-gallery-modal__prev,
  .p-base-gallery__next,
  .p-base-gallery__modal-next,
  .p-base-gallery-modal__next {
    width: 40px;
    height: 40px;
    top: 30%;
  }

  .p-base-gallery__prev::before,
  .p-base-gallery__modal-prev::before,
  .p-base-gallery-modal__prev::before,
  .p-base-gallery__next::before,
  .p-base-gallery__modal-next::before,
  .p-base-gallery-modal__next::before {
    font-size: 1.25rem;
  }

  .p-base-gallery__prev,
  .p-base-gallery__modal-prev,
  .p-base-gallery-modal__prev {
    left: 0px;
  }

  .p-base-gallery__next,
  .p-base-gallery__modal-next,
  .p-base-gallery-modal__next {
    right: 0px;
  }

  .p-base-gallery__pagination {
    margin-top: 20px;
    height: 12px;
  }

  .p-base-gallery__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .p-modal-btn__img {
    bottom: 40px;
    left: 10px;
    width: 30px;
    height: 30px;
  }

  .js-gallery__modal_info.is-active {
    padding: 0 150px;
  }

  .p-base-gallery__modal-items,
  .p-base-floor__modal-items,
  .p-base-floor__modal-items.swiper-container {
    max-width: unset;
  }

  .p-base-gallery__modal-image,
  .p-base-floor__modal-image {
    height: auto;
  }

  .p-base-gallery__modal-image:hover,
  .p-base-floor__modal-image:hover {
    cursor: unset;
    opacity: unset;
  }

  .p-base-gallery__modal-prev {
    top: 40%;
  }

  .p-base-gallery__modal-next {
    top: 40%;
  }

  .p-base-gallery__modal-item.swiper-slide,
  .swiper-slide.p-base-floor__modal-item {
    max-width: 867px;
  }

  .p-base-gallery__modal-carousel,
  .p-base-floor__modal-carousel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 868px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 770px;
  }

  .p-base-gallery__modal-close-btn,
  .p-base-floor__modal-close-btn {
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
  }

  .p-base-gallery-carousel__pagination {
    margin-top: 10px;
  }

  .p-base-gallery-carousel__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .p-base-floor {
    padding-bottom: 50px;
  }

  .p-base-floor .c-title {
    margin-left: 0;
  }

  .p-base-floor .p-top-plan__content {
    margin: 40px 0;
    padding: 0;
  }

  .p-base-floor__section--top {
    max-width: 1160px;
    margin: 65px auto 0;
    padding: 50px 100px;
  }

  .p-base-floor__section--top > .l-content-inner {
    max-width: none;
    width: 100%;
  }

  .p-base-floor__section-link--top {
    margin: 30px auto 0;
    max-width: 480px;
  }

  .p-base-floor__heading-wrap--top {
    position: relative;
    top: 0;
    left: -55px;
    margin: 20px 0 32px;
  }

  .p-base-floor__section {
    background-color: unset;
    margin-top: unset;
    padding-top: unset;
  }

  .p-base-floor__section-bg,
  .p-base-floor__section-bg--secondary {
    background-color: #f8f7f6;
    margin-top: 40px;
    padding: 0 0 50px;
  }

  .p-base-floor__section-bg--secondary::before {
    content: "";
    position: absolute;
    right: 0;
  }

  .p-base-floor__section-text {
    font-size: 1rem;
    margin: 15px 0 0;
  }

  .p-base-floor__link {
    width: 480px;
    margin: 50px auto 0;
  }

  .p-base-floor__heading-wrap {
    margin-top: 20px;
    margin-left: 0;
    position: static;
  }

  .p-base-floor__heading {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.875rem;
    line-height: 1.1666666667;
  }

  .p-base-floor__heading-tag,
  .p-base-floor__heading-tag--reverse {
    margin-left: 20px;
    font-size: 0.75rem;
    line-height: 1.5;
    height: 26px;
    letter-spacing: 1px;
  }

  .p-base-floor-pc-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "heading carousel" "accordion carousel" "annotation carousel";
    -ms-grid-columns: 38.48% 55.67%;
    grid-template-columns: 38.48% 55.67%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    padding: 40px 40px 0;
  }

  .p-base-floor__plans .p-base-floor__section:nth-child(even)::before {
    content: "";
    right: 0;
  }

  .p-base-floor__plans .p-base-floor__section:nth-child(even) .p-base-floor-pc-grid {
    -ms-grid-rows: auto 0 auto;
    grid-template-areas: "carousel heading" "carousel accordion";
    -ms-grid-columns: 53.67% 71px 38.48%;
    grid-template-columns: 53.67% 38.48%;
    justify-content: flex-start;
    gap: 0 71px;
    padding: 40px 40px 0;
  }

  .p-base-floor-pc-grid__heading {
    grid-area: heading;
    margin-bottom: 20px;
  }

  .p-base-floor-pc-grid__carousel {
    grid-area: carousel;
  }

  .p-base-floor-pc-grid__accordion {
    grid-area: accordion;
  }

  .p-base-floor__plan-status-container {
    gap: 20px;
    grid-area: accordion;
    position: relative;
    left: 0;
    margin: 10px 12px 20px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-base-floor__plan-status-container {
    left: 25px;
    gap: 58px 15px;
  }

  .p-base-floor__plan-status-booth-container {
    gap: 45px 30px;
    position: relative;
    bottom: 0;
    right: 20px;
    margin: 0px 12px 20px;
  }

  .p-base-floor__plan-status-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 70px;
    max-height: 82px;
  }

  .p-base-floor__accordion-text-wrap {
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
  }

  .p-base-floor__accordion-annotation {
    margin: 20px 0 0;
  }

  .p-base-floor__accordion-updated-at-wrapper {
    margin: 15px 0 30px;
    text-align: right;
  }

  .p-base-floor__accordion-updated-at {
    white-space: unset;
    text-align: right;
  }

  .br-sp {
    display: none;
  }

  .p-base-floor__plan-status-annotation {
    display: inline-block;
    font-size: 11px;
    color: #585858;
  }

  .p-base-floor__accordion-cancel-text-wrap {
    height: 46px;
    border-top: solid 1px rgba(146, 146, 146, 0.49);
    border-bottom: solid 1px rgba(146, 146, 146, 0.49);
    display: -ms-grid;
    display: grid;
    place-content: center;
  }

  .p-base-floor__accordion-cancel-text-wrap p {
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .p-base-floor__accordion-cancel-text-wrap span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }

  .p-base-floor__modal-prev::before {
    left: 0;
  }

  .p-base-floor__modal-prev {
    top: 50%;
    left: 0;
  }

  .p-base-floor__modal-next::before {
    left: 0;
  }

  .p-base-floor__modal-next {
    top: 50%;
    right: 0;
  }

  .p-base-floor__modal-carousel {
    max-width: 1160px;
    min-height: 645px;
  }

  .p-base-floor__modal-items.swiper-container {
    max-width: 1160px;
  }

  .p-base-floor-carousel__pagination {
    position: absolute;
    bottom: 0 !important;
  }

  .p-base-floor__modal-annotation {
    bottom: 33px;
  }

  .p-base-floor__accordion-annotation--booth {
    margin: 6px 0 0;
  }

  .p-base-floor__accordion-annotation--room {
    margin: 6px 0;
  }

  .p-base-amenities .c-title {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .p-base-amenities {
    margin: 72px auto;
  }

  .p-base-amenities__contents {
    padding: 50px 95px 75px 95px;
    background-color: #ffffff;
  }

  .p-base-amenities__header__title {
    font-size: 1rem;
  }

  .p-base-amenities__cards {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 223px);
    justify-content: space-around;
    gap: 26px;
    width: 100%;
    margin-bottom: 23px;
  }

  .p-base-amenities__card {
    display: block;
    justify-content: center;
    width: 100%;
  }

  .p-base-amenities__card__img {
    width: 100%;
    margin-bottom: 8px;
  }

  .p-base-amenities__card__title {
    font-size: 0.6875rem;
    margin-bottom: 5px;
  }

  .p-base-amenities__card__supplement {
    text-align: right;
    margin-bottom: 50px;
  }

  .p-base-amenities__equipments__items {
    justify-content: space-evenly;
    max-width: none;
  }

  .p-base-amenities__equipments__item {
    width: 9.375%;
  }

  .p-base-amenities__equipments__item img {
    padding: 0;
  }

  .p-base-amenities__equipments__title {
    font-size: 1rem;
  }

  .p-base-amenities__equipments__subtitle {
    font-size: 0.75rem;
  }

  .p-base-amenities__equipments__header {
    margin-bottom: 20px;
  }

  .p-base-access {
    padding-bottom: 20px;
    margin: 0 auto;
  }

  .p-base-access .c-title {
    margin-left: 0;
  }

  .p-base-access__contents {
    display: flex;
    position: relative;
    width: 80%;
    max-width: 1160px;
    margin: 40px auto 0;
  }

  .p-base-access__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 73px 50px;
    background-color: #ffffff;
    font-size: 15px;
    width: 39%;
    order: 1;
  }

  .p-base-access__info .l-content-inner {
    width: auto;
    max-width: none;
  }

  .p-base-access__map-wrap {
    flex-shrink: 0;
    width: 61%;
    margin-right: auto;
  }

  .p-base-access__map {
    padding-top: 70.62%;
  }

  .p-base-access__text-wrap {
    margin: 0;
    font-size: 0.9375rem;
  }

  .p-base-access__text {
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .p-base-access__text + .p-base-access__text {
    margin-top: 20px;
  }

  .p-base-access__button {
    margin: 0 auto;
    padding: 0;
  }

  .p-base-access__wrap {
    position: absolute;
    top: 0;
  }

  .p-base-flow {
    display: flex;
    gap: 0 40px;
  }

  .p-base-flow > * + * {
    margin: 0 auto;
  }

  .p-base-flow__item {
    flex-basis: 50%;
    padding: 30px;
  }

  .p-base-flow__item table {
    margin: 20px 0 0;
  }

  .p-base-flow__item table ~ .p-base-flow__item--title {
    margin-top: 30px;
  }

  .p-base-flow__item tr {
    border-bottom: solid 5px #f8f7f6;
  }

  .p-base-flow__item tr th {
    width: 180px;
    line-height: 1.5;
    font-size: 0.875rem;
  }

  .p-base-flow__item tr td {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .p-base-flow__item tr td span {
    font-size: 0.75rem;
  }

  .p-base-flow__item--title {
    font-size: 1rem;
  }

  .p-base-flow__item--notes {
    margin: 30px auto 0;
    padding: 20px;
    font-size: 0.75rem;
  }

  .p-base-bottom-menu {
    display: none;
  }

  .p-base-bottom-cv {
    padding: 50px 0;
    background: linear-gradient(
      90deg,
      #edebe7 0%,
      #edebe7 50%,
      #e2dfd9 50%,
      #e2dfd9 100%
    );
  }

  .p-base-bottom-cv .p-base-bottom-cv__box::before {
    width: 24px;
    height: 24px;
  }

  .p-base-bottom-cv .p-base-bottom-cv__box::after {
    width: 24px;
    height: 24px;
  }

  .p-base-bottom-cv .p-base-bottom-cv__box {
    padding: 43px 50px 40px 80px;
  }

  .p-base-bottom-cv .p-base-bottom-cv__content {
    display: flex;
    justify-items: center;
    justify-content: space-between;
  }

  .p-base-bottom-cv .p-base-bottom-cv__logo {
    width: 200px;
    margin: 0;
  }

  .p-base-bottom-cv .p-base-bottom-cv__content__left {
    width: 100%;
  }

  .p-base-bottom-cv .p-base-bottom-cv__heading {
    font-size: 1rem;
  }

  .p-base-bottom-cv .p-base-bottom-cv__text {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }

  .p-base-bottom-cv .p-base-bottom-cv__content__right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 36px;
  }

  .p-base-bottom-cv__decoration::before {
    width: 24px;
    height: 24px;
  }

  .p-base-bottom-cv__decoration::after {
    width: 24px;
    height: 24px;
  }

  .p-base-about {
    padding: 50px 0;
  }

  .p-base-about__text {
    margin-top: 40px;
    padding: 80px 50px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 2;
  }

  .p-line-at__contentWrap {
    margin: 60px auto;
    padding: 50px 50px 40px;
  }

  .p-line-at__titleText {
    font-size: 1.8rem;
  }

  .p-line-at__cvPrompt {
    font-size: 1.2rem;
  }

  .p-line-at__cvButton {
    font-size: 1.3rem;
  }

  .p-event-voice {
    background-color: #f8f7f6;
  }

  .p-event-voice__heading {
    padding: 70px 140px 70px 140px;
  }

  .p-headeing__title {
    max-width: 1400px;
  }

  .p-event-voice__contents {
    justify-content: start;
    gap: 32px 2.6666666667%;
    padding: 75px 140px;
    max-width: 1700px;
  }

  .p-event-voice__pagination {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .p-event-voice__pagination .page-numbers {
    color: #1a1a1a;
    font-size: 24px;
  }

  .p-event-voice__pagination .prev::before {
    font-size: 14px;
  }

  .p-event-voice__pagination .prev {
    margin-right: 106px;
    width: 34px;
    height: 42px;
  }

  .p-event-voice__pagination .next::before {
    font-size: 14px;
  }

  .p-event-voice__pagination .next {
    margin-left: 106px;
    width: 34px;
    height: 42px;
  }

  .p-pagination__prev-button--inactive::before {
    font-size: 14px;
  }

  .p-pagination__prev-button--inactive {
    margin-right: 106px;
    width: 34px;
    height: 42px;
  }

  .p-pagination__next-button--inactive::before {
    font-size: 14px;
  }

  .p-pagination__next-button--inactive {
    margin-left: 106px;
    width: 34px;
    height: 42px;
  }

  .p-accordion {
    margin: 32px 45px 0;
  }

  .p-accordion__button {
    display: none;
  }

  .p-accordion__contents-table tr {
    height: 46px;
  }

  .p-accordion__contents-table tr + tr {
    border-color: rgba(146, 146, 146, 0.49);
  }

  .p-accordion__contents-table tr:nth-of-type(1) {
    background: #f6f4f1;
    border-right: 1px solid #f6f4f1;
    border-left: 1px solid #f6f4f1;
  }

  .p-accordion__contents-table th,
  .p-accordion__contents-table td {
    font-size: 0.875rem;
    padding: 5px 15px;
  }

  .p-accordion__contents-table td + td,
  .p-accordion__contents-table th + th {
    border-color: rgba(146, 146, 146, 0.49);
  }

  .p-plan-heading {
    padding: 55px 0;
  }

  .p-plan__item {
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .p-plan__item .p-plan__item--inner {
    -ms-grid-columns: min(55.55vw, 800px) 1fr;
    grid-template-columns: min(55.55vw, 800px) 1fr;
    grid-template-areas: "carousel heading";
  }

  .p-plan__item .p-plan__item--inner img {
    width: 55.55vw;
    max-width: 800px;
    aspect-ratio: 4/3;
  }

  .p-plan__item .p-plan__item--inner > .p-base-floor-pc-grid__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .p-plan__item .p-plan__item--inner > .p-base-floor-pc-grid__carousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .p-plan__item--inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7.8vw 56%;
    grid-template-columns: 1fr 56%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "heading carousel";
    align-items: center;
    gap: 0 7.8vw;
    position: relative;
    z-index: 2;
  }

  .p-plan__item--inner > .p-base-floor-pc-grid__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-plan__item--inner > .p-base-floor-pc-grid__carousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  .p-plan__item--heading {
    margin: 0;
  }

  .p-base-floor-pc-grid__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-base-floor-pc-grid__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-base-floor-pc-grid__carousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-base-floor-pc-grid__carousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .p-base-floor-pc-grid__accordion {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-base-floor-pc-grid__accordion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .p-base-floor__plan-status-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-base-floor__plan-status-container {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .p-plan__item--heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-plan__item--heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-plan__item .p-plan__item--inner > .p-plan__item--heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .p-plan__item--inner > .p-plan__item--heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-plan__item--slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }

  .p-base-floor__plans
    .p-base-floor__section:nth-child(even)
    .p-base-floor-pc-grid
    > .p-plan__item--slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .p-plan__item .p-plan__item--inner > .p-plan__item--slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .p-plan__item--inner > .p-plan__item--slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  .p-plan__item--slider {
    width: 100%;
  }

  .p-plan__links {
    display: flex;
    margin: 40px auto 137px;
    width: 80%;
    max-width: 1160px;
  }

  .p-plan__links > * + * {
    margin: 0 0 0 20px;
  }

  .p-plan__tab {
    display: none;
  }

  .p-tab-area {
    display: block;
  }

  .p-plan__item--title {
    margin-top: 0;
    margin-bottom: 10%;
    font-size: 1.875rem;
  }

  .p-plan__item--title-ja {
    font-size: 0.75rem;
    padding: 5px 6px;
  }

  .p-plan__item--text {
    font-size: 24px;
    line-height: 36px;
    margin: clamp(16px, 4vw, 57.6px) 0;
  }

  .p-plan__item--text ul {
    margin: 32px auto 0;
  }

  .p-plan__item--text ul .p-plan__item--list {
    font-size: 0.9375rem;
  }

  .p-plan__item--note {
    margin: 3% auto 0;
    font-size: 13px;
    line-height: 20px;
  }

  .p-plan-list {
    margin: 100px auto 0;
    background: linear-gradient(to bottom, #fff 18px, #f8f7f6 18px);
  }

  .p-plan-list__content {
    justify-content: flex-end;
    gap: 24px;
  }

  .p-plan-list__item {
    background-color: #fff;
    padding: 0 0 18px;
    text-align: center;
  }

  .p-plan__title {
    display: inline-flex;
    position: static;
    transform: unset;
    vertical-align: text-top;
  }

  .p-plan__title--en {
    display: inline-flex;
    position: static;
    transform: unset;
    width: auto;
    margin: 18px 0 0;
    padding: 0 12px 0 0;
    font-size: clamp(10px, 1.6666666667vw, 24px);
    vertical-align: text-bottom;
    background-color: unset;
  }

  .p-plan__image {
    height: 189px;
    width: 19.7222222222vw;
    max-width: 284px;
    --aspect-ratio: 284/189;
  }

  @supports (aspect-ratio: 1) {
    .p-plan__image {
      aspect-ratio: var(--aspect-ratio);
      height: initial;
    }
  }

  .p-plan-list__table {
    margin: 0;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
  }

  .p-plan-list__table > * + * {
    margin: 0;
    border-top: 1px solid #26262673;
  }

  .p-plan-list__table--contents {
    background-color: #edebe7;
  }

  .p-plan-list__table--item {
    display: flex;
  }

  .p-plan-list__table--name {
    pointer-events: none;
    width: 18.0555555556vw;
    max-width: 260px;
    padding: 0 0 0 45px;
    justify-content: start;
    text-align: left;
    font-size: clamp(10px, 1.1111111111vw, 16px);
  }

  .p-plan-list__table--name::after {
    display: none;
  }

  .p-plan-list__category {
    display: none;
  }

  .p-plan-list__equipment {
    display: flex;
    gap: 24px;
  }

  .p-plan-list__equipment--name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0.875rem;
  }

  .p-plan-list__equipment--name:not(:last-child) {
    border-bottom: unset;
  }

  .p-plan-list__equipment--name {
    position: relative;
    width: 19.7222222222vw;
    max-width: 284px;
  }

  .p-plan-list__equipment--name:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    width: 24px;
    height: 100%;
    background-color: #edebe7;
  }

  .p-plan-list__equipment--name:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 100%;
    background-color: #edebe7;
  }

  .p-plan-service {
    margin: 60px auto 0;
    background: linear-gradient(to bottom, #fff 18px, #f8f7f6 18px);
  }

  .p-plan-service__items {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    margin: 50px auto 0;
  }

  .p-plan-service__items > * + * {
    margin: 0;
    border-top: 1px solid #26262673;
  }

  .p-plan-service__item {
    display: flex;
  }

  .p-plan-service__item--name i {
    margin: 0 16px 0 0;
  }

  .p-plan-service__item--name {
    width: 22.4137931034vw;
    max-width: 260px;
    height: auto;
    padding: 17px 0 17px 45px;
    justify-content: start;
    font-size: clamp(10px, 1.1111111111vw, 16px);
  }

  .p-plan-service__item--text {
    width: 100%;
    text-align: left;
    padding: 17px 0 17px 40px;
    font-size: 0.875rem;
  }

  .p-plan__notes {
    margin: 23px auto 0;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
  }

  .p-plan-option {
    padding: 80px 0;
    margin-top: 0;
  }

  .p-plan-option__title-area {
    top: -35px;
    width: 328px;
  }

  .p-plan-option__title {
    padding-top: 15px;
    font-size: 12px;
  }

  .p-plan-option__card-wrapper {
    display: flex;
  }

  .p-plan-option__list-wrapper {
    display: none;
  }

  .u-pc-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
  }

  .u-pc-flex-wrap li {
    width: 50%;
    margin: 0;
  }
}

@media screen and (min-width: 1500px) {
  .p-top__imageclip--pc-right {
    left: 49%;
  }

  .p-top__imageclip--pc-right img {
    right: 0%;
    transform: scale(0.8);
  }
}

@media screen and (min-width: 1800px) {
  .p-top__imageclip--pc-right {
    left: 48%;
  }

  .p-top__imageclip--pc-right img {
    transform: scale(1);
  }
}

@media (max-width: 1023px) {
  .l-main {
    width: 100%;
    margin-left: 0;
  }

  .l-main-container {
    max-width: 1023px;
    min-width: auto;
    padding: 20px 0 20px;
  }

  .l-header--base .l-header-sp {
    width: 98%;
  }

  .l-fixed_menu__content {
    margin: 0 auto;
    width: 89%;
  }

  .l-fixed_menu__title {
    font-size: 16px;
    margin: 0;
  }

  .l-fixed-locaion-menu__list .p-location__item:first-child {
    margin: 0;
  }

  .l-fixed-locaion-menu__list .p-location__item:nth-child(2) {
    margin: 0;
  }

  .l-fixed-locaion-menu__list .p-location__item {
    border: 1px solid #1a1a1a;
  }

  .l-fixed-locaion-menu__list .p-location__image {
    aspect-ratio: 168/114;
  }

  .l-fixed-locaion-menu__list .p-location__label {
    bottom: 10px;
    padding: 5px;
    font-size: 10px;
  }

  .l-fixed-locaion-menu__list .p-location__text {
    padding: 14px;
  }

  .l-fixed-locaion-menu__list .p-location__text--access {
    font-size: 13px;
  }

  .c-concept-contact__container {
    background: url("../images/concept/contact_bg_img_sp.png") no-repeat center center;
  }

  .p-concept-firstViewImg__container {
    height: 200px;
  }

  .p-concept__bgImg--left {
    width: 89%;
  }

  .p-concept__bgImg--left::before {
    top: 59%;
    width: 85%;
  }

  .p-concept__bgImg--left::after {
    width: 112px;
    height: 112px;
    z-index: 1;
    top: 22%;
    left: 21.8%;
  }

  .p-concept__bgImg--right {
    background: unset;
    position: absolute;
    right: 0;
  }

  .p-concept__img {
    position: relative;
    top: 20px;
    right: 26%;
    width: 127%;
    background: url("../images/concept/mv_img_sp.png") padding-box no-repeat right center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    height: 160px;
  }

  .p-concept__bgImg {
    background: none;
    height: unset;
    top: 36%;
    left: 11%;
    z-index: 998;
  }

  .p-concept__bgImg h1,
  .p-concept__bgImg h2 {
    top: 33%;
    font-size: 1.5rem;
    letter-spacing: 4px;
    padding: 2px 0 1px 4px;
    display: inline-block;
    margin-bottom: 9px;
  }

  .p-concept__bgImg h3 {
    top: 39%;
    font-size: 0.625rem;
    letter-spacing: 2px;
    padding: 3px 0 3px 6px;
    display: table;
  }

  .p-top-intro__inner {
    margin: 50px 20px 100px;
    flex-direction: column;
  }

  .p-top-intro__lead {
    font-size: 24px;
    line-height: 40px;
  }

  .p-top-intro__text {
    margin-top: 25px;
  }

  .p-concept-feature__item + .p-concept-feature__item {
    margin-top: 60px;
  }

  .p-concept-feature__inner {
    width: auto;
    margin: 0;
  }

  .p-concept-feature__item {
    border-bottom: 0;
    flex-direction: column;
  }

  .p-concept-feature__image {
    width: 100%;
  }

  .p-concept-feature__content {
    margin: 30px 20px 0;
  }

  .p-concept-feature__title {
    position: static;
    font-size: 32px;
  }

  .p-concept-feature__caption {
    padding: 0;
    margin-top: 23px;
  }

  .p-concept-feature__text {
    margin-top: 12px;
    font-size: 13px;
  }

  .p-concept__gradation--container {
    background: linear-gradient(-45deg, #f8f7f6, rgba(255, 255, 255, 0.17)),
      linear-gradient(
        119.99deg,
        #f8f7f6 32%,
        rgba(255, 255, 255, 0.17) 32%,
        rgba(255, 255, 255, 0.17) 52%,
        #f8f7f6 52%
      );
  }

  .p-concept__gradation--bgColor {
    display: block;
    margin-top: 30px;
    padding: 1px 0 20px;
  }

  .p-concept__text--group {
    max-width: 1023px;
    margin: 0 38px;
  }

  .p-concept__text--wrap {
    margin: 0 auto 8px;
  }

  .p-concept__text--wrap h2 {
    font-size: 1.375rem;
    bottom: 12px;
  }

  .p-concept__text--wrap h3 {
    font-size: 1rem;
    margin: 10px 0 11px;
    line-height: 25px;
  }

  .p-concept__text--wrap .p-concept__text--title {
    padding-bottom: 5px;
    margin: 40px 2px 10px;
    letter-spacing: 0.8px;
    font-size: 0.875rem;
  }

  .p-concept__text--wrap .p-concept__text--title .p-concept__text--accent {
    color: #9f8f68;
    margin-right: 5px;
  }

  .p-concept__text--sub {
    margin: unset;
    font-size: 0.5625rem;
  }

  .p-concept__text--main {
    font-size: 0.6875rem;
    letter-spacing: 0.1px;
    line-height: 2;
    max-width: unset;
  }

  .p-concept__drawing--group {
    min-width: unset;
    padding: 0 4% 0 4%;
    margin: 31px 5px 0;
  }

  .p-concept__drawing--upper {
    height: 56px;
  }

  .p-concept__drawing--upper::after {
    top: 29px;
  }

  .p-concept__drawing--middle::after {
    top: 25px;
  }

  .p-concept__drawing--lower {
    padding: 0 0 15px;
  }

  .p-concept__drawing--upper,
  .p-concept__drawing--middle,
  .p-concept__drawing--lower {
    margin-top: 30px;
  }

  .p-concept__drawing--text {
    font-size: 0.75rem;
    padding: unset;
    font-weight: 700;
  }

  .p-concept__drawing--text span {
    font-size: 0.875rem;
  }

  .p-concept__drawing--upper .p-concept__drawing--title,
  .p-concept__drawing--middle .p-concept__drawing--title,
  .p-concept__drawing--lower .p-concept__drawing--title {
    bottom: 11px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1.5px;
    width: 120px;
    min-width: 120px;
    height: 20px;
    font-size: 0.6875rem;
    padding: 5px 0;
  }

  .p-concept__main--bgColor {
    padding: 30px 0 55px;
  }

  .p-concept-midPlace__container {
    margin: 0 20px;
    padding: unset;
  }

  .p-concept__title--wrap {
    padding-left: 20px;
  }

  .p-concept__title--wrap h2 {
    font-size: 1.125rem;
    letter-spacing: 2px;
  }

  .p-concept__title--wrap .p-concept__title--num {
    font-size: 1.3125rem;
    padding-right: 8px;
  }

  .p-concept__title--wrap .p-concept__title-text {
    padding-left: 10px;
  }

  .p-concept__title--wrap p {
    margin: 15px 0;
    font-size: 0.6875rem;
    line-height: 2;
  }

  .p-concept__place--groupe {
    margin: 15px 0 0;
    padding: 20px 20px;
  }

  .p-concept__place--groupe img {
    width: 100%;
    max-width: 400px;
    padding: 18px 0 0;
    margin: 0 auto;
  }

  .p-concept__platform--groupe {
    margin: 15px 0 0;
    padding: 20px 20px;
  }

  .p-concept__platform--groupe img {
    width: 100%;
    max-width: 400px;
    padding: 18px 0 0;
    margin: 0 auto;
  }

  .p-concept__price--groupe {
    margin: 15px 0 0;
    padding: 20px 20px;
  }

  .p-concept__price--groupe img {
    width: 100%;
    max-width: 400px;
    padding: 18px 0 0;
    margin: 0 auto;
  }

  .p-concept__feature--title {
    border-top: solid 1px #142c3e;
    border-bottom: solid 1px #142c3e;
    color: #142c3e;
    font-size: 0.875rem;
  }

  .p-concept__price--title {
    margin: 0;
    border-top: solid 1px #142c3e;
    border-bottom: solid 1px #142c3e;
    color: #142c3e;
    font-size: 0.875rem;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .p-concept__price--title {
    margin: 0 auto;
  }

  .p-concept__price--img {
    margin: auto;
  }

  .p-concept__feature--table {
    margin-top: 23px;
  }

  .p-concept__feature--table span {
    margin: 2px;
  }

  .p-concept__feature--table tr:first-child {
    height: 25px;
  }

  .p-concept__feature--table th {
    font-size: 0.625rem;
  }

  .p-concept__feature--table strong {
    font-size: 0.6875rem;
  }

  .p-concept__feature--table .p-concept__title--num {
    font-size: 0.6875rem;
  }

  .p-concept__feature--table td:nth-of-type(1),
  .p-concept__feature--table td:nth-of-type(3) {
    max-width: unset;
    width: 35%;
  }

  .p-concept__feature--table td:nth-of-type(2) {
    min-width: 38px;
    width: 23%;
  }

  .p-concept__feature--table td {
    font-size: 0.625rem;
    padding: 12px 10px;
    max-width: 111px;
  }

  .p-concept__title--strong {
    font-size: 0.65625rem;
  }

  .p-concept__tableText {
    font-size: 0.625rem;
  }

  .p-concept-midPlatform__container,
  .p-concept-midPrice__container {
    margin: 40px 0;
    padding: 0 20px;
  }

  .p-concept-design__container {
    margin: unset;
    padding: 32px 0 20px;
  }

  .p-concept-design__title--wrap {
    padding: 0;
    margin: 0 40px 30px;
  }

  .p-concept-design__title--wrap h2 {
    font-size: 1.5rem;
    letter-spacing: 4px;
  }

  .p-concept-design__title--wrap h3 {
    font-size: 0.625rem;
    letter-spacing: 2px;
    padding-top: 11px;
  }

  .p-concept__subTitle {
    margin: 31px 0 0;
  }

  .p-concept__subTitle h4 {
    font-size: 0.875rem;
    padding-bottom: 5px;
    margin: 0 1px 10px;
    letter-spacing: 1.7px;
    max-width: 240px;
  }

  .p-concept__subTitle h4 span {
    margin-right: 5px;
  }

  .p-concept__subTitle p {
    margin: unset;
    font-size: 0.6875rem;
    letter-spacing: 0.5px;
    line-height: 22px;
  }

  .p-concept-midPlace__box--bg {
    background-color: unset;
  }

  .p-concept-midPlace__box--container {
    padding: 0;
    flex-direction: column;
    margin: unset;
  }

  .p-concept-midPlace__box--primary,
  .p-concept-midPlace__box--tertiary {
    background-color: #edebe7;
    margin: unset;
  }

  .p-concept-midPlace__box--primary h5,
  .p-concept-midPlace__box--secondary h5,
  .p-concept-midPlace__box--tertiary h5 {
    margin-left: 31px;
    font-size: 1.25rem;
    letter-spacing: 3.33px;
  }

  .p-concept-midPlace__bgImg--right,
  .p-concept-midPlace__bgImg--left {
    font-size: 0.625rem;
    right: 18%;
    top: 0%;
  }

  .p-concept-midPlace__bgImg--right p,
  .p-concept-midPlace__bgImg--left p {
    font-size: 0.625rem;
    line-height: 17px;
    padding: 0.5px 9px 1.8px;
  }

  .p-concept-midPlace__bgImg--left {
    right: 15px;
  }

  .p-concept-midPlace__bgImg--primary,
  .p-concept-midPlace__bgImg--secondary,
  .p-concept-midPlace__bgImg--tertiary {
    height: 100%;
    padding: 20px 0;
  }

  .p-concept-midPlace__bgImg--primary,
  .p-concept-midPlace__bgImg--tertiary {
    background-color: #edebe7;
  }

  .p-concept-midPlace__title--sub {
    font-size: 1rem;
  }

  .p-concept-annotation__bgImg--primary .p-concept-midPlace__title--sub,
  .p-concept-annotation__bgImg--secondary .p-concept-midPlace__title--sub,
  .p-concept-annotation__bgImg--tertiary .p-concept-midPlace__title--sub {
    font-size: 1rem;
    right: 18%;
    top: unset;
    color: #262626;
    display: inline;
    margin-bottom: 20px;
    line-height: 2;
    padding: 4px;
  }

  .p-concept-annotation__bgImg--primary,
  .p-concept-annotation__bgImg--secondary,
  .p-concept-annotation__bgImg--tertiary {
    width: unset;
    height: unset;
  }

  .p-concept-annotation__bgImg--primary {
    background: url("../images/concept/01_mid_place_sp.png") no-repeat center center;
    min-height: 170px;
    padding: 19% 0 0;
    margin-left: 24%;
    background-size: contain;
    --aspect-ratio: 285/170;
  }

  .p-concept-annotation__bgImg--secondary {
    background: url("../images/concept/03_mid_price_sp.png") no-repeat center center;
    min-height: 170px;
    padding: 19% 0 0;
    margin-right: 24%;
    background-size: contain;
    --aspect-ratio: 285/170;
  }

  .p-concept-annotation__bgImg--secondary p {
    position: relative;
    left: 51%;
  }

  .p-concept-annotation__bgImg--tertiary {
    background: url("../images/concept/02_mid_platform_sp.png") no-repeat center center;
    min-height: 170px;
    padding: 19% 0 0;
    margin-left: 24%;
    background-size: contain;
    --aspect-ratio: 285/170;
  }

  .p-concept__annotation--small {
    margin-top: 40px;
    width: 100%;
    padding: 20px;
    background-color: #fafafa;
    color: #8e8e8e;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
  }

  .p-top-mv {
    height: 400px;
  }

  .p-drop .p-top-mv {
    height: 400px;
  }

  .p-top-mv--pc {
    display: none;
  }

  .p-top-mv--sp {
    display: block;
  }

  .p-cencept-mv {
    padding-top: 44px;
  }

  .p-drop .p-cencept-mv {
    padding-top: 100px;
  }

  .p-cencept-mv__title {
    top: 0;
    left: 0;
    font-size: 48px;
  }

  .p-cencept-mv__title .c-title--sub {
    top: 0;
    left: 0;
  }

  .p-cencept-mv--pc {
    display: none;
  }

  .p-cencept-mv--sp {
    display: block;
  }

  .p-top-share {
    top: -25px;
  }

  .p-top-share__title-wrapper {
    margin: 0 0 0 6.3%;
    padding: 0;
    flex-direction: column;
    align-items: start;
  }

  .p-top-share__title {
    letter-spacing: -2px;
    font-size: 44px;
  }

  .p-top-share__subtitle {
    margin-top: 16px;
    font-size: 20px;
  }

  .p-top-share__image-block {
    margin: 55px 0 100px;
    flex-direction: column;
    align-items: start;
  }

  .p-top-share__image {
    width: 100%;
  }

  .p-top-share__image-text {
    font-size: 16px;
    padding: 50px 20px 0;
    width: 100%;
  }

  .p-top-share__card-wrapper {
    border-width: 1px 0 0px 1px;
    margin-top: 25px;
  }

  .p-top-share__card {
    width: 50%;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
  }

  .p-top-share__card:nth-child(3n + 1) {
    border-left: 0;
  }

  .p-top-share__card:nth-child(1),
  .p-top-share__card:nth-child(2),
  .p-top-share__card:nth-child(3) {
    border-top: 0;
  }

  .p-top-share__card:nth-child(2n + 1) {
    border-left: 1px;
  }

  .p-top-share__card:nth-child(1),
  .p-top-share__card:nth-child(2) {
    border-top: 1px;
  }

  .p-top-share__card-text-area {
    padding: 16px;
  }

  .p-top-share__card-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .p-top-share__card-text {
    font-size: 12px;
    line-height: 20px;
  }

  .p-top-concept-section__contents {
    margin: 0 20px 180px;
    margin-bottom: 100px;
  }

  .p-top-concept-section__title {
    position: relative;
    font-size: 48px;
  }

  .p-top-concept-section__item-wrapper {
    flex-direction: column;
    margin: 0 0 40px;
  }

  .p-top-concept-section__item:nth-child(1) {
    width: 100%;
    margin: 40px 0 0;
  }

  .p-top-concept-section__item:nth-child(2) {
    width: 100%;
    margin: 40px 0 0;
  }

  .p-top-concept-section__item:nth-child(3) {
    width: 100%;
    margin: 40px 0 0;
  }

  .p-top-concept-section__item-title {
    text-align: left;
    font-size: 32px;
    padding-bottom: 30px;
  }

  .p-top-concept-section__item-text {
    font-size: 16px;
    line-height: 23px;
  }

  .p-top-concept-section__see-more {
    font-size: 24px;
    line-height: 1;
    margin-top: 40px;
  }

  .p-top-news__title {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1;
  }

  .p-top-news__inner {
    margin-left: 4px;
    margin-bottom: 100px;
  }

  .p-top-news__content {
    margin: 21px 46px 0;
  }

  .p-top-news__card {
    display: none;
    width: 100%;
  }

  .p-top-news__see-more {
    margin-top: 40px;
    left: 25px;
    font-size: 24px;
  }

  .p-top-share__card[data-campaign="1"] > .p-top-share__card-image-wrapper::before {
    bottom: 10px;
    height: 20px;
    width: 95px;
    font-size: 10px;
  }

  .p-top-share__label--new span {
    right: -22px;
    top: -14px;
    font-size: 12px;
  }

  .p-top-share__label--new {
    border-top: 25px solid #fff;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
  }

  .p-top-share__bottom-arrow {
    width: 16px;
    right: 21px;
  }

  .p-top-share__arrow {
    height: 72px;
    /* 縦線の長さ */
  }

  .p-top-share__arrow::after {
    left: calc(50% + 5px);
    height: 30px;
    bottom: 2px;
  }

  .p-top__button {
    display: inline-block;
  }

  .p-top-mv__banner {
    right: 27px;
  }

  .p-top-mv__banner-inner {
    width: 320px;
    height: 66px;
  }

  .p-top-mv__banner-text {
    font-size: 16px;
  }

  .p-top-mv__banner-text--sub {
    margin-top: 9px;
    font-size: 11px;
  }

  .p-top-location-wrapper .l-content-inner {
    margin: 0 20px;
  }

  .p-top-location-wrapper .c-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
    left: -20px;
  }

  .p-top-plans__container {
    margin: 0 20px 100px;
  }

  .p-top-plans__see-more-wrapper {
    display: flex;
  }

  .p-top-plans__see-more {
    margin-top: 30px;
    font-size: 24px;
  }

  .p-top-plans__title {
    position: relative;
    font-size: 48px;
  }

  .p-top-plans__card-wrapper {
    margin: 40px 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .p-top-plans__card {
    width: calc(50% - 4px);
  }

  .p-top-plans__card-text-area {
    margin-top: 16px;
  }

  .p-top-plans__card-title {
    font-size: 20px;
  }

  .p-top-plans__card-text {
    margin-top: 8px;
    font-size: 13px;
  }

  .p-top-concept-section__see-more {
    font-size: 24px;
    line-height: 1;
    margin-top: 40px;
  }

  .p-top-flow-section__inner {
    margin-left: 20px;
    margin-bottom: 100px;
  }

  .p-top-flow-section__title {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .p-top-flow-section__list {
    width: 53.3vw;
    margin: auto;
    flex-direction: column;
  }

  .p-top-flow-section__list > * + * {
    margin-top: 50px;
  }

  .p-top-flow-section__item {
    width: 100%;
  }

  .p-top-flow-section__button-wrapper {
    height: 50px;
    width: 240px;
  }

  .p-top-flow-section__button {
    font-size: 13px;
  }

  .p-top-flow-section__item + .p-top-flow-section__item::before {
    top: -34px;
    /* 下端からの距離を調整 */
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .p-top-conversion {
    height: 200px;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url("../images/top/bg-conversion-sp.jpg");
  }

  .p-drop .p-top-conversion {
    background-image: url("../images/drop-in/bg-conversion-sp.jpg");
  }

  .p-drop .p-top-conversion__tel {
    line-height: 1;
  }

  .p-drop .p-top-conversion__button {
    width: 280px;
    font-size: 13px;
    line-height: 1.5;
    height: 80px;
    pointer-events: auto;
  }

  .p-top-conversion--concept {
    height: 200px;
    background-position-y: bottom;
    background-image: url("../images/top/bg-conversion-sp-2.jpg");
  }

  .p-top-conversion__button {
    font-size: 13px;
    font-weight: 400;
    width: 240px;
    height: 50px;
  }

  .p-top-flow-section--base .p-top-flow-section__inner {
    width: 89%;
    padding: 0;
    margin: auto;
  }

  .p-top-flow-section--base .p-top-flow-section__list {
    margin: auto;
  }

  .p-top-faq--location .p-faq__title {
    left: 0;
    width: 89%;
    margin: 0 auto 20px;
  }

  .p-top-faq--location .p-faq__contents {
    width: 89%;
    margin: auto;
  }

  .p-top-faq--location .p-faq__more-wrapper {
    width: 89%;
    margin: 40px auto 0;
  }

  .p-drop .p-top-faq {
    margin: auto;
  }

  .p-top-location {
    padding: 0 20px;
    margin: 100px auto;
  }

  .p-top-location__title {
    margin: 0 0 35px;
    font-size: 48px;
    text-align: left;
  }

  .p-top-location__select {
    flex-direction: column;
    row-gap: 14px;
    align-items: end;
  }

  .p-top-location__select-campaign::after {
    display: none;
  }

  .p-top-plans__show-more {
    font-size: 24px;
    margin-top: 40px;
  }

  .p-top-location__wrapper {
    width: calc(89% + 40px);
  }

  .p-faq__inner {
    margin: 0 20px 100px;
    padding: 0;
  }

  .p-faq__title {
    font-size: 48px;
    position: relative;
  }

  .p-heading__title-en {
    font-size: 48px;
  }

  .p-faq__more-wrapper {
    margin-top: 30px;
  }

  .p-faq__more {
    margin-top: 40px;
    font-size: 24px;
  }

  .p-faq__heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-heading__text {
    bottom: 10px;
    font-size: 10px;
  }

  .p-location__sort {
    flex-direction: column;
    row-gap: 12px;
  }

  .p-sort__panel {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .p-sort__panel label {
    font-size: 12px;
  }

  .p-sort__panel-separator::after {
    display: none;
  }

  .p-event-voice.p-topics {
    max-width: 520px;
    margin: auto;
  }

  .p-event-voice__main .p-event-voice__contents-wrapper {
    padding: 0 46px;
    max-width: 520px;
    margin: 20px auto 0;
  }

  .p-event-voice__main .p-event-voice__contents {
    flex-direction: column;
    row-gap: 20px;
  }

  .p-event-voice__title {
    display: flex;
    margin: 0 20px 20px;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 48px;
    left: -45px;
  }

  .p-plan__item .p-plan__item--inner {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .p-plan__item + .p-plan__item {
    margin-top: 40px;
  }

  .p-plan__item-wrapper {
    margin-right: 0;
    width: auto;
    min-width: 0;
  }

  .p-plan__item-wrapper .swiper-slide {
    width: 100%;
    max-width: none;
  }

  .p-plan__item--list {
    margin: 23px 0;
  }

  .p-plan-compare {
    display: none;
    margin-top: 60px;
  }

  .p-plan-compare__title {
    font-size: 48px;
    padding: 0;
    margin-left: 0;
  }

  .p-plan-compare__table-wrapper {
    display: none;
  }

  .p-plan-compare__table-img {
    border: 0;
    max-width: none;
  }

  .p-service__title {
    font-size: 48px;
    margin-left: 0px;
  }

  .p-service__table-wrapper {
    margin: 40px 0 130px;
    width: 100%;
  }

  .p-service__table tr {
    height: auto;
  }

  .p-service__table th {
    padding-left: 20px;
    width: 160px;
    border: none;
  }

  .p-service__table td {
    padding: 21px 19px;
  }

  .p-service__note {
    margin-left: 20px;
  }

  .p-plan__table-wrapper--sp {
    display: block;
  }

  .p-drop-news__inner {
    margin: 50px 20px 100px;
  }

  .p-drop-news__head {
    flex-direction: column;
    right: 0;
  }

  .p-drop-news__title {
    font-size: 24px;
  }

  .p-drop-news__text {
    top: 0;
    margin-top: 20px;
  }

  .p-drop-news__list {
    margin: 90px 0;
  }

  .p-drop-news__list > * + * {
    margin-top: 24px;
  }

  .p-drop-news__item {
    flex-direction: column;
    row-gap: 12px;
    right: 0;
    align-items: start;
  }

  .p-drop-news__item-text {
    line-height: 2;
  }

  .p-drop-flow__inner {
    margin: 90px auto;
    padding: 0 20px 0;
  }

  .p-drop-flow__title {
    font-size: 48px;
    position: relative;
    left: -20px;
  }

  .p-drop-flow__card-wrapper {
    flex-direction: column;
    row-gap: 42px;
    padding: 0;
    max-width: 680px;
    margin: 40px auto 40px;
  }

  .p-drop-flow__card + .p-drop-flow__card .p-drop-flow__card-img::before {
    display: none;
  }

  .p-drop-flow__card-img {
    width: 53vw;
    max-width: none;
  }

  .p-drop-flow__card {
    width: 100%;
  }

  .p-drop-flow__card-title {
    text-align: center;
  }

  .p-drop-flow__line-btn {
    width: 300px;
    height: 50px;
    font-size: 13px;
  }

  .p-drop-access__inner {
    padding: 0 20px;
    margin: 0 auto 90px;
  }

  .p-drop-access__title {
    font-size: 48px;
    top: 0;
    left: -20px;
  }

  .p-drop-access__title .c-title--sub {
    top: 0;
    left: 0;
  }

  .p-drop-access__map {
    width: 100%;
    aspect-ratio: 335/300;
    margin: 46px 0 20px;
  }

  .p-drop-access__content {
    margin: 0;
    flex-direction: column;
    align-items: start;
  }

  .p-drop-access__text-area {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
  }

  .u-sp-only {
    display: block;
  }

  .u-pc-only {
    display: none;
  }

  .u-br-pc-only {
    display: none;
  }

  .u-br-sp-only {
    display: inline;
  }
}
