@charset "UTF-8";
/* reset:start */
.cont *,
.cont *::before,
.cont *::after {
  box-sizing: border-box;
}
.cont * {
  margin: 0;
  padding: 0;
}
.cont html {
  font-size: 62.5%;
}
.cont body {
  overflow-x: hidden;
}
.cont img,
.cont picture,
.cont video,
.cont canvas,
.cont svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cont img {
  width: 100%;
}
.cont input,
.cont button,
.cont textarea,
.cont select {
  font: inherit;
}
.cont p,
.cont h1,
.cont h2,
.cont h3,
.cont h4,
.cont h5,
.cont h6 {
  overflow-wrap: break-word;
}
.cont ul {
  list-style: none;
}
.cont [hidden] {
  display: none;
}
.cont button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#suntory_contents .store__container, #suntory_contents .positive__content, #suntory_contents .collab__content, #suntory_contents .lead__content, .js-modal__target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#suntory_contents .store__container > *, #suntory_contents .positive__content > *, #suntory_contents .collab__content > *, #suntory_contents .lead__content > *, .js-modal__target > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container, .cont__container--small {
    max-width: 88.5416666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .cont__container--small {
    max-width: 87.2395833333vw;
  }
}

#suntory_contents .store__link, #suntory_contents .positive__link, #suntory_contents .collab__bnr, #suntory_contents .collab__link, #suntory_contents .lead__modal-close, .js-modal__close, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
#suntory_contents .store__link:hover, #suntory_contents .positive__link:hover, #suntory_contents .collab__bnr:hover, #suntory_contents .collab__link:hover, #suntory_contents .lead__modal-close:hover, .js-modal__close:hover, .link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.cont {
  font-family: "Karla", "Noto Sans JP", sans-serif;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .cont {
    position: relative;
    min-width: 960px;
    overflow: hidden;
  }
}
/* common:end */
/* -----------------------------------------------------------------------------
	モーダル
----------------------------------------------------------------------------- */
.js-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.js-modal__bg-enter-active {
  transition: opacity 0.5s;
}
.js-modal__bg-leave-active {
  transition: opacity 0.5s;
}
.js-modal__bg-enter, .js-modal__bg-leave-to {
  opacity: 0;
}
.js-modal__target {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.js-modal__target-enter-active {
  transition: opacity 0.3s, transform 0.5s;
}
.js-modal__target-leave-active {
  transition: opacity 0.3s, transform 0.5s;
}
.js-modal__target-enter, .js-modal__target-leave-to {
  opacity: 0;
  transform: translateY(50px);
}
.js-modal__contents {
  position: relative;
  width: 95%;
  max-width: 1200px;
  max-height: 90vh;
  max-height: 95dvh;
}
@media screen and (max-width: 767px) {
  .js-modal__contents {
    width: 90.6666666667%;
  }
}
.js-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translate(10%, -10%);
  width: 35px;
  height: 35px;
  margin-left: auto;
  background-color: #fff;
  content: "";
  color: transparent;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .js-modal__close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.js-modal__close::before, .js-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6a6a6a;
  content: "";
}
@media screen and (max-width: 767px) {
  .js-modal__close::before, .js-modal__close::after {
    height: 2px;
  }
}
.js-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal__content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: all;
}

.movie-area {
  margin: auto;
  max-width: 100%;
}
.movie-area__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie-area__container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* xxx:start */
#suntory_contents .xxx__container {
  background-color: #fff;
}

/* xxx:end */
/* mv:start */
#suntory_contents .mv {
  background-color: #fee101;
}
#suntory_contents .mv__ttl {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .mv__ttl {
    max-width: 100%;
  }
}
#suntory_contents .mv__txt {
  background-color: #1cb9ee;
}
#suntory_contents .mv__txt-wrap {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .mv__txt-wrap {
    max-width: 100%;
  }
}

