/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
#loading.fade-out {
  opacity: 0;
}

.mv {
  position: relative;
  overflow: hidden;
  height: 50vw;
}
@media print, screen and (max-width: 1023.9px) {
  .mv {
    height: 157.82vw;
  }
}
.mv figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv figure p {
  position: absolute;
  top: 9.3%;
  left: 6.5%;
  width: 25.3%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv figure p {
    top: 5.3%;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 78%;
  }
}
.mv figure picture {
  display: block;
  overflow: hidden;
  height: 50vw;
}
@media print, screen and (max-width: 1023.9px) {
  .mv figure picture {
    height: 157.82vw;
  }
}
.mv figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.mv.is-show-visual figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv__opening {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #000;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.mv__opening iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__opening iframe {
    height: 158.82vw;
  }
}
.mv__opening.is-hide {
  opacity: 0;
  visibility: hidden;
}
.mv__skip {
  position: absolute;
  z-index: 11;
  right: 24px;
  bottom: 24px;
  width: 92px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.35);
  color: #666;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__skip {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 36px;
    font-size: 12px;
  }
}
.mv__skip:hover {
  background: rgba(255, 255, 255, 0.5);
}

.main-copy {
  text-align: center;
  padding-block: 70px;
  font-size: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg1.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg1.png);
  background-size: cover;
  letter-spacing: 5px;
}
@media print, screen and (max-width: 1023.9px) {
  .main-copy {
    padding-block: 40px;
    padding-left: 18px;
    font-size: 20px;
  }
}

.point {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #2e241a;
}
@media print, screen and (max-width: 1023.9px) {
  .point {
    padding-top: 40px;
  }
}

.point__text {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .point__text {
    width: 90%;
  }
}

.information-section {
  background-size: cover;
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/info-bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/info-bg.png);
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-block: 40px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .information-section {
    margin-top: 0;
  }
}
.information-section:before {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -6px;
  left: -6px;
  border: 2px solid #c9bc9c;
}
.information-section .information-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #7a6a56;
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7a6a56;
}

.merit-section {
  background: #000;
  color: #c9bc9c;
  margin-top: -3em;
  padding: 2em 0 0;
}
.merit-section .merit-inner {
  max-width: 1100px;
  margin: 2em auto;
  letter-spacing: 0.5rem;
  line-height: 1.7;
}
.merit-section .merit-inner .merit-ttl {
  font-size: min(5.6vw, 27px);
  text-align: center;
}
.merit-section .merit-inner .merit-ttl span {
  display: block;
  border-top: 1px solid #c9bc9c;
  font-size: 80%;
  text-align: center;
  margin-top: 1em;
  padding-block: 1em 2em;
  letter-spacing: 0.3rem;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner .merit-ttl span {
    font-size: 70%;
    letter-spacing: 0.1rem;
    padding-block: 1.5em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner .merit-ttl {
    padding-inline: 1.5em;
  }
}
.merit-section .merit-inner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 3.1em;
  }
}
.merit-section .merit-inner ul li {
  position: relative;
  padding: 0 1.5em 0 1em;
  font-size: min(3.5vw, 18px);
  letter-spacing: 0.1rem;
  text-align: justify;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner ul li {
    padding: 1em 0.5em 0.5em;
    letter-spacing: 0;
  }
}
.merit-section .merit-inner ul li span {
  display: block;
  font-size: 140%;
  padding-block: 0.3em 0;
  min-height: 4em;
  line-height: 1.5;
  letter-spacing: 0.3rem;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner ul li span {
    min-height: auto;
  }
}
.merit-section .merit-inner ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #7a6a56;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner ul li:after {
    height: 1px;
    width: 100%;
    left: 0;
    margin: auto;
  }
}
.merit-section .merit-inner ul li:last-child:after {
  width: 0;
  height: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section .merit-inner ul li:last-child:after {
    height: 1px;
    width: 100%;
    left: 0;
    margin: auto;
  }
}
.merit-section:after {
  display: block;
  content: "";
  height: 6em;
  width: 100%;
  background: #2e241a;
}
.merit-section button {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 6em auto;
  background: none;
  border: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .merit-section button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 82%;
    margin: 3em auto;
  }
}
.merit-section button a {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #92252c;
  color: #fff;
  font-size: min(5.5vw, 28px);
  letter-spacing: 0.5rem;
  text-align: center;
  padding: 0.3em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.merit-section button a:hover {
  background: #de5a62;
}

.design {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg2.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg2.png);
  padding-block: 200px;
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .design {
    padding-block: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg2-sp.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg2-sp.png);
  }
}

.design__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .design__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.design__copy {
  width: 380px;
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .design__copy {
    margin-top: 0;
    width: 60%;
    margin-bottom: 80px;
  }
}

