@charset "UTF-8";

/* ===============================================
#全体
=============================================== */

/* ===============================================
#　カラー
=============================================== */

/* ===============================================
# フォント
=============================================== */

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.25;
}

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

a,
span,
picture {
  display: inline-block;
}

a[href=""] {
  pointer-events: none;
}

address {
  text-decoration: none;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

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

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer {
  background-color: #4D4D4D;
  margin-top: -10rem;
  padding-block: 22.3rem 5rem;
}

.footer .wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

.footer .texts > address {
  color: white;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 0.2rem;
}

.footer .company {
  color: white;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.footer .sns-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.9rem;
}

.footer .insta {
  background: url("../images/insta.svg") no-repeat center/contain;
  height: 30px;
  transition: ease 0.4s;
  width: 30px;
}

.footer .insta:hover {
  transform: scale(1.2);
}

.footer .tiktok {
  background: url("../images/tiktok.svg") no-repeat center/contain;
  height: 30px;
  transition: ease 0.4s;
  width: 30px;
}

.footer .tiktok:hover {
  transform: scale(1.1);
}

.footer .copy {
  margin-bottom: 0.7rem;
}

.footer .copy > span {
  color: white;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer .copy > small {
  color: white;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
}

.humburger {
  display: none;
}

.header {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
}

.header .logo {
  align-items: center;
  display: flex;
  height: 8rem;
  margin-left: 3.7%;
  transition: opacity 0.4s ease;
}

.header .logo:hover {
  opacity: 0.6;
}

.header .logo img {
  height: 1.8rem;
  width: 24.4rem;
}

.header .nav-pc .list {
  display: flex;
}

.header .nav-pc .list .item > a {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 8rem;
  letter-spacing: 0.1em;
  line-height: 3.5;
  padding-inline: 1.8rem;
  transition: opacity 0.4s ease;
}

.header .nav-pc .list .item > a:hover {
  opacity: 0.6;
}

.header .nav-pc .list .item.contact > a {
  background-color: #4D4D4D;
  color: white;
  justify-content: center;
  margin-left: 2.7rem;
  transition: opacity 0.4s ease;
  width: 20rem;
}

.header .nav-pc .list .item.contact > a:hover {
  opacity: 0.6;
}

.header .nav-sp {
  display: none;
}

.header #sp-menu {
  display: none;
  opacity: 0;
}

.title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

.title::after {
  background-color: black;
  content: "";
  display: block;
  height: 1px;
  margin-top: 2.8rem;
  width: 3rem;
}

.contact-banner {
  margin-inline: auto;
  margin-inline: auto;
  margin-top: 26.1rem;
  max-width: 126rem;
  padding-block: 5rem;
  padding-inline: 3rem;
  position: relative;
  z-index: 1;
}

.contact-banner::before {
  background-color: #F2F2F2;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 6rem);
  z-index: -1;
}

.contact-banner .head {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -6.1rem;
  transform: translateX(-50%);
  z-index: 1;
}

.contact-banner .head::after {
  background-color: black;
  content: "";
  display: block;
  height: 6rem;
  margin-inline: auto;
  margin-top: 1.3rem;
  width: 1px;
}

.contact-banner .banner-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.contact-banner .tel {
  color: #707070;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 2.9rem;
  text-align: center;
}

.contact-banner > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1.6rem;
  text-align: center;
}

.contact-banner .contact {
  align-items: center;
  background-color: white;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  height: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-inline: auto;
  margin-top: 2.6rem;
  padding-left: 3rem;
  position: relative;
  transition: opacity 0.4s ease;
  width: 50rem;
}

.contact-banner .contact:hover {
  opacity: 0.6;
}

.contact-banner .contact:hover::after {
  right: 2rem;
}

.contact-banner .contact::after {
  background: url("../images/contact-arrow.svg") center/contain no-repeat;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 3rem;
  transition: 0.4s ease;
  width: 18rem;
}