/* mv:end */
/* lead:start */
#suntory_contents .lead__container {
  background-color: #fff;
  background: url(../img/pc/lead_bg_left.png) top 524px left, url(../img/pc/lead_bg_right.png) top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__container {
    background: url(../img/sp/lead_bg.png) top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 13.0208333333vw;
    padding-bottom: 31.25vw;
  }
}
#suntory_contents .lead__content {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__content {
    max-width: 100%;
  }
}
#suntory_contents .lead__movie {
  position: relative;
  width: 100%;
  height: 383px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__movie {
    height: 49.8697916667vw;
  }
}
#suntory_contents .lead__movie-thumbnail {
  position: relative;
  z-index: 2;
  width: 100%;
}
#suntory_contents .lead__movie-thumbnail::before {
  content: "";
  display: inline-block;
  background-image: url(../img/lead_img_movie_icon.png);
  background-size: 100%;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__movie-thumbnail::before {
    width: 14.1927083333vw;
    height: 14.1927083333vw;
  }
}
#suntory_contents .lead__movie-thumbnail::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 383px;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__movie-thumbnail::after {
    height: 100%;
  }
}
#suntory_contents .lead__movie-youtube {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#suntory_contents .lead__modal .js-modal__close {
  display: none;
}
#suntory_contents .lead__modal-content {
  width: 680px;
  height: 383px;
  overflow: visible;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__modal-content {
    width: 88.5416666667vw;
    height: 49.8697916667vw;
  }
}
#suntory_contents .lead__modal-close {
  width: 79px;
  height: 21px;
  position: absolute;
  top: -52px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__modal-close {
    width: 14.7135416667vw;
    height: 3.7760416667vw;
    top: -9.1145833333vw;
  }
}
#suntory_contents .lead__txts {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__txts {
    padding: 0 1.3020833333vw 0 5.2083333333vw;
    margin-top: 17.578125vw;
  }
}
#suntory_contents .lead__txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__txt {
    font-size: 5.46875vw;
    line-height: 1.6666666667;
  }
}
#suntory_contents .lead__txt:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__txt:not(:first-child) {
    margin-top: 9.1145833333vw;
  }
}

/* lead:end */
#suntory_contents .collab__products-btm, #suntory_contents .collab__products-txt, #suntory_contents .collab__detail-item, #suntory_contents .collab__detail-address {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-btm, #suntory_contents .collab__products-txt, #suntory_contents .collab__detail-item, #suntory_contents .collab__detail-address {
    font-size: 4.1666666667vw;
    line-height: 1.6875;
  }
}

#suntory_contents .collab__detail-time, #suntory_contents .collab__date {
  display: block;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-time, #suntory_contents .collab__date {
    font-size: 4.1666666667vw;
  }
}

#suntory_contents .collab__detail-days, #suntory_contents .collab__date-days {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-days, #suntory_contents .collab__date-days {
    font-size: 5.9895833333vw;
  }
}

#suntory_contents .collab__detail-symbol--02, #suntory_contents .collab__detail-symbol, #suntory_contents .collab__date-symbol {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-symbol--02, #suntory_contents .collab__detail-symbol, #suntory_contents .collab__date-symbol {
    font-size: 4.1666666667vw;
  }
}

#suntory_contents .collab__detail-item::before, #suntory_contents .collab__detail-date::before {
  content: "";
  display: inline-block;
  background-image: url(../img/pc/collab_icon.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-item::before, #suntory_contents .collab__detail-date::before {
    background-image: url(../img/sp/collab_icon.png);
    background-size: 100%;
    width: 2.4739583333vw;
    height: 2.9947916667vw;
    margin-right: 0.9114583333vw;
  }
}

