section {
  overflow-y: visible;
  overflow-x: clip;
}

#key-box .bg-parallax {
  height: 80vh;
}
#key-box .bg-parallax img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

@media screen and (max-width: 767px) {
  #key-box .bg-parallax {
    height: 80vh;
  }
  #key-box .bg-parallax img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
    height: 115vh;
  }
}
#lead {
  padding: 0 0 15vw;
  z-index: 1;
  position: relative;
}
#lead .row {
  margin-bottom: 10vw;
}
#lead .row .photo-1 {
  margin-top: -20vw;
}
#lead .row .content h2 {
  margin-bottom: 20px;
}
#lead .lead-slide {
  position: relative;
  height: 70vw;
}
#lead .lead-slide::before {
  content: "";
  width: 1000%;
  height: 70vw;
  background: url(../img/menu/lead_slide.png) repeat-x;
  background-size: 230vw;
  position: absolute;
  top: 0;
  animation: slidein 200s linear infinite;
  z-index: -1;
}
#lead .desc {
  text-align: right;
}

@media screen and (min-width: 768px) {
  #key-box {
    height: 600px;
  }
  #key-box .bg-parallax {
    height: 600px;
  }
  #lead {
    padding: 0 0 85px;
  }
  #lead .wrap {
    max-width: 1280px;
  }
  #lead .row {
    margin-bottom: 75px;
    position: relative;
  }
  #lead .row .photo-1 {
    margin-top: 0;
    position: absolute;
    left: calc(50% - 50px);
    top: -122px;
    right: -235px;
  }
  #lead .row .content {
    margin-top: -60px;
  }
  #lead .row .content h2 {
    margin-bottom: 25px;
  }
  #lead .row .content .txt {
    width: 530px;
    margin-left: 40px;
  }
  #lead .lead-slide {
    height: 870px;
    margin-bottom: 30px;
  }
  #lead .lead-slide::before {
    width: 1000%;
    height: 870px;
    background-size: 2930px;
    animation: slidein 300s linear infinite;
  }
}
#reco {
  padding: 10vw 0 0;
}
#reco .reco-top {
  padding: 0 0 10vw;
  background: url(../img/menu/reco_bg1.png) no-repeat center top 2vw/100%, url(../img/menu/reco_bg2.png) no-repeat center top 42%/110%;
}
#reco .reco-top .text-latin {
  font-size: 10vw;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 10vw;
}
#reco .reco-top h2 {
  width: 50%;
  margin: 0 auto 10vw;
  position: relative;
  z-index: 2;
}
#reco .reco-top .box-1 {
  position: relative;
  margin-bottom: 10vw;
}
#reco .reco-top .box-1 .photo-1 {
  margin: 0 -5vw;
}
#reco .reco-top .box-1 .ttl-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-15%);
  bottom: -20px;
}
#reco .reco-top .box-1 .ttl-1 h3 {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#reco .reco-top .box-1 .ttl-1 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -10px;
}
#reco .reco-top .box-2 {
  position: relative;
  margin-bottom: 15vw;
}
#reco .reco-top .box-2 h3 {
  width: 80%;
  margin: 0 auto 5vw;
}
#reco .reco-top .box-2 .desc-1 {
  position: absolute;
  right: 10vw;
  bottom: 25vw;
}
#reco .reco-top .box-2 .desc-1 span {
  display: block;
  color: #fff;
  background: #000;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 0;
  line-height: 22px;
}
#reco .reco-top .box-2 .desc-2 {
  position: absolute;
  right: 20vw;
  bottom: -5vw;
}
#reco .reco-top .box-2 .desc-2 .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#reco .reco-top .box-2 .desc-2 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}
#reco .reco-top .row-1 .box-3 {
  position: relative;
  margin-bottom: 10px;
}
#reco .reco-top .row-1 .box-3 .desc-1 {
  position: absolute;
  right: 5vw;
  top: 5vw;
}
#reco .reco-top .row-1 .box-3 .desc-1 span {
  display: block;
  color: #fff;
  background: #000;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 0;
  line-height: 22px;
}
#reco .reco-top .row-1 .box-3 .desc-2 {
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 20px;
  position: relative;
  z-index: 1;
}
#reco .reco-top .row-1 .box-3 .desc-2 .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#reco .reco-top .row-1 .box-3 .desc-2 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}
#reco .reco-bot {
  padding: 15vw 0;
  background: url(../img/menu/reco_bg3.jpg) no-repeat center center/cover;
}
#reco .reco-bot .box-4 {
  position: relative;
}
#reco .reco-bot .box-4 h3 {
  width: 20%;
  top: 0;
  left: 0;
  position: absolute;
}
#reco .reco-bot .box-4 .content {
  width: 80%;
  margin-left: auto;
  margin-bottom: 20px;
}
#reco .reco-bot .box-4 .content .desc {
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 0;
  position: relative;
  z-index: 1;
}
#reco .reco-bot .box-4 .content .desc .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#reco .reco-bot .box-4 .content .desc .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}

