#header #key {
  position: relative;
}
#header #key::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shikimeshi/key_shadow.png") no-repeat center;
}
@media screen and (min-width: 768px) {
  #header #key .key-ttl {
    height: 136px;
  }
}

main {
  overflow: hidden;
}

#sec1 {
  background: url("../img/menu/s1_deco.png") no-repeat right top 5vw/50%,
    url("../img/menu/s1_bg_deco.png") no-repeat center bottom/100%;
  padding: 20vw 0;
}
#sec1 .group-txt .title-common {
  text-align: left;
  line-height: 2.4;
}
#sec1 .group-txt .title-common small {
  margin-bottom: 7px;
}
#sec1 .group-txt .txt {
  margin-top: 5vw;
}
#sec1 .photo {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    background-position: right top 96px, center bottom;
    background-size: auto, 100%;
    padding: 183px 0 235px;
  }
  #sec1 .wrap {
    box-sizing: border-box;
    max-width: 1344px;
    padding: 0 30px;
    width: auto;
  }
  #sec1 .inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 1142px;
  }
  #sec1 .group-txt {
    order: 2;
    width: 434px;
    margin-top: -9px;
  }
  #sec1 .group-txt .title-common small {
    margin: 0 0 14px;
  }
  #sec1 .group-txt .txt {
    margin-top: 79px;
    letter-spacing: 0.3em;
  }
  #sec1 .photo {
    order: 1;
    flex: 1;
    max-width: 624px;
    height: 625px;
    margin-top: 0;
  }
  #sec1 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#sec2 {
  background: url("../img/menu/s2_deco.png") no-repeat center top 72vw/200%,
    url("../img/menu/bg1.png") repeat center;
  padding: 20vw 0;
}
#sec2 .set1 .photo {
  margin-top: 8vw;
  height: 64vw;
}
#sec2 .set1 .txt {
  margin-top: 8vw;
}
#sec2 .set2 {
  margin-top: 10vw;
}
#sec2 .set2 .sec2-js .item {
  margin: 0 2vw;
}
#sec2 .set2 .sec2-js .item img {
  width: 70vw;
  height: auto;
}
#sec2 .set2 .btn-link {
  margin: 10vw 6.7% 0;
}
@media screen and (max-width: 768px) {
  #sec2 .btn-link {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    background-position: center top 558px, center top 571px;
    background-size: auto;
    padding: 128px 0 171px;
  }
  #sec2 .set1 {
    position: relative;
  }
  #sec2 .set1 .wrap {
    max-width: 1200px;
    width: auto;
  }
  #sec2 .set1 h2 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 55px 0 0 37px;
  }
  #sec2 .set1 h2 small {
    margin: 62px 0 0;
  }
  #sec2 .set1 .photo {
    position: absolute;
    margin-top: 0;
    height: 650px;
    top: 0;
    left: 225px;
    right: calc(-50vw + 50%);
  }
  #sec2 .set1 .txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 143px 104px 0 auto;
    letter-spacing: 0.3em;
  }
  #sec2 .set2 {
    margin-top: 118px;
  }
  #sec2 .set2 .sec2-js .item {
    margin: 0 10px;
  }
  #sec2 .set2 .sec2-js .item img {
    width: auto;
  }
  #sec2 .set2 .btn-link {
    margin: 104px auto 0;
  }
}

#sec3 {
  background: url("../img/menu/s3_deco.png") no-repeat right top 160vw/50%;
  padding-top: 20vw;
}
#sec3 h2 {
  text-align: center;
  background: url("../img/menu/s3_ttl_deco.png") no-repeat center top/60px;
  padding-top: 50px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
