@charset "UTF-8";
/* Scss Document */
@media screen and (max-width: 767px) {
  main {
    background: url("../img/index/key-bg_sp.jpg") no-repeat center top/100% auto;
  }
}
@media screen and (min-width: 768px) {
  main {
    background: url("../img/index/key-bg.jpg") no-repeat center top;
  }
}
@media screen and (min-width: 1501px) {
  main {
    background-size: 100% auto;
  }
}

#key {
  background: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  #key {
    text-align: center;
    overflow: hidden;
    padding: 16vw 5.3vw 0;
  }
  #key h2 {
    width: 25.6vw;
    height: 64vw;
    font-size: 6.4vw;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: left;
    margin: 0 auto;
  }
  #key .kvSlider {
    margin: 0 -13vw;
  }
}
@media screen and (min-width: 768px) {
  #key {
    text-align: center;
    padding: 182px 0 0;
  }
  #key h2 {
    font-size: 33px;
    line-height: 66px;
    letter-spacing: 0.2em;
    padding-bottom: 45px;
  }
  #key .kvSlider {
    width: 800px;
    margin: 0 auto;
  }
}

#rss {
  position: relative;
  text-align: center;
}
#rss h2 {
  font-weight: 500;
  font-size: 7.73vw;
  line-height: 1.02;
  letter-spacing: 0.52em;
  text-align: center;
}
#rss .feed figure a {
  display: block;
  position: relative;
}
#rss .feed figure a span {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#rss .feed figure a span:hover {
  opacity: 0.8;
}
#rss .feed .ttl{
  line-height: 2;
}
#rss .feed .date {
  color: #9c9a95;
  text-decoration: underline;
  text-underline-offset: 7px;
}
#rss .more{
  margin: 8vw 24% 0px;
}
#rss .more a{
  font-size: 15px;
  padding: 3.5px 0px;
}
@media screen and (max-width: 767px) {
  #rss {
    padding: 4vw 0 35vw;
  }

  #rss .feed {
    padding-top: 10vw;
  }
  #rss .feed .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 20.8vw;
    position: relative;
    padding-left: 40vw;
  }
  #rss .feed .col + .col {
    margin-top: 5vw;
  }
  #rss .feed figure {
    width: 33.2vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #rss .feed figure a {
    padding-top: 20.8vw;
  }
  #rss .feed .ttl {
    font-size: 14px;
  }
  #rss .feed .date {
    width: max-content;
    font-size: 11px;
    line-height: 14px;
    margin-left: auto;
  }
  #rss .more a i{
    width: 15px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  #rss {
    padding-bottom: 230px;
  }
  #rss h2 {
    font-size: 40px;
  }
  #rss .feed {
    display: flex;
    justify-content: center;
    gap: 115px;
    margin: 0 -20px;
    padding-top: 70px;
  }
  #rss .feed .col {
    width: 270px;
  }
  #rss .feed figure a {
    padding-top: 168px;
  }
  #rss .feed .ttl {
    font-size: 19px;
    margin-top: 19px;
  }
  #rss .feed .date {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
  }
  #rss .more{
    width: 189px;
    margin: 48px auto 0px;

  }
  #rss .more a{
    font-size: 16px;
  }
}

#sec1 {
  color: #fff;
  position: relative;
}
#sec1 .sec1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec1 .sec1-bg .img {
  background: url("../img/index/sec1-bg-img_sp.jpg") no-repeat center top/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
