* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

body {
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: #1f1f1f;
  overflow-x: clip;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
}

ul {
  list-style: none;
}

.title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.375rem;
  }
}

.container {
  max-width: 1260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .container {
    gap: 6rem;
    padding: 3rem 1.5rem 4rem;
  }
}

#cta-inc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-cta {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-cta {
    gap: 2rem;
  }
}

.sec-920 {
  width: 85%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 2.5rem;
}
@media screen and (max-width: 989px) {
  .sec-920 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-920 {
    gap: 2rem;
  }
}

.sec-1100 {
  width: 92%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 2.5rem;
}
@media screen and (max-width: 989px) {
  .sec-1100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-1100 {
    gap: 2rem;
  }
}

.w-100 {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .w-100 {
    width: 100%;
    gap: 2rem;
  }
}

.sec-title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 1.375rem;
  }
}

.subpage-fv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .subpage-fv {
    gap: 3rem;
  }
}

.p-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.deco-title-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deco-jp {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .deco-jp {
    font-size: 0.875rem;
  }
}

.deco-en {
  font-size: 0.625rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .deco-en {
    font-size: 0.5625rem;
  }
}

.deco-line1 {
  display: block;
  width: 9rem;
  height: 3.5rem;
  background-image: url(/assets/img/common/brush-line1.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .deco-line1 {
    width: 7rem;
    height: 2.5rem;
  }
}

.deco-line2 {
  display: block;
  width: 9rem;
  height: 3.5rem;
  background-image: url(/assets/img/common/brush-line2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .deco-line2 {
    width: 7rem;
    height: 2.5rem;
  }
}

.deco-line3 {
  display: block;
  width: 9rem;
  height: 3.5rem;
  background-image: url(/assets/img/common/brush-line3.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-7%);
          transform: translateX(-7%);
}
@media screen and (max-width: 767px) {
  .deco-line3 {
    width: 7rem;
    height: 2.5rem;
  }
}

.page-heading {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 989px) {
  .page-heading {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 1.75rem;
  }
}

.sec-minititle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec-minititle::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3rem;
  background-image: url(/assets/img/common/brush-line5.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-minititle::before {
    width: 3rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-minititle {
    font-size: 0.5625rem;
  }
}

.sns-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem 3rem;
  border: #1f1f1f 2px solid;
  background-color: white;
  font-size: 1.125rem;
  color: #1f1f1f;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.sns-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 989px) {
  .sns-button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sns-button {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.header-container-pc {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  width: 100vw;
}
.header-container-pc.is-active {
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 989px) {
  .header-container-pc {
    display: none;
  }
}

.header-inner-pc {
  width: 100%;
  max-width: 1260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

.header-container-sp {
  display: none;
}
@media screen and (max-width: 989px) {
  .header-container-sp {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
    background-color: white;
    width: 100vw;
  }
}
.header-container-sp.is-active {
  border-bottom: 1px solid #bdbdbd;
}

.header-inner-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

.header-menu-sp {
  display: none;
  opacity: 0;
}
.header-menu-sp.is-active {
  display: block;
  opacity: 1;
  padding: 2rem;
  height: 100vw;
  background-color: white;
  pointer-events: auto;
}

.btn-trigger {
  position: relative;
  width: 28px;
  height: 26px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  border-radius: 2px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-trigger.close span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.btn-trigger.close span:nth-of-type(2) {
  opacity: 0;
}

.btn-trigger.close span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.header-nav-list-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-list-sp li {
  width: 100%;
  text-align: center;
  color: #1f1f1f;
  background-color: white;
}

.logo {
  width: 12rem;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.logo:hover {
  opacity: 0.5;
}

.header-nav {
  -ms-flex-item-align: center;
      align-self: center;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item {
  font-size: 0.8125rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.nav-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  height: 0.8125rem;
  border-right: 1px solid #1f1f1f;
  padding: 0 0.75rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.nav-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .nav-item:not(:last-child)::after {
    display: none;
  }
}

.nav-item-sp {
  font-size: 1.5rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .nav-item-sp {
    font-size: 1.375rem;
  }
}
.nav-item-sp:hover {
  opacity: 0.5;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  padding: 3rem;
}

.footer-inner {
  width: 100%;
  max-width: 1260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.copyright {
  font-size: 0.8125rem;
  margin-top: 1rem;
}

#fv {
  width: 100%;
  height: 100vh;
  min-height: 25rem;
  background-image: url(/assets/img/top/fv-back.webp);
  background-position: center bottom -5rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 989px) {
  #fv {
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    height: 70svh;
    min-height: 20rem;
    background-position: center bottom;
  }
}

#fv-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 8rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  #fv-container {
    padding: 8rem 2rem 4rem;
  }
}

#fv-title {
  display: inline;
  padding: 0 0.25em;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  background-color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #fv-title {
    font-size: 2rem;
  }
}

.scroll::before {
  -webkit-animation: scroll 1.4s infinite;
          animation: scroll 1.4s infinite;
  border-bottom: 1.5px solid white;
  border-left: 1.5px solid white;
  content: "";
  height: 1.25rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 1.25rem;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-0.4rem, 0.4rem);
            transform: rotate(-45deg) translate(-0.4rem, 0.4rem);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-0.4rem, 0.4rem);
            transform: rotate(-45deg) translate(-0.4rem, 0.4rem);
  }
}
#introduction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 989px) {
  #introduction {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.deco-title-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.deco-title-horizontal::before {
  content: "";
  display: block;
  width: 1rem;
  height: 3.5rem;
  background-image: url(/assets/img/common/brush-line4.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1rem 0 0.5rem;
}

