<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fnt-cormo {
  font-family: "Cormorant Garamond", serif;
}

.key-visual {
  position: relative;
  overflow: hidden;
  margin: 0 8%;
}
.key-visual img {
  width: 250% !important;
  max-width: 250%;
  margin-left: -62%;
}

@media screen and (min-width: 768px) {
  .key-visual {
    position: relative;
    overflow: hidden;
    margin: 0 25px;
    height: 700px;
    background: url(../img/scene/key.jpg) no-repeat center/cover;
  }
  .key-visual img {
    display: none;
  }
}
#sec1 {
  padding: 15vw 0;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/scene/sec1_deco1.png) no-repeat 0 0/100%;
  width: 50%;
  height: 40vw;
  left: 0;
  top: -5vw;
  position: absolute;
}
#sec1 .box-1 {
  position: relative;
  margin-bottom: 25vw;
}
#sec1 .box-1 .ttl {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20vw;
}
#sec1 .box-1 .ttl h2 {
  font-size: 7vw;
  display: flex;
}
#sec1 .box-1 .ttl h2 span {
  display: block;
  height: -moz-max-content;
  height: max-content;
  writing-mode: vertical-rl;
  line-height: 2em;
}
#sec1 .box-1 .ttl .latin-ttl {
  position: absolute;
  right: -5vw;
  top: 0;
  font-size: 3.5vw;
  color: #b2a833;
  writing-mode: vertical-rl;
}
#sec1 .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 0;
  }
  #sec1::before {
    width: 389px;
    height: 153px;
    top: -10px;
  }
  #sec1 .box-1 {
    position: absolute;
    left: calc(50% + 190px);
    margin-right: -250px;
    top: -160px;
    margin-bottom: 0;
  }
  #sec1 .box-1 .ttl {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 42%;
    transform: translateX(-50%);
    bottom: 180px;
  }
  #sec1 .box-1 .ttl h2 {
    font-size: 50px;
    letter-spacing: 12px;
  }
  #sec1 .box-1 .ttl h2 span {
    writing-mode: vertical-rl;
    line-height: 2em;
  }
  #sec1 .box-1 .ttl h2 span small {
    font-size: 40px;
  }
  #sec1 .box-1 .ttl .latin-ttl {
    font-size: 18px;
    right: -20px;
    top: -10px;
  }
  #sec1 .txt {
    margin-bottom: 30px;
    height: 510px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 115px 0 0 200px;
    position: relative;
    z-index: 1;
  }
  #sec1 .photo-2 {
    margin: -300px 0 0 -250px;
  }
}
#sec2 {
  padding: 5vw 0;
  background: url(../img/shared/bg_ft.jpg);
  position: relative;
  z-index: 0;
}
#sec2::before {
  content: "";
  background: url(../img/scene/sec2_deco1.png) no-repeat top right/65%, #121212;
  width: 100%;
  height: 40vw;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
#sec2 h2 {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 10vw;
}
#sec2 .sec2-top .photo-1 {
  margin: 0 -40%;
}
#sec2 .sec2-top .content {
  background: rgba(0, 0, 0, 0.4);
  margin: -20px 5% 30px;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
#sec2 .sec2-top .content h3 {
  margin-bottom: 30px;
}
#sec2 .sec2-top .content h3 span:first-child {
  font-size: 26px;
  padding-right: 10px;
}
#sec2 .sec2-top .content h3 span:last-child {
  font-size: 20px;
  color: #b2a833;
}
#sec2 .sec2-top .content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
#sec2 .sec2-top .row-1 {
  margin-bottom: 50px;
}
#sec2 .sec2-top .row-1 .col-right .sec2-slide {
  margin-bottom: 20px;
}
#sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots {
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
  margin-left: auto;
  margin-top: 10px;
}
#sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots li {
  width: 30px;
  height: 7px;
}
#sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots li button {
  width: 30px;
  height: 7px;
  border-radius: 0;
  border-color: #b2a833;
}
#sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots li.slick-active button {
  background: #b2a833;
}
#sec2 .sec2-top .row-2 {
  margin-bottom: 50px;
}
#sec2 .sec2-top .row-2 .col-left {
  margin-bottom: 20px;
  position: relative;
}
#sec2 .sec2-top .row-2 .col-left::before {
  content: "";
  background: url(../img/scene/sec2_deco2.png) no-repeat 0 0/100%;
  width: 100%;
  height: 45vw;
  left: -6vw;
  top: -35vw;
  position: absolute;
}
#sec2 .sec2-top .row-2 .col-right h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#sec2 .sec2-top .row-2 .col-right .txt {
  margin-bottom: 20px;
}
#sec2 .sec2-bot .photo-3 {
  margin: 0 -40%;
}
#sec2 .sec2-bot .content {
  background: rgba(0, 0, 0, 0.4);
  margin: -20px 5% 30px;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