.design-btn {
  margin-top: 100px;
}

.section-text {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 3.75;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 14px;
  }
}

.section-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .section-btn:hover img {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.section-btn .en {
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .section-btn .en {
    font-size: 17px;
  }
}
.section-btn .ja {
  text-align: center;
  font-size: 13px;
  display: block;
}
@media print, screen and (max-width: 1023.9px) {
  .section-btn .ja {
    font-size: 10px;
  }
}
.section-btn img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 1023.9px) {
  .section-btn img {
    width: 80px;
  }
}

.dream {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg3.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg3.png);
  padding-block: 150px;
}
@media print, screen and (max-width: 1023.9px) {
  .dream {
    padding-block: 100px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg3-sp.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg3-sp.png);
    background-size: cover;
  }
}

.dream__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .dream__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.dream__copy {
  width: 310px;
}
@media print, screen and (max-width: 1023.9px) {
  .dream__copy {
    width: 60%;
  }
}

.dream__text {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .dream__text {
    margin-top: 50px;
  }
}

.dream__img {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .dream__img {
    margin-top: 50px;
  }
}

.dream-btn {
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .dream-btn {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
  }
}
.dream-btn img {
  width: 160px;
}
@media print, screen and (max-width: 1023.9px) {
  .dream-btn img {
    width: 100px;
  }
}

.concept {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg4.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg4.png);
  background-size: cover;
  padding-top: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept {
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg4-sp.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg4-sp.png);
  }
}

.concept__copy-area {
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__copy-area {
    padding-top: 150px;
  }
}

.concept__copy {
  width: 585px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__copy {
    width: 90%;
  }
}

.concept__copy-text {
  font-size: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #796a56;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  white-space: nowrap;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__copy-text {
    font-size: 20px;
  }
}

.concept__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: -60px;
  margin-left: -70px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__row {
    margin-bottom: -20px;
    margin-left: 0;
  }
}
.concept__row figcaption {
  color: #000;
  position: static;
  text-align: right;
  text-shadow: none;
}

