@charset "UTF-8";

.pc_only { display:block; }
.sp_only { display:none; }
#main_contents .contents_wrap { margin: 0 20px; }

#main_visual{
  background-image: url("../img/pc_mv.jpg");
}

.webp #main_visual{
  background-image: url("../img/pc_mv.webp");
}

#anchor_wrap{
  margin: 0 auto;
  position: relative;
  width: 960px;
}

.anchor_area{
  background: url("../img/center.png") no-repeat 0 0;
  height: 75px;
  background-size: auto 100%;
}

.anchor_link{
  padding-top: 15px;
}

.anchor_link ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor_link ul li{
  border-right: 2px dashed #E0CD59;
}

.anchor_link ul li:first-child{
  border-left: 2px dashed #E0CD59;
}

.anchor_link ul li a{
  color: #AC7500;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 30px;
  padding: 0 20px;
}

.anchor_link ul li a:hover{
  color: #E17500;
  text-decoration: none;
}

#navi_left{
  background-image: url("../img/left.png");
  height: 160px;
}

#navi_right{
  background-image: url("../img/right.png");
  height: 160px;
}

.factory_link{
  margin: 0 auto;
  padding-top: 10px;
  position: absolute;
  top: -42px;
  right: 0;
}

.factory_link ul{
  height: 26px;
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

.factory_link ul li{
  line-height: 20px;
  margin-left: 20px;
  display: inline-block;
}

.factory_link ul li a{
  color: #322517 !important;
  line-height: 20px;
}

.factory_link ul li a span{
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #322517 #322517 transparent transparent;
  transform: rotate(45deg);
  margin: 0 0 2px 5px;
  display: inline-block;
}

@media screen and (max-width:767px){
.pc_only { display:none; }
.sp_only { display:block; }
#main_contents .contents_wrap { margin: 0; }
	
  #main_visual,
  .webp #main_visual{
    background: none;
  }
  #anchor_wrap{
    margin: 0 10px;
    width: auto;
  }
  .anchor_area{
    background: none;
    height: 50px;
  }
  .anchor_link ul li a{
    padding: 0 10px;
    text-align: center;
    line-height: 130%;
    font-size: 14px;
	height: auto;
  }
  #navi_left,
  #navi_right{
    display: none;
  }
.factory_link{
  position: static;
  margin-right: 10px;
}
.factory_link ul{
  width: 96%;
}
}

.onlinelive h2{
  background: url("../img/link_icon.png") no-repeat 20px 50% #fffcc6;
  background-size: 70px;
  border: 4px solid #F7E688;
  border-radius: 10px;
  font-size: 20px;
  /*font-weight: 700;*/
  margin-bottom: 20px;
  line-height: 150%;
  padding: 15px 20px 15px 110px;
  color: #6d4a00;
}

.onlinelive h2 span{
  /*font-weight: 700;*/
}

.onlinelive h2 strong{
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width:767px){
  .onlinelive h2{
    background-position: 10px 50%;
    background-size: 60px;
    font-size: 16px;
    padding: 15px 10px 15px 90px;
  }
  .onlinelive h2 strong{
    font-size: 20px;
  }
}

.onlinelive p.lead{
  font-size: 14px;
  margin: 0 20px 25px 20px;
  line-height: 150%;
}

.live_wrap{
  background: url("../img/image02.png") no-repeat 70px 20px #fff;
  background-size: 120px;
  margin: 0 auto 50px;
  padding: 20px;
}

.webp .live_wrap{
  background-image: url("../img/image02.webp");
}

.live_detail{
  margin-bottom: 15px;
  line-height: 150%;
  text-align: center;
}

.live_date{
  background-color: #fffcc6;
  border: 2px solid #F7E688;
  /*max-width: 440px;*/
  max-width: 500px;
  margin: 20px auto 30px;
  /*padding: 15px;*/
  padding: 15px 25px;
  text-align: left;
}

.live_detail p.date{
  font-weight: 700;
  margin-bottom: 5px;
}

.live_detail p.date span,
.live_detail p.link_txt span{
  font-weight: 700;
  display: block;
}

