@font-face {
  font-family: "DIN 2014";
  src: url(../font/DIN2014Demi.ttf) format("truetype");
}
@font-face {
  font-family: "DIN 2014 Light";
  src: url(../font/DIN-2014_Light.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

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

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.section-1930 {
  width: 100%;
  position: relative;
}
.section-1930.sec-2025 .history__centent .content__inner .content__items .c__item:first-child {
  padding-top: 130rem;
}
.section-1930.up-visible .main__header {
  opacity: 1;
}
.section-1930 .main__header {
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.section-1930 .main__header .main__image {
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-1930 .main__header .main__image .p__comment {
  font-weight: normal;
  font-size: 16rem;
  line-height: 30rem;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 80rem;
  bottom: 13rem;
  z-index: 1;
}
.section-1930 .main__header .main__image .header__year {
  width: 100%;
  height: 220rem;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.section-1930 .main__header .main__image .header__year .y__term {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1930 .main__header .main__image .header__year .y__term span {
  font-family: "DIN 2014";
  font-weight: normal;
  font-size: 74rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.section-1930 .main__header .main__image .header__year .y__term span.sign {
  font-family: "DIN 2014 Light";
  margin: 0 10rem;
}
.section-1930 .main__header .main__image .header__year .gap__txt {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-top: 5rem;
  text-align: center;
  color: #fff;
}
.section-1930 .main__content {
  padding: 140rem 0 75rem;
  background: #c1e1dd;
}
.section-1930 .main__content.anim {
  opacity: 1;
}
.section-1930 .main__content.is-animated .content__inner .left__part .part {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.section-1930 .main__content.is-animated .content__inner .left__part .part:last-child {
  animation-delay: 0.5s !important;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.section-1930 .main__content.is-animated .content__inner .content__text .t__txt {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.section-1930 .main__content.is-animated .content__inner .content__text .c__txt {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.section-1930 .main__content.is-animated .content__inner .content__text .gap__zoom {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.section-1930 .main__content .content__inner {
  max-width: 1440rem;
  width: 95%;
  margin: auto;
  position: relative;
}
.section-1930 .main__content .content__inner .content__text {
  width: 460rem;
  margin: auto;
}
.section-1930 .main__content .content__inner .content__text .year__bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-1930 .main__content .content__inner .content__text .year__bar .icon {
  width: 53rem;
  display: flex;
}
.section-1930 .main__content .content__inner .content__text .year__bar .year {
  font-family: "DIN 2014";
  font-size: 50rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.section-1930 .main__content .content__inner .content__text .year__bar .m__year {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: 1s;
}
.section-1930 .main__content .content__inner .content__text .year__bar .m__year.show {
  opacity: 1;
}
.section-1930 .main__content .content__inner .content__text .t__txt {
  font-weight: bold;
  font-size: 18rem;
  line-height: 31.5rem;
  letter-spacing: 0.08em;
  margin-top: 50rem;
  text-align: left;
  color: #000;
  opacity: 0;
  animation-delay: 1s !important;
}
.section-1930 .main__content .content__inner .content__text .c__txt {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 28rem;
  margin-top: 16rem;
  text-align: justify;
  color: #000;
  opacity: 0;
  animation-delay: 1s !important;
}
.section-1930 .main__content .content__inner .content__text .c__txt span {
  background: white;
}
.section-1930 .main__content .content__inner .content__text .gap__zoom {
  margin-top: 52rem;
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
  opacity: 0;
  animation-delay: 1s !important;
}
.section-1930 .main__content .content__inner .content__text .gap__zoom .icon {
  width: 33.61rem;
  margin-right: 8rem;
  display: flex;
}
.section-1930 .main__content .content__inner .content__text .gap__zoom .lbl {
  font-family: "fot-tsukuardgothic-std";
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 20rem;
  text-align: left;
  color: #000;
}
.section-1930 .main__content .content__inner .left__part {
  width: 460rem;
  position: absolute;
  left: 0;
  top: -15%;
}
.section-1930 .main__content .content__inner .left__part.c60 {
  top: -5%;
}
.section-1930 .main__content .content__inner .left__part.right__part {
  left: auto;
  right: 0;
  top: -10%;
}
.section-1930 .main__content .content__inner .left__part .part {
  width: 270rem;
  display: flex;
  margin: auto;
  opacity: 0;
}
.section-1930 .main__content .content__inner .left__part .part.down {
  width: 247rem;
  margin-top: 23rem;
  position: relative;
  left: 10rem;
}
.section-1930 .history__centent {
  width: 100%;
  background: white;
}
.section-1930 .history__centent .content__inner {
  max-width: 1440rem;
  width: 95%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.section-1930 .history__centent .content__inner .main__thum__sticky {
  max-width: 720rem;
  width: 95%;
  position: sticky;
  top: 40rem;
  transition: 0.1s;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image {
  width: 100%;
  margin: 0 0 0 auto;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner {
  width: 640rem;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner .sign {
  width: 100rem;
  display: flex;
  padding: 24rem 0;
  margin: auto;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner .image__text {
  width: 100%;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner .image__text .c__image {
  width: 100%;
  display: flex;
}
.section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner .image__text .c__lbl {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
.section-1930 .history__centent .content__inner .content__items {
  width: 50%;
  padding: 0 40rem 0 160rem;
  position: relative;
  z-index: 1;
}
.section-1930 .history__centent .content__inner .content__items .c__item {
  padding-top: 260rem;
  padding-left: 50rem;
  border-left: 1px solid #c1c1c1;
}
.section-1930 .history__centent .content__inner .content__items .c__item .image__slider {
  width: 590rem;
  margin-top: 100rem;
  padding: 20rem 24rem;
  position: relative;
  left: -130rem;
  border-radius: 8rem;
  background: #f5ede1;
}
.section-1930 .history__centent .content__inner .content__items .c__item .image__slider .top__mark {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-1930 .history__centent .content__inner .content__items .c__item .image__slider .top__mark .t__mark {
  width: 290rem;
  display: flex;
}
.section-1930 .history__centent .content__inner .content__items .c__item .image__slider .top__mark .year__bar {
  font-family: "DIN 2014";
  font-weight: normal;
  font-size: 28rem;
  letter-spacing: 0.05em;
  line-height: 47rem;
  text-align: right;
  color: #c9a063;
}
.section-1930 .history__centent .content__inner .content__items .c__item .image__slider .cp__slider {
  width: 100%;
  height: 580rem;
}
.section-1930 .history__centent .content__inner .content__items .c__item:first-child {
  padding-top: 500rem;
}
.section-1930 .history__centent .content__inner .content__items .c__item:last-child {
  padding-bottom: 180rem;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text {
  position: relative;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .year {
  font-family: "DIN 2014";
  font-weight: normal;
  font-size: 30rem;
  line-height: 45rem;
  text-align: right;
  color: #000;
  position: absolute;
  left: -95rem;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text:after {
  content: "";
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  left: -50rem;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .t__lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 27rem;
  text-align: left;
  color: #000;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link {
  width: auto;
  height: auto;
  margin-top: 10rem;
  padding: 9rem 24rem;
  border-radius: 18rem;
  background: transparent;
  border: 1rem solid #c9a063;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link:hover {
  background: #c9a063;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link:hover .lbl {
  color: white;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link:hover .icon svg path {
  fill: white;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link .lbl {
  font-weight: normal;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
  color: #aa7423;
  transition: 0.3s;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link .icon {
  width: 14rem;
  margin-left: 8rem;
  display: flex;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link .icon svg {
  width: 100%;
  height: 100%;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .detail__link .icon svg path {
  transition: 0.3s;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .c__txt {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt {
  display: flex;
  align-items: center;
  position: absolute;
  left: 90rem;
  bottom: -85rem;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt .icon {
  width: 33.61rem;
  margin-right: 5rem;
  display: flex;
}
.section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt .lbl {
  font-family: "fot-tsukuardgothic-std";
  font-weight: normal;
  font-size: 14rem;
  line-height: 20rem;
  text-align: left;
  color: #9a753d;
}
.section-1930 .history__centent .content__inner .main__thum__fixed {
  max-width: 1440rem;
  width: 95%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.1s;
  visibility: hidden;
  display: none;
}
.section-1930 .history__centent .content__inner .main__thum__fixed.visible {
  opacity: 1;
  visibility: visible;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image {
  width: 50%;
  margin: 0 0 0 auto;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner {
  width: 640rem;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner .sign {
  width: 100rem;
  display: flex;
  padding: 24rem 0;
  margin: auto;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner .image__text {
  width: 100%;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner .image__text .c__image {
  width: 100%;
  display: flex;
}
.section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner .image__text .c__lbl {
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}

footer {
  padding-top: 320rem;
  position: relative;
}
footer .content__inner {
  max-width: 1440rem;
  width: 95%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
footer .content__inner .content__items {
  width: 50%;
  height: 100%;
  padding: 0 40rem 0 160rem;
  position: relative;
  z-index: 1;
}
footer .content__inner .content__items .c__item {
  height: 100%;
  padding-top: 260rem;
  padding-left: 50rem;
}
footer .f__text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: bold;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 78rem;
  text-align: center;
  color: #000;
}
footer .n__txt {
  font-weight: bold;
  font-size: 23rem;
  letter-spacing: 0.05em;
  line-height: 51rem;
  margin-top: 80rem;
  text-align: center;
  color: #000;
}
footer .sns__items {
  margin-top: 110rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
footer .sns__items .icon {
  width: 34rem;
  margin: 0 19rem;
  display: flex;
}
footer .sns__items .icon:last-child {
  width: 36rem;
}
footer .footer__bar {
  margin-top: 200rem;
  padding: 28rem 0;
  background: #00305a;
  position: relative;
  z-index: 3;
}
footer .footer__bar .logo {
  width: 250rem;
  display: flex;
  margin: auto;
}
footer .footer__bar .copy__text {
  font-family: "DIN 2014 Light";
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 28rem;
  margin-top: 16rem;
  text-align: center;
  color: #b4b4b4;
}


.loading-first {
  width: 100%;
  height: 100vh;
  background: #003b6a;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 各文字にディレイを設定 */
}
.loading-first .loading__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading-first .loading__bg.disible {
  display: none;
}
.loading-first .loading__bg .paris__mark__bg {
  width: 233rem;
  display: flex;
  margin-bottom: 108rem;
  margin-left: 20rem;
}
.loading-first .loading__bg .loading-text {
  font-family: "DIN 2014";
  font-weight: 300;
  font-size: 22rem;
  letter-spacing: 0.1em;
  line-height: 37.5rem;
  text-align: left;
  color: #c9a063;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px); /* 上に跳ねる */
  }
  60% {
    transform: translateY(-5px); /* 少しだけ上に */
  }
}
.loading-first .loading-text span {
  display: inline-block; /* inline要素にtransformを適用できるようにする */
  animation: bounce 2s infinite ease-in-out; /* アニメーション名、継続時間、繰り返し、イージングを指定 */
}
.loading-first .loading-text span:nth-child(1) {
  animation-delay: 0s;
}
.loading-first .loading-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading-first .loading-text span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading-first .loading-text span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading-first .loading-text span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading-first .loading-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading-first .loading-text span:nth-child(7) {
  animation-delay: 0.6s;
}
.loading-first .loading-text span:nth-child(8) {
  animation-delay: 0.7s;
}
.loading-first .loading-text span:nth-child(9) {
  animation-delay: 0.8s;
}
.loading-first .loading-text span:nth-child(10) {
  animation-delay: 0.9s;
}

.loading-first .news {
  display: flex;
  align-items: center;
  position: absolute;
  top: 34rem;
  right: 100rem;
  opacity: 0;
}
.loading-first .news.visible {
  opacity: 1;
}
.loading-first .news .info {
  font-family: "DIN 2014";
  font-weight: normal;
  font-size: 14rem;
  padding: 1rem 5rem;
  text-align: right;
  color: #ccc;
  border: 1px solid #ccc;
  display: inline-block;
}
.loading-first .news .c__text {
  display: flex;
  align-items: center;
}
.loading-first .news .date {
  font-family: "DIN 2014";
  font-weight: normal;
  font-size: 15rem;
  margin: 0 20rem;
  letter-spacing: 0.08em;
  text-align: right;
  color: #ccc;
}
.loading-first .news .nw__txt {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #ccc;
}
.loading-first.visible .paris__mark {
  animation: scaled_x 1s ease-in-out forwards;
}
.loading-first.visible .paris__text {
  animation-delay: 1s !important;
  animation: scaled_x 1s ease-in-out forwards;
}
.loading-first .paris__mark {
  width: 233rem;
  display: flex;
  margin-bottom: 60rem;
  clip-path: inset(0 100% 0 0);
}
.loading-first .paris__text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.08em;
  line-height: 38rem;
  text-align: center;
  color: #c9a063;
  clip-path: inset(0 100% 0 0);
}
.loading-first .kv__home {
  width: 69.4444444444%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
.loading-first .kv__home.visible {
  opacity: 1;
}
.loading-first .catch__text {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  right: 100rem;
  top: 50%;
  transform: translateY(-50%);
}
.loading-first .catch__text.visible .c__mark {
  animation: scaled_x 1s ease-in-out forwards;
}
.loading-first .catch__text.visible .p__mark {
  animation: scaled_x 1s ease-in-out forwards;
  animation-delay: 1s !important;
}
.loading-first .catch__text.visible .p__lbl {
  animation: scaled_x 1s ease-in-out forwards;
  animation-delay: 2s !important;
}
.loading-first .catch__text .c__mark {
  width: 700rem;
  display: flex;
  clip-path: inset(0 100% 0 0);
}
.loading-first .catch__text .p__mark {
  width: 700rem;
  margin-top: 6rem;
  display: flex;
  clip-path: inset(0 100% 0 0);
}
.loading-first .catch__text .p__lbl {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  text-align: right;
  color: #9d9d9d;
  clip-path: inset(0 100% 0 0);
}
.loading-first .list__links {
  width: 1150rem;
  position: absolute;
  right: 0;
  bottom: 42rem;
  display: flex;
}
.loading-first .list__links.visible .c__item {
  opacity: 1;
}
.loading-first .list__links .c__item {
  width: 20%;
  height: 0;
  border-top: 1rem solid #c9a063;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.loading-first .list__links .c__item:nth-child(2) {
  transition-delay: 0.25s;
}
.loading-first .list__links .c__item:nth-child(3) {
  transition-delay: 0.5s;
}
.loading-first .list__links .c__item:nth-child(4) {
  transition-delay: 0.75s;
}
.loading-first .list__links .c__item:nth-child(5) {
  transition-delay: 1s;
}
.loading-first .list__links .c__item .p__link {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #c9a063;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.loading-first .list__links .c__item .p__link:hover {
  width: 20rem;
  height: 20rem;
  background: url(../img/link_hover.webp);
  background-size: cover;
}
.loading-first .list__links .c__item .p__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: -70rem;
  transform: translate(-50%);
}
.loading-first .list__links .c__item .p__text .icon {
  width: 52rem;
  display: flex;
}
.loading-first .list__links .c__item .p__text .lbl {
  font-family: "DIN 2014 Light";
  font-size: 25rem;
  line-height: 44rem;
  text-align: center;
  color: #c9a063;
}

.topPage {
  width: 40rem;
  display: flex;
  position: fixed;
  right: 30rem;
  bottom: 30rem;
  z-index: 2;
  transition: 0.3s;
}
.topPage:hover {
  opacity: 0.7;
}

.copyright {
  font-family: "DIN 2014 Light";
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  text-align: left;
  color: #c9a063;
  writing-mode: vertical-lr;
  position: fixed;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.odometer-formatting-mark {
  display: none !important;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.8px;
  }
  .section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner {
    width: 90%;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .image__slider {
    width: 500rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item:last-child {
    padding-bottom: 380rem;
  }
  .section-1930 .main__content .content__inner {
    width: 100%;
  }
  .section-1930 .main__content .content__inner .content__text {
    width: 36%;
  }
  .section-1930 .history__centent .content__inner .content__items {
    padding: 0 40rem 0 100rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__sticky .item__image .c__inner {
    width: 100%;
  }
  .section-1930 .history__centent .content__inner .main__thum__sticky {
    top: 120rem;
  }
}
@media screen and (max-width: 940px) {
  html {
    font-size: 0.7px;
  }
  .loading-first .list__links {
    width: 90%;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item:last-child {
    padding-bottom: 550rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__sticky {
    top: 230rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2415vw;
  }
  .loading-first .paris__mark {
    width: 137rem;
    margin-bottom: 48rem;
  }
  .loading-first .paris__text {
    font-size: 17rem;
    letter-spacing: 0.08em;
    line-height: 29rem;
  }
  .loading-first .catch__text .c__mark {
    width: 341rem;
  }
  .loading-first .catch__text .p__mark {
    width: 341rem;
  }
  .loading-first .catch__text .p__lbl {
    font-size: 16rem;
  }
  .loading-first .catch__text {
    right: 16rem;
    top: 135rem;
    transform: unset;
  }
  .loading-first .kv__home {
    width: 367rem;
    height: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .loading-first .list__links {
    width: 0;
    height: 383rem;
    flex-direction: column;
    bottom: 0;
    right: 25rem;
  }
  .loading-first .list__links .c__item {
    width: 0;
    height: 20%;
    border-top: 0;
    border-left: 1px solid #c9a063;
  }
  .loading-first .list__links .c__item .p__link {
    width: 8rem;
    height: 8rem;
  }
  .loading-first .list__links .c__item .p__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: -93rem;
    top: 0;
    transform: translateY(-50%);
  }
  .loading-first .list__links .c__item .p__text .icon {
    width: 37rem;
    margin-right: 5rem;
  }
  .loading-first .list__links .c__item .p__text .lbl {
    font-size: 20rem;
    line-height: 1;
  }
  .loading-first .news .c__text {
    display: block;
    margin-left: 10rem;
    align-items: center;
  }
  .loading-first .news .date {
    font-size: 13rem;
    display: block;
    margin: 0;
    letter-spacing: 0.08em;
    text-align: left;
    line-height: 1;
  }
  .loading-first .news .nw__txt {
    font-size: 12rem;
  }
  .loading-first .news {
    top: 25rem;
    right: auto;
    left: 20rem;
  }
  .section-1930 .main__header .main__image {
    width: 100%;
    height: 460rem;
    position: relative;
  }
  .section-1930 .main__header {
    height: 460rem;
  }
  .section-1930 .main__header .main__image .header__year {
    height: 131rem;
  }
  .section-1930 .main__header .main__image .header__year .y__term span {
    font-size: 37rem;
  }
  .section-1930 .main__header .main__image .p__comment {
    font-size: 12rem;
    line-height: 30rem;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 18rem;
    bottom: auto;
    top: 14rem;
  }
  .section-1930 .main__content {
    padding: 30rem 0;
  }
  .section-1930 .main__content .content__inner .left__part {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0 10rem;
    left: 0;
    top: 0;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-1930 .main__content .content__inner .left__part .part {
    width: 175rem;
    margin: 0;
  }
  .section-1930 .main__content .content__inner .left__part .part.down {
    width: 175rem;
    left: 0;
  }
  .section-1930 .main__content .content__inner .content__text {
    width: 338rem;
    margin: 10rem auto;
  }
  .section-1930 .main__content .content__inner .content__text .year__bar .year {
    font-size: 40rem;
  }
  .section-1930 .main__content .content__inner .content__text .gap__zoom {
    width: 280rem;
    margin-top: 35rem;
    left: 22%;
    display: inline-flex;
  }
  .section-1930 .history__centent .content__inner .content__items {
    width: 100%;
    padding: 0 20rem 0 78rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item:first-child {
    padding-top: 165rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__fixed {
    width: 100%;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    transform: unset;
    opacity: 1;
    transition: 0.1s;
    visibility: visible;
    padding-top: 160rem;
    border-left: 1px solid #c1c1c1;
  }
  .section-1930 .history__centent .content__inner .main__thum__fixed .item__image {
    width: 100%;
    margin-left: -62rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner {
    width: 380rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .content__text .year {
    font-size: 25rem;
    left: -59rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item {
    padding-left: 20rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt {
    left: 30rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt.c01 {
    bottom: -100rem;
  }
  .copyright {
    right: 0;
    display: none;
  }
  .section-1930 .history__centent .content__inner {
    width: 100%;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .content__text:after {
    left: -20rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__fixed .item__image .c__inner .image__text {
    background: white;
    padding: 10rem 0;
  }
  .topPage {
    width: 35rem;
    right: 15rem;
    bottom: 15rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .image__slider {
    width: 395rem;
    left: -98rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item:last-child {
    padding-bottom: 150rem;
    padding-top: 10rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item {
    padding-top: 160rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .content__text .note__txt .lbl {
    width: 100%;
  }
  footer .content__inner .content__items {
    padding: 0 20rem 0 78rem;
  }
  footer .content__inner {
    width: 100%;
  }
  footer .f__text {
    font-size: 19rem;
    line-height: 42rem;
  }
  footer .n__txt {
    font-size: 18rem;
  }
  footer .sns__items .icon {
    width: 27rem;
    margin: 0 15rem;
  }
  footer .sns__items .icon:last-child {
    width: 34rem;
  }
  .section-1930 .main__content .content__inner .content__text .gap__zoom .lbl {
    width: 100%;
  }
  footer {
    padding-top: 120rem;
  }
  .section-1930 .history__centent .content__inner .main__thum__sticky {
    display: none;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .image__slider .top__mark .t__mark {
    width: 204rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .image__slider .top__mark .year__bar {
    font-size: 23rem;
  }
  .section-1930 .history__centent .content__inner .content__items .c__item .image__slider .cp__slider {
    width: 100%;
    height: 400rem;
  }
  .loading-first .loading__bg .paris__mark__bg {
    width: 137rem;
    margin-bottom: 76rem;
    margin-left: 9rem;
  }
  .loading-first .loading__bg .loading-text {
    font-size: 20rem;
  }
}/*# sourceMappingURL=style.css.map */