@charset "UTF-8";
html,
body {
  background: #fff;
}

#suntory_contents {
  background: #fff;
  color: #000;
}

#wrapper {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }

  #suntoryCommonWrapper {
    position: relative;
  }
}
header {
  background-color: #fff;
}
header .head_cont {
  max-width: 1920px;
  padding: 20px;
  text-align: center;
  position: relative;
}
header .logo01 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 74px;
}
header .logo02 {
  margin: 0 auto;
  width: 273px;
}
@media screen and (max-width: 767px) {
  header .head_cont {
    padding: 2vw 2vw 1vw;
  }
  header .logo01 {
    top: 2.5vw;
    left: 2vw;
    width: 14vw;
  }
  header .logo02 {
    width: 40vw;
  }
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}

#top_movie_area {
  height: 45vw;
  position: relative;
  overflow: hidden;
  max-height: 700px;
}
#top_movie_area .background_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  #top_movie_area {
    height: 160vw;
    max-height: 100%;
  }
  #top_movie_area .background_movie {
    width: 300vw;
  }
}

.concept {
  padding: 100px 20px 150px;
  text-align: center;
}
.concept h2 {
  font-size: 250%;
  font-weight: 700;
  margin: 0 auto 20px;
}
.concept p {
  font-size: 120%;
  line-height: 220%;
  margin: 0 auto 40px;
}
.concept p.lead2 {
  margin: 30px auto 0;
}
.concept .logo {
  margin: 0 auto;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 15vw 5vw;
  }
  .concept h2 {
    font-size: 230%;
    margin: 0 auto 5vw;
  }
  .concept p {
    font-size: 100%;
  }
  .concept .logo {
    max-width: 180px;
    width: 30vw;
  }
}

