@charset "UTF-8";
/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
/*
===============
sp-pc display: none;
===============
*/
@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
/*
===============
Google-Font
===============
*/
/*
===============
Base
===============
*/
body:has(.page-renewal) {
  font-family: "Noto Sans JP";
}
body:has(.page-renewal) .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
}
body:has(.page-renewal).no-scroll {
  overflow: hidden;
  position: relative;
}
body:has(.page-renewal).no-scroll .overlay {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.6);
}
body:has(.page-renewal) img {
  width: 100%;
  height: auto;
}

.page-case {
  background: #CCC;
}

.page-details {
  overflow: hidden;
}
.page-details .fv,
.page-details .content {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0;
}
.page-details h1 {
  position: fixed;
  left: 4.6%;
  padding-top: 26px;
  z-index: 9999;
}
.page-details h2,
.page-details h3,
.page-details p {
  margin: 0;
}
.page-details b {
  display: none;
}
.page-details img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-details .hide {
  display: none !important;
}
.page-details .nowrap {
  white-space: nowrap;
}
.page-details .breaks {
  display: inline-block;
}

/*
===============
Link-hover
===============
*/
/*
===============
Color-Set
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
.page-renewal {
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Fix appearance for Firefox
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.page-renewal p,
.page-renewal table,
.page-renewal blockquote,
.page-renewal address,
.page-renewal pre,
.page-renewal iframe,
.page-renewal form,
.page-renewal figure,
.page-renewal dl {
  margin: 0;
}
.page-renewal h1,
.page-renewal h2,
.page-renewal h3,
.page-renewal h4,
.page-renewal h5,
.page-renewal h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  position: relative;
  left: 0;
  width: unset;
  max-width: unset;
  padding: 0;
  border: unset;
  color: #000;
}
.page-renewal ul,
.page-renewal ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-renewal dt {
  font-weight: bold;
}
.page-renewal dd {
  margin-left: 0;
}
.page-renewal hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.page-renewal pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-renewal address {
  font-style: inherit;
}
.page-renewal a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.page-renewal abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.page-renewal b,
.page-renewal strong {
  font-weight: bolder;
}
.page-renewal code,
.page-renewal kbd,
.page-renewal samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-renewal small {
  font-size: 80%;
}
.page-renewal sub,
.page-renewal sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.page-renewal sub {
  bottom: -0.25em;
}
.page-renewal sup {
  top: -0.5em;
}
.page-renewal svg,
.page-renewal img,
.page-renewal embed,
.page-renewal object,
.page-renewal iframe {
  vertical-align: bottom;
}
.page-renewal button,
.page-renewal input,
.page-renewal optgroup,
.page-renewal select,
.page-renewal textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.page-renewal button,
.page-renewal [type=button],
.page-renewal [type=reset],
.page-renewal [type=submit] {
  cursor: pointer;
  background: unset;
  color: unset;
  border: unset;
}
.page-renewal button:disabled,
.page-renewal [type=button]:disabled,
.page-renewal [type=reset]:disabled,
.page-renewal [type=submit]:disabled {
  cursor: default;
}
.page-renewal button:hover, .page-renewal button:active, .page-renewal button:focus,
.page-renewal [type=button]:hover,
.page-renewal [type=button]:active,
.page-renewal [type=button]:focus,
.page-renewal [type=reset]:hover,
.page-renewal [type=reset]:active,
.page-renewal [type=reset]:focus,
.page-renewal [type=submit]:hover,
.page-renewal [type=submit]:active,
.page-renewal [type=submit]:focus {
  background: unset;
  color: unset;
  border: unset;
}
.page-renewal :-moz-focusring {
  outline: auto;
}
.page-renewal select:disabled {
  opacity: inherit;
}
.page-renewal option {
  padding: 0;
}
.page-renewal fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.page-renewal legend {
  padding: 0;
}
.page-renewal progress {
  vertical-align: baseline;
}
.page-renewal textarea {
  overflow: auto;
}
.page-renewal [type=number]::-webkit-inner-spin-button,
.page-renewal [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.page-renewal [type=search] {
  outline-offset: -2px; /* 1 */
}
.page-renewal [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.page-renewal ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.page-renewal [type=number] {
  --moz-appearance: textfield;
}
.page-renewal label[for] {
  cursor: pointer;
}
.page-renewal details {
  display: block;
}
.page-renewal summary {
  display: list-item;
}
.page-renewal [contenteditable]:focus {
  outline: auto;
}
.page-renewal table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
.page-renewal caption {
  text-align: left;
}
.page-renewal td,
.page-renewal th {
  vertical-align: top;
  padding: 0;
}
.page-renewal th {
  text-align: left;
  font-weight: bold;
}

.l-top .p-fv {
  padding-inline: 18px;
  position: relative;
  height: min(100dvh, 660px);
}
@media screen and (min-width: 900px) {
  .l-top .p-fv {
    height: 100dvh;
    min-height: 1067px;
    padding-inline: 56px;
  }
}
.l-top .p-fv .bg-container {
  position: absolute;
  inset: 0;
  background: url(../images/lp/top-fv_bg-sp.webp) no-repeat center/cover;
  z-index: -1;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .bg-container {
    background: url(../images/lp/top-fv_bg-pc.webp) no-repeat bottom right/cover;
  }
}
.l-top .p-fv .container {
  padding-block: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container {
    padding-block: 282px 151px;
  }
}
.l-top .p-fv .container .head-contain {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .head-contain {
    margin-inline: 0;
  }
}
.l-top .p-fv .container .head-contain .head-top {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .head-contain .head-top {
    font-size: 24px;
    line-height: 24px;
  }
}
.l-top .p-fv .container .head-contain .head-bottom-wrap {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .head-contain .head-bottom-wrap {
    margin-top: 16px;
    gap: 13px;
  }
}
.l-top .p-fv .container .head-contain .head-bottom-wrap .head-bottom {
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .head-contain .head-bottom-wrap .head-bottom {
    font-size: 16px;
    line-height: 16px;
  }
}
.l-top .p-fv .container .head-contain .head-bottom-wrap::before, .l-top .p-fv .container .head-contain .head-bottom-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.l-top .p-fv .container .body-title-contain {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .body-title-contain {
    margin-top: 34px;
  }
}
.l-top .p-fv .container .body-title-contain .body-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.08em;
}
.l-top .p-fv .container .body-title-contain .body-title:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .body-title-contain .body-title {
    font-size: 64px;
    line-height: 64px;
  }
  .l-top .p-fv .container .body-title-contain .body-title:not(:first-child) {
    margin-top: 35px;
  }
}
.l-top .p-fv .container .body-info-contain {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-fv .container .body-info-contain {
    margin-top: 25px;
  }
}
.l-top .p-fv .container .body-info-contain img {
  width: min(100%, 706px);
}

