.mountain {
  -webkit-mask: url("../img/concept/mountain.png");
  mask: url("../img/concept/mountain.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-animation: ani 1s 0.5s steps(22) forwards;
  animation: ani 1s 0.5s steps(22) forwards;
}

@keyframes ani {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

.ttl {
  font-family: "Cormorant Garamond", serif;
  color: #b6a913;
  font-weight: 300;
  letter-spacing: 0.3em;
  font-size: 14px;
}

.fz28 {
  font-size: calc(6.667vw + var(--gap));
  --gap: 0vw;
  line-height: 2.2;
  letter-spacing: 0.4em;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.3em;
  }

  .fz28 {
    font-size: 28px;
    line-height: 60px;
  }

  .row {
    flex-direction: row;
  }

  .btn-t1 a {
    width: 160px;
    text-align: left;
    padding-left: 4px;
  }

  .btn-t1 a::after {
    right: 7px;
    top: 23px;
  }

  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}
/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  padding: 70vw 0 45vw;
  position: relative;
  z-index: 1;
}
#lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56vw;
  background: url("../img/drink/lead_p1.jpg") no-repeat left;
  background-size: contain;
}
#lead .row {
  gap: 8vw;
}
@media screen and (max-width: 767px) {
  #lead .row {
    gap: 25vw;
  }
  #lead .row .photo {
    width: 45vw;
    margin: 0 auto;
  }
  #lead .deco {
    position: absolute;
    right: -20vw;
    top: 20vw;
    z-index: -1;
    width: 90%;
    margin: 0 !important;
  }
  #lead .row h2 {
    margin-bottom: 5vw;
  }
}
#lead .row h2 {
  --gap: -0.3vw;
  margin-top: 2vw;
}
#lead .deco {
  margin: -11vw -15vw -17vw -2vw;
}
#lead .txt {
  position: relative;
  z-index: 2;
}
#lead .txt span {
  display: block;
  margin-top: 32px;
}
#lead .photo2 {
  width: 56%;
  margin: -9vw 6% 0 auto;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 231px 0 0;
  }
  #lead::before {
    height: 320px;
  }
  #lead .wrap {
    max-width: 1060px;
  }
  #lead .row {
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  #lead .row .photo {
    margin-left: 30px;
  }
  #lead .row .title {
    margin-top: -48px;
  }
  #lead .row .title h2 {
    margin-top: 34px;
  }
  #lead .deco {
    width: 840px;
    margin: -113px -133px -212px auto;
  }
  #lead .txt {
    display: table;
    margin: 0 auto;
    position: relative;
    left: 15px;
  }
  #lead .txt span {
    margin-top: 40px;
  }
  #lead .photo2 {
    width: 415px;
    margin: -269px 0 0 auto;
  }
}

/*--------------------------------------
    wine
--------------------------------------*/
#wine {
  padding-bottom: 16vw;
}
#wine .title {
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
  z-index: 1;
}
#wine .title:before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 0;
  width: 100%;
  height: 80vw;
  background: url("../img/drink/wine_deco.png") no-repeat center;
  background-size: contain;
}
#wine .title h2 {
  --gap: -1.5vw;
  margin-top: 2vw;
}
#wine .left {
  position: relative;
  z-index: 2;
}
#wine .left .txt {
  width: 320px;
  margin: 0 auto;
  white-space: nowrap;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #wine {
    padding-bottom: 252px;
  }
  #wine .row {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
    max-width: 868px;
    align-items: start;
  }
  #wine .row .left .txt {
    width: 400px;
    margin-top: 72px;
    height: 480px;
    position: relative;
    left: -2px;
  }
  #wine .row .title {
    margin: 103px 0 0;
    width: 245px;
  }
  #wine .row .title::before {
    width: 636px;
    height: 587px;
    top: 131px;
    left: auto;
    right: -93px;
  }
  #wine .row .title .ttl {
    position: absolute;
    top: 42%;
    right: calc(50% - 23px);
  }
  #wine .row .title h2 {
    margin-top: 0;
    width: 60px;
    white-space: nowrap;
  }
}