@media screen and (min-width: 768px) {
  #reco {
    padding: 0;
  }
  #reco .reco-top {
    padding: 0 0 100px;
    background: url(../img/menu/reco_bg1.png) no-repeat right calc(50% + 590px) top 40px/auto, url(../img/menu/reco_bg2.png) no-repeat center top 100px/auto;
  }
  #reco .reco-top .wrap {
    max-width: 1500px;
  }
  #reco .reco-top .text-latin {
    font-size: 155px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    left: -40px;
    top: -20px;
    letter-spacing: -3px;
  }
  #reco .reco-top h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 240px;
  }
  #reco .reco-top .txt {
    width: 665px;
    position: absolute;
    top: 90px;
    left: calc(50% - 160px);
  }
  #reco .reco-top .box-1 {
    margin-bottom: 35px;
  }
  #reco .reco-top .box-1 .photo-1 {
    margin: -270px -95px 0 65px;
  }
  #reco .reco-top .box-1 .ttl-1 {
    transform: translateX(30%);
    bottom: 30px;
  }
  #reco .reco-top .box-1 .ttl-1 h3 {
    font-size: 56px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 30px;
  }
  #reco .reco-top .box-1 .ttl-1 .price {
    font-size: 50px;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: -35px;
    display: block;
    letter-spacing: 3px;
  }
  #reco .reco-top .box-1 .ttl-1 .price small {
    font-size: 40px;
    width: -moz-max-content;
    width: max-content;
  }
  #reco .reco-top .box-2 {
    margin-bottom: 0;
    z-index: 1;
  }
  #reco .reco-top .box-2 h3 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    left: 140px;
    top: 55px;
    z-index: 1;
  }
  #reco .reco-top .box-2 .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: -65px;
  }
  #reco .reco-top .box-2 .desc-1 {
    right: 150px;
    bottom: 415px;
  }
  #reco .reco-top .box-2 .desc-1 span {
    padding: 10px 7px;
    line-height: 32px;
    font-size: 32px;
    letter-spacing: 2px;
  }
  #reco .reco-top .box-2 .desc-2 {
    right: 300px;
    bottom: 5px;
  }
  #reco .reco-top .box-2 .desc-2 .ttl {
    font-size: 56px;
    padding: 15px 30px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  #reco .reco-top .box-2 .desc-2 .price {
    font-size: 50px;
    margin-right: -100px;
    letter-spacing: 3px;
  }
  #reco .reco-top .box-2 .desc-2 .price small {
    font-size: 40px;
  }
  #reco .reco-top .row-1 {
    position: relative;
  }
  #reco .reco-top .row-1 .box-3 {
    margin-bottom: 10px;
    max-width: 680px;
    position: absolute;
    top: -235px;
    left: 125px;
    height: 480px;
    right: calc(50% - 50px);
  }
  #reco .reco-top .row-1 .box-3 .desc-1 {
    right: 45px;
    top: 30px;
  }
  #reco .reco-top .row-1 .box-3 .desc-1 span {
    padding: 10px;
    line-height: 24px;
    font-size: 32px;
    letter-spacing: 2px;
  }
  #reco .reco-top .row-1 .box-3 .desc-2 {
    margin: -20px 0 0 40px;
    position: absolute;
    bottom: -115px;
  }
  #reco .reco-top .row-1 .box-3 .desc-2 .ttl {
    font-size: 56px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 15px;
  }
  #reco .reco-top .row-1 .box-3 .desc-2 .price {
    font-size: 50px;
    margin-left: auto;
    margin-right: -50px;
    letter-spacing: 3px;
  }
  #reco .reco-top .row-1 .box-3 .desc-2 .price small {
    font-size: 40px;
  }
  #reco .reco-top .row-1 .txt-1 {
    width: 430px;
    margin-left: calc(50% + 134px);
    padding-top: 100px;
  }
  #reco .reco-bot {
    padding: 60px 0 95px;
  }
  #reco .reco-bot .wrap {
    max-width: 1140px;
  }
  #reco .reco-bot .box-4 h3 {
    width: -moz-max-content;
    width: max-content;
    top: 22px;
    left: -30px;
    z-index: 9;
  }
  #reco .reco-bot .box-4 .content {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #reco .reco-bot .box-4 .content .desc {
    width: -moz-max-content;
    width: max-content;
    margin: -75px 0 0 -45px;
    position: relative;
    z-index: 1;
  }
  #reco .reco-bot .box-4 .content .desc .ttl {
    font-size: 56px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 30px;
  }
  #reco .reco-bot .box-4 .content .desc .price {
    font-size: 50px;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: -25px;
    letter-spacing: 3px;
  }
  #reco .reco-bot .box-4 .content .desc .price small {
    font-size: 40px;
  }
  #reco .reco-bot .box-4 .txt {
    width: 415px;
    margin-left: auto;
    margin-top: -285px;
    margin-right: -30px;
    position: relative;
  }
}
#menu {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background: url("../img/menu/menu_pt1.jpg") repeat;
}

