.en-all {
  font-size: 2vw;
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .en-all {
    font-size: 9px;
  }
}

.ttl-all {
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #e3ded5;
  line-height: 1.8em;
}
.ttl-all .small {
  font-size: 80%;
  letter-spacing: 0.2em;
}
.ttl-all .big {
  font-size: 124%;
  letter-spacing: 0.2em;
}
.ttl-all .bigger {
  font-size: 144%;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .ttl-all {
    font-size: 50px;
    line-height: 94px;
  }
}

.btn-pop a {
  margin: 0 auto;
  box-sizing: border-box;
  width: 310px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #e3ded5;
  border-radius: 3px;
  border: 1px solid #e3ded5;
  position: relative;
  z-index: 1;
}
.btn-pop a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_popup.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 11px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .btn-pop a {
    width: 350px;
    height: 76px;
    font-size: 18px;
    padding-right: 22px;
    transition: 0.4s ease;
  }
  .btn-pop a::before {
    width: 11px;
    right: 27px;
  }
  .btn-pop a:hover {
    background: #820f0f;
    letter-spacing: 0.25em;
  }
}

#lead {
  padding: 40vw 0 0;
  position: relative;
}
#lead::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg3.jpg) repeat;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(50% + 26.4vw);
  z-index: -1;
}
#lead .deco1 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
#lead .deco2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#lead .group-tit {
  position: relative;
  margin: 0 0 6vw;
  display: flex;
  align-items: center;
}
#lead .group-tit h2 {
  white-space: nowrap;
}
#lead .group-tit h2 .pt {
  padding-top: 50vw;
}
#lead .group-tit .en-all {
  margin-right: 5vw;
  padding-top: 50vw;
}
#lead .img {
  width: 86.7vw;
  height: 56vw;
  margin-bottom: 6vw;
}
#lead .desc .txt {
  margin-bottom: 30px;
}
#lead .desc .txt:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 127px 0 0;
  }
  #lead::before {
    right: 0;
    left: calc(50% + 277px);
  }
  #lead .group-tit {
    padding-top: 86px;
    margin: 0 0 53px 55px;
  }
  #lead .group-tit h2 .pt {
    padding-top: 209px;
  }
  #lead .group-tit .en-all {
    margin-right: 44px;
    padding-top: 207px;
  }
  #lead .img {
    width: 560px;
    height: 760px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: -146px;
  }
  #lead .desc {
    margin-left: -15px;
    width: 750px;
  }
  #lead .desc .txt {
    margin-bottom: 35px;
  }
}

#osteotomy {
  position: relative;
  height: calc(100vh - 63px);
}
#osteotomy::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg3.jpg) repeat;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(50% + 26.4vw);
  z-index: -2;
  transition: all 0.3s ease;
}
#osteotomy::after {
  content: "";
  position: absolute;
  background: #231308;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
#osteotomy.active::before {
  opacity: 0;
}
#osteotomy.active::after {
  opacity: 1;
}
#osteotomy.active #js-photo {
  background: #231308;
}
#osteotomy.active #js-photo .photo img {
  opacity: 0.3;
}
#osteotomy #js-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#osteotomy #js-photo .wrap-slider {
  height: auto;
  aspect-ratio: 650/400;
}
#osteotomy #js-photo .slider {
  width: 100%;
  height: 100%;
}
#osteotomy #js-photo .photo {
  width: 100%;
  height: 100%;
}
#osteotomy #js-photo .photo img {
  transition: all 0.3s ease;
}
#osteotomy .desc {
  position: absolute;
  inset: 0 6.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
#osteotomy .desc h2 {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #osteotomy {
    height: calc(100vh - 64px);
  }
  #osteotomy::before {
    top: -2px;
    left: calc(50% + 277px);
  }
  #osteotomy .desc {
    inset: 0;
  }
  #osteotomy .desc h2 {
    font-size: 52px;
    margin-bottom: 56px;
    line-height: 86px;
  }
  #osteotomy .desc .txt {
    text-align: center;
  }
}

