@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Shippori+Mincho:wght@400;500;700&display=swap");

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

small {
  font-size: 12px;
  line-height: 1.2;
}

small.kumamon {
  font-size: 60%;
}

main {
  display: block;
}

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

table {
  border-collapse: collapse;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a,
button {
  outline: none;
}

a:focus,
button:focus {
  outline: none;
}

.mt4 {
  margin-top: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.res-pc {
  display: block !important;
}

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

.widthSp {
  width: calc(100% - 48px);
  margin: 40px auto;
}

.center {
  text-align: center !important;
}

.center_margin {
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 24px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 959px) {
  .res-pc {
    display: none !important;
  }

  .res-sp {
    display: block !important;
  }

  .widthSp {
    margin: 16px auto;
  }
}


/*---------------------------------------------------------
common
---------------------------------------------------------*/

html {
  font-size: 62.5%;
}

/* @media only screen and (min-width: 320px) and (max-width: 414px) {
  html {
    font-size: 2.41546vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: 0.80645vw;
  }
} */

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #3b3b3b;
  box-sizing: border-box;
  word-break: break-word;
  line-height: 1.5;
}

@media only screen and (max-width: 959px) {
  .topPage {
    margin: inherit;
    font-size: 1.4rem;
    color: #3b3b3b;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

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

p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

a:hover {}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.bgwhite {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}

@media only screen and (max-width: 959px) {
  .bgwhite {
    padding: 24px;
  }
}

/* ------------------------------
鎌倉共通パーツ ベース設定
------------------------------ */
:root {
  --font-size: 14px;
}

@media screen and (max-width: 768px) {
  :root {
    --font-size: 4.1024vw;
  }
}

.common-header,
.gNav,
.gNav__lower,
.footer-wrap,
#scroll-top,
.side-fixed-nav {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: var(--font-size);
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: normal;
  letter-spacing: 0.05em;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.inner {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.inner-box {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap img {
  display: block;
  height: auto;
}

/* ------------------------------
Header
------------------------------ */
.common-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.875em 2.5em;
  letter-spacing: 0;
  transition: all 0.2s ease 0s;
  box-sizing: border-box;
}

.common-header:hover {
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .common-header {
    padding: 1.875em 1.5625em;
  }
}

@media all and (max-width: 768px) {
  .common-header {
    padding: 1.25em 0.9375em;
  }
}

.common-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
}

.common-header__logo {
  width: min(16.25em, 18vw);
  transition: all 0.2s ease 0s;
  font-size: unset;
}

.common-header__logo:hover {
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .common-header__logo {
    width: 11.25em;
  }
}

.common-header__logo a {
  display: block;
  width: 100%;
  aspect-ratio: 260/68;
}

.common-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.common-header__pc-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-end;
}

@media all and (max-width: 1280px) {
  .common-header__pc-nav {
    display: none;
  }
}

.common-header__pc-nav__upper-list {
  display: flex;
  gap: calc(1em * 1.25);
  font-size: 1em;
}

.common-header__pc-nav__upper-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.8em 2em;
  line-height: 1.1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.common-header__pc-nav__upper-list a:hover {
  text-decoration: none;
}

.common-header__pc-nav__upper-list a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .common-header__pc-nav__upper-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.common-header__pc-nav__upper-list a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.common-header__pc-nav__lower-list {
  display: flex;
  font-size: min(16px, 0.9vw);
}

.common-header__pc-nav__lower-list__item {
  border-left: 1px solid #fff;
}

.common-header__pc-nav__lower-list__item:last-child {
  border-right: 1px solid #fff;
}

.common-header__pc-nav__lower-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  padding: 0 1em;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.common-header__pc-nav__lower-list a:hover {
  text-decoration: none;
}

.common-header__pc-nav__lower-list a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .common-header__pc-nav__lower-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.common-header__pc-nav__lower-list a:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.common-header.scrolled,
.common-header.force-scrolled {
  background-color: rgba(128, 123, 105, 0.9);
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}

.common-header.scrolled .common-header__logo,
.common-header.force-scrolled .common-header__logo {
  width: min(12.5em, 14vw);
}

@media all and (max-width: 1024px) {

  .common-header.scrolled .common-header__logo,
  .common-header.force-scrolled .common-header__logo {
    width: 8.75em;
  }
}

@media all and (max-width: 768px) {

  .common-header.scrolled .common-header__logo,
  .common-header.force-scrolled .common-header__logo {
    width: 10em;
  }
}

.common-header.scrolled .common-header__pc-nav__upper-list,
.common-header.force-scrolled .common-header__pc-nav__upper-list {
  font-size: 0.75em;
}

.common-header.scrolled .common-header__pc-nav__lower-list,
.common-header.force-scrolled .common-header__pc-nav__lower-list {
  font-size: min(14px, 0.9vw);
}

.common-header__button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(0.75 * var(--font-size));
  justify-content: center;
  align-items: center;
  width: calc(3.125 * var(--font-size));
  height: calc(3.125 * var(--font-size));
  line-height: 1;
  cursor: pointer;
  font-size: 0.8125em;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease 0s;
}

.common-header__button:hover {
  text-decoration: none;
}

@media all and (min-width: 1281px) {
  .common-header__button {
    display: none;
  }
}

.common-header__button .barwrap {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  gap: 8px;
}

.common-header__button .barwrap .bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: calc(0.625 * var(--font-size));
  transition: all 0.2s ease 0s;
}

.common-header__button .barwrap .bar:hover {
  text-decoration: none;
}

.common-header__button .barwrap .bar:nth-child(2) {
  width: 85%;
}

.common-header__button.is-close .bar:nth-child(1) {
  transform: translateY(9px) rotate(25deg);
}

.common-header__button.is-close .bar:nth-child(2) {
  opacity: 0;
}

.common-header__button.is-close .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-25deg);
}

@media all and (max-width: 768px) {
  .common-header__button {
    display: none !important;
  }
}

.gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.gNav.is-open {
  opacity: 1;
  visibility: visible;
}

