@charset "utf-8";

.fixed_header {
  position: fixed;
  top: 0;
  left:0 ;
  right: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  transition: 0.5s;
}
.fixed_header.hidden {top: -200px;}
.front_movie {
  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242b55+0,073187+100 */
background: rgb(36,43,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(36,43,85,1) 0%, rgba(7,49,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(36,43,85,1) 0%,rgba(7,49,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(36,43,85,1) 0%,rgba(7,49,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242b55', endColorstr='#073187',GradientType=0 ); /* IE6-9 */
background:url("../img/top/bg_lead.jpg") no-repeat left top / cover;
  margin: 150px 0 0;
}
.front_movie video {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.reserve_link {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.reserve_link.hidden {
  opacity: 0;
  visibility: hidden;
}
.fixed_reserve {
  position: fixed;
  z-index: 8;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.fixed_reserve.hidden {
  opacity: 0;
  visibility: hidden;
}
.fixed_reserve.away {
  right: -400px;
}
.fixed_reserve .reservationArea {position: static;}
.fixed_reserve > p {position: absolute;}
.fixed_reserve > p:nth-of-type(1) {
  position: absolute;
  width: 240px;
  height: 100px;
  margin: auto;
  top: -95px;
  left: 20px ;
  right: 0;
  pointer-events: none;
}
.fixed_reserve > p.close {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  background: #FFFFFF;
  border:solid 3px #1D2A73;
  cursor: pointer;
}
.fixed_reserve > p.close::before,
.fixed_reserve > p.close::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #1D2A73;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.fixed_reserve > p.close::before {transform:rotate(45deg);}
.fixed_reserve > p.close::after {transform:rotate(-45deg);}
.bnCampaignList {}
.l-campaignArea .bnArea__box {overflow: visible;}
.bnCampaignList .slick-list {padding: 25px 0!important;}
.bnCampaignList .slick-list .slick-current {transform: scale(1.2);}

.l-campaignArea .bnCampaignList li {margin: 0 25px;}
.bnCampaignList .clickBox p {display: none;}


@media only screen and (max-width: 1200px) {
  
  .fixed_reserve {display: none;}
  .reserve_link {
    width: 160px;
    position: fixed;
    z-index: 5;
    bottom: -3px;
    right: -3px;
  }
  .l-campaignArea .bnCampaignList li {margin: 0 30px;}
}
@media only screen and (max-width: 992px) {
  .front_movie {margin: 70px 0 0;}
}
@media only screen and (max-width: 600px) {
.bnCampaignList .clickBox p {display: block;}

.bnCampaignList {padding: 0;}
.l-campaignArea .bnArea__box {overflow: visible;}
.bnCampaignList .slick-list {overflow: visible;}
.bnCampaignList .slick-list .slick-slide {transform: scale(1);}
.bnCampaignList .slick-list .slick-current {transform: scale(1);}
.l-campaignArea .bnCampaignList li {margin: 0 15px;}

  
}