@charset "UTF-8";
/* ----------------------------
common
---------------------------- */
.yphbcan_contents {
  position: relative;
  padding-bottom: 150px;
  z-index: 0;
  font-family: 游明朝体,Yu Mincho,YuMincho,serif;
  line-height: 1.2;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .yphbcan_contents {
    padding-bottom: 30%;
  }
}

.common__inner {
  max-width: 1204px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .common__inner {
    padding: 0 5%;
  }
}

.common__title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common__title {
    font-size: 8vw;
  }
}

.js-fadein,
.js-fadein-bnr {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-fadein.is-fade,
.js-fadein-bnr.is-fade {
  opacity: 1;
}

/* ----------------------------
kvArea
---------------------------- */
.kvArea {
  position: relative;
}
.kvArea:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, transparent);
  transition: transform 2.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition-delay: .6s;
}
@media screen and (max-width: 767px) {
  .kvArea:after {
    height: 18%;
  }
}
.kvArea:after.is-active:after {
  opacity: 1;
  transform: translateZ(0);
}

.kvArea__first,
.kvArea__can {
  position: relative;
}
.kvArea__first:before,
.kvArea__can:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}

.kvArea__first:before {
  height: 440px;
  background-color: #B36532;
  transition: none 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: width;
}
@media screen and (max-width: 767px) {
  .kvArea__first:before {
    height: 46.66667vw;
  }
}
.is-active .kvArea__first:before {
  width: 100%;
}

.kvArea__first__inner {
  position: relative;
  height: 440px;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: transform 2.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition-delay: .6s;
}
@media screen and (max-width: 767px) {
  .kvArea__first__inner {
    height: 46.66667vw;
  }
}
.is-active .kvArea__first__inner {
  opacity: 1;
  transform: translateZ(0);
}

.kvArea__first__title {
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .kvArea__first__title {
    width: 70%;
    padding-top: 7%;
  }
}

.kvArea__first__txt {
  padding-top: 28px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .kvArea__first__txt {
    padding-top: 5%;
    font-size: 3.2vw;
  }
}

.kvArea__can:before {
  width: 100%;
  height: 29.375vw;
  background-image: url(/whisky/yamazaki/img/yphbcan/kv-bg.jpg);
  background-size: 100% auto;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: transform 2.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition-delay: .6s;
}
@media screen and (max-width: 767px) {
  .kvArea__can:before {
    height: 66.66667vw;
    background-position: 193vw center;
    background-size: cover;
  }
}
.is-active .kvArea__can:before {
  opacity: 1;
  transform: translateZ(0);
}

.kvArea__can__inner {
  position: relative;
  height: 29.375vw;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: transform 2.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition-delay: 2.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kvArea__can__inner {
    height: 66.66667vw;
  }
}
.is-active .kvArea__can__inner {
  opacity: 1;
  transform: translateZ(0);
}

.kvArea__can__img {
  position: absolute;
  top: -70px;
  right: 50%;
  transform: translateX(50%);
  width: 17.44792vw;
}
@media screen and (max-width: 767px) {
  .kvArea__can__img {
    top: -7%;
    right: 5%;
    transform: none;
    width: 40.53333vw;
  }
}

/* ----------------------------
leadArea
---------------------------- */
.leadArea {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .leadArea {
    padding-top: 5%;
    padding-bottom: 15%;
  }
}

.leadArea__title {
  transition: none 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity;
  font-weight: bold;
  text-align: center;
}

.leadArea__title__label {
  display: inline-block;
  background-color: #A83636;
  padding: 15px 45px;
  font-size: 25px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .leadArea__title__label {
    padding: 3% 8%;
    font-size: 4.8vw;
  }
}

.leadArea__title__sub,
.leadArea__title__main {
  display: block;
  color: #fff;
}

.leadArea__title__sub {
  padding-top: 30px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .leadArea__title__sub {
    padding-top: 7%;
    font-size: 4.8vw;
  }
}

.leadArea__title__main {
  padding-top: 15px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .leadArea__title__main {
    padding-top: 2%;
    font-size: 5.86667vw;
    letter-spacing: -0.03em;
  }
}

