@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191919;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer {
  background-color: #191919;
}

.footer__inner {
  max-width: inherit;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.footer__columnUpper {
  padding-top: 15.7rem;
  padding-bottom: 18.6rem;
}
@media screen and (max-width: 750px) {
  .footer__columnUpper {
    padding-top: 4.5rem;
    padding-bottom: 2.7rem;
  }
}

.footer__columnLower {
  border-top: 0.1rem solid #292929;
  padding-top: 2.7rem;
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 750px) {
  .footer__columnLower {
    padding-top: 2.7rem;
    padding-bottom: 4.5rem;
  }
}

.columnFooterUpper {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnFooterUpper {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem 0;
  }
}

.columnFooterUpper__logo {
  display: block;
  width: 23.8rem;
}
@media screen and (max-width: 750px) {
  .columnFooterUpper__logo {
    width: 15.9rem;
  }
}

.listFooterNav {
  gap: 0 2.2rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .listFooterNav {
    flex-wrap: wrap;
    gap: 1.6rem 0;
  }
}

@media screen and (max-width: 750px) {
  .listFooterNav__item {
    width: 50%;
  }
  .listFooterNav__item:last-child {
    width: 100%;
  }
}

.listFooterNav__link {
  color: #FFF;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.listFooterNav__button {
  display: block;
  margin-left: 2.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4.4rem;
  min-width: 13rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #fff;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .listFooterNav__button {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.columnFooterLower {
  justify-content: space-between;
}

.columnFooterLower__item {
  gap: 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .columnFooterLower__item {
    gap: 0 1.5rem;
  }
}

.listFooterSns {
  gap: 0 1rem;
}

.listFooterSns__link {
  display: block;
}

.listFooterSns__link--ig {
  width: 1.6rem;
}

.listFooterSns__link--tiktok {
  width: 1.4rem;
}

.listFooterSns__link--yt {
  width: 2.2rem;
}

.columnFooterLower__link {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.columnFooterLower__copyright {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header {
  height: 10.6rem;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    height: 7rem;
    top: 0;
    left: 0;
  }
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.8rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-left: 3.5rem;
    padding-right: 2.5rem;
  }
}

.header__logo {
  display: block;
  width: 16.6rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 12rem;
  }
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 1.3rem;
  align-items: center;
}
.header__pcList .header__link {
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
.header__pcList .header__link:hover {
  color: #D5CDB9;
}
.header__pcList .header__buttons {
  gap: 0.8rem;
  margin-left: 0.9rem;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4.4rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #D5CDB9;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header__pcList .header__button--sim::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 1.2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/common/header_arrow01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header__pcList .header__button--reserve {
  background-color: #191919;
  color: #fff;
}
.header__pcList .header__button--reserve::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 1.2rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/common/header_arrow02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F7F7F7;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .header__spList .header__spListIcon {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 19.8rem;
    margin-right: 0;
    margin-top: 0;
    z-index: 1;
    opacity: 0.4;
  }
}
.header__spList .header__list {
  padding: 10rem 3.5rem;
  position: relative;
  z-index: 10;
}
.header__spList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
}
.header__spList .header__buttons {
  gap: 1rem;
  margin-left: 0;
  margin-top: 2rem;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #D5CDB9;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:nth-child(1) {
  width: 18rem;
}
.header__spList .header__button:nth-child(2) {
  width: 13rem;
}
.header__spList .header__button--sim::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 1.2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/common/header_arrow01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header__spList .header__button--reserve {
  background-color: #191919;
  color: #fff;
}
.header__spList .header__button--reserve::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 1.2rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/common/header_arrow02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background: #D5CDB9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}

.header__hbBorder {
  display: block;
  background-color: #191919;
  width: 1.4rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.3rem;
}
.header__hbBorder:last-child {
  width: 0.8rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  width: 1.4rem;
  transform: rotate(45deg) translate(-0.2rem, -0.2rem);
}

.main {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 7rem;
  }
}

.table, .table .table__td, .table .table__th {
  border-collapse: collapse; /* 1pxにする */
  border: 1px solid #666;
}

.table.table--privacy {
  margin: 4rem auto;
}

.table__td, .table .table__th {
  padding: 1rem;
}

.buttonArrow {
  width: 2.6rem;
  display: block;
}

@media screen and (max-width: 750px) {
  .cardsLinks {
    flex-wrap: wrap;
  }
}

.cardsLinks__item {
  width: 33.3333333333%;
}
.cardsLinks__item:not(:last-child) {
  border-right: 0.1rem solid #F2F2F2;
}
@media screen and (max-width: 750px) {
  .cardsLinks__item {
    width: 100%;
  }
  .cardsLinks__item:not(:last-child) {
    border-right: none;
    border-bottom: 0.1rem solid #F2F2F2;
  }
}