.link_sec .link_sec_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  max-width: 1920px;
  margin: 0 auto;
}
.link_sec .link_sec_cont .pict {
  width: 50%;
}
.link_sec .link_sec_cont .pict img {
  vertical-align: bottom;
}
.link_sec .link_sec_cont .detail {
  box-sizing: border-box;
  padding: 0 8%;
  width: 50%;
}
.link_sec .link_sec_cont .detail h2 {
  font-size: 220%;
  font-weight: 700;
  margin-bottom: 10px;
}
.link_sec .link_sec_cont .detail h2 span {
  font-family: "Arial", "Yu Gothic", "Meiryo", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 65%;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.link_sec .link_sec_cont .detail p {
  line-height: 180%;
  margin-bottom: 50px;
}
.link_sec .link_sec_cont .detail .link a {
  color: #000;
  font-size: 120%;
  font-weight: 700;
  text-decoration: none;
}
.link_sec .link_sec_cont .detail .link a:after {
  background: url("/wine/nihon/img/renew_top/icon01.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  width: 72px;
}
.link_sec .link_sec_cont .detail .link a:hover {
  opacity: 0.8;
}
.link_sec .link_sec_cont .detail .link a.blank_link:after {
  background-image: url("/wine/nihon/img/renew_top/icon02.png");
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .link_sec .link_sec_cont {
    display: block;
  }
  .link_sec .link_sec_cont .pict {
    width: 100%;
  }
  .link_sec .link_sec_cont .detail {
    padding: 10vw 7vw;
    width: 100%;
  }
  .link_sec .link_sec_cont .detail h2 {
    font-size: 180%;
    margin-bottom: 3vw;
  }
  .link_sec .link_sec_cont .detail h2 span {
    font-size: 75%;
    margin-bottom: 4vw;
  }
  .link_sec .link_sec_cont .detail p {
    margin-bottom: 8vw;
  }
  .link_sec .link_sec_cont .detail .link {
    text-align: right;
  }
  .link_sec .link_sec_cont .detail .link a {
    font-size: 110%;
  }
  .link_sec .link_sec_cont .detail .link a:after {
    height: 3.6vw;
    margin-left: 5px;
    margin-bottom: 4px;
    width: 13vw;
  }
  .link_sec .link_sec_cont .detail .link a:hover {
    opacity: 1;
  }
  .link_sec .link_sec_cont .detail .link a.blank_link:after {
    height: 4vw;
    margin-bottom: 0;
    width: 4vw;
  }
}

.link_sec_wrap .link_sec:nth-of-type(2n) .link_sec_cont {
  flex-flow: row;
}

.store_link01 {
  background-color: #20384C;
  padding: 45px 0 75px;
}
.store_link01 .sec_cont {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  padding: 0 8%;
}
.store_link01 .pict {
  max-width: 955px;
  width: 60%;
}
.store_link01 .link_cont {
  position: absolute;
  bottom: -30px;
  right: 8%;
  max-width: 690px;
  width: 37%;
}
.store_link01 .link_cont:before {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  height: 100%;
  width: 100%;
}
.store_link01 .link_cont .detail {
  background-color: #fff;
  border-radius: 9px;
  box-sizing: border-box;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.store_link01 .link_cont .detail h2 {
  margin: 0 auto 10px;
  width: 230px;
}
.store_link01 .link_cont .detail p {
  font-size: 130%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .store_link01 .link_cont .detail p br {
    display: none;
  }
}
.store_link01 .link_cont .detail .link {
  margin: 0 auto;
  width: 280px;
}
.store_link01 .link_cont .detail .link a {
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.store_link01 .link_cont .detail .link a:after {
  background: url("/wine/nihon/img/renew_top/icon02.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
}
.store_link01 .link_cont .detail .link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .store_link01 {
    background: url("/wine/nihon/img/renew_top/pict02_sp.png") no-repeat 50% 0 #20384C;
    background-size: 100%;
    padding: 80vw 7vw 7vw;
  }
  .store_link01 .sec_cont {
    padding: 0;
  }
  .store_link01 .pict {
    display: none;
  }
  .store_link01 .link_cont {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
  .store_link01 .link_cont:before {
    display: none;
  }
  .store_link01 .link_cont .detail {
    padding: 10vw 5vw 7vw;
  }
  .store_link01 .link_cont .detail h2 {
    margin: 0 auto 3vw;
    width: 38vw;
  }
  .store_link01 .link_cont .detail p {
    font-size: 100%;
    margin-bottom: 5vw;
  }
  .store_link01 .link_cont .detail .link {
    margin: 0 auto;
    width: 100%;
  }
  .store_link01 .link_cont .detail .link a {
    height: 12.5vw;
  }
  .store_link01 .link_cont .detail .link a:after {
    height: 4vw;
    margin-top: -2vw;
    right: 4vw;
    width: 4vw;
  }
  .store_link01 .link_cont .detail .link a:hover {
    opacity: 1;
  }
}

.store_link02 {
  background-color: #E6E0CB;
  margin-top: 100px;
  padding: 120px 20px;
  text-align: center;
}
.store_link02 h2 {
  color: #000;
  font-family: "Arial", "Yu Gothic", "Meiryo", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 120%;
  font-weight: 500;
  margin: 0 auto 70px;
}
.store_link02 .store_official {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .store_link02 .store_official .sp {
    display: none;
  }
}
.store_link02 .store_other {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .store_link02 .store_other.sp {
    display: none;
  }
}
.store_link02 .store_other.pc {
  margin: 0 auto;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .store_link02 {
    padding: 14vw 7vw 40vw;
  }
  .store_link02 h2 {
    margin: 0 auto 5vw;
  }
  .store_link02 .store_official {
    margin-bottom: 20px;
  }
  .store_link02 .store_official .pc {
    display: none;
  }
  .store_link02 .store_other {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 85.8vw;
  }
  .store_link02 .store_other.pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .prize .store_link02 .store_other.pc {
    display: none;
  }
  .prize .store_link02 .store_other.sp {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 328px;
    width: 85.8vw;
  }
}

@media screen and (max-width: 767px) {
  .pagetopBtn {
    margin-bottom: 10px;
  }
}
