@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
@media (max-width: 768px) {
  header {
    position: static;
  }
}
header .header_wrap {
  z-index: 9;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url(../images/top/head_gra.png);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 9;
}
@media (max-width: 768px) {
  header::before {
    display: none;
  }
}
header .h_logo {
  color: #fff;
}
header .h_logo a img:not(.inc_top) {
  display: none;
}
@media (max-width: 768px) {
  header .h_logo a img:not(.inc_top) {
    display: block;
  }
}
@media (max-width: 768px) {
  header .h_logo a img.inc_top {
    display: none !important;
  }
}
header .btns a.second-req {
  color: #fff;
}
header .yokoku {
  margin-left: 56px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  header .yokoku {
    margin-left: 0;
    margin-top: 10px;
    color: #3e3d3c;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    color: #3e3d3c;
  }
}
header .yokoku .box {
  font-size: 2rem;
  line-height: 1;
  padding: 4px 4px 3px;
  border: 0.5px solid #fff;
}
@media (max-width: 768px) {
  header .yokoku .box {
    font-size: 1.3rem;
    border: 0.5px solid #3e3d3c;
    width: 100%;
    text-align: center;
  }
}
header .yokoku p:not(.box) {
  font-size: 1.2rem;
  line-height: 1.16;
}
@media (max-width: 768px) {
  header .yokoku p:not(.box) {
    font-size: 1.1rem;
    line-height: 1.18;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
header .pankuzu {
  color: #fff;
}
header .pankuzu .arrow {
  border-color: #fff;
}
header .pankuzu .arrow-top {
  display: none;
}

#float_wrap {
  position: sticky;
  left: calc(100% - 403px);
  top: calc(100% - 125px);
  width: 375px;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#float_wrap.float_wrap_bottom {
  top: calc(100% - 310px);
}
#float_wrap.close a {
  display: none !important;
}
#float_wrap.close #float_close {
  display: none !important;
}
#float_wrap #float_close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
}
@media (hover: hover) {
  #float_wrap #float_close:hover {
    cursor: pointer;
  }
}

.main {
  width: 100%;
  margin-top: -57px;
}
.main.close {
  margin-top: 0;
}
@media (max-width: 768px) {
  .main {
    margin-top: 0;
  }
}
.main .movie_wrap {
  width: 100%;
}
.main .movie_wrap video {
  width: 100%;
}

