#wineselection-trial {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.link-hover {
  transition: all 0.3s;
}

.link-hover:hover {
  opacity: 0.6;
}

.trial-nav {
  background: #a28047;
  height: 90px;
}

.nav-inner {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-inner h1 a {
  width: 344px;
}

.nav-inner .soryo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 498px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  color: #a28047;
  font-size: 20px;
  font-weight: 700;
}

.nav-inner .soryo-link img {
  width: 45px;
  height: auto;
  margin-right: 12px;
}

.trial-mv {
  width: 100%;
  height: 275px;
  background: url(../images/mv.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trial-mv__inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trial-mv__inner h2 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 150px;
  line-height: 1;
}

.trial-mv__inner h2 span {
  display: block;
  font-size: 73px;
  font-weight: 600;
}

.trial-mv__inner p {
  margin-left: 48px;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  background: #d1a729;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trial-intro {
  width: 1230px;
  margin: 0 auto 100px;
  padding-top: 40px;
  position: relative;
}

.trial-intro::before {
  display: block;
  content: "";
  background: url(../images/intro-img01.png) no-repeat center center/100% auto;
  width: 204px;
  height: 539px;
  position: absolute;
  top: 90px;
  left: 0;
}

.trial-intro::after {
  display: block;
  content: "";
  background: url(../images/intro-img02_a.png) no-repeat center center/100% auto;
  width: 206px;
  height: 552px;
  position: absolute;
  top: 90px;
  right: 0;
}

.trial-intro h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.trial-intro .lead {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}

.trial-intro .lead span {
  color: #95160c;
  font-size: 30px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.trial-intro .lead span::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #95160c;
  position: absolute;
  bottom: 0;
}

.trial-intro div + div {
  margin-top: 1em;
}

.trial-intro .note {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.trial-intro .period {
  width: 700px;
  height: 70px;
  border-radius: 35px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #755015;
  font-size: 26px;
  font-weight: 700;
  color: #755015;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sommelier {
  width: 1230px;
  background: #fdf4e6;
  margin: 0 auto 140px;
  padding: 55px 40px 35px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

.sommelier-img {
  margin-right: 50px;
  width: 268px;
}

.sommelier-img img {
  width: 268px;
  height: auto;
}

.sommelier-img p {
  font-size: 16px;
  line-height: 2;
}

.sommelier-data h3 {
  font-size: 26px;
  font-weight: 700;
  color: #755015;
  margin-bottom: 20px;
}

.sommelier-data p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.sommelier-data dl {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #a28047;
}

.sommelier-data dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sommelier-data dl dd {
  font-size: 13px;
  line-height: 1.8;
}

.trial-lineup {
  background: #f2debf;
  padding: 80px 0 10px;
}

.trial-lineup__inner {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.trial-lineup__item {
  width: calc((100% - 32px * 4) / 5);
  margin-right: 32px;
  margin-bottom: 70px;
}
.trial-lineup__item:nth-child(5n) {
  margin-right: 0;
}

.trial-lineup__item .lead {
  background: #fff;
  border-radius: 6px;
  height: 183px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}

.trial-lineup__item .lead::after {
  display: block;
  content: "";
  background: url(../images/fukidashi.png) no-repeat center center/100% auto;
  width: 41px;
  height: 36px;
  position: absolute;
  bottom: -35px;
  right: 28px;
}

.trial-lineup__item .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 253px;
  margin-bottom: 10px;
}

.trial-lineup__item .thumbnail img {
  height: 100%;
  width: auto;
}

.trial-lineup__item .thumbnail .award {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 80px;
  left: 0;
}

.trial-lineup__item .thumbnail .tag {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.trial-lineup__item .thumbnail .tag.rose {
  background: #e39d9d;
}
.trial-lineup__item .thumbnail .tag.red {
  background: #d51771;
}
.trial-lineup__item .thumbnail .tag.white {
  background: #92b26f;
}
.trial-lineup__item .thumbnail .tag.spark {
  background: #aad4ff;
}
.trial-lineup__item .thumbnail .tag.fortified {
  background: #e18124;
  font-size: 12px;
  padding-top: 0.3em;
  box-sizing: border-box;
}

.item-body01 {
  height: 100px;
}

.trial-lineup__item .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.trial-lineup__item .country {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trial-lineup__item .country img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.trial-lineup__item .price01 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trial-lineup__item .price01 span {
  font-size: 20px;
}

.trial-lineup__item .price01::before {
  display: block;
  content: "";
  width: 141px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.trial-lineup__item .price01::after {
  display: block;
  content: "";
  background: url(../images/price-arrow.png) no-repeat center center/100% auto;
  width: 21px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -24px;
}

.trial-lineup__item .price02 {
  font-size: 16px;
  font-weight: 700;
  color: #95160c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trial-lineup__item .price02 span {
  font-size: 30px;
}

.trial-lineup__item a {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.wine-link {
  width: 800px;
  margin: 100px auto;
  display: block;
}

.trial-giftconcierge {
  width: 1230px;
  background: #f1e7d8;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 50px 58px;
}

.trial-giftconcierge h2 {
  text-align: center;
  border-bottom: 3px solid #000;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.trial-giftconcierge h2 img {
  width: 383px;
  height: auto;
}

.trial-giftconcierge__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.trial-giftconcierge__inner > div {
  width: 470px;
}

.trial-giftconcierge__inner > div h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.trial-giftconcierge__inner > div p {
  font-size: 16px;
  line-height: 1.8;
}

.trial-giftconcierge__inner > div p.note {
  font-size: 11px;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 599px) {
  #wineselection-trial * {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    box-sizing: border-box;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .trial-nav {
    background: #a28047;
    height: 20vw;
    padding: 1vw;
    box-sizing: border-box;
  }

  .nav-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .nav-inner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-inner h1 a {
    display: block;
    width: 50%;
    margin-bottom: 1vw;
  }

  .nav-inner h1 a img {
    width: 100%;
    height: auto;
  }

  .nav-inner .soryo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: 8vw;
    border-radius: 28px;
    background: #fff;
    color: #a28047;
    font-size: 3vw;
    font-weight: 700;
  }

  .nav-inner .soryo-link img {
    width: 6vw;
    height: auto;
    margin-right: 3vw;
  }

  .trial-mv {
    width: 100%;
    height: calc((580 / 714) * 100vw);
    background: url(../images/mv-sp.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trial-mv__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }

  .trial-mv__inner h2 {
    color: #fff;
    font-family: "Jost", sans-serif !important;
    font-style: italic;
    font-weight: 500;
    font-size: calc((163 / 714) * 100vw);
    line-height: 1;
    text-align: center;
  }

  .trial-mv__inner h2 span {
    display: block;
    font-size: calc((84 / 714) * 100vw);
    font-weight: 600;
  }

  .trial-mv__inner p {
    margin-left: 0;
    font-size: calc((46 / 714) * 100vw);
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    width: calc((198 / 714) * 100vw);
    height: calc((198 / 714) * 100vw);
    border-radius: 50%;
    background: #d1a729;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((25 / 714) * 100vw);
    left: calc((25 / 714) * 100vw);
  }

  .rb2019---paths {
    display: none;
  }

  .trial-intro {
    width: 100%;
    margin: 0 auto;
    padding: 15vw 5vw 20vw;
    position: relative;
  }

  .trial-intro::before {
    display: block;
    content: "";
    background: url(../images/intro-img01.png) no-repeat center center/100% auto;
    width: 20vw;
    height: 60vw;
    position: absolute;
    top: unset;
    bottom: -3vw;
    left: 0;
  }

  .trial-intro::after {
    display: block;
    content: "";
    background: url(../images/intro-img02_a.png) no-repeat center center/100%
      auto;
    width: 20vw;
    height: 60vw;
    position: absolute;
    top: unset;
    bottom: -3vw;
    right: 0;
  }

  .trial-intro h2 {
    text-align: center;
    font-size: 4.2vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3vw;
  }

  .trial-intro .lead {
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.9;
  }

  .trial-intro .lead span {
    color: #95160c;
    font-size: 3.8vw;
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }

  .trial-intro .lead span::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #95160c;
    position: absolute;
    bottom: 0;
  }

  .trial-intro div + div {
    margin-top: 1em;
  }

  .trial-intro .note {
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    margin-top: 2vw;
  }

  .trial-intro .period {
    width: 60vw;
    height: 20vw;
    border-radius: 5vw;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid #755015;
    font-size: 3.6vw;
    font-weight: 700;
    color: #755015;
    margin: 12vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-indent: -3em;
    padding-left: 3em;
  }

  .sommelier {
    width: calc(100% - 10vw);
    background: #fdf4e6;
    margin: 0 auto 15vw;
    padding: 6vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .sommelier-img {
    margin: 5vw auto 0;
    width: 70%;
  }

  .sommelier-img img {
    width: 100%;
    height: 45vw;
    object-fit: cover;
    object-position: top center;
  }

  .sommelier-img p {
    font-size: 3vw;
    line-height: 2;
    text-align: center;
  }

  .sommelier-data h3 {
    font-size: 4vw;
    font-weight: 700;
    color: #755015;
    margin-bottom: 3vw;
    text-align: center;
  }

  .sommelier-data p {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
  }

  .sommelier-data dl {
    margin-top: 3vw;
    padding-top: 3vw;
    border-top: 1px solid #a28047;
  }

  .sommelier-data dl dt {
    font-size: 3.2vw;
    font-weight: 700;
    margin-bottom: 1vw;
    text-align: center;
  }

  .sommelier-data dl dd {
    font-size: 3vw;
    line-height: 1.6;
  }

  .trial-lineup {
    background: #f2debf;
    padding: 5vw;
  }

  .trial-lineup__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .trial-lineup__item {
    width: calc((100% - 3vw * 1) / 2);
    margin-bottom: 8vw;
    margin-right: 3vw;
  }
  .trial-lineup__item:nth-child(5n) {
    margin-right: 3vw;
  }
  .trial-lineup__item:nth-child(2n) {
    margin-right: 0;
  }

  .trial-lineup__item .lead {
    background: #fff;
    border-radius: 6px;
    height: 38vw;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.4;
    padding: 2vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5vw;
  }

  .trial-lineup__item .lead::after {
    display: block;
    content: "";
    background: url(../images/fukidashi.png) no-repeat center center/100% auto;
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: -9vw;
    right: 2vw;
  }

  .trial-lineup__item .thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vw;
    margin-bottom: 10px;
  }

  .trial-lineup__item .thumbnail img {
    width: auto;
    height: 100%;
  }

  .trial-lineup__item .thumbnail .award {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16vw;
    left: 0;
  }

  .trial-lineup__item .thumbnail .tag {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .trial-lineup__item .thumbnail .tag.rose {
    background: #e39d9d;
  }
  .trial-lineup__item .thumbnail .tag.red {
    background: #d51771;
  }
  .trial-lineup__item .thumbnail .tag.white {
    background: #92b26f;
  }
  .trial-lineup__item .thumbnail .tag.spark {
    background: #aad4ff;
  }

  .item-body01 {
    height: 18vw;
  }

  .trial-lineup__item .name {
    font-size: 3.2vw;
    font-weight: 700;
    margin-bottom: 2vw;
    line-height: 1.3;
  }

  .trial-lineup__item .country {
    font-size: 2.8vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .trial-lineup__item .country img {
    width: 4vw;
    height: auto;
    margin-right: 2vw;
  }

  .trial-lineup__item .price01 {
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trial-lineup__item .price01 span {
    font-size: 3.8vw;
  }

  .trial-lineup__item .price01::before {
    display: block;
    content: "";
    width: 30vw;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .trial-lineup__item .price01::after {
    display: block;
    content: "";
    background: url(../images/price-arrow.png) no-repeat center center/100% auto;
    width: 5vw;
    height: 3vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4vw;
  }

  .trial-lineup__item .price02 {
    font-size: 3.2vw;
    font-weight: 700;
    color: #95160c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trial-lineup__item .price02 span {
    font-size: 5vw;
  }

  .trial-lineup__item a {
    width: 100%;
    height: 10vw;
    font-size: 3.4vw;
    font-weight: 700;
    margin-top: 3vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }

  .wine-link {
    width: calc(100% - 10vw);
    margin: 0 auto 16vw;
    display: block;
  }

  .wine-link img {
    width: 100%;
    height: auto;
  }

  .trial-giftconcierge {
    width: calc(100% - 10vw);
    background: #f1e7d8;
    margin: 0 auto 10vw;
    box-sizing: border-box;
    padding: 6vw;
  }

  .trial-giftconcierge h2 {
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 2vw;
    margin-bottom: 5vw;
  }

  .trial-giftconcierge h2 img {
    width: auto;
    height: 6vw;
  }

  .trial-giftconcierge__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .trial-giftconcierge__inner > div {
    width: 100%;
  }

  .trial-giftconcierge__inner > div h3 {
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3vw;
    text-align: center;
  }

  .trial-giftconcierge__inner > div p {
    font-size: 3.2vw;
    line-height: 1.6;
  }

  .trial-giftconcierge__inner > div p.note {
    font-size: 2.8vw;
    line-height: 1.6;
    margin-top: 3vw;
  }

  .trial-giftconcierge__inner > img {
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }
}