#course {
  padding: 20vw 0 0;
  position: relative;
}
#course .row1 {
  margin-bottom: 12vw;
}
#course .row1 h2 {
  text-align: center;
  margin-bottom: 6vw;
}
#course .row1 .txt {
  margin-bottom: 30px;
}
#course .row2 .wrap-slider {
  margin-bottom: -10vw;
}
#course .row2 .wrap-slider .slider-thumb {
  margin-bottom: 5vw;
  position: relative;
  display: flex;
  gap: 2vw;
  z-index: 4;
}
#course .row2 .wrap-slider .slider-thumb .photo {
  width: 40vw;
  position: relative;
  z-index: 1;
  background: #000;
}
#course .row2 .wrap-slider .slider-thumb .photo::before {
  content: "";
  position: absolute;
  background: url(../img/fugu/overlay.png) repeat;
  opacity: 1;
  inset: 0;
  z-index: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
#course .row2 .wrap-slider .slider-thumb .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  z-index: 2;
}
#course .row2 .wrap-slider .slider-thumb .photo img {
  opacity: 0.7;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active::before {
  opacity: 0;
  visibility: hidden;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active::after {
  border-color: #e1d8cb;
}
#course .row2 .wrap-slider .slider-thumb .photo.is-active img {
  opacity: 1;
}
#course .row2 .wrap-slider .slick-slide {
  line-height: 1em;
}
#course .row2 .wrap-slider .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#course .row2 .desc {
  position: relative;
  padding: 25vw 0 11vw;
  color: #36302c;
}
#course .row2 .desc::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
}
#course .row2 .desc .deco1 {
  position: absolute;
  bottom: 0;
  right: calc(50% - 50vw);
  width: 72.7vw;
  z-index: -1;
}
#course .row2 .desc .label {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 4vw;
}
#course .row2 .desc .label .bg {
  display: inline-block;
  background: #36302c;
  padding: 2vw 6vw;
}
#course .row2 .desc .en-all {
  color: #36302c;
  margin-left: 5vw;
}
#course .row2 .desc h3 {
  color: #36302c;
  margin-bottom: 6vw;
}
#course .row2 .desc .dish {
  margin-bottom: 6vw;
}
#course .row2 .desc .dish dl {
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
}
#course .row2 .desc .dish dl:last-child {
  margin-bottom: 0;
}
#course .row2 .desc .dish dl dt {
  flex-shrink: 0;
  width: 40vw;
}
#course .row2 .desc .txt {
  margin-bottom: 8vw;
}
#course .row2 .desc .tit {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
#course .row2 .desc .tit .line {
  position: relative;
}
#course .row2 .desc .tit .line::before, #course .row2 .desc .tit .line::after {
  content: "";
  position: absolute;
  background: #998e7f;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#course .row2 .desc .tit .line::before {
  right: calc(100% + 3vw);
  left: calc(50% - 50vw);
}
#course .row2 .desc .tit .line::after {
  left: calc(100% + 3vw);
  right: calc(50% - 50vw);
}
#course .row2 .desc ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6vw;
}
#course .row2 .desc ul li {
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
#course .row2 .desc .btn-pop a {
  border-color: #36302c;
  color: #36302c;
}
#course .row2 .desc .btn-pop a::before {
  background-image: url(../img/shared/icon_popup_b.png);
}
#course .deco2 {
  position: absolute;
  left: 0;
  bottom: -25vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #course {
    padding: 116px 0 0;
  }
  #course .row1 {
    margin-bottom: 106px;
  }
  #course .row1 h2 {
    margin-bottom: 57px;
  }
  #course .row1 h2 .small {
    letter-spacing: normal;
  }
  #course .row1 h2 .big {
    letter-spacing: 0.1em;
  }
  #course .row1 .txt {
    text-align: center;
    margin-bottom: 35px;
  }
  #course .row1 .note {
    text-align: center;
  }
  #course .row2 {
    position: relative;
  }
  #course .row2 .wrap-slider {
    position: absolute;
    left: calc(50% - 50vw);
    right: calc(50% - 30px);
    margin-bottom: 0;
    z-index: 5;
  }
  #course .row2 .wrap-slider .slider-thumb {
    justify-content: flex-start;
    margin-top: 0;
    gap: 20px;
    margin-left: 40px;
    margin-bottom: 0;
    position: absolute;
    top: 655px;
    left: 0;
    right: 0;
  }
  #course .row2 .wrap-slider .slider-thumb .photo {
    width: 150px;
    height: 150px;
    cursor: pointer;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover::after {
    border-color: #e1d8cb;
  }
  #course .row2 .wrap-slider .slider-thumb .photo:hover img {
    opacity: 1;
  }
  #course .row2 .wrap-slider .photo {
    height: 619px;
  }
  #course .row2 .desc {
    margin-right: -44px;
    padding: 183px 0 76px;
    width: 421px;
    position: relative;
    z-index: 4;
    margin-left: auto;
  }
  #course .row2 .desc::before {
    inset: 103px calc(50% - 50vw) 0 -280px;
  }
  #course .row2 .desc .deco1 {
    bottom: 0;
    right: calc(50% - 50vw + 340px);
    width: 548px;
  }
  #course .row2 .desc .label {
    font-size: 16px;
    margin-bottom: 23px;
  }
  #course .row2 .desc .label .bg {
    padding: 9px 25px;
  }
  #course .row2 .desc .en-all {
    margin-left: 41px;
    margin-bottom: -4px;
  }
  #course .row2 .desc h3 {
    font-size: 50px;
    margin-bottom: 33px;
    letter-spacing: normal;
  }
  #course .row2 .desc .dish {
    margin-bottom: 46px;
  }
  #course .row2 .desc .dish dl {
    font-size: 20px;
    margin-bottom: 7px;
  }
  #course .row2 .desc .dish dl dt {
    width: 164px;
  }
  #course .row2 .desc .txt {
    width: 400px;
    letter-spacing: 0.2em;
    margin-bottom: 32px;
  }
  #course .row2 .desc .tit {
    font-size: 20px;
    margin-bottom: 27px;
    width: 415px;
  }
  #course .row2 .desc .tit .line::before {
    right: calc(100% + 10px);
  }
  #course .row2 .desc .tit .line::after {
    left: calc(100% + 10px);
  }
  #course .row2 .desc ul {
    width: 415px;
    gap: 15px;
    margin-bottom: 64px;
  }
  #course .row2 .desc ul li {
    font-size: 18px;
  }
  #course .row2 .desc .btn-pop {
    width: 415px;
  }
  #course .row2 .desc .btn-pop a:hover {
    border-color: #fff;
    color: #fff;
  }
  #course .row2 .desc .btn-pop a:hover::before {
    background-image: url(../img/shared/icon_popup.png);
  }
  #course .deco2 {
    bottom: -371px;
    width: 100%;
  }
}