#sec1 .sec1-bg .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s ease-in-out;
  opacity: 0;
}
#sec1.cover .sec1-bg .img:after {
  opacity: 0.62;
}
#sec1 .scroll-item {
  transition: 1.5s cubic-bezier(0.53, -0.01, 0.39, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
#sec1 .scroll-item.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 50vh 0 32vw;
    margin-right: 1px;
  }
  #sec1 h2 {
    width: 25.6vw;
    height: 75vw;
    font-size: 6.4vw;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-left: auto;
  }
  #sec1 h2 span {
    padding-top: 23.4vw;
  }
  #sec1 .txt {
    text-align: justify;
    padding: 28vw 0 0 14vw;
  }
  #sec1 .txt br {
    display: none;
  }
  #sec1 .photo-1 {
    width: 59.6vw;
    padding: 8vw 0 0 4.5vw;
  }
  #sec1 .photo-2 {
    width: 78.6vw;
    margin-left: auto;
    padding-top: 28vw;
    position: relative;
    left: 5.3vw;
  }
  #sec1 .photo-3 {
    width: 41.2vw;
    padding: 36vw 0 0 3.2vw;
  }
  #sec1 .photo-4 {
    width: 56vw;
    margin-left: auto;
    padding: 18.8vw 4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 50vh 0 220px;
  }
  #sec1 h2 {
    width: 132px;
    height: 400px;
    font-size: 33px;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 194px 0 0 173px;
  }
  #sec1 h2 span {
    padding-top: 120px;
  }
  #sec1 .txt {
    width: 526px;
    line-height: 46px;
    margin-left: auto;
    padding-top: 114px;
  }
  #sec1 .photo-1 {
    width: 416px;
    margin: -108px auto 0;
    padding-left: 180px;
  }
  #sec1 .photo-2 {
    width: 568px;
    margin: -176px 0 0 -150px;
  }
  #sec1 .photo-3 {
    width: 333px;
    position: absolute;
    bottom: 258px;
    right: 0;
  }
  #sec1 .photo-4 {
    width: 462px;
    padding: 135px 0 0 170px;
  }
#sec1 .sec1-bg .img {
  background: url("../img/index/sec1-bg-img.jpg") no-repeat center top/cover;
  }
}
@media screen and (min-width: 1241px) {
  #sec1 .wrap {
    width: 1200px;
  }
  #sec1 h2 {
    padding-left: 173px;
  }
  #sec1 .photo-1 {
    padding-left: 180px;
  }
  #sec1 .photo-2 {
    margin-left: -150px;
  }
  #sec1 .photo-4 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1351px) {
  #sec1 .photo-3 {
    right: -75px;
  }
}

#sec2 {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec2 {
    height: 100vh;
  }
  #sec2 .wrap {
    padding: 0;
  }
  #sec2 h2 {
    font-weight: 500;
    font-size: 5.6vw;
    letter-spacing: 0.52em;
    line-height: 1;
  }
  #sec2 h3 {
    font-weight: 400;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    height: 900px;
  }
  #sec2 h2 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.52em;
    line-height: 42px;
  }
  #sec2 h3 {
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 0.2em;
    line-height: 2;
    padding-top: 27px;
  }
}