/* ===============================================
# フェードイン
=============================================== */

.fade-mv {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.fade-in.active {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease-out;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
}

.fade-left.active {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-char {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-in-char > span {
  opacity: 0;
  transform: translateY(6px);
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.fade-in-char.active {
  opacity: 1;
}

.fade-in-char.active > span {
  opacity: 1;
  transform: translateY(0);
}

.fade-in,
.fade-up,
.fade-left,
.fade-in-char > span {
  will-change: opacity, transform;
}

.fade-in.active,
.fade-up.active,
.fade-left.active,
.fade-in-char.active > span {
  transform: translateZ(0);
}

.mv {
  align-items: center;
  aspect-ratio: 1366/768;
  background: url(../../images/mv-main-pc.webp) center 60%/cover no-repeat;
  display: flex;
  height: 76.8rem;
  padding: 7.3%;
  position: relative;
  width: 100%;
}

.mv-text {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 8rem;
}

.concept {
  margin-inline: auto;
  max-width: 136.6rem;
  padding-top: 20.2rem;
  width: 100%;
}

.concept .block {
  margin-top: 10rem;
  padding-top: 30rem;
  position: relative;
}

.concept .block .img {
  height: 40rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100rem;
  z-index: -1;
}

.concept .block .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.concept .block .texts {
  background-color: white;
  padding-block: 9rem 14rem;
  padding-left: 26.8%;
  width: 100rem;
}

.concept .block .texts > h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

.concept .block .texts > p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-top: 3rem;
}

.concept .images {
  margin-left: 11%;
  position: relative;
  width: 90rem;
}

.concept .images .img {
  height: 40rem;
  width: 60rem;
}

.concept .images .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.concept .images .img + .img {
  height: 30rem;
  margin-left: auto;
  margin-top: -20rem;
  width: 50rem;
}

.floor-plan {
  padding-top: 20.2rem;
}

.floor-plan .main {
  aspect-ratio: 1366/800;
  background: url(../../images/plan-main-pc.webp) center 70%/cover no-repeat;
  margin-top: 10rem;
  max-height: 110rem;
  min-height: 80rem;
  width: 100%;
}

.floor-plan .splide {
  margin-inline: auto;
  margin-top: -7rem;
  max-width: 106.6rem;
}

.floor-plan .splide__arrow {
  background: transparent;
  border-radius: unset;
  height: 5rem;
  top: 22.2%;
  transform: unset;
  transition: 0.4s ease;
  width: 5rem;
}

.floor-plan .splide__arrow--next {
  background: url(../images/arrow-r.svg) center center/contain no-repeat;
  right: 0;
}

.floor-plan .splide__arrow--prev {
  background: url(../images/arrow-l.svg) center center/contain no-repeat;
  left: 0;
}

.floor-plan .img {
  height: 40rem;
  margin-inline: auto;
}

.floor-plan .type-a .img {
  max-width: 59rem;
}

.floor-plan .type-c .img {
  max-width: 74rem;
}

.floor-plan .type-b .img {
  max-width: 61.8rem;
}

.floor-plan .head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.floor-plan .floor::after {
  background-color: black;
  content: "";
  display: inline-block;
  height: 5.9rem;
  margin-inline: 2.9rem 3.1rem;
  vertical-align: bottom;
  width: 1px;
}

.floor-plan .number {
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.floor-plan .plan {
  font-family: "Shippori Mincho", serif;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.floor-plan .plan > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.floor-plan .price {
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.floor-plan .price > small {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.78;
}

.floor-plan .amenities {
  margin-inline: auto;
  margin-top: 0.2rem;
  padding-block: 2rem 2.2rem;
  padding-inline: 5rem;
  position: relative;
  width: 60.6rem;
}

.floor-plan .amenities > p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.floor-plan .amenities::before,
.floor-plan .amenities::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1rem;
}

.floor-plan .amenities::before {
  background: url(../images/icon-brackets-l.svg) center center/contain no-repeat;
  left: 0;
}

.floor-plan .amenities::after {
  background: url(../images/icon-brackets-r.svg) center center/contain no-repeat;
  right: 0;
}

.location {
  margin-inline: auto;
  max-width: 136.6rem;
  padding-top: 18.3rem;
  width: 100%;
}

.location .images {
  margin-top: 10rem;
}

.location .figure {
  position: relative;
}

.location .figure > figcaption {
  align-items: center;
  background-color: rgba(77, 77, 77, 0.5);
  bottom: 0;
  color: white;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 1.3rem;
  padding-inline: 2rem;
  position: absolute;
  width: 40rem;
}

.location .figure:nth-child(odd) > figcaption {
  right: 0;
}

.location .figure:nth-child(even) > figcaption {
  left: 0;
}

.location .figure:nth-child(1) {
  height: 40rem;
  margin-left: auto;
  width: 100rem;
}

.location .figure:nth-child(2) {
  height: 40rem;
  margin-left: 6%;
  margin-top: -10rem;
  width: 60rem;
}

.location .figure:nth-child(3) {
  height: 40rem;
  margin-left: auto;
  margin-right: 13.4%;
  margin-top: -20rem;
  position: relative;
  width: 60rem;
  z-index: 1;
}

.location .figure:nth-child(4) {
  height: 40rem;
  margin-left: 6%;
  margin-top: -10rem;
  width: 100rem;
}

.outline {
  padding-top: 20.2rem;
}

.outline .wrapper {
  display: flex;
  gap: 2rem;
  margin-inline: auto;
  margin-top: 10rem;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

.outline .list {
  width: 50%;
}

.outline .item {
  display: flex;
  padding-block: 1.5rem 1.7rem;
}

.outline .item:nth-child(odd) {
  background-color: #F2F2F2;
}

.outline .item > dt {
  border-right: 1px solid #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 3rem;
  position: relative;
  width: 13rem;
}

.outline .item > dd {
  flex: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-inline: 2rem 3.9rem;
}

.access {
  margin-inline: auto;
  max-width: 136.6rem;
  padding-top: 20rem;
  width: 100%;
}

.access .block {
  align-items: flex-end;
  display: flex;
  gap: 3.3rem;
  margin-left: auto;
  margin-top: 10rem;
  max-width: 126.3rem;
  padding-left: 3rem;
}

.access .texts {
  width: 40rem;
}

.access .texts > address {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.2rem;
}

.access .texts > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-block: 0.4rem 1.6rem;
}

.access .logo {
  width: 24.4rem;
}

.access .map {
  height: 100%;
  width: 80rem;
}

.access .map iframe {
  aspect-ratio: 800/400;
  height: 100%;
  width: 100%;
}

/* クラスを3つ定義 */

@media screen and (min-width:769px) {
  html {
    font-size: 10px;
  }

  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width:1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: min(1.3333333333vw, 10px);
  }

  .footer {
    padding-block: 19rem 6.1rem;
    position: relative;
  }

  .footer .wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  .footer .wrapper {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }

  .footer .texts > address {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.33;
  }

  .footer .company {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  .footer .sns-links {
    bottom: 0;
    position: absolute;
    right: 6rem;
  }

  .footer .insta:hover {
    transform: scale(1);
  }

  .footer .insta {
    height: 6rem;
    width: 6rem;
  }

  .footer .tiktok:hover {
    transform: scale(1);
  }

  .footer .tiktok {
    height: 6rem;
    width: 6rem;
  }

  .footer .copy > span {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 4.8rem;
  }

  .footer .copy > small {
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
  }

  .humburger {
    display: block;
    height: 10rem;
    position: relative;
    right: 4rem;
    width: 10rem;
  }

  .humburger span {
    background-color: black;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 80%;
  }

  .humburger span:nth-child(2) {
    margin-left: auto;
    top: 3.5rem;
    width: 100%;
  }

  .humburger span:nth-child(3) {
    margin-left: auto;
    top: 6.5rem;
    width: 60%;
  }

  .header {
    background-color: white;
  }

  .header .logo:hover {
    opacity: 1;
  }

  .header .logo {
    height: 10rem;
    margin-left: 3.1rem;
  }

  .header .logo img {
    height: 2.3rem;
    width: 30rem;
  }

  .header .nav-pc {
    display: none;
  }

  .header .nav-pc .list .item > a:hover {
    opacity: 1;
  }

  .header .nav-pc .list .item.contact > a:hover {
    opacity: 1;
  }

  .header .nav-sp {
    background-color: rgba(255, 255, 255, 0.6);
    height: calc(100dvh - 10rem);
    overflow: auto;
    padding-block: 6.3rem 6rem;
    padding-inline: 6rem;
    position: fixed;
    top: 10rem;
    transition: 0.4s ease;
    width: 100%;
    z-index: 100;
  }

  .header .nav-sp .list .item > a {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 3.2;
  }

  .header .nav-sp .list .item > a > span {
    font-size: 2.8rem;
  }

  .header .nav-sp .contact {
    margin-top: 30rem;
  }

  .header .nav-sp .contact > span {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }

  .header .nav-sp .contact > small {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 1.4rem;
    text-align: center;
  }

  .header .nav-sp .contact .tel {
    color: #707070;
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 5.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 2.6rem;
    text-align: center;
  }

  .header .nav-sp .contact .email {
    align-items: center;
    background-color: white;
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-size: 2.6rem;
    font-weight: 400;
    height: 8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-inline: auto;
    margin-top: 3.7rem;
    padding-left: 3rem;
    position: relative;
    width: 57rem;
  }

  .header .nav-sp .contact .email::after {
    background: url("../images/contact-arrow.svg") center/contain no-repeat;
    content: "";
    height: 6px;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18rem;
  }

  .header #sp-menu {
    display: block;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }

  .header #sp-menu.active {
    opacity: 1;
    pointer-events: auto;
  }

  .title {
    padding-inline: 8%;
    width: 100%;
  }

  .title {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .title::after {
    margin-top: 2.7rem;
    width: 6rem;
  }

  .contact-banner {
    margin-inline: auto;
    margin-top: 28.2rem;
    max-width: calc(100% - 12rem);
    padding-block: 6rem;
    padding-inline: 0;
    width: 100%;
  }

  .contact-banner::before {
    width: 100%;
  }

  .contact-banner .head {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    top: -8rem;
  }

  .contact-banner .banner-title {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .contact-banner .tel {
    font-family: "Shippori Mincho", serif;
    font-size: 5.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 2.6rem;
  }

  .contact-banner > small {
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 1.4rem;
  }

  .contact-banner .contact:hover {
    opacity: 1;
  }

  .contact-banner .contact {
    font-family: "Shippori Mincho", serif;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 3.7rem;
    width: calc(100% - 6rem);
  }

  .contact-banner .contact:hover::after {
    opacity: 1;
  }

  .mv {
    aspect-ratio: 750/1234;
    background: url(../../images/mv-main-sp.webp) center center/cover no-repeat;
    height: 123.4rem;
    margin-top: 10rem;
  }

  .mv-text {
    font-size: 0;
    margin-inline: auto;
    margin-top: 0;
  }

  .mv-text img {
    height: 88.8rem;
    width: 12.8rem;
  }

  .concept {
    padding-inline: 0;
  }

  .concept {
    padding-top: 15rem;
  }

  .concept .block {
    padding-top: 37rem;
  }

  .concept .block .img {
    height: auto;
    padding-left: 6rem;
    width: 100%;
  }

  .concept .block .img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .concept .block .texts {
    padding-block: 9.2rem 8rem;
    padding-inline: 6.1rem 6.2rem;
    width: calc(100% - 6rem);
  }

  .concept .block .texts > h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 4.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.33;
  }

  .concept .block .texts > p {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.28;
    margin-top: 2.5rem;
  }

  .concept .images {
    height: auto;
    margin-left: 0;
    margin-top: 8.5rem;
    width: 100%;
  }

  .concept .images .img {
    height: auto;
    width: calc(100% - 12rem);
  }

  .concept .images .img + .img {
    height: auto;
    margin-top: -10rem;
    width: calc(100% - 25rem);
  }

  .floor-plan {
    padding-top: 20rem;
  }

  .floor-plan .main {
    aspect-ratio: 750/500;
    background: url(../../images/plan-main-sp.webp) center center/cover no-repeat;
    max-height: auto;
    min-height: 50rem;
    width: 100%;
  }

  .floor-plan .splide {
    margin-top: 4rem;
  }

  .floor-plan .splide__arrow {
    height: 8rem;
    top: 11.5%;
    width: 8rem;
  }

  .floor-plan .splide__arrow--next {
    background: url(../images/arrow-r-sp.svg) center center/contain no-repeat;
  }

  .floor-plan .splide__arrow--prev {
    background: url(../images/arrow-l-sp.svg) center center/contain no-repeat;
  }

  .floor-plan .img {
    height: 30rem;
  }

  .floor-plan .type-a .img {
    max-width: 42.8rem;
  }

  .floor-plan .type-c .img {
    max-width: 59.3rem;
  }

  .floor-plan .type-b .img {
    max-width: 46.8rem;
  }

  .floor-plan .head {
    margin-top: 3rem;
  }

  .floor-plan .number {
    font-family: "Shippori Mincho", serif;
    font-size: 6.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .floor-plan .plan {
    font-family: "Shippori Mincho", serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .floor-plan .price {
    font-family: "Shippori Mincho", serif;
    font-size: 6.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }

  .floor-plan .price > small {
    font-family: "Shippori Mincho", serif;
    font-size: 4.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.76;
  }

  .floor-plan .amenities {
    margin-top: 1rem;
    width: calc(100% - 12rem);
  }

  .floor-plan .amenities > p {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .floor-plan .amenities::before {
    background: url(../images/icon-brackets-l-sp.svg) center center/contain no-repeat;
  }

  .floor-plan .amenities::after {
    background: url(../images/icon-brackets-r-sp.svg) center center/contain no-repeat;
  }

  .location {
    padding-inline: 0;
  }

  .location {
    padding-top: 17.5rem;
  }

  .location .figure > figcaption {
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    font-weight: 500;
    height: 5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 50rem;
  }

  .location .figure:nth-child(1) {
    height: auto;
    width: 100%;
  }

  .location .figure:nth-child(2) {
    height: auto;
    margin-left: 0;
    margin-top: 5rem;
    width: calc(100% - 6rem);
  }

  .location .figure:nth-child(3) {
    height: auto;
    margin-right: 0;
    margin-top: 5rem;
    width: calc(100% - 6rem);
  }

  .location .figure:nth-child(4) {
    height: auto;
    margin-left: 0;
    margin-top: 5rem;
    width: 100%;
  }

  .outline .wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  .outline .wrapper {
    flex-direction: column;
    gap: 0;
  }

  .outline .list {
    width: 100%;
  }

  .outline .item {
    padding-block: 1.5rem 1.8rem;
  }

  .outline .item > dt {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-left: 2rem;
    width: 17rem;
  }

  .outline .item > dd {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-inline: 2rem 2rem;
  }

  .access {
    padding-inline: 0;
  }

  .access .block {
    flex-direction: column;
    gap: 3rem;
    padding-left: 0;
  }

  .access .texts {
    padding-inline: 6rem;
    width: 100%;
  }

  .access .texts > address {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .access .texts > small {
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .access .logo {
    width: 30rem;
  }

  .access .map {
    width: 100%;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}