#other {
  padding: 15vw 0 10vw;
  position: relative;
  z-index: 1;
}
#other h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#other .list .item {
  padding: 0 5vw 10vw;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10vw;
}
#other .list .item:last-child {
  margin-bottom: 0;
}
#other .list .item::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
  --bdr: 1px;
  --clr: #998e7f;
  --gap: 0%;
  --gap-pos: 0%;
  --left-size: var(--gap-pos);
  --right-size: calc(100% - var(--gap-pos) - var(--gap));
  background: linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 bottom 0 no-repeat;
  background-size: var(--left-size) var(--bdr), var(--right-size) var(--bdr), var(--bdr) 100%, var(--bdr) 100%, 100% var(--bdr);
  z-index: -1;
}
#other .list .item .block-tit {
  margin-bottom: 6vw;
}
#other .list .item .block-tit .en-all {
  margin-bottom: 4vw;
}
#other .list .item .block-tit .group {
  width: fit-content;
  position: relative;
}
#other .list .item .block-tit .group::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg.jpg) repeat;
  left: -2vw;
  right: -2vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#other .list .item .block-tit .group h3 {
  letter-spacing: 0.2em;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.4em;
}
#other .list .item .block-tit .group .price {
  letter-spacing: 0.2em;
}
#other .list .item .flex-pc .img {
  margin-bottom: 6vw;
}
#other .list .item .flex-pc .desc .label {
  text-align: center;
  color: #36302c;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  margin-bottom: 4vw;
}
#other .list .item .flex-pc .desc .label .bg {
  padding: 2vw 6vw;
  background: #e3ded5;
  display: inline-block;
}
#other .list .item .flex-pc .desc .txt {
  margin-bottom: 4vw;
}
#other .list .item .flex-pc .desc .tit {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
#other .list .item .flex-pc .desc .tit .line {
  position: relative;
}
#other .list .item .flex-pc .desc .tit .line::before, #other .list .item .flex-pc .desc .tit .line::after {
  content: "";
  position: absolute;
  background: #998e7f;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#other .list .item .flex-pc .desc .tit .line::before {
  right: calc(100% + 3vw);
  left: calc(50% - 50vw);
}
#other .list .item .flex-pc .desc .tit .line::after {
  left: calc(100% + 3vw);
  right: calc(50% - 50vw);
}
#other .list .item .flex-pc .desc ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6vw;
}
#other .list .item .flex-pc .desc ul li {
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #other {
    padding: 196px 0 127px;
  }
  #other .wrap {
    max-width: 1160px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #other h2 {
    margin-bottom: 47px;
    letter-spacing: normal;
  }
  #other .list .item {
    padding: 0 47px 24px;
    margin-bottom: 50px;
    height: 550px;
  }
  #other .list .item:nth-child(2) .flex-pc .desc {
    padding-top: 30px;
  }
  #other .list .item:nth-child(2) .flex-pc .desc .txt {
    margin-bottom: 39px;
  }
  #other .list .item::before {
    top: 50px;
    --gap: 0%;
    --gap-pos: 0%;
  }
  #other .list .item .block-tit {
    margin-bottom: 44px;
    display: inline-block;
  }
  #other .list .item .block-tit .en-all {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #other .list .item .block-tit .group {
    display: flex;
    align-items: flex-end;
    gap: 26px;
    padding: 0;
  }
  #other .list .item .block-tit .group::before {
    left: -10px;
    right: -10px;
  }
  #other .list .item .block-tit .group h3 {
    font-size: 36px;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  #other .list .item .block-tit .group .price {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #other .list .item .flex-pc {
    display: flex;
    gap: 34px;
  }
  #other .list .item .flex-pc .img {
    margin-bottom: 0;
  }
  #other .list .item .flex-pc .desc {
    width: 420px;
    flex-shrink: 0;
    padding-top: 3px;
  }
  #other .list .item .flex-pc .desc .label {
    margin-bottom: 28px;
  }
  #other .list .item .flex-pc .desc .label .bg {
    padding: 13px 22px;
  }
  #other .list .item .flex-pc .desc .txt {
    letter-spacing: 0.2em;
    margin-bottom: 29px;
  }
  #other .list .item .flex-pc .desc .tit {
    font-size: 20px;
    margin-bottom: 27px;
  }
  #other .list .item .flex-pc .desc .tit .line::before {
    right: calc(100% + 10px);
  }
  #other .list .item .flex-pc .desc .tit .line::after {
    left: calc(100% + 10px);
  }
  #other .list .item .flex-pc .desc ul {
    margin-bottom: 0;
    gap: 15px;
  }
  #other .list .item .flex-pc .desc ul li {
    font-size: 18px;
  }
}