#sec3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec3{
    padding-bottom: 80vh;
  }
  #sec3 h2 {
    font-weight: 500;
    font-size: 3.5vw;
    letter-spacing: 0.39em;
    line-height: 2;
    color: #fff;
  }
  #sec3 h2 .txt-latin {
    letter-spacing: inherit;
  }
  #sec3 h3 {
    font-weight: 400;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
  }
  #sec3 .box-1 {
    position: relative;
  }
  #sec3 .box-1 figure {
    width: 100%;
    height: 114.6vw;
  }
  #sec3 .box-1 figure img{
      object-position: 66% center;
}
  #sec3 .box-2 {
    padding: 13vw 5.3vw 0;
  }
  #sec3 .box-2 figure {
    width: 72.6vw;
  }
  #sec3 .box-2 .txt {
    text-align: justify;
    padding-top: 12vw;
  }
  #sec3 .box-2 .txt br {
    display: none;
  }
  #sec3 .row-1 {
    padding-bottom: 30vw;
  }
  #sec3 .row-1 .box-1 h2 {
    position: absolute;
    bottom: 5vw;
    left: 0;
  }
  #sec3 .row-1 .box-1 h3 {
    position: absolute;
    top: 32vw;
    left: 4.8vw;
  }
  #sec3 .row-2 .box-1 h2 {
    position: absolute;
    top: 5vw;
    left: 0;
  }
  #sec3 .row-2 .box-1 h3 {
    position: absolute;
    bottom: 32vw;
    right: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #sec3{
    padding-bottom: 400px;
  }
  #sec3 h2 {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.39em;
    line-height: 42px;
    color: #fff;
  }
  #sec3 h2 .txt-latin {
    letter-spacing: inherit;
  }
  #sec3 h3 {
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
  }
  #sec3 .box-1 {
    max-width: 89%;
    min-width: 1340px;
    margin: 0 auto;
    position: relative;
  }
  #sec3 .row-1 {
    padding-bottom: 135px;
  }
  #sec3 .row-1 h2 {
    position: absolute;
    bottom: 41px;
    left: 33px;
  }
  #sec3 .row-1 h3 {
    position: absolute;
    top: 174px;
    left: 146px;
  }
  #sec3 .row-1 .box-2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
  }
  #sec3 .row-1 .box-2 figure {
    width: calc(100% - 698px);
    max-width: 502px;
    height: 300px;
    margin-left: 36px;
  }
  #sec3 .row-1 .box-2 .txt {
    width: 536px;
    padding-top: 10px;
    letter-spacing: 0.05em;
  }
  #sec3 .row-2 h2 {
    position: absolute;
    top: 52px;
    left: 34px;
  }
  #sec3 .row-2 h3 {
    position: absolute;
    bottom: 180px;
    right: 100px;
  }
  #sec3 .row-2 .box-2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 112px;
  }
  #sec3 .row-2 .box-2 figure {
    width: calc(100% - 698px);
    max-width: 502px;
    height: 300px;
    margin-right: 34px;
  }
  #sec3 .row-2 .box-2 .txt {
    width: 543px;
    letter-spacing: 0.05em;
    margin: 10px 0px 0px 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec3 .box-1 {
    max-width: 100%;
    min-width: 1000px;
  }
  #sec3 .img-object{
    width: 89%;
    max-width: 1340px;
    margin: 0 auto;
  }
  #sec3 .row-1 h2 {
        left: 6.2%;
    }
  #sec3 .row-2 h2 {
        right: 6.2%;
    }
}
#sec4 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec4{
  padding-top: 6vh;
  }
  #sec4 h2 {
           width: 18.6vw;
        height: 87vw;
    font-weight: 400;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    line-height: 2;
    margin: 0 auto;
  }
  #sec4 .note {
    position: absolute;
    top: 75vw;
    left: 0;
  }
  #sec4 .photo-1 {
    width: 34.6vw;
    margin: 0 auto;
  }
  #sec4 h3,
  #sec4 h4 {
    font-weight: 400;
    font-size: 5.3vw;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  #sec4 .price {
    font-weight: 400;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.13em;
  }
  #sec4 .price span {
    font-size: 5vw;
  }
  #sec4 .txt {
    text-align: justify;
  }
  #sec4 .txt br {
    display: none;
  }
  #sec4 .box-1 {
    padding-top: 50vw;
  }
  #sec4 .box-1 figure {
    width: 100%;
    margin-left: -15vw;
  }
  #sec4 .box-1 .txt {
    margin-left: 20%;
    padding-top: 10vw;
  }
  #sec4 .box-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10vw 0;
    padding: 16vw 6vw 32vw 0;
  }
  #sec4 .box-2 figure {
    width: 100%;
    text-align: right;
    order: 1;
  }
  #sec4 .box-2 figure img {
    width: 50vw;
  }
  #sec4 .box-2 h3 {
    width: 21.2vw;
    height: 65vw;
    text-align: right;
    order: 3;
  }
  #sec4 .box-2 .txt {
    width: 55vw;
    order: 2;
    line-height: 26px;
  }
  #sec4 .box-2 .txt br.sp {
    display: block;
  }
  #sec4 .box-3 h3 {
    text-align: center;
    padding: 24vw 0;
  }
  #sec4 .box-3 .slider {
            padding: 0 4vw;
        margin: 0 auto;
  }
  #sec4 .box-3 .slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    position: relative;
    padding-top: 12vw;
  }
  #sec4 .box-3 .slider .slick-dots li {
    display: block;
  }
  #sec4 .box-3 .slider .slick-dots button {
    width: auto;
    height: auto;
    text-align: right;
    font-size: inherit;
    line-height: inherit;
    border-width: 0 0 1px 0;
    border-bottom-color: transparent;
    border-radius: 0px;
    color: #cecbc4;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.09em;
  }
  #sec4 .box-3 .slider .slick-dots button:before {
    content: "0";
  }
  #sec4 .box-3 .slider .slick-dots .slick-active button {
    color: #2d2d2d;
    border-bottom-color: #2d2d2d;
    background: transparent;
  }
  #sec4 .box-3 .slider .slick-arrow {
    width: 12vw;
    height: 2vw;
    border-radius: 0;
    position: absolute;
    top: auto;
    bottom: 12px;
  }
  #sec4 .box-3 .slider .slick-prev {
    background: url("../img/index/slider-prev.png") no-repeat center top;
    left: 0;
  }
  #sec4 .box-3 .slider .slick-next {
    background: url("../img/index/slider-next.png") no-repeat center top;
    right: 0;
    transform: inherit;
  }
  #sec4 .box-3 .slider .slide h4 {
    padding-top: 6vw;
    font-size: 4.8vw;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  #sec4 .box-3 .slider .slide .txt {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 70px 0 20px;
  }
  #sec4 h2 {
    width: 132px;
    height: 430px;
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin: 0 auto;
  }
  #sec4 .note {
    position: absolute;
    top: 475px;
    left: 0;
  }
  #sec4 h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.2em;
  }
  #sec4 .price {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.2em;
  }
  #sec4 .price span {
    font-size: 23px;
  }
  #sec4 .photo-1 {
    width: 240px;
    margin: 0 auto;
    padding-bottom: 195px;
  }
  #sec4 .box-1 {
    position: relative;
    padding-left: 450px;
  }
  #sec4 .box-1 figure {
    width: 710px;
    position: absolute;
    top: 0;
    left: -200px;
  }
  #sec4 .box-1 .txt {
    width: 480px;
    margin-left: auto;
    padding-top: 60px;
    letter-spacing: 0.05em;
  }
  #sec4 .box-2 {
    position: relative;
    padding-bottom: 168px;
  }
  #sec4 .box-2 figure {
    position: absolute;
    top: 220px;
    right: 0;
  }
  #sec4 .box-2 h3 {
    width: 132px;
    height: 300px;
    text-align: right;
    margin: 0 auto;
    padding: 50px 0 0 150px;
  }
  #sec4 .box-2 .txt {
    width: 475px;
    letter-spacing: 0.04em;
    padding: 25px 0 0 167px;
  }
  #sec4 .box-3 .photo {
    width: 842px;
    position: absolute;
    left: -280px;
  }
  #sec4 .box-3 h3 {
    width: 410px;
    font-size: 33px;
    line-height: 66px;
    margin-left: auto;
    padding: 150px 0 150px;
  }
  #sec4 .slider {
    width: 1000px;
    margin: 0 auto;
  }
  #sec4 .slider .slick-dots {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 265px;
    left: -30px;
  }
  #sec4 .slider .slick-dots li {
    display: block;
  }
  #sec4 .slider .slick-dots li + li button {
    padding-top: 18px;
  }
  #sec4 .slider .slick-dots button {
    width: 56px;
    height: auto;
    text-align: right;
    font-size: inherit;
    line-height: inherit;
    border-width: 0 0 1px 0;
    border-bottom-color: transparent;
    border-radius: 0px;
    color: #cecbc4;
    font-weight: 500;
    padding: 0 4px 8px;
  }
  #sec4 .slider .slick-dots button:before {
    content: "0";
  }
  #sec4 .slider .slick-dots button:hover button,
  #sec4 .slider .slick-dots .slick-active button {
    color: #2d2d2d;
    border-bottom-color: #2d2d2d;
    background: transparent;
  }
  #sec4 .slider .slick-arrow {
    width: 36px;
    height: 6px;
    border-radius: 0;
    position: absolute;
    top: auto;
    bottom: 19px;
  }
  #sec4 .slider .slick-prev {
    background: url("../img/index/slider-prev.png") no-repeat center top;
    left: 226px;
    height: 7px;
  }
  #sec4 .slider .slick-next {
    background: url("../img/index/slider-next.png") no-repeat center top;
    right: auto;
    left: 300px;
    transform: inherit;
  }
  #sec4 .slider .slide {
    display: flex !important;
    flex-direction: row-reverse;
  }
  #sec4 .slider .slide figure {
    width: 458px;
            margin-right: -80px;
  }
  #sec4 .slider .slide .col {
    width: 430px;
    padding: 190px 80px 50px 0;
  }
  #sec4 .slider .slide h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.07em;
  }
  #sec4 .slider .slide .txt {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1241px) {
  #sec4 .wrap {
    width: 1200px;
  }
  #sec4 .note {
    left: 24px;
  }
  #sec4 .box-1 {
    padding-left: 600px;
  }
  #sec4 .box-1 figure {
    left: -105px;
  }
  #sec4 .box-2 figure {
    right: 73px;
  }
  #sec4 .box-2 .txt {
    padding-left: 267px;
  }
  #sec4 .box-3 .photo {
    left: -150px;
  }
}