/* collab:start */
#suntory_contents .collab {
  background-color: #fee101;
}
#suntory_contents .collab__container {
  background: url(../img/pc/collab_bg_left.png) top 146px left, url(../img/pc/collab_bg_right.png) top 80px right;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__container {
    background: url(../img/sp/collab_bg_left.png) top 48.046875vw left, url(../img/sp/collab_bg_right.png) top 2.2135416667vw right;
    background-repeat: no-repeat;
    background-size: 14.7135416667vw auto, 17.4479166667vw auto;
    padding-top: 13.0208333333vw;
    padding-bottom: 18.8802083333vw;
  }
}
#suntory_contents .collab__container::after {
  content: "";
  display: block;
  background-image: url(../img/pc/collab_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1300px;
  width: 1300px;
  height: 103px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1301px) {
  #suntory_contents .collab__container::after {
    background-size: 100% 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__container::after {
    background-image: url(../img/sp/collab_bg_bottom.png);
    background-size: cover;
    width: 100%;
    height: 13.5416666667vw;
  }
}
#suntory_contents .collab__content {
  margin: 0 auto;
  padding: 10.4166666667% 0px 9.375%;
  max-width: 960px;
  height: 100%;
  background-image: url(../img/pc/collab_bg_frame.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__content {
    justify-content: start;
    padding: 13.0208333333vw 0 11.71875vw;
    background-image: url(../img/sp/collab_bg_frame.png);
    max-width: 100%;
  }
}
#suntory_contents .collab__ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__ttl {
    width: 70.1822916667vw;
  }
}
#suntory_contents .collab__ttl-min {
  display: block;
  margin-bottom: 1.8058690745%;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__ttl-min {
    margin-bottom: 2.6041666667vw;
    font-size: 4.1666666667vw;
    font-weight: 500;
  }
}
#suntory_contents .collab__ttl-02 {
  margin-top: 14.0625%;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__ttl-02 {
    margin-top: 13.671875vw;
    font-size: 8.8541666667vw;
    line-height: 1.5;
  }
}
#suntory_contents .collab__ttl-03 {
  margin-top: 11.4583333333%;
  width: 35.625%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__ttl-03 {
    margin-top: 18.2291666667vw;
    width: 79.4117647059%;
  }
}
#suntory_contents .collab__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#suntory_contents .collab__date {
  width: 100%;
  margin-top: 1.0416666667%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__date {
    margin-top: 1.3020833333vw;
    line-height: 1.31;
  }
}
#suntory_contents .collab__date-days {
  display: inline-block;
  margin-left: 4px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__date-days {
    margin-left: 0.6510416667vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__img {
    width: 79.4117647059%;
    margin: auto;
  }
}
#suntory_contents .collab__img:first-child {
  margin-right: 1.25%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__img:first-child {
    margin-bottom: 4.4117647059%;
    margin-right: auto;
  }
}
#suntory_contents .collab__img-wrap {
  width: 70.8333333333%;
  display: flex;
  justify-content: space-between;
  margin-top: 4.6875%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__img-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 9.765625vw;
  }
}
#suntory_contents .collab__detail {
  margin-top: 7.6041666667%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail {
    margin-top: 14.3229166667vw;
  }
}
#suntory_contents .collab__detail-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-ttl {
    margin-bottom: 3.2552083333vw;
    font-size: 6.25vw;
  }
}
#suntory_contents .collab__detail-ttl::before, #suntory_contents .collab__detail-ttl::after {
  content: "";
  width: 36px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-ttl::before, #suntory_contents .collab__detail-ttl::after {
    width: 8.8541666667vw;
    height: 0.5208333333vw;
  }
}
#suntory_contents .collab__detail-ttl::before {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-ttl::before {
    margin-right: 3.3854166667vw;
  }
}
#suntory_contents .collab__detail-ttl::after {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-ttl::after {
    margin-left: 3.3854166667vw;
  }
}
#suntory_contents .collab__detail-box {
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-box {
    max-width: 70.3125vw;
  }
}
#suntory_contents .collab__detail-hdg {
  display: inline-block;
  border-radius: 4px;
  background-color: #000;
  padding: 7px 18px;
  margin-top: 37px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-hdg {
    border-radius: 1.0416666667vw;
    padding: 1.953125vw 4.296875vw 1.6927083333vw;
    margin-top: 6.5104166667vw;
    font-size: 4.1666666667vw;
  }
}
#suntory_contents .collab__detail-time {
  display: block;
  margin-top: 4.1666666667%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-time {
    margin-top: 3.2552083333vw;
  }
}
#suntory_contents .collab__detail-days {
  margin-right: -1.9444444444%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-days {
    margin-right: 0;
  }
}
#suntory_contents .collab__detail-min {
  margin-left: -5px;
  margin-right: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-min {
    margin-left: 0;
    font-size: 4.1666666667vw;
  }
}
#suntory_contents .collab__detail-min02 {
  margin-left: -5px;
  margin-right: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-min02 {
    margin-left: 0;
    font-size: 3.90625vw;
  }
}
#suntory_contents .collab__detail-name {
  font-weight: 500;
}
#suntory_contents .collab__detail-list {
  margin-top: 4.1666666667%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-list {
    margin-top: 3.90625vw;
  }
}
#suntory_contents .collab__detail-date {
  padding-left: 8.8888888889%;
  padding-right: 1.3888888889%;
  margin-top: 1.9444444444%;
  font-size: 22px;
  line-height: 1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-date {
    display: flex;
    align-items: center;
    padding-left: 3.2552083333vw;
    padding-right: 0;
    margin-top: 2.6041666667vw;
    font-size: 5.7291666667vw;
    line-height: 1.0909090909;
    text-align: right;
  }
}
#suntory_contents .collab__detail-date::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-date::before {
    top: 1.8229166667vw;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-wrap {
    margin-right: 1.953125vw;
  }
}
#suntory_contents .collab__detail-symbol--02 {
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-symbol--02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-other {
    margin-left: -1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-other02 {
    margin-right: -1.953125vw;
  }
}
#suntory_contents .collab__detail-address {
  margin-top: 4.1666666667%;
  margin-bottom: -1.3888888889%;
  text-align: left;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-address {
    margin-top: 3.2552083333vw;
    margin-bottom: 0;
    text-align: left;
  }
}
#suntory_contents .collab__detail-item {
  margin: auto;
  text-align: left;
  padding-left: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__detail-item {
    margin-bottom: 1.3020833333vw;
    padding-left: 0.75em;
    text-indent: -0.75em;
    line-height: 1.5;
    white-space: inherit;
  }
}
#suntory_contents .collab__bnr {
  margin-top: 5.2083333333%;
  width: 60.8333333333%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__bnr {
    margin: 10.4166666667vw auto 0;
    width: 79.4117647059%;
  }
}
#suntory_contents .collab__txt {
  margin-top: 4.6875%;
  width: 100%;
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__txt {
    margin-top: 9.1145833333vw;
    font-size: 4.1666666667vw;
    line-height: 1.6875;
  }
}
#suntory_contents .collab__products-ttl {
  margin-top: 42px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-ttl {
    margin-top: 6.5104166667vw;
    font-size: 4.9479166667vw;
  }
}
#suntory_contents .collab__products-min {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-min {
    margin-bottom: 1.953125vw;
    font-size: 3.6458333333vw;
  }
}
#suntory_contents .collab__products-txt {
  margin-top: 2.0833333333%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-txt {
    margin-top: 5.2083333333vw;
    line-height: 1.6875;
  }
}
#suntory_contents .collab__products-txt + .collab__products-txt {
  margin-top: 4.6875%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-txt + .collab__products-txt {
    margin-top: 11.0677083333vw;
  }
}
#suntory_contents .collab__products-txt + .collab__products-txt::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-txt + .collab__products-txt::before {
    width: 8.59375vw;
    top: -6.25vw;
  }
}
#suntory_contents .collab__products-row {
  width: 100%;
  margin-top: 4.6875%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 9.1145833333vw;
  }
}
#suntory_contents .collab__products-img {
  width: 22.9166666667%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-img {
    width: 79.4117647059%;
    margin: auto;
  }
  #suntory_contents .collab__products-img:not(:first-child) {
    margin-top: 3.90625vw;
  }
}
#suntory_contents .collab__products-btm {
  margin-top: 4.6875%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-btm {
    margin-top: 10.2941176471%;
  }
}
#suntory_contents .collab__products-notes {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-notes {
    width: 79.4117647059%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4705882353%;
  }
}
#suntory_contents .collab__products-notes li {
  font-size: 14px;
  line-height: 2.1428571429;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .collab__products-notes li {
    font-size: 3.6458333333vw;
    line-height: 1.4285714286;
    text-align: left;
  }
}
#suntory_contents .collab__link {
  color: #0447ff;
  text-decoration: none;
  border-bottom: 1px solid #0447ff;
}

