@charset "UTF-8";
body {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2.3125;
  background-color: #fff;
  margin: auto;
  color: #231815;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/*----------------------------------------------
共通
----------------------------------------------*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.inner {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 999px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inner {
    width: 95%;
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 77%;
    width: 77%;
  }
}

.ttl-en {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .ttl-en {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-en {
    font-size: 23px;
  }
}

.ttl-ja {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ttl-ja {
    font-size: 11px;
  }
}

.text-desc {
  font-size: 13px;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .text-desc {
    font-size: 11px;
    margin-top: 15px;
    line-height: 2.1818;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 999px) {
  .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.flex__imgs {
  width: 70.692%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .flex__imgs {
    width: 60.692%;
  }
}
@media screen and (max-width: 767px) {
  .flex__imgs {
    display: contents;
  }
}

.flex__text {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .flex__text {
    display: contents;
  }
}

/*----------------------------------------------
header
----------------------------------------------*/
.header {
  position: relative;
}

.logo {
  position: absolute;
  bottom: 36px;
  left: 14.5%;
  z-index: 5;
  width: 17%;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 34.66%;
    left: 42px;
    bottom: 7px;
  }
}

/*----------------------------------------------
contents
----------------------------------------------*/
section {
  overflow: hidden;
}

.first-text {
  text-align: center;
  padding-top: 116px;
  padding-bottom: 120px;
}
.first-text p {
  /* letter-spacing: 0.25em; */
}
@media screen and (max-width: 767px) {
  .first-text {
    width: 70%;
    margin: 0 auto;
    padding-top: 37px;
    padding-bottom: 70px;
  }
  .first-text p {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.01em;
  }
}

.allinclusive,
.drink {
  position: relative;
  padding-bottom: 125px;
}
.allinclusive::before,
.drink::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  -webkit-clip-path: polygon(0 18%, 100% 4%, 100% 86%, 0% 100%);
          clip-path: polygon(0 18%, 100% 4%, 100% 86%, 0% 100%);
  background: #DDC6C1;
}
@media screen and (max-width: 767px) {
  .allinclusive {
    padding-bottom: 90px;
  }
  .drink {
    padding-bottom: 60px;
  }

  .allinclusive::before,
.drink::before {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}

.wine {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .wine {
    padding-bottom: 20px;
  }
}

.allinclusive__contents,
.drink__contents {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sp-item1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 30px;
  }
}

.allinclusive__img__item__big,
.wine__img__item__big,
.drink__img__item__big,
.howto__img__item__big {
  height: 460px;
  position: relative;
}
.allinclusive__img__item__big::before,
.wine__img__item__big::before,
.drink__img__item__big::before,
.howto__img__item__big::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 57.692vw;
}
@media screen and (max-width: 767px) {
  .allinclusive__img__item__big,
.wine__img__item__big,
.drink__img__item__big,
.howto__img__item__big {
    height: 53.8666vw;
  }
  .allinclusive__img__item__big::before,
.wine__img__item__big::before,
.drink__img__item__big::before,
.howto__img__item__big::before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.allinclusive__img__item__big::before {
  background: url(../../images/drink/allinclusive.png) no-repeat center center/cover;
  top: 0;
  right: 0;
}

.wine__img__item__big::before {
  background: url(../../images/drink/wine.png) no-repeat center center/cover;
  top: 0;
  left: 0;
}

.drink__img__item__big::before {
  background: url(../../images/drink/drink.png) no-repeat center center/cover;
  top: 0;
  right: 0;
}

.howto__img__item__big::before {
  background: url(../../images/drink/howto.png) no-repeat center center/cover;
  top: 0;
  left: 0;
}

.allinclusive__img__item__small,
.wine__img__item__small,
.drink__img__item__small,
.howto__img__item__small {
  margin-top: 27px;
}
@media screen and (min-width: 999px) {
  .allinclusive__img__item__small,
.wine__img__item__small,
.drink__img__item__small,
.howto__img__item__small {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .allinclusive__img__item__small,
.wine__img__item__small,
.drink__img__item__small,
.howto__img__item__small {
    margin-top: 15px;
  }
  .allinclusive__img__item__small img,
.wine__img__item__small img,
.drink__img__item__small img,
.howto__img__item__small img {
    aspect-ratio: 146/90;
  }
}

@media screen and (min-width: 999px) {
  .allinclusive__img__item__small,
.drink__img__item__small {
    margin-left: auto;
  }
}

@media screen and (min-width: 999px) {
  .wine__img__item__small,
.howto__img__item__small {
    margin-right: auto;
  }
}

.allinclusive__text,
.drink__text {
  padding-left: 50px;
}

.wine__text,
.howto__text {
  padding-right: 50px;
}

.allinclusive__text__ttl,
.wine__text__ttl,
.drink__text__ttl,
.howto__text__ttl {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 767px) {
  .allinclusive__text__ttl,
.wine__text__ttl,
.drink__text__ttl,
.howto__text__ttl {
    margin-top: 9px;
  }
}

.wine {
  margin-top: 80px;
}
.wine .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .wine {
    margin-top: 20px;
  }
  .wine .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drink {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .drink {
    margin-top: 5px;
  }
}

.howto {
  margin-top: 125px;
}
.howto .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .howto {
    margin-top: 28px;
  }
  .howto .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drink-menu__btn {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 32px;
}
.drink-menu__btn p {
  text-align: center;
}
.drink-menu__btn p a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #898989;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 625px;
  padding-right: 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}
.drink-menu__btn p a:after {
  position: absolute;
  content: "";
  background: url(../../images/drink/btn-arrow.png) no-repeat center center/contain;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(114px, -50%);
          transform: translate(114px, -50%);
}
.drink-menu__btn p a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .drink-menu__btn {
    margin-top: 38px;
  }
  .drink-menu__btn p a {
    width: 64.179%;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-right: 0;
  }
  .drink-menu__btn p a::after {
    position: static;
  }
}

/*----------------------------------------------
footer
----------------------------------------------*/
.footer__logo {
  margin-top: 145px;
}
.footer__logo p {
  margin-left: auto;
  margin-right: auto;
  width: 10.384%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 112px;
  }
  .footer__logo p {
    width: 25.756%;
  }
}

.footer {
  margin-top: 34px;
  height: 500px;
  background: url(../../images/drink/footer.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 20px;
    height: 150px;
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下に30pxの位置から */
  -webkit-transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s, -webkit-transform ease 1.5s; /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}