.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cl {
  color: #c5a341;
}

#key .photo {
  height: 96vw;
}
@media screen and (min-width: 768px) {
  #key {
    padding-bottom: 215px;
    background: none;
  }
  #key .photo {
    height: 800px;
  }
}

main {
  background: url(../img/scene/bg1.jpg) no-repeat center -27vw/100%;
}
@media screen and (min-width: 768px) {
  main {
    background-size: auto;
    background-position: center 3px;
  }
}

#sec1 {
  position: relative;
  padding: 0 0 15vw;
}
#sec1:before {
  background: url(../img/scene/sec1_bg.png) no-repeat center 0/100%;
  content: "";
  position: absolute;
  left: -15vw;
  right: -19vw;
  top: -34vw;
  bottom: 0;
}
#sec1 h2 {
  font-size: 6vw;
  line-height: 1.4;
  padding-bottom: 5vw;
  white-space: nowrap;
}
#sec1 h2 span {
  letter-spacing: 0.1em;
  font-size: 5vw;
}
#sec1 h2 .t {
  font-size: 7vw;
}
#sec1 h2 .cl {
  font-size: 4vw;
  color: #9e7e51;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0 20px 177px;
  }
  #sec1:before {
    background-size: auto;
    height: 1072px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #sec1 .wrap {
    max-width: 1100px;
  }
  #sec1 h2 {
    font-size: 50px;
    padding-bottom: 48px;
    line-height: 82px;
  }
  #sec1 h2 span {
    font-size: 40px;
  }
  #sec1 h2 .t {
    font-size: 60px;
  }
  #sec1 h2 .cl {
    font-size: 30px;
    display: inline-block;
    line-height: 1;
  }
}