.leadArea__txt {
  padding-top: 80px;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .leadArea__txt {
    padding: 15% 5% 0;
    font-size: 4.8vw;
    line-height: 2;
    text-align: left;
  }
}

.leadArea__txt__cont + .leadArea__txt__cont {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .leadArea__txt__cont + .leadArea__txt__cont {
    padding-top: 12%;
  }
}

/* ----------------------------
bgArea
---------------------------- */
.bgArea {
  position: relative;
}
.bgArea:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #000, transparent);
  width: 100%;
  height: 25%;
}

/* ----------------------------
parallaxArea
---------------------------- */
.parallaxArea {
  position: relative;
  background-color: #000;
}
.parallaxArea.parallax01 {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .parallaxArea.parallax01 {
    padding-bottom: 15%;
  }
}
.parallaxArea.parallax01 .parallaxArea__inner:before, .parallaxArea.parallax01 .parallaxArea__inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  z-index: 1;
}
.parallaxArea.parallax01 .parallaxArea__inner:before {
  top: 0;
  background: linear-gradient(0deg, transparent, #000);
}
.parallaxArea.parallax01 .parallaxArea__inner:after {
  bottom: 0;
  background: linear-gradient(0deg, #000, transparent);
}
.parallaxArea.parallax02 {
  padding: 180px 0  140px;
}
@media screen and (max-width: 767px) {
  .parallaxArea.parallax02 {
    padding: 15% 0 12%;
  }
}
.parallaxArea.parallax02 .parallaxArea__inner {
  margin-top: 0;
}

.parallaxArea__inner {
  position: relative;
  margin-top: 180px;
  height: 550px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .parallaxArea__inner {
    height: 45.83333vw;
  }
}
@media screen and (max-width: 767px) {
  .parallaxArea__inner {
    margin-top: 10%;
    height: 56.53333vw;
  }
}
@media screen and (max-width: 767px) {
  .parallaxArea__inner.parallax02 {
    margin-top: 30%;
  }
}

.parallaxArea__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  object-fit: cover;
}

/* ----------------------------
productArea
---------------------------- */
.productArea {
  position: relative;
  z-index: 1;
}
.productArea:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/whisky/yamazaki/img/yphbcan/product-bg_pc.jpg);
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .productArea:before {
    background-image: url(/whisky/yamazaki/img/yphbcan/product-bg_sp.jpg);
  }
}

.productArea__bg {
  position: relative;
}
.productArea__bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: none 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: width;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.is-active .productArea__bg:before {
  width: 0;
}

.productArea__inner {
  position: relative;
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 20px 120px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: transform 2.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  transition-delay: .9s;
}
@media screen and (max-width: 767px) {
  .productArea__inner {
    width: 100%;
    padding: 22% 5%;
  }
}
.is-active .productArea__inner {
  opacity: 1;
  transform: translateZ(0);
}

.productArea__main {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .productArea__main {
    display: block;
    padding-top: 15%;
    padding-left: 0;
  }
}

.main__img {
  width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .main__img {
    width: 28.23529vw;
  }
}
@media screen and (max-width: 767px) {
  .main__img {
    width: 40vw;
    margin: 0 auto;
  }
}

.main__txtBox {
  width: 480px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .main__txtBox {
    width: 56.47059vw;
  }
}
@media screen and (max-width: 767px) {
  .main__txtBox {
    width: 100%;
    margin-top: 10%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}

.main__titie {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main__titie {
    text-align: left;
  }
}
.main__titie .main__title__sub,
.main__titie .main__title__main {
  display: block;
}

.main__title__sub {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .main__title__sub {
    font-size: 4.8vw;
  }
}

.main__title__main {
  padding-top: 10px;
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .main__title__main {
    font-size: 3.76471vw;
  }
}
@media screen and (max-width: 767px) {
  .main__title__main {
    padding-top: 2%;
    font-size: 5.33333vw;
  }
}

.main__txt {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .main__txt {
    padding-top: 12%;
    font-size: 4.26667vw;
  }
}
.main__txt + .main__txt {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .main__txt + .main__txt {
    padding-top: 10%;
  }
}

.main__capacity {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main__capacity {
    margin-top: 10%;
    margin-left: 5%;
    padding: 3% 7%;
    font-size: 4.26667vw;
    line-height: 1.6;
  }
}
.main__capacity small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .main__capacity small {
    font-size: 3.2vw;
  }
}