.cardLinks {
  display: block;
  padding: 5.6rem 3.3rem 0;
  height: 46.1111111111vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cardLinks {
    height: 100%;
    padding: 2.6rem 3.5rem 6rem;
  }
}

.cardLinks__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem 0;
}

.cardLinks__title--en {
  color: #191919;
  font-family: "Playfair", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cardLinks__title--jp {
  color: #191919;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
}

.cardLinks__img {
  margin-top: 2.5rem;
}

.cardLinks__content {
  margin-top: 2.2rem;
}

.cardLinks__text {
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6666666667; /* 166.667% */
}

.cardLinks__textImg {
  margin-top: -1.2rem;
}

.cardLinks__arrow {
  display: block;
  width: 2.6rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10.7rem;
}
@media screen and (max-width: 750px) {
  .cardLinks__arrow {
    width: 1.6rem;
    bottom: 2.5rem;
  }
}

.cardsHouse {
  flex-wrap: wrap;
}

.cardsHouse__item {
  width: 50%;
}

.cardHouse {
  position: relative;
  height: 52.5rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .cardHouse {
    height: 23rem;
  }
}
.cardHouse:hover {
  background-color: #fff;
}

.cardHouse__img {
  margin-top: 6.5rem;
  width: 55rem;
  height: 32rem;
}
@media screen and (max-width: 750px) {
  .cardHouse__img {
    margin-top: 1rem;
    width: 16rem;
    height: 12rem;
  }
}
.cardHouse__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.cardHouse__content {
  margin-top: 2.6rem;
}
@media screen and (max-width: 750px) {
  .cardHouse__content {
    margin-top: 1rem;
  }
}

.cardHouse__title {
  color: #191919;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5; /* 83.333% */
  font-family: "Zen Old Mincho", serif;
  width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cardHouse__title {
    font-size: 1.6rem;
    width: 16rem;
  }
}

.cardHouse__arrow {
  width: 2.6rem;
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .cardHouse__arrow {
    width: 1.6rem;
    right: 1.5rem;
    bottom: 1.6rem;
  }
}

.cardHouseRecommend__inner {
  padding: 0 1.3888888889vw;
}

.cardHouseRecommend__img {
  width: 100%;
  height: 15.5555555556vw;
}
@media screen and (max-width: 750px) {
  .cardHouseRecommend__img {
    height: 20.2rem;
  }
}
.cardHouseRecommend__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.columnInvestLink {
  gap: 0 8.3333333333vw;
  border-top: 0.1rem solid #F2F2F2;
  border-bottom: 0.1rem solid #F2F2F2;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnInvestLink {
    flex-direction: column;
    gap: 0;
  }
}

.columnInvestLink__item {
  position: relative;
}
.columnInvestLink__item:nth-child(2) {
  padding-right: 9.8rem;
}
@media screen and (max-width: 750px) {
  .columnInvestLink__item:nth-child(2) {
    padding: 3rem 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .columnInvestLink__item {
    width: 100%;
  }
}

.columnInvestLink__img {
  width: 33.4722222222vw;
}
@media screen and (max-width: 750px) {
  .columnInvestLink__img {
    width: 100%;
  }
}

.columnInvestLink__title {
  color: #191919;
  font-family: "Playfair", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnInvestLink__title {
    font-size: 2rem;
  }
}

.columnInvestLink__text {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnInvestLink__text {
    font-size: 1.4rem;
  }
}

.columnInvestLink__arrow {
  width: 2.6rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .columnInvestLink__arrow {
    width: 1.6rem;
    right: 3.5rem;
  }
}

/* 2本の ul を横並びにして動かす */
.boxTextLoop {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: textLoop 120s linear infinite;
}

/* ul */
.boxTextLoop__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* li（テキスト） */
.listTextLoop__item {
  white-space: nowrap;
  padding-right: 4rem;
  color: #F2F2F2;
  font-family: "Playfair", serif;
  font-size: 12rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 35% */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .listTextLoop__item {
    font-size: 6rem;
  }
}

/* 2本分（50%）ずらして無限ループ */
@keyframes textLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 動き少なめ設定 */
.formMain + .wpcf7-response-output {
  font-size: 1.4rem;
}

.formMain__blk {
  display: flex;
}
@media screen and (max-width: 750px) {
  .formMain__blk {
    flex-direction: column;
    gap: 1rem;
  }
}
.formMain__blk + .formMain__blk {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .formMain__blk + .formMain__blk {
    margin-top: 2rem;
  }
}
.formMain__blk + .formMain__blk--mtSmall {
  margin-top: 1rem;
}

.formMain__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 18rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .formMain__title {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

.formMain__title--require::after {
  content: "*";
  color: #FA5050;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  margin-left: 0.2rem;
}

.formMain__reserve {
  display: flex;
  gap: 0 1rem;
}
.formMain__reserve .formMain__input {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .formMain__reserve .formMain__input {
    width: 14rem;
  }
}
.formMain__reserve .formMain__select {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .formMain__reserve .formMain__select {
    width: 14rem;
  }
}

.formMain__input {
  width: 80rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__input {
    width: 100%;
  }
}
.formMain__input .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__input--flex {
  display: flex;
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--flex {
    flex-direction: column;
  }
}

.formMain__select {
  width: 80rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__select {
    width: 100%;
  }
}
.formMain__select .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.formMain__select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-top: 0.9rem solid #101211;
  border-bottom: 0;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  z-index: 10;
}

.formMain__select--flex {
  display: flex;
  gap: 0 1rem;
}

.formMain__select--small {
  width: 18rem;
  flex-shrink: 0;
}

.formMain__input--small {
  width: 18rem;
  flex-shrink: 0;
}

.formMain__input--text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--text {
    margin-top: 0.8rem;
  }
}