#sec5 {
  margin-top: 30vw;
}
#sec5 h2 {
  font-size: 6.4vw;
  letter-spacing: 0.2em;
  line-height: 2;
}
#sec5 .txt {
  margin-top: 6vw;
}
#sec5 .inner {
  margin-top: 10vw;
}
#sec5 .price {
  line-height: 1.875;
  margin-top: 4vw;
}
#sec5 .price dt {
  font-size: 5.33vw;
  letter-spacing: 0.2em;
}
#sec5 .price dd {
  font-size: 5.06vw;
}
#sec5 .sec5-btn {
  margin: 10vw auto 0px;
}
@media screen and (max-width: 767px) {
  #sec5 .price {
    height: auto !important;
  }
  #sec5 .col-left .price {
    text-align: left;
  }
  #sec5 .col-right {
    margin-top: 10vw;
  }
  #sec5 .col-right .price {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin-top: 165px;
  }
  #sec5 .wrap {
    width: auto;
    max-width: 1270px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #sec5 .col-txt {
            margin-left: 60px;
        width: 940px;
  }
  #sec5 h2 {
    font-size: 33px;
  }
  #sec5 .txt {
    margin-top: 64px;
    letter-spacing: 0.075em;
  }
  #sec5 .inner {
    margin-top: 124px;
    column-gap: 90px;
  }
  #sec5 .inner [class^=col-] {
    width: 590px;
  }
  #sec5 .sec5-img {
    height: 394px;
  }
  #sec5 .price {
    margin-top: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sec5 .price dt {
    font-size: 24px;
  }
  #sec5 .price dd {
    margin-top: 5px;
    font-size: 23px;
  }
  #sec5 .price dd small {
    font-size: 19px;
  }
  #sec5 .sec5-btn {
    margin-top: 144px;
    max-width: 850px;
  }
}