/*
===============
font-family
===============
*/
:root {
  --main-font: "Noto Serif JP", serif;
  --sub-font: "Cormorant Garamond", serif;
  --sub-font02: "Bellefair", serif;
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: block;
}
@media screen and (min-width: 900px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc {
    display: block;
  }
}

.l-top {
  color: #FFF;
  font-family: var(--main-font);
}
.l-top .subfont {
  font-family: var(--sub-font);
}
.l-top .nowrap {
  white-space: nowrap;
}
.l-top .breaks {
  display: inline-block;
}

.l-top .p-access-sub {
  position: relative;
}
.l-top .p-access-sub__wrapper {
  background: #1d1d1d;
  padding: 42px 18px 40px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__wrapper {
    padding: 65px 10px 69px;
  }
}
.l-top .p-access-sub__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__head {
    transform: rotate(90deg);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
    margin-top: 65px;
  }
}
.l-top .p-access-sub__head-text {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.14px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__head-text {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 100% */
    letter-spacing: 0.48px;
  }
}
.l-top .p-access-sub__border {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__border {
    background: #fff;
    display: inline-block;
    width: 1px;
    height: 176px;
    margin-top: 8px;
    margin-left: 33px;
    margin-right: 40px;
  }
}
.l-top .p-access-sub__body-top-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-top .p-access-sub__body-top-title {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.28px;
  }
}
.l-top .p-access-sub__body-top-text {
  margin-top: -3px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text {
    margin-top: -16px;
  }
}
.l-top .p-access-sub__body-top-text--area {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 180% */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--area {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 100% */
    letter-spacing: 2.88px;
    margin-left: -21px;
  }
}
.l-top .p-access-sub__body-top-text--station {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  margin-left: -4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--station {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.92px;
  }
}
.l-top .p-access-sub__body-top-text--to {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--to {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: 1.6px;
  }
}
.l-top .p-access-sub__body-top-text--walk {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  margin-left: 12px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--walk {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
    margin-left: 14px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.l-top .p-access-sub__body-top-text--time {
  color: #fff;
  font-family: var(--sub-font02);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--time {
    color: #fff;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 9.6px;
  }
}
.l-top .p-access-sub__body-top-text--minute {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: 1.2px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-top-text--minute {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: 2.88px;
  }
}
.l-top .p-access-sub__body-border {
  background: #fff;
  display: block;
  max-width: 334.5px;
  width: 100%;
  height: 1px;
  margin: 15px auto 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-border {
    max-width: unset;
    margin: 16px auto 0;
  }
}
.l-top .p-access-sub__body-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-bottom {
    margin-top: 24px;
  }
}
.l-top .p-access-sub__body-title {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px; /* 100% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 1.12px;
  }
}
.l-top .p-access-sub__body-text {
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text {
    margin-top: 2px;
  }
}
.l-top .p-access-sub__body-text--area {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  margin-left: -8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--area {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 128.571% */
    letter-spacing: 2.24px;
    margin-left: -12px;
  }
}
.l-top .p-access-sub__body-text--station {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
  letter-spacing: -1.1px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--station {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
    margin-left: -2px;
  }
}
.l-top .p-access-sub__body-text--to {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
  letter-spacing: -1.1px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--to {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.28px;
  }
}
.l-top .p-access-sub__body-text--short {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.96px;
  margin-left: 2px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--short {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
    margin-left: 14px;
  }
}
.l-top .p-access-sub__body-text--time {
  color: #fff;
  font-family: var(--sub-font02);
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--time {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
  }
}
.l-top .p-access-sub__body-text--minute {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-text--minute {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: 1.92px;
  }
}
.l-top .p-access-sub__body-bottom-border {
  background: #fff;
  display: inline-block;
  width: 1px;
  height: 35.7px;
  margin: 0 7px 0 7px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access-sub__body-bottom-border {
    height: 57px;
    margin: -6px 24px 0 35px;
  }
}
.l-top .p-feature {
  position: relative;
}
.l-top .p-feature__wrapper {
  background-color: #2c2c2c;
  padding: 80px 0 40px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__wrapper {
    padding: 80px 0 205px;
  }
}
.l-top .p-feature__top-contain {
  width: min(100%, 500px);
  margin-inline: auto;
  padding-inline: 15px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-contain {
    display: flex;
    gap: 94px;
    justify-content: space-between;
    align-items: flex-end;
    padding-inline: 0;
    width: min(100%, 1440px);
  }
}
.l-top .p-feature__top-left-title-container {
  display: flex;
  flex-direction: column;
  gap: 12.5px;
  padding-inline: 15px;
  width: min(100%, 500px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-title-container {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    padding-inline: 40px;
    width: min(100%, 1440px);
  }
}
.l-top .p-feature__top-left-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-title {
    font-size: 120px;
    font-size: clamp(3rem, -2.5rem + 11.11vw, 12rem);
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-feature__top-left-text-wrap {
  display: flex;
  align-items: center;
  gap: 7.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-text-wrap {
    align-items: flex-start;
    gap: 22px;
  }
}
.l-top .p-feature__top-left-text-border {
  display: inline-block;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-text-border {
    width: 37.89px;
    transform: rotate(-50deg);
    margin-top: 6px;
  }
}
.l-top .p-feature__top-left-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
    text-wrap: nowrap;
  }
}
.l-top .p-feature__top-left-img-container {
  width: 100%;
  margin-top: 32.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-img-container {
    width: min(100%, 753px);
    margin-top: 71px;
  }
}
.l-top .p-feature__top-left-img01-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-img01-pc {
    display: block;
  }
}
.l-top .p-feature__top-left-img-sp {
  display: flex;
  gap: 17.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-left-img-sp {
    display: none;
  }
}
.l-top .p-feature__top-right {
  display: flex;
  max-width: 500px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right {
    flex-direction: column;
    max-width: 562px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-img-container {
    width: 100%;
    max-width: 468px;
    margin-left: auto;
  }
}
.l-top .p-feature__top-right-img02-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-img02-pc {
    display: block;
  }
}
.l-top .p-feature__top-right-text-container {
  margin-top: 37px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-text-container {
    margin-top: 92px;
  }
}
.l-top .p-feature__top-right-title {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 54.57px; /* 136.425% */
    letter-spacing: 3.789px;
  }
}
.l-top .p-feature__top-right-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 176.923% */
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 200% */
    letter-spacing: 1.44px;
  }
}
.l-top .p-feature__top-right-text01 {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-text01 {
    margin-top: 58px;
  }
}
.l-top .p-feature__top-right-text02 {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__top-right-text02 {
    margin-top: 32px;
  }
}
.l-top .p-feature__middle-contain {
  width: min(100%, 500px);
  padding-inline: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain {
    padding-inline: 0;
    width: min(100%, 1440px);
  }
}
.l-top .p-feature__middle-contain .title-wrap {
  padding-block: 80px;
}
.l-top .p-feature__middle-contain .title-wrap .wrap-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 54.6px;
  letter-spacing: 3.79px;
  color: #fff;
  text-align: center;
}
.l-top .p-feature__middle-contain .title-wrap .wrap-text {
  margin-top: 58px;
  font-size: 20px;
  font-size: 400;
  line-height: 40px;
  letter-spacing: 1.44px;
  color: #fff;
  text-align: center;
}
.l-top .p-feature__middle-contain .content-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap {
    margin-bottom: 138px;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item {
  margin-top: 32.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item:nth-child(2) .content-img {
  margin-inline: 86px 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item:nth-child(2) .content-text {
    padding-inline: 80px 115px;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item .content-img {
  margin-inline: 0 86px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item .content-img {
    flex: 1;
    margin-inline: unset !important;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item .content-text {
  margin-top: 38px;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item .content-text {
    margin-top: 0;
    padding-right: 80px;
    padding-bottom: 53px;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item .content-text .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.5px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item .content-text .title {
    font-size: 40px;
    line-height: 54.6px;
    letter-spacing: 3.79px;
  }
}
.l-top .p-feature__middle-contain .content-wrap .content-item .content-text .text {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__middle-contain .content-wrap .content-item .content-text .text {
    margin-top: 58px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.44px;
    text-align: left;
  }
}
.l-top .p-feature__swiper {
  overflow: hidden;
}
.l-top .p-feature__swiper-wrapper {
  display: flex;
  gap: 20px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0); /* GPUレイヤー化 */
  animation: scroll-sp 80s linear infinite;
}
@media (min-width: 900px) {
  .l-top .p-feature__swiper-wrapper {
    gap: 40px;
    animation: scroll 80s linear infinite;
  }
}
.l-top .p-feature__swiper-slide {
  width: auto;
  height: 434px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .l-top .p-feature__swiper-slide {
    height: 794px;
  }
}
.l-top .p-feature__swiper-slide-img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-5032px, 0, 0);
  }
}
@keyframes scroll-sp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-2580px, 0, 0);
  }
}

