#suntoryCommonWrapper{
  position: relative;
}
#suntory_contents {
  font-family: '游明朝',YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','メイリオ',Meiryo,serif;
  font-size: 16px;
  color: #333;
}
#suntory_contents a {
  color: #333;
  text-decoration: none;
}
#suntory_contents .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#suntory_contents .pc_only{
  display: block;
}
#suntory_contents .sp_only{
  display: none;
}
#suntory_contents #wrap{
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
#suntory_contents .inner{
  width: 1164px;
  margin: 0 auto;
  overflow: hidden;
}
/* pagetop */
#pagetop a{
  right: 10%;
  z-index: 999;
  width: 30px;
  height: 16px;
  background: #fff url(/wine/special/yalumba/common/img/page_top.png) center center no-repeat;
  border: 1px solid #333;
  padding: 16px 9px;
  margin-bottom: 20px;
}
#pagetop a:hover{
  right: 10%;
  z-index: 999;
  width: 30px;
  height: 16px;
  background: #333 url(/wine/special/yalumba/common/img/page_top_w.png) center center no-repeat;
  border: 1px solid #333;
  padding: 16px 9px;
  margin-bottom: 20px;
}
#pagetop a.hide{
  display:none;
}
#pagetop a:hover{
  opacity:0.8;
}
@media screen and (max-width: 1163px) and (min-width: 768px) {
  #suntory_contents {
    font-size: 1.38vw;
  }
  #suntory_contents img{
    width: 100%;
    height: auto;
  }
  #suntory_contents .pc_only{
    display: block;
  }
  #suntory_contents .sp_only{
    display: none;
  }
  #suntory_contents #wrap{
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #suntory_contents .inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #pagetop a{
    right: 3%;
    z-index: 1000;
    width: 2.58vw;
    height: 1.38vw;
    background: #fff url(/wine/special/yalumba/common/img/page_top.png) center center no-repeat;
    background-size: 50%;
    border: 1px solid #333;
    padding: 1.38vw 0.77vw;
    margin-bottom: 5vw;
  }
  #pagetop a:hover{
    right: 3%;
    z-index: 1000;
    width: 2.58vw;
    height: 1.38vw;
    background: #333 url(/wine/special/yalumba/common/img/page_top_w.png) center center no-repeat;
    background-size: 50%;
    border: 1px solid #333;
    padding: 1.38vw 0.77vw;
    margin-bottom: 5vw;
  }
  #pagetop a.hide{
    display:none;
  }
  #pagetop a:hover{
    opacity:0.8;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents {
    font-size: 2.50vw;
  }
  #suntory_contents img{
    width: 100%;
    height: auto;
  }
  #suntory_contents .pc_only{
    display: none;
  }
  #suntory_contents .sp_only{
    display: block;
  }
  #suntory_contents #wrap{
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #suntory_contents .inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #pagetop a{
    right: 5%;
    z-index: 1000;
    width: 4.69vw;
    height: 2.50vw;
    background: #fff url(/wine/special/yalumba/common/img/page_top.png) center center no-repeat;
    background-size: 50%;
    border: 1px solid #333;
    padding: 2.348vw 1.25vw;
    margin-bottom: 5vw;
  }
  #pagetop a:hover{
    right: 5%;
    z-index: 1000;
    width: 4.69vw;
    height: 2.50vw;
    background: #333 url(/wine/special/yalumba/common/img/page_top_w.png) center center no-repeat;
    background-size: 50%;
    border: 1px solid #333;
    padding: 2.348vw 1.25vw;
    margin-bottom: 5vw;
  }
  #pagetop a.hide{
    display:none;
  }
  #pagetop a:hover{
    opacity:0.8;
  }
}

/* header */
#suntory_contents header .container {
  padding: 30px;
}
#suntory_contents header .container .logo{
  float: left;
}
#suntory_contents header .container .logo img{
  width: 120px;
}
#suntory_contents header .container #headerLinks{
  float: right;
}
#suntory_contents header .container #headerLinks ul{
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
#suntory_contents header .container #headerLinks ul li a{
  display: block;
  margin-right: 30px;
  padding: 25px 0;
  font-size: 1.125em;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#suntory_contents header .container #headerLinks ul li:hover a{
  border-bottom: 1px solid #333;
}
#suntory_contents header .container #headerLinks ul li:last-child a{
  margin-right: 0;
}
#suntory_contents header .container #headerLinks ul li a span{
  display: block;
  margin-bottom: 5px;
  font-size: 0.625em;
}
@media screen and (max-width: 1163px) and (min-width: 768px) {
  #suntory_contents header .container {
    padding: 2.58vw;
  }
  #suntory_contents header .container .logo img{
    width: 10.32vw;
  }
  #suntory_contents header .container #headerLinks ul li a{
    margin-right: 2.58vw;
    padding: 2.15vw 0;
    font-size: 1.55vw;
  }
  #suntory_contents header .container #headerLinks ul li a span{
    margin-bottom: 1vw;
    font-size: 0.86vw;
  }
}
@media only screen and (max-width: 767px) {
  #suntory_contents header .container {
    padding: 1vw 4.6vw;
  }
  #suntory_contents header .container .logo img{
    width: 19vw;
  }
  #suntory_contents header .container #headerLinks{
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
  }
  #suntory_contents header .container #headerLinks ul{
    width: 87.50vw;
    height: 100%;
    background-color:rgba(255,255,255,0.9);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    float: right;
    color: #666;
    overflow-x: auto;
  }
  #suntory_contents header .container #headerLinks ul li:first-child{
    padding-top: 28.91vw;
  }
  #suntory_contents header .container #headerLinks ul li a{
    display: block;
    margin: 0 0 12.50vw;
    padding: 0;
    font-size: 3.75vw;
    text-align: center;
    border-bottom: none;
  }
  #suntory_contents header .container #headerLinks ul li:hover a{
    border-bottom: none;
  }
  #suntory_contents header .container #headerLinks ul li a img{
    width: 35.16vw;
  }
  #suntory_contents header .container #headerLinks ul li a span{
    margin-bottom: 1vw;
    font-size: 2.19vw;
  }
  #suntory_contents header .container .btnOpen{
    float: right;
    padding: 1vw 0;
    font-size: 10.2vw;
  }
  #suntory_contents header .container .btnClose{
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5vw;
  }
}