#menu .content {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

#menu .content .panel .desc-1 {
  margin-left: 100px;
  margin-bottom: 100px;
  margin: 15px 0 55px 150px;
}

#menu .content .panel h2 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-left: 10px;
}

#menu .content .panel .desc-2 {
  margin-bottom: 40px;
  margin-left: 10px;
}

#menu .content .panel .list-menu {
  display: flex;
  padding: 20px 0;
  position: relative;
  z-index: 99;
  align-items: center;
  height: 100vh;
}

#menu .content .panel .list-menu .animate {
  width: 80vw;
  margin: 0 15px;
}

#menu .content .panel .list-menu .animate dl {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}

#menu .content .panel .list-menu .animate dl::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  bottom: -5px;
  position: absolute;
  left: 0;
}

#menu .content .panel .list-menu .animate dl dt {
  font-size: 24px;
}

#menu .content .panel .list-menu .animate dl dd {
  font-size: 20px;
}

#menu .content .panel .list-menu .animate dl dd small {
  font-size: 17px;
}

#menu .content .panel .list-menu .animate .desc {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
}

#menu .content .panel .list-menu .animate .desc span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 2px;
  background: #000;
  color: #fff;
  line-height: 22px;
  font-size: 18px;
}

#menu .content .panel .list-menu .animate .photo {
  margin-bottom: 15px;
  height: 70vw;
}

#menu .content .panel .list-menu .animate .photo img {
  height: 70vw;
}

@media screen and (min-width: 768px) {
  #menu .content {
    display: flex;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  #menu .content .panel .desc-1 {
    margin-left: 100px;
    margin-bottom: 100px;
    margin: 15px 0 55px 150px;
  }
  #menu .content .panel h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  #menu .content .panel .desc-2 {
    margin-bottom: 40px;
    margin-left: 10px;
  }
  #menu .content .panel .list-menu {
    display: flex;
    padding: 20px 0;
    position: relative;
    z-index: 99;
    align-items: center;
    height: 100vh;
  }
  #menu .content .panel .list-menu .animate {
    width: 600px;
    margin: 0 30px;
  }
  #menu .content .panel .list-menu .animate dl {
    padding: 0 30px 15px;
  }
  #menu .content .panel .list-menu .animate dl::after {
    bottom: -7px;
  }
  #menu .content .panel .list-menu .animate dl dt {
    font-size: 40px;
  }
  #menu .content .panel .list-menu .animate dl dd {
    font-size: 30px;
  }
  #menu .content .panel .list-menu .animate dl dd small {
    font-size: 24px;
  }
  #menu .content .panel .list-menu .animate .desc {
    right: 15px;
    top: 15px;
  }
  #menu .content .panel .list-menu .animate .desc span {
    padding: 10px;
    line-height: 28px;
    font-size: 40px;
  }
  #menu .content .panel .list-menu .animate .photo {
    margin-bottom: 30px;
    height: 505px;
  }
  #menu .content .panel .list-menu .animate .photo img {
    height: 505px;
  }
}
#tori {
  padding: 0 0 20vw;
}
#tori .box-top {
  position: relative;
}
#tori .box-top .bg-parallax {
  height: 80vw;
}
#tori .box-top h2 {
  width: 33%;
  margin-right: 5vw;
  right: 5vw;
  top: 10vw;
  position: absolute;
  z-index: 99;
}
#tori .txt-latin {
  font-size: 12vw;
  margin-top: -15vw;
}
#tori .row-1 .col-right {
  margin-bottom: 20px;
  position: relative;
}
#tori .row-1 .col-right .desc-1 {
  position: absolute;
  right: 15vw;
  bottom: 22vw;
}
#tori .row-1 .col-right .desc-1 span {
  display: block;
  color: #fff;
  background: #000;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  padding: 5px 0;
  line-height: 22px;
}
#tori .row-1 .col-right .desc-2 {
  width: -moz-max-content;
  width: max-content;
  margin: -15% 0 0 45%;
  position: relative;
  z-index: 1;
}
#tori .row-1 .col-right .desc-2 .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#tori .row-1 .col-right .desc-2 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}
#tori .row-1 .col-left {
  margin-bottom: 50px;
}
#tori .row-2 .box {
  position: relative;
  margin-bottom: 10px;
}
#tori .row-2 .box .desc-1 {
  position: absolute;
  left: 5vw;
  top: -5vw;
}
#tori .row-2 .box .desc-1 span {
  display: block;
  color: #fff;
  background: #000;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 0;
  line-height: 22px;
}
#tori .row-2 .box .desc-2 {
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 10%;
  position: relative;
  z-index: 1;
}
#tori .row-2 .box .desc-2 .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#tori .row-2 .box .desc-2 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}
#tori .row-2 .box-l {
  margin-bottom: 40px;
}
#tori .row-2 .box-l .desc-2 {
  margin: -20px 0 0 30%;
}