#sec3 .group-txt {
  margin-top: 8vw;
}
#sec3 .group-txt .txt {
  margin-top: 5vw;
}
#sec3 .group-txt .btn-link {
  margin-top: 7vw;
}
#sec3 .set1 {
  margin-top: 10vw;
}
#sec3 .set2 {
  margin-top: 10vw;
}
#sec3 .set2 .group-txt .title-common small {
  margin: 0 0 12px;
}
#sec3 .set3 {
  margin-top: 10vw;
}
#sec3 .set3 a {
  position: relative;
  display: block;
  padding: 20vw 0;
}
#sec3 .set3 a::before {
  content: "";
  position: absolute;
  background: url("../img/menu/icon.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
}
#sec3 .set3 a .photo {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec3 .set3 a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #sec3 {
    background-size: auto;
    background-position: right top 1098px;
    padding-top: 152px;
  }
  #sec3 .wrap {
    box-sizing: border-box;
    max-width: 1260px;
    width: auto;
    padding: 0 30px;
  }
  #sec3 h2 {
    background-size: auto;
    padding-top: 82px;
    font-size: 30px;
  }
  #sec3 .group-txt {
    width: 410px;
    margin-top: 0;
  }
  #sec3 .group-txt .txt {
    margin-top: 0;
    letter-spacing: 0.3em;
  }
  #sec3 .group-txt .btn-link {
    margin-top: 63px;
  }
  #sec3 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec3 .set1 {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 97px;
  }
  #sec3 .set1 .photo {
    order: 2;
    flex: 1;
    max-width: 676px;
    height: 880px;
  }
  #sec3 .set1 .group-txt {
    order: 1;
    margin-top: 168px;
  }
  #sec3 .set1 .group-txt .title-common {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 152px;
    column-gap: 152px;
    margin-right: 0;
  }
  #sec3 .set1 .group-txt .title-common small {
    order: 1;
    margin: 0;
  }
  #sec3 .set1 .group-txt .title-common span {
    display: block;
    order: 2;
    letter-spacing: 0.4em;
  }
  #sec3 .set1 .group-txt .txt {
    margin-top: 163px;
  }
  #sec3 .set2 {
    margin-top: 193px;
  }
  #sec3 .set2 .inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    max-width: 1150px;
  }
  #sec3 .set2 .photo {
    flex: 1;
    max-width: 640px;
    height: 575px;
  }
  #sec3 .set2 .group-txt {
    margin: 44px 0 0;
  }
  #sec3 .set2 .group-txt .title-common {
    text-align: left;
  }
  #sec3 .set2 .group-txt .title-common small {
    margin: 0 0 17px;
  }
  #sec3 .set2 .group-txt .txt {
    margin-top: 65px;
  }
  #sec3 .set3 {
    margin-top: 193px;
  }
  #sec3 .set3 a {
    padding: 154px 0 175px;
    text-decoration: none;
  }
  #sec3 .set3 a::before {
    width: 46px;
    height: 46px;
    bottom: 37px;
  }
  #sec3 .set3 a .title-common {
    letter-spacing: 0.3em;
  }
  #sec3 .set3 a .title-common small {
    margin: 0 0 5px;
  }
  #sec3 .set3 a .photo::before {
    content: "";
    position: absolute;
    background: rgba(75, 66, 61, 0.3);
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s linear;
  }
  #sec3 .set3 a:hover .photo::before {
    opacity: 1;
  }
}

#sec4 {
  padding-top: 40vw;
}
#sec4 .set1 .title-common {
  position: relative;
  z-index: 1;
}
#sec4 .set1 .title-common small {
  margin: 0 0 40px 6px;
}
#sec4 .set1 .title-common span {
  display: block;
  text-align: left;
  margin: 0 auto;
  line-height: 2.4;
  letter-spacing: 0.4em;
}
#sec4 .set1 .title-common span i {
  color: #fff;
  letter-spacing: 0.4em;
}
#sec4 .set1 .photo {
  margin-top: -76px;
  height: 70vw;
}
#sec4 .set1 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec4 .set1 .txt {
  margin-top: 7vw;
  margin-bottom: 12vw;
}
#sec4 .set1 .txt li + li {
  margin-top: 3vw;
}
#sec4 .set1 .price {
  background: url("../img/menu/s4_line.png") no-repeat center top/100%,
    url("../img/menu/s4_line.png") no-repeat center bottom/100%;
  text-align: center;
  margin-top: 7vw;
  padding: 3vw 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.4em;
}
#sec4 .set1 .box {
  background: url("../img/course/s2_bg.png");
  padding: 12vw 5vw 7vw;
}
#sec4 .set1 .box dl {
  text-align: center;
}
#sec4 .set1 .box dl dt {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
#sec4 .set1 .box dl dd {
  margin: 3vw auto 0;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.4em;
}
#sec4 .set1 .box .txt {
  margin: 7vw 0 10vw;
  letter-spacing: 0.3em;
}
#sec4 .set1 .box .txt2 {
  border-top: 1px dotted #aea68a;
  padding: 6vw 0 0;
  line-height: 30px;
  height: 150px;
  display: flex;
  width: 100%;
}

