@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background-size: 100%;
  background: #fff;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 15px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0;
  color: #151b29;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #151b29;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 640px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
@media screen and (max-width: 1180px) {
  .hnavi_btn {
    top: 10px;
    right: 10px;
  }
}

.menu-button {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #f1b800;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-button i {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #f1b800;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 12px;
  top: 24px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #f1b800;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
@media screen and (max-width: 1180px) {
  .header {
    padding: 12px;
  }
}
.header.start {
  opacity: 1;
}
.header .hlogo img {
  width: 200px;
}
@media screen and (max-width: 1180px) {
  .header .hlogo img {
    width: 180px;
  }
}

.common .header {
  opacity: 1 !important;
}

.gnavi {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  padding: 80px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1b800;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1180px) {
  .gnavi {
    width: 240px;
  }
}
.gnavi.active {
  opacity: 1;
  right: 0;
}
.gnavi ul li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 1180px) {
  .gnavi ul li {
    font-size: 16px;
  }
}
.gnavi ul li.soon a {
  pointer-events: none;
  opacity: 0.3;
}
.gnavi ul li a {
  color: #151b29;
}

.top_fv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 105;
}
.top_fv.start .fvlogo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top_fv.start .scrolldown1 {
  opacity: 1;
}
.top_fv .fvlogo {
  opacity: 0;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  height: 100%;
}
.top_fv .fvlogo img {
  width: auto;
  height: 110%;
  max-width: none;
}
@media screen and (max-width: 840px) {
  .top_fv .fvlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 840px) {
  .top_fv .fvlogo .pc {
    display: none;
  }
}
.top_fv .fvlogo .sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .top_fv .fvlogo .sp {
    display: inline-block;
  }
}
.top_fv {
  /*スクロールダウン全体の場所*/
}
.top_fv .scrolldown1 {
  position: absolute;
  right: 3.5%;
  bottom: 0;
  /*全体の高さ*/
  height: 80px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
@media screen and (max-width: 640px) {
  .top_fv .scrolldown1 {
    right: 24px;
    bottom: 0;
    height: 45px;
  }
}
.top_fv {
  /*Scrollテキストの描写*/
}
.top_fv .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  top: -15px;
  /*テキストの形状*/
  color: #151b29;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .top_fv .scrolldown1 span {
    font-size: 11px;
    top: -5px;
  }
}
.top_fv {
  /* 線の描写 */
}
.top_fv .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 10px;
  /*線の形状*/
  width: 1px;
  height: 70px;
  background: #151b29;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .top_fv .scrolldown1::after {
    height: 40px;
  }
}
.top_fv {
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 10;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
    @media screen and (max-width: 640px) {
      .top_fv {
        height: 20px;
      }
    }
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
    @media screen and (max-width: 640px) {
      .top_fv {
        top: 40px;
      }
    }
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 10;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
    @media screen and (max-width: 640px) {
      .top_fv {
        height: 20px;
      }
    }
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
    @media screen and (max-width: 640px) {
      .top_fv {
        top: 40px;
      }
    }
  }
}

.page_bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/awa.png"), -webkit-gradient(linear, left bottom, left top, from(rgb(246, 197, 44)), to(rgb(255, 242, 155)));
  background-image: url("../img/common/awa.png"), -webkit-linear-gradient(bottom, rgb(246, 197, 44), rgb(255, 242, 155));
  background-image: url("../img/common/awa.png"), linear-gradient(0deg, rgb(246, 197, 44), rgb(255, 242, 155));
  background-size: 100%, auto;
  background-position: top center, 0 0;
  background-repeat: no-repeat;
  z-index: 10;
  height: 0;
  -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .page_bg {
    background-size: 200%, auto;
  }
}
.page_bg.start {
  height: 100vh;
}

html,
body {
  overflow-x: hidden;
}

.bubble {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: thin solid rgba(255, 255, 225, 0.3);
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 225, 0.2);
          box-shadow: 0 0 1px 1px rgba(255, 255, 225, 0.2);
}

