@charset "UTF-8";
.sec-block.product {
  padding-top: 0;
  background-color: #000031;
}
.sec-inner {
  max-width: 1164px;
  padding: 100px 0;
}
.sec-ttl .sec-inner {
  padding: 0;
}
.product-ttl {
  text-align: center;
  margin-bottom: 60px;
}
.product-txt {
  text-align: center;
  margin-bottom: 60px;
}
.product-list::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.product-list li {
  width: 50%;
  max-width: 580px;
  float: left;
  position: relative;
  min-height:408px;
}
.product-list img {
  max-width: 100%;
  vertical-align: top;
}
.product-list .btn-type01 {
  height: 40px;
  overflow: hidden;
  position: absolute;
  border: solid 1px #705f31;
  left: 53%;
  bottom: 15%;
}
.product-list .btn-type01 img {
  border: none;
}
.product-list a:hover .btn-type01 {
  background-color: #dfb624;
}
.product-list a:hover .btn-type01 img {
  margin-top: -38px;
}
.product-list a:hover .btn-type01::before {
  background-image: url("/beer/premium/common/img/ico_linkarrowB.png");
}
.product-list a:hover .btn-type01-blank::before {
  background-image: url("/beer/premium/common/img/ico_blankB.png");
}
.product-list a:hover .btn-type01-zoom::before {
  background-image: url("/beer/premium/common/img/ico_zoomB.png");
}
.product-list a:hover .btn-type01-close::before {
  background-image: url("/beer/premium/common/img/ico_closeB.png");
}
.intotheglass {
  text-align: center;
  background-image: url("../img/intotheglass_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
}
.intotheglass-ttl {
  margin-bottom: 25px;
}
.intotheglass-txt {
  margin-bottom: 30px;
}

/* particular */
.particular {
  position: relative;
}
.fadeslider {
  max-width: 100%;
  padding: 0;
}
.sec-particular-ttl{
    text-align: center;
    background-color: #000031;
    padding: 0 0 55px;
}
.fadeslider-content {
  width: 100%;
  height: 640px;
  position: relative;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.fadeslider-inner {
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
}
.fadeslider-ttl {
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.fadeslider-txt {
  width: 522px;
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  -webkit-transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}
.fadeslider-content01 {
  background-color: #001925;
  background-image: url("../img/particular_bg01.jpg");
  background-size: cover;
}
.fadeslider-content01 .fadeslider-ttl {
  top: 62px;
}
.fadeslider-content01 .fadeslider-txt {
  top: 232px;
}
.fadeslider-content02 {
  background-color: #1f1404;
  background-image: url("../img/particular_bg02.jpg");
  background-size: cover;
}
.fadeslider-content02 .fadeslider-ttl {
  top: 69px;
  right: -28px;
}
.fadeslider-content02 .fadeslider-txt {
  top: 254px;
}
.fadeslider-content03 {
  background-color: #171f12;
  background-image: url("../img/particular_bg03.jpg");
}
.fadeslider-content03 .fadeslider-ttl {
  top: 54px;
  right: -36px;
}
.fadeslider-content03 .fadeslider-txt {
  top: 160px;
  right: -36px;
}
.fadeslider-btn,
.link-btn,
.modal-btn{
  display: inline-block;
  margin: 25px 0 0 5px;
}
.fadeslider-modal {
  text-align: center;
  padding-top: 55px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/particular_modal_bg.png");
  background-repeat: repeat;
}
.fadeslider-modal-ttl,
.fadeslider-modal-img,
.fadeslider-modal-txt {
  margin-bottom: 30px;
}

/* sec-contents06 */
.lineup {
  text-align: center;
  background: -webkit-linear-gradient(0deg, #000031 15%, #000060 50%, #000031 85%);
  background: -webkit-linear-gradient(left, #000031 15%, #000060 50%, #000031 85%);
  background: linear-gradient(90deg, #000031 15%, #000060 50%, #000031 85%);
}
.lineup .sec-inner {
  max-width: 100%;
}
.lineup-ttl {
  margin-bottom: 35px;
}
.lineup-list {
  text-align: center;
  letter-spacing: -0.34em;
  padding-left: 28px;
}
.lineup-list li {
  vertical-align: bottom;
  letter-spacing: normal;
  margin-right: -8px;
  display: inline-block;
}