#sec6 {
  margin-top: 35vw;
}
#sec6 .col-txt {
  margin-top: 10vw;
}
#sec6 h2 {
  line-height: 1.96;
  letter-spacing: 0.2em;
  font-size: 6.4vw;
}
#sec6 .txt {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    margin-top: 180px;
  }
  #sec6 .wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #sec6 .col-txt {
    padding: 73px 0px 70px;
    margin: 0px 0px 0px 64px;
    width: 370px;
  }
  #sec6 h2 {
    font-size: 28px;
  }
  #sec6 .txt {
    width: 344px;
    margin-top: 39px;
    letter-spacing: 0.05em;
  }
  #sec6 .sec6-img1 {
    margin-left: -135px;
    width: 135px;
  }
  #sec6 .sec6-img2 {
    width: 647px;
    margin: 0px -135px 0px 54px;
  }
}

@media screen and (min-width: 1501px) {
  #sec6 .sec6-img2 {
        margin: 0px -155px 0px 74px;
    }
  #sec6 .sec6-img1 {
        margin-left: -155px;
    }
  #sec6 .col-txt {
              margin: 0px 0px 0px 74px;
  }
}



#sec7 {
  padding-top: 48vw;
}
#sec7 h2 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.2em;
  width: 31vw;
  margin: 0 auto;
}
#sec7 h2 span {
  display: block;
  white-space: nowrap;
}
#sec7 h2 span + span {
  margin-top: 24vw;
}
#sec7 h2 span + span + span {
  margin-top: 40vw;
}
#sec7 .sec7-img1 {
  margin: 12vw -15% 0px;
}
#sec7 .inner2 {
  margin-top: 15vw;
}
#sec7 .inner2 .txt {
  margin-top: 10vw;
}
#sec7 .sec7-img2 {
  margin: 0px 28% 0px 0px;
}
#sec7 .sec7-btn {
  margin: 10vw auto 0px;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-top: 252px;
  }
  #sec7 .sec7-ttl {
    width: 440px;
  }
  #sec7 h2 {
    font-size: 33px;
    padding: 105px 0px 105px;
    width:144px;
  }
  #sec7 h2 span + span {
    margin-top: 120px;
  }
  #sec7 h2 span + span + span {
    margin-top: 198px;
  }
  #sec7 .sec7-img1 {
    width: calc(100% - 440px);
    margin: 0px 0px 0px;
    height: 680px;
  }
  #sec7 .inner2 {
    margin-top: 84px;
  }
  #sec7 .inner2 .txt {
    margin: 26px 8px 0px 0px;
    height: 345px;
  }
  #sec7 .sec7-img2 {
    margin: 0px 0px 0px 4px;
  }
  #sec7 .sec7-btn {
    margin-top: 135px;
    max-width: 850px;
  }
}