#cta {
  padding: 10vw 0 20vw;
}
#cta .deco1 {
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: -10.4vw;
  right: -3.5vw;
}
#cta .deco2 {
  position: absolute;
  width: 38.7vw;
  height: 38.7vw;
  right: -14vw;
  bottom: -20vw;
  opacity: 0.3;
}
#cta .deco3 {
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 20.8vw;
  height: 20.8vw;
  top: 50.4vw;
  left: -3.5vw;
}
#cta .box {
  position: relative;
  background: url(../img/shared/main_bg2.jpg) repeat;
  box-sizing: border-box;
  padding: 10vw 8vw 15vw;
}
#cta .box::before {
  content: "";
  position: absolute;
  border: 4vw solid #6f5a44;
  opacity: 0.3;
  inset: 0;
}
#cta .box h2 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #36302c;
  text-align: center;
  margin-bottom: 8vw;
}
#cta .box h2 .line {
  position: relative;
  padding-bottom: 1.5vw;
  display: inline-block;
}
#cta .box h2 .line::before {
  content: "";
  position: absolute;
  border: 1px solid #625851;
  height: 1vw;
  border-left: none;
  border-right: none;
  bottom: 0;
  left: 0;
  right: 0;
}
#cta .box .list {
  margin-bottom: 10vw;
}
#cta .box .list .item {
  margin-bottom: 10vw;
}
#cta .box .list .item:last-child {
  margin-bottom: 0;
}
#cta .box .list .item .tit {
  position: relative;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: 5vw;
  padding-left: 3vw;
  margin-bottom: 2vw;
}
#cta .box .list .item .tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5vw;
  background: #36302c;
  top: 1.8vw;
  left: 0;
}
#cta .box .list .item .txt {
  color: #333;
  font-weight: bold;
}
#cta .box .contact {
  padding-top: 10vw;
  border-top: 1px dotted #b4a58e;
}
#cta .box .contact .tel-info {
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  #cta {
    padding: 0 0 120px;
  }
  #cta .wrap {
    max-width: 1310px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #cta .deco1 {
    background-size: auto;
    width: 285px;
    height: 285px;
    top: -202px;
    right: -45px;
  }
  #cta .deco2 {
    width: 252px;
    height: 252px;
    right: -53px;
    bottom: -64px;
  }
  #cta .deco3 {
    background-size: auto;
    width: 184px;
    height: 184px;
    top: 551px;
    left: -54px;
  }
  #cta .box {
    padding: 86px 50px 95px;
  }
  #cta .box::before {
    border: 25px solid #6f5a44;
  }
  #cta .box h2 {
    font-size: 46px;
    margin-bottom: 51px;
    letter-spacing: normal;
  }
  #cta .box h2 .line {
    padding-bottom: 10px;
  }
  #cta .box h2 .line::before {
    height: 5px;
  }
  #cta .box .list {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 52px;
  }
  #cta .box .list .item {
    margin-bottom: 59px;
  }
  #cta .box .list .item .tit {
    font-size: 25px;
    padding-left: 25px;
    margin-bottom: 21px;
  }
  #cta .box .list .item .tit::before {
    width: 8px;
    height: 30px;
    top: 6px;
  }
  #cta .box .list .item .txt {
    font-size: 18px;
    line-height: 40px;
    margin-left: 23px;
  }
  #cta .box .contact {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
  }
  #cta .box .contact .tel-info {
    font-size: 26px;
    margin-bottom: 0;
  }
  #cta .box .contact .btn-web a {
    width: 312px;
    font-size: 26px;
    height: 79px;
  }
}