@media all and (min-width: 1281px) {
  .gNav {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .gNav {
    z-index: 1100;
    display: flex;
    flex-direction: column;
    top: 0 !important;
  }
}

.gNav__upper {
  padding: 2.5em;
}

@media all and (max-width: 768px) {
  .gNav__upper {
    height: calc(100dvh - 4em);
    overflow: auto;
    padding: 2.5em 1.5625em;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}

.gNav__upper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875em 2.5em;
}

@media all and (max-width: 768px) {
  .gNav__upper__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875em 1.5625em;
  }
}

.gNav__upper__list a {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  padding-bottom: 0.55em;
  border-bottom: 1px solid #807b69;
}

.gNav__upper__list a .en {
  height: 1.25em;
}

@media all and (max-width: 768px) {
  .gNav__upper__list a .en {
    height: 1.0625em;
  }
}

.gNav__upper__list a .en img {
  display: block;
  height: 100%;
  width: auto;
}

.gNav__upper__list a .ja {
  font-size: 0.875em;
  color: #807b69;
  line-height: 1.4;
}

.gNav__subNav {
  margin-top: 2.1875em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625em;
}

@media (min-width: 1280px) {
  .gNav__subNav {
    display: none;
  }
}

.gNav__subNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  height: calc(3 * var(--font-size));
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  gap: calc(0.625 * var(--font-size));
}

.gNav__subNav a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .gNav__subNav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.gNav__subNav a:active {
  opacity: 0.7;
  text-decoration: none;
}

.gNav__subNav a .icon {
  height: calc(1.125 * var(--font-size));
  width: calc(1.125 * var(--font-size));
}

.gNav__subNav a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gNav__subNav a.outline {
  background-color: #55656c;
}

.gNav__subNav a.map {
  background-color: #716a5a;
}

.gNav__lower {
  height: 4em;
  display: grid;
  grid-template-columns: 1fr 4.375em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media all and (min-width: 769px) {
  .gNav__lower {
    display: none;
  }
}

.gNav__lower .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(4 * var(--font-size));
  padding: 0.5em;
  font-size: 0.6875em;
  font-weight: 600;
  line-height: 1.4;
  gap: calc(0.3125 * var(--font-size));
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.gNav__lower .link:hover {
  text-decoration: none;
}

.gNav__lower .link:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .gNav__lower .link:hover {
    filter: brightness(1.2);
  }
}

.gNav__lower .link:active {
  filter: brightness(1.2);
}

.gNav__lower .link .icon {
  height: calc(1.375 * var(--font-size));
  width: calc(1.875 * var(--font-size));
}

.gNav__lower .link .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gNav__lower .link.request {
  background-color: #402B29;
}

.gNav__lower .link.access {
  background-color: #716A5A;
}

.gNav__lower .link.about {
  background-color: #55656C;
}

.gNav__lower .sp-close-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(4 * var(--font-size));
  padding: 0.5em;
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 1.4;
  gap: calc(0.3125 * var(--font-size));
  color: #402b29;
  padding-top: calc(0.625 * var(--font-size));
}

.gNav__lower .sp-close-btn .text .open {
  display: block;
}

.gNav__lower .sp-close-btn .text .close {
  display: none;
}

.gNav__lower .sp-close-btn .icon {
  width: 50%;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}

.gNav__lower .sp-close-btn .icon .bar {
  width: 100%;
  height: 1px;
  background-color: #402B29;
  border-radius: calc(0.625 * var(--font-size));
  transition: all 0.2s ease 0s;
}

.gNav__lower .sp-close-btn .icon .bar:hover {
  text-decoration: none;
}

.gNav__lower .sp-close-btn .icon .bar:nth-child(2) {
  width: 85%;
}

.gNav__lower .sp-close-btn.is-close .text .open {
  display: none;
}

.gNav__lower .sp-close-btn.is-close .text .close {
  display: block;
}

.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(1) {
  transform: translateY(8px) rotate(25deg);
}

.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(2) {
  opacity: 0;
}

.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-25deg);
}

/* ------------------------------
Footer
------------------------------ */
.footer-wrap {
  padding: 7.5em 0 0;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
}

@media all and (max-width: 768px) {
  .footer-wrap {
    padding: 3.75em 0 4em;
  }
}

.footer-nav {
  margin-bottom: 7.5em;
}

@media all and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 3.75em;
  }
}

.footer-nav::after {
  content: "※掲載のimage photoは実際の建物とは異なります。";
  display: block;
  margin-top: 1em;
  font-size: 0.75em;
  color: #002662;
}

@media screen and (max-width: 768px) {
  .footer-nav::after {
    font-size: 0.625em;
  }
}

.footer-nav__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
  height: 1.875em;
}

@media all and (max-width: 768px) {
  .footer-nav__title {
    margin-bottom: 1.875em;
    height: 1.25em;
  }
}

.footer-nav__title img {
  height: 100%;
  display: block;
  width: auto;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.875em, 1.75vw);
}

@media all and (max-width: 768px) {
  .footer-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875em;
  }
}

.footer-nav__list__item {
  position: relative;
}

.footer-nav__list__item::after {
  content: "image photo";
  position: absolute;
  bottom: 1px;
  right: 6px;
  font-size: 0.5625em;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  pointer-events: none;
}

.footer-nav__list__item:nth-child(2)::after {
  font-size: 0.5em;
  content: "（仮称）村岡新駅完成予想CG（提供：JR東日本）";
}

@media screen and (max-width: 768px) {
  .footer-nav__list__item::after {
    font-size: 0.5em;
  }

  .footer-nav__list__item:nth-child(2)::after {
    font-size: 0.4em;
  }
}

.footer-nav__list__link {
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.footer-nav__list__link:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .footer-nav__list__link {
    aspect-ratio: 17/14;
  }
}

.footer-nav__list__link:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .footer-nav__list__link:hover:before {
    opacity: 1;
  }

  .footer-nav__list__link:hover .img img {
    animation-play-state: paused;
  }
}

.footer-nav__list__link:active:before {
  opacity: 1;
}

.footer-nav__list__link:active .img img {
  animation-play-state: paused;
}

.footer-nav__list__link:after {
  content: "";
  position: absolute;
  bottom: 1.5625em;
  left: 50%;
  z-index: 10;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.footer-nav__list__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.footer-nav__list__link:before:hover {
  text-decoration: none;
}

.footer-nav__list__link .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-nav__list__link .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease 0s;
  animation: zoomIn-out 10s ease-in-out infinite;
}