.sec-shared {
  position: relative;
}
.sec-shared:before {
  background: url(../img/scene/sec2_bg1.png) no-repeat center 0/100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0vw;
  top: 36vw;
  bottom: 0;
}
.sec-shared .lead {
  position: relative;
  margin-bottom: 15vw;
}
.sec-shared .lead h2 {
  position: absolute;
  bottom: -8vw;
  right: 5vw;
  z-index: 1;
  text-align: left;
  font-size: 7vw;
  line-height: 1.4;
}
.sec-shared .lead h2 span {
  letter-spacing: 0.1em;
  padding-top: 6vw;
}
.sec-shared .lead h2 span.pad {
  padding-top: 18vw;
}
.sec-shared .lead h2.ext {
  right: auto;
  left: 5vw;
}
.sec-shared .lead .photo {
  height: 53vw;
}
.sec-shared .menu {
  padding-bottom: 10vw;
}
.sec-shared .menu h3 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  padding-bottom: 5vw;
}
.sec-shared .menu h3 .cl {
  color: #c5a341;
  font-size: 8vw;
  letter-spacing: 0.1em;
}
.sec-shared .menu .item {
  padding-bottom: 5vw;
}
.sec-shared .course {
  padding-bottom: 10vw;
}
.sec-shared .course .price {
  font-size: 16px;
  padding: 10px 0 20px;
}
.sec-shared .course .price .num {
  font-size: 22px;
}
.sec-shared .course .price .num span {
  font-size: 18px;
}
.sec-shared .course .list {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.sec-shared .course .list:before, .sec-shared .course .list:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 50px;
  border: 1px solid;
}
.sec-shared .course .list:before {
  border-right: none;
  left: 0;
}
.sec-shared .course .list::after {
  border-left: none;
  right: 0;
}
.sec-shared .course .list h4 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
.sec-shared .course .list ul {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-shared {
    padding-bottom: 140px;
  }
  .sec-shared:before {
    background-size: auto;
    height: 1333px;
    top: 940px;
    bottom: auto;
  }
  .sec-shared .wrap {
    max-width: 1200px;
  }
  .sec-shared .lead {
    margin-bottom: 118px;
  }
  .sec-shared .lead h2 {
    right: calc(50% - 567px);
    bottom: auto;
    font-size: 80px;
    line-height: 105px;
    letter-spacing: 0.1em;
    top: 150px;
    height: 620px;
  }
  .sec-shared .lead h2 span {
    padding-top: 57px;
  }
  .sec-shared .lead h2 span.pad {
    padding-top: 190px;
  }
  .sec-shared .lead h2.ext {
    left: calc(50% - 519px);
    top: 290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .sec-shared .lead h2.ext {
    left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .sec-shared .lead h2 {
    right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .sec-shared .lead .photo {
    height: 600px;
  }
  .sec-shared .menu {
    padding-bottom: 66px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .sec-shared .menu h3 {
    font-size: 40px;
    line-height: 90px;
    padding-bottom: 7px;
  }
  .sec-shared .menu h3 .cl {
    font-size: 70px;
  }
  .sec-shared .menu .item {
    padding: 50px 0 0;
    max-width: 463px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-shared .menu .item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec-shared .menu .photo {
    height: 660px;
    max-width: 764px;
    position: absolute;
    top: 0;
    right: -100px;
    left: calc(50% - 64px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-shared .menu .photo {
    left: 500px;
  }
}
@media screen and (min-width: 768px) {
  .sec-shared .course {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-shared .course .photo {
    order: -1;
    margin-left: -100px;
  }
  .sec-shared .course .item {
    width: 566px;
    padding: 126px 0 0;
  }
  .sec-shared .course .price {
    font-size: 20px;
    padding: 30px 0;
  }
  .sec-shared .course .price .num {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec-shared .course .price .num span {
    font-size: 24px;
  }
  .sec-shared .course .list {
    position: relative;
    padding: 0 27px 23px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 36px;
  }
  .sec-shared .course .list:before, .sec-shared .course .list:after {
    top: 17px;
    width: 70px;
  }
  .sec-shared .course .list .d-flex {
    justify-content: space-around;
  }
  .sec-shared .course .list h4 {
    font-size: 20px;
    padding-bottom: 13px;
  }
  .sec-shared .course .list ul {
    width: auto;
    text-align: left;
  }
}

#sec3:before {
  background: url(../img/scene/sec3_bg1.jpg) no-repeat center 0/100%;
}
@media screen and (min-width: 768px) {
  #sec3:before {
    top: 600px;
    height: 1236px;
    background-size: auto;
  }
  #sec3 .lead {
    margin-bottom: 160px;
  }
  #sec3 .menu {
    display: flex;
    justify-content: flex-end;
    min-height: 600px;
    box-sizing: border-box;
    padding-bottom: 60px;
    margin-bottom: 94px;
  }
  #sec3 .menu h3 {
    margin: 0 -30px;
    padding-bottom: 62px;
  }
  #sec3 .menu .photo {
    left: -100px;
    right: calc(50% - 100px);
    height: 600px;
    max-width: 800px;
  }
  #sec3 .menu .item {
    width: 420px;
    padding: 61px 0 0;
  }
  #sec3 .course {
    max-width: 1180px;
  }
  #sec3 .course .price {
    padding: 20px 0 30px;
  }
  #sec3 .course .item {
    width: 50%;
    padding: 32px 0 0;
  }
  #sec3 .course .photo {
    margin-left: -61px;
  }
}

#sec4 {
  position: relative;
}
#sec4:before {
  background: url(../img/scene/sec4_bg.jpg) no-repeat center 0/100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400vw;
}
#sec4 h2 {
  text-align: center;
  font-size: 6.5vw;
  line-height: 1.4;
  margin-bottom: 20vw;
  white-space: nowrap;
  position: relative;
}
#sec4 h2 img {
  width: 54%;
  position: absolute;
  top: 20vw;
  left: 15vw;
  transform: rotate(-2deg);
}
#sec4 h2 span {
  letter-spacing: 0.1em;
  font-size: 5vw;
}
#sec4 h2 .t1 {
  font-size: 8vw;
}
#sec4 h2 .t2 {
  font-size: 7vw;
}
#sec4 h2 .pad1 {
  padding-right: 23vw;
}
#sec4 h2 .pad2 {
  padding-left: 12vw;
}
#sec4 h2 .cl {
  font-size: 4vw;
  display: inline-block;
  padding-bottom: 20vw;
}
#sec4 .menu {
  position: relative;
}
#sec4 .menu h3 {
  font-size: 6vw;
  line-height: 1.5;
  position: absolute;
  top: 10vw;
  right: 10vw;
}
#sec4 .menu .photo {
  width: 68%;
  margin-bottom: 5vw;
}