/* .main {
  width: 100%;
  margin-top: -57px;
  opacity: 0;
  animation: mv 1s ease-out 0.5s forwards;
  @include tab {
    margin-top: 0;
  }
  &.close {
    margin-top: 0;
  }
  img {
    &.txt {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translateY(20px);
      animation: mvTxt 1s ease-out 1.5s forwards;
    }
  }
}
@keyframes mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvTxt {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */
.sec01 {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 58px 0 0;
  }
}
.sec01 .sec01-1 {
  width: 50%;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .sec01 .sec01-1 {
    width: 292px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec01 .sec01-1 {
    padding-bottom: 50px;
  }
}
.sec01 .sec01-2 {
  width: 90%;
  max-width: 1036px;
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .sec01 .sec01-2 {
    width: 292px;
  }
}
@media (max-width: 768px) {
  .sec01 .sec01-2 {
    margin-top: 40px;
  }
}
.sec01 .sec01-2 + .entryBtn {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .sec01 .sec01-2 + .entryBtn {
    margin-bottom: 40px;
  }
}
.sec01 .entryBtn {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .sec01 .entryBtn {
    margin-top: 80px;
  }
}
.sec01 .entryBtn_wrap .entryBtn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec01 .entryBtn_wrap .entryBtn {
    margin-top: 0;
  }
}
.sec01 .entryBtn_wrap p {
  margin-top: 12px;
  text-align: center;
}
.sec01 .emb_wrap_250901 {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sec01 .emb_wrap_250901 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.sec01 .emb_wrap_250901 .pic {
  width: 248px;
  margin: 0 auto;
}
.sec01 .emb_wrap_250901 .cap {
  font-size: 1.3rem;
  margin-top: 20px;
}

.sec02 {
  background: url(../images/top/top05.svg), #bba97a;
  background-size: 100%, contain;
  background-repeat: repeat-y, repeat;
  background-position: top center, center;
  padding: 140px 0 150px;
}
@media (max-width: 768px) {
  .sec02 {
    background: url(../images/top/top05_sp.svg), #bba97a;
    padding: 70px 0 75px;
  }
}
.sec02 .copy {
  width: 514px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1121px) {
  .sec02 .copy {
    width: 45.85%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .sec02 .copy {
    width: 257px;
  }
}
.sec02 .logo {
  width: 216px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1121px) {
  .sec02 .logo {
    width: 19.27%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .sec02 .logo {
    width: 216px;
  }
}
.sec02 p {
  font-size: 1.9rem;
  line-height: 2.7;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .sec02 p {
    font-size: 1.6rem;
  }
}

.sec03 {
  width: 100%;
}
.sec03 .pic {
  width: 100%;
}

.info_wrap {
  width: 72%;
  max-width: 924px;
  margin: 75px auto;
}
@media (max-width: 1121px) {
  .info_wrap {
    width: 88%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .info_wrap {
    margin: 40px auto 60px;
  }
}
.info_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .info_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.info_wrap dt {
  width: 266px;
  color: #bba97a;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .info_wrap dt {
    width: 100%;
    font-size: 2.1rem;
  }
}
.info_wrap dd {
  width: calc(100% - 266px);
}
@media (max-width: 768px) {
  .info_wrap dd {
    width: 100%;
    font-size: 1.3rem;
  }
}
.info_wrap dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 42px;
}
@media (max-width: 1121px) {
  .info_wrap dd p {
    gap: 0 18px;
  }
}
.info_wrap dd p:last-child {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #3e3d3c;
}
@media (max-width: 768px) {
  .info_wrap dd p:last-child {
    padding-bottom: 8px;
  }
}
.info_wrap dd p span {
  display: inline-block;
}
.info_wrap dd p span.date {
  width: 66px;
}
@media (max-width: 768px) {
  .info_wrap dd p span.date {
    width: 54px;
  }
}
.info_wrap dd p span.txt {
  width: calc(100% - 66px);
}
@media (max-width: 768px) {
  .info_wrap dd p span.txt {
    width: calc(100% - 54px);
  }
}

.entry {
  text-align: center;
  background: #f3f4f6;
}
.entry dt {
  font-size: 2.8rem;
  font-weight: 400;
  padding: 60px 0 30px;
}
.entry dt span {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .entry dt span {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .entry dt {
    font-size: 1.5rem;
    padding: 40px 0 22px;
  }
}
.entry dd:not(.pic_wrap) {
  line-height: 1.75;
  font-size: 1.8rem;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .entry dd:not(.pic_wrap) {
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .entry dd:not(.pic_wrap) {
    font-size: 1.4rem;
  }
}
.entry dd.pic_price {
  width: 89%;
  max-width: 925px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .entry dd.pic_price {
    max-width: 550px;
    padding-bottom: 22px;
  }
}
.entry dd.pic_wrap {
  max-width: 548px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .entry dd.pic_wrap {
    padding-bottom: 30px;
  }
}
.entry dd.pic_wrap .pic {
  width: 48%;
}
.entry dd.pic_wrap .pic p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .entry dd.pic_wrap .pic p {
    font-size: 1.4rem;
  }
}
.entry dd.pic_wrap .pic .cap {
  color: #fff;
}

.entryBtn_wrap {
  background: #f3f4f6;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .entryBtn_wrap {
    padding-bottom: 40px;
  }
}
.entryBtn_wrap a + a {
  margin-top: 16px;
}

.banner_wrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .banner_wrap {
    margin-top: 40px;
  }
}
.banner_wrap .banner {
  width: 89%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner_wrap .banner {
    width: 100%;
  }
}

footer.inner-cont {
  margin-top: 100px;
}
@media (max-width: 768px) {
  footer.inner-cont {
    margin-top: 40px;
  }
}

.shortMV_wrap {
  background: #f1eee4;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .shortMV_wrap {
    padding: 50px 0 60px;
  }
}
.shortMV_wrap p {
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .shortMV_wrap p {
    font-size: 1.6rem;
  }
}
.shortMV_wrap .shortMV {
  width: 640px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .shortMV_wrap .shortMV {
    width: 90%;
  }
}
.shortMV_wrap .shortMV a {
  width: 100%;
}
.shortMV_wrap .shortMV #play {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .shortMV_wrap .shortMV #play {
    width: 80px;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}
.lity .lity-close {
  width: 80px;
  height: 80px;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .lity .lity-close {
    font-size: 4rem;
  }
}/*# sourceMappingURL=top.css.map */