.footer-nav__list__link .img img:hover {
  text-decoration: none;
}

.footer-nav__list__link .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
}

@media all and (max-width: 768px) {
  .footer-nav__list__link .content {
    gap: 0.125em;
    margin-top: -1em;
  }
}

.footer-nav__list__link .content__title {
  height: min(1.25em, 1.75vw);
}

@media all and (max-width: 768px) {
  .footer-nav__list__link .content__title {
    height: 0.75em;
  }
}

.footer-nav__list__link .content__title img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

.footer-nav__list__link .content__text {
  font-size: clamp(12px, 1.5vw, 16px);
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

@media all and (max-width: 768px) {
  .footer-nav__list__link .content__text {
    font-size: 0.875em;
  }
}

@keyframes zoomIn-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.footer-contact {
  max-width: 37.5em;
  margin: 0 auto 7.5em;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5625em;
}

@media all and (max-width: 768px) {
  .footer-contact {
    margin: 0 auto 3.75em;
    gap: 0.9375em;
  }
}

.footer-contact__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5625em;
}

@media all and (max-width: 768px) {
  .footer-contact__title {
    height: 1.25em;
  }
}

.footer-contact__title img {
  height: 100%;
  width: auto;
  display: block;
}

.footer-contact__lead {
  font-size: 0.8125em;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.2;
}

@media all and (max-width: 768px) {
  .footer-contact__lead {
    font-size: 0.53125em;
    letter-spacing: 0.2em;
  }
}

.footer-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.375em;
  letter-spacing: 0.1em;
  line-height: 1;
  gap: 0.3em;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  color: #3d3d3d;
}

.footer-contact__tel:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .footer-contact__tel:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.footer-contact__tel:active {
  opacity: 0.7;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .footer-contact__tel {
    font-size: 2.25em;
    letter-spacing: 0.05em;
  }
}

.footer-contact__tel .icon {
  width: calc(6.0625 * var(--font-size));
}

@media all and (max-width: 768px) {
  .footer-contact__tel .icon {
    width: calc(3.125 * var(--font-size));
  }
}

.footer-contact__info {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}

@media all and (max-width: 768px) {
  .footer-contact__info {
    font-size: 0.625em;
  }
}

.footer-partner-wrap {
  margin: 0 auto 7.5em;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

@media all and (max-width: 768px) {
  .footer-partner-wrap {
    margin: 0 auto 3.75em;
    gap: 0.625em;
  }
}

.footer-partner {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  justify-content: center;
  gap: 2.5em 3.125em;
}

@media all and (max-width: 768px) {
  .footer-partner {
    max-width: 16.5em;
    margin: 0 auto;
    flex-direction: column;
    align-items: normal;
    width: 100%;
    gap: 0.625em;
  }
}

.footer-partner__item {
  position: relative;
}

.footer-partner__item .label {
  font-size: 0.75em;
  font-family: sans-serif;
  font-weight: 500;
}

@media all and (min-width: 769px) {
  .footer-partner__item .label.nishitetsu {
    position: relative;
    left: 7.8125em;
  }

  .footer-partner__item .label.nishitetsu+a {
    margin-top: -0.3125em;
  }
}

.footer-partner__item a {
  display: block;
  height: 4.375em;
}

@media all and (max-width: 768px) {
  .footer-partner__item a {
    height: 2.8125em;
  }
}

.footer-partner__item a img {
  height: 100%;
  width: auto;
  display: block;
}

.footer-banner-nav {
  max-width: 65.9375em;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625em;
}

@media all and (max-width: 768px) {
  .footer-banner-nav {
    max-width: 16.875em;
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer-banner-nav__link {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}

.footer-banner-nav__link:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .footer-banner-nav__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.footer-banner-nav__link:active {
  opacity: 0.7;
  text-decoration: none;
}

.footer-banner-nav__link img {
  width: 100%;
}

.footer-copyright {
  color: #000;
  margin-top: 7.5em;
  padding-bottom: 1.25em;
}

@media all and (max-width: 768px) {
  .footer-copyright {
    margin-top: 3.75em;
  }
}

.footer-copyright__text {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .footer-copyright__text {
    font-size: 0.625em;
    white-space: nowrap;
  }
}

.footer-info-text {
  background: #000;
  color: #fff;
  padding: calc(0.3125 * var(--font-size)) 0;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .footer-info-text {
    font-size: 0.5625em;
  }

  .footer-info-text .inner {
    padding: 0;
  }
}

#scroll-top {
  position: fixed;
  bottom: 5.625em;
  right: 6.25em;
  width: 5.5625em;
  height: 5.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #807B69;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#scroll-top:hover {
  text-decoration: none;
}

@media (hover: hover) {
  #scroll-top:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

#scroll-top:active {
  opacity: 0.7;
  text-decoration: none;
}

#scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1600px) {
  #scroll-top {
    bottom: 2.5em;
    right: 2.5em;
  }
}

@media all and (max-width: 768px) {
  #scroll-top {
    bottom: 4.625em;
    right: 0.625em;
    width: 3.125em;
    height: 3.125em;
  }
}

#scroll-top .icon {
  width: 0.9375em;
  height: 0.9375em;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  transform: rotate(45deg);
}

@media all and (max-width: 768px) {
  #scroll-top .icon {
    width: 0.625em;
    height: 0.625em;
  }
}

#scroll-top .text {
  color: #dddcdd;
  margin-top: -0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.9375em;
}

@media all and (max-width: 768px) {
  #scroll-top .text {
    font-size: 0.625em;
  }
}

#scroll-top .text .main {
  font-size: 1.4666666667em;
}

@media all and (max-width: 768px) {
  #scroll-top .text .main {
    font-size: 1.2em;
  }
}

#scroll-top:hover {
  text-decoration: none;
}

@media (hover: hover) {
  #scroll-top:hover {
    filter: brightness(1.2);
  }
}

#scroll-top:active {
  filter: brightness(1.2);
}

.side-fixed-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.375em;
  display: flex;
  flex-direction: column;
  z-index: 99;
  transition: all 0.5s ease;
}