@media screen and (min-width: 1501px) {
    #sec7 .inner1 {
        max-width: 89%;
    margin: 0 auto;
              min-width: 1500px;
  }
}

#sec8 {
  padding-top: 40vw;
}
#sec8 .sec8-time {
  font-size: 4.66vw;
}
#sec8 .sec8-time dt {
  letter-spacing: 0.09em;
  line-height: 1.75;
  border-bottom: 1px solid #d6d4cf;
  width: fit-content;
  padding-bottom: 2vw;
}
#sec8 .sec8-time dd {
  letter-spacing: 0.2em;
  line-height: 1.875;
  margin-top: 3vw;
}
#sec8 .inner {
  margin-top: 10vw;
}
#sec8 .sec8-img1 {
  margin: 0px 24% 0px 0px;
}
#sec8 .sec8-img2 {
  margin: 8vw 0px 0px 33%;
}
#sec8 .col-txt {
  margin-top: 10vw;
}
#sec8 .txt li + li {
  margin-top: 6vw;
}
#sec8 .sec8-btn1 {
  margin: 10vw 12% 0px;
}
#sec8 .sec8-btn1 .hvr-U-to-center {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
}
#sec8 .sec8-btn2 {
  margin: 12vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding-top: 230px;
  }
  #sec8 .sec8-time {
    font-size: 24px;
    width: 586px;
    margin: 0px 0px 0px auto;
  }
  #sec8 .sec8-time dt {
    padding-bottom: 8px;
  }
  #sec8 .sec8-time dd {
    margin-top: 18px;
  }
  #sec8 .inner {
    margin-top: 60px;
  }
  #sec8 .col-img {
    width: 414px;
  }
  #sec8 .sec8-img1 {
    margin: 0px 0px 0px -250px;
  }
  #sec8 .sec8-img2 {
    margin: 109px -34px 0px 8px;
  }
  #sec8 .col-txt {
    width: 586px;
    margin-top: 9px;
  }
  #sec8 .txt {
    letter-spacing: 0.05em;
  }
  #sec8 .txt li + li {
    margin-top: 39px;
  }
  #sec8 .sec8-btn1 {
    width: 304px;
    margin: 50px 0px 0px;
  }
  #sec8 .sec8-btn1 .hvr-U-to-center {
    font-size: 17px;
    padding: 5.5px 0px;
  }
  #sec8 .sec8-btn2 {
    margin: 170px 0px 0px 160px;
    max-width: 426px;
  }
}