.concept__btn {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__btn {
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}
.concept__btn img {
  width: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .concept__btn img {
    width: 100px;
  }
}

.other-links {
  padding-block: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg5.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg5.png);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .other-links {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.other-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .other-link {
    gap: 100px;
    margin-top: 100px;
    -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 print, screen and (max-width: 1023.9px) {
  .other-link.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.other-link + .other-link {
  margin-top: 200px;
}

.other-link__text-area {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .other-link__text-area {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.other-link__copy {
  font-size: 40px;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #796a56;
  white-space: nowrap;
}
@media print, screen and (max-width: 1023.9px) {
  .other-link__copy {
    font-size: 30px;
  }
}

.other-link__btn {
  margin-top: 100px;
}
.other-link__btn img {
  width: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  .other-link__btn img {
    width: 100px;
  }
}

.other-link__img {
  margin: 0;
}
.other-link__img.-right {
  margin-right: calc(50% - 50vw);
}
@media print, screen and (max-width: 1023.9px) {
  .other-link__img.-right {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
.other-link__img.-left {
  margin-left: calc(50% - 50vw);
}
@media print, screen and (max-width: 1023.9px) {
  .other-link__img.-left {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}

.brand__mv {
  position: relative;
}

.brand__heading {
  position: absolute;
  top: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #7a6a56;
  font-size: 43px;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__heading {
    top: 50px;
    font-size: 30px;
  }
}
.brand__heading span {
  font-size: 14px;
  display: block;
}

.brand__mv-img figcaption {
  color: #000;
  text-align: right;
  bottom: auto;
  top: calc(100% + 5px);
  text-shadow: none;
}

.brand__body {
  padding-block: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/top/bg5.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/top/bg5.png);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__body {
    padding-block: 100px;
  }
}

.brand__com {
  text-align: center;
  font-size: 47px;
  letter-spacing: 3px;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__com {
    font-size: 26px;
  }
}

.brand__text {
  text-align: center;
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__text {
    margin-top: 50px;
    line-height: 3;
  }
}

.brand__com-row {
  margin-top: 100px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__com-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.brand__logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.brand__logo.-n1 {
  width: 280px;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__logo.-n1 {
    width: 150px;
  }
}
.brand__logo.-n2 {
  width: 290px;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__logo.-n2 {
    width: 160px;
  }
}

.brand__img-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brand__img-row figure figcaption {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  position: static;
  color: #000;
  text-shadow: none;
}
.brand__img-row figure figcaption span {
  font-size: 80%;
}
@media print, screen and (max-width: 1023.9px) {
  .brand__img-row figure figcaption {
    font-size: 10px;
  }
}

.usp__text {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #c8bb9a;
  letter-spacing: 0.12em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text {
    width: 80%;
    max-width: 380px;
  }
}
.usp__text .sp {
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .sp {
    display: block;
  }
}
.usp__text .num {
  font-family: "EB Garamond", Garamond, "Times New Roman", serif;
  font-size: 260%;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: -0.08em;
}
.usp__text sup {
  font-size: 10px;
  margin-left: 0.2em;
  letter-spacing: 0.02em;
  vertical-align: super;
}
.usp__text .note {
  display: block;
  font-size: 56%;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .note {
    font-size: 0.45em;
    line-height: 1.4;
  }
}
.usp__text .usp__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(28px, 2.35vw, 43px);
  line-height: 1.5;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__lead {
    display: block;
    font-size: 8.5vw;
    line-height: 1.7;
    white-space: normal;
    letter-spacing: 0.6rem;
    border-bottom: 1px solid rgba(200, 187, 154, 0.35);
    padding-block: 0.5em 0.7em;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__lead .num {
    font-size: 290%;
    vertical-align: -0.08em;
  }
}
.usp__text .usp__lead-station {
  display: inline-block;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__lead-station {
    display: block;
  }
}
.usp__text .usp__lead-project {
  display: inline-block;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__lead-project {
    display: block;
  }
}
.usp__text .usp__cross {
  display: inline-block;
  margin: 0 0.65em;
  font-size: 0.9em;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__cross {
    display: block;
    margin: 0.12em 0 0.08em;
    font-size: 0.9em;
    line-height: 1;
  }
}
.usp__text .usp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.75em;
  font-size: clamp(17px, 2.45vw, 28px);
  line-height: 1.35;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__list {
    display: block;
    margin-top: 2em;
    font-size: clamp(18px, 5.2vw, 28px);
    line-height: 1.45;
  }
}
.usp__text .usp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2em;
  border-left: 1px solid rgba(200, 187, 154, 0.35);
  text-align: left;
  white-space: nowrap;
  height: 2.5em;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item {
    margin-inline: auto;
    position: relative;
    padding: 1.3em 0 1.2em;
    border-left: none;
    border-bottom: 1px solid rgba(200, 187, 154, 0.35);
    font-size: 1.2em;
    text-align: center;
    white-space: normal;
  }
  .usp__text .usp__item.last {
    border-bottom: none;
    font-size: 8vw;
  }
}
.usp__text .usp__item:first-child {
  border-left: none;
  padding-bottom: 1em;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item:first-child {
    padding: 1.2em 0 2.8em;
  }
}
.usp__text .usp__item:last-child {
  padding-right: 0;
}
.usp__text .usp__item .num {
  font-size: 360%;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item .num {
    font-size: 360%;
    vertical-align: 0;
  }
}
.usp__text .usp__item--station .note {
  display: block;
  width: 100%;
  font-size: 0.43em;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .note {
    width: 88%;
    margin-inline: auto;
    text-align: left;
    font-size: 0.48em;
    line-height: 1.2;
  }
}
.usp__text .usp__item--station .note02 {
  font-size: 110%;
  letter-spacing: 0.5rem;
}
.usp__text .usp__item--station .station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .station {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.08em;
  }
}
.usp__text .usp__item--station .station__text {
  display: block;
}
.usp__text .usp__item--station .station__row {
  display: block;
  width: 100%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1.15;
}
.usp__text .usp__item--station .station__row--top {
  font-size: 0.8em;
  letter-spacing: 0.4rem;
  border-bottom: 1px solid rgba(200, 187, 154, 0.35);
  line-height: 1.5;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .station__row--top {
    font-size: 0.88em;
    letter-spacing: 0.4rem;
  }
}
.usp__text .usp__item--station .station__row--bottom {
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .station__row--bottom {
    font-size: 1em;
    letter-spacing: 0.035em;
  }
}
.usp__text .usp__item--station .station__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 0.22em;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .station__time {
    margin-left: 0.18em;
  }
}
.usp__text .usp__item--station .min {
  display: inline-block;
  margin-left: 0.08em;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1023.9px) {
  .usp__text .usp__item--station .min {
    font-size: 1em;
  }
}

sup.sup2 {
  top: -1.8em;
  right: 2em;
  margin-right: -17px;
}

.p-top-around__intro {
  position: relative;
  height: 200vh;
  overflow: visible;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__intro {
    height: 200vh;
    margin-block: 11% -26%;
  }
}

.p-top-around__stage {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-size: 1vw;
  margin-top: 3em;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__stage {
    margin-top: 10em;
  }
}

.p-top-around__main {
  --final-left: 31.2%;
  --final-width: 36%;
  --final-height: 20em;
  --final-top: calc((100vh - var(--final-height)) / 2);
  --main-img-scale: .4;
  --main-img-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  transition: clip-path 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  will-change: clip-path;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  contain: paint;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__main {
    --final-left: 10.4%;
    --final-width: 79.1%;
    --final-height: 39.6em;
    --final-top: 40%;
    --main-img-scale: .7;
  }
}
.p-top-around__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: var(--main-img-position);
     object-position: var(--main-img-position);
  -webkit-transform: translate3d(0, 0, 0) scale(1.3);
          transform: translate3d(0, 0, 0) scale(1.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  transition: -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  transition: transform 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  transition: transform 1.35s cubic-bezier(0.45, 0, 0.2, 1), -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__main img {
    -webkit-transform: translate3d(0, 0, 0) scale(3.5);
            transform: translate3d(0, 0, 0) scale(3.5);
  }
}

.p-top-around__item {
  --final-left: 50%;
  --final-top: 50%;
  --final-width: 30%;
  --final-height: 20em;
  --delay: .7s;
  --img-width: 100%;
  --img-height: 100%;
  --img-fit: cover;
  --img-position: center center;
  --img-scale: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--final-width);
  height: var(--final-height);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.62);
          transform: translate3d(-50%, -50%, 0) scale(0.62);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: left 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), top 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), opacity 0.7s ease var(--delay), visibility 0s linear var(--delay), -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay);
  transition: left 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), top 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), opacity 0.7s ease var(--delay), visibility 0s linear var(--delay), -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay);
  transition: left 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), top 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), transform 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), opacity 0.7s ease var(--delay), visibility 0s linear var(--delay);
  transition: left 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), top 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), transform 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay), opacity 0.7s ease var(--delay), visibility 0s linear var(--delay), -webkit-transform 1.35s cubic-bezier(0.45, 0, 0.2, 1) var(--delay);
  will-change: left, top, transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-top-around__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--img-width);
  height: var(--img-height);
  -o-object-fit: var(--img-fit);
     object-fit: var(--img-fit);
  -o-object-position: var(--img-position);
     object-position: var(--img-position);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(var(--img-scale));
          transform: translate3d(-50%, -50%, 0) scale(var(--img-scale));
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.p-top-around__item--01 {
  --final-left: 16%;
  --final-top: 11%;
  --final-width: 23%;
  --final-height: 13.6em;
  --delay: .74s;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__item--01 {
    --final-left: 0%;
    --final-top: 28%;
    --final-width: 48.7%;
    --final-height: 28.5em;
  }
}