#sec4 .set1 .box .txt2 span {
  display: block;
  text-align: left;
  letter-spacing: 0.3em;
  margin: 0 auto;
}

#sec4 .set2 {
  margin-top: 10vw;
}
#sec4 .set2 .box {
  position: relative;
}
#sec4 .set2 .box dt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4%;
  z-index: 1;
  background: url("../img/menu/s4_bg_catch.png") no-repeat center top/35px auto;
  color: #fafaf5;
  padding-top: 20px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.4em;
}
#sec4 .set2 .box + .box {
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #sec4 .set1 .title-common span {
    margin-bottom: 100px;
  }
  #sec4 .set1 .title-common span i {
    color: #47413b;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 189px;
  }
  #sec4 .set1 .title-common small {
    margin: 0 0 70px;
  }
  #sec4 .set1 .title-common small i {
    margin-top: 3px;
  }
  #sec4 .set1 .photo {
    margin-top: -103px;
    height: 650px;
  }
  #sec4 .set1 .txt {
    margin: 91px auto 116px;
  }
  #sec4 .set1 .txt li {
    line-height: 40px;
    letter-spacing: 0.3em;
  }
  #sec4 .set1 .txt li + li {
    margin: 0 40px 0 0;
  }
  #sec4 .set1 .price {
    max-width: 862px;
    margin: 92px auto 0;
    padding: 15px 0 17px 6px;
    font-size: 20px;
  }
  #sec4 .set1 .box {
    padding: 94px 0 49px;
  }
  #sec4 .set1 .box dl dt {
    font-size: 25px;
  }
  #sec4 .set1 .box dl dd {
    margin: 17px auto 0;
    font-size: 20px;
  }
  #sec4 .set1 .box .txt {
    text-align: center;
    margin: 38px 0 66px;
    letter-spacing: 0.3em;
  }
  #sec4 .set1 .box .txt2 {
    padding: 57px 0 0;
    margin: 0 auto;
    width: 750px;
    line-height: 50px;
    height: 160px;
  }
  #sec4 .set2 {
    margin-top: 55px;
  }
  #sec4 .set2 .wrap {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 1140px;
    width: auto;
    padding: 0 30px;
  }
  #sec4 .set2 .box {
    position: relative;
    width: calc(50% - 15px);
  }
  #sec4 .set2 .box dt {
    left: 32px;
    background-size: auto;
    padding-top: 26px;
    font-size: 20px;
    line-height: 41px;
  }
  #sec4 .set2 .box + .box {
    margin-top: 0;
  }
}

#sec5 {
  position: relative;
  padding: 20vw 0;
}
#sec5::before {
  content: "";
  position: absolute;
  background: url("../img/menu/s5_deco.png") no-repeat;
  width: 60vw;
  height: 60vw;
  background-size: 100%;
  top: -10vw;
  left: 4%;
  z-index: -1;
}
#sec5 .title-common small {
  margin: 0 0 12px;
}
#sec5 .group-link {
  margin-top: 10vw;
}
#sec5 .group-link li {
  position: relative;
  display: block;
  height: 70vw;
}
#sec5 .group-link li::before {
  content: "";
  position: absolute;
  background: url("../img/menu/icon.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#sec5 .group-link li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec5 .group-link li + li {
  margin-top: 5vw;
}
#sec5 .group-link li span {
  position: absolute;
  top: 2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 45vw;
  padding: 0 3vw;
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.6;
  color: #fff;
  z-index: 2;
  width: 7.2vw;
  border-left: 1px solid;
  border-right: 1px solid;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