.side-fixed-nav.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media all and (max-width: 1024px) {
  .side-fixed-nav {
    width: 2.5em;
  }
}

@media all and (max-width: 768px) {
  .side-fixed-nav {
    display: none;
  }
}

.side-fixed-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease 0s;
  font-size: 1.125em;
  padding: 1.3em 0;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.2s ease 0s;
}

.side-fixed-nav__link:hover {
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .side-fixed-nav__link {
    font-size: 1em;
    padding: 1em 0;
  }
}

.side-fixed-nav__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease 0s;
}

.side-fixed-nav__link:before:hover {
  text-decoration: none;
}

.side-fixed-nav__link:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .side-fixed-nav__link:hover:before {
    opacity: 0;
  }
}

.side-fixed-nav__link:active:before {
  opacity: 0;
}

.side-fixed-nav__link .text {
  position: relative;
  z-index: 5;
}

.side-fixed-nav__link.request {
  background: linear-gradient(180deg, #7C6361 0%, #402B29 100%);
}

.side-fixed-nav__link.request:before {
  background-color: #402B29;
}

.side-fixed-nav__link.site {
  background: linear-gradient(180deg, #B5AB94 0%, #716A5A 100%);
}

.side-fixed-nav__link.site:before {
  background-color: #716A5A;
}

.side-fixed-nav__link.reserve {
  background: linear-gradient(180deg, #79909B 0%, #55656C 100%);
}

.side-fixed-nav__link.reserve:before {
  background-color: #55656C;
}


/*---------------------------------------------------------
fv
---------------------------------------------------------*/

.bgimg {
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  /*アニメーションがゆっくり開始される*/
}

.light {
  background: rgba(1, 10, 8, 0.8);
}

.bgimg::before {
  background: url(../img/bg_mv@2x.jpg) no-repeat center;
  /* 画像（ここにfixedは入れない） */
  background-size: cover;
  /* cover指定できる */
  content: "";
  display: block;
  position: fixed;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  /* 横幅いっぱい */
  height: 100vh;
  /* 縦幅いっぱい */
}

@media screen and (max-width: 768px) {
  .bgimg::before {
    background: url(../img/bg_mv_sp@2x.jpg) no-repeat center;
    background-size: cover;
  }
}


/*

.fv {
background-image: url(../img/bgmain@2x.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
*/

.fv_main {
  height: 100vh;
  position: relative;
  width: 100%;
}

.fv_main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 358px;
  line-height: 1;
}

h1.fvtitle {
  overflow: hidden;
}

h1.fvtitle span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}

h1.fvtitle span.fadeUp {
  transform: translate3d(0, 0, 0);
}

.cp_arrows {
  position: absolute;
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
}

.cp_arrows .cp_arrow {
  /*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;
  /*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}

.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrow:nth-child(2) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  /*矢印全体の設定*/
  position: absolute;
  content: "";
  top: 0;
  width: 30px;
  height: 3px;
  background: #fff;
}

.cp_arrows .cp_arrow:before {
  /*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}

.cp_arrows .cp_arrow:after {
  /*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}

@keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 40%;
    /*スタート地点(cp_arrowsの高さの40%)*/
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.readbox {
  padding: 120px 120px 200px;
  position: relative;
}

.readbox p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.readbox .title {
  text-align: center;
  padding-bottom: 40px;
}

.readbox .concept01 {
  position: absolute;
  width: 180px;
  left: 0;
  top: 30%;
}

.readbox .concept02 {
  position: absolute;
  width: 260px;
  right: -4px;
  top: 10%;
}

.readbox .concept03 {
  position: absolute;
  width: 140px;
  right: -20px;
  top: 40%;
}

.titlemovie {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .fv_main {
    height: 100vh;
    position: relative;
    width: 100%;
  }

  .fv_main h1 {
    position: relative;
    width: 70%;
    text-align: center;
  }

  .fv_main h1 img {
    width: auto;
    max-width: 100%;
  }

  .readbox {
    display: block;
    padding: 340px 20px 120px;
  }

  .readbox p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 28px;
    width: 84%;
    margin: 0 auto 24px;
  }

  .readbox .concept01 {
    width: 120px;
    left: 0px;
    top: 40px;
  }

  .readbox .concept02 {
    position: absolute;
    width: 125px;
    right: 30px;
    top: 90px;
  }

  .readbox .concept03 {
    display: none;
  }

  .titlemovie {
    width: 100%;
  }
}


/*---------------------------------------------------------
 title
---------------------------------------------------------*/

.title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.4em;
  line-height: 63px;
  color: #fff;
}

.title small {
  font-family: "Viaoda Libre", serif;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 34px;
  color: #fff;
}

.title h2.en {
  font-family: "Viaoda Libre", serif;
  font-weight: normal;
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 58px;
}

h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
  color: #00030b;
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .title small {
    font-size: 16px;
    line-height: 24px;
  }

  .title h2.en {
    font-size: 20px;
    line-height: 32px;
  }

  h3.title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
  }
}


/* 20241010 追加 start */


/*---------------------------------------------------------
value
---------------------------------------------------------*/


/* .value があるページではスクロールバーを非表示にする */

/* html:has(.value) {
    scrollbar-width: none;
}

html:has(.value)::-webkit-scrollbar {
    display: none;
} */

.value {
  background-color: #fff;
  position: relative;
  /*
    overflow: hidden;*/
}

section:where(.value) * {
  line-height: inherit;
  font-size: 1em;
  letter-spacing: inherit;
}


/*
.value img {
    width: auto;
}
*/

.value .cover {
  height: 100vh;
  height: 100lvh;
  /* ↑ dvhを使うとスクロールアニメーション後にレイアウトの変更が置き、スクロール位置がずれるので変化しない単位を使っています。 */
  padding-bottom: calc(100lvh - 100dvh);
  /* ↑ スクロール位置がずれないように、paddingでdvhを使い、レイアウトの変化が要素の外側へ影響しないようにしています。 */
  position: relative;
  z-index: 0;
}

