@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif+JP&display=swap");
body {
  margin: 0;
  background-color: rgba(19, 18, 18, 0.25);
}

.container {
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}
.header {
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.header__logo img {
  display: block;
  height: auto;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.mv__btn {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.mv__btn--style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.mv__text {
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.mv__icon--off {
  display: none;
  /*　初期設定　*/
}

.is-sound-off .mv__icon--on {
  display: none;
}
.is-sound-off .mv__icon--off {
  display: block;
}

.scene {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.scene__bg {
  width: 100%;
}
.scene__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.scene__textarea {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  margin: auto;
  color: #fff;
}
.scene__title {
  position: absolute;
}
.scene__text {
  position: absolute;
}
.scene__third {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
}

.ishinotoki {
  width: 100%;
}
.ishinotoki__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ishinotoki__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ishinotoki__left--title {
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.ishinotoki__left--logo {
  margin: 0 auto;
}
.ishinotoki__left--logo img {
  width: 100%;
}
.ishinotoki__right--text {
  color: #000;
}

.owners {
  width: 100%;
  background-color: #d9d9d9;
}

.owners-main {
  display: block;
  margin: 0 auto;
}
.owners-main__line {
  border-bottom: 1px solid #000;
}
.owners-main__title {
  text-align: center;
}
.owners-main__logo img {
  display: block;
}

.owners-first {
  display: block;
  text-align: center;
}
.owners-first__line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.owners-first__subtitle {
  text-align: center;
}
.owners-first__label {
  display: inline-block;
  background-color: #746F6F;
}
.owners-first__label--text {
  color: #fff;
  text-align: center;
}
.owners-first__title {
  text-align: center;
}
.owners-first__list {
  list-style: none;
  text-align: left;
}
.owners-first__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.owners-first__indent--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.owners-first__indent--text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.owners-second {
  border: 2px #000 dotted;
  text-align: center;
}
.owners-second__label {
  display: inline-block;
  background-color: #746F6F;
}
.owners-second__label--text {
  color: #fff;
  text-align: center;
}
.owners-second__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #000 solid;
}
.owners-second__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.owners-second__contact a {
  text-decoration: none;
}
.owners-second__contact--button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
  text-decoration: none;
}
.owners-second__contact--button::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.owners__price {
  background-color: #746F6F;
  text-align: center;
}
.owners__price--text {
  color: #fff;
}
.owners__price--tax {
  font-size: 1.2rem;
}

.gallery {
  display: -ms-grid;
  display: grid;
}
.gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.icon-label {
  background-color: #d9d9d9;
}
.icon-label__area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background-color: #fff;
}
.footer__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.footer__bottom {
  border-bottom: 1px #000 solid;
}
.footer__link {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.footer__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.footer__copyright {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1025px), print {
  .header {
    padding: 44px 50px 26px;
  }
  .header__logo img {
    width: 297px;
  }

  .mv {
    height: 888px;
  }
  .mv__video {
    height: 100%;
  }
  .mv__btn {
    right: 65px;
    bottom: 45px;
  }
  .mv__btn--style {
    width: 120px;
  }
  .mv__text {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .mv__icon {
    width: 17%;
    margin-left: 6px;
  }

  .scene {
    margin-top: 3px;
  }
  .scene__bg {
    height: 800px;
  }
  .scene__textarea {
    max-width: 85%;
  }
  .scene__title {
    top: 55px;
    left: 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
  }
  .scene__text {
    right: 0;
    bottom: 85px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .scene__text--first {
    padding-bottom: 38px;
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .scene__text--second {
    padding-bottom: 54px;
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .scene__text--third {
    padding-bottom: 52px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .scene__text--fourth {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .scene__third {
    font-size: 2.5rem;
    line-height: 2;
  }

  .ishinotoki {
    padding: 140px 0 110px;
  }
  .ishinotoki__wrap {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    width: 85%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    gap: 6rem;
  }
  .ishinotoki__left {
    position: relative;
    width: 40%;
    gap: 8rem;
  }
  .ishinotoki__left--title {
    font-weight: 500;
    font-size: 3.5rem;
    letter-spacing: 0.55em;
  }
  .ishinotoki__left--logo {
    width: 40%;
  }
  .ishinotoki__right {
    position: relative;
    width: 60%;
  }
  .ishinotoki__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 1px;
    height: 100%;
    background: #000;
  }
  .ishinotoki__right--title {
    margin-bottom: 100px;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.3em;
  }
  .ishinotoki__right--text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.3em;
  }

  .owners {
    padding: 218px 0 70px;
  }

  .owners-main {
    max-width: 760px;
  }
  .owners-main__title {
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
  }
  .owners-main__logo img {
    width: 35%;
    margin: 0 auto;
    padding: 155px 0 130px;
  }

  .owners-first {
    max-width: 760px;
    margin: 0 auto;
  }
  .owners-first__line {
    padding: 3.5rem 0 2.5rem;
  }
  .owners-first__subtitle {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
  }
  .owners-first__label {
    display: inline-block;
    margin: 3rem 0;
    padding: 1.2rem 4rem 1.2rem 4.8rem;
    background-color: #746F6F;
  }
  .owners-first__label--text {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
  .owners-first__title {
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }
  .owners-first__textarea {
    padding: 5rem;
  }
  .owners-first__list li {
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.3em;
    gap: 4px;
  }
  .owners-first__indent--text {
    line-height: 2.7;
  }

  .owners__price {
    max-width: 760px;
    margin: 0 auto 13rem;
  }
  .owners__price--text {
    padding: 1em 0;
    font-weight: 600;
    font-size: 2.04rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .owners__price--tax {
    font-size: 1.27rem;
  }

  .owners-second {
    max-width: 760px;
    margin: 0 auto;
    padding: 4.5rem 5.5em;
  }
  .owners-second__label {
    display: inline-block;
    padding: 1.5rem 3.5rem 1.6rem 2.6rem;
    background-color: #746F6F;
  }
  .owners-second__label--text {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
  .owners-second__title {
    padding: 2.5rem 0 4rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .owners-second__list {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
  }
  .owners-second__item {
    padding-bottom: 2.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.4rem;
    gap: 3em;
  }
  .owners-second__contact--text {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact a {
    padding: 1rem 2.8rem;
    border: #000 1px solid;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .owners-second__contact--button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .owners-second__contact--button::after {
    width: 6px;
    height: 6px;
    margin-left: 12px;
  }
  .owners-second__contact--button:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }

  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }

  .icon-label__area {
    max-width: 249px;
    padding: 117px 0 136px;
    gap: 35px;
  }

  .footer {
    margin-top: 2.7rem;
  }
  .footer__link {
    padding: 70px 0;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer__link.footer__link--style {
    border-right: 1px solid #000;
  }
  .footer__link:hover {
    background-color: #d9d9d9;
    color: #000;
  }
  .footer__logo {
    padding: 9rem 0 12.5rem;
  }
  .footer__logo--style01 {
    display: block;
    width: 9%;
    padding-bottom: 50px;
  }
  .footer__logo--style02 {
    display: block;
    width: 100%;
    padding-bottom: 22px;
  }
  .footer__logo--style03 {
    display: block;
    width: 11%;
  }
  .footer__copyright {
    padding-bottom: 50px;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .header {
    padding: 20px 20px;
  }
  .header__logo img {
    width: 190px;
  }

  .mv {
    height: 500px;
  }
  .mv__video {
    height: 100%;
  }
  .mv__btn {
    right: 45px;
    bottom: 25px;
  }
  .mv__btn--style {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    border: none;
    background-color: transparent;
  }
  .mv__text {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .mv__icon {
    width: 17%;
    margin-left: 6px;
  }

  .scene {
    margin-top: 3px;
  }
  .scene__bg {
    height: 500px;
  }
  .scene__textarea {
    max-width: 85%;
  }
  .scene__title {
    top: 32px;
    left: 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .scene__title.sp-style {
    position: relative;
    top: 150px;
    text-align: center;
  }
  .scene__text {
    right: 0;
    bottom: 26px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .scene__text--first {
    padding-bottom: 30px;
    font-size: 1.2em;
    line-height: 2;
  }
  .scene__text--second {
    padding-bottom: 44px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .scene__text--third {
    padding-bottom: 42px;
    font-size: 1rem;
    line-height: 1.9;
  }
  .scene__text--fourth {
    font-size: 1.2rem;
    line-height: 2;
  }
  .scene__third {
    font-size: 1.3rem;
    line-height: 2;
  }

  .ishinotoki {
    padding: 70px 0 42px;
  }
  .ishinotoki__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    width: 60%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    gap: 4rem;
  }
  .ishinotoki__left {
    position: relative;
    width: 100%;
    padding-bottom: 6rem;
    border-bottom: 1px solid #000;
    gap: 4rem;
  }
  .ishinotoki__left--title {
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.55em;
  }
  .ishinotoki__left--logo {
    width: 50%;
  }
  .ishinotoki__right {
    width: 100%;
  }
  .ishinotoki__right--title {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.14em;
  }
  .ishinotoki__right--text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.14em;
  }

  .owners {
    padding: 120px 0 60px;
  }

  .owners-main {
    width: 60%;
  }
  .owners-main__title {
    padding-bottom: 0.5rem;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .owners-main__logo img {
    width: 30%;
    margin: 0 auto;
    padding: 80px 0 74px;
  }

  .owners-first {
    width: 60%;
    margin: 0 auto;
  }
  .owners-first__line {
    padding: 25px 0;
  }
  .owners-first__subtitle {
    padding-bottom: 14px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .owners-first__label {
    display: none;
  }
  .owners-first__title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .owners-first__textarea {
    padding: 34px 0 43px;
  }
  .owners-first__list li {
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.3em;
    gap: 4px;
  }
  .owners-first__indent--text {
    line-height: 2;
  }

  .owners__price {
    width: 60%;
    margin: 0 auto 70px;
  }
  .owners__price--text {
    padding: 1em 0;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .owners__price--tax {
    font-size: 1.1rem;
  }

  .owners-second {
    width: 60%;
    margin: 0 auto;
    padding: 29px 17px;
  }
  .owners-second__label {
    display: none;
  }
  .owners-second__title {
    padding-bottom: 46px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .owners-second__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 26px;
    gap: 1em;
    text-align: center;
  }
  .owners-second__item {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14px;
    gap: 1.7em;
    text-align: center;
  }
  .owners-second__contact--text {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact a {
    padding: 0.7rem 2rem;
    border: #000 1px solid;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .owners-second__contact--button::after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }

  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }

  .icon-label__area {
    width: 35%;
    padding: 55px 0 48px;
    gap: 16px;
  }

  .footer {
    margin-top: 11px;
  }
  .footer__link {
    padding: 27px 0;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .footer__link.footer__link--style {
    border-right: 1px solid #000;
  }
  .footer__logo {
    padding: 60px 0 80px;
  }
  .footer__logo--style01 {
    display: block;
    width: 10%;
    padding-bottom: 40px;
  }
  .footer__logo--style02 {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .footer__logo--style03 {
    display: block;
    width: 13%;
  }
  .footer__copyright {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 13px 14px;
  }
  .header__logo img {
    width: 138px;
  }

  .mv {
    height: 243px;
  }
  .mv__video {
    height: 100%;
  }
  .mv__btn {
    right: 13px;
    bottom: 15px;
  }
  .mv__btn--style {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    border: none;
    background-color: transparent;
  }
  .mv__text {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
  }
  .mv__icon {
    width: 13%;
    margin-left: 6px;
  }

  .scene {
    margin-top: 3px;
  }
  .scene__bg.sp-style01 {
    height: 390px;
  }
  .scene__bg.sp-style02 {
    height: 264px;
  }
  .scene__textarea {
    max-width: 90%;
  }
  .scene__title {
    top: 32px;
    left: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.3em;
  }
  .scene__title.sp-style {
    position: relative;
    top: 68px;
    text-align: center;
  }
  .scene__text {
    right: 0;
    bottom: 26px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .scene__text--first {
    padding-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
  }
  .scene__text--second {
    padding-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .scene__text--third {
    padding-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.25em;
  }
  .scene__text--fourth {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .scene__third {
    top: 55%;
    font-size: 1rem;
    line-height: 2;
  }

  .ishinotoki {
    padding: 70px 0 42px;
  }
  .ishinotoki__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    width: 85%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    gap: 4rem;
  }
  .ishinotoki__left {
    position: relative;
    width: 100%;
    padding-bottom: 6rem;
    border-bottom: 1px solid #000;
    gap: 4rem;
  }
  .ishinotoki__left--title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.7em;
  }
  .ishinotoki__left--logo {
    width: 100%;
  }
  .ishinotoki__right {
    width: 100%;
  }
  .ishinotoki__right--title {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.11em;
  }
  .ishinotoki__right--text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.13em;
  }

  .owners {
    padding: 57px 0 44px;
  }

  .owners-main {
    width: 85%;
  }
  .owners-main__title {
    padding-bottom: 0.5rem;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .owners-main__logo img {
    width: 35%;
    margin: 0 auto;
    padding: 80px 0 74px;
  }

  .owners-first {
    width: 85%;
    margin: 0 auto;
  }
  .owners-first__line {
    padding: 25px 0;
  }
  .owners-first__subtitle {
    padding-bottom: 14px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .owners-first__label {
    display: none;
  }
  .owners-first__title {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .owners-first__textarea {
    padding: 34px 0 43px;
  }
  .owners-first__list li {
    color: #000;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    gap: 4px;
  }
  .owners-first__indent--text {
    line-height: 2;
  }

  .owners__price {
    width: 85%;
    margin: 0 auto 57px;
  }
  .owners__price--text {
    padding: 1em 0;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .owners__price--tax {
    font-size: 0.9rem;
  }

  .owners-second {
    width: 85%;
    margin: 0 auto;
    padding: 29px 17px;
  }
  .owners-second__label {
    display: none;
  }
  .owners-second__title {
    padding-bottom: 46px;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.28em;
    text-align: left;
  }
  .owners-second__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 26px;
    gap: 1em;
    text-align: left;
  }
  .owners-second__item {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 14px;
    gap: 1.5em;
    text-align: left;
  }
  .owners-second__contact--text {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  .owners-second__contact a {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .owners-second__contact--button::after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }

  .gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }

  .icon-label__area {
    width: 48%;
    padding: 55px 0 48px;
    gap: 16px;
  }

  .footer {
    margin-top: 11px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__link {
    padding: 27px 0;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .footer__link.footer__link--style {
    border-bottom: 1px solid #000;
  }
  .footer__logo {
    padding: 52px 0 70px;
  }
  .footer__logo--style01 {
    display: block;
    width: 16%;
    padding-bottom: 26px;
  }
  .footer__logo--style02 {
    display: block;
    width: 59%;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  .footer__logo--style03 {
    display: block;
    width: 23%;
  }
  .footer__copyright {
    padding-bottom: 22px;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
  }
}