@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  color: #f6e5d7;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  background-color: #701e43;
  background-repeat: repeat;
  background-size: 288px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a, a:visited, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all .35s;
}

p {
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
  transition: all .35s;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

@media screen and (width <= 767px) {
  .no-sp {
    display: none;
  }
}

.no-pc {
  display: none;
}

@media screen and (width <= 767px) {
  .no-pc {
    display: inline;
  }
}

.content {
  background: #f8fbed;
  border-radius: 20px;
  width: 90%;
  max-width: 1280px;
  margin: 120px auto 0;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (width <= 767px) {
  .content {
    border-radius: 10px;
    width: calc(100% - 20px);
    margin-top: -20px;
    padding-top: 15px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }
}

.header__logo {
  z-index: 1;
  width: 9.02778%;
  min-width: 90px;
  max-width: 130px;
  position: absolute;
  top: 40px;
  left: 40px;
}

@media screen and (width <= 767px) {
  .header__logo {
    width: 100px;
    top: 20px;
    left: 20px;
  }
}

.main {
  width: 100%;
  padding-bottom: min(6.94444vw, 100px);
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .main {
    padding-bottom: 80px;
  }
}

.kv {
  height: 55.8333%;
  max-height: 804px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .kv {
    height: 197.333%;
    max-height: none;
  }
}

.kv__bg {
  aspect-ratio: 1440 / 1305;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .kv__bg {
    aspect-ratio: 375 / 740;
  }
}

.kv__bg-01 {
  aspect-ratio: 248 / 292;
  background-image: url("../img/bg_kv_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.2222%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 767px) {
  .kv__bg-01 {
    aspect-ratio: 213 / 148;
    background-image: url("../img/bg_kv_01_sp.svg");
    width: 56.8%;
    left: auto;
    right: 0;
  }
}

.kv__bg-02 {
  aspect-ratio: 900 / 1124;
  z-index: -1;
  background-image: url("../img/bg_kv_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62.5%;
  position: absolute;
  top: 12.5vw;
  right: 0;
}

@media screen and (width <= 767px) {
  .kv__bg-02 {
    aspect-ratio: 363 / 482;
    background-image: url("../img/bg_kv_02_sp.svg");
    width: 96.8%;
    top: 68.5333vw;
    left: 0;
    right: auto;
  }
}

.kv__wine, .kv__haconese {
  color: #ffffff0f;
  font-family: aabak, sans-serif;
  font-size: min(17.1528vw, 247px);
  font-weight: 300;
  line-height: 1;
  position: absolute;
  transform: rotate(90deg);
}

@media screen and (width <= 767px) {
  .kv__wine, .kv__haconese {
    color: #ffffff1a;
    font-size: min(32vw, 120px);
  }
}

.kv__wine.move, .kv__haconese.move {
  opacity: 0;
  transition: all 3s ease-out .5s;
}

.kv__wine.move__show, .kv__haconese.move__show {
  opacity: 1;
}

.kv__wine {
  transform-origin: center;
  z-index: 1;
  top: 0;
  right: -.12em;
}

.kv__haconese {
  transform-origin: bottom;
  top: 21.5278vw;
  left: -1.15em;
}

@media screen and (width <= 767px) {
  .kv__haconese {
    z-index: 1;
    top: 63.4667vw;
  }
}

.kv__inner {
  aspect-ratio: 1440 / 804;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (width <= 767px) {
  .kv__inner {
    aspect-ratio: 375 / 740;
  }
}

.kv__title {
  aspect-ratio: 663 / 415;
  width: 46.0417%;
  position: absolute;
  top: 37.0647%;
  left: 3.75%;
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .kv__title {
    aspect-ratio: 335 / 242;
    width: 89.3333%;
    top: 63.3784%;
    left: 4%;
  }
}

.kv__title img {
  width: 100%;
}

.kv__title.move {
  opacity: 0;
  transition: all 1s ease-out 2s;
  transform: translateY(4.74684%);
}

.kv__title.move__show {
  opacity: 1;
  transform: translateY(0);
}

.kv__title-img.move {
  opacity: 0;
  transition: all 1s ease-out 2s;
  transform: translateY(4.74684%);
}

.kv__title-img.move__show {
  opacity: 1;
  transform: translateY(0);
}

.kv__main-img {
  aspect-ratio: 632 / 804;
  width: 43.8889%;
  position: absolute;
  top: 0;
  right: 5.69444%;
}

@media screen and (width <= 767px) {
  .kv__main-img {
    aspect-ratio: 375 / 442;
    width: 100%;
    top: 1.35135%;
    right: 0;
  }
}

.kv__pasta.move {
  opacity: 0;
  transition: all 2s ease-in .3s;
}

.kv__pasta.move__show {
  opacity: 1;
}

.kv__wine-red {
  aspect-ratio: 333 / 460;
  width: 52.6899%;
  position: absolute;
  top: 0;
  left: -23.7342%;
}

@media screen and (width <= 767px) {
  .kv__wine-red {
    aspect-ratio: 134 / 208;
    width: 35.7333%;
    top: -2.26244%;
    left: 0;
  }
}

.kv__wine-red.move {
  opacity: 0;
  transition: all 1.5s ease-out 1.5s;
  transform: translateX(-9.49367%);
}

.kv__wine-red.move__show {
  opacity: 1;
  transform: translateX(0);
}

.kv__wine-white {
  aspect-ratio: 307 / 460;
  width: 48.576%;
  position: absolute;
  bottom: 4.47761%;
  right: -16.7722%;
}

@media screen and (width <= 767px) {
  .kv__wine-white {
    aspect-ratio: 130 / 208;
    width: 34.6667%;
    bottom: 0;
    right: 0;
  }
}

.kv__wine-white.move {
  opacity: 0;
  transition: all 1.5s ease-out 1.5s;
  transform: translateX(9.49367%);
}

.kv__wine-white.move__show {
  opacity: 1;
  transform: translateX(0);
}

.intro {
  margin-top: min(4.16667vw, 100px);
  display: block;
  position: relative;
}

@media screen and (width <= 767px) {
  .intro {
    margin-top: 60px;
  }
}

.intro:before, .intro:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}

.intro:before {
  aspect-ratio: 90 / 117;
  background-image: url("../img/parts_intro_dot_green.svg");
  width: 6.25%;
  top: min(2.63889vw, 38px);
  left: 2.43056%;
}

@media screen and (width <= 767px) {
  .intro:before {
    width: 12.5333%;
    top: -32vw;
    left: 3.2%;
  }
}

.intro:after {
  aspect-ratio: 173 / 208;
  background-image: url("../img/parts_intro_dot_red.svg");
  width: 12.0139%;
  top: min(33.5417vw, 483px);
  right: 0;
}

@media screen and (width <= 767px) {
  .intro:after {
    width: 14.4%;
    top: -18.6667vw;
  }
}

.intro__title {
  letter-spacing: .28em;
  text-align: center;
  background-image: url("../img/parts_intro_balloon.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em 1.2em;
  font-family: ten-mincho-text, serif;
  font-size: min(2.08333vw, 30px);
  font-weight: 400;
  line-height: 1.8;
  display: table;
}

@media screen and (width <= 767px) {
  .intro__title {
    font-size: 22px;
  }
}

.intro__text {
  letter-spacing: .2em;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-size: min(1.18056vw, 17px);
  font-weight: 400;
  line-height: 2.5;
}

@media screen and (width <= 767px) {
  .intro__text {
    text-align: justify;
    letter-spacing: .115em;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 2;
  }
}

.intro__text + p {
  margin-top: 2em;
}

.intro__text--first {
  margin-top: 35px;
}

.intro__text--last {
  margin-bottom: 60px;
}

.profile {
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (width <= 767px) {
  .profile {
    width: calc(100% - 50px);
    margin-left: 30px;
    display: block;
    position: relative;
  }
}

.profile__img-block {
  z-index: 1;
  width: 20.8333%;
  position: relative;
}

@media screen and (width <= 767px) {
  .profile__img-block {
    width: 150px;
    position: absolute;
    top: -20px;
    left: -10px;
  }
}

.profile__text-block {
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  background: linear-gradient(70deg, #ffffff14 0%, #ffffff05 50%, #ffffff14 100%);
  width: 83.3333%;
  margin-top: 15px;
  margin-left: -4.16667%;
  padding: 1.6em 2.35em 1.8em 3.85em;
  font-size: min(1.80556vw, 26px);
}

@media screen and (width <= 767px) {
  .profile__text-block {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    padding: 50px 30px 30px;
    font-size: 24px;
  }
}

.profile__label {
  width: 92.5%;
}

@media screen and (width <= 767px) {
  .profile__label {
    width: 100%;
  }
}

.profile__img {
  z-index: -1;
  margin-top: -20px;
  position: relative;
}

@media screen and (width <= 767px) {
  .profile__img {
    width: 93.3333%;
    margin-top: -15px;
  }
}

.profile__name {
  font-family: ten-mincho-text, serif;
  font-size: min(1.80556vw, 26px);
  font-weight: 400;
}

@media screen and (width <= 767px) {
  .profile__name {
    padding-left: 140px;
    font-size: 24px;
  }
}

.profile__name span {
  margin-bottom: .8em;
  font-size: min(.902778vw, 13px);
  display: block;
}

@media screen and (width <= 767px) {
  .profile__name span {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

.profile__name img {
  vertical-align: middle;
  margin-left: .5em;
}

@media screen and (width <= 767px) {
  .profile__name img {
    width: 100px;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}

.profile__text {
  margin-top: 1.2em;
  font-size: clamp(12px, .902778vw, 13px);
  line-height: 2;
}

@media screen and (width <= 767px) {
  .profile__text {
    margin-top: 75px;
    font-size: 12px;
  }
}

.nav {
  margin-top: min(6.94444vw, 100px);
}

@media screen and (width <= 767px) {
  .nav {
    margin-top: 60px;
  }
}

.nav__list {
  column-gap: 4%;
  width: 52.0833%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 767px) {
  .nav__list {
    justify-content: space-between;
    column-gap: normal;
    width: 335px;
  }
}

.nav__list:before, .nav__list:after {
  content: "";
  background-image: linear-gradient(to right, #f6e5d74d 2px, #0000 2px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  width: 40.8%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (width <= 767px) {
  .nav__list:before, .nav__list:after {
    width: calc(50vw - 167.5px);
  }
}

.nav__list:before {
  right: 105.333%;
}

@media screen and (width <= 767px) {
  .nav__list:before {
    right: 100%;
  }
}

.nav__list:after {
  left: 105.333%;
}

@media screen and (width <= 767px) {
  .nav__list:after {
    left: 100%;
  }
}

.nav__list-item {
  width: 30.6667%;
}

@media screen and (width <= 767px) {
  .nav__list-item {
    width: 110px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .nav__list-item a:hover img {
    transform-origin: center;
    transform: scale(1.05);
  }
}

.nav__list-item img {
  width: 100%;
}

.chart {
  width: 88.8889%;
  max-width: 1280px;
  margin-top: min(17.0833vw, 246px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (width <= 767px) {
  .chart {
    width: 100%;
    margin-top: 100px;
  }
}

.chart:before {
  content: "Wine pairing chart";
  color: #ffffff14;
  text-align: center;
  z-index: 1;
  width: 100%;
  margin-bottom: -.19em;
  font-family: aabak, sans-serif;
  font-size: min(12.5vw, 180px);
  font-weight: 300;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (width <= 767px) {
  .chart:before {
    margin-bottom: -13px;
    font-size: 72px;
  }
}

.chart__inner {
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px));
  background: #5e1838e6;
  padding-bottom: min(6.94444vw, 100px);
}

@media screen and (width <= 767px) {
  .chart__inner {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
    padding-bottom: 60px;
  }
}

.chart__title {
  text-align: center;
  letter-spacing: .08em;
  padding-top: 2.2em;
  font-family: ten-mincho-text, serif;
  font-size: min(2.63889vw, 38px);
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .chart__title {
    padding-top: 50px;
    font-size: 26px;
    line-height: 1.6;
  }
}

.chart__title span {
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  font-size: min(1.38889vw, 20px);
  line-height: 1;
  display: table;
  position: relative;
}

.chart__title span:before, .chart__title span:after {
  content: "";
  z-index: 1;
  background-color: #f6e5d7;
  border-radius: 2px;
  width: 1px;
  height: 1.9em;
  margin-top: -.2em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.chart__title span:before {
  left: -1.5em;
  transform: rotate(-30deg);
}

.chart__title span:after {
  right: -1.4em;
  transform: rotate(30deg);
}

.chart__lead {
  letter-spacing: .08em;
  text-align: center;
  color: #f6e5d7d9;
  margin-top: 1.3em;
  margin-bottom: 2em;
  font-size: min(1.11111vw, 16px);
  line-height: 2;
}

@media screen and (width <= 767px) {
  .chart__lead {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.chart__img-block {
  width: 82.8125%;
  margin: 0 auto;
  position: relative;
}

@media screen and (width <= 767px) {
  .chart__img-block {
    width: calc(100% - 40px);
  }
}

.chart__img-notes {
  width: 23.1132%;
  font-size: min(.902778vw, 13px);
  line-height: 1.6;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 767px) {
  .chart__img-notes {
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
    position: static;
  }
}

.chart__img-notes b {
  margin-bottom: .5em;
  display: block;
}

.pouch {
  margin-top: min(8.33333vw, 120px);
  position: relative;
}

@media screen and (width <= 767px) {
  .pouch {
    margin-top: 100px;
  }
}

.pouch:before, .pouch:after {
  z-index: -1;
  display: block;
  position: absolute;
}

.pouch:before {
  content: "";
  aspect-ratio: 300 / 452;
  background-image: url("../img/bg_pouch.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20.8333%;
  top: -11.1111vw;
  left: 0;
}

@media screen and (width <= 767px) {
  .pouch:before {
    width: 34.6667%;
    top: -41.0667vw;
  }
}

.pouch:after {
  content: "Recommend pairing";
  letter-spacing: 0;
  transform-origin: 100% 100%;
  color: #ffffff14;
  font-family: aabak, sans-serif;
  font-size: min(12.5vw, 180px);
  font-weight: 300;
  line-height: 1;
  top: 3em;
  right: .9em;
  transform: rotate(90deg);
}

@media screen and (width <= 767px) {
  .pouch:after {
    font-size: 72px;
    top: 200px;
  }
}

.pouch__title {
  text-align: center;
  letter-spacing: .08em;
  font-family: ten-mincho-text, serif;
  font-size: min(2.77778vw, 40px);
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (width <= 767px) {
  .pouch__title {
    font-size: 26px;
  }
}

.pouch__title:before {
  content: "";
  aspect-ratio: 135 / 96;
  background-image: url("../img/icon_title_pouch.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.375%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (width <= 767px) {
  .pouch__title:before {
    width: 80px;
  }
}

.pouch__title b {
  background: linear-gradient(#0000 75%, #fff3 75%);
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.toss {
  background-color: #8a2a48;
  margin-top: min(13.8889vw, 200px);
  padding-top: min(4.16667vw, 60px);
  position: relative;
}

@media screen and (width <= 767px) {
  .toss {
    margin-top: 75px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.toss:before {
  content: "";
  aspect-ratio: 337 / 439;
  background-image: url("../img/bg_toss.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.4028%;
  display: block;
  position: absolute;
  top: 6.94444vw;
  right: 0;
}

@media screen and (width <= 767px) {
  .toss:before {
    width: 30.6667%;
    top: 58.6667vw;
    right: 0;
  }
}

.toss:after {
  content: "Recommend pairing";
  letter-spacing: 0;
  transform-origin: 0 100%;
  color: #ffffff14;
  font-family: aabak, sans-serif;
  font-size: min(12.5vw, 180px);
  font-weight: 300;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: -.2em;
  transform: rotate(90deg);
}

@media screen and (width <= 767px) {
  .toss:after {
    font-size: 72px;
    top: 15px;
  }
}

.toss__bg:before {
  content: "";
  aspect-ratio: 1440 / 330;
  z-index: -1;
  background-image: url("../img/bg_toss_top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

.toss__bg:after {
  content: "";
  aspect-ratio: 1440 / 330;
  background-image: url("../img/bg_toss_top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  transform: rotate(180deg);
}

.toss__title {
  text-align: center;
  letter-spacing: .08em;
  font-family: ten-mincho-text, serif;
  font-size: min(2.77778vw, 40px);
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (width <= 767px) {
  .toss__title {
    font-size: 26px;
  }
}

.toss__title:before {
  content: "";
  aspect-ratio: 135 / 99;
  background-image: url("../img/icon_title_toss.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.375%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (width <= 767px) {
  .toss__title:before {
    width: 80px;
  }
}

.toss__title b {
  background: linear-gradient(#0000 75%, #fff3 75%);
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.pairing {
  width: 84.7222%;
  max-width: 1220px;
  margin-top: min(9.72222vw, 140px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (width <= 767px) {
  .pairing {
    width: calc(100% - 40px);
    margin-top: 50px;
  }
}

.pairing__list {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: min(8.33333vw, 120px) 6.94444%;
  display: flex;
}

@media screen and (width <= 767px) {
  .pairing__list {
    flex-direction: column;
    column-gap: 30px;
  }
}

.pairing__list-item {
  width: 45.9016%;
  position: relative;
  box-shadow: 20px 20px 30px #00000026;
}

@media screen and (width <= 767px) {
  .pairing__list-item {
    width: 100%;
  }
}

.pairing__list-item:nth-child(2n) {
  margin-top: min(-5.55556vw, -80px);
}

@media screen and (width <= 767px) {
  .pairing__list-item:nth-child(2n) {
    margin-top: 0;
  }
}

.pairing__num {
  aspect-ratio: 1;
  text-align: center;
  box-sizing: content-box;
  z-index: 1;
  background: #701e43;
  border: 5px solid #f6e5d733;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 13.3929%;
  font-family: aabak, sans-serif;
  font-size: min(3.61111vw, 52px);
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (width <= 767px) {
  .pairing__num {
    border-width: 3px;
    width: 52px;
    font-size: 36px;
    top: -10px;
    left: -10px;
  }
}

.pairing__num--toss {
  background-color: #8a2a48;
}

.pairing__num span {
  margin-top: .1em;
}

.card {
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  background: linear-gradient(45deg, #f9e2d5 28%, #fffdfb 100%);
  padding-bottom: min(2.08333vw, 30px);
}

@media screen and (width <= 767px) {
  .card {
    padding-bottom: 20px;
  }
}

.card__title-area {
  column-gap: 4.46429%;
  width: 100%;
  display: flex;
}

@media screen and (width <= 767px) {
  .card__title-area {
    column-gap: 15px;
  }
}

.card__img {
  width: 33.9286%;
}

@media screen and (width <= 767px) {
  .card__img {
    width: 135px;
  }
}

.card__title-text {
  width: 61.6071%;
  padding-right: 6.25%;
}

@media screen and (width <= 767px) {
  .card__title-text {
    width: calc(100% - 150px);
    padding-right: 20px;
  }
}

.card__title {
  color: #701e43;
  letter-spacing: .06em;
  margin-top: 1.5em;
  font-family: ten-mincho-text, serif;
  font-size: min(1.73611vw, 25px);
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (width <= 767px) {
  .card__title {
    letter-spacing: -.02em;
    margin-top: 30px;
    font-size: 20px;
  }
}

.card__title--toss {
  color: #8a2a48;
}

.card__title-eng {
  color: #701e43;
  letter-spacing: 0;
  margin-top: 1em;
  font-family: Poppins, sans-serif;
  font-size: clamp(10px, .763889vw, 11px);
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (width <= 767px) {
  .card__title-eng {
    font-size: 10px;
    line-height: 1.3;
  }
}

.card__title-eng--toss {
  color: #8a2a48;
}

.card__lead {
  letter-spacing: .06em;
  color: #553a37;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .card__lead {
    padding-top: 0;
  }
}

.card__lead--pc {
  text-align: justify;
  border-top: 1px dotted #701e434d;
  margin-top: 1.5em;
  padding-top: 1.5em;
  font-size: min(.972222vw, 14px);
}

@media screen and (width <= 767px) {
  .card__lead--pc {
    display: none;
  }
}

.card__lead--sp {
  display: none;
}

@media screen and (width <= 767px) {
  .card__lead--sp {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    display: block;
  }
}

.card__lead small {
  margin-top: .5em;
  font-size: min(.833333vw, 12px);
  line-height: 1.6;
  display: block;
}

@media screen and (width <= 767px) {
  .card__lead small {
    font-size: 11px;
    line-height: 1.6;
  }
}

.card__pairing-area {
  column-gap: 4.28571%;
  width: 100%;
  margin-top: min(2.08333vw, 30px);
  padding-left: 10.7143%;
  padding-right: 10.7143%;
  display: flex;
}

@media screen and (width <= 767px) {
  .card__pairing-area {
    border-top: 1px dotted #701e434d;
    column-gap: 20px;
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 20px 0 0;
  }
}

.card__pairing-text {
  width: 57.2727%;
}

@media screen and (width <= 767px) {
  .card__pairing-text {
    width: calc(100% - 125px);
  }
}

.card__pairing-img {
  align-items: flex-end;
  width: 37.2727%;
  display: flex;
}

@media screen and (width <= 767px) {
  .card__pairing-img {
    width: 105px;
  }
}

.card__pairing-label {
  text-align: center;
  background: linear-gradient(to right, #7a2c53 33%, #e16569 100%);
  border-radius: 20px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-size: clamp(10px, .833333vw, 12px);
  line-height: 1;
}

.card__pairing-01, .card__pairing-02 {
  color: #553a37;
  margin-top: .8em;
  padding-left: .5em;
  font-family: ten-mincho-text, serif;
  font-size: min(1.38889vw, 20px);
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (width <= 767px) {
  .card__pairing-01, .card__pairing-02 {
    font-size: 16px;
  }
}

.card__pairing-package {
  width: 51.2195%;
  margin-right: -4.87805%;
  position: relative;
}

.card__pairing-wine {
  width: 53.6585%;
}

.card__comment {
  background: #ffffff80;
  border-radius: 10px;
  column-gap: 3.57143%;
  width: 89.2857%;
  margin-top: min(1.04167vw, 15px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.67857%;
  padding-right: 5.35714%;
  display: flex;
}

@media screen and (width <= 767px) {
  .card__comment {
    column-gap: 10px;
    width: calc(100% - 40px);
    margin-top: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
}

.card__comment-img {
  width: 18.6813%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (width <= 767px) {
  .card__comment-img {
    width: 70px;
    margin-left: -10px;
    padding-top: 10px;
  }
}

.card__comment-text {
  color: #553a37;
  letter-spacing: .04em;
  width: 76.9231%;
  padding-top: 1.6em;
  padding-bottom: 1.7em;
  font-size: clamp(11px, .902778vw, 13px);
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .card__comment-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}

.features {
  margin-top: min(26.3889vw, 380px);
  position: relative;
}

@media screen and (width <= 767px) {
  .features {
    margin-top: 140px;
  }
}

.features:before {
  content: "Grape varieties";
  color: #ffffff14;
  text-align: center;
  z-index: 2;
  width: 100%;
  margin-bottom: -.28em;
  font-family: aabak, sans-serif;
  font-size: min(12.5vw, 180px);
  font-weight: 300;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (width <= 767px) {
  .features:before {
    margin-bottom: -25px;
    font-size: 72px;
  }
}

.features__bg:before, .features__bg:after {
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}

.features__bg:before {
  aspect-ratio: 216 / 222;
  background-image: url("../img/bg_features_right.svg");
  width: 15%;
  top: min(-8.33333vw, -120px);
  right: 0;
}

@media screen and (width <= 767px) {
  .features__bg:before {
    width: 34.6667%;
    top: 40vw;
  }
}

.features__bg:after {
  aspect-ratio: 293 / 410;
  background-image: url("../img/bg_features_left.svg");
  width: 20.3472%;
  bottom: min(-25.3472vw, -365px);
  left: 0;
}

@media screen and (width <= 767px) {
  .features__bg:after {
    width: 32%;
    bottom: -33.3333vw;
  }
}

.features__title {
  letter-spacing: .08em;
  text-align: center;
  z-index: 1;
  margin: 60px auto -.5em;
  font-family: ten-mincho-text, serif;
  font-size: min(2.63889vw, 38px);
  font-weight: 400;
  display: table;
  position: relative;
}

@media screen and (width <= 767px) {
  .features__title {
    margin-bottom: 0;
    font-size: 26px;
  }
}

.features__title:before {
  content: "";
  z-index: -1;
  background: #701e43;
  width: calc(100% + 40px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}

.features__block {
  border: 1px dotted #f6e5d74d;
  width: 88.8889%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: min(4.16667vw, 60px);
  padding-bottom: min(6.94444vw, 100px);
}

@media screen and (width <= 767px) {
  .features__block {
    border: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.features__lead {
  letter-spacing: .08em;
  text-align: center;
  color: #f6e5d7d9;
  margin-bottom: 3em;
  font-size: min(1.11111vw, 16px);
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .features__lead {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

.features__wine-white {
  margin-top: 40px;
}

@media screen and (width <= 767px) {
  .features__wine-white {
    margin-top: 50px;
  }
}

.features__label {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (width <= 767px) {
  .features__label {
    width: 110px;
  }
}

.wine {
  width: 82.8125%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (width <= 767px) {
  .wine {
    width: calc(100% - 60px);
    position: relative;
  }
}

.wine--red {
  margin-top: -5.07813%;
}

@media screen and (width <= 767px) {
  .wine--red {
    margin-top: 10px;
  }
}

.wine--white {
  margin-top: -3.75%;
}

@media screen and (width <= 767px) {
  .wine--white {
    margin-top: 10px;
  }

  .wine__line {
    width: 1px;
    height: calc(100% - 100px);
    display: block;
    position: absolute;
    top: 50px;
    left: -15px;
  }

  .wine__line:before, .wine__line:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    display: block;
    position: absolute;
    left: -7px;
  }

  .wine__line--red {
    background: linear-gradient(#f7f0f2 0%, #b87c9b 100%);
  }

  .wine__line--red:before {
    background-image: url("../img/text_type_lightbody.svg");
    height: 91px;
    bottom: 100%;
  }

  .wine__line--red:after {
    background-image: url("../img/text_type_fullbody.svg");
    height: 78px;
    top: 100%;
  }

  .wine__line--white {
    background: linear-gradient(#f5f3ec 0%, #e5edc4 100%);
  }

  .wine__line--white:before {
    background-image: url("../img/text_type_fruity.svg");
    height: 80px;
    bottom: 100%;
  }

  .wine__line--white:after {
    background-image: url("../img/text_type_dry.svg");
    height: 44px;
    top: 100%;
  }
}

.wine__list {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 25px 8px;
  display: flex;
}

@media screen and (width <= 767px) {
  .wine__list {
    flex-direction: column;
    padding: 15px 20px;
  }
}

.wine__list--red {
  color: #701e43;
  background: linear-gradient(to right, #e7cdda 0%, #f7f0f2 100%);
}

@media screen and (width <= 767px) {
  .wine__list--red {
    background: linear-gradient(#f7f0f2 0%, #e7cdda 100%);
  }
}

.wine__list--white {
  color: #444c20;
  background: linear-gradient(to right, #e5edc4 0%, #f5f3ec 100%);
}

@media screen and (width <= 767px) {
  .wine__list--white {
    background: linear-gradient(#f5f3ec 0%, #e5edc4 100%);
  }
}

.wine__list-item {
  flex-direction: column;
  place-content: flex-start center;
  display: flex;
}

.wine__list-item--red {
  border-right: 1px solid #dfc7d3;
  width: 11.1111%;
}

@media screen and (width <= 767px) {
  .wine__list-item--red {
    border-bottom: 1px solid #dfc7d3;
    border-right: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.wine__list-item--white {
  border-right: 1px solid #fff;
  width: 14.2857%;
}

@media screen and (width <= 767px) {
  .wine__list-item--white {
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.wine__list-item:first-child {
  border-right: none;
}

@media screen and (width <= 767px) {
  .wine__list-item:last-child {
    border-bottom: none;
  }
}

.wine__name {
  letter-spacing: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2em;
  font-family: ten-mincho-text, serif;
  font-size: min(1.04167vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

@media screen and (width <= 767px) {
  .wine__name {
    height: auto;
    font-size: 16px;
    display: block;
  }
}

.wine__name span {
  font-size: min(.902778vw, 13px);
}

@media screen and (width <= 767px) {
  .wine__name span {
    margin-left: 5px;
    font-size: 13px;
    display: inline-block;
  }
}

.wine__text {
  font-feature-settings: unset;
  text-align: justify;
  letter-spacing: 0;
  color: #5e5450;
  height: 6.33333em;
  margin-top: .8em;
  padding-left: 1.34em;
  padding-right: 1.34em;
  font-size: clamp(9px, .833333vw, 12px);
  line-height: 1.6;
}

@media screen and (width <= 767px) {
  .wine__text {
    text-align: center;
    height: auto;
    margin-top: 2px;
    padding: 0;
    font-size: 11px;
  }
}

.wine__area-block {
  text-align: center;
  letter-spacing: 0;
  margin-top: 1em;
  padding-left: 1.45em;
  padding-right: 1.45em;
  font-size: clamp(10px, .763889vw, 11px);
}

@media screen and (width <= 767px) {
  .wine__area-block {
    margin-top: 10px;
    padding: 0;
  }
}

.wine__area-label {
  color: #fff;
  border-radius: 20px;
  margin-bottom: .8em;
  padding: .3em 1em .4em;
  font-size: min(.763889vw, 11px);
  line-height: 1;
  display: inline-block;
}

@media screen and (width <= 767px) {
  .wine__area-label {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.wine__area-label--red {
  background: #701e43;
}

.wine__area-label--white {
  background: #444c20;
}

.wine__area-text {
  font-size: clamp(10px, .763889vw, 11px);
  line-height: 1.4;
}

@media screen and (width <= 767px) {
  .wine__area-text {
    font-size: 11px;
  }
}

.wine__area-text .slash {
  display: none;
}

@media screen and (width <= 767px) {
  .wine__area-text .slash {
    display: inline;
  }
}

.link {
  margin-top: min(9.72222vw, 140px);
}

@media screen and (width <= 767px) {
  .link {
    margin-top: 120px;
  }
}

.link__title {
  color: #dda9c3;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: aabak, sans-serif;
  font-size: min(6.38889vw, 92px);
  font-weight: 300;
  display: table;
  position: relative;
}

@media screen and (width <= 767px) {
  .link__title {
    font-size: 60px;
  }
}

.link__title:before, .link__title:after {
  content: "";
  z-index: 1;
  background-color: #dda9c3;
  border-radius: 2px;
  width: 1px;
  height: 1em;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.link__title:before {
  left: -.8em;
  transform: rotate(-30deg);
}

@media screen and (width <= 767px) {
  .link__title:before {
    left: -20px;
  }
}

.link__title:after {
  right: -.8em;
  transform: rotate(30deg);
}

@media screen and (width <= 767px) {
  .link__title:after {
    right: -20px;
  }
}

.link__btn a {
  letter-spacing: .08em;
  color: #701e43;
  width: min(61.1111%, 880px);
  height: min(11.1111vw, 160px);
  margin-top: -1em;
  margin-left: auto;
  margin-right: auto;
  font-family: ten-mincho-text, serif;
  font-size: min(2.08333vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  display: block;
  position: relative;
}

@media screen and (width <= 767px) {
  .link__btn a {
    text-align: center;
    width: calc(100% - 40px);
    height: 160px;
    font-size: 22px;
  }
}

.link__btn a:after {
  content: "";
  aspect-ratio: 184 / 107;
  background-image: url("../img/img_link.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20.9091%;
  margin: auto;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: -4.16667vw;
  left: 0;
  right: 0;
}

@media screen and (width <= 767px) {
  .link__btn a:after {
    width: 160px;
    bottom: -60px;
  }
}

.link__btn a span {
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  background: linear-gradient(80deg, #f9e2d5 28%, #fffdfb 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .link__btn a:hover span {
    transform: scale(1.05);
  }

  .link__btn a:hover:after {
    transform: scale(.95);
  }
}

.notes {
  margin-top: min(13.8889vw, 200px);
}

@media screen and (width <= 767px) {
  .notes {
    margin-top: 160px;
  }
}

.notes__text {
  text-align: center;
  font-size: min(.972222vw, 14px);
}

@media screen and (width <= 767px) {
  .notes__text {
    padding: 0 20px;
    font-size: 11px;
    line-height: 1.6;
  }
}

.footer {
  background-color: #5e1838;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (width <= 767px) {
  .footer {
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.footer__pagetop {
  width: 10.8333%;
  max-width: 156px;
  position: absolute;
  top: -5vw;
  right: 11.1111%;
}

@media screen and (width <= 767px) {
  .footer__pagetop {
    width: 124px;
    top: -70px;
    right: 20px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__pagetop a:hover img {
    transform-origin: center;
    transform: scale(1.05);
  }
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 10.7639%;
}

@media screen and (width <= 767px) {
  .footer__logo img {
    width: 125px;
  }
}

.footer__link {
  letter-spacing: .04em;
  justify-content: center;
  margin-top: 2.08333%;
  font-family: Poppins, sans-serif;
  font-size: max(.902778vw, 10px);
  font-weight: 500;
  display: flex;
}

@media screen and (width <= 767px) {
  .footer__link {
    letter-spacing: .02em;
    margin-top: 8%;
    font-size: max(3.2vw, 10px);
  }
}

.footer__link-item a {
  text-underline-offset: 40%;
  color: #f6e5d7;
  border-left: 1px solid #fff3;
  padding: 0 1.73611vw;
  text-decoration: underline 1px #0000;
  transition: all .35s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__link-item a:hover {
    text-decoration: underline #fff;
  }
}

@media screen and (width <= 767px) {
  .footer__link-item a {
    padding: 0 3.2vw;
    font-size: min(3.2vw, 14px);
  }
}

.footer__link-item:first-child a {
  border-left: none;
}

.footer__copyright {
  text-align: center;
  letter-spacing: .1em;
  color: #f6e5d799;
  margin-top: 5.55556%;
  font-family: Poppins, sans-serif;
  font-size: max(.763889vw, 10px);
  font-weight: 400;
}

@media screen and (width <= 767px) {
  .footer__copyright {
    letter-spacing: .02em;
    margin-top: 60px;
  }
}