#sec2 .sec2-bot .content h3 {
  margin-bottom: 30px;
}
#sec2 .sec2-bot .content h3 span {
  display: block;
}
#sec2 .sec2-bot .content h3 span:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  color: #b2a833;
}
#sec2 .sec2-bot .content h3 span:last-child {
  font-size: 26px;
}
#sec2 .sec2-bot .content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
#sec2 .sec2-bot .row-3 {
  margin-bottom: 50px;
}
#sec2 .sec2-bot .row-3 .col-left {
  margin-bottom: 20px;
}
#sec2 .sec2-bot .row-3 .col-right h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#sec2 .sec2-bot .row-3 .col-right .txt {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 70px 0 0;
  }
  #sec2::before {
    background: url(../img/scene/sec2_deco1.png) no-repeat top right/auto, #121212;
    width: 100%;
    height: 270px;
  }
  #sec2 h2 {
    font-size: 50px;
    margin-bottom: 100px;
    letter-spacing: 12px;
  }
  #sec2 .sec2-top {
    position: relative;
  }
  #sec2 .sec2-top::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: calc(50% - 170px);
    height: 1100px;
    right: 0;
    top: 0;
    position: absolute;
  }
  #sec2 .sec2-top .photo-1 {
    margin: 0 0 35px 0;
    height: 500px;
  }
  #sec2 .sec2-top .photo-1 img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec2 .sec2-top .content {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 375px;
    top: 130px;
    left: calc(50% + 220px);
  }
  #sec2 .sec2-top .content h3 {
    margin-bottom: 30px;
  }
  #sec2 .sec2-top .content h3 span:first-child {
    font-size: 40px;
    padding-right: 10px;
  }
  #sec2 .sec2-top .content h3 span:last-child {
    font-size: 18px;
  }
  #sec2 .sec2-top .content h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #sec2 .sec2-top .row-1 {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    max-width: 915px;
    justify-content: space-between;
    margin-left: auto;
  }
  #sec2 .sec2-top .row-1 .col-right {
    order: 2;
    width: 600px;
    margin-right: -100px;
  }
  #sec2 .sec2-top .row-1 .col-right .sec2-slide {
    margin-bottom: 20px;
  }
  #sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots {
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-start;
    margin-left: auto;
    margin-top: 10px;
  }
  #sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots li {
    width: 35px;
    height: 9px;
  }
  #sec2 .sec2-top .row-1 .col-right .sec2-slide .slick-dots li button {
    width: 35px;
    height: 9px;
    border-radius: 0;
  }
  #sec2 .sec2-top .row-1 .col-left {
    order: 1;
    width: 314px;
  }
  #sec2 .sec2-top .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -100px 85px;
    position: relative;
    z-index: 1;
  }
  #sec2 .sec2-top .row-2 .col-left {
    margin-bottom: 0;
  }
  #sec2 .sec2-top .row-2 .col-left::before {
    background: url(../img/scene/sec2_deco2.png) no-repeat 0 0/100%;
    width: 907px;
    height: 384px;
    left: -330px;
    top: -225px;
  }
  #sec2 .sec2-top .row-2 .col-right {
    width: 335px;
  }
  #sec2 .sec2-top .row-2 .col-right h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #sec2 .sec2-top .row-2 .col-right .txt {
    margin-bottom: 20px;
  }
  #sec2 .sec2-bot {
    position: relative;
    padding-bottom: 50px;
  }
  #sec2 .sec2-bot::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: calc(50% - 170px);
    height: 1885px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  #sec2 .sec2-bot .photo-3 {
    margin: 0 0 85px 0;
    height: 500px;
  }
  #sec2 .sec2-bot .photo-3 img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec2 .sec2-bot .content {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 375px;
    top: 70px;
    right: calc(50% + 220px);
  }
  #sec2 .sec2-bot .content h3 {
    margin-bottom: 40px;
  }
  #sec2 .sec2-bot .content h3 span:first-child {
    font-size: 18px;
    margin-bottom: 35px;
  }
  #sec2 .sec2-bot .content h3 span:last-child {
    font-size: 40px;
    letter-spacing: 9px;
  }
  #sec2 .sec2-bot .content h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #sec2 .sec2-bot .row-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -100px 85px;
  }
  #sec2 .sec2-bot .row-3 .col-left {
    margin-bottom: 0;
  }
  #sec2 .sec2-bot .row-3 .col-left::before {
    width: 738px;
    height: 369px;
    left: -200px;
    top: -200px;
  }
  #sec2 .sec2-bot .row-3 .col-right {
    width: 335px;
  }
  #sec2 .sec2-bot .row-3 .col-right h3 {
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 7px;
  }
  #sec2 .sec2-bot .row-3 .col-right .txt {
    margin-bottom: 50px;
  }
}
#sec3 {
  padding: 15vw 0;
  background: url(../img/scene/sec3_bg.jpg) no-repeat center top/200%, url(../img/scene/sec3_pt.jpg);
  background-blend-mode: luminosity;
}
#sec3 h2 {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10vw;
}
#sec3 h2 span {
  display: block;
}
#sec3 h2 span:first-child {
  writing-mode: vertical-rl;
  font-size: 6vw;
  color: #000;
  line-height: 50px;
}
#sec3 h2 span:last-child {
  font-size: 3vw;
  color: #b2a833;
  margin-left: 10vw;
}
#sec3 .row {
  margin-bottom: 30px;
}
#sec3 .row .col-left {
  margin-bottom: 20px;
  background: url(../img/shared/bg_ft.jpg);
  padding: 30px 10%;
  margin: 0 -5.5% 30px;
}
#sec3 .row .col-left .txt {
  margin-bottom: 20px;
}
#sec3 .group-btn .btn-h a {
  margin-bottom: 15px;
  color: #000;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 160px 0 120px;
    background: url(../img/scene/sec3_bg.jpg) no-repeat center top -100px/100%, url(../img/scene/sec3_pt.jpg);
    position: relative;
  }
  #sec3::before {
    content: "";
    background: url(../img/shared/bg_ft.jpg) repeat 0 0/auto;
    width: 50%;
    height: 680px;
    top: 300px;
    left: 0;
    position: absolute;
  }
  #sec3 h2 {
    margin-left: auto;
    margin-right: 155px;
    margin-bottom: 25px;
  }
  #sec3 h2 span {
    display: block;
  }
  #sec3 h2 span:first-child {
    font-size: 40px;
    letter-spacing: 12px;
    margin-bottom: 10px;
    line-height: 70px;
  }
  #sec3 h2 span:last-child {
    font-size: 18px;
    margin-left: 52px;
  }
  #sec3 .row {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
  }
  #sec3 .row .col-left {
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 335px;
  }
  #sec3 .row .col-left .txt {
    margin-bottom: 80px;
  }
  #sec3 .row .col-right {
    margin-right: -200px;
    margin-top: 125px;
  }
  #sec3 .group-btn {
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
  }
  #sec3 .group-btn .btn-h a {
    margin-bottom: 15px;
    color: #000;
  }
  #sec3 .group-btn .btn-h a:hover {
    color: #b2a833;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .txt {
    padding: 115px 0 0 125px;
  }
  #sec1 .box-1 {
    margin-right: -125px;
    top: -100px;
  }
  #sec1 .box-1 {
    left: calc(50% + 150px);
  }
  #sec1 .box-1 .ttl {
    bottom: 120px;
  }
  #sec1 .box-1 .ttl h2 {
    font-size: 45px;
  }
  #sec1 .photo-2 {
    margin: -225px 0 0 -150px;
  }
  #sec2 .sec2-top .content {
    left: calc(50% + 100px);
  }
  #sec2 .sec2-top::before {
    width: calc(50% - 25px);
  }
  #sec2 .sec2-top .row-1 .col-right {
    margin-right: -20px;
  }
  #sec2 .sec2-top .row-2 {
    margin: 0 0 85px;
  }
  #sec2 .sec2-top .row-2 .col-left {
    width: 620px;
  }
  #sec2 .sec2-bot::before {
    width: calc(50% - 20px);
    height: 1600px;
  }
  #sec2 .sec2-bot .content {
    right: calc(50% + 100px);
  }
  #sec2 .sec2-bot .row-3 {
    margin: 0 0 85px;
  }
  #sec2 .sec2-bot .row-3 .col-left {
    width: 620px;
  }
}/*# sourceMappingURL=scene.css.map */</pre></body></html>