.p-top-around__item--02 {
  --final-left: 64.1%;
  --final-top: 14.7%;
  --final-width: 12.2%;
  --final-height: 10.1em;
  --delay: .82s;
  z-index: 2;
}
@-moz-document url-prefix() {
  .p-top-around__item--02 {
    --final-top: 8em;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__item--02 {
    --final-left: 67.1%;
    --final-top: 32.3%;
    --final-width: 26.8%;
    --final-height: 22.5em;
  }
}

.p-top-around__item--03 {
  --final-left: 60.4%;
  --final-width: 22.6%;
  --final-height: 13.8em;
  --final-top: 68.5%;
  --delay: .9s;
  z-index: 1;
}
@-moz-document url-prefix() {
  .p-top-around__item--03 {
    --final-top: 66%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__item--03 {
    --final-left: 56.8%;
    --final-width: 43.2%;
    --final-height: 11.6%;
    --final-top: 57%;
  }
}

.p-top-around__item--04 {
  --final-left: 27%;
  --final-top: 72.5%;
  --final-width: 18%;
  --final-height: 11.6em;
  --delay: .74s;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .p-top-around__item--04 {
    --final-left: 7%;
    --final-top: 59.3%;
    --final-width: 31.7%;
    --final-height: 20.5em;
  }
}

.p-top-around__intro.is-animated .p-top-around__main {
  clip-path: inset(var(--final-top) calc(100% - (var(--final-left) + var(--final-width))) calc(100% - (var(--final-top) + var(--final-height))) var(--final-left));
  -webkit-clip-path: inset(var(--final-top) calc(100% - (var(--final-left) + var(--final-width))) calc(100% - (var(--final-top) + var(--final-height))) var(--final-left));
}
.p-top-around__intro.is-animated .p-top-around__main img {
  -webkit-transform: translate3d(0, 0, 0) scale(var(--main-img-scale));
          transform: translate3d(0, 0, 0) scale(var(--main-img-scale));
}
.p-top-around__intro.is-animated .p-top-around__item {
  left: var(--final-left);
  top: var(--final-top);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}