@media screen and (max-width: 767px) {
  body {
    background-color: #000;
  }
}

#suntory_contents {
  background: none;
}
#suntory_contents:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  pointer-events: none;
}
#suntory_contents .bg {
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  transition: opacity 1.8s cubic-bezier(0.7, 0.01, 0.4, 1);
}
#suntory_contents .bg.is-active {
  opacity: 1;
}
#suntory_contents .bg.is-active.is-hide {
  opacity: 0;
}
#suntory_contents .bg01 {
  background-image: url(../img/top/main-bg_pc.jpg);
}
#suntory_contents .bg01.is-hide {
  background-image: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg01 {
    background-image: url(../img/top/main-bg_sp.jpg);
  }
}
#suntory_contents .bg02-before {
  transition: opacity 1.2s cubic-bezier(0.7, 0.01, 0.4, 1);
  background-image: url(../img/top/lineup-bg_pc.jpg);
}
#suntory_contents .bg02-before.is-hide {
  transition: opacity 1.8s cubic-bezier(0.7, 0.01, 0.4, 1);
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg02-before {
    background-image: url(../img/top/lineup-bg_sp.jpg);
  }
}
#suntory_contents .bg02-after {
  transition: opacity 1.2s cubic-bezier(0.7, 0.01, 0.4, 1);
  background-image: url(../img/top/lineup-bg--after_pc.jpg);
}
#suntory_contents .bg02-after.is-hide {
  transition: opacity 1.8s cubic-bezier(0.7, 0.01, 0.4, 1);
}
@media screen and (max-width: 767px) {
  #suntory_contents .bg02-after {
    background-image: url(../img/top/lineup-bg--after_sp.jpg);
  }
}

/* ----------------------------
main css
---------------------------- */
.kvArea {
  position: relative;
  padding-bottom: 80px;
}
.kvArea img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kvArea {
    padding-bottom: 10%;
  }
}

.attentionBox {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .attentionBox {
    padding-bottom: 10%;
  }
}

.attentionBox__inner {
  max-width: 690px;
  padding: 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .attentionBox__inner {
    width: 90%;
  }
}

.attentionBox__txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .attentionBox__txt {
    font-size: 14px;
  }
}

.updateArea {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .updateArea {
    padding-bottom: 20%;
  }
}

.updateArea__inner {
  max-width: 690px;
}

.updateArea__title {
  padding-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .updateArea__title {
    padding-bottom: 10%;
    font-size: 25px;
  }
}

