@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

q:before, q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #fff;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
#suntory_contents {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Ryumin Regular KL", serif;
  line-height: 1.875;
  position: relative;
}

.font-bold {
  font-family: "Ryumin Bold KL", serif;
}

.font-light {
  font-family: "Ryumin Light KL", serif;
}

.font-gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}

.js-fadein,
.js-fadein-first,
.js-fadein-main {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1.8s, transform 1.8s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-fadein.is-fade,
.js-fadein-first.is-fade,
.js-fadein-main.is-fade {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

/* ----------------------------
contents
---------------------------- */
.contents__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.contents__btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px 0;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-family: "Ryumin Light KL", serif;
  transition: all 0.3s ease;
}
.contents__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  opacity: 0.3;
}
.contents__btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents__btn:hover:before {
    transform: scale(1, 1);
    opacity: 1;
  }
  .contents__btn:hover span {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .contents__btn {
    background-color: rgba(101, 101, 101, 0.9);
    border: 1px solid #868686;
  }
}

.contents__img {
  box-sizing: border-box;
}
.contents__img span {
  display: inline-block;
  overflow: hidden;
}
.contents__img img {
  transform: scale(1.1);
  transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contents__img.is-active img {
  transform: scale(1);
}

/* ----------------------------
common css
---------------------------- */
.headerArea {
  position: relative;
  width: 100%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .headerArea.is-active {
    position: fixed;
    top: 0;
    z-index: 4;
  }
}

.headerArea__inner {
  position: relative;
  max-width: 1205px;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .headerArea__wrap__menu {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 80px;
    z-index: 100;
    transition: top 0.5s;
  }
}

.headerArea__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .headerArea__menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    background-color: #000;
  }
  .headerArea__menu .menu__wrap {
    display: block;
    position: relative;
    width: 36px;
    height: 24px;
    margin: 0 auto;
  }
  .headerArea__menu .menu__border {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .headerArea__menu .menu__border:nth-of-type(1) {
    top: 0;
    transition: all 0.5s;
  }
  .headerArea__menu .menu__border:nth-of-type(2) {
    top: 10px;
    transition: all 0.5s;
  }
  .headerArea__menu .menu__border:nth-of-type(3) {
    top: 20px;
    width: 50%;
    transition: width 0.5s;
  }
  .headerArea__menu.is-active .menu__border:nth-of-type(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  .headerArea__menu.is-active .menu__border:nth-of-type(2) {
    top: 7px;
    transform: rotate(-45deg);
  }
  .headerArea__menu.is-active .menu__border:nth-of-type(3) {
    width: 0%;
  }
}

.headerArea__logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/logo.svg) no-repeat left top;
  background-size: 100%;
  width: 164px;
  height: 52px;
  text-indent: -99em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .headerArea__logo {
    width: 30vw;
    height: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .headerArea__wrap__detail {
    display: none;
    top: 0;
    background-color: #000;
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0;
    z-index: 99;
    height: 100%;
    transition: none;
    box-sizing: border-box;
    bottom: 0;
    text-align: center;
  }
}

.headerArea__list {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .headerArea__list {
    display: block;
    padding: 40% 20px 0;
    margin-bottom: 15%;
  }
}

.headerArea__item {
  padding: 35px 25px;
}
.headerArea__item a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .headerArea__item.is-current a {
    border-bottom: 1px solid #fff;
  }
  .headerArea__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .headerArea__item {
    padding: 0;
  }
  .headerArea__item a {
    padding: 8% 0;
    font-size: 20px;
    text-align: center;
  }
  .headerArea__item + .headerArea__item {
    border-top: 1px solid #656565;
  }
}

.headerArea__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .headerArea__btn {
    display: block;
    margin: 0 auto;
    padding-left: 30px;
  }
  .headerArea__btn:after {
    content: '';
    position: absolute;
    left: 24px;
    background-image: url(../img/common/icon-mail.svg);
    background-size: 100% auto;
    width: 19px;
    height: 13px;
  }
}

.breadcrumbNav {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .breadcrumbNav {
    padding-bottom: 15%;
  }
}
.breadcrumbNav li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-right: 2.4em;
  font-size: 13px;
  line-height: 1;
}
.breadcrumbNav li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumbNav li a:hover {
    text-decoration: none;
  }
}
.breadcrumbNav li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.25em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  pointer-events: none;
}
.breadcrumbNav li:last-child:after {
  display: none;
}

.footerArea {
  padding-bottom: 60px;
  text-align: center;
}

.footerArea__logo {
  display: block;
  background: url(../img/common/logo.svg) no-repeat left top;
  background-size: 100%;
  width: 303px;
  height: 97px;
  margin: 0 auto 25px;
  text-indent: -99em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footerArea__logo {
    width: 70vw;
    height: 22.5vw;
    margin-bottom: 10%;
  }
}

.footerArea__list,
.footerArea__sns,
.footerArea__banner01,
.footerArea__banner02 {
  display: flex;
  justify-content: center;
}

.footerArea__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footerArea__list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .footerArea__sns {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sns__item {
    width: 18%;
    margin-bottom: 15%;
  }
  .sns__item + .sns__item {
    padding-left: 10%;
  }
}

.footerArea__item a {
  padding: 10px 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .footerArea__item:hover {
    text-decoration: underline;
  }
}

.footerArea__banner01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footerArea__banner01 {
    margin-bottom: 15%;
  }
}

.banner01__item + .banner01__item {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .banner01__item {
    width: 48%;
  }
  .banner01__item + .banner01__item {
    padding-left: 0;
  }
  .banner01__item:nth-child(n+3) {
    padding-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .footerArea__banner02 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.banner02__item + .banner02__item {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .banner02__item {
    width: 46%;
  }
  .banner02__item + .banner02__item {
    padding-left: 0;
  }
  .banner02__item:nth-child(n+3) {
    padding-top: 4%;
  }
}

.mail__btn {
  margin: 0 auto;
  box-sizing: border-box;
}
.mail__btn span {
  display: inline-block;
  padding-left: 30px;
}
.mail__btn span:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/common/icon-mail.svg);
  background-size: 100% auto;
  width: 19px;
  height: 13px;
  transition: background-image 0.3s;
}
@media screen and (min-width: 768px) {
  .mail__btn:hover span:before {
    background-image: url(../img/common/icon-mail--hover.svg);
  }
}

.newWindow__btn {
  width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.newWindow__btn span {
  display: inline-block;
  padding-right: 25px;
}
.newWindow__btn span:after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url(../img/common/icon-window.svg);
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  transition: background-image 0.3s;
}
@media screen and (min-width: 768px) {
  .newWindow__btn:hover span:after {
    background-image: url(../img/common/icon-window--hover.svg);
  }
}

.arrow__btn {
  width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.arrow__btn span {
  display: inline-block;
  padding-left: 25px;
}
.arrow__btn span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 6px solid transparent;
  border-left: 13px solid #fff;
}
@media screen and (min-width: 768px) {
  .arrow__btn:hover span:before {
    border-left: 13px solid #000;
  }
}