.productArea__movie {
  padding-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .productArea__movie {
    padding-top: 20%;
  }
}

/* ----------------------------
afterArea
---------------------------- */
.afterArea {
  position: relative;
  background-color: #000;
}

.afterArea__inner {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .afterArea__inner {
    position: relative;
    border-bottom: none;
    padding: 0 10% 30%;
  }
}

.afterArea__txt {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .afterArea__txt {
    font-size: 4.26667vw;
    line-height: 1.875;
    text-align: left;
  }
}
.afterArea__txt + .afterArea__txt {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .afterArea__txt + .afterArea__txt {
    padding-top: 10%;
  }
}

/* ----------------------------
movieArea
---------------------------- */
.movieArea {
  text-align: center;
}

.movieArea__inner {
  background-color: #414141;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .movieArea__inner {
    padding: 15% 0;
  }
}

.movieArea__title {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .movieArea__title {
    font-size: 5.86667vw;
  }
}

.movieArea__txt {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movieArea__txt {
    padding-top: 10%;
    font-size: 4.26667vw;
    line-height: 1.875;
  }
}

.movieArea__block {
  position: relative;
  margin-top: 50px;
}

.movieArea__load {
  aspect-ratio: 16 / 9;
  max-width: 570px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movieArea__load {
    width: 90%;
  }
}
.movieArea__load iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .movieArea__thumb,
  .movie__thumb {
    position: relative;
    width: 90%;
    margin: 10% auto 0;
  }
  .movieArea__thumb:before,
  .movie__thumb:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/whisky/yamazaki/img/yphbcan/icon-play.png);
    background-size: 100% auto;
    width: 13vw;
    height: 13vw;
    z-index: 1;
    pointer-events: none;
  }
}

/* ----------------------------
bannerArea
---------------------------- */
.bannerArea {
  position: relative;
  padding-top: 150px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .bannerArea {
    padding-top: 30%;
  }
}

.bannerArea__item + .bannerArea__item {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .bannerArea__item + .bannerArea__item {
    padding-top: 30%;
  }
}
.bannerArea__item .item__title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bannerArea__item .item__title {
    font-size: 5.86667vw;
  }
}
.bannerArea__item .item__txt {
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .bannerArea__item .item__txt {
    padding-top: 8%;
    font-size: 4.26667vw;
    text-align: left;
    line-height: 1.875;
  }
}
.bannerArea__item .item__link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bannerArea__item .item__link {
    margin-top: 8%;
  }
}
.bannerArea__item .item__link a {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bannerArea__item .item__link a:hover .item__img img {
    opacity: 0.5;
  }
  .bannerArea__item .item__link a:hover .item__box {
    background-color: #B36532;
  }
}
.bannerArea__item .item__img {
  line-height: 0;
}
.bannerArea__item .item__img img {
  transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bannerArea__item .item__box {
  background-color: #414141;
  transition: all 0.5s ease;
}
.bannerArea__item .item__box__txt {
  padding: 17px 0;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bannerArea__item .item__box__txt {
    padding: 5% 0;
    font-size: 3.73333vw;
  }
}

/* ----------------------------
modal
---------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 200;
}
.modalArea.is-open {
  display: block;
}
.modalArea[aria-hidden='false'] {
  animation: fadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modalArea[aria-hidden='true'] {
  animation: fadeOut 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modalWrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.modalWrap__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.modalWrap__close {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.modalWrap__close:before, .modalWrap__close:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.modalWrap__close:before {
  transform: rotate(45deg);
}
.modalWrap__close:after {
  transform: rotate(-45deg);
}
.modalWrap__close:focus-visible {
  outline: none;
}
@media screen and (max-width: 1000px) {
  .modalWrap__close {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modalWrap__close {
    top: -40%;
    right: 0;
  }
  .modalWrap__close:before, .modalWrap__close:after {
    height: 2px;
  }
}

.modalWrap__main {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.modalWrap__main iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