@media screen and (min-width: 768px) {
  #tori {
    padding: 0 0 85px;
  }
  #tori .box-top .bg-parallax {
    height: 700px;
  }
  #tori .box-top h2 {
    width: -moz-max-content;
    width: max-content;
    right: auto;
    top: 115px;
    left: calc(50% + 370px);
  }
  #tori .wrap {
    max-width: 1500px;
  }
  #tori .txt-latin {
    position: absolute;
    font-size: 155px;
    top: -240px;
    left: -30px;
    writing-mode: vertical-rl;
    margin-top: 0;
  }
  #tori .row-1 {
    margin-bottom: 90px;
  }
  #tori .row-1 .col-right {
    margin-bottom: 0;
    position: absolute;
    left: calc(50% - 185px);
    top: -110px;
    right: -15px;
    z-index: 9;
  }
  #tori .row-1 .col-right .desc-1 {
    right: 165px;
    bottom: 200px;
  }
  #tori .row-1 .col-right .desc-1 span {
    font-size: 32px;
    line-height: 40px;
    padding: 15px 10px;
    line-height: 22px;
  }
  #tori .row-1 .col-right .desc-2 {
    margin: -155px 0 0 410px;
  }
  #tori .row-1 .col-right .desc-2 .ttl {
    font-size: 56px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 25px;
  }
  #tori .row-1 .col-right .desc-2 .price {
    font-size: 50px;
    margin-left: auto;
    margin-right: -80px;
    letter-spacing: 3px;
  }
  #tori .row-1 .col-right .desc-2 .price small {
    font-size: 40px;
  }
  #tori .row-1 .col-left {
    width: 355px;
    margin: 0 calc(50% + 210px) 0 auto;
    padding-top: 85px;
  }
  #tori .row-2 {
    max-width: 1450px;
    margin-left: auto;
    margin-right: -50px;
  }
  #tori .row-2 .box {
    margin-bottom: 10px;
    width: calc(50% - 20px);
  }
  #tori .row-2 .box .desc-1 {
    left: 50px;
    top: -25px;
  }
  #tori .row-2 .box .desc-1 span {
    font-size: 32px;
    padding: 15px 8px;
    line-height: 32px;
  }
  #tori .row-2 .box .desc-2 {
    margin: -30px 0 0 10%;
  }
  #tori .row-2 .box .desc-2 .ttl {
    font-size: 56px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 20px;
  }
  #tori .row-2 .box .desc-2 .price {
    font-size: 50px;
    margin-left: auto;
    margin-right: -30px;
  }
  #tori .row-2 .box .desc-2 .price small {
    font-size: 40px;
  }
  #tori .row-2 .box-l {
    margin-bottom: 40px;
  }
  #tori .row-2 .box-l .desc-2 {
    margin: -30px 0 0 35%;
  }
  #tori .row-2 .box-r {
    margin-top: 205px;
  }
}
#kanmuri {
  padding: 0 0 10vw;
}
#kanmuri .box-1 {
  position: relative;
}
#kanmuri .box-1 .bg-parallax {
  height: 80vw;
}
#kanmuri .box-1 h2 {
  position: absolute;
  top: -10vw;
  width: 55%;
  left: 5vw;
}
#kanmuri .photo-1 {
  margin-top: -10vw;
}
#kanmuri .desc {
  width: -moz-max-content;
  width: max-content;
  margin: -20px auto 15px auto;
  position: relative;
  z-index: 1;
}
#kanmuri .desc .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#kanmuri .desc .price {
  font-size: 20px;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #kanmuri {
    padding: 0 0 85px;
  }
  #kanmuri .box-1 .bg-parallax {
    height: 700px;
  }
  #kanmuri .box-1 h2 {
    top: -135px;
    width: -moz-max-content;
    width: max-content;
    left: auto;
    right: calc(50% + 235px);
  }
  #kanmuri .wrap {
    max-width: 1200px;
  }
  #kanmuri .photo-1 {
    margin-top: -170px;
    margin-left: -80px;
    margin-right: -30px;
  }
  #kanmuri .desc {
    margin: -100px 45px 15px auto;
  }
  #kanmuri .desc .ttl {
    font-size: 46px;
    line-height: 47px;
    padding: 15px 30px;
    margin-bottom: 40px;
  }
  #kanmuri .desc .price {
    font-size: 50px;
    margin-left: auto;
    letter-spacing: 2px;
  }
  #kanmuri .desc .price small {
    font-size: 36px;
  }
  #kanmuri .desc .price span {
    font-size: 40px;
  }
  #kanmuri .txt {
    margin: -145px 0 0 100px;
  }
}
#itarian {
  padding: 15vw 0;
  background: url(../img/menu/itarian_pt.jpg);
}
#itarian h2 {
  width: 80%;
  margin: 0 auto 5vw;
}
#itarian .box {
  margin-bottom: 30px;
}
#itarian .box .desc {
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 20px;
  position: relative;
  z-index: 1;
}
#itarian .box .desc .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
#itarian .box .desc .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -30px;
}

