@charset "UTF-8";
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-label {
  display: flex;
  align-items: center;
}
.form-check-label span {
  margin-left: 0.8rem;
}

@media (min-width: 768px) {
  .section-contact-form {
    margin-bottom: 130px;
  }
}
@media (max-width: 767.98px) {
  .section-contact-form {
    margin-bottom: 100px;
  }
}
.section-contact-form__inner {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-contact-form__inner {
    padding: 40px 12px;
  }
}
@media (max-width: 767.98px) {
  .section-contact-form__inner {
    padding: 22px 20px 50px;
  }
}
@media (min-width: 768px) {
  .section-contact-form__text {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .section-contact-form__text {
    margin-bottom: 32px;
  }
}

.contact-form {
  position: relative;
}
@media (min-width: 768px) {
  .contact-form {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form__note {
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #e10001;
  text-align: right;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .contact-form__inner {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .contact-form__inner {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .contact-form__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .contact-form__row:nth-child(1n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-form__row:nth-child(1n+2) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .contact-form__row.align-items-md-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .contact-form__content {
    width: calc(100% - 172px);
  }
}
.contact-form__child:nth-child(1n+2) {
  margin-top: 12px;
}
.contact-form .form-label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-form .form-label {
    width: 172px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-form .form-label {
    margin-bottom: 12px;
  }
}
.contact-form .form-label .required {
  color: #a23232;
  padding-left: 10px;
}
.contact-form .form-label-sm {
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.contact-form .form-control {
  font-size: 14px;
  padding: 14px 22px;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  letter-spacing: 0.06em;
}
.contact-form .form-control::-moz-placeholder {
  color: #cbcbcb;
}
.contact-form .form-control::placeholder {
  color: #cbcbcb;
}
@media (min-width: 768px) {
  .contact-form .form-control.form-control-sm {
    width: 158px;
  }
}
@media (min-width: 768px) {
  .contact-form .form-control.form-control-sm + .form-control-sm {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-form .form-control.form-control-sm + .form-control-sm {
    margin-top: 10px;
  }
}
.contact-form .form-select {
  font-size: 14px;
  padding: 14px 22px;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  letter-spacing: 0.06em;
}
.contact-form .form-check {
  padding-left: 40px;
  margin-bottom: 32px;
}
.contact-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-left: -40px;
}
.contact-form .form-check .form-check-label {
  font-size: 14px;
  letter-spacing: 0.06em;
}
.contact-form .form-check .form-check-label a {
  color: #000;
}
.contact-form .btn-submit {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
}
.contact-form .btn-submit span {
  background-image: url(../img/common/arrow-white.svg);
  background-size: 9px auto;
}
.contact-form .btn-submit:hover span {
  background-image: url(../img/common/arrow-black.svg);
}

.btn-arrow {
  --bs-btn-font-size: 14px;
  --bs-btn-bg: #fff;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.btn-arrow:hover span, .btn-arrow:focus-visible span {
  background-image: url("../img/common/arrow-white.svg");
}
.btn-arrow span {
  padding-right: 22px;
  background-image: url("../img/common/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px 12px;
}

.schedule-select:nth-child(1n+2) {
  margin-top: 20px;
}
.schedule-select__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .schedule-select__contents {
    display: flex;
  }
}
@media (min-width: 768px) {
  .schedule-select__item {
    width: 254px;
  }
}
@media (max-width: 767.98px) {
  .schedule-select__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .schedule-select__item:nth-child(1n+2) {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .schedule-select__item:nth-child(1n+2) {
    margin-top: 20px;
  }
}
.schedule-select__item p {
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-form-radio {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.contact-form-radio .form-check-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.contact-form-radio .form-check-label span {
  margin-left: 0.8rem;
}
.contact-form-radio .form-check-input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 0 !important;
  border: 2px solid #d3d3d3;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.contact-form-radio .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.contact-form-radio .form-check-input:checked {
  border-color: #d3d3d3;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.43%22%20height%3D%228.58%22%20viewBox%3D%220%200%2010.43%208.58%22%3E%20%3Cpath%20d%3D%22m.4%203.08%203.4%204.69L10.04.32%22%20fill%3D%22none%22%20stroke%3D%22%23e10001%22%2F%3E%3C%2Fsvg%3E");
  background-size: 9px auto;
}
.contact-form-radio .form-check-input:checked + span {
  color: #e10001;
}

.section-select-model-house {
  margin-bottom: 40px;
}
.section-select-model-house .form-label {
  margin-bottom: 40px;
  width: auto;
}

@media (max-width: 767.98px) {
  .card-check-model-house {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
  }
}
.card-check-model-house .form-check {
  padding-left: 30px !important;
  margin-bottom: 20px;
}
.card-check-model-house .form-check .form-check-input {
  width: 20px !important;
  height: 20px !important;
  border-width: 2px;
  border-radius: 0 !important;
  margin-left: -30px !important;
}
.card-check-model-house .form-check .form-check-input:focus {
  box-shadow: none;
}
.card-check-model-house .form-check .form-check-input:checked {
  border-color: #d3d3d3;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.43%22%20height%3D%228.58%22%20viewBox%3D%220%200%2010.43%208.58%22%3E%20%3Cpath%20d%3D%22m.4%203.08%203.4%204.69L10.04.32%22%20fill%3D%22none%22%20stroke%3D%22%23e10001%22%2F%3E%3C%2Fsvg%3E");
  background-size: 9px auto;
  background-position: center;
}
.card-check-model-house .form-check .form-check-input:checked + span {
  color: #e10001;
}
.card-check-model-house .form-check .form-check-label {
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.card-check-model-house__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 264/174;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .card-check-model-house__thumbnail {
    margin-bottom: 20px;
  }
}
.card-check-model-house__body {
  position: relative;
}
.card-check-model-house__content {
  display: none;
}
@media (min-width: 768px) {
  .card-check-model-house__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.card-check-model-house__content dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 10px;
  margin-bottom: 0;
}
.card-check-model-house__content dl:nth-child(1n+2) {
  margin-top: 10px;
}
.card-check-model-house__content dl dt {
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 768px) {
  .card-check-model-house__content dl dt {
    color: #646464;
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .card-check-model-house__content dl dt {
    color: #fff;
    background-color: #646464;
  }
}
.card-check-model-house__content dl dd {
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-check-model-house__content dl dd {
    color: #fff;
  }
}
.card-check-model-house__btn {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  width: 100%;
  margin-top: 20px;
}
.card-check-model-house__btn.active span::before {
  transform: rotate(180deg);
}
.card-check-model-house__btn span {
  position: relative;
  padding-right: 21px;
}
.card-check-model-house__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.23%22%20height%3D%226.82%22%20viewBox%3D%220%200%2012.23%206.82%22%3E%20%3Cpath%20d%3D%22m.35.35%205.77%205.77L11.88.35%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #000;
  --sc: #fff;
}

/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--mc);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
}
html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1.6rem;
  letter-spacing: 0;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*---display---*/
.pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
.pc-tb {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}
.tb-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}
.tb {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
/*---btnbox---*/
.btnbox {
  margin-top: 8rem;
  text-align: center;
}
.btnbox .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 8rem;
  background-color: #9b0000;
  cursor: pointer;
  transition: filter 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .btnbox .btn {
    width: 34rem;
  }
}
.btnbox .btn span {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  padding-right: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnbox .btn span {
    font-size: 1.9rem;
  }
}
.btnbox .btn span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.8rem;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(60deg);
  position: absolute;
  right: 0;
  top: calc((100% - 1.5rem) / 2);
  transition: right 0.3s ease 0s;
}
@media (hover: hover) {
  .btnbox .btn:hover {
    filter: brightness(1.2);
  }
  .btnbox .btn:hover span:before {
    right: -0.8rem;
  }
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 3.2rem;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-wrap.--small {
  max-width: 1120px;
}

.cmn-ttl {
  position: relative;
  margin-inline: 0 auto;
  text-align: left;
}
.cmn-ttl__main {
  padding-right: 20px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.749em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cmn-ttl__main {
    font-size: 9rem;
    padding-right: 2rem;
  }
}
.cmn-ttl__sub {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1111em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cmn-ttl__sub {
    font-size: 2rem;
  }
}
.cmn-ttl.--vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.cmn-ttl.--vertical .cmn-ttl__main {
  padding-right: 0;
  line-height: 0.75;
  writing-mode: sideways-rl;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--vertical .cmn-ttl__main {
    writing-mode: initial;
  }
}
.cmn-ttl.--vertical .cmn-ttl__sub {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--vertical .cmn-ttl__sub {
    writing-mode: initial;
  }
}
.cmn-ttl.--white {
  color: #fff;
}
.cmn-ttl.--access .cmn-ttl__main {
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .cmn-ttl.--access .cmn-ttl__main {
    font-size: 8rem;
  }
}
.cmn-ttl .--en {
  font-family: "EB Garamond", serif;
}
.cmn-ttl .--mc {
  color: var(--mc);
}
.cmn-ttl .--sc {
  color: var(--sc);
}

.cmn-ttl2 {
  position: relative;
  text-align: center;
}
.cmn-ttl2__main {
  position: relative;
  height: 175px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.9996em;
  color: var(--mc);
  letter-spacing: 0.04em;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cmn-ttl2__main {
    font-size: 3.2rem;
  }
}
.cmn-ttl2__sub {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .cmn-ttl2__sub {
    font-size: 12rem;
  }
}
.cmn-ttl2.--left {
  margin-inline: 0 auto;
  text-align: left;
}
.cmn-ttl2.--left .cmn-ttl__main {
  padding-left: 40px;
}
.cmn-ttl2.--left .cmn-ttl__sub {
  left: 0;
  transform: translateY(-50%);
}
.cmn-ttl2.--access .cmn-ttl__main {
  color: var(--sc);
}
.cmn-ttl2.--access .cmn-ttl__sub {
  color: #999;
}
.cmn-ttl2.-gray .cmn-ttl2__main {
  color: #000;
}
.cmn-ttl2.-gray .cmn-ttl2__sub {
  color: #f5f5f5;
}
.cmn-ttl2 .--en {
  font-family: "Kaisei HarunoUmi", serif;
}
.cmn-ttl2 .--main-color {
  color: var(--mc);
}
.cmn-ttl2 .--sub-color {
  color: var(--sc);
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
.hd .hd-menu .hd-nav.pc-nav .hd-nav__item a span {
  color: #000;
}
.hd .hd-menu .hd-nav.sp-nav .hd-nav__item a span {
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .hd .hd-menu .hd-nav.sp-nav .hd-nav__item a span {
    font-size: 3.6rem;
  }
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  height: 100%;
}

.hd-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hd-logo__ph {
  max-width: 270px;
}

.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 19px;
}

.hd-nav__item {
  text-align: center;
}
.hd-nav__item a span {
  color: #fff;
}

.hd-nav__link {
  position: relative;
  display: block;
  transition: 0.4s;
}

.hd-nav__link-st {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.7;
  }
}
.hd-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hd {
    height: 60px;
  }
  .hd-logo {
    flex-direction: row;
    gap: 12px;
    width: auto;
    line-height: 1;
    z-index: 1001;
  }
  .hd-logo__ph {
    width: 260px;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 18rem;
    width: 100%;
    max-width: 460px;
    height: 100svh;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    display: block;
    margin-bottom: 25px;
  }
  .hd-nav__item {
    padding: 0;
    line-height: 1;
  }
  .hd-nav__link {
    display: block;
    padding: 16px 0;
  }
  .hd-nav__btn-link {
    width: 180px;
  }
  .hd-toggle {
    position: relative;
    display: block;
    width: 92px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 16px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mc);
    color: var(--mc);
    transition: 0.35s ease-in-out;
  }
  .hd-toggle span:nth-child(1) {
    top: 0;
  }
  .hd-toggle span:nth-child(2) {
    top: 8px;
  }
  .hd-toggle span:nth-child(3) {
    position: relative;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hd-cnt {
    padding-inline: 20px;
  }
  .hd-logo__ph {
    width: 160px;
  }
}
.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}
.hd.open .sp-nav .hd-nav__item a span {
  color: var(--mc);
}

.hd.open .hd-toggle__txt {
  color: #333;
  visibility: hidden;
}

.hd.open .hd-toggle__txt::after {
  visibility: visible;
}

.hd.open .hd-toggle span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

.hd.open .hd-toggle span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

.hd.fixed {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

.hd.fixed .hd-nav__link-st {
  color: var(--mc);
}

.ft {
  background: var(--mc);
}

.ft-inr {
  margin: 0 auto;
  padding-block: clamp(4.5rem, 2.6rem + 4.97vw, 9rem) clamp(2rem, 1.2rem + 2.21vw, 4rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ft-inr {
    padding-block: 10rem 16rem;
  }
}

.ft-head {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  padding-bottom: min(6.40625vw, 8.2rem);
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .ft-head {
    padding-bottom: 8rem;
    border-bottom: 1px solid #707070;
  }
}

.ft-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft-logo__ph {
  display: block;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .ft-logo__ph {
    width: 150px;
  }
}
.ft-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  text-align: center;
  color: var(--sc);
}
@media screen and (max-width: 1024px) {
  .ft-copy {
    font-size: 1.6rem;
  }
}

.fixed-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 0.4s;
  opacity: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    height: auto;
    z-index: 1000;
  }
}
.fixed-nav.fixed {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fixed-nav.fixed {
    bottom: 0;
    left: auto;
    right: 0;
  }
}

.fixed-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 8rem;
  background-color: #9b0000;
  cursor: pointer;
  transition: filter 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .fixed-nav__link {
    flex-direction: row;
    height: 8rem;
  }
}
@media (hover: hover) {
  .fixed-nav__link:hover {
    filter: brightness(1.2);
  }
  .fixed-nav__link:hover .fixed-nav__st:before {
    right: -0.8rem;
  }
}

.fixed-nav__st {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  padding-right: 8rem;
  position: relative;
}
.fixed-nav__st:before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.8rem;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(60deg);
  position: absolute;
  right: 0;
  top: calc((100% - 1.5rem) / 2);
  transition: right 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .fixed-nav__st {
    writing-mode: inherit;
  }
}
.toppage .ui-datepicker {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .toppage .ui-datepicker {
    font-size: 3.2rem;
  }
}
.toppage .ui-datepicker th,
.toppage .ui-datepicker td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .toppage .ui-datepicker th,
  .toppage .ui-datepicker td {
    font-size: 3.2rem;
  }
}