.bubble::after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}

/* ------ 泡（大きいマル）のスタイル ------ */
.bubble {
  position: absolute;
  background: rgba(255, 255, 255, 0.1); /*泡の色・濃さ*/
  border: thin solid rgba(255, 255, 225, 0.3); /*線の色・濃さ*/
  border-radius: 8px; /*丸み*/
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 225, 0.2);
          box-shadow: 0 0 1px 1px rgba(255, 255, 225, 0.2); /*泡の光彩（外側）*/
}

/* ------ 光（小さいマル）のスタイル ------ */
.bubble:after {
  content: "";
  display: block;
  height: 3px; /*光の高さ*/
  width: 3px; /*光の幅*/
  border-radius: 2px; /*丸み*/
  background: rgba(255, 255, 255, 0.2); /*光の濃さ*/
}

.page_wrap {
  position: relative;
  z-index: 100;
}

.page_bg_star {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/common/star_bg.png") repeat center;
  background-size: 500px;
  z-index: 90;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}
.page_bg_star.active1 {
  opacity: 0.46;
}
.page_bg_star.active2 {
  opacity: 0.68;
}
.page_bg_star.active3 {
  opacity: 0.95;
}
.page_bg_star.none {
  opacity: 0 !important;
}

.page_bg1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 112, 69)), color-stop(55%, rgb(0, 56, 101)), to(rgb(0, 39, 98)));
  background-image: -webkit-linear-gradient(bottom, rgb(246, 112, 69), rgb(0, 56, 101) 55%, rgb(0, 39, 98));
  background-image: linear-gradient(0deg, rgb(246, 112, 69), rgb(0, 56, 101) 55%, rgb(0, 39, 98));
  z-index: 50;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}
.page_bg1.active {
  opacity: 1;
}

.page_bg2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/beer_bg.png"), -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgb(0, 39, 98)), to(rgb(11, 29, 54)));
  background-image: url("../img/common/beer_bg.png"), -webkit-linear-gradient(bottom, rgb(0, 39, 98) 14%, rgb(11, 29, 54));
  background-image: url("../img/common/beer_bg.png"), linear-gradient(0deg, rgb(0, 39, 98) 14%, rgb(11, 29, 54));
  z-index: 60;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.page_bg2.active {
  opacity: 1;
}

.page_bg3 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/live_bg.png"), -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgb(11, 29, 54)), to(rgb(3, 8, 22)));
  background-image: url("../img/common/live_bg.png"), -webkit-linear-gradient(bottom, rgb(11, 29, 54) 14%, rgb(3, 8, 22));
  background-image: url("../img/common/live_bg.png"), linear-gradient(0deg, rgb(11, 29, 54) 14%, rgb(3, 8, 22));
  z-index: 70;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.page_bg3.active {
  opacity: 1;
}

.page_bg4 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(14%, rgb(11, 29, 54)), to(rgb(3, 8, 22)));
  background-image: -webkit-linear-gradient(bottom, rgb(11, 29, 54) 14%, rgb(3, 8, 22));
  background-image: linear-gradient(0deg, rgb(11, 29, 54) 14%, rgb(3, 8, 22));
  background-size: cover;
  z-index: 68;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.page_bg4.active {
  opacity: 1;
}

.page_bg5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/common/fbg.svg") no-repeat center bottom;
  background-size: 100%;
  z-index: 95;
  opacity: 0.8;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media screen and (max-width: 640px) {
  .page_bg5 {
    background-size: 180%;
  }
}
.page_bg5.active {
  opacity: 1;
}