#alacarte {
  padding: 10vw 0 20vw;
  position: relative;
}
#alacarte .deco1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#alacarte .row1 {
  margin-bottom: 12vw;
}
#alacarte .row1 .group-tit {
  margin-bottom: 8vw;
}
#alacarte .row1 .group-tit .en-all {
  margin-bottom: 4vw;
}
#alacarte .row1 .group-tit h2 .pd {
  padding-left: 10vw;
}
#alacarte .row1 .img {
  margin-bottom: 6vw;
  position: relative;
}
#alacarte .row1 .img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: auto;
  width: 40vw;
  height: 40vw;
  top: -20vw;
  left: -30vw;
  z-index: -2;
}
#alacarte .row1 .img::after {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: auto;
  width: 30vw;
  height: 30vw;
  bottom: -20vw;
  right: 5vw;
  z-index: -2;
}
#alacarte .row2 h3 {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #e3ded5;
  text-align: center;
  margin-bottom: 6vw;
}
#alacarte .row2 h3 .line {
  position: relative;
  padding-bottom: 1.5vw;
  display: inline-block;
}
#alacarte .row2 h3 .line::before {
  content: "";
  position: absolute;
  border: 1px solid #e3ded5;
  height: 1vw;
  border-left: none;
  border-right: none;
  bottom: 0;
  left: 0;
  right: 0;
}
#alacarte .row2 h3 .small {
  font-size: 78.2608695652%;
}
#alacarte .row2 .note {
  font-size: 12px;
  text-align: center;
  margin-bottom: 6vw;
}
#alacarte .row2 .list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #625246;
  padding: 10px 0;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  font-weight: 600;
}
#alacarte .row2 .list dl:first-child {
  border-top: 1px dotted #625246;
}
#alacarte .row2 .list dl dd {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #alacarte {
    padding: 64px 0 97px;
  }
  #alacarte .wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  #alacarte .deco1 {
    top: unset;
    bottom: 737px;
    right: calc(50% + 51px);
  }
  #alacarte .row1 {
    margin-bottom: 78px;
  }
  #alacarte .row1 .group-tit {
    padding-top: 130px;
    margin-bottom: 109px;
    display: flex;
    align-items: flex-end;
    margin-left: -68px;
  }
  #alacarte .row1 .group-tit .en-all {
    margin-bottom: 83px;
    margin-right: 27px;
  }
  #alacarte .row1 .group-tit h2 {
    line-height: 102px;
  }
  #alacarte .row1 .group-tit h2 .pd {
    padding-left: 0;
    padding-top: 178px;
  }
  #alacarte .row1 .img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 246px);
    height: 680px;
  }
  #alacarte .row1 .img::before {
    width: 299px;
    height: 299px;
    top: -79px;
    left: -208px;
  }
  #alacarte .row1 .img::after {
    width: 212px;
    height: 212px;
    bottom: -205px;
    right: 100px;
  }
  #alacarte .row1 .txt {
    width: 715px;
    margin-left: auto;
    margin-right: 107px;
    letter-spacing: 0.2em;
  }
  #alacarte .row2 h3 {
    font-size: 46px;
    letter-spacing: normal;
    margin-bottom: 41px;
  }
  #alacarte .row2 h3 .line {
    padding-bottom: 10px;
  }
  #alacarte .row2 h3 .line::before {
    height: 5px;
    left: -10px;
    right: -10px;
  }
  #alacarte .row2 .note {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 49px;
  }
  #alacarte .row2 .list {
    max-width: 910px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
  }
  #alacarte .row2 .list .group {
    width: 33.3333333333%;
  }
  #alacarte .row2 .list dl {
    font-size: 18px;
    padding: 15px 5px 15px;
  }
}