/* collab:end */
/* positive:start */
#suntory_contents .positive__container {
  padding-top: 190px;
  padding-bottom: 100px;
  background-image: url(../img/pc/positive_bg_dot.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 18px 18px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .positive__container {
    padding-top: 22.7864583333vw;
    padding-bottom: 16.2760416667vw;
    background-image: url(../img/sp/positive_bg_dot.png);
    background-size: 2.34375vw 2.34375vw;
  }
}
#suntory_contents .positive__content {
  max-width: 520px;
  margin: 0 auto;
}
#suntory_contents .positive__ttl {
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .positive__ttl {
    max-width: 100%;
  }
}
#suntory_contents .positive__logo {
  margin-top: 50px;
  max-width: 394px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .positive__logo {
    margin-top: 5.859375vw;
    max-width: 100%;
    width: 70.5729166667vw;
  }
}
#suntory_contents .positive__link {
  margin-top: 100px;
  max-width: 520px;
  background-color: #5bc2dc;
  box-shadow: 0 3px 2px rgba(24, 113, 136, 0.55);
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .positive__link {
    margin-top: 18.2291666667vw;
    max-width: 100%;
    box-shadow: 0 0.78125vw 0.5208333333vw rgba(24, 113, 136, 0.55);
    border-radius: 9.1145833333vw;
  }
}

/* positive:end */
/* store:start */
#suntory_contents .store {
  background-color: #5bc2dc;
}
#suntory_contents .store__container {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__container {
    padding: 9.1145833333vw 0 13.0208333333vw;
  }
}
#suntory_contents .store__link {
  display: inline-block;
  width: 680px;
  box-shadow: 0 4px 7px rgba(22, 93, 111, 0.45);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__link {
    width: 100%;
    box-shadow: 0 0.78125vw 1.8229166667vw rgba(22, 93, 111, 0.45);
    border-radius: 2.6041666667vw;
  }
}
#suntory_contents .store__txt {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__txt {
    margin-bottom: 3.90625vw;
    font-size: 4.1666666667vw;
  }
}
#suntory_contents .store__txt::before, #suntory_contents .store__txt::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 10px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__txt::before, #suntory_contents .store__txt::after {
    width: 2.2135416667vw;
    height: 2.6041666667vw;
  }
}
#suntory_contents .store__txt::before {
  margin-right: 0.75em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__txt::before {
    margin-right: 0.5em;
  }
}
#suntory_contents .store__txt::after {
  margin-left: 0.75em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .store__txt::after {
    margin-left: 0.5em;
  }
}

/* store:end */