.footer {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 0 40px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .footer {
    padding: 0 20px 20px;
  }
}
.footer .flogo {
  font-size: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .footer .flogo img {
    width: 220px;
  }
}
.footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .footer .fnavi {
    display: block;
  }
}
.footer .fnavi li {
  font-size: 18px;
  margin-right: 40px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .footer .fnavi li {
    font-size: 15px;
    margin: 0 0 8px;
  }
}
.footer .fnavi li.soon a {
  pointer-events: none;
  opacity: 0.3;
}
.footer .fnavi li a {
  color: #fff;
}
.footer .ftxt {
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .footer .ftxt {
    font-size: 13px;
  }
}
.footer .copyright {
  text-align: right;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 840px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.sec_ttl {
  font-family: "RocknRoll One", sans-serif;
  font-size: 38px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .sec_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.top_about {
  background: #151b29 url("../img/top/top_about_bg.png") no-repeat fixed;
  background-size: cover;
  padding: 120px 40px;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .top_about {
    padding: 80px 20px;
  }
}
.top_about .copy {
  font-family: "RocknRoll One", sans-serif;
  font-size: 48px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .top_about .copy {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.top_about .lead {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .top_about .lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 48px;
  }
}

.slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.slide ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide ul li img {
  border-radius: 10px;
}

.top_wrapper {
  overflow-x: hidden;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .btn {
    margin-bottom: 80px;
  }
}
.btn.end a {
  pointer-events: none;
  color: #000;
}
.btn.comingsoon a {
  position: relative;
  pointer-events: none;
}
.btn.comingsoon a::after {
  content: "";
  display: block;
  background: url("../img/common/comingsoon.svg") no-repeat center;
  background-size: contain;
  width: 145px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .btn.comingsoon a::after {
    width: 138px;
    height: 38px;
  }
}
.btn a {
  max-width: 400px;
  width: 100%;
  height: 72px;
  border-radius: 10px;
  background: #f1b800;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .btn a {
    font-size: 16px;
    height: 56px;
    max-width: 320px;
  }
}

.top_sec {
  margin-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .top_sec {
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_sec .sec_lead {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top_sec .sec_lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 48px;
  }
}
.top_sec p {
  color: #fff;
}

@media screen and (max-width: 840px) {
  .top .wrap_vendor {
    margin: 0 0 48px;
  }
}

.wrap_vendor {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 64px;
  background: #fff;
  border: 6px solid #f1b800;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 60px;
}
@media screen and (max-width: 1080px) {
  .wrap_vendor {
    margin: 0 40px 64px;
    width: auto;
  }
}
@media screen and (max-width: 840px) {
  .wrap_vendor {
    padding: 24px;
    margin: 0 20px 48px;
    border: 3px solid #f1b800;
  }
}
.wrap_vendor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .wrap_vendor ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_vendor ul li {
  width: 32%;
  margin-right: 2%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.wrap_vendor ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .wrap_vendor ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .wrap_vendor ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_vendor ul li {
    width: 100%;
    font-size: 14px;
  }
}
.wrap_vendor ul li .schedule {
  font-size: 13px;
  padding: 3px 6px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
.wrap_vendor ul li .schedule.zenhan, .wrap_vendor ul li .schedule.kohan {
  color: #FFF;
  margin-left: 5px;
}
.wrap_vendor ul li .schedule.zenhan {
  background: #00a1e5;
}
.wrap_vendor ul li .schedule.kohan {
  background: #e1007f;
}
.wrap_vendor .memo {
  color: #FFF;
  margin-top: 8px;
  margin-bottom: -8px;
}
@media screen and (max-width: 840px) {
  .wrap_vendor .memo {
    margin-top: 24px;
  }
}
.wrap_vendor .memo span {
  font-size: 16px;
  font-weight: bold;
  background: #FAE29A;
  padding: 4px 8px;
  border-radius: 5px;
  margin-top: 2px;
  margin-right: 8px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 840px) {
  .wrap_vendor .memo span {
    font-size: 14px;
    padding: 4px 20px;
  }
}
.wrap_vendor .memo span.zenhan {
  background: #00a1e5;
}
@media screen and (max-width: 840px) {
  .wrap_vendor .memo span.zenhan {
    margin-bottom: 8px;
  }
}
.wrap_vendor .memo span.kohan {
  background: #e1007f;
}
.wrap_vendor .other_drink {
  margin-top: 32px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .wrap_vendor .other_drink {
    font-size: 14px;
  }
}

.top_howtofun {
  padding: 120px 40px 80px;
}
@media screen and (max-width: 640px) {
  .top_howtofun {
    padding: 80px 20px 40px;
    margin-bottom: 120px;
  }
}
.top_howtofun .top_howtofun_cnt {
  max-width: 1180px;
  margin: 0 auto 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .top_howtofun .top_howtofun_cnt {
    display: block;
  }
}
.top_howtofun .top_howtofun_cnt li {
  width: 320px;
}
@media screen and (max-width: 1180px) {
  .top_howtofun .top_howtofun_cnt li {
    width: 30%;
  }
}
@media screen and (max-width: 840px) {
  .top_howtofun .top_howtofun_cnt li {
    width: 100%;
    margin: 0 0 48px;
  }
}
.top_howtofun .top_howtofun_cnt li .ttl {
  font-family: "RocknRoll One", sans-serif;
  font-size: 38px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .top_howtofun .top_howtofun_cnt li .ttl {
    font-size: 28px;
  }
}
.top_howtofun .top_howtofun_cnt li .size {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}
.top_howtofun .top_howtofun_cnt li .txt {
  margin-bottom: 24px;
}
.top_howtofun .top_howtofun_cnt li .img {
  text-align: center;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
@media screen and (max-width: 840px) {
  .top_howtofun .top_howtofun_cnt li .img {
    height: auto;
  }
}

.top_beer_img {
  text-align: center;
}
.top_beer_img img {
  width: 880px;
}

.top_live .wrap_vendor ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_live .wrap_vendor ul li {
  width: 48%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .top_live .wrap_vendor ul li {
    width: 100%;
  }
}
.top_live .wrap_vendor ul li .schedule {
  font-size: 13px;
  background: #FAE29A;
  margin-top: 2px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dpoint_bnr {
  text-align: center;
  margin-bottom: 150px;
  padding: 0 40px;
}
@media screen and (max-width: 840px) {
  .dpoint_bnr {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.dpoint_bnr img {
  border-radius: 8px;
}

.top_access {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 840px) {
  .top_access .sec_lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top_access .gmap {
  width: 100%;
  height: 630px;
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .top_access .gmap {
    height: 380px;
    margin-bottom: 60px;
  }
}
.top_access .gmap iframe {
  width: 100%;
  height: 100%;
}
.top_access .area_map {
  text-align: center;
  margin-top: -40px;
}
.top_access .area_map img {
  width: 780px;
  margin-right: -16px;
}

.top_staff {
  max-width: 1000px;
  margin: 0 auto 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .top_staff {
    margin: 0 40px 160px;
  }
}
@media screen and (max-width: 840px) {
  .top_staff {
    display: block;
    margin: 0 20px 80px;
  }
}
.top_staff p {
  color: #fff;
}
.top_staff .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .top_staff .img {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .top_staff .img {
    width: 100%;
    text-align: center;
  }
}
.top_staff .cnt {
  margin-right: 80px;
}
@media screen and (max-width: 1080px) {
  .top_staff .cnt {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .top_staff .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.top_staff .cnt .sec_ttl {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .top_staff .cnt .sec_ttl {
    text-align: center;
  }
}
.top_staff .cnt .lead {
  margin-bottom: 16px;
}
.top_staff .cnt .txt {
  font-size: 15px;
  margin-bottom: 40px;
}
.top_staff .cnt .btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .top_staff .cnt .btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_staff .cnt .btn a {
  width: 320px;
  height: 72px;
}
@media screen and (max-width: 840px) {
  .top_staff .cnt .btn a {
    max-width: 320px;
    width: 100%;
    height: 56px;
  }
}

.top_history {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 64px;
  background: #fff;
  border: 6px solid #f1b800;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .top_history {
    margin: 0 40px 64px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1080px) {
  .top_history {
    padding: 50px;
  }
}
@media screen and (max-width: 840px) {
  .top_history {
    padding: 24px;
    margin: 0 20px 64px;
    width: calc(100% - 40px);
    display: block;
  }
}
.top_history .cnt {
  width: 460px;
}
@media screen and (max-width: 1260px) {
  .top_history .cnt {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .top_history .cnt {
    width: 100%;
    margin-bottom: 48px;
  }
}
.top_history .cnt .sec_ttl {
  font-size: 28px;
  text-align: left;
  margin-bottom: 8px;
  color: #000;
}
.top_history .cnt .copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.top_history .cnt .txt {
  margin-bottom: 40px;
  font-size: 15px;
}
.top_history .cnt p {
  color: #000;
}
.top_history .cnt .btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.top_history .cnt .btn a {
  width: 320px;
}
@media screen and (max-width: 1260px) {
  .top_history .img {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .top_history .img {
    width: 100%;
    text-align: center;
  }
}

.top_caution {
  max-width: 1180px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 72px 90px;
  background: rgba(255, 255, 255, 0.16);
  margin: 0 auto 150px;
}
@media screen and (max-width: 840px) {
  .top_caution {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
.top_caution .ttl {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .top_caution .ttl {
    font-size: 18px;
  }
}
.top_caution ul li {
  color: #fff;
}
@media screen and (max-width: 840px) {
  .top_caution ul li {
    font-size: 13px;
  }
}

/*// common ///////////////////////////////////////////////*/
.common .page_wrap {
  margin-bottom: 180px;
}
@media screen and (max-width: 840px) {
  .common .page_wrap {
    margin-bottom: 120px;
  }
}

.page_header {
  background: url("../img/common/page_header_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 420px;
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 840px) {
  .page_header {
    height: 240px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 64px;
  }
}
.page_header .page_ttl {
  font-size: 42px;
  font-family: "RocknRoll One", sans-serif;
}
@media screen and (max-width: 840px) {
  .page_header .page_ttl {
    font-size: 28px;
  }
}

.sec {
  padding: 0 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 840px) {
  .sec {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
.sec .sec_lead {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .sec .sec_lead {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.sec a {
  text-decoration: underline;
  color: #F18201;
}
.sec a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*// about ///////////////////////////////////////////////*/
.original_glass .beer_style {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.original_glass .beer_style .beer_style_box {
  background: #FFF;
  border: 6px solid #f1b800;
  border-radius: 20px;
  padding: 40px;
  width: 48%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .original_glass .beer_style .beer_style_box {
    padding: 24px;
  }
}
@media screen and (max-width: 840px) {
  .original_glass .beer_style .beer_style_box {
    width: 100%;
  }
}
.original_glass .beer_style .beer_style_box:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .original_glass .beer_style .beer_style_box:first-of-type {
    display: block;
  }
}
.original_glass .beer_style .beer_style_box:first-of-type .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 60px;
}
@media screen and (max-width: 1180px) {
  .original_glass .beer_style .beer_style_box:first-of-type .img {
    margin: 40px 0 0;
    text-align: center;
  }
}
.original_glass .beer_style .beer_style_box .og_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "RocknRoll One", sans-serif;
  font-size: 38px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1260px) {
  .original_glass .beer_style .beer_style_box .og_ttl {
    display: block;
    line-height: 1.6;
  }
}
.original_glass .beer_style .beer_style_box .og_ttl span {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-left: 8px;
}
@media screen and (max-width: 1260px) {
  .original_glass .beer_style .beer_style_box .og_ttl span {
    display: block;
    margin-left: 0;
    margin-top: 3px;
  }
}
@media screen and (max-width: 840px) {
  .original_glass .beer_style .beer_style_box .og_ttl span {
    font-size: 16px;
  }
}
.original_glass .beer_style .beer_style_box .memo {
  font-size: 14px;
  margin-top: 8px;
}
.original_glass .beer_style .beer_style_box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 540px) {
  .original_glass .beer_style .beer_style_box .wrap {
    display: block;
  }
}
.original_glass .beer_style .beer_style_box .wrap .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0;
  margin-left: 10px;
  min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .original_glass .beer_style .beer_style_box .wrap .img {
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
}

.champion .img {
  text-align: center;
}
.champion .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .champion .imgs {
    display: block;
  }
}
.champion .imgs img {
  display: block;
  width: calc(50% - 4px);
}
@media screen and (max-width: 540px) {
  .champion .imgs img {
    width: 100%;
    margin-bottom: 8px;
  }
}

.sell .glass_table {
  background: #FFF;
  border: 6px solid #f1b800;
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 1180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .sell .glass_table {
    padding: 24px;
  }
}
.sell .glass_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 840px) {
  .sell .glass_table li {
    display: block;
  }
}
.sell .glass_table li .ttl {
  width: 340px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .sell .glass_table li .ttl {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.sell .glass_table li .ttl span {
  font-size: 14px;
  color: #f1b800;
}
@media screen and (max-width: 840px) {
  .sell .glass_table li .ttl span {
    font-size: 13px;
  }
}
@media screen and (max-width: 840px) {
  .sell .glass_table li .cnt.glass {
    text-align: center;
  }
}

/*// access ///////////////////////////////////////////////*/
.page_access {
  max-width: 1260px;
  margin: 0 auto 180px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_access {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_access p {
  color: #FFF;
}
.page_access .adrs {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .page_access .adrs {
    font-size: 16px;
    text-align: left;
  }
}
.page_access .btn {
  margin-bottom: 64px;
}
.page_access .memo {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.page_access .gmap {
  width: 100%;
  height: 630px;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .page_access .gmap {
    height: 380px;
    margin-bottom: 40px;
  }
}
.page_access .gmap iframe {
  width: 100%;
  height: 100%;
}
.page_access .event_map {
  margin-top: 80px;
}
.page_access .event_map .map {
  text-align: center;
}
.page_access #mapCanvas {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.page_access #mapCanvas:before {
  content: "";
  display: block;
  padding-top: 36%;
}
.page_access #mapCanvas > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*// staff ///////////////////////////////////////////////*/
.page_staff {
  max-width: 1260px;
  margin: 0 auto 180px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_staff {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_staff .lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 54px;
  color: #FFF;
}
@media screen and (max-width: 840px) {
  .page_staff .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.page_staff .img {
  text-align: center;
  margin-bottom: 48px;
}
.page_staff .btn {
  margin-bottom: 64px;
}
.page_staff .recruit_cnt {
  background: #FFF;
  border: 6px solid #f1b800;
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}
@media screen and (max-width: 840px) {
  .page_staff .recruit_cnt {
    padding: 24px;
  }
}
.page_staff .recruit_cnt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 640px) {
  .page_staff .recruit_cnt li {
    display: block;
  }
}
.page_staff .recruit_cnt li:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_staff .recruit_cnt li .ttl {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
}

/*// history ///////////////////////////////////////////////*/
.page_history {
  max-width: 1260px;
  margin: 0 auto 180px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .page_history {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.page_history .sec_ttl {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .page_history .sec_ttl {
    font-size: 32px;
  }
}
.page_history .sec_ttl span {
  font-size: 28px;
}
@media screen and (max-width: 840px) {
  .page_history .sec_ttl span {
    font-size: 18px;
  }
}
.page_history .history_cnt {
  background: #FFF;
  border: 6px solid #f1b800;
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
}
@media screen and (max-width: 840px) {
  .page_history .history_cnt {
    padding: 24px;
  }
}
.page_history .history_cnt .history_story {
  margin-bottom: 48px;
}
.page_history .history_cnt .history_story p {
  margin-bottom: 24px;
}
.page_history .history_cnt .history_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .page_history .history_cnt .history_img {
    display: block;
  }
}
.page_history .history_cnt .history_img li {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .page_history .history_cnt .history_img li {
    width: 100%;
    margin: 0 0 24px;
  }
}
.page_history .history_cnt .history_img li span {
  font-size: 14px;
}

/*// beer ///////////////////////////////////////////////*/
.shop_list {
  max-width: 1180px;
  margin: 0 auto;
}
.shop_list .shop_wrap {
  margin-bottom: 80px;
}
.shop_list .shop_wrap .shop_ttl {
  font-family: "RocknRoll One", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF;
}
@media screen and (max-width: 840px) {
  .shop_list .shop_wrap .shop_ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.shop_list .shop_wrap .beer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .shop_list .shop_wrap .beer_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .shop_list .shop_wrap .beer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop_list .shop_wrap .beer_list.food_list > li .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_list .shop_wrap .beer_list > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
  background: #FFF;
  border: 3px solid #f1b800;
  border-radius: 10px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .shop_list .shop_wrap .beer_list > li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .shop_list .shop_wrap .beer_list > li {
    width: 100%;
    max-width: 400px;
  }
}
.shop_list .shop_wrap .beer_list > li:nth-of-type(3n) {
  margin-right: 0;
}
.shop_list .shop_wrap .beer_list > li .img {
  height: 0;
  padding-top: 90%;
  position: relative;
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_wrap .beer_list > li .img {
    padding-top: 66%;
  }
}
.shop_list .shop_wrap .beer_list > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.shop_list .shop_wrap .beer_list > li .ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.shop_list .shop_wrap .beer_list > li .spec {
  border: 1px solid #f1b800;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_wrap .beer_list > li .spec {
    margin-bottom: 8px;
  }
}
.shop_list .shop_wrap .beer_list > li .spec li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.shop_list .shop_wrap .beer_list > li .spec li:last-of-type {
  border: none;
}
.shop_list .shop_wrap .beer_list > li .spec li:last-of-type p {
  border: none;
}
.shop_list .shop_wrap .beer_list > li .spec li p {
  font-size: 14px;
}
.shop_list .shop_wrap .beer_list > li .spec li .spec_ttl {
  background: #f1b800;
  width: 78px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.4;
  padding: 3px;
}
.shop_list .shop_wrap .beer_list > li .spec li .spec_txt {
  border-bottom: 1px solid #f1b800;
  width: 100%;
  padding: 3px 8px;
  line-height: 1.4;
}
.shop_list .shop_wrap .beer_list > li .contents {
  display: block;
}
.shop_list .shop_wrap .beer_list > li .contents p {
  font-size: 14px;
}

.page_event .artist_list {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .page_event .artist_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .page_event .artist_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.page_event .artist_list > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
  background: #FFF;
  border: 3px solid #f1b800;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .page_event .artist_list > li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page_event .artist_list > li {
    width: 100%;
    max-width: 400px;
  }
}
.page_event .artist_list > li:nth-of-type(3n) {
  margin-right: 0;
}
.page_event .artist_list > li .img {
  font-size: 0;
  margin-bottom: 16px;
}
.page_event .artist_list > li .cnt {
  padding: 0 16px 16px;
}
.page_event .artist_list > li .cnt .ttl {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 18px;
}
.page_event .artist_list > li .cnt .ttl span {
  font-size: 15px;
  display: block;
}
.page_event .artist_list > li .cnt .txt {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.page_event .artist_list > li .cnt .schedule {
  border: 1px solid #f1b800;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .page_event .artist_list > li .cnt .schedule {
    margin-bottom: 8px;
  }
}
.page_event .artist_list > li .cnt .schedule li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}
.page_event .artist_list > li .cnt .schedule li:last-of-type {
  border: none;
}
.page_event .artist_list > li .cnt .schedule li:last-of-type p {
  border: none;
}
.page_event .artist_list > li .cnt .schedule li p {
  font-size: 14px;
}
.page_event .artist_list > li .cnt .schedule li .schedule_ttl {
  background: #f1b800;
  width: 70px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page_event .artist_list > li .cnt .schedule li .schedule_txt {
  border-bottom: 1px solid #f1b800;
  width: 100%;
  padding: 0 8px;
}

/* モーダル */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#image-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-modal-content {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .image-modal-content {
    padding: 20px;
  }
}

.image-modal-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
}

.image-modal-close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 10000;
}
.image-modal-close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
.image-modal-close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */