@-webkit-keyframes clip-fade {
  100% {
    -webkit-mask-position: left;
    mask-position: left;
  }
}
@keyframes clip-fade {
  100% {
    -webkit-mask-position: left;
    mask-position: left;
  }
}
@-webkit-keyframes kv-anm {
  100% {
    background-position: bottom;
  }
}
@keyframes kv-anm {
  100% {
    background-position: bottom;
  }
}
.archive-header .anniversary-100th {
  width: 7rem;
}

body.home {
  background-color: #fff;
}
body.home .content-main {
  overflow: hidden;
  position: relative;
}
body.home .canvas-holder {
  display: none;
}
body.home .section-kv {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 58.5333333333vw;
  width: 122vw;
  background: url("/assets/img/top/kv_202401_pc.webp?v7fa95ba305955010913a44830511b74d") no-repeat center top/100.1vw auto;
  border-radius: 0 0 50% 50%/0 0 18.3333333333vw 18.3333333333vw;
}
body.home .section-kv .section-inner {
  padding: 15.4666666667vw 0 0 4.6666666667vw;
  width: 100vw;
  margin: auto;
}
body.home .section-kv .section-inner .catch-copy {
  -webkit-mask-image: -webkit-linear-gradient(35deg, rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(55deg, rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-size: 320%;
  mask-size: 320%;
  width: 26.6666666667vw;
}
body.home .section-kv .section-inner .catch-copy img {
  display: block;
}
body.home .section-kv .section-inner .catch-copy img.copy {
  width: 26.6666666667vw;
  margin-bottom: 5.0666666667vw;
}
body.home .section-kv .section-inner .catch-copy img.logo {
  width: 24.8vw;
}
body.home .section-kv.-active {
  -webkit-animation: kv-anm 15s cubic-bezier(0.3, 0.005, 0, 1) 0.5s forwards;
  animation: kv-anm 15s cubic-bezier(0.3, 0.005, 0, 1) 0.5s forwards;
}
body.home .section-kv.-active .section-inner .catch-copy {
  -webkit-animation: clip-fade 2s ease-in-out 4s forwards;
  animation: clip-fade 2s ease-in-out 4s forwards;
}
body.home .section-kv.en .section-inner {
  padding: 20vw 0 0 4vw;
}
body.home .section-kv.en .section-inner .catch-copy {
  width: 37.0666666667vw;
}
body.home .section-kv.en .section-inner .catch-copy img {
  margin: auto;
}
body.home .section-kv.en .section-inner .catch-copy img.copy {
  width: 37.0666666667vw;
  margin-bottom: 4.2666666667vw;
}
body.home .section-statement {
  background: #fff;
}
body.home .section-statement .statements {
  margin-bottom: 7.3333333333vw;
}
body.home .section-statement .statements .statement-text {
  margin-bottom: 1em;
  font-weight: bold;
}
body.home .section-statement .statements .statement-text:last-child {
  margin-bottom: 0;
}
body.home .section-statement .statement-catch {
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
  margin-left: 0.5em;
}
body.home .section-statement .statement-catch .grad {
  display: inline-block;
  background: linear-gradient(264.7deg, #EF7D1D -6.1%, #D32D25 51.63%, #A82019 109.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.home .section-statement .divider {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #D9D9D9;
  position: relative;
  margin: 100px auto;
}
body.home .section-statement .divider::before, body.home .section-statement .divider::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #D9D9D9;
  top: 0;
}
body.home .section-statement .divider::before {
  left: -30px;
}
body.home .section-statement .divider::after {
  right: -30px;
}
body.home .section-statement .pvmv {
  margin-bottom: 100px;
}
body.home .section-statement .pvmv .pvmv-list > li {
  text-align: center;
  margin-bottom: 110px;
}
body.home .section-statement .pvmv .pvmv-list > li:last-child {
  margin-bottom: 0;
}
body.home .section-statement .pvmv .pvmv-list > li dl {
  margin: 0;
}
body.home .section-statement .pvmv .pvmv-list > li dl dt {
  margin-bottom: 44px;
}
body.home .section-statement .pvmv .pvmv-list > li dl dt .pvmv-title {
  font-size: max(28px, 1.8666666667vw);
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
body.home .section-statement .pvmv .pvmv-list > li dl dt .pvmv-sub-txt {
  font-size: max(14px, 0.9333333333vw);
  color: #737373;
}
body.home .section-statement .pvmv .pvmv-list > li dl dd {
  margin: 0;
  font-size: 24px;
  line-height: 48px;
}
body.home .section-statement .pvmv .pvmv-list > li dl dd > ul > li {
  margin-bottom: 12px;
}
body.home .section-statement .pvmv .pvmv-list > li dl dd > ul > li:last-child {
  margin-bottom: 0;
}
body.home .section-movie {
  background: #fff;
}
body.home .section-movie .section-inner {
  margin: auto;
  box-sizing: border-box;
}
body.home .section-movie .movie {
  position: relative;
}
body.home .section-movie .movie:hover {
  cursor: pointer;
}
body.home .section-movie .movie .movie-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
body.home .section-movie .movie video {
  margin: auto;
}
body.home .gov {
  background: linear-gradient(116deg, #E3EEFF 17.89%, #F0FFEC 100%);
  border-radius: 24px;
  max-width: 1080px;
  margin: auto;
  padding: 40px 25px;
}
body.home .gov .gov-inner {
  max-width: 580px;
  margin: auto;
}
body.home .gov .gov-inner h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
body.home .gov .gov-inner figure {
  margin-bottom: 24px;
}
body.home .gov .gov-inner h3 {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 20px;
}
body.home .gov .gov-inner p {
  font-size: 16px;
  line-height: 2.2;
}
body.home .section-history {
  width: 122vw;
  border-radius: 50% 50% 0 0/18.3333333333vw 18.3333333333vw 0 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background-color: #f9f8f0;
  padding-top: 100px;
  padding-bottom: 5rem;
}
body.home footer.footer {
  margin-top: -5px;
}
@media (max-width: 767.4px) {
  .archive-header .anniversary-100th {
    width: 5rem;
  }
}
@media screen and (max-width: 767.4px) {
  body.home .section-kv {
    background: url("/assets/img/top/kv_202401_sp.webp?v972afeaff5477a4411c3ce353f516ddf") no-repeat center top/100.1vw auto;
    width: 112.3076923077vw;
    height: 123.0769230769vw;
    border-radius: 0 0 50% 50%/0 0 17.9487179487vw 17.9487179487vw;
  }
  body.home .section-kv .section-inner {
    padding: 25.641025641vw 0 0;
  }
  body.home .section-kv .section-inner .catch-copy {
    width: 100%;
    margin: auto;
  }
  body.home .section-kv .section-inner .catch-copy img {
    margin: auto;
  }
  body.home .section-kv .section-inner .catch-copy img.copy {
    width: 46.1538461538vw;
    margin-bottom: 12.8205128205vw;
  }
  body.home .section-kv .section-inner .catch-copy img.logo {
    width: 50.2564102564vw;
  }
  body.home .section-kv.-active {
    animation: kv-anm 8s cubic-bezier(0.3, 0.005, 0, 1) 0.5s forwards;
  }
  body.home .section-kv.-active .section-inner .catch-copy {
    animation: clip-fade 2s ease-in-out 2s forwards;
  }
  body.home .section-kv.en .section-inner {
    padding: 24.1025641026vw 0 0;
  }
  body.home .section-kv.en .section-inner .catch-copy {
    width: 100%;
  }
  body.home .section-kv.en .section-inner .catch-copy img.copy {
    width: 83.0769230769vw;
    margin-bottom: 11.2820512821vw;
  }
  body.home .section-statement {
    margin-top: 0;
    padding-top: calc(123.0769230769vw + 20vw);
  }
  body.home .section-statement .statements .statement-text {
    font-size: 3.8461538462vw;
    line-height: 8.7179487179vw;
    text-align: center;
  }
  body.home .section-statement .statement-catch {
    font-size: 7.6923076923vw;
  }
  body.home .section-statement .divider {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin: 17.9487179487vw auto 16.4102564103vw;
  }
  body.home .section-statement .divider::before, body.home .section-statement .divider::after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
  body.home .section-statement .divider::before {
    left: -3.0769230769vw;
  }
  body.home .section-statement .divider::after {
    right: -3.0769230769vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li {
    margin-bottom: 23.0769230769vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li dl dt {
    margin-bottom: 10.2564102564vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li dl dt .pvmv-title {
    font-size: 6.1538461538vw;
    margin-bottom: 3.0769230769vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li dl dt .pvmv-sub-txt {
    font-size: 3.5897435897vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li dl dd {
    font-size: 5.1282051282vw;
    line-height: 10.2564102564vw;
  }
  body.home .section-statement .pvmv .pvmv-list > li dl dd > ul > li {
    margin-bottom: 7.6923076923vw;
  }
  body.home .section-statement.en .statements .statement-text {
    font-size: 3.5897435897vw;
  }
  body.home .section-movie {
    margin: 6.3rem 0;
  }
  body.home .section-movie .section-inner {
    width: 34.3rem;
    padding: 0rem 0rem;
  }
  body.home .section-movie .movie {
    margin: 4rem auto;
    width: 100%;
  }
  body.home .section-movie .movie video {
    width: 100%;
  }
  body.home .gov {
    border-radius: 0;
  }
  body.home .gov .gov-inner h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  body.home .gov .gov-inner h3 {
    font-size: 18px;
  }
  body.home .gov .gov-inner p {
    font-size: 15px;
  }
  body.home .section-history {
    width: 112.3076923077vw;
    border-radius: 50% 50% 0 0/17.9487179487vw 17.9487179487vw 0 0;
  }
}
@media screen and (min-width: 767.5px) {
  body.home .section-statement {
    margin-top: 0;
    padding-top: calc(58.5333333333vw + 10vw);
  }
  body.home .section-statement .statements .statement-text {
    font-size: max(20px, 1.3333333333vw);
    line-height: max(46px, 3.0666666667vw);
  }
  body.home .section-movie {
    margin-top: 0;
    padding: 11rem 0;
  }
  body.home .section-movie .section-inner {
    width: 112rem;
    padding: 0rem 2rem;
  }
  body.home .section-movie .movie {
    margin: 6rem auto;
    width: 100%;
    max-width: 760px;
  }
  body.home .section-movie .movie video {
    width: 100%;
    max-width: 760px;
  }
}
/*# sourceMappingURL=add-style2024.css.map */