.live_detail p.link_note{
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.live_detail h3{
  font-size: 18px;
  line-height: 180%;
  font-weight: 700;
  margin-bottom: 15px;
}

.live_detail .notice{
  color: #ff0000;
}

@media screen and (max-width:767px){
.live_date {
    max-width: 440px;
    padding: 15px;
}
  .live_wrap{
    background-size: 60px;
    background-position: 20px 20px;
    padding: 20px 20px 10px;
  }
  .live_detail h3{
	font-size: 3.1vw;
    padding-left: 60px;
    margin: 10px 0;
  }
  .live_detail .notice{
    padding-left: 70px;
  }
  .live_detail p.date span,
  .live_detail p.link_txt span{
    display: block;
  }
}

.live_detail .link_btn{
  margin: 15px auto;
  max-width: 300px;
}

.live_detail .link_btn a{
  background-color: #f07700;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: opacity 0.4s;
  letter-spacing: 4px;
  border-radius: 10px;
}

.live_detail .link_notice{
  text-align: center;
}

@media screen and (max-width:767px){
  .live_detail .link_btn{
    max-width: 300px;
  }
  .live_detail .link_btn a{
    background-size: 60px;
    background-position: 90% 19px;
  }
 .live_detail .link_notice{
  font-size: 3.1vw;
 }
}

.live_detail .link_btn a:hover{
  opacity: 0.7;
  text-decoration: none;
}

.accordion_area{
  margin: 0 20px 30px 20px;
  border: 1px solid #f09145;
  border-radius: 6px;
}

.accordion_area h3{
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding: 10px 20px;
  text-align: center;
  position: relative;
}

.accordion_area h3 span{
  display: block;
  font-size: 14px;
}

.accordion_area h3:after {
	/*background: url(../img/toggle_btn.png) center center no-repeat;*/
	content: "+";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 40px;
    font-weight: bold;
    color: #f07700;
}

@media screen and (max-width:767px){
  .accordion_area{
    margin: 0 0 30px 0;
  }
  .accordion_area h3{
    font-size: 16px;
    padding: 8px 20px;
  }
  .accordion_area h3 span{
    font-size: 12px;
  }
  .accordion_area h3:after{
    /*height: 25px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);*/
    right: 20px;
    font-size: 36px;
}
  }

.accordion_area.show h3:after{
	/*background: url(../img/toggle_btn_open.png) center center no-repeat;
	background-size: 100%;*/
	content: "-";
}

.accordion_area .accordion_detail{
  visibility: hidden;
  height: 0;
  overflow: hidden;
  /*transition: all 0.6s;*/
}

.accordion_area.show .accordion_detail{
  visibility: visible;
  height: auto;
  padding: 0 30px 30px 30px;
}

.accordion_area .accordion_detail p{
  margin-top: 10px;
  line-height: 150%;
}

.beernav{
  padding: 0 0 50px;
}

.beernav h2{
  background: url("../img/saisei-icon01.png") no-repeat 20px 50% #fffcc6;
  background-size: 70px;
  border: 4px solid #F7E688;
  border-radius: 15px;
  font-size: 20px;
  /*font-weight: 700;*/
  margin-bottom: 20px;
  line-height: 150%;
  padding: 25px 20px 25px 110px;
  color: #6d4a00;
}

.beernav h2 strong{
  font-size: 24px;
  font-weight: 700;
  /*display: block;*/
}

@media screen and (max-width:767px){
  .beernav{
    padding: 0 0 50px;
  }
  .beernav h2{
    background-position: 10px 50%;
    background-size: 60px;
    font-size: 16px;
    padding: 15px 10px 15px 90px;
  }
  .beernav h2 strong{
	font-size: 20px;
  }
.accordion_area.show .accordion_detail{
  padding: 0 15px 20px 15px;
}
}

.beernav p{
  line-height: 150%;
  margin-bottom: 20px;
}


#no_live {
    font-size: 18px;
	font-weight: bold;
    line-height: 180%;
    padding: 115px 0 100px 140px;
    margin: 0;
}

@media screen and (max-width:767px){
  .beernav p{
    background-size: 60px;
    margin: 0 20px 20px 20px;
  }
  #no_live {
    font-size: 16px;
    line-height: 160%;
    padding: 40px 0 35px 70px;
	text-align: left;  
  }
}

.beernav .soon,
.beernav .movie_link{
  margin: 0 auto 20px auto;
  text-align: center;
}

.beernav .soon img,
.beernav_link img,
.beernav .movie_link img{
  max-width: 100%;
}

.beernav .movie_link a{
  display: inline-block;
  position: relative;
}

.beernav .movie_link a:after{
  background: url("../img/movie_icon.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 56px;
  margin: auto;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
}

.beernav .movie_link a:hover{
  opacity: 0.8;
}

.beernav_link{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.beernav_link li{
  margin: 0 2% 20px 0;
  width: 32%;
}

.beernav_link li:nth-child(3n){
  margin-right: 0;
}


ul.whole_wrap {
	width: 100%;
    overflow: hidden;	
}

li.beer_wrap{
  background-color: #fff;
  padding: 30px 30px 25px 30px;
  width: calc( ( 100% - 20px ) / 2 );
  float: left;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
li.beer_wrap:nth-child(even){
  margin-right: 0;
}
li.beer_wrap h3 {
    margin: 0 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
	line-height: 130%;
}
li.beer_wrap p {
	width: auto;
	margin: 0 10px 10px 10px;
	font-size: 16px;
	line-height: 130%;
}
li.beer_wrap p.date {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0;
}


@media screen and (max-width:767px){
  .beernav .soon{
    width: 100%;
  }
  .beernav_link{
    display: block;
  }
  .beernav_link li{
    margin: 0 0 15px;
    width: 100%;
  }
  .beernav .movie_link a:after{
    height: 42px;
    width: 60px;
  }
	
	
li.beer_wrap{
  padding: 20px 20px 25px 20px;
  width: 100%;
  float: none;
  margin: 0 0 20px 0;
}
li.beer_wrap h3 {
    margin-bottom: 5px;
}
li.beer_wrap p {
	margin-bottom: 5px;
}
li.beer_wrap p.date {

}
}


#suntory_contents {
    background: none;
}
#categoryFullBlock {
    background: none;
}
@media screen and (max-width:767px){
#suntory_contents {
    background: #fef3a6;
}	
}