@media screen and (max-width: 767px) {
  #sec4 h2  {
  
    height: 100vw;
    margin-bottom: 30vw;
   }
  #sec4 h2 img {
    width: 54%;
    position: absolute;
    top: 20vw;
    left: 20vw;

  }
  #sec4 h2 .tt1 {
    display: inline-block;
    position: absolute;
    left: 10%;
  }
  #sec4 h2 .tt2 {
    position: absolute;
    right: 3%;
    width: 45%;
    bottom: -5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    position: relative;
    padding: 63px 20px 0;
  }
  #sec4:before {
    background-size: cover;
    height: 2027px;
    bottom: auto;
    top: -140px;
  }
  #sec4 h2 {
    text-align: center;
    font-size: 60px;
    line-height: 120px;
    margin-bottom: 319px;
    padding: 0 0 0 87px;
  }
  #sec4 h2 img {
    width: auto;
    position: absolute;
    top: 286px;
    left: calc(50% - 163px);
    transform: none;
  }
  #sec4 h2 span {
    font-size: 60px;
  }
  #sec4 h2 .t1 {
    font-size: 80px;
  }
  #sec4 h2 .t2 {
    font-size: 70px;
  }
  #sec4 h2 .pad1 {
    padding-right: 185px;
  }
  #sec4 h2 .pad2 {
    padding-left: 208px;
  }
  #sec4 h2 .pad3 {
    padding-right: 49px;
  }
  #sec4 h2 .cl {
    font-size: 30px;
    padding-bottom: 397px;
    line-height: 1;
    padding-right: 100px;
  }
  #sec4 .menu {
    position: relative;
    min-height: 620px;
    box-sizing: border-box;
    padding: 46px 21px 0 537px;
    line-height: 36px;
    margin-bottom: 150px;
  }
  #sec4 .menu h3 {
    font-size: 40px;
    position: static;
    margin: 0 auto 69px;
    letter-spacing: 0.1em;
  }
  #sec4 .menu .photo {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0px;
  }
}
#sec5  {
  padding-bottom: 15vw;
}
#sec5 .lead {
  padding: 10vw 0;
}
#sec5 .lead h2 {
  font-size: 7vw;
  line-height: 1.8;
  margin: 0 auto 5vw;
}
#sec5 .lead .text {
  position: relative;
  background: url(../img/scene/dot.png) repeat 0 bottom;
  line-height: 44px;
}
#sec5 .group {
  position: relative;
}
#sec5 .js-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 70vw;
}
#sec5 .js-thumb .slick-list,
#sec5 .js-thumb .slick-track {
  width: 100% !important;
  transform: none !important;
}
#sec5 .js-thumb .slick-track {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#sec5 .js-thumb li {
  width: 20vw !important;
  background-color: #000000;
}
#sec5 .js-thumb li img {
  opacity: 0.4;
}
#sec5 .js-thumb .slick-current li img {
  opacity: 1;
}
#sec5 .js-fade .photo {
  height: 65vw;
  margin-bottom: 25vw;
}
#sec5 .js-fade .item .txt {
  color: #fff;
}
#sec5 .js-fade .item .tag {
  text-align: center;
  font-size: 5.5vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#sec5 .js-fade .item .tag dd {
  font-size: 3.5vw;
}
#sec5 .js-fade .item .tag dd span {
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0 20px 141px;
  }
  #sec5 .wrap {
    max-width: 1200px;
  }
  #sec5 .lead {
    padding: 0 0;
    width: 329px;
    position: absolute;
    left: 90px;
    top: 51px;
    z-index: 1;
    color: #000;
  }
  #sec5 .lead h2 {
    font-size: 50px;
    line-height: 90px;
    margin: 0 auto 27px;
    letter-spacing: 0.1em;
  }
  #sec5 .lead .text {
    color: #000;
    line-height: 44px;
    background: url(../img/scene/dot1.png) repeat 0 bottom;
  }
  #sec5 .group {
    position: relative;
  }
  #sec5 .js-thumb {
    position: static;
  }
  #sec5 .js-thumb li {
    cursor: pointer;
    width: 105px !important;
  }
  #sec5 .js-thumb li:hover {
    opacity: 0.8;
  }
  #sec5 .js-fade .photo {
    height: 683px;
    margin-bottom: 0;
  }
  #sec5 .js-fade .item {
    color: #000;
    width: 320px;
    position: absolute;
    top: 140px;
    left: calc(50% + 180px);
    z-index: 1;
  }
  #sec5 .js-fade .item .txt {
    color: #000;
  }
  #sec5 .js-fade .item .tag {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
    letter-spacing: 0.1em;
    margin-right: -30px;
  }
  #sec5 .js-fade .item .tag dd {
    font-size: 16px;
    padding: 12px 0 2px;
  }
  #sec5 .js-fade .item .tag dd span {
    font-size: 20px;
  }
}