/*--------------------------------------
    js-wrapper
--------------------------------------*/
#js-wrapper {
  padding: 0 4%;
}
#js-wrapper .set {
  position: relative;
  background-image: none;
  clip-path: inset(0);
  padding: 0 4%;
  height: 200vh;
}
#js-wrapper .set .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#js-wrapper .set .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#js-wrapper .set .inner {
  content: "";
  position: fixed;
  top: 0;
  left: 4%;
  right: 4%;
  margin: auto;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 4%;
}
#js-wrapper .set .main {
  opacity: 0;
  transition: all 0.3s ease;
}
#js-wrapper .set .title {
  width: 50vw;
  margin: 0 auto 8vw;
  text-align: center;
  position: relative;
  padding: 20vw 0 17vw;
}
#js-wrapper .set .title::before,
#js-wrapper .set .title::after {
  content: "";
  position: absolute;
  width: 20vw;
  height: 20vw;
}
#js-wrapper .set .title::before {
  top: 0;
  left: 0;
  border-top: 1px dotted #e4ddd6;
  border-left: 1px dotted #e4ddd6;
}
#js-wrapper .set .title::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px dotted #e4ddd6;
  border-right: 1px dotted #e4ddd6;
}
#js-wrapper .set .title h2 {
  font-size: 8vw;
  width: 8.8vw;
  margin: 0 auto;
  white-space: nowrap;
}
#js-wrapper .set.show .main {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #js-wrapper {
    padding: 0 50px;
    margin: 0 -2px;
  }
  #js-wrapper .set .inner {
    left: 50px;
    right: 50px;
    justify-content: center;
  }
  #js-wrapper .set .title {
    width: 213px;
    padding: 104px 0 67px;
    margin-bottom: 66px;
  }
  #js-wrapper .set .title::before,
  #js-wrapper .set .title::after {
    width: 108px;
    height: 107px;
  }
  #js-wrapper .set .title h2 {
    font-size: 38px;
    width: 40px;
    margin-bottom: 27px;
  }
  #js-wrapper .set .title .ttl {
    margin-left: 7px;
  }
  #js-wrapper .set .txt {
    text-align: center;
    margin-left: 5px;
  }
}

/*--------------------------------------
    sake
--------------------------------------*/
#sake {
  margin-top: 20vw;
  background: url("../img/concept/bg2.jpg") repeat;
}
#sake .set1 {
  padding-top: 12vw;
  position: relative;
  z-index: 1;
}
#sake .set1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 320px;
  background: url("../img/drink/sake_bg.jpg") no-repeat 31%;
  background-size: cover;
  z-index: -1;
}
#sake .set1 .txt {
  color: #101215;
  width: 320px;
  min-height: 285px;
  margin: 100vw auto 0;
}
#sake .set2 {
  color: #101215;
  padding: 12vw 0 40vw;
  position: relative;
  z-index: 1;
}
#sake .set2:before {
  content: "";
  position: absolute;
  bottom: 15vw;
  left: 0;
  width: 100%;
  height: 72vw;
  background: url("../img/drink/sake_deco.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sake .set2 .row {
  gap: 8vw;
}
#sake .set2 .row h3 {
  text-align: center;
  margin-bottom: 7vw;
}
#sake .set2 .btn-t1 {
  margin-top: 15vw;
}
#sake .set2 .btn-t1 a {
  border-color: #000;
}
#sake .set2 .btn-t1 a::after {
  width: 11px;
  height: 11px;
  background: url("../img/drink/icon_popup.png") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #sake {
    margin-top: 130px;
  }
  #sake .set1 {
    padding-top: 62px;
    padding-bottom: 89px;
  }
  #sake .set1 .wrap {
    max-width: 1224px;
  }
  #sake .set1::before {
    bottom: 0;
  }
  #sake .set1 .ttl {
    margin-left: 113px;
  }
  #sake .set1 h2 {
    margin-top: 3px;
    margin-left: 113px;
  }
  #sake .set1 .txt {
    margin-top: 150px;
    margin-right: 0;
    color: #fff;
  }
  #sake .set2 {
    padding: 65px 0 216px;
  }
  #sake .set2::before {
    width: 1191px;
    height: 846px;
    bottom: 89px;
  }
  #sake .set2 .row {
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: space-between;
    align-items: end;
  }
  #sake .set2 .row .photo {
    margin-right: -191px;
  }
  #sake .set2 .row .content {
    width: 375px;
    margin: 0 0 62px 14px;
  }
  #sake .set2 .row .content h3 {
    margin-bottom: 71px;
    margin-left: 3px;
  }
  #sake .set2 .btn-t1 {
    margin-top: 118px;
  }
  #sake .set2 .btn-t1 a {
    width: 202px;
    position: relative;
    left: -28px;
  }
  #sake .set2 .btn-t1 a::after {
    right: 6px;
    top: 20px;
  }
}