#sec9 {
  margin-top: 34vw;
  padding-top: 15vw;
  position: relative;
}
#sec9:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 3%;
  right: 3%;
  border-top: 1px solid #eceae4;
}
#sec9 .sec9-logo {
  margin: 0px 30%;
}
#sec9 .inner {
  margin: 10vw 4% 0px;
}
#sec9 .sec9-tel {
  flex-wrap: wrap;
  justify-content: center;
}
#sec9 .sec9-tel em {
  font-size: 3.46vw;
  line-height: 1.33;
}
#sec9 .sec9-tel span {
  font-size: 6.4vw;
  letter-spacing: 0.09em;
  margin: 0.5vw 0px 0px 3vw;
  line-height: 1;
  display: block;
}
#sec9 .sec9-tel i {
  width: 4.66vw;
  top: 0.5vw;
  margin-right: 1.5vw;
}
#sec9 .sec9-tel small {
  font-size: 3.06vw;
  color: #636261;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin-top: 2vw;
}
#sec9 .btn-reserve {
  margin-top: 4vw;
  letter-spacing: 0.2em;
}
#sec9 .btn-reserve .hvr-U-to-center {
  font-size: 17px;
  padding: 6.5px 0px;
}
#sec9 .btn-reserve i {
  top: 1px;
}
#sec9 .btn-reserve span {
  letter-spacing: 0.13em;
  font-weight: 500;
  font-size: 19px;
}
#sec9 .col-right {
  margin-top: 6vw;
}
#sec9 .col-right dt {
  line-height: 2.5;
  font-size: 17px;
  border-bottom: 1px solid #d7d4cb;
  padding-bottom: 4px;
}
#sec9 .col-right dd {
  color: #636261;
  line-height: 1.53;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 4vw;
}
#sec9 .vcard {
  margin-top: 10vw;
}
#sec9 .vcard dl {
  padding: 3vw 0px;
  border-bottom: 1px solid #eceae4;
  line-height: 1.8125;
}
#sec9 .vcard dl dd a span {
  position: relative;
}
#sec9 .vcard dl dd a span:before {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: -5px;
  border-bottom: 1px solid;
}
#sec9 .vcard dl dd a:hover {
  text-decoration: none;
}
#sec9 .vcard dl dd a:hover span:before {
  border-bottom: 0px;
}
#sec9 .vcard dl dd i {
  margin: 0px 3px;
}
#sec9 .sec9-img {
  margin: 12vw 0px 0px;
  height: 70vw;
}
@media screen and (min-width: 768px) {
  #sec9 {
    margin-top: 181px;
    padding-top: 136px;
  }
  #sec9:before {
    left: 0px;
    right: 0px;
    max-width: 1340px;
    margin: 0px auto;
  }
  #sec9 .sec9-logo {
    margin: 0px;
  }
  #sec9 .inner {
    margin: 77px 93px 0px;
  }
  #sec9 .col-left {
    width: 367px;
    margin-top: 15px;
  }
  #sec9 .sec9-tel em {
    font-size: 15px;
  }
  #sec9 .sec9-tel span {
    font-size: 28px;
    margin: 0px 0px 0px 15px;
  }
  #sec9 .sec9-tel i {
    width: 19px;
    margin-right: 7px;
    top: 3px;
  }
  #sec9 .sec9-tel small {
    font-size: 13px;
    margin-top: 7px;
    letter-spacing: 0.05em;
  }
  #sec9 .col-right {
    width: 367px;
    margin-top: 0px;
  }
  #sec9 .col-right dt {
    font-size: 20px;
  }
  #sec9 .col-right dd {
    font-size: 15px;
    margin-top: 25px;
  }
  #sec9 .vcard {
    max-width: 657px;
    margin: 80px auto 0px;
  }
  #sec9 .vcard dl {
    display: flex;
    padding: 14px 0px;
  }
  #sec9 .vcard dl dt {
    width: 193px;
  }
  #sec9 .vcard dl dd {
    width: 465px;
  }
  #sec9 .sec9-img {
    margin: 139px 80px 0px;
    height: 609px;
  }
  #sec9 .btn-reserve {
    margin-top: 18px;
  }
  #sec9 .btn-reserve .hvr-U-to-center {
    padding: 9px 0px;
    font-size: 23px;
  }
  #sec9 .btn-reserve i {
    width: 24px;
  }
  #sec9 .btn-reserve span {
    font-size: 20px;
  }
}

#gmap {
  margin: 12vw 0px 22vw;
}
#gmap .gmap {
  position: relative;
  height: 100vw;
}
#gmap .group-btn {
  margin: 10vw 10% 0px;
}
#gmap .btn-copy {
  margin-top: 8vw;
}
#gmap .btn-copy i {
  width: 13px;
  margin: 0px 8px;
}
@media screen and (min-width: 768px) {
  #gmap {
    margin: 134px 0px 210px;
  }
  #gmap .wrap {
    width: auto;
    max-width: 1200px;
    flex-direction: row-reverse;
  }
  #gmap .gmap {
    width: 740px;
    height: 500px;
  }
  #gmap .group-btn {
    max-width: 390px;
    width: fit-content;
    margin: 191px 0px 0px;
    letter-spacing: 0.1em;
  }
  #gmap .group-btn a{
    white-space: nowrap;
  }
  #gmap .gmap-btn1 {
    width: 304px;
    margin: 0px auto;
  }
  #gmap .gmap-btn1 .hvr-U-to-center {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  #gmap .gmap-btn2 {
    margin-top: 39px;
    justify-content: center;
    column-gap: 20px;
  }
  #gmap .btn-copy {
    margin-top: 12px;
  }
  #gmap .btn-copy i {
    width: 16px;
  }
}