#intro-left1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

#intro-right1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url(/assets/img/top/intro1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 989px) {
  #intro-right1 {
    width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  #intro-right1 {
    width: 100%;
    height: 20rem;
  }
}

#intro-left2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 989px) {
  #intro-left2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  #intro-left2 {
    width: 100%;
  }
}

#intro-right2 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 989px) {
  #intro-right2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  #intro-right2 {
    width: 85%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

.intro-button-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .intro-button-column {
    gap: 2rem;
  }
}

.intro-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  border: #1f1f1f 2px solid;
  background-color: white;
  font-size: 1.25rem;
  color: #1f1f1f;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.intro-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .intro-button {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#intro-menu1::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
  background-image: url(/assets/img/common/brush-line1.webp);
  background-size: contain;
  background-position: center bottom 0.25rem;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

#intro-menu2::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
  background-image: url(/assets/img/common/brush-line2.webp);
  background-size: contain;
  background-position: center bottom 0.125rem;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

#intro-menu3::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
  background-image: url(/assets/img/common/brush-line3.webp);
  background-size: contain;
  background-position: center bottom 0.125rem;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.sub-visual-tanadake {
  width: 100%;
  height: 25rem;
  background-image: url(/assets/img/tanadake/fv-visual.webp);
  background-position: center bottom -5rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sub-visual-tanadake {
    height: 20rem;
    background-position: center bottom;
  }
}

#tanadake-residence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  #tanadake-residence {
    gap: 4rem;
  }
}

.madori {
  width: 90%;
  max-width: 720px;
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .madori {
    width: 100%;
  }
}

.ph-cap-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 989px) {
  .ph-cap-container {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ph-cap-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.ph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .ph-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ph-box-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ph-box-img {
    width: 70%;
  }
}

.ph-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 989px) {
  .ph-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .ph-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-end {
  -ms-flex-item-align: self-end;
      align-self: self-end;
}

#restoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #restoration {
    gap: 2rem;
  }
}

.sub-visual-fushiki {
  width: 100%;
  height: 25rem;
  background-image: url(/assets/img/fushiki/fv-visual.webp);
  background-position: center bottom -5rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sub-visual-fushiki {
    height: 20rem;
    background-position: center bottom;
  }
}

#fushiki-map {
  width: 70%;
  max-width: 520px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #fushiki-map {
    width: 85%;
    margin-top: 2rem;
  }
}

#fushiki-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #fushiki-history {
    gap: 4rem;
  }
}

.history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .history-content {
    gap: 4rem;
    margin-top: 3rem;
  }
}

.history-2column {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .history-2column {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.history-2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .history-2row {
    gap: 2.5rem;
  }
}

.history-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.history-title-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.histoy-period {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.histoy-title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .histoy-title {
    font-size: 1.375rem;
  }
}

.img-withcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-size: 0.75rem;
}
.img-withcaption.cap-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .img-withcaption.sp-narrow {
    width: 65%;
    margin: 0 auto;
  }
}

.sub-visual-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-logo {
  width: 70%;
  min-width: 25rem;
  max-width: 35rem;
  margin: 4rem 0;
}

#system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.p-system {
  max-width: 920px;
}