.formMain__radio {
  padding-top: 0.7rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formMain__radio .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__agree {
  margin-top: 4rem;
  padding-left: 18rem;
}
@media screen and (max-width: 750px) {
  .formMain__agree {
    padding-left: 0;
  }
}

.formMain__submit {
  margin-top: 4rem;
  padding-left: 18rem;
}
@media screen and (max-width: 750px) {
  .formMain__submit {
    margin-top: 5rem;
    padding-left: 0;
  }
}

.formMain__submit--flex {
  display: flex;
  gap: 0 2rem;
}
.formMain__submit--flex .formSubmitWrapper, .formMain__submit--flex .formPrevWrapper {
  width: calc(50% - 1rem);
  display: block;
}

.formInput, .formTextArea, .formSelect {
  background-color: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.formSelect {
  padding-right: 4rem;
}

.formSubmitWrapper {
  width: 32rem;
  margin: 0 auto;
  display: block;
  position: relative;
}
.formSubmitWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  right: 2rem;
}

.formPrevWrapper {
  width: 100%;
  display: block;
  position: relative;
}
.formPrevWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}

.formSubmit {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #6E5748;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.formSubmit--contact {
  background: #101211;
}

.formPrev {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #ddd;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.formAgree .wpcf7-list-item {
  margin-left: 0;
}
.formAgree .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formAgree input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.formAgree .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #f0f0f0;
}
.formAgree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formAgree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.formRadio {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formRadio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formRadio .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formRadio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formRadio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  border: 0.1rem solid #f0f0f0;
}
.formRadio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #191919;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.formRadio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.formCheck {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formCheck .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formCheck .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formCheck input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.formCheck .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #f0f0f0;
}
.formCheck .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formCheck input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.formMain--confirm .formMain__title {
  padding-top: 0;
}
.formMain--confirm .formMain__radio {
  padding-top: 0;
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.JsParallax {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.JsBright {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.JsBright.is-active {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}

.JsBrightBox__01, .JsBrightBox__02, .JsBrightBox__03, .JsBrightBox__04, .JsBrightBox__05, .JsBrightBox__06, .JsBrightBox__07, .JsBrightBox__08, .JsBrightBox__09, .JsBrightBox__10 {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.is-active .JsBrightBox__01, .is-active .JsBrightBox__02, .is-active .JsBrightBox__03, .is-active .JsBrightBox__04, .is-active .JsBrightBox__05, .is-active .JsBrightBox__06, .is-active .JsBrightBox__07, .is-active .JsBrightBox__08, .is-active .JsBrightBox__09, .is-active .JsBrightBox__10 {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}
.JsBrightBox__01 {
  transition-delay: 0;
}
.JsBrightBox__02 {
  transition-delay: 0.8s;
}
.JsBrightBox__03 {
  transition-delay: 1.6s;
}
.JsBrightBox__04 {
  transition-delay: 2.4s;
}
.JsBrightBox__05 {
  transition-delay: 3.2s;
}
.JsBrightBox__06 {
  transition-delay: 4s;
}
.JsBrightBox__07 {
  transition-delay: 4.8s;
}
.JsBrightBox__08 {
  transition-delay: 5.6s;
}
.JsBrightBox__09 {
  transition-delay: 3.2s;
}
.JsBrightBox__10 {
  transition-delay: 3.6s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

.show-pc2 {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .show-pc2 {
    display: none;
  }
}
.disactiveButton {
  pointer-events: none;
  opacity: 0.3;
}