#sec6 {
  position: relative;
}
#sec6 .lead .photo {
  height: 112vw;
  margin-bottom: 5vw;
}
#sec6 .lead .info {
  padding: 5vw 5% 10vw;
}
#sec6 .lead h2 {
  font-size: 6vw;
  padding-bottom: 5vw;
  text-align: center;
}
#sec6 .bnr-pop {
  width: 70%;
  margin: 0 auto 15vw;
  cursor: pointer;
}
#sec6 .bnr-pop:hover {
  opacity: 0.8;
}
#sec6 .js-fade1 {
  padding-bottom: 5vw;
}
#sec6 .js-fade1 dl dt {
  border-bottom: 1px solid;
  font-size: 4.5vw;
  text-align: center;
  margin-bottom: 5vw;
  padding-top: 4vw;
  padding-bottom: 2vw;
}
#sec6 .js-fade1 .slick-dots {
  bottom: auto;
  top: 0;
  height: 76vw;
  justify-content: flex-end;
  right: 3vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 142px;
    position: relative;
  }
  #sec6:before {
    content: url(../img/scene/bg_pup.jpg);
    position: absolute;
    right: 0;
    top: -244px;
    z-index: -1;
  }
  #sec6 .lead {
    margin-bottom: 106px;
  }
  #sec6 .lead .photo {
    height: 600px;
    margin-right: 140px;
    margin-bottom: 0;
  }
  #sec6 .lead .info {
    padding: 0;
    width: 350px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 234px;
    right: calc(50% + 150px);
    font-size: 15px;
    line-height: 36px;
  }
  #sec6 .lead h2 {
    font-size: 30px;
    padding-bottom: 34px;
  }
  #sec6 .bnr-pop {
    width: 330px;
    margin: 0 auto 100px;
  }
  #sec6 .js-fade1 {
    padding-bottom: 88px;
  }
  #sec6 .js-fade1 .menu {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
  }
  #sec6 .js-fade1 dl {
    width: 435px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  #sec6 .js-fade1 dl dt {
    font-size: 22px;
    margin-bottom: 34px;
    padding: 0 0 30px;
    letter-spacing: 0.1em;
    padding-bottom: 0vw;
  }
  #sec6 .js-fade1 .slick-dots {
    height: 415px;
    right: calc(50% - 38px);
  }
}

