#key {
  background-image: url(../img/index/key.jpg);
}
#lead {
  background-image: url(../img/index/lead_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-bottom: 55px;
}
#lead:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: url(../img/index/lead_line.png) repeat center top;
  height: 10px;
}
#lead:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: url(../img/index/lead_line.png) repeat center top;
  height: 10px;
}
#lead #leadInner {
  position: relative;
  padding-bottom: 112px;
}
#lead #leadInner:before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 20px;
  width: 10px;
  background: url(../img/index/lead_line.png) repeat center top;
}
#lead #leadInner:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 30px;
  background: url(../img/index/lead_line.png) repeat center top;
  width: 10px;
}
#lead h2 {
  padding: 124px 0 53px 0;
}
#lead dl {
  margin-bottom: 20px;
}
#lead dl dt {
  font-size: 23px;
  color: #b19068;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 35px;
  margin-bottom: 7px;
}
#fooddrink {
  background: url(../img/index/food_bg.jpg) repeat center top;
  position: relative;
}
#fooddrink #food {
  position: relative;
  color: #fff;
  padding-bottom: 355px;
  background-image: url(../img/index/food.jpg);
}
#fooddrink #food .wrap {
  z-index: 2;
}
#fooddrink #food .btn_link {
  position: absolute;
  right: -25px;
  bottom: -500px;
}
#fooddrink #food h2 {
  padding-top: 75px;
}
#fooddrink #food .txt {
  margin: 30px 0 25px 580px;
}
#fooddrink #drink {
  padding-bottom: 70px;
  position: relative;
}
#fooddrink #drink h2 {
  margin: 62px 0 69px -49px;
  position: relative;
  z-index: 1;
}
#fooddrink #drink .box_style1[style*='visible']:after {
  opacity: 1 !important;
}
#fooddrink #drink .photo {
  height: 606px;
  width: 880px;
  position: absolute;
  top: 130px;
  right: -215px;
  background: url(../img/index/drink_frame.png) no-repeat center top;
}
#fooddrink #drink .photo .inner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 860px;
  height: 576px;
  overflow: hidden;
}
#fooddrink #drink .photo img {
  width: 100%;
  height: auto;
}
#fooddrink #drink .box {
  background: #fff;
  width: 430px;
  padding: 56px 0 64px 0;
  position: relative;
  z-index: 1;
}
#fooddrink #drink .box .txt {
  color: #000;
  font-weight: 500;
  width: 295px;
  margin: auto;
}
#fooddrink #drink .btn_link {
  position: relative;
}
#fooddrink #drink .btn_link p {
  width: 320px;
  height: 65px;
}
#fooddrink #drink .btn_link .btn2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#fooddrink #drink .btn_link .btn1 {
  opacity: 1;
}
#fooddrink #drink .btn_link:hover .btn2 {
  opacity: 1;
}
#fooddrink #drink .btn_link:hover .btn1 {
  opacity: 0;
}
#fooddrink #drink .btn_border {
  position: relative;
  width: 320px;
  height: 65px;
  margin: 40px auto auto;
}
#fooddrink #drink .btn_border:before {
  border: 1px solid #686868;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 320px;
  height: 65px;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#fooddrink #drink .btn_border:hover:before {
  border: 1px solid #d79e31;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 320px;
  height: 65px;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#fooddrink .hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#fooddrink .hvr-radial-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d79e31;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#fooddrink .hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#party {
  position: relative;
  padding-bottom: 155px;
  background-image: url(../img/index/party_bg.jpg);
}
#party .wrap {
  z-index: 2;
}
#party h2 {
  padding: 199px 0 135px 0;
}
#party .fl {
  width: 334px;
}
#party .txt {
  font-weight: 500;
  color: #fff;
  margin-top: 260px;
  width: 660px;
}
#scene {
  background: url(../img/index/scene_bg.jpg) repeat center top;
  position: relative;
  padding-bottom: 98px;
}
#scene:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/index/scene_img.png) no-repeat left top / cover;
  width: calc(50% + 160px);
  height: 890px;
}
#scene h2 {
  padding: 81px 0 29px 0;
}
#scene .txt {
  font-weight: 500;
  color: #fff;
}
#scene .btn_link {
  position: relative;
}
#scene .btn_link p {
  width: 320px;
  height: 65px;
}
#scene .btn_link .btn2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#scene .btn_link .btn1 {
  opacity: 1;
}
#scene .btn_link:hover .btn2 {
  opacity: 1;
}
#scene .btn_link:hover .btn1 {
  opacity: 0;
}
#scene .btn_border {
  position: relative;
  width: 320px;
  height: 65px;
  margin-top: 40px;
}
#scene .btn_border:before {
  border: 1px solid #686868;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 320px;
  height: 65px;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#scene .btn_border:hover:before {
  border: 1px solid #870e0e;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 320px;
  height: 65px;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#scene .hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#scene .hvr-radial-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #870e0e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#scene .hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#scene .catch {
  position: absolute;
  top: 104px;
  right: 0;
}
#news {
  margin-bottom: 145px;
}
#news h2 {
  margin: 89px 0 22px 0;
}
#news #feed {
  width: 935px;
  margin: auto;
}
#news dl {
  float: left;
  width: 252px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
}
#news dl dt a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 252 / 160;
}
#news dl dt a span {
  width: 100% !important;
  height: 100% !important;
}
#news dl .date {
  color: #d79e31;
}
#news dl dt {
  margin-bottom: 16px;
}
#news dl dt span:hover {
  opacity: 0.8;
}
#news dl + dl {
  margin-left: 85px;
}
#oshirase {
  position: absolute;
  width: 500px;
  padding: 20px;
  border: 6px solid #640b0b;
  background-color: rgba(255, 255, 255, 0.7);
  left: 350px;
  top: 400px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  z-index: 99999;
}

.fix_shimai a {
  width: 30px;
  position: fixed;
  top: 180px;
  right: 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  display: block;
  background-color: #610f0e;
  padding: 30px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  z-index: 9999999999999;
  font-weight: bold;
  text-align: center;
}