/* #sec5 .group-link li:nth-child(1) span {
  width: 14.4vw;
} */
#sec5 .btn-link {
  margin-top: 10vw;
}
@media screen and (max-width: 767px) {
  #sec5 .group-link li:nth-child(2) img {
    -o-object-position: 0 75%;
    object-position: 0 75%;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 195px 0 242px;
  }
  #sec5::before {
    width: 461px;
    height: 470px;
    top: -158px;
    left: 45px;
  }
  #sec5 .wrap {
    box-sizing: border-box;
    max-width: 1340px;
    padding: 0 30px;
    width: auto;
  }
  #sec5 .title-common small {
    margin: 0 0 17px;
  }
  #sec5 .group-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 41px;
  }
  #sec5 .group-link li {
    height: auto;
    cursor: pointer;
  }
  #sec5 .group-link li::before {
    width: 55px;
    height: 55px;
    bottom: 25px;
  }
  #sec5 .group-link li:hover {
    opacity: 0.8;
  }
  #sec5 .group-link li + li {
    margin-top: 0;
  }
  #sec5 .group-link li:nth-child(1) {
    margin-top: 80px;
  }
  #sec5 .group-link li:nth-child(2) {
    margin-top: 40px;
  }
  #sec5 .group-link li span {
    top: 70px;
    font-size: 30px;
    width: 48px;
    padding: 0 25px;
    height: 300px;
  }
  /* #sec5 .group-link li:nth-child(1) span {
    width: 96px;
  } */
  #sec5 .btn-link {
    margin: 145px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #sec5 .group-link li:nth-child(2) img {
    -o-object-position: 0 75%;
    object-position: 0 75%;
  }
}

.remodal-sec5 .wrap {
  padding: 0 4%;
}
.remodal-sec5 .remodal-close {
  position: absolute;
  top: 9px;
  right: 7%;
  z-index: 1;
}
.remodal-sec5 .name-price {
  position: absolute;
  bottom: 4vw;
  left: 4%;
  right: 10%;
  background: url("../img/menu/s5_popup_bg_txt.png") no-repeat center right/100%;
  display: flex;
  color: #fafaf5;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 0 10px 10%;
  font-size: 16px;
  letter-spacing: 0.4em;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .remodal-sec5 {
    max-width: 1000px;
  }
  .remodal-sec5 .wrap {
    padding: 0;
  }
  .remodal-sec5 .remodal-close {
    top: 23px;
    right: 35px;
  }
  .remodal-sec5 .name-price {
    bottom: 35px;
    left: 0;
    right: auto;
    width: 430px;
    padding: 17.5px 0 17.5px 50px;
    font-size: 20px;
    line-height: 30px;
  }
}