@media screen and (min-width: 768px) {
  #itarian {
    padding: 110px 0 200px;
  }
  #itarian .wrap {
    max-width: 1200px;
  }
  #itarian h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    position: absolute;
    left: calc(50% + 35px);
    top: 10px;
  }
  #itarian .box {
    margin-bottom: 30px;
  }
  #itarian .box .desc {
    margin: -55px 0 0 45px;
  }
  #itarian .box .desc .ttl {
    font-size: 46px;
    line-height: 56px;
    padding: 15px 30px;
    margin-bottom: 30px;
  }
  #itarian .box .desc .price {
    font-size: 50px;
    margin-left: auto;
    margin-right: -15px;
  }
  #itarian .box .desc .price small {
    font-size: 40px;
  }
  #itarian .box-1 {
    margin-left: -70px;
  }
  #itarian .box-2 {
    position: absolute;
    bottom: -200px;
    left: calc(50% + 10px);
    right: -50px;
  }
  #itarian .box-2 .desc {
    margin: -10px 0 0 25px;
  }
  #itarian .box-2 .desc .ttl {
    letter-spacing: -4px;
  }
  #itarian .box-2 .desc .price {
    margin-right: 25px;
    letter-spacing: 3px;
  }
  #itarian .txt {
    width: 555px;
    position: absolute;
    left: calc(50% + 40px);
    top: 260px;
  }
}
.para-g {
  padding-top: 15vw;
  position: relative;
}
.para-g .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.para-g .content h2 {
  font-size: 8vw;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.para-g .content .btn-t2 a {
  border-radius: 50vw;
  background: transparent;
}

.para-g .para {
  padding-bottom: 0;
  position: relative;
}

.para-g .para .para__inside {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.para-g .para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.para-g .para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  right: 0;
}

.para-g .para .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-g .para .wrap.active__on {
  opacity: 1;
}

.para-g .para .wrap__content {
  padding-top: 0;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.para-g .overlay {
  z-index: 2;
  opacity: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.para-g .overlay img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .para-g {
    padding-top: 114px;
  }
  .para-g .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
  }
  .para-g .content h2 {
    font-size: 46px;
    line-height: 70px;
    margin-bottom: 40px;
  }
  .para-g .content .btn-t2 a {
    margin: 0 auto;
  }
  .para-g .content .btn-t2 a::before {
    background: #b10f0f;
  }
  .para-g::before {
    top: 0;
    left: 0;
    right: 0;
    height: 157px;
  }
  .para-g .para {
    padding-bottom: 0;
  }
  .para-g .para .para__inside {
    height: 800px;
  }
  .para-g .para .img-parallax img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .para-g .para .wrap {
    margin-bottom: 0;
  }
  .para-g .para .wrap__content {
    padding-top: 54px;
    text-align: center;
  }
  .para-g .overlay {
    background: url("../img/course/premium_bg02.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}
.common-js .photo {
  position: relative;
  height: 425px;
  overflow: hidden;
}

.common-js .photo li {
  position: absolute;
  clip-path: inset(0% 0 0 0);
  width: 100%;
  height: 525px;
  top: 0;
  will-change: transform;
}

.common-js .photo li:nth-child(n+2) {
  clip-path: inset(100% 0px 0% 0);
}

.common-js .photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.common-js .content {
  padding: 12vw 5vw 15vw;
  background: url(../img/shared/pt2.jpg);
  color: #fff;
}
.common-js .content h2 {
  width: 80%;
  margin: 0 auto 5vw;
}
.common-js .content .list dl {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 5px;
}
.common-js .content .list .border {
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.common-js .content .list .last {
  background: #b10f0f;
  margin-top: 5px;
}
.common-js .content .list .last dd {
  font-size: 24px;
}
.common-js .content .list .last dd small {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .common-js {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100vh;
  }
  .common-js .photo {
    width: 50%;
    height: 100vh;
  }
  .common-js .photo li {
    height: calc(100vh + 100px);
  }
  .common-js .content {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 40px 30px 70px;
  }
  .common-js .content h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
  }
  .common-js .content .inner {
    width: 460px;
    margin: 0 auto;
  }
  .common-js .content .inner .list dl {
    font-size: 24px;
    padding: 5px;
  }
  .common-js .content .inner .list .border {
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .common-js .content .inner .list .last {
    margin-top: 5px;
    padding: 10px 20px;
  }
  .common-js .content .inner .list .last dd {
    font-size: 36px;
    letter-spacing: 3px;
  }
  .common-js .content .inner .list .last dd small {
    font-size: 20px;
  }
}
#sake {
  padding: 0 0 10vw;
  background: url(../img/menu/sake_bg1.png) no-repeat left bottom/100%;
}
#sake .box-1 {
  position: relative;
  margin-bottom: 10vw;
}
#sake .box-1 h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 35%;
}
#sake .box-1 .ttl-2 {
  position: absolute;
  right: 10%;
  bottom: -7vw;
  width: 25%;
  z-index: 1;
}
#sake .row-1 {
  margin-bottom: 20vw;
}
#sake .row-1 .col-left {
  position: relative;
  margin-bottom: 30px;
}
#sake .row-1 .col-left .desc-1 {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}
#sake .row-1 .col-left .desc-1 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
}
#sake .row-1 .col-right .txt {
  margin-bottom: 30px;
}
#sake .row-1 .col-right .desc-2 {
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 0;
  position: relative;
  z-index: 1;
}
#sake .row-1 .col-right .desc-2 .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
}
#sake .row-1 .col-right .desc-2 .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -10px;
}
#sake .row-2 .col-left {
  position: relative;
  margin-bottom: 30px;
}
#sake .row-2 .col-left h3 {
  position: absolute;
  width: 55%;
  left: 10vw;
  top: -12vw;
  z-index: 1;
}
#sake .row-2 .col-right {
  margin-bottom: 20px;
}
#sake .row-2 .col-right .photo-3 {
  margin-bottom: 20px;
}
#sake .row-3 .col-right {
  position: relative;
  margin-bottom: 20px;
}
#sake .row-3 .col-right .desc-1 {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}
#sake .row-3 .col-right .desc-1 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
}
#sake .row-3 .col-left {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}
#sake .row-3 .col-left .ttl {
  background: #b10f0f;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
}
#sake .row-3 .col-left .price {
  font-size: 20px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  #sake {
    padding: 0 0 100px;
    background: url(../img/menu/sake_bg1.png) no-repeat left calc(50% - 285px) bottom 90px/auto;
  }
  #sake .box-1 {
    margin-bottom: 70px;
  }
  #sake .box-1 .bg-parallax {
    height: 700px;
  }
  #sake .box-1 h2 {
    left: 220px;
    top: 100px;
    transform: translate(0, 0);
    width: -moz-max-content;
    width: max-content;
  }
  #sake .box-1 .ttl-2 {
    right: 300px;
    bottom: -90px;
    width: -moz-max-content;
    width: max-content;
  }
  #sake .wrap {
    max-width: 1500px;
  }
  #sake .row-1 {
    margin-bottom: 80px;
    position: relative;
  }
  #sake .row-1 .col-left {
    margin-bottom: 30px;
    max-width: 760px;
    height: 515px;
    left: 65px;
    right: calc(50% - 75px);
    position: absolute;
    top: 0;
  }
  #sake .row-1 .col-left .desc-1 {
    left: 25px;
    bottom: 25px;
  }
  #sake .row-1 .col-left .desc-1 span {
    font-size: 32px;
    line-height: 44px;
  }
  #sake .row-1 .col-right {
    width: 420px;
    height: 515px;
    margin-left: calc(50% + 165px);
    padding-top: 85px;
  }
  #sake .row-1 .col-right .txt {
    margin:0 20px 80px 10px
  }
  #sake .row-1 .col-right .desc-2 {
    width: -moz-max-content;
    width: max-content;
    margin: -20px 0 0 0;
    position: relative;
    z-index: 1;
  }
  #sake .row-1 .col-right .desc-2 .ttl {
    font-size: 46px;
    padding: 25px 30px;
    margin-bottom: 30px;
  }
  #sake .row-1 .col-right .desc-2 .price {
    font-size: 50px;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    margin-right: -5px;
    letter-spacing: 3px;
  }
  #sake .row-1 .col-right .desc-2 .price small {
    font-size: 40px;
  }
  #sake .row-2 {
    position: relative;
  }
  #sake .row-2 .col-left {
    margin-bottom: 30px;
    max-width: calc(50% - 195px);
    height: 767px;
    left: 130px;
    right: 65px;
  }
  #sake .row-2 .col-left h3 {
    width: 325px;
    height: 136px;
    left: 55px;
    top: -100px;
  }
  #sake .row-2 .col-right {
    margin-bottom: 20px;
    position: absolute;
    top: -95px;
    left: calc(50% - 20px);
    right: -155px;
  }
  #sake .row-2 .col-right .photo-3 {
    margin-bottom: 55px;
    max-width: 920px;
    height: 570px;
  }
  #sake .row-2 .col-right .photo-3 img {
    height: 570px;
  }
  #sake .row-2 .col-right .txt {
    width: 555px;
    margin-left: 55px;
  }
  #sake .row-3 {
    position: relative;
    height: 400px;
  }
  #sake .row-3 .col-right {
    margin-bottom: 20px;
    position: absolute;
    left: calc(50% + 15px);
    top: -80px;
    height: 400px;
    right: 145px;
  }
  #sake .row-3 .col-right .desc-1 {
    left: 15px;
    bottom: 15px;
  }
  #sake .row-3 .col-right .desc-1 span {
    font-size: 32px;
    line-height: 44px;
    padding: 0 15px;
  }
  #sake .row-3 .col-left {
    margin-right: calc(50% + 70px);
    margin-left: auto;
    padding-top: 145px;
  }
  #sake .row-3 .col-left .ttl {
    font-size: 46px;
    padding: 25px;
    margin-bottom: 30px;
    letter-spacing: -3px;
  }
  #sake .row-3 .col-left .price {
    font-size: 50px;
    margin-left: auto;
    margin-right: 0;
    letter-spacing: 5px;
  }
  #sake .row-3 .col-left .price small {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #reco .reco-top .text-latin {
    font-size: 120px;
    left: 10px;
  }
  #reco .reco-top .txt {
    left: calc(50% - 100px);
  }
  #reco .reco-top .row-1 .box-3 {
    top: -200px;
  }
  #kanmuri .box-1 h2 {
    right: auto;
    left: 50px;
  }
  #kanmuri .photo-1 {
    margin-left: 0;
  }
  #lead .row .content h2 {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #reco .reco-top {
    padding: 0 0 150px;
  }
  #reco .reco-top h2 {
    margin: 0 0 0 120px;
  }
  #reco .reco-top .txt {
    width: 600px;
    top: 50px;
  }
  #reco .reco-top .row-1 .txt-1 {
    margin-left: calc(50% + 95px);
  }
  #reco .reco-top .box-2 .desc-2 {
    right: 150px;
  }
  #reco .reco-top .row-1 .box-3 {
    top: -170px;
  }
  #reco .reco-bot .box-4 h3 {
    left: 0;
  }
  #reco .reco-bot .box-4 .content .desc {
    margin: -75px 0 0 0;
  }
  #reco .reco-bot .box-4 .txt {
    margin-right: 30px;
  }
  #tori .box-top h2 {
    left: calc(50% + 260px);
  }
  #tori .row-1 .col-right .desc-1 {
    right: 120px;
    bottom: 180px;
  }
  #tori .row-1 .col-right .desc-2 {
    margin: -125px 0 0 325px;
  }
  #tori .txt-latin {
    top: -450px;
  }
  #tori .row-1 .col-left {
    margin: 0 calc(50% + 210px) 0 5px;
  }
  #kanmuri .desc .ttl {
    font-size: 40px;
  }
  #itarian h2 {
    width: 485px;
  }
  #itarian .txt {
    width: 480px;
  }
  #sake .row-1 .col-right {
    margin-left: calc(50% + 100px);
  }
  #sake .row-2 .col-right .txt {
    width: 485px;
  }
  #sake .box-1 .ttl-2 {
    right: 50px;
  }
  #sake .row-3 .col-right {
    right: 50px;
  }
  #sake .row-2 .col-left h3 {
    left: 20px;
  }
  .para-g .para .para__inside {
    height: calc(100vh - 100px);
  }
}
.s-popup {
  background: #fff;
  position: relative;
  top: 40px;
  padding: 30px 10px;
}
.s-popup h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.s-popup .desc {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 24px;
}
.s-popup .row .col .item {
  margin-bottom: 30px;
}
.s-popup .row .col .item h3 {
  font-family: "Shippori Mincho";
  font-size: 22px;
  border-bottom: 2px solid #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.s-popup .row .col .item h3::after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  bottom: -5px;
  position: absolute;
  left: 0;
}
.s-popup .row .col .item dl {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dashed #dcdbdb;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.s-popup .row .col .item dl dt {
  text-align: left;
}
.s-popup .row .col .item dl dd {
  text-align: right;
}
.s-popup .row .col .item dl span {
  display: block;
  margin-bottom: 10px;
}
.s-popup .row .col .item .sub-desc {
  text-align: left;
}
.s-popup .box {
  border: 2px solid #000;
  padding: 35px 15px 15px;
  position: relative;
}
.s-popup .box h3 {
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
}
.s-popup .box .box-desc-1 {
  background: #000;
  color: #fff;
  border-radius: 50vw;
  margin-bottom: 10px;
}
.s-popup .box .box-desc-2 {
  margin-bottom: 20px;
}
.s-popup .box .box-desc-3 {
  font-size: 16px;
  background: #f1f1f1;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .s-popup {
    background: #fff;
    position: relative;
    top: 40px;
    padding: 50px 50px;
  }
  .s-popup h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .s-popup .desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .s-popup .row {
    max-width: 1000px;
    margin: 0 auto;
  }
  .s-popup .row .col {
    width: 31%;
  }
  .s-popup .row .col .item {
    margin-bottom: 40px;
  }
  .s-popup .row .col .item h3 {
    font-size: 18px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .s-popup .row .col .item h3::after {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    bottom: -5px;
    position: absolute;
    left: 0;
  }
  .s-popup .row .col .item dl {
    padding: 5px 0;
    line-height: 25px;
    font-size: 14px;
  }
  .s-popup .box {
    padding: 35px 15px 15px;
    position: relative;
    max-width: 1000px;
    margin: 30px auto 10px;
  }
  .s-popup .box h3 {
    font-size: 30px;
    top: -20px;
    padding: 0 10px;
  }
  .s-popup .box .box-desc-1 {
    margin-bottom: 10px;
    font-size: 20px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
    padding: 5px 40px;
    letter-spacing: 3px;
  }
  .s-popup .box .box-desc-1 span {
    font-size: 26px;
  }
  .s-popup .box .box-desc-2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .s-popup .box .box-desc-3 {
    font-size: 18px;
    padding: 15px;
    line-height: 36px;
  }
}/*# sourceMappingURL=menu.css.map */