@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
  vertical-align: bottom;
}
a {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
:focus,
a:focus {
  outline: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="button"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="button"]::focus,
input[type="submit"]::focus {
  outline-offset: -2px;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
a {
  color: #000;
}

body {
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.bgVisual {
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("./img/bg.jpg") no-repeat center center;
  background-size: cover;
  transition: 4.5s ease;
}
.bgVisual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.fix-bar {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #000;
  transition: 1s ease;
}
.fix-bar-bottom {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: #000;
  transition: 0.45s ease;
}
main {
  margin-top: 50px;
}
header {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 70px;
  display: flex;
  justify-content: space-between;
  width: 98%;
}
.nav {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.nav a {
  display: block;
  color: #fff;
  margin-right: 32px;
}
@media (max-width: 540px) {
  header .logo {
    width: 135px;
  }
  .menu-open {
    position: fixed;
    z-index: 6;
    right: 10px;
    top: 65px;
    font-size: 36px;
    color: #fff;
    line-height: 1;
  }
  .nav-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
  }
  .nav-overlay.active {
    display: block;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    width: 80%;
    background: rgba(15, 5, 5, 0.8);
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .nav.active {
    transform: translateX(0);
  }
  .nav a {
    margin: 16px 32px;
    font-size: 20px;
  }
  .nav .close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 42px;
    font-family: sans-serif;
  }
}
/* Common */

.sp {
  display: none;
}
.ssp {
  display: none;
}
@media (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 540px) {
  .ssp {
    display: block;
  }
}
.smhead {
  text-align: center;
}
.smhead span {
  border-bottom: solid 2px;
  margin-bottom: 32px;
  display: inline-block;
}
.smhead p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.kv {
  height: 80vh;
  display: flex;
  align-items: flex-end;
}
.kv-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin: 0 20px 80px;
}
.kv-flex .right {
  width: 50%;
}

.kv .logo {
  opacity: 0;
  transition: 1s;
  transform: translateX(30px);
}
.kv .logo.active {
  opacity: 1;
  transform: translateX(0);
}

.kv .date {
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  font-size: 32px;
  opacity: 0;
  text-align: right;
  transition: 1s;
  transform: translateX(30px);
}
.kv .date.active {
  opacity: 1;
  transform: translateX(0);
}

.seven-label {
  margin-bottom: 20px;
  text-align: right;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(30px);
}
.seven-label.active {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 840px) {
  .kv-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .kv .logo {
    margin: 0 80px 20px 10px;
  }
  .kv-flex .right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .kv .date {
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.02rem;
  }
  .seven-label {
    margin: 0;
    width: 100%;
    text-align: right;
    margin-bottom: 12vh;
  }
  .seven-label img {
    width: 150px;
  }
}
@media (max-width: 540px) {
  .kv .date {
    font-size: 24px;
  }
}

.inner {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  z-index: 3;
  border-radius: 30px;
  border: solid 1px #fff;
  overflow: hidden;
}

.js-inner {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.js-inner.active {
  opacity: 1;
  transform: translateY(0px);
}

.seven-wrap {
  background: #fdf9f0;
  padding: 48px 40px 48px 40px;
  margin-bottom: 80px;
}

.seven-wrap h2 {
  text-align: center;
}
.seven-wrap h2 span {
  display: block;
  margin-top: 1rem;
}
.seven-flex {
  display: flex;
  margin: 3.5rem 0 0;
  justify-content: space-between;
}
.seven-flex .text {
  width: 45%;
  line-height: 1.3;
}
.seven-flex .img {
  width: 48%;
}
.seven-flex h3 {
  font-weight: bold;
  font-size: 1.5rem;

  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.seven-flex h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #000;
}
.seven-flex p,
.seven-flex li {
  line-height: 1.5;
}
.seven-flex .btnb {
  margin-top: 1rem;
}
.seven-flex .small {
  font-size: 0.9rem;
}
.seven-flex .bold {
  font-weight: bold;
}
.seven-flex li {
  color: #a15219;
}
@media (max-width: 840px) {
  .seven-flex {
    flex-direction: column;
  }
  .seven-flex.reverse {
    flex-direction: column-reverse;
  }
  .seven-flex .text {
    width: 100%;
  }
  .seven-flex .img {
    width: 100%;
    margin-top: 1rem;
  }
  .seven-flex h3 {
    font-size: 1.25rem;
  }
}

.whats-cafe-miku {
  align-content: center;
  align-items: center;
  background: rgb(253, 249, 240);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 48px 40px 48px 40px;
  width: 100%;
  max-width: 100%;
}

.door-kissa {
  position: relative;
}
.door-kissa:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url("./img/room2.png") no-repeat center center;
  background-size: cover;
  filter: brightness(0.4);
}
.door-kissa h2 {
  padding-top: 120px;
  margin: 0 0px 32px 0px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.door-kissa .flex {
  display: flex;
  justify-content: center;
  padding: 0 80px;
  margin-bottom: 80px;
}
.door-kissa .left,
.door-kissa .right {
  width: calc(50% - 20px);
  margin: 0 20px;
}
.door-kissa h3 {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.door-kissa h3 span {
  display: block;
  padding: 24px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.door-kissa p {
  line-height: 1.6;
  padding-top: 24px;
  color: #fff;
}
.door-kissa .ticket {
  border-radius: 10px;
  margin-top: 32px;
  padding: 20px;
  background: linear-gradient(275deg, rgb(159, 43, 32), rgb(206, 146, 54));
}
.door-kissa .noticket {
  background: #fff;
  text-align: center;
  padding: 50px 0;
  display: block;
}
.door-kissa .ai-miku {
  color: rgb(255, 215, 107);
  line-height: 2;
  font-weight: bold;
}
.door-kissa .flex-img {
  display: flex;
}
.door-kissa .flex-img div {
  width: 50%;
}
@media (max-width: 840px) {
  .door-kissa .flex {
    flex-direction: column;
  }
  .door-kissa .left,
  .door-kissa .right {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 540px) {
  .door-kissa .flex {
    padding: 0 10%;
  }
  .door-kissa h2 {
    font-size: 36px;
  }
}

.songs {
  padding-top: 60px;
  background: #fff;
}
.songs ul {
  padding-left: 40px;
  padding-bottom: 40px;
}
.songs ul li {
  line-height: 2;
}
.songs .miku-img {
  position: absolute;
  right: 0%;
  bottom: 0;
  height: 260px;
}
.songs .miku-img img {
  height: 100%;
}
@media (max-width: 840px) {
  .songs {
    padding-bottom: 260px;
  }
}
@media (max-width: 540px) {
  .songs {
    padding-bottom: 200px;
  }
  .songs .miku-img {
    height: 200px;
  }
}

.other-room {
  padding: 200px 0 32px;
}
.other-room h2 span {
  border-color: #fff;
  color: #fff;
}
.other-room p {
  color: #fff;
}

.creater-booth {
  position: relative;
  padding: 120px 0;
}
.creater-booth:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  background: url("./img/creater-booth.png") no-repeat center center;
  background-size: cover;
}
.head {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.head span {
  font-size: 15px;
  display: block;
}
.button {
  display: block;
  width: 200px;
  margin: 32px auto 0;
  border: solid 1px #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: 0.25s ease;
}
.button:hover:before {
  width: 100%;
}
.button span {
  position: relative;
  z-index: 3;
  color: #fff;
  transition: 0.25s ease;
}
.button:hover span {
  color: #000;
}
.creater-booth-text {
  padding: 32px 16px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(15, 5, 5, 0.4);
  line-height: 1.5;
}
@media (max-width: 540px) {
  .head {
    font-size: 48px;
  }
}

.inner-flex {
  max-width: 1024px;
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.inner-herf {
  border-radius: 30px;
  overflow: hidden;
  border: solid 1px #fff;
  width: 49%;
  text-align: center;
}
.inner-herf .bg-content {
  padding: 120px 0 100px;
  position: relative;
}
.inner-herf .bg-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
}
.door-venue .bg-content:before {
  background: url("./img/door-venue.jpg") no-repeat center center;
  background-size: cover;
}
.door-stage .bg-content:before {
  background: url("./img/door-stage.jpg") no-repeat center center;
  background-size: cover;
}
.mikuland-logo {
  width: 300px;
  margin: auto;
}
.mikuland-logo span {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.inner-herf .text {
  padding: 32px 20px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(15, 5, 5, 0.4);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 840px) {
  .inner-flex {
    flex-direction: column;
  }
  .inner-herf {
    width: 100%;
  }
  .door-stage {
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .mikuland-logo span {
    font-size: 36px;
  }
}

.spec {
  padding-top: 120px;
  color: #fff;
}
.spec-wrap {
  backdrop-filter: blur(10px);
  background: rgba(15, 5, 5, 0.4);
  padding: 50px;
  color: #fff;
}
.spec-wrap table.second {
  margin-top: 50px;
}
.spec-wrap tr:not(.noborder) {
  border-bottom: solid 1px #fff;
}
.spec-wrap tr:nth-child(1) th {
  font-size: 20px;
  padding: 20px 0;
  width: 20%;
}
.spec-wrap tr:nth-child(1) th:not(:nth-child(1)) {
  text-align: center;
}
.spec-wrap th {
  font-weight: bold;
  padding: 15px 0;
  font-size: 16px;
}
.spec-wrap th a {
  color: #fff;
}
.spec-wrap td {
  text-align: center;
  font-family: sans-serif;
}
@media (max-width: 840px) {
  .spec-wrap {
    font-size: 80%;
    padding: 20px;
  }
  .spec-wrap tr:nth-child(1) th {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .spec-wrap {
    font-size: 70%;
    padding: 20px;
  }
  .spec-wrap tr:nth-child(1) th {
    font-size: 12px;
  }
  .spec-wrap th {
    font-size: 11px;
  }
}

.goods {
  padding-top: 120px;
  color: #fff;
}
.goods-flex-wrap {
  width: 90%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.goods-wrap {
  width: 49%;
}
.item-wrap {
  display: flex;
  justify-content: space-between;
}
.goods-item {
  position: relative;
  width: 48%;
  height: 370px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  transition: 0.25s ease;
}
.goods-item:hover {
  transform: translateY(-10px);
}
.goods-item .logo {
  width: 100px;
  margin: 12px auto;
}
.goods-item .name {
  display: block;
  text-align: center;
}
.goods-item .price {
  display: block;
  margin: 16px 0 24px;
  text-align: center;
  color: rgb(233, 71, 9);
}
.goods-item i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 13px;
}
.desc-item {
  margin-top: 16px;
  background: rgba(15, 5, 5, 0.4);
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 20px;
}
.desc-item .logo {
  width: 100px;
  margin: 0 auto 20px;
}
.desc-item p {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 840px) {
  .goods-flex-wrap {
    flex-direction: column;
  }
  .goods-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .goods-item {
    height: auto;
  }
}

.contact {
  margin-top: 120px;
  background: #fff;
  padding-top: 40px;
  text-align: center;
}
.btn-wrap {
  margin-bottom: 50px;
}
.btn-wrap p {
  margin: 0 20px 24px;
  line-height: 1.5;
}
.btnb {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
  background: #000;
  border-radius: 30px;
  padding: 20px 0;
  border: solid 1px #000;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.btnb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  transition: 0.25s ease;
}
.btnb:hover:before {
  width: 100%;
}
.btnb span {
  position: relative;
  z-index: 3;
  color: #fff;
  transition: 0.25s ease;
}
.btnb:hover span {
  color: #000;
}

.about {
  margin-top: 60px;
  border-color: #0bd8db;
  padding: 18px 20px 24px 20px;
  backdrop-filter: blur(10px);
  background: rgba(15, 5, 5, 0.4);
  color: #fff;
}
.about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .text {
  width: 64%;
  padding: 15px;
}
.about h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.about .text p {
  line-height: 2;
  font-size: 14px;
}
.about .link {
  text-align: center;
  font-size: 16px;
  margin: 10px 0 20px;
  color: #18dcff;
  display: block;
}
.about .img {
  width: 262px;
}
@media (max-width: 840px) {
  .about .flex {
    flex-direction: column;
  }
  .about .text {
    width: 100%;
  }
  .about .img {
    margin-top: 20px;
  }
}

.rooms {
  margin-top: 65vh;
}
.rooms .flex {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
.room-item {
  width: 200px;
  margin: 0 12px;
  color: #fff;
  text-align: center;
}
.room-item p {
  line-height: 1.4;
}
.room-item .button {
  margin-top: 20px;
}
@media (max-width: 840px) {
  .room-item {
    width: 49%;
  }
  .room-item .button {
    width: auto;
  }
}

footer {
  background: #000;
  padding-bottom: 82px;
  color: #fff;
}
footer .footer-nav {
  padding: 32px 0;
  margin: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logo,
footer .pagetop {
  width: 200px;
}

footer .link a {
  display: inline-block;
  margin: 0 20px;
  color: #fff;
}
footer .pagetop {
  text-align: right;
}
footer .pagetop span {
  margin: auto 0 auto auto;
  display: block;
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}
footer .pagetop span:hover {
  transform: scale(1.05);
}
footer .pagetop span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
}
footer .copy {
  font-size: 10px;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 840px) {
  .splink {
    display: flex;
    justify-content: center;
    padding: 48px 0;
  }
  .splink a {
    color: #fff;
    font-size: 13px;
    margin: 0 20px;
  }
}
@media (max-width: 540px) {
  .splink {
    flex-direction: column;
    align-items: center;
  }
  .splink a {
    margin: 20px;
  }
}