.remodal-sec3 {
  background: #fafaf5;
  text-align: left;
}
.remodal-sec3 .wrap {
  padding: 10vw 4%;
}
.remodal-sec3 .deco {
  position: absolute;
  width: 40vw;
  top: 138vw;
  right: 1vw;
}
.remodal-sec3 h2 {
  position: relative;
  z-index: 2;
}
.remodal-sec3 h2 small {
  margin: 0 0 20px;
}
.remodal-sec3 .note {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 5vw;
  font-size: 12px;
}
.remodal-sec3 .set1 {
  margin-top: 10vw;
  position: relative;
  z-index: 2;
}
.remodal-sec3 .set1 .group-txt {
  margin-top: 5vw;
}
.remodal-sec3 .set1 .group-txt .name-price {
  text-align: center;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
  letter-spacing: 0.4em;
}
.remodal-sec3 .set1 .group-txt .name-price dt {
  font-size: 20px;
}
.remodal-sec3 .set1 .group-txt .name-price dd {
  font-size: 15px;
}
.remodal-sec3 .set2 {
  border: 1px solid #867972;
  margin-top: 10vw;
  padding: 10vw 4%;
  position: relative;
  z-index: 2;
}
.remodal-sec3 .set2 h3 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #867972;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4em;
}
.remodal-sec3 .set2 .txt {
  margin-top: 7vw;
}
.remodal-sec3 .set2 .row {
  margin-top: 3vw;
}
.remodal-sec3 .set2 .row .col dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #bdb69f;
  padding: 10px 0;
}
.remodal-sec3 .set2 .row .col dl dt {
  flex: 1;
}
.remodal-sec3 .set2 .row .col dl dd {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .remodal-sec3 .wrap {
    box-sizing: border-box;
    max-width: 1390px;
    width: auto;
    padding: 120px 30px 143px;
  }
  .remodal-sec3 .deco {
    position: absolute;
    width: 298px;
    top: 284px;
    left: calc(50% + 350px);
  }
  .remodal-sec3 h2 {
    margin-top: -47px;
  }
  .remodal-sec3 h2 small {
    margin: 0 0 34px;
  }
  .remodal-sec3 .note {
    margin-top: 41px;
    font-size: 15px;
  }
  .remodal-sec3 .set1 {
    margin-top: 83px;
  }
  .remodal-sec3 .set1 .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1166px;
  }
  .remodal-sec3 .set1 .group-txt {
    width: 419px;
    margin-top: 87px;
  }
  .remodal-sec3 .set1 .group-txt .name-price {
    text-align: left;
    padding-bottom: 36px;
    margin: 0 46px 61px 0;
    line-height: 53px;
  }
  .remodal-sec3 .set1 .group-txt .name-price dt {
    font-size: 25px;
  }
  .remodal-sec3 .set1 .group-txt .name-price dd {
    font-size: 20px;
  }
  .remodal-sec3 .set2 {
    max-width: 1100px;
    margin: 121px auto 0;
    padding: 93px 0 73px;
  }
  .remodal-sec3 .set2 h3 {
    padding-bottom: 0;
    font-size: 25px;
  }
  .remodal-sec3 .set2 .txt {
    text-align: center;
    margin-top: 44px;
  }
  .remodal-sec3 .set2 .row {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 58px auto 0;
  }
  .remodal-sec3 .set2 .row .col {
    width: 230px;
  }
  .remodal-sec3 .set2 .row .col dl {
    padding: 0 0 3px;
    margin-bottom: 18px;
  }
}

.popup-menu .remodal-close {
  margin-right: 0;
  margin-bottom: 0;
}
.popup-menu .remodal-close::before,
.popup-menu .remodal-close:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .popup-menu .remodal-close {
    width: 30px;
  }
}
.popup-menu .remodal-close2 {
  margin: 50px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .popup-menu .remodal-close2 {
    width: 40px;
  }
}
.popup-menu h2 {
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
.popup-menu h2 small {
  margin: 0 0 4vw;
}
.popup-menu .sub-txt {
  margin: 6vw 0 9vw;
  letter-spacing: 0.3em;
}
.popup-menu .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.popup-menu .flex .col {
  width: 100%;
}
.popup-menu .flex .col h4 {
  border: 1px solid #92845a;
  color: #322921;
  letter-spacing: 0.2em;
  font-size: 18px;
  line-height: 1.5;
  padding: 9px;
}
.popup-menu .flex .col h4 ~ h4 {
  margin-top: 50px;
}
.popup-menu .flex .col dl {
  border-bottom: 1px solid #d7d0c4;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #322921;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .popup-menu .remodal-close {
    margin-right: 0;
    margin-bottom: 0;
  }
  .popup-menu .remodal-close2 {
    margin: 90px auto 0;
  }
  .popup-menu h2 {
    font-size: 25px;
  }
  .popup-menu h2 small {
    margin: 0 0 30px;
  }
  .popup-menu .sub-txt {
    margin: 48px 0 70px;
    letter-spacing: 0.3em;
  }
  .popup-menu .flex {
    display: flex;
    justify-content: center;
    gap: 17px;
  }
  .popup-menu .flex .col {
    /* width: calc((100% - 34px) / 3); */
    width: 415px;
  }
  .popup-menu .flex .col h4 {
    font-size: 22px;
  }
  .popup-menu .flex .col h4 ~ h4 {
    margin-top: 72px;
  }
}

.remodal-menu {
  background: #fafaf5;
  max-width: 100%;
  width: 100%;
  padding: 50px 0 80px;
}

@media screen and (min-width: 768px) {
  .remodal-menu {
    max-width: 1400px;
    width: calc(100% - 60px);
    padding: 78px 0 105px;
  }
}