.updateArea__item {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
.updateArea__item + .updateArea__item {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .updateArea__item {
    display: block;
  }
}

.updateArea__info {
  display: flex;
}

.updateArea__date {
  width: 85px;
  font-size: 14px;
  line-height: 2;
}

.updateArea__category {
  padding-right: 20px;
  font-size: 14px;
}
.updateArea__category span {
  display: inline-block;
  width: 100px;
  border: 1px solid #fff;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
}

.updateArea__txt {
  max-width: 590px;
}
.updateArea__txt a {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .updateArea__txt {
    max-width: none;
  }
}

.updateArea__link:hover {
  text-decoration: underline;
}

.mainArea {
  position: relative;
  padding: 160px 0;
}

@media screen and (max-width: 767px) {
  .mainArea__inner {
    padding: 0;
  }
}

.mainArea__item {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.mainArea__item + .mainArea__item {
  padding-top: 200px;
}
.mainArea__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .mainArea__item {
    display: block;
  }
  .mainArea__item + .mainArea__item {
    padding-top: 0;
  }
  .mainArea__item:nth-child(odd) .mainArea__img {
    padding-right: 20px;
  }
  .mainArea__item:nth-child(even) .mainArea__img {
    padding-left: 20px;
  }
}

.mainArea__img {
  width: 460px;
}
.mainArea__img img {
  filter: grayscale(100%);
  transition: filter 1.8s, transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mainArea__img.is-active img {
  filter: grayscale(0%);
}
@media screen and (max-width: 1000px) {
  .mainArea__img {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .mainArea__img {
    width: 100%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .mainArea__txtBox {
    padding: 0 20px 20%;
  }
}

.mainArea__title {
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .mainArea__title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .mainArea__title {
    padding-bottom: 4%;
    font-size: 25px;
    line-height: 1.4;
  }
}

.mainArea__txt {
  padding-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .mainArea__txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .mainArea__txt {
    padding-bottom: 8%;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mainArea__btn {
    margin: 0 auto;
  }
}

.movieArea {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .movieArea {
    padding: 0 20px;
  }
}

.movieArea__wrap + .movieArea__wrap {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .movieArea__wrap + .movieArea__wrap {
    padding-top: 20%;
  }
}

.movieArea__title {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  font-size: 30px;
  text-align: center;
}
.movieArea__title:before, .movieArea__title:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.movieArea__title:before {
  margin-right: 2rem;
}
.movieArea__title:after {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .movieArea__title {
    padding: 0 20px 7%;
    font-size: 25px;
  }
  .movieArea__title:before {
    margin-right: 1rem;
  }
  .movieArea__title:after {
    margin-left: 1rem;
  }
}

.movieArea__subtitle {
  padding-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movieArea__subtitle {
    padding-bottom: 5%;
    font-size: 18px;
  }
}

.movieArea__txt {
  padding-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movieArea__txt {
    padding-bottom: 8%;
    font-size: 14px;
  }
}

.movieArea__contents {
  max-width: 500px;
  margin: 0 auto;
}

.movieArea__contents__inner {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 16 / 9;
}
.movieArea__contents__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movieArea__contents__inner {
    margin-bottom: 3%;
  }
}

.movieArea__contents__caption {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .movieArea__contents__caption {
    font-size: 13px;
  }
}

.lineupArea {
  position: relative;
  padding: 160px 0 100px;
  text-align: center;
  transition: color 1.8s, background-image 1.8s cubic-bezier(0.7, 0.01, 0.4, 1);
}
@media screen and (max-width: 767px) {
  .lineupArea {
    padding: 40% 0 15%;
  }
}

.lineupArea__inner {
  position: relative;
}

.lineupArea__title {
  padding-bottom: 30px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .lineupArea__title {
    padding-bottom: 5%;
    font-size: 25px;
  }
}

.lineupArea__txt {
  padding-bottom: 75px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lineupArea__txt {
    padding-bottom: 15%;
    font-size: 14px;
  }
}

.lineupArea__img {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .lineupArea__img {
    padding-bottom: 20%;
  }
}

.lineupArea__btn {
  margin: 0 auto;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .is-active .lineupArea__btn {
    background-color: transparent;
    border-color: #000;
  }
  .is-active .lineupArea__btn span {
    color: #000;
  }
}

.lineupArea__banner__box {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .lineupArea__banner__box {
    padding-top: 25%;
  }
}

.lineupArea__banner__title {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lineupArea__banner__title {
    font-size: 20px;
  }
}

.lineupArea__banner__lead {
  padding-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lineupArea__banner__lead {
    padding-top: 8%;
    font-size: 14px;
    text-align: left;
  }
}

.lineupArea__banner {
  padding-top: 30px;
}
.lineupArea__banner a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .lineupArea__banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .lineupArea__banner {
    padding-top: 8%;
  }
  .lineupArea__banner + .lineupArea__banner {
    padding-top: 10%;
  }
}

.clubArea {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .clubArea {
    padding: 12% 0 15%;
  }
}

@media screen and (max-width: 767px) {
  .clubArea__inner {
    padding: 0;
  }
}

.clubArea__box {
  padding: 0 20px;
  text-align: center;
}

.clubArea__img {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .clubArea__img {
    padding-bottom: 8%;
  }
  .clubArea__img img {
    width: 50%;
  }
}

.clubArea__titleBox {
  padding-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clubArea__titleBox {
    padding-bottom: 10%;
  }
}

.clubArea__title {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .clubArea__title {
    font-size: 25px;
  }
}

.clubArea__title__english span {
  display: inline-block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .clubArea__title__english span {
    width: 30%;
    margin-top: 3%;
    padding-top: 0.5%;
  }
}

.clubArea__txt {
  padding-bottom: 100px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .clubArea__txt {
    padding-bottom: 15%;
    font-size: 14px;
    text-align: left;
  }
}

.newsArea {
  position: relative;
}

.newsArea__title {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  font-size: 22px;
  text-align: center;
}
.newsArea__title:before, .newsArea__title:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.newsArea__title:before {
  margin-right: 2rem;
}
.newsArea__title:after {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .newsArea__title {
    padding: 0 20px 7%;
    font-size: 20px;
  }
  .newsArea__title:before {
    margin-right: 1rem;
  }
  .newsArea__title:after {
    margin-left: 1rem;
  }
}

.newsArea__list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .newsArea__list {
    display: block;
    padding-bottom: 15%;
  }
}

.newsArea__item {
  max-width: 360px;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .newsArea__item {
    max-width: none;
    width: 80%;
    margin: 0 10px;
  }
}

.newsArea__imgBox {
  position: relative;
  padding-bottom: 35px;
}
.newsArea__imgBox .newsArea__label {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #000;
  padding: 0 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .newsArea__imgBox:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .newsArea__imgBox {
    padding-bottom: 5%;
  }
}

.newsArea__info {
  font-size: 14px;
  padding-bottom: 15px;
}
.newsArea__info .cate {
  border: 1px solid #fff;
  margin-left: 20px;
  padding: 3px 15px;
}
@media screen and (max-width: 767px) {
  .newsArea__info {
    padding-bottom: 5%;
  }
}

.newsArea__ttl {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .newsArea__ttl {
    padding-bottom: 3%;
    font-size: 16px;
  }
}

.newsArea__txt {
  font-size: 15px;
}

.newsArea__btn {
  margin: 0 auto 30px;
}

.mailBox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 6.66666667vw 5.33333333vw;
  color: #000;
  z-index: 10;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mailBox {
    max-width: 750px;
    padding: 40px 20px 20px 45px;
  }
}
.mailBox.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mailBox__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 16vw;
  height: 16vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .mailBox__close {
    width: 50px;
    height: 50px;
    bottom: auto;
    top: 0;
    background: transparent;
  }
}
.mailBox__close:before, .mailBox__close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 9.33333333vw;
  height: 0.26666667vw;
}
@media only screen and (min-width: 768px) {
  .mailBox__close:before, .mailBox__close:after {
    width: 24px;
    height: 1px;
  }
}
.mailBox__close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mailBox__close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mailBox__title {
  margin: 0 0 4vw;
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .mailBox__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.mailBox__text {
  margin-bottom: 6.66666667vw;
  font-size: 3.73333333vw;
}
@media only screen and (min-width: 768px) {
  .mailBox__text {
    margin-bottom: 20px;
    padding-right: 25px;
    font-size: 14px;
  }
}

.mailBox__register {
  display: block;
  background-color: transparent;
  padding: 4vw 0;
  margin: 0 auto;
  border: 0.26666667vw solid #868686;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .mailBox__register {
    max-width: 250px;
    padding: 20px 15px;
    border-width: 1px;
    margin-right: 25px;
    margin-left: auto;
    background-color: transparent;
  }
  .mailBox__register:before {
    background-color: #868686;
  }
  .mailBox__register:hover span {
    color: #fff;
  }
  .mailBox__register:hover span:after {
    background-image: url(../img/common/icon-mail.svg);
  }
}
.mailBox__register span {
  position: relative;
  padding-left: 30px;
  color: #000;
}
.mailBox__register span:after {
  content: '';
  width: 5.33333333vw;
  height: 3.73333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-image: url(../img/common/icon-mail--hover.svg);
}
@media only screen and (min-width: 768px) {
  .mailBox__register span:after {
    width: 20px;
    height: 14px;
  }
}

/* ----------------------------
slick
---------------------------- */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '';
}
[dir="rtl"] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '';
}
[dir="rtl"] .slick-next:before {
  content: '';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