.value .cover::before {
  content: "Value";
  display: block;
  width: fit-content;
  height: fit-content;
  margin-block: auto;
  padding-right: 0.02em;
  padding-bottom: 0.07em;
  position: absolute;
  top: 0;
  /* bottom: 0; */
  bottom: calc(100lvh - 100dvh);
  left: 50%;
  color: #c6c6c6;
  font-family: "Viaoda Libre", serif;
  line-height: calc(570 / 472);
  font-size: 472px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-align: center;
  transform: translateX(-50%);
  opacity: 0.26;
  z-index: -2;
  pointer-events: none;
}

.value .cover ul {
  display: contents;
}

.value .cover ul li {
  opacity: 1 !important;
  position: absolute;
  z-index: -1;
  transition: opacity 0.5s 1s;
}


/* .value の前後にスクロールしていったとき、バラバラなタイミングで消え始めてしまうので、すぐに消す */

.value[data-current="before"] .cover[id="value-slide01"] *,
.value[data-current="after"] .item[id="value-slide05"] *,
.value[data-current="after"] .item[id="value-slide05"]::before,
.value[data-current="after"] .item[id="value-slide05"]::after {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}


/* すぐ、元のスライドに戻ってきたときに、消えきっていないことがあるので、1秒後には消え始めるようにする */

.value[data-current="slide02"] .cover[id="value-slide01"] *,
.value[data-current="slide01"] .item[id="value-slide02"] *,
.value[data-current="slide03"] .item[id="value-slide02"] *,
.value[data-current="slide02"] .item[id="value-slide03"] *,
.value[data-current="slide04"] .item[id="value-slide03"] *,
.value[data-current="slide03"] .item[id="value-slide04"] *,
.value[data-current="slide05"] .item[id="value-slide04"] *,
.value[data-current="slide04"] .item[id="value-slide05"] * {
  transition-delay: 1s !important;
}

.value[data-partial="slide01"] .cover ul li,
.value[data-current="slide01"] .cover ul li {
  opacity: 1;
}

.value .cover ul li:nth-child(1) {
  top: 0;
  left: 0;
}

.value .cover ul li:nth-child(2) {
  top: 0;
  right: 0;
  transition-delay: 1.3s;
}

.value .cover ul li:nth-child(3) {
  right: 0;
  /* bottom: 0; */
  bottom: calc(100lvh - 100dvh);
  transition-delay: 1.6s;
}

.value .cover ul li:nth-child(4) {
  /* bottom: 0; */
  bottom: calc(100lvh - 100dvh);
  left: 0;
  transition-delay: 1.9s;
}

.value .cover .txbox {
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  inset: 0;
  bottom: calc(100lvh - 100dvh);
  color: #152824;
  text-align: center;
  opacity: 1 !important;
  transition: opacity 0.8s;
  transition-delay: 2.2s;
}

.value[data-partial="slide01"] .cover .txbox,
.value[data-current="slide01"] .cover .txbox {
  opacity: 1;
}

.value .cover .txbox .title {}

.value .cover .txbox .title small {
  margin-right: 0.02em;
  color: inherit;
  font-family: "Viaoda Libre", serif;
  line-height: calc(39 / 28);
  font-size: 28px;
  letter-spacing: -0.02em;
}

.value .cover .txbox .title h2 {
  margin-right: -0.4em;
  color: inherit;
  font-weight: 600;
  line-height: calc(104 / 72);
  font-size: 72px;
  letter-spacing: 0.4em;
}

.value .cover .txbox .jp {
  margin-top: 12px;
  margin-right: -0.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: calc(49 / 28);
  font-size: 28px;
  letter-spacing: 0.4em;
}

.value .cover .txbox .jp span {
  display: inline-block;
  margin-right: 0.4em;
  padding-inline: 8px calc(8px - 0.4em);
  background-color: #152824;
  color: #fff;
  line-height: calc(43 / 28);
}

.value .cover .txbox .en {
  margin-top: 25px;
  margin-right: 0.02em;
  margin-bottom: 3px;
  font-family: "Viaoda Libre", serif;
  line-height: calc(19 / 16);
  font-size: 16px;
  letter-spacing: -0.02em;
}

.value_tx_pr {
  padding: 40px 0;
  line-height: 2;
}

.btn {
  color: #C5B6A3;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 66px;
  height: 66px;
  width: 320px;
  border: 1px solid #C5B6A3;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  text-decoration: none;
  font-family: "Viaoda Libre", serif;
  z-index: 1;
}

.btn_cl {
  margin: auto;
}

.btn:after {
  content: url('../img/img_arrow_btn.svg');
  position: absolute;
  right: 20px;
  transition: all 0.2s;
  width: 8px;
  line-height: 56px;
}

.btn_cl:after {
  content: inherit;
  position: inherit;
  right: inherit;
}

.btn:hover {
  background: #131F1D;
  border: 1px solid #131F1D;
}

.btn:hover:after {
  right: 15px;
}

.gbtn {
  color: #152824;
  border: 1px solid #152824;
}

.gbtn:after {
  content: url(../img/img_arrow_btn_g.svg);
}

.gbtn:hover {
  color: #C5B6A3;
}

.gbtn:hover:after {
  content: url(../img/img_arrow_btn.svg);
}

@media screen and (max-width: 959px) {
  .value .cover::before {
    padding-bottom: 0;
    /* line-height: calc(570 / 472); */
    font-size: 186px;
  }

  .value .cover ul li {
    width: 50vw;
    height: calc(220 / 812 * 100vh);
    height: calc(220 / 812 * 100dvh);
  }

  .value .cover ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .value .cover .txbox .title small {
    /* font-size: 28px; */
  }

  .value .cover .txbox .title h2 {
    font-size: 48px;
  }

  .value .cover .txbox .jp {
    margin-top: 10px;
    font-size: 14px;
  }

  .value .cover .txbox .jp span {
    padding-inline: 5px calc(5px - 0.4em);
  }

  .value .cover .txbox .en {
    margin-top: 17px;
    margin-bottom: calc(28 / 812 * 100vh);
    margin-bottom: calc(28 / 812 * 100dvh);
    font-size: 12px;
  }
}