/*
#footer {

  .shop {
    .lead {
text-align: center;
      .logo {
        width: 66%;
        margin: 0 auto 5vw;
      }
      .tel {

        font-size: 12px;
        padding: 0px 0 20px;
    line-height: 1.4;
        .num {
          font-size: 22px;
          display: block;
          margin: 0;  
        }
      }

      .bnr {
        width: 70%;
        margin: 0 auto 10px;
      }
    }
    .tbl-info {
      dl {
        padding-bottom: 15px;
        font-size: 13px;
      }
    }

    @media screen and (min-width:768px) {
      position: relative;
      box-sizing: border-box;
      padding: 0 0 51px 474px;
      .lead {
       width: 290px;
    position: absolute;
    top: -21px;
    left: 130px;

              .logo {
               width: auto;
    margin: 0 auto 40px;
              }
              .tel {

                font-size: 14px;
                padding: 0px 0 26px;
                line-height: 20px;
                .num {
                  font-size: 30px;
    padding-bottom: 10px;

                }
              }

              .bnr {
                width: auto;
                margin: 0 auto 0;
              }
            }
            .tbl-info {

              dl {
                padding-bottom: 24px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    display: table;
                dt,dd {
                  display: table-cell;
                  box-sizing: border-box;
                }
                dt {
                  width: 103px;
                }
              }
            }



    }
  }
}
  */
.remodal {
  background: none;
  color: #fff;
  padding: 0 0 30px;
}

.popup-shared .wrap {
  background: url(../img/shared/bg_sp.jpg) repeat top center/100% auto;
  padding: 10vw 0;
  max-width: 1200px;
  margin: 0 auto;
}
.popup-shared h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 7vw;
  padding-bottom: 5vw;
  letter-spacing: 0.05em;
}
.popup-shared .menu-shared {
  padding: 30px 0;
}
.popup-shared .col {
  width: 100%;
}
.popup-shared .menu-list {
  text-align: left;
  padding-bottom: 30px;
}
.popup-shared .menu-list h3 {
  border: 1px solid;
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.popup-shared .menu-list p {
  font-size: 16px;
  padding-bottom: 5px;
}
.popup-shared .menu-list dl {
  border-bottom: 1px solid #575e6a;
  padding: 8px 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.popup-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.popup-shared .menu-list dl dt {
  float: left;
}
.popup-shared .menu-list dl dd {
  float: right;
  text-align: right;
}

.remodal-cancel {
  background-color: transparent;
  padding: 0;
  min-width: 30px;
  margin: -30px auto 0;
  width: 80px;
}

.remodal-close {
  z-index: 10;
  position: sticky;
  margin-left: auto;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .remodal {
    padding: 0 0 30px;
    max-width: 1200px;
    width: 100%;
  }
  .popup-shared .wrap {
    padding: 30px 20px 74px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .popup-shared h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .popup-shared .menu-shared {
    padding: 30px 0;
    gap: 0 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .popup-shared .col {
    width: calc((100% - 40px) / 3);
  }
  .popup-shared .menu-list {
    text-align: left;
    padding-bottom: 50px;
  }
  .popup-shared .menu-list h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 0;
    margin-bottom: 5px;
  }
  .popup-shared .menu-list p {
    padding-bottom: 5px;
  }
  .popup-shared .menu-list dl {
    padding: 13px 0;
  }
  .remodal-cancel {
    min-width: 30px;
    margin: 0 auto;
    width: 101px;
  }
  .remodal-cancel:hover {
    opacity: 0.8;
    background: none;
  }
  .remodal-close {
    width: 52px;
    height: auto;
    margin-bottom: 60px;
  }
  .remodal-close:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=scene.css.map */


.subttl{
  font-size: 15px;
  line-height: 2;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #8f8f8f;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
.subttl{
  font-size: 18px;
  line-height: 2;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #8f8f8f;
  margin-bottom: 7px;
}
}

.menuttl{
  font-size: 18px;
}

.popuppad{
  padding: 30px 5% !important;
}