<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --line-offset-left: var(--padding-wrap);
}
#top h1 {
  max-height: unset !important;
}

#top .logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top #key {
  height: 100vh;
}
#top #key .kv-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(1);
  width: 80vw;
}
#top #key .kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% center;
  object-position: 30% center;
}
#top #key .kv-bg .finish {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
#top #key .kv-bg.active .finish {
  opacity: 1;
}
#top #key .kv-ttl {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  top: 16vw;
  right: 8vw;
  transition: 1s;
  opacity: 0;
  z-index: 4;
}
#top #key .kv-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: 0;
  width: 1px;
  background: currentColor;
  bottom: 0;
}
#top #key .kv-ttl.active {
  opacity: 1;
}
#top .kv-txt {
  padding: 100vh var(--padding-wrap) 15vw;
  position: relative;
  z-index: 2;
  color: #fff;
}
.time-common {
  line-height: 1.6;
  font-weight: 500;
}
.time-common dt {
  position: relative;
}
.time-common dt::before {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
}
#sec1 .set1 {
  position: relative;
}
#sec1 .set1 .box-parallax {
  height: 150vw;
}
#sec1 .set1 .gr-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
#sec1 .set1 .txt-deco {
  position: absolute;
  top: -8vw;
  left: -15vw;
  width: 40vw;
}
#sec1 .set2 {
  margin-top: -56vw;
  position: relative;
  z-index: 2;
  position: relative;
  padding: 0 0 15vw;
}
#sec1 .set2::before {
  content: "";
  position: absolute;
  top: 100vw;
  left: var(--line-offset-left);
  background: #222;
  width: 1px;
  bottom: 0;
}
#sec1 .set2 .gr-ttl {
  color: #fff;
}
#sec1 .set2 .txt-deco {
  line-height: 1.4;
  margin-left: 10vw;
  font-weight: 500;
  position: relative;
}
#sec1 .set2 .txt-deco::before {
  content: "";
  position: absolute;
  bottom: -10vw;
  left: -3vw;
  background: url("../img/scene/sec1_ttl_deco1.png") no-repeat center
    bottom/100%;
  width: 60vw;
  height: 60vw;
}
#sec1 .set2 .txt-deco .bottom {
  display: inline-block;
  margin-left: 20vw;
}
#sec1 .set2 .time {
  margin-top: 8vw;
}
#sec1 .set2 .photo1 {
  margin: 5vw 0 0;
}
#sec1 .set2 .gr-txt {
  margin-top: 5vw;
  position: relative;
  z-index: 1;
  padding: 0 6vw;
}
#sec1 .set2 .gr-txt::before {
  content: "";
  position: absolute;
  bottom: 18vw;
  right: -5vw;
  background: url("../img/scene/sec1_deco1.png") no-repeat center bottom/100%;
  width: 20vw;
  height: 40vw;
  mix-blend-mode: color-burn;
  z-index: -1;
}
#sec1 .set2 .gr-txt::after {
  content: "";
  position: absolute;
  bottom: 18vw;
  right: -5vw;
  background: var(--bg-bd);
  width: 20vw;
  height: 40vw;
  z-index: -2;
}
#sec1 .set2 .photo2 {
  width: 60vw;
  margin: 5vw auto 0;
}
#sec1 .set2 .ttl2 {
  line-height: 1.6;
  position: relative;
  margin-top: 5vw;
}
#sec1 .set2 .ttl2::before {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: -6vw;
  right: 0;
  height: 1px;
  background: currentColor;
}
#sec1 .set2 .btn-shared {
  margin-top: 8vw;
}
#sec2 {
  padding: 0 6vw 15vw;
  position: relative;
}
#sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--line-offset-left);
  background: #222;
  width: 1px;
  bottom: 0;
}
#sec2 .txt-deco {
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}
#sec2 .txt-deco::before {
  content: "";
  position: absolute;
  background: url("../img/scene/sec2_ttl_deco1.png") no-repeat center
    bottom/100%;
  bottom: -6vw;
  left: -2vw;
  width: 75vw;
  height: 30vw;
}
#sec2 .time {
  margin-top: 5vw;
  position: relative;
}
#sec2 .time::before {
  content: "";
  position: absolute;
  top: -20vw;
  right: -14vw;
  background: url("../img/scene/sec2_deco1.png") no-repeat center top/100%;
  width: 20vw;
  height: 40vw;
}
#sec2 .time dt::before {
  left: -6vw;
}
#sec2 .photo {
  margin-top: 5vw;
}
#sec2 .txt {
  margin-top: 5vw;
}
#sec2 .btn-shared {
  margin-top: 5vw;
}
#sec3 .box-parallax {
  height: 80vw;
}
#sec3 .sec3-main {
  padding: 10vw 6vw 15vw;
  position: relative;
}
#sec3 .sec3-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--line-offset-left);
  background: #222;
  width: 1px;
  bottom: 0;
}
#sec3 .sec3-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 30vw;
  background: var(--bg1);
  z-index: -1;
}
#sec3 .sec3-main .gr-ttl {
  position: relative;
}
#sec3 .sec3-main .txt-deco1 {
  width: 40vw;
}
#sec3 .sec3-main .txt-deco2 {
  font-weight: 500;
  position: relative;
  margin: -2vw 0 0 3vw;
  padding-bottom: 8vw;
}
#sec3 .sec3-main .txt-deco2::before {
  content: "";
  background: url("../img/scene/sec3_ttl_deco1.png") no-repeat center
    bottom/100%;
  position: absolute;
  bottom: 0;
  left: -4vw;
  width: 59vw;
  height: 50vw;
}
#sec3 .sec3-main .time dt::before {
  left: -6vw;
}
#sec3 .sec3-main .photo1 {
  margin-top: 5vw;
}
#sec3 .sec3-main .gr-txt {
  margin-top: 5vw;
}
#sec3 .sec3-main .btn-shared {
  margin-top: 5vw;
}
#sec3 .sec3-main .photo2 {
  margin-top: 8vw;
}
#sec4 {
  padding: 15vw 0 15vw;
  background: url("../img/scene/sec4_bg.jpg") no-repeat center top/cover;
  color: #fff;
}
#sec4 .ttl {
  line-height: 1.6;
  text-align: center;
}
#sec4 .txt {
  margin-top: 5vw;
}
#sec4 .btn-shared {
  margin-top: 6vw;
}
#sec5 {
  padding: 20vw 0 0;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