#sake {
  padding: 0 0 20vw;
}
#sake .row1 {
  padding: 0 0 15vw;
  position: relative;
  margin: 0 calc(50% - 50vw) 12vw;
}
#sake .row1 .group-ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  width: fit-content;
  position: relative;
  margin: 0 0 0 5vw;
}
#sake .row1 .group-ttl h2 {
  width: 21vw;
  font-size: 21.2vw;
  font-family: var(--serif);
  margin: 0 auto;
  font-weight: 200;
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 1em;
}
#sake .row1 .group-ttl .en-all {
  margin-left: 5vw;
  margin-bottom: 24vw;
  text-shadow: 1px 1px 1px #000;
}
#sake .row1 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sake .row2 {
  position: relative;
}
#sake .row2 .img1 {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
}
#sake .row2 .img1::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco3.png) repeat;
  background-size: 100% auto;
  width: 30.8vw;
  height: 30.8vw;
  top: -8.4vw;
  left: -20.5vw;
}
#sake .row2 .desc {
  margin-bottom: 6vw;
  position: relative;
  z-index: 2;
}
#sake .row2 .desc h3 {
  margin-left: 10vw;
  margin-bottom: 6vw;
}
#sake .row2 .desc .txt {
  margin-bottom: 30px;
}
#sake .row2 .img2 {
  position: relative;
}
#sake .row2 .img2::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco2.png) repeat;
  background-size: 100% auto;
  width: 30.8vw;
  height: 30.8vw;
  bottom: -8.4vw;
  right: -20.5vw;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  #sake {
    padding: 0 0 207px;
  }
  #sake .row1 {
    padding: 0;
    position: relative;
    margin: 0 calc(50% - 50vw) 144px;
    height: 730px;
  }
  #sake .row1 .group-ttl {
    margin: 0;
    position: absolute;
    top: 0;
    left: 229px;
  }
  #sake .row1 .group-ttl h2 {
    width: 118px;
    font-size: 213px;
  }
  #sake .row1 .group-ttl .en-all {
    margin-left: 53px;
    margin-bottom: 119px;
    text-shadow: unset;
  }
  #sake .wrap {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #sake .row2 .img1 {
    width: 383px;
    position: absolute;
    top: 0;
    right: -80px;
  }
  #sake .row2 .img1::before {
    background-size: auto;
    width: 339px;
    height: 339px;
    top: -65px;
    left: -190px;
  }
  #sake .row2 .desc {
    margin-bottom: 0;
    width: 535px;
    margin-left: auto;
    padding-top: 35px;
    margin-right: 18px;
  }
  #sake .row2 .desc h3 {
    margin-left: 15px;
    margin-bottom: 115px;
  }
  #sake .row2 .desc .txt {
    margin-bottom: 67px;
  }
  #sake .row2 .desc .btn-pop {
    margin-left: 28px;
  }
  #sake .row2 .desc .btn-pop a {
    margin-left: 0;
    padding-right: 65px;
  }
  #sake .row2 .img2 {
    position: absolute;
    top: 312px;
    left: calc(50% - 50vw);
    right: calc(50% + 60px);
    height: 770px;
  }
  #sake .row2 .img2::before {
    background-size: auto;
    width: 170px;
    height: 170px;
    bottom: -74px;
    right: -99px;
  }
}

