/*=============================
font
=============================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=============================
responsive
=============================*/
.pc {
  display: block;
}

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

.tab {
  display: none;
}

@media screen and (max-width: 959px) {
  .tab {
    display: block;
  }
}

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

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*=============================
common
=============================*/
body {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-family: "Noto Sans JP", sans-serif;
}

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

.inner {
  width: 90%;
  margin: 0 auto;
}

.section {
  padding: 60px 0px 0px;
}

.section-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.section-subtitle span {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0F74A4), to(#e6e9f0));
  background: linear-gradient(to right, #0F74A4 20%, #e6e9f0 100%);
  padding: 5px;
  line-height: 43px;
  font-weight: 700 !important;
  letter-spacing: 5px;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.section-subtitle .border-red {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #DB3791), to(#e6e9f0));
  background: linear-gradient(to right, #DB3791 20%, #e6e9f0 100%);
  padding: 5px;
  line-height: 43px;
  font-weight: 700 !important;
  letter-spacing: 5px;
}

/*=============================
header
=============================*/
header {
  position: fixed;
  z-index: 100;
  top: 0px;
  width: 100%;
  padding: 5px 0px;
  background-color: #000;
}

header .header {
  width: 120px;
}

/*=============================
kv
=============================*/
.video-wrap {
  width: 100%;
}

video {
  width: 100%;
}

/*=============================
concept
=============================*/
.concept {
  padding-top: 30px;
}

.concept-title {
  width: 250px;
  margin: 0 auto 30px;
}

@-webkit-keyframes concept-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes concept-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.scroll-infinity {
  margin-top: 50px;
}

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: concept-scroll-left 80s infinite linear 0.5s both;
          animation: concept-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 1.8);
  margin-left: 20px;
}

.scroll-infinity__item > img {
  width: 100%;
}

/*=============================
about
=============================*/
.about-title {
  width: 250px;
  margin: 0 auto 30px;
}

.menu-drink {
  margin-bottom: 10px;
}

.menu-food {
  margin-bottom: 30px;
}

.about-item {
  display: block;
  position: relative;
}

.about-item .about-item-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.about-item .about-item-box img {
  width: 130px;
  margin: 0 auto;
}

.about-item .about-item-box .btn_blue {
  padding: 2px 0px;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(15, 116, 164, 0.7)), to(rgba(230, 233, 240, 0.7)));
  background: linear-gradient(to right, rgba(15, 116, 164, 0.7) 20%, rgba(230, 233, 240, 0.7) 100%);
  border-radius: 100px;
  position: relative;
}

.about-item .about-item-box .btn_blue:after {
  position: absolute;
  content: url(../img/more_btn.svg);
  width: 13px;
  height: 13px;
  top: 12%;
  right: 25%;
}

.about-item .about-item-box .btn_blue p {
  margin-right: 10px;
}

.about-item .about-item-box .btn_red {
  padding: 2px 0px;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(219, 55, 145, 0.7)), to(rgba(230, 233, 240, 0.7)));
  background: linear-gradient(to right, rgba(219, 55, 145, 0.7) 20%, rgba(230, 233, 240, 0.7) 100%);
  border-radius: 100px;
  position: relative;
}

.about-item .about-item-box .btn_red:after {
  position: absolute;
  content: url(../img/more_btn.svg);
  width: 13px;
  height: 13px;
  top: 12%;
  right: 25%;
}

.about-item .about-item-box .btn_red p {
  margin-right: 10px;
}

.about-body-item {
  margin-bottom: 60px;
}

.amuse_btn {
  width: 130px;
  margin: 0 auto;
}

.about-body-title-amusement {
  width: 250px !important;
}

.about-body {
  padding: 50px 0px;
}

.about-body .about-body-title {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.about-body .about-body-img {
  margin-bottom: 25px;
}

/*=============================
gallery
=============================*/
@-webkit-keyframes gallery-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes gallery-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.gallery-infinity {
  margin-top: 50px;
}

.gallery-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.gallery-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.gallery-infinity__list--left {
  -webkit-animation: gallery-scroll-left 40s infinite linear 0.5s both;
          animation: gallery-scroll-left 40s infinite linear 0.5s both;
}

.gallery-infinity__item {
  width: calc(100vw / 0.4);
  margin-left: 20px;
}

.gallery-infinity__item > img {
  width: 100%;
}

.gallery-title {
  width: 250px;
  margin: 0 auto 30px;
}

.gallery-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-box img {
  width: 33%;
  margin-bottom: 2px;
}

.gallery-box img:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

/*=============================
voice
=============================*/
.voice-title {
  width: 280px;
  margin: 0 auto 30px;
}

.voice-box {
  background-color: #fff;
  color: #333;
  padding: 25px;
  border-radius: 15px;
  height: 500px;
  overflow: auto;
}

.voice-item {
  border-bottom: 0.5px solid #000;
  padding-bottom: 10px;
  margin-top: 25px;
}

.voice-item:first-child {
  margin-top: 0px;
}

.voice-item .voice-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.voice-item .voice-rank p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.voice-item .voice-rank .voice-star {
  margin-left: 10px;
  color: #FCEE21;
  position: relative;
  margin-bottom: 3px;
}

.voice-item .voice-rank .voice-star span {
  color: #333;
  font-weight: 700;
  position: absolute;
  top: -5px;
  right: -10px;
}

.voice-item h1 {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.voice-item .voice-lead {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.voice-item .voice-time {
  color: #666;
  letter-spacing: 1.5px;
  font-size: 10px;
}

/*=============================
info
=============================*/
.info {
  background-color: #333;
  margin-top: 80px;
}

.info-title {
  width: 250px;
  margin: 0 auto 40px;
}

.info-item {
  border-bottom: 0.5px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}

.info-item:first-child {
  margin-top: 0px;
}

.info-item:last-child {
  border: none;
}

.info-item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 3.5px;
}

.info-item p:first-child {
  margin-bottom: 5px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============================
footer
=============================*/
footer {
  padding: 50px 0px;
}

footer .logo {
  width: 150px;
  margin: 0 auto;
}

.footer-copy {
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
}

/*=============================
follow
=============================*/
.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