#sec5::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 15vw;
  width: 1px;
  background: #fff;
}
#sec5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: var(--bg1);
  z-index: -1;
}
#sec5 .set1 .ttl1 {
  text-align: center;
  color: #fff;
}
#sec5 .set1 .time {
  color: #fff;
  text-align: center;
  margin-top: 3vw;
}
#sec5 .set1 .time .dots {
  vertical-align: sub;
  display: inline-block;
  position: relative;
}
#sec5 .set1 .time dt::before {
  display: none;
}
#sec5 .set1 .photo1 {
  margin-top: 5vw;
}
#sec5 .set1 .txt {
  margin-top: 5vw;
}
#sec5 .set2 {
  padding: 10vw 0 40vw;
  position: relative;
}
#sec5 .set2::before {
  content: "";
  position: absolute;
  background: url("../img/scene/sec5_deco1.png") no-repeat center bottom/100%;
  bottom: 1vw;
  right: 3vw;
  width: 60vw;
  height: 50vw;
}
#sec5 .set2 .txt {
  margin-top: 5vw;
}
#sec5 .set2 .photo {
  position: relative;
  display: inline-block;
}
#sec5 .set2 .photo::before {
  content: "";
  position: absolute;
  background: url("../img/scene/sec5_deco2.png") no-repeat center bottom/100%;
  left: -17vw;
  bottom: -10vw;
  width: 50vw;
  height: 60vw;
  z-index: 2;
}
#sec6 {
  padding: 15vw 0 15vw;
  position: relative;
  color: #fff;
  margin-bottom: 3vw;
  z-index: 1;
}
#sec6 .sec6-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sec6 .sec6-bg .slick-list,
#sec6 .sec6-bg .slick-track,
#sec6 .sec6-bg .slick-slide,
#sec6 .sec6-bg .slick-slide div,
#sec6 .sec6-bg .item {
  height: 100%;
}
#sec6 .sec6-bg .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec6 .ttl {
  text-align: center;
  line-height: 1.6;
}
#sec6 .map {
  margin-top: 5vw;
}
#sec6 .txt {
  margin-top: 7vw;
}
@media (min-width: 768px) {
  :root {
    --line-offset-left: 50%;
  }
  #top #key {
    height: 100vh;
  }
  #top #key .kv-bg {
    width: 975px;
  }
  #top #key .kv-ttl {
    top: 200px;
    right: calc(50% - 100px);
  }
  #top .kv-txt {
    padding: 100vh var(--padding-wrap) 200px;
    text-align: center;
  }
  .time-common {
    line-height: 1.3;
  }
  .time-common dt::before {
    bottom: 10px;
  }
  #sec1 {
    margin-top: -1px;
  }
  #sec1 .set1 {
    position: relative;
  }
  #sec1 .set1 .box-parallax {
    height: 923px;
  }
  #sec1 .set1 .gr-ttl {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  #sec1 .set1 .txt-deco {
    top: -69px;
    left: -94px;
    width: auto;
  }
  #sec1 .set2 {
    margin-top: -233px;
    padding: 0 30px 10px;
  }
  #sec1 .set2::before {
    top: 300px;
  }
  #sec1 .set2 .gr-ttl {
    color: #fff;
    position: absolute;
    top: -58px;
    z-index: 2;
    left: 0;
  }
  #sec1 .set2 .txt-deco {
    margin-left: 58px;
    padding-bottom: 57px;
  }
  #sec1 .set2 .txt-deco::before {
    bottom: -3px;
    left: -34px;
    width: 333px;
    height: 121px;
  }
  #sec1 .set2 .txt-deco .bottom {
    display: inline-block;
    margin-left: 85px;
  }
  #sec1 .set2 .time {
    margin: 0px 0 0 27px;
  }
  #sec1 .set2 .time dt::before {
    right: 78px;
  }
  #sec1 .set2 .photo1 {
    margin: 0 -148px 0 398px;
    text-align: right;
    height: 450px;
  }
  #sec1 .set2 .photo1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .set2 .gr-txt {
    margin-top: 0;
    padding: 46px 0 0 calc(50% + 60px);
  }
  #sec1 .set2 .gr-txt::before {
    bottom: -6px;
    right: -83px;
    width: 125px;
    height: 192px;
  }
  #sec1 .set2 .gr-txt::after {
    bottom: -6px;
    right: -83px;
    width: 125px;
    height: 192px;
  }
  #sec1 .set2 .photo2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: -159px;
    left: 100px;
  }
  #sec1 .set2 .ttl2 {
    margin-top: 53px;
    display: inline-block;
  }
  #sec1 .set2 .ttl2::before {
    bottom: 10px;
    left: -59px;
  }
  #sec1 .set2 .btn-shared {
    margin-top: 28px;
  }
  #sec2 {
    padding: 152px 30px 178px;
    position: relative;
  }
  #sec2::before {
    top: 0;
  }
  #sec2 .sec2-main {
    padding: 0 0 0 calc(50% + 92px);
    position: relative;
    box-sizing: border-box;
  }
  #sec2 .txt-deco {
    padding-bottom: 36px;
    white-space: nowrap;
  }
  #sec2 .txt-deco::before {
    bottom: 0;
    left: -13px;
    width: 401px;
    height: 46px;
  }
  #sec2 .time {
    margin-top: 4px;
  }
  #sec2 .time::before {
    top: -76px;
    right: -151px;
    width: 122px;
    height: 212px;
  }
  #sec2 .time dt::before {
    left: -91px;
  }
  #sec2 .photo {
    margin-top: 0;
    position: absolute;
    top: -45px;
    left: -152px;
  }
  #sec2 .txt {
    margin-top: 19px;
  }
  #sec2 .btn-shared {
    margin-top: 29px;
  }
  #sec3 .box-parallax {
    height: 600px;
  }
  #sec3 .sec3-main {
    padding: 100px 30px 103px;
  }
  #sec3 .sec3-main::after {
    width: calc(50% - 245px);
    height: 330px;
  }
  #sec3 .sec3-main .gr-ttl {
    position: absolute;
    top: 10px;
    left: 0px;
  }
  #sec3 .sec3-main .txt-deco1 {
    width: auto;
    margin-left: -59px;
  }
  #sec3 .sec3-main .txt-deco2 {
    margin: -19px 0 0 23px;
    padding-bottom: 41px;
  }
  #sec3 .sec3-main .txt-deco2::before {
    left: -23px;
    width: 303px;
    height: 105px;
  }
  #sec3 .sec3-main .time dt::before {
    left: 0;
    right: -30px;
  }
  #sec3 .sec3-main .time dd {
    margin-top: 11px;
  }
  #sec3 .sec3-main .photo1 {
    margin: 0 -148px 0 427px;
    text-align: right;
    height: 500px;
  }
  #sec3 .sec3-main .photo1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec3 .sec3-main .gr-bottom {
    position: relative;
    padding: 16px 0 0 calc(50% + 63px);
  }
  #sec3 .sec3-main .gr-txt {
    margin-top: 20px;
  }
  #sec3 .sec3-main .btn-shared {
    margin-top: 29px;
  }
  #sec3 .sec3-main .photo2 {
    margin-top: 0;
    position: absolute;
    left: -150px;
    bottom: -3px;
  }
  #sec4 {
    padding: 178px 0 195px;
    text-align: center;
  }
  #sec4 .ttl {
    line-height: 1.6;
  }
  #sec4 .txt {
    margin-top: 29px;
  }
  #sec4 .btn-shared {
    margin-top: 41px;
  }
  #sec5 {
    padding: 106px 0 100px;
  }
  #sec5::before {
    height: 80px;
  }
  #sec5::after {
    height: 743px;
  }
  #sec5 .set1 .ttl1 {
    text-align: center;
    color: #fff;
  }
  #sec5 .set1 .time {
    margin-top: 17px;
  }
  #sec5 .set1 .time .dots {
    top: 3px;
  }
  #sec5 .set1 .photo1 {
    margin-top: 47px;
  }
  #sec5 .set1 .txt {
    text-align: center;
    max-width: 640px;
    margin: 34px auto 0;
  }
  #sec5 .set2 {
    padding: 73px 30px 70px;
  }
  #sec5 .set2::before {
    bottom: unset;
    top: 15px;
    right: calc(50% - 673px);
    width: 472px;
    height: 299px;
  }
  #sec5 .set2 .set2-inner {
    display: flex;
    align-items: flex-end;
  }
  #sec5 .set2 .txt {
    margin: 3px 0 2px 72px;
    min-width: 315px;
    max-width: 400px;
  }
  #sec5 .set2 .photo {
    margin-left: -151px;
  }
  #sec5 .set2 .photo::before {
    left: -99px;
    bottom: -183px;
    width: 460px;
    height: 309px;
  }
  #sec6 {
    padding: 179px 30px 205px;
    margin-bottom: 11px;
  }
  #sec6 .sec6-inner {
    padding: 63px 0 0 calc(50% + 55px);
  }
  #sec6 .ttl {
    text-align: left;
  }
  #sec6 .map {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec6 .txt {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec3 .sec3-main .txt-deco1 {
    margin-left: -30px;
  }
  #sec3 .sec3-main .photo2 {
    right: calc(50% + 10px);
  }
  #sec3 .sec3-main .photo2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec5 .set2 .txt {
    margin-left: 30px;
  }
  #sec5 .set2 .photo {
    height: 450px;
    margin-left: -40px;
  }
  #sec5 .set2 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
</pre></body></html>