.value .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  height: 100lvh;
  /* ↑ dvhを使うとスクロールアニメーション後にレイアウトの変更が置き、スクロール位置がずれるので変化しない単位を使っています。 */
  padding: calc(40 / 1280 * 100vw);
  padding-bottom: calc(40 / 1280 * 100vw + 100lvh - 100dvh);
  /* ↑ スクロール位置がずれないように、paddingでdvhを使い、レイアウトの変化が要素の外側へ影響しないようにしています。 */
  position: relative;
  /*overflow: hidden;*/
  /* transition: transform 1s; */
}

@keyframes slideChange {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.value[data-in-transition][data-current="before"] .cover[id="value-slide01"],
.value[data-in-transition][data-current="slide01"] .cover[id="value-slide01"],
.value[data-in-transition][data-current="slide02"] .cover[id="value-slide01"],
.value[data-in-transition][data-current="slide01"] .item[id="value-slide02"],
.value[data-in-transition][data-current="slide02"] .item[id="value-slide02"],
.value[data-in-transition][data-current="slide03"] .item[id="value-slide02"],
.value[data-in-transition][data-current="slide02"] .item[id="value-slide03"],
.value[data-in-transition][data-current="slide03"] .item[id="value-slide03"],
.value[data-in-transition][data-current="slide04"] .item[id="value-slide03"],
.value[data-in-transition][data-current="slide03"] .item[id="value-slide04"],
.value[data-in-transition][data-current="slide04"] .item[id="value-slide04"],
.value[data-in-transition][data-current="slide05"] .item[id="value-slide04"],
.value[data-in-transition][data-current="slide04"] .item[id="value-slide05"],
.value[data-in-transition][data-current="slide05"] .item[id="value-slide05"],
.value[data-in-transition][data-current="after"] .item[id="value-slide05"] {
  animation: slideChange 0.8s ease-in-out both;
}

.value[data-in-transition][data-current="slide01"][data-previous="before"] .cover[id="value-slide01"],
.value[data-in-transition][data-current="slide05"][data-previous="after"] .item[id="value-slide05"] {
  animation: none;
}

.value .item::before {
  content: "";
  display: block;
  background: no-repeat center center / cover;
  /* そのままblurをかけると、枠の外側が真っ白の扱いでぼかしがかかり端が白っぽくなるので枠の外側に色を付けておく */
  position: absolute;
  inset: 0;
  /* filter: blur(8px); */
  pointer-events: none;
  transition: filter 0.5s 1s;
}

.value[data-current="slide02"] .item[id="value-slide02"]::before,
.value[data-current="slide03"] .item[id="value-slide03"]::before,
.value[data-current="slide04"] .item[id="value-slide04"]::before,
.value[data-current="slide05"] .item[id="value-slide05"]::before,
.value[data-partial="slide05"] .item[id="value-slide05"]::before {
  filter: blur(8px);
}

.value .item:nth-of-type(1)::before {
  background-image: url(../img/bg_value_01.jpg);
}

.value .item:nth-of-type(2)::before {
  background-image: url(../img/bg_value_02.jpg);
}

.value .item:nth-of-type(3)::before {
  background-image: url(../img/bg_value_03.jpg);
}

.value .item:nth-of-type(4)::before {
  background-image: url(../img/bg_value_04.jpg);
}

.value .item::after {
  content: "";
  display: block;
  background-color: #041410;
  position: absolute;
  inset: 0;
  /* opacity: 0.72; */
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.5s 1s;
}

.value[data-current="slide02"] .item[id="value-slide02"]::after,
.value[data-current="slide03"] .item[id="value-slide03"]::after,
.value[data-current="slide04"] .item[id="value-slide04"]::after,
.value[data-current="slide05"] .item[id="value-slide05"]::after,
.value[data-partial="slide05"] .item[id="value-slide05"]::after {
  opacity: 0.72;
}

.value .item .num {
  width: fit-content;
  height: fit-content;
  margin: auto 0;
  padding-inline-end: 0.02em;
  position: absolute;
  top: 0;
  left: calc(-10 / 1280 * 100vw);
  bottom: 0;
  color: #c6c6c6;
  font-family: "Viaoda Libre", serif;
  line-height: calc(340 / 241);
  font-size: 241px;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  pointer-events: none;
  /* opacity: 0.1; */
  opacity: 0.1 !important;
  transition: opacity 0.5s 1.4s;
}

.value[data-current="slide02"] .item[id="value-slide02"] .num,
.value[data-current="slide03"] .item[id="value-slide03"] .num,
.value[data-current="slide04"] .item[id="value-slide04"] .num,
.value[data-current="slide05"] .item[id="value-slide05"] .num,
.value[data-partial="slide05"] .item[id="value-slide05"] .num {
  opacity: 0.1;
}

.value .item .txbox {
  margin-top: calc(15 / 900 * 100vh);
  margin-top: calc(15 / 900 * 100dvh);
  margin-left: calc((160 - 40) / 1280 * 100vw);
  margin-right: calc(40 / 1280 * 100vw);
  color: #fff;
  opacity: 1 !Important;
  transition: opacity 0.5s 1.4s;
}

.value[data-current="slide02"] .item[id="value-slide02"] .txbox,
.value[data-current="slide03"] .item[id="value-slide03"] .txbox,
.value[data-current="slide04"] .item[id="value-slide04"] .txbox,
.value[data-current="slide05"] .item[id="value-slide05"] .txbox,
.value[data-partial="slide05"] .item[id="value-slide05"] .txbox {
  opacity: 1;
}

.value .item .txbox .title small {
  color: inherit;
}

.value .item .txbox .title small:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 16px;
}

.value .item .txbox .title small:nth-of-type(1) span:nth-child(1) {
  margin-right: 0.02em;
  font-family: "Viaoda Libre", serif;
  line-height: calc(34 / 24);
  /* font-size: 24px; */
  font-size: 26px;
  letter-spacing: -0.02em;
}

.value .item .txbox .title small:nth-of-type(1) span:nth-child(2) {
  margin-right: -0.04em;
  line-height: calc(20 / 14);
  /* font-size: 14px; */
  font-size: 16px;
  letter-spacing: 0.04em;
}

.value .item .txbox .title h3 {
  margin-top: 3px;
  color: inherit;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: calc(67 / 40);
  font-size: 40px;
  letter-spacing: 0.04em;
}