.l-top .p-plan {
  position: relative;
}
.l-top .p-plan__wrapper {
  background: #2c2c2c;
  padding: 25px 0 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-contain {
    padding-bottom: 80px;
  }
}
.l-top .p-plan__head-wrap {
  position: relative;
  background: #1d1d1d;
  padding: 80px 18px 0px 20px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-wrap {
    width: 89.2361111111%;
    height: 100%;
    padding: 46px 0 80px 75px;
    margin-left: auto;
  }
}
.l-top .p-plan__head-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: -20px;
  left: 15px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-title-wrap {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    top: -44px;
    left: -3.1%;
  }
}
.l-top .p-plan__head-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-plan__head-title-text-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-title-text-wrap {
    gap: 20px;
  }
}
.l-top .p-plan__head-title-text-border {
  background: #fff;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-title-text-border {
    width: 37.89px;
    height: 1px;
    transform: rotate(-50deg);
  }
}
.l-top .p-plan__head-title-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-title-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
  }
}
.l-top .p-plan__head-subtitle {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-subtitle {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 100% */
    letter-spacing: 3.789px;
    margin-top: 68px;
  }
}
.l-top .p-plan__head-subtitle-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 176.923% */
  letter-spacing: 1.3px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-subtitle-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 200% */
    letter-spacing: 1.213px;
    margin-top: 24px;
  }
}
.l-top .p-plan__head-roomImg-wrap {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-roomImg-wrap {
    margin-top: 61px;
  }
}
.l-top .p-plan__head-info-contain {
  margin: 24px auto 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-contain {
    max-width: 1000px;
    width: 100%;
    margin: 68px auto 0;
  }
}
.l-top .p-plan__head-info-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-wrap {
    flex-direction: row;
  }
}
.l-top .p-plan__head-info-img-contain {
  box-shadow: 0px 0px 16px 0px #d9d9d9;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-img-contain {
    display: inline-block;
    max-width: 249px;
    width: 100%;
    height: -moz-min-content;
    height: min-content;
  }
}
.l-top .p-plan__head-info-mdBorder-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-mdBorder-pc {
    display: block;
    width: 1px;
    height: 253px;
    background: #fff;
    margin-left: 40px;
    margin-right: 50px;
  }
}
.l-top .p-plan__head-info-textarea {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea {
    margin-top: 8px;
  }
}
.l-top .p-plan__head-info-textarea-label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67.18px;
  height: 21px;
  border-radius: 100px;
  border: 1px solid #fff;
}
.l-top .p-plan__head-info-textarea-label {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.96px;
}
.l-top .p-plan__head-info-textarea-price--num {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px; /* 150% */
  letter-spacing: 0.64px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-price--num {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 96px; /* 120% */
    letter-spacing: 0.8px;
  }
}
.l-top .p-plan__head-info-textarea-price--yen {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 1.92px;
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-price--yen {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
    letter-spacing: 2.56px;
    margin-left: 16px;
  }
}
.l-top .p-plan__head-info-textarea-price--tax {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: 0.96px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-price--tax {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.28px;
  }
}
.l-top .p-plan__head-info-textarea-size-wrap {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-left: -4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-size-wrap {
    margin-top: 24px;
  }
}
.l-top .p-plan__head-info-textarea-size-border {
  background: #fff;
  width: 20.308px;
  height: 1.202px;
  transform: rotate(122deg);
}
.l-top .p-plan__head-info-textarea-size {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-plan__head-info-textarea-dot {
  width: 100%;
  height: 1px;
  border-bottom: #fff 1px dotted;
  margin-top: 16px;
}
.l-top .p-plan__head-info-textarea-floor-wrap {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-floor-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
.l-top .p-plan__head-info-textarea-floor-01 {
  display: flex;
  align-items: center;
  margin-left: -4px;
}
.l-top .p-plan__head-info-textarea-floor-01-border {
  background: #fff;
  width: 20.308px;
  height: 1.202px;
  transform: rotate(122deg);
}
.l-top .p-plan__head-info-textarea-floor-01-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-plan__head-info-textarea-floor-02 {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-floor-02 {
    margin-top: 0;
    margin-left: 16px;
  }
}
.l-top .p-plan__head-info-textarea-floor-02-border {
  background: #fff;
  width: 20.308px;
  height: 1.202px;
  transform: rotate(122deg);
}
.l-top .p-plan__head-info-textarea-floor-02-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-plan__head-info-textarea-floor-03 {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-floor-03 {
    margin-top: 0;
    margin-left: 16px;
  }
}
.l-top .p-plan__head-info-textarea-floor-03-border {
  background: #fff;
  width: 20.308px;
  height: 1.202px;
  transform: rotate(122deg);
}
.l-top .p-plan__head-info-textarea-floor-03-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-plan__head-info-textarea-floor-sum {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-left: -4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-textarea-floor-sum {
    margin-top: 16px;
  }
}
.l-top .p-plan__head-info-textarea-floor-sum-border {
  background: #fff;
  width: 20.308px;
  height: 1.202px;
  transform: rotate(122deg);
}
.l-top .p-plan__head-info-textarea-floor-sum-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-plan__head-info-bottomBorder {
  background: #fff;
  width: 100%;
  height: 1px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-info-bottomBorder {
    margin-top: 22px;
  }
}
.l-top .p-plan__head-map-contain {
  margin: 24px auto 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-map-contain {
    width: min(100%, 1202px);
    margin: 36px auto 0;
  }
}
.l-top .p-plan__head-map-contain .p-plan__head-map {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__head-map-contain .p-plan__head-map {
    margin-left: unset;
    margin-right: unset;
  }
}
.l-top .p-plan__body-contain {
  background-color: #1d1d1d;
  padding-top: 80px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-contain {
    padding-top: unset;
  }
}
.l-top .p-plan__body-items {
  width: min(100%, 1440px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-img-container {
    max-width: 55.625%;
  }
}
.l-top .p-plan__body-item-text-container {
  padding: 21px 25px 22px 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text-container {
    background: #2c2c2c;
    width: min(100%, 609px);
    padding: 80px 0 80px 70px;
    position: relative;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text-container--01 {
    margin-right: -90px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text-container--02 {
    margin-left: -90px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text-container--03 {
    margin-right: -90px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text-container--04 {
    margin-left: -90px;
  }
}
.l-top .p-plan__body-item-num {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: var(--sub-font02);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  letter-spacing: 1.141px;
  position: relative;
}
.l-top .p-plan__body-item-num::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-num {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 100% */
    letter-spacing: 1.141px;
  }
}
.l-top .p-plan__body-item-title {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.141px;
  margin-top: 21px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-title {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 2.14px;
    margin-top: 40px;
  }
}
.l-top .p-plan__body-item-title02 {
  line-height: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-title02 {
    line-height: 40px;
  }
}
.l-top .p-plan__body-item-text {
  color: #fff;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 200% */
  letter-spacing: 0.65px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 200% */
    letter-spacing: 0.65px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item--01 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item--02 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item--03 {
    flex-direction: row-reverse;
    margin-top: 80px;
  }
  .l-top .p-plan__body-item--03 .p-plan__body-item-text {
    padding-right: 40px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-plan__body-item--04 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.l-top .p-location {
  position: relative;
}
.l-top .p-location__wrapper {
  background: #2c2c2c;
  padding: 25px 0 0;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__wrapper {
    padding: 0 0 80px;
  }
}
.l-top .p-location__container {
  position: relative;
  background: #1d1d1d;
  padding: 80px 20px 56px 18px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__container {
    max-width: 83.6%;
    height: 100%;
    padding: 46px 62px 80px 118px;
  }
}
.l-top .p-location__head-contain {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: -24px;
  left: 15px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__head-contain {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    top: -44px;
    left: 2.8%;
  }
}
.l-top .p-location__head-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__head-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-location__head-title-text-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__head-title-text-wrap {
    gap: 20px;
  }
}
.l-top .p-location__head-title-text-border {
  background: #fff;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .l-top .p-location__head-title-text-border {
    width: 37.89px;
    height: 1px;
    transform: rotate(-50deg);
  }
}
.l-top .p-location__head-title-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__head-title-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
  }
}
.l-top .p-location__map-contain {
  aspect-ratio: 337/218;
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__map-contain {
    aspect-ratio: 1200/601;
    margin-top: 74px;
  }
}
.l-top .p-location__map-contain iframe {
  width: 100%;
  height: 100%;
}
.l-top .p-location__info-contain {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__info-contain {
    gap: 12px;
    margin-top: 31px;
  }
}
.l-top .p-location__info-left {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.l-top .p-location__info-text {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  text-wrap: nowrap;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__info-text {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: 2.88px;
  }
}
.l-top .p-location__info-right {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.l-top .p-location__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__items {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 38px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 77px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-location__item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1300px) {
  .l-top .p-location__item {
    width: calc(33.3333333333% - 20px);
  }
}
.l-top .p-location__item-img {
  aspect-ratio: 343/160;
}
@media screen and (min-width: 900px) {
  .l-top .p-location__item-img {
    aspect-ratio: 380/160;
  }
}
.l-top .p-location__item-text-container {
  display: flex;
  gap: 10px;
  margin-top: 21px;
}
.l-top .p-location__item-text-cat {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px;
  width: -moz-fit-content;
  width: fit-content;
  height: 14px;
}
.l-top .p-location__item-text-cat-text {
  color: #000;
  font-family: var(--sub-font);
  font-size: 12.086px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.99px; /* 107.48% */
  letter-spacing: 0;
}
.l-top .p-location__item-text-wrap {
  margin-top: 5px;
}
.l-top .p-location__item-text-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: 0;
}
.l-top .p-location__item-text-title--02 {
  font-size: 17px;
}
.l-top .p-location__item-text-distance {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.58px; /* 159.875% */
  margin-top: 6px;
  margin-left: -8px;
  letter-spacing: 0;
}

.l-top .p-access {
  position: relative;
}
.l-top .p-access__wrapper {
  background: #2c2c2c;
  padding: 84px 16px 70px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__wrapper {
    padding: 78px 10px 95px;
  }
}
.l-top .p-access__head-contain {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__head-contain {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    margin-left: 28px;
  }
}
.l-top .p-access__head-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__head-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-access__head-title-text-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__head-title-text-wrap {
    gap: 20px;
  }
}
.l-top .p-access__head-title-text-border {
  background: #fff;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .l-top .p-access__head-title-text-border {
    width: 37.89px;
    height: 1px;
    transform: rotate(-50deg);
  }
}
.l-top .p-access__head-title-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__head-title-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
  }
}
.l-top .p-access__topImg-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__topImg-container {
    margin-top: 67px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-access__topImg {
    max-width: 73.6111111111%;
    width: 100%;
  }
}
.l-top .p-access__textarea-head-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-head-wrap {
    max-width: 748px;
    margin: 43px auto 0;
  }
}
.l-top .p-access__textarea-head-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  text-wrap: nowrap;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-head-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.28px;
  }
}
.l-top .p-access__textarea-head-border {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.l-top .p-access__textarea-body-container {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-body-container {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-top: 20px;
  }
}
.l-top .p-access__textarea-body-item {
  display: flex;
}
.l-top .p-access__textarea-body-item:nth-child(n+2) {
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-body-item {
    width: 45%;
    justify-content: flex-end;
  }
  .l-top .p-access__textarea-body-item:nth-child(n+2) {
    justify-content: start;
    margin-top: 0;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1300px) {
  .l-top .p-access__textarea-body-item {
    width: 25%;
  }
}
.l-top .p-access__textarea-body-item-border {
  width: 19.396px;
  height: 0.994px;
  transform: rotate(114.529deg);
  background: #fff;
  display: inline-block;
  margin-top: 9px;
  margin-left: -6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-body-item-border {
    margin-top: 24px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-body-item-text-wrap {
    margin-top: 16px;
  }
}
.l-top .p-access__textarea-body-item-text {
  margin-top: -5px;
}
.l-top .p-access__textarea-body-item-text-area {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  letter-spacing: 1.6px;
  margin-left: -4px;
}
.l-top .p-access__textarea-body-item-text-station {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 1.6px;
}
.l-top .p-access__textarea-body-item-text-to {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 225% */
  letter-spacing: 1.28px;
}
.l-top .p-access__textarea-body-item-caution {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.96px;
  margin-top: -6px;
  margin-left: 8px;
}
.l-top .p-access__textarea-body-item-time {
  margin-left: auto;
  margin-right: 10px;
}
.l-top .p-access__textarea-body-item-time--short {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
  margin-right: 4px;
}
.l-top .p-access__textarea-body-item-time--time {
  color: #fff;
  font-family: var(--sub-font02);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 100% */
  margin-right: 4px;
}
.l-top .p-access__textarea-body-item-time--minute {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 1.28px;
}
.l-top .p-access__textarea-body-container02 {
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__textarea-body-container02 {
    margin-top: 8px;
  }
}
.l-top .p-access__areaImg-contain {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__areaImg-contain {
    margin-top: 40px;
  }
}
.l-top .p-access__areaImg-sp-wrap {
  display: block;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__areaImg-sp-wrap {
    display: none;
  }
}
.l-top .p-access__areaImg-pc-wrap {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__areaImg-pc-wrap {
    display: flex;
    max-width: 1062px;
    gap: 12px;
    margin: 0 auto;
  }
}
.l-top .p-access__areaImg-pc {
  width: calc(25% - 9px);
}
.l-top .p-access__staImg-contain {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-access__staImg-contain {
    max-width: 913px;
    margin: 82px auto 0;
  }
}
.l-top .p-spec {
  position: relative;
}
.l-top .p-spec__wrapper {
  background: #1d1d1d;
  padding: 80px 16px 75px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__wrapper {
    padding: 78px 0px 85px;
  }
}
.l-top .p-spec__container {
  width: min(100%, 1440px);
  margin-inline: auto;
}
.l-top .p-spec__head-contain {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__head-contain {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    margin-left: 110px;
  }
}
.l-top .p-spec__head-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__head-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-spec__head-title-text-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__head-title-text-wrap {
    gap: 20px;
  }
}
.l-top .p-spec__head-title-text-border {
  background: #fff;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__head-title-text-border {
    width: 37.89px;
    height: 1px;
    transform: rotate(-50deg);
  }
}
.l-top .p-spec__head-title-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__head-title-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__topText-contain {
    max-width: 84.7222222222%;
    width: 100%;
    margin: 0 auto;
  }
}
.l-top .p-spec__topText {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 176.923% */
  letter-spacing: 1.3px;
  margin-top: 26px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__topText {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    letter-spacing: 1.28px;
    margin-top: 24px;
  }
}
.l-top .p-spec__detail-contain {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain {
    margin-top: 84px;
    padding-inline: 120px;
  }
  .l-top .p-spec__detail-contain.bathroom, .l-top .p-spec__detail-contain.door {
    margin-top: 50px;
  }
}
.l-top .p-spec__detail-contain.bathroom, .l-top .p-spec__detail-contain.door {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain.bathroom .inner {
    gap: 32px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain.bathroom .p-spec__detail-content-wrap {
    width: 401px !important;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain.door .inner {
    gap: 32px;
  }
}
.l-top .p-spec__detail-contain.door .p-spec__detail-img-wrap {
  padding-inline: 4px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain.door .p-spec__detail-img-wrap {
    padding-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain.door .p-spec__detail-content-wrap {
    width: 402px !important;
  }
}
.l-top .p-spec__detail-contain .inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 45px;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
    flex-wrap: wrap;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap {
    min-width: 500px;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .title-wrap .item-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .title-wrap .item-title {
    font-size: 36px;
    line-height: 36px;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .title-wrap::before, .l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .title-wrap::after {
  content: "";
  flex: 1;
  background-color: #fff;
  height: 1px;
  background-color: #fff;
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-img-wrap .main-img {
  width: 100%;
  height: auto;
  margin-top: 23px;
  background-color: #d9d9d9;
}
@media screen and (min-width: 900px) and (max-width: 1191px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
  }
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1192px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap {
    width: 389px;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1192px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item {
    margin-top: 24px;
  }
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item:not(:first-child) {
    margin-top: 32px;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-img {
  width: 100%;
  max-height: 176px;
  overflow: hidden;
  height: auto;
  background-color: #d9d9d9;
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-img {
    max-height: unset;
  }
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-title {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.08em;
}
.l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-text {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__detail-contain .inner .p-spec__detail-content-wrap .item .item-text {
    letter-spacing: 0.08em;
  }
}
.l-top .p-spec__body-contain {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-contain {
    max-width: 84.7222222222%;
    width: 100%;
    margin: 80px auto 0;
  }
}
.l-top .p-spec__body-contain .title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(100%, 993px);
  margin-inline: auto;
}
.l-top .p-spec__body-contain .title-wrap .title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-contain .title-wrap .title {
    font-size: 36px;
    line-height: 36px;
  }
}
.l-top .p-spec__body-contain .title-wrap::before, .l-top .p-spec__body-contain .title-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
.l-top .p-spec__body-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-items {
    flex-direction: row;
    gap: 32px;
    padding-left: 27px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-item {
    max-width: 29.5187793427%;
    width: 100%;
  }
}
.l-top .p-spec__body-item-num-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.l-top .p-spec__body-item-num-wrap::after {
  content: "";
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.l-top .p-spec__body-item-num {
  color: #fff;
  font-family: var(--sub-font02);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  letter-spacing: 1.141px;
}
.l-top .p-spec__body-item-img-contain {
  margin-top: 29px;
  min-height: 176px;
  background: #d9d9d9;
}
.l-top .p-spec__body-item-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: 1.6px;
  margin-top: 25px;
}
.l-top .p-spec__body-item-title02 {
  font-size: 17px;
  letter-spacing: 1.36px;
}
.l-top .p-spec__body-item-text {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: 1px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-item-text {
    letter-spacing: 1.4px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-item-text02 {
    letter-spacing: 0.7px;
  }
}
.l-top .p-spec__body-item-border {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-top .p-spec__body-item-border {
    display: inline-block;
    background: #fff;
    width: 1px;
  }
}

.l-top .p-outline {
  position: relative;
}
.l-top .p-outline__wrapper {
  background: #2c2c2c;
  padding: 80px 18px 75px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__wrapper {
    padding: 80px 10px 160px;
  }
}
.l-top .p-outline__head-contain {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__head-contain {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
  }
}
.l-top .p-outline__head-title {
  color: #fff;
  font-family: var(--sub-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  letter-spacing: 2.5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__head-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 75% */
    letter-spacing: 4.168px;
  }
}
.l-top .p-outline__head-title-text-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.l-top .p-outline__head-title-text-border {
  background: #fff;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__head-title-text-border {
    width: 37.89px;
    height: 1px;
    transform: rotate(-50deg);
  }
}
.l-top .p-outline__head-title-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__head-title-text {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.213px;
  }
}
.l-top .p-outline__body-contain {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-contain {
    max-width: 77.7777777778%;
    margin: 60px auto 0;
  }
}
.l-top .p-outline__body-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-items {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-left {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-right {
    width: calc(50% - 40px);
  }
}
.l-top .p-outline__body-item {
  display: flex;
  flex-direction: column;
  border-bottom: #fff 1px solid;
  padding: 13px 0 12px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item {
    flex-direction: row;
    align-items: center;
    padding: 24px 0 23px;
  }
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item02 {
    flex-direction: row;
    align-items: start;
  }
}
.l-top .p-outline__body-item-title {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-title {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 1.12px;
    width: 105px;
  }
}
.l-top .p-outline__body-item-content {
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-content {
    width: calc(100% - 105px);
    margin-top: 0;
  }
}
.l-top .p-outline__body-item-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-text {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1.12px;
  }
}
.l-top .p-outline__body-item-text02 {
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-text02 {
    margin-top: 16px;
  }
}
.l-top .p-outline__body-item-text03 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 0.7px;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-text03 {
    color: #fff;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 0.96px;
    margin-top: 16px;
  }
}
.l-top .p-outline__body-item-content-wrap {
  display: flex;
}
.l-top .p-outline__body-item-content-wrap02 {
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-content-wrap02 {
    margin-top: 16px;
  }
}
.l-top .p-outline__body-item-content-left {
  width: 147px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-content-left {
    width: 156px;
  }
}
.l-top .p-outline__body-item-text-right02 {
  text-align: left;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-text-right02 {
    margin-top: 5px;
  }
}
.l-top .p-outline__body-item-text-right02--small {
  margin-left: 6px;
}
@media screen and (min-width: 900px) {
  .l-top .p-outline__body-item-text-right02--small {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-left: 0;
  }
}

.p-cta {
  background-color: #2c2c2c;
  padding-inline: 24px;
}
.p-cta .container {
  width: min(100%, 1160px);
  margin-inline: auto;
  padding-block: 40px;
}
@media screen and (min-width: 900px) {
  .p-cta .container {
    padding-block: 71px 115px;
  }
}
.p-cta .container .content-wrap {
  background: url("../images/lp/bg-cta-sp.png") no-repeat center/cover;
  padding: 16px;
}
@media screen and (min-width: 900px) {
  .p-cta .container .content-wrap {
    background: url("../images/lp/bg-cta.png") no-repeat center/cover;
  }
}
.p-cta .container .content-wrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 40px 22px;
}
@media screen and (min-width: 900px) {
  .p-cta .container .content-wrap .inner {
    padding: 51px 40px;
  }
}
.p-cta .container .content-wrap .inner .title-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-cta .container .content-wrap .inner .title-wrap p {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 4.65px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-cta .container .content-wrap .inner .title-wrap p {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
  }
}
.p-cta .container .content-wrap .inner .title-wrap h2 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 4.14px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-cta .container .content-wrap .inner .title-wrap h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.p-cta .container .content-wrap .inner .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-inline: auto;
  border-radius: 100px;
  padding: 16px 24px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.65px;
  color: #1e1f21;
}
@media screen and (min-width: 900px) {
  .p-cta .container .content-wrap .inner .btn-wrap {
    margin-top: 40px;
    font-size: 16px;
  }
}
.p-cta .container .content-wrap .inner .btn-wrap .p-cta__button {
  display: flex;
  align-items: center;
}
.p-cta .container .content-wrap .inner .btn-wrap .p-cta__button .icon {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 5px;
  margin-left: 8px;
}
.p-cta .container .content-wrap .inner .btn-wrap .p-cta__button .icon::after, .p-cta .container .content-wrap .inner .btn-wrap .p-cta__button .icon::before {
  content: "";
  background-color: #1e1f21;
  position: absolute;
}
.p-cta .container .content-wrap .inner .btn-wrap .p-cta__button .icon::before {
  width: 16px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.p-cta .container .content-wrap .inner .btn-wrap .p-cta__button .icon::after {
  width: 5px;
  height: 1px;
  bottom: 2px;
  right: 0px;
  transform: rotate(45deg);
}/*# sourceMappingURL=style-lp.css.map */