#tai {
  position: relative;
  z-index: 3;
}
#tai .row1 {
  padding: 0 0 15vw;
  position: relative;
  margin: 0 calc(50% - 50vw) 12vw;
}
#tai .row1 .group-ttl {
  display: flex;
  align-items: end;
  width: fit-content;
  position: relative;
  margin: 0 5vw 0 auto;
}
#tai .row1 .group-ttl h2 {
  width: 21vw;
  font-size: 21.2vw;
  font-family: var(--serif);
  margin: 0 auto;
  font-weight: 200;
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 1em;
}
#tai .row1 .group-ttl .en-all {
  margin-right: 5vw;
  margin-bottom: 24vw;
  text-shadow: 1px 1px 1px #000;
}
#tai .row1 .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#tai .row1 .img img {
  object-position: center right;
}
#tai .row2 {
  margin-bottom: 12vw;
}
#tai .row2 .img {
  margin-bottom: 6vw;
}
#tai .row2 .desc h3 {
  margin-bottom: 6vw;
}
#tai .row3 .item {
  padding: 0 5vw 10vw;
  box-sizing: border-box;
  position: relative;
}
#tai .row3 .item::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
  --bdr: 1px;
  --clr: #998e7f;
  --gap: 0%;
  --gap-pos: 0%;
  --left-size: var(--gap-pos);
  --right-size: calc(100% - var(--gap-pos) - var(--gap));
  background: linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 bottom 0 no-repeat;
  background-size: var(--left-size) var(--bdr), var(--right-size) var(--bdr), var(--bdr) 100%, var(--bdr) 100%, 100% var(--bdr);
  z-index: -1;
}
#tai .row3 .item .block-tit {
  margin-bottom: 6vw;
}
#tai .row3 .item .block-tit .en-all {
  margin-bottom: 4vw;
}
#tai .row3 .item .block-tit .group {
  width: fit-content;
  position: relative;
}
#tai .row3 .item .block-tit .group::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg.jpg) repeat;
  left: -2vw;
  right: -2vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#tai .row3 .item .block-tit .group h3 {
  letter-spacing: 0.2em;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.4em;
}
#tai .row3 .item .block-tit .group .price {
  letter-spacing: 0.2em;
}
#tai .row3 .item .flex-pc .img {
  margin-bottom: 6vw;
  position: relative;
}
#tai .row3 .item .flex-pc .img .label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #36302c;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4vw;
  padding: 3vw 3vw;
}
#tai .row3 .item .flex-pc .desc .txt {
  margin-bottom: 4vw;
}
#tai .row3 .item .flex-pc .desc .tit {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 4.5vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
#tai .row3 .item .flex-pc .desc .tit .line {
  position: relative;
}
#tai .row3 .item .flex-pc .desc .tit .line::before, #tai .row3 .item .flex-pc .desc .tit .line::after {
  content: "";
  position: absolute;
  background: #998e7f;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#tai .row3 .item .flex-pc .desc .tit .line::before {
  right: calc(100% + 3vw);
  left: calc(50% - 50vw);
}
#tai .row3 .item .flex-pc .desc .tit .line::after {
  left: calc(100% + 3vw);
  right: calc(50% - 50vw);
}
#tai .row3 .item .flex-pc .desc ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6vw;
}
#tai .row3 .item .flex-pc .desc ul li {
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #tai {
    padding-bottom: 81px;
  }
  #tai .row1 {
    padding: 0;
    position: relative;
    margin: 0 calc(50% - 50vw) 123px;
    height: 729px;
  }
  #tai .row1 .group-ttl {
    margin: 0;
    position: absolute;
    top: 0;
    right: 185px;
  }
  #tai .row1 .group-ttl h2 {
    width: 118px;
    font-size: 213px;
  }
  #tai .row1 .group-ttl .en-all {
    margin-right: 35px;
    margin-bottom: 112px;
    text-shadow: unset;
  }
  #tai .row2 {
    margin-left: -95px;
    margin-right: -30px;
    margin-bottom: 114px;
    display: flex;
    gap: 67px;
  }
  #tai .row2 .img {
    margin-bottom: 0;
  }
  #tai .row2 .desc {
    width: 410px;
    flex-shrink: 0;
  }
  #tai .row2 .desc h3 {
    letter-spacing: 0.1em;
    margin-bottom: 47px;
  }
  #tai .row2 .desc h3 .small {
    letter-spacing: normal;
  }
  #tai .wrap {
    max-width: 1160px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  #tai .row3 .item {
    padding: 0 47px 24px;
    margin-bottom: 50px;
    height: 526px;
  }
  #tai .row3 .item::before {
    top: 26px;
    --gap: 0%;
    --gap-pos: 0%;
  }
  #tai .row3 .item .block-tit {
    margin-bottom: 41px;
    display: inline-block;
  }
  #tai .row3 .item .block-tit .en-all {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #tai .row3 .item .block-tit .group {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 0;
  }
  #tai .row3 .item .block-tit .group::before {
    left: -10px;
    right: -10px;
  }
  #tai .row3 .item .block-tit .group h3 {
    font-size: 36px;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  #tai .row3 .item .block-tit .group .price {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #tai .row3 .item .flex-pc {
    display: flex;
    gap: 34px;
  }
  #tai .row3 .item .flex-pc .img {
    margin-bottom: 0;
  }
  #tai .row3 .item .flex-pc .img .label {
    font-size: 18px;
    padding: 18px 34px;
  }
  #tai .row3 .item .flex-pc .desc {
    width: 420px;
    flex-shrink: 0;
    padding-top: 21px;
  }
  #tai .row3 .item .flex-pc .desc .label {
    margin-bottom: 28px;
  }
  #tai .row3 .item .flex-pc .desc .label .bg {
    padding: 13px 22px;
  }
  #tai .row3 .item .flex-pc .desc .txt {
    letter-spacing: 0.2em;
    margin-bottom: 39px;
  }
  #tai .row3 .item .flex-pc .desc .tit {
    font-size: 20px;
    margin-bottom: 27px;
  }
  #tai .row3 .item .flex-pc .desc .tit .line::before {
    right: calc(100% + 10px);
  }
  #tai .row3 .item .flex-pc .desc .tit .line::after {
    left: calc(100% + 10px);
  }
  #tai .row3 .item .flex-pc .desc ul {
    margin-bottom: 0;
    gap: 15px;
  }
  #tai .row3 .item .flex-pc .desc ul li {
    font-size: 18px;
  }
}

#cta.st2 .deco2 {
  right: 10vw;
}
@media only screen and (min-width: 768px) {
  #cta.st2 {
    padding: 0 0 156px;
  }
  #cta.st2 .box {
    padding: 93px 50px 129px;
  }
  #cta.st2 .box h2 {
    margin-bottom: 59px;
  }
  #cta.st2 .deco2 {
    right: 166px;
    bottom: -156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #alacarte .deco1 {
    bottom: 750px;
  }
  #alacarte .row1 .group-tit {
    margin-left: 0;
  }
  #alacarte .row1 .img {
    left: calc(50% - 146px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sake .row2 .img2 {
    right: calc(50% + 95px);
  }
  #tai .row2 {
    margin-right: 0;
  }
}