/*--------------------------------------
    bnr
--------------------------------------*/
#bnr {
  position: relative;
  z-index: 1;
  padding: 0 4% 16vw;
}
#bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background: url("../img/concept/bg2.jpg") repeat;
  z-index: -1;
}
#bnr .banner a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16vw 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
#bnr .banner a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#bnr .banner a .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bnr .banner a h2 {
  font-size: 8vw;
  display: table;
  margin: 0 auto 3vw;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
#bnr .banner a h2::before,
#bnr .banner a h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 4vw);
  width: 15vw;
  border-top: 1px solid;
}
#bnr .banner a h2::before {
  left: auto;
  right: calc(100% + 4vw);
}
#bnr .banner a p {
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  #bnr {
    padding: 0 30px 163px;
  }
  #bnr:before {
    height: 175px;
  }
  #bnr .banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #bnr .banner a {
    padding: 215px 0 147px;
  }
  #bnr .banner a h2 {
    font-size: 54px;
    left: 7px;
    letter-spacing: 0.31em;
    margin-bottom: 28px;
  }
  #bnr .banner a h2::before,
  #bnr .banner a h2::after {
    width: 152px;
  }
  #bnr .banner a h2::before {
    right: calc(100% + 34px);
  }
  #bnr .banner a h2::after {
    left: calc(100% + 21px);
  }
  #bnr .banner a p {
    margin-left: 4px;
    font-size: 18px;
  }
  #bnr .banner a:hover .bg {
    filter: grayscale(1);
  }
}

/*--------------------------------------
    remodal
--------------------------------------*/
.remodal {
  background: url("../img/concept/bg2.jpg") repeat;
  color: #101215;
  padding: 0 0 70px;
  margin-bottom: 0;
}
.remodal-wrapper {
  padding: 0;
}
.remodal-close {
  position: sticky;
  z-index: 9;
  top: 10px;
  right: 0;
  display: block;
  overflow: visible;
  margin: 0 10px 0 auto;
  cursor: pointer;
}
.remodal-close:before {
  color: #000;
}
.remodal h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.23em;
}
.remodal .note {
  text-align: center;
  letter-spacing: 0.1em;
}
.remodal .row {
  margin-top: 40px;
  gap: 40px;
}
.remodal .row .col .item h3 {
  border-bottom: 1px solid #222;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 48px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.15em;
}
.remodal .row .col .item dl {
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 9.5px 0;
  line-height: 28px;
  text-align: left;
}
.remodal .row .col .item dl dt {
  flex: 1;
  margin-right: 10px;
}
.remodal .row .col .item dl dd {
  text-align: right;
}
.remodal .row .col .item dl * {
  letter-spacing: 0.15em;
}
.remodal .row .col .item + .item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 1300px;
    padding: 59px 0 110px;
  }
  .remodal-close {
    margin-right: 56px;
  }
  .remodal-close:hover {
    opacity: 0.8;
  }
  .remodal .note {
    margin-top: 3px;
  }
  .remodal .row {
    justify-content: space-between;
    max-width: 1000px;
    margin: 21px auto 0;
    gap: 20px;
  }
  .remodal .row .col {
    width: 480px;
  }
  .remodal .row .col h3 {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sake .set1 .txt {
    margin-right: 80px;
  }
}