.remodal .remodal-close {
  top: 6vw;
  width: 37px;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .remodal .remodal-close {
    top: 32px;
    width: 44px;
    margin-right: 30px;
  }
}

.popup-global {
  padding-bottom: 10vw;
}
.popup-global h2 {
  margin-top: 21vw;
  text-transform: uppercase;
  font-size: 8vw;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.26;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.popup-global h2 small {
  display: block;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-top: 2vw;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.popup-global .note {
  margin-top: 6vw;
  line-height: 1.8125;
  letter-spacing: 0.03em;
}
.popup-global .inner {
  margin: 10vw 5% 0px;
  text-align: left;
}
.popup-global h3 {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.66vw;
  letter-spacing: 0.2em;
  line-height: 2;
  box-sizing: border-box;
  border: 1px solid;
  padding: 1.5vw 0px;
  text-align: center;
}
.popup-global .col {
  box-sizing: border-box;
}
.popup-global .col dl:not(.price) {
  border-bottom: 1px solid #eceae4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.8125;
  padding: 3vw 0px;
}
.popup-global .col dl:not(.price) * {
  letter-spacing: 0;
}
.popup-global .col dl:not(.price) dd {
  margin-left: auto;
  text-align: right;
}
.popup-global .col-border {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 8vw 0px;
}
.popup-global .col-border ul {
  margin-top: 6vw;
  line-height: 1.8125;
}
.popup-global .col-border ul li {
  letter-spacing: 0;
}
.popup-global .col-border ul > li {
  position: relative;
  padding-left: 15px;
}
.popup-global .col-border ul > li:before {
  content: "●";
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1;
}
.popup-global .price {
  line-height: 1.875;
  border-bottom: 1px solid #eceae4;
  padding-bottom: 4vw;
}
.popup-global .price * {
  letter-spacing: 0.2em;
  font-weight: normal;
}
.popup-global .price dt {
  font-size: 5.33vw;
}
.popup-global .price dd {
  font-size: 5.06vw;
  margin-top: 1vw;
}
.popup-global .price dd small {
  font-size: 4.26vw;
}
.popup-global .remodal-cancel {
  margin-top: 15vw;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
.popup-global .remodal-cancel i {
  width: 37px;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .popup-global .col + .col {
    margin-top: 8vw;
  }
  .popup-global .row + .row {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .popup-global {
    max-width: 1000px;
    margin: 0px auto;
    padding-bottom: 65px;
  }
  .popup-global h2 {
    margin-top: 97px;
    font-size: 36px;
  }
  .popup-global h2 small {
    font-size: 13px;
    margin-top: 6px;
  }
  .popup-global .note {
    margin-top: 40px;
  }
  .popup-global .inner {
    margin: 45px 0px 0px;
    column-gap: 40px;
  }
  .popup-global h3 {
    font-size: 21px;
    padding: 4px 0px;
  }
  .popup-global .col {
    width: 480px;
  }
  .popup-global .col dl:not(.price) {
    padding: 13.5px 0px;
  }
  .popup-global .col-border {
    padding: 34px 20px 41px;
  }
  .popup-global .col-border ul {
    margin: 25px 0px 0px 25px;
  }
  .popup-global .col-border ul > li:before {
    top: 12px;
  }
  .popup-global .price {
    padding-bottom: 23px;
  }
  .popup-global .price dt {
    font-size: 24px;
  }
  .popup-global .price dd {
    font-size: 23px;
    margin-top: 5px;
  }
  .popup-global .price dd small {
    font-size: 19px;
  }
  .popup-global .row + .row {
    margin-top: 37px;
  }
  .popup-global .remodal-cancel {
    margin-top: 78px;
    font-size: 12px;
  }
  .popup-global .remodal-cancel i {
    width: 44px;
  }
}