.value .item .txbox .title small:nth-of-type(2) {
  display: block;
  margin-top: 3px;
  margin-right: 0.02em;
  font-family: "Viaoda Libre", serif;
  line-height: calc(21 / 15);
  /* font-size: 15px; */
  font-size: 17px;
  letter-spacing: -0.02em;
}


/*
.value .item .txbox p {
    min-height: calc(32 / 14 * 1em * 3);
    margin-top: 34px;
    margin-right: -0.04em;
    line-height: calc(32 / 14);
    /* font-size: 14px; 
    font-size: 16px;
    letter-spacing: 0.04em;
}
*/

.value .item .txbox p span {
  display: inline-block;
}

.value .item .img {
  align-self: stretch;
  display: block;
  min-height: 0;
  position: relative;
  opacity: 1 !Important;
  transition: opacity 0.5s 1.8s;
}

.value[data-current="slide02"] .item[id="value-slide02"] .img,
.value[data-current="slide03"] .item[id="value-slide03"] .img,
.value[data-current="slide04"] .item[id="value-slide04"] .img,
.value[data-current="slide05"] .item[id="value-slide05"] .img,
.value[data-partial="slide05"] .item[id="value-slide05"] .img {
  opacity: 1;
}

.value .item .img img {
  width: calc(657 / 1280 * 100vw);
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.value .item .img figcaption {
  position: absolute;
  right: 1.8em;
  bottom: 0.7em;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 959px) {
  .value .item {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: center;
    row-gap: min(40px, calc(40 / 812 * 100vh));
    row-gap: min(40px, calc(40 / 812 * 100dvh));
    padding: calc(24 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw + 100lvh - 100dvh);
  }

  .value .item .num {
    display: none;
  }

  .value .item:nth-of-type(1)::before {
    background-image: url(../img/bg_value_01_sp@2x.jpg);
  }

  .value .item:nth-of-type(2)::before {
    background-image: url(../img/bg_value_02_sp@2x.jpg);
  }

  .value .item:nth-of-type(3)::before {
    background-image: url(../img/bg_value_03_sp@2x.jpg);
  }

  .value .item:nth-of-type(4)::before {
    background-image: url(../img/bg_value_04_sp@2x.jpg);
  }

  .value .item .txbox {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transition-delay: 1.8s;
  }

  .value .item .txbox .title small:nth-of-type(1) {
    margin-left: -2px;
  }

  .value .item .txbox .title small:nth-of-type(1) span:nth-child(1) {
    font-size: 24px;
  }

  .value .item .txbox .title small:nth-of-type(1) span:nth-child(2) {
    font-size: 14px;
  }

  .value .item .txbox .title h3 {
    margin-top: 5px;
    /* line-height: calc(67 / 40); */
    font-size: 28px;
  }

  .value .item .txbox .title small:nth-of-type(2) {
    margin-top: 4px;
    margin-left: -2px;
    font-size: 15px;
  }

  /*
    .value .item .txbox p {
        margin-right: -1em;
        /* min-height: 0; 
        margin-top: 18px;
        font-size: 14px;
    }
    */
  .value .item .img {
    flex: 1 0 0%;
    max-height: calc(350 / 375 * 100vw);
    transition-delay: 1.4s;
  }

  .value .item .img img {
    width: 100%;
    height: auto;
  }

  .value .item .img figcaption {
    right: 1.4em;
    bottom: 0.6em;
    font-size: 14px;
  }

  .value_tx_pr {
    padding: 24px 0;
  }
}


/* 20241010 追加 end */


/*---------------------------------------------------------
series_about
---------------------------------------------------------*/

.series_about {
  background-image: url(../img/bg_series@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #152824;
  position: relative;
  padding: 120px 0;
}

.series .title {
  text-align: center;
}

.series .title h2 {
  color: #152824;
}

.series .title p {
  margin-top: 24px;
}

.series .title small {
  color: #152824;
}

.series .seriesLogo {
  margin-top: 24px;
  text-align: center;
}

.series .seriesLogo img {
  width: 96px;
}

.series ul {
  margin-top: 40px;
  display: flex;
  max-width: 1600px;
  margin: 40px auto 0;
  width: calc(100% - 80px);
  justify-content: center;
  flex-wrap: wrap;
}

.series ul li {
  width: 26%;
  margin: 0 3.6% 64px;
  text-align: center;
}

.series ul li .txbox {
  margin-top: 24px;
}

.series ul li .txbox img {
  width: 210px;
}

.series ul li .txbox p {
  margin-top: 16px;
}

.about {
  width: 960px;
  margin: 64px auto 0;
}

.about .title {
  text-align: center;
}

.about .title h2 {
  color: #152824;
}

.about .title small {
  color: #152824;
}

.about .hasekologo {
  width: 324px;
  margin: 40px auto;
}

.about .abouttx {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

.about .abouttx li {
  width: 50%;
  border-right: 1px solid #bbc4c2;
}

.about .abouttx li h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
  color: #152824;
}

.about .abouttx li p {
  text-align: left;
  margin-top: 16px;
}

.about .abouttx li.left {
  padding-right: 40px;
}

.about .abouttx li.right {
  padding-left: 40px;
  border-right: 0;
}

.about .aboutimg {
  margin-top: 64px;
}

@media screen and (max-width: 959px) {
  .series_about {
    padding: 80px 0;
  }

  .series .title p {
    width: calc(100% - 80px);
    margin: 16px auto 0;
  }

  .series .seriesLogo img {
    width: 56px;
  }

  .series ul {
    margin-top: 24px;
    display: flex;
    max-width: inherit;
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }

  .series ul li {
    width: 48%;
    margin: 0 1% 40px;
    text-align: center;
  }

  .series ul li .txbox {
    margin-top: 16px;
  }

  .series ul li .txbox img {
    width: 120px;
  }

  .series ul li .txbox p {
    margin-top: 16px;
  }

  .about {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }

  .about .hasekologo {
    width: 280px;
    margin: 24px auto;
  }

  .about .abouttx {
    width: 100%;
    display: block;
  }

  .about .abouttx li {
    width: 100%;
    border-right: none;
  }

  .about .abouttx li h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .about .abouttx li p {
    margin-top: 16px;
  }

  .about .abouttx li.left {
    padding-right: 0;
  }

  .about .abouttx li.right {
    padding-left: 0;
    border-right: 0;
    margin-top: 40px;
  }

  .about .aboutimg {
    margin-top: 40px;
  }
}


/*---------------------------------------------------------
performance
---------------------------------------------------------*/

.performance {
  background-image: url(../img/bg_performance@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

.performance .title {
  text-align: center;
}

.performance .title p {
  margin-top: 24px;
  color: #fff;
}

.performance ul {
  width: 960px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.performance ul li {
  width: 294px;
  margin-bottom: 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.performance ul li .txbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* タイトル */
.performance ul li .txbox .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -10px;
  margin-top: 16px;
}

/* タイトル下の説明文（本文） */
.performance ul li .txbox>p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  margin-top: 0;
  /* ← ここで頭のズレを防止 */
  margin-bottom: 8px;
  min-height: 40px;
  /* ← オプション：高さ揃えたいなら調整 */
}

/* 竣工情報など */
.performance ul li .txbox div {
  margin-top: auto;
}

.performance ul li .txbox .seko {
  font-size: 12px;
}

/* See Moreボタン */
.performance ul li .txbox .mtrigger {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #fff;
  margin-top: 12px;
  cursor: pointer;
  display: block;
}

/*
.performance ul li {
    width: 294px;
    margin-bottom: 48px;
    color: #fff;
}

.performance ul li .txbox .name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 16px;
}

.performance ul li .txbox p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-top: 8px;
}

.performance ul li .txbox div {
    display: flex;
    justify-content: flex-start;
}

.performance ul li .txbox div .seko {
    font-size: 12px;
}

.performance ul li .txbox div .mtrigger {
    font-size: 12px;
    display: none;
}
    */

@media screen and (max-width: 959px) {
  .performance {
    padding: 80px 0;
  }

  .performance .title p {
    width: calc(100% - 80px);
    margin: 16px auto 0;
  }

  .performance ul {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
  }

  .performance ul li {
    width: 48%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }

  .performance ul li .txbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .performance ul li .txbox .name {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 18px;
    /* ← PCと同様に固定 */
  }

  .performance ul li .txbox>p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    /* ← 頭位置を揃える */
    margin-bottom: 8px;
    min-height: 40px;
    /* ← 行数差が出るならここで調整 */
  }

  .performance ul li .txbox div {
    margin-top: auto;
  }

  .performance ul li .txbox .seko {
    font-size: 12px;
  }

  .performance ul li .txbox .mtrigger {
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #fff;
    margin-top: 12px;
    cursor: pointer;
    display: block;
  }

  /*
    .performance ul li {
        width: 48%;
        margin-bottom: 40px;
    }

    .performance ul li .txbox .name {
        font-size: 16px;
        margin-top: 12px;
    }

    .performance ul li .txbox p {
        font-size: 12px;
        line-height: 18px;
    }

    .performance ul li .txbox div {
        display: block;
    }

    .performance ul li .txbox div .seko {
        font-size: 12px;
    }

    .performance ul li .txbox div .mtrigger {
        text-align: right;
    }
        */
}


/*---------------------------------------------------------
list
---------------------------------------------------------*/

.disc {
  list-style-type: disc;
  padding-left: 24px;
  margin-top: 24px;
}

.disc li {
  list-style-type: disc;
}

.decimal {
  list-style-type: decimal;
  padding-left: 24px;
  margin-top: 24px;
}

.decimal li {
  list-style-type: decimal;
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
  margin-top: 80px;
}

p.line {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e0dfdf;
  max-width: 1120px;
  margin: 120px auto;
  width: 100%;
}

p.line:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 16px;
  height: 1px;
  content: "";
  background: #10a5cc;
}

.inner1360 {
  max-width: 1360px;
  margin: 0 auto;
}

.inner1120 {
  max-width: 1120px;
  margin: 0 auto;
}

.inner960 {
  max-width: 960px;
  margin: 0 auto;
}

.pankuzu {
  padding: 16px 0;
  position: absolute;
  width: 100%;
  top: 88px;
}

.pankuzu ul {
  display: flex;
}

.pankuzu ul li {
  margin-right: 8px;
  font-weight: normal;
  color: #fff;
}

.pankuzu ul li a {
  color: #fff;
  font-weight: normal;
}

.anc {
  width: 960px;
  margin: 80px auto;
}

.anc ul {
  display: flex;
  justify-content: center;
}

.anc ul li {
  width: 293px;
  padding: 2%;
}

.anc ul li a {
  width: 100%;
  max-width: 293px;
}

.anc ul li .button_solid019 a:after {
  display: none;
}

span.circle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: inherit;
  text-align: center;
  color: #fff;
  background-color: #0a3464;
  border-radius: 40px;
  padding: 1px 9px;
  margin-right: 16px;
}

.blue {
  color: #1e6cc3;
}

span.number {
  background: #00508e;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  width: 56px;
  height: 56px;
  padding-top: 12px;
  border-radius: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 16px;
}

@media only screen and (max-width: 959px) {
  p.mt {
    margin-top: 64px;
  }

  p.line {
    max-width: inherit;
    margin: 80px auto;
    width: calc(100% - 48px);
  }

  .inner1360 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
  }

  .inner1120 {
    max-width: inherit;
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .inner960 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
  }

  .anc {
    width: calc(100% - 48px);
    margin: 40px auto;
  }

  .anc ul {
    display: flex;
  }

  .anc ul li {
    width: 161px;
  }

  .anc ul li a {
    max-width: inherit;
  }

  .anc ul li .button_solid019 a:after {
    display: none;
  }

  span.circle {
    font-size: 16px;
    margin-right: 8px;
    padding: 7px;
  }

  .pankuzu {
    top: 72px;
  }
}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
  opacity: 0.1;
  transform: translate(0, 24px);
  transition: opacity 1500ms, transform 1500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.Pagination-Item-Link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}

.Pagination-Item-Link img {
  width: 24px;
}

.Pagination-Item-Link.isActive {
  background: #0072c6;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #0072c6;
  color: #fff;
}

.Pagination>*+* {
  margin-left: 8px;
}