@import url("/wnb/common/css/common.css");
#suntoryCommonFt_ShareBtn {
  display: none; }

/* ========= main start ========= */
div#wrapper {
  width: 100%;
  min-width: 1164px;
  margin: auto; }

/* kv area start */
.kvArea {
  position: relative; }

.kvImg {
  position: relative; }

.kvArea h2 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #007694;
  font-size: 2.34375vw;
  z-index: 1; }

/* section01 */
.sectionWarp2 {
  max-width: 1164px;
  width: 90%;
  margin: auto; }

.section01 {
  margin-top: -60px;
  padding-bottom: 31px;
  position: relative; }

@media only screen and (max-width: 767px) {
  div#wrapper {
    width: 100%;
    min-width: 0;
    margin: auto; }

  .kvArea h2 {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(0, 0);
    font-size: 7.46666vw; }

  /* section01 */
  .section01 {
    margin-top: -6vw;
    padding-bottom: 3.73333vw; } }
/*---------------------------------
modal
-----------------------------------*/
.remodal-close:hover {
  opacity: 0.7;
  transition: 0.4s; }

@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 0; }

  .remodal.movie .modalWrap {
    width: calc(100% - 20px);
    height: auto;
    text-align: left;
    overflow: inherit;
    margin: 0 auto;
    position: relative;
    padding: 0; }

  .remodal.movie .modalWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

  .remodal.movie .remodal-close {
    right: 0;
    top: 0;
    background: url(/wnb/award/img/btn_modal_close_w.png) no-repeat 0 0 !important;
    background-size: 22px auto !important;
    width: 22px;
    height: 22px; }

  .remodal.movie {
    width: 100%;
    height: auto;
    background: none; }

  .remodal.movie .inner {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0; }

  .remodal.movie .inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    padding-top: 28px; }

  .remodal-close {
    width: 30px;
    height: 30px;
    background-size: 30px auto !important; } }
.remodal.movie .inner iframe {
  display: none; }
.remodal.movie .inner .movieplayer-copy {
  display: inline-block; }

#pagetop {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 30;
  transition: opacity 0.5s; }
  #pagetop.show {
    opacity: 1; }
  #pagetop a {
    background: url("../img/pagetop.png") no-repeat 0 0;
    background-size: 100%;
    height: 50px;
    overflow: hidden;
    text-indent: 190%;
    white-space: nowrap;
    width: 50px; }
    @media only screen and (max-width: 767px) {
      #pagetop a {
        height: 10vw;
        width: 10vw; } }

.mainArea {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

.lead {
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 60px;
  line-height: 180%;
  text-align: center; }
  .lead .sp {
    display: none; }
  @media only screen and (max-width: 767px) {
    .lead {
      font-size: 4.2vw;
      margin: 0 auto 8vw;
      width: 82%; }
      .lead .sp {
        display: inline-block; } }

@media only screen and (min-width: 768px) {
  .movieList {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .movieList {
    margin-bottom: 15vw; } }
.movieList .movieCont {
  border: 1px solid #007EA3;
  border-radius: 8px;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .movieList .movieCont {
      margin: 0 3% 30px 0;
      padding: 20px 40px;
      width: 48.5%; }
      .movieList .movieCont:nth-of-type(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .movieList .movieCont {
      margin-bottom: 8vw;
      padding: 5vw; } }
  .movieList .movieCont h3 {
    border-bottom: 1px solid #BBD6DD;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px 15px 0;
    text-align: center; }
    .movieList .movieCont h3:before {
      background: url("../img/icon.png") no-repeat 0 0;
      background-size: 100%;
      content: "";
      height: 36px;
      margin: 0 20px 2px 0;
      display: block;
      width: 18px; }
    @media only screen and (max-width: 767px) {
      .movieList .movieCont h3 {
        font-size: 5.2vw;
        padding: 0 10px 4vw 0;
        margin-bottom: 6vw; }
        .movieList .movieCont h3:before {
          height: 8vw;
          margin: 0 5vw 2px 0;
          width: 4vw; } }
.movieList .moviePictArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .movieList .moviePictArea {
      margin-bottom: 0; } }
  .movieList .moviePictArea .moviePict {
    width: 49.38%; }
    .movieList .moviePictArea .moviePict a {
      cursor: pointer;
      display: block;
      position: relative; }
      .movieList .moviePictArea .moviePict a:after {
        background: url("../img/play.png") no-repeat 0 0;
        background-size: 100%;
        content: "";
        height: 60px;
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px; }
      .movieList .moviePictArea .moviePict a:hover {
        opacity: 0.8; }
    @media only screen and (max-width: 767px) {
      .movieList .moviePictArea .moviePict {
        width: 45.2%; }
        .movieList .moviePictArea .moviePict a:after {
          height: 9vw;
          width: 9vw; } }
  .movieList .moviePictArea .detail {
    width: 44.5%; }
    .movieList .moviePictArea .detail h4 {
      color: #007EA3;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      margin-bottom: 15px; }
      .movieList .moviePictArea .detail h4 span {
        line-height: 130%;
        display: block; }
        .movieList .moviePictArea .detail h4 span.sub {
          color: #000;
          font-size: 14px;
          font-weight: 500; }
        .movieList .moviePictArea .detail h4 span.jpName {
          font-size: 12px; }
    .movieList .moviePictArea .detail .bartender dt {
      font-size: 14px;
      line-height: 140%; }
    .movieList .moviePictArea .detail .bartender dd {
      font-size: 20px;
      font-weight: 700;
      line-height: 110%; }
      .movieList .moviePictArea .detail .bartender dd span {
        font-size: 12px;
        display: block;
        margin-top: 4px;
        line-height: 110%; }
    @media only screen and (max-width: 767px) {
      .movieList .moviePictArea .detail {
        width: 48.5%; }
        .movieList .moviePictArea .detail h4 {
          font-size: 4.4vw;
          line-height: 160%;
          margin-bottom: 3vw; }
          .movieList .moviePictArea .detail h4 span {
            line-height: 150%; }
            .movieList .moviePictArea .detail h4 span.sub {
              font-size: 3.2vw; }
            .movieList .moviePictArea .detail h4 span.jpName {
              font-size: 2.6vw; }
        .movieList .moviePictArea .detail .bartender dt {
          font-size: 3.2vw;
          line-height: 160%; }
        .movieList .moviePictArea .detail .bartender dd {
          font-size: 4.2vw;
          line-height: 130%; }
          .movieList .moviePictArea .detail .bartender dd span {
            font-size: 2.6vw; } }
@media only screen and (min-width: 768px) {
  .movieList .cocktailMaterialWrap {
    display: flex;
    justify-content: space-between; }
    .movieList .cocktailMaterialWrap .cocktailMaterial {
      width: 48%; } }
.movieList .cocktailMaterial dt {
  border-bottom: 1px solid #BBD6DD;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px; }
.movieList .cocktailMaterial dd {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em; }
@media only screen and (max-width: 767px) {
  .movieList .cocktailMaterial dt {
    font-size: 3.2vw; }
  .movieList .cocktailMaterial dd {
    font-size: 3.7vw; } }
