/*
Theme Name: mamono
Author: elefant
Description: mamono
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("assets/css/resetstyle_castle.css");
.stsvg .stsns {
  fill: #FFFFFF;
  transition: all 0.25s ease-in-out; }

.mc {
  color: #666666; }

.sc {
  color: #c62d97; }

.modal-cmt {
  font-size: 14px;
  line-height: 1.7142857143; }

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: none;
  z-index: 2000; }

.modal-flex {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.modal-cmt {
  position: relative;
  padding: 30px;
  width: 80%;
  height: 80vh;
  min-height: 400px;
  overflow-y: auto;
  color: #fff;
  cursor: pointer;
  filter: blur(20deg);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: black;
  text-align: center;
  border: solid 1px #fff; }
  @media screen and (max-width: 768px) {
    .modal-cmt {
      width: 86%;
      font-size: 11px;
      line-height: 1.5454545455;
      text-align: left; } }
  .modal-cmt .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    outline: none;
    appearance: none;
    background-color: #333;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal-cmt .modal-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .modal-cmt .modal-title {
        font-size: 18px; } }
  .modal-cmt .modal-img {
    max-width: 100%;
    padding: 10px; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 50px;
  height: 40px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 18px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.open-menu .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg); }
.open-menu .menu-trigger span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.open-menu .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg); }
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #111111;
  height: 100%; }
  body::before {
    background-color: rgba(0, 0, 0, 0.9);
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none; }
    @media screen and (max-width: 768px) {
      body::before {
        display: block;
        z-index: -1; } }
  body.bl-back::before {
    display: none; }
  body::after {
    background-color: black;
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    transition: all .2s linear; }
    @media screen and (max-width: 768px) {
      body::after {
        display: none;
        z-index: -1; } }
  body.bl-back-after::after {
    display: block; }

pre {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  white-space: pre-wrap; }

.bg-left-text {
  position: fixed;
  left: 20px;
  width: 20px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: -10px; }
  @media screen and (max-width: 768px) {
    .bg-left-text {
      width: 9px;
      top: -10px;
      left: 8px; } }

.menu-fix {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .menu-fix {
      display: none; } }
  .menu-fix-box {
    position: absolute;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 15px;
    right: 20px;
    font-weight: 500; }
    .menu-fix-box ul {
      position: relative;
      top: -10px; }
    .menu-fix-box li {
      margin-top: 0;
      vertical-align: middle; }
      .menu-fix-box li .haif {
        position: relative;
        top: -2px; }
      .menu-fix-box li .hi-menu {
        opacity: 0;
        transition: all 0.25s ease-in-out; }
        .menu-fix-box li .hi-menu.current {
          opacity: 1; }
    .menu-fix-box a {
      color: #fff; }
      .menu-fix-box a:hover .hi-menu {
        opacity: 1; }

header {
  width: 100%;
  min-width: 980px;
  height: 700px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    header {
      max-width: 100%;
      min-width: 100%;
      height: 100vh;
      background-color: transparent; } }
  .page-low header {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .page-low header {
        height: 200px; } }
  header .fix-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px; }
    @media screen and (max-width: 768px) {
      header .fix-logo {
        top: 20px;
        left: 20px;
        zoom: .4; } }
  header img {
    max-width: 100%;
    max-height: 100%; }
  header h1 {
    margin-bottom: 60px;
    text-align: center; }
    .page-low header h1 {
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .page-low header h1 img {
          transform: scale(0.6);
          position: relative;
          top: 5px; } }
  header .head-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6%; }
  header .head-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    max-width: 840px;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      header .head-flex {
        max-width: 100%; } }
  header .toplogo {
    position: relative;
    width: 100%;
    max-width: 660px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      header .toplogo {
        max-width: 70%;
        top: -20px;
        left: 0; } }
  header .h-sita {
    width: 36px;
    position: absolute;
    bottom: 80px;
    display: block; }
    @media screen and (max-width: 768px) {
      header .h-sita {
        bottom: 110px; } }

.backfix {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("assets/img/back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

section {
  width: 100%;
  min-width: 980px;
  background-color: black; }
  @media screen and (max-width: 768px) {
    section {
      max-width: 100%;
      min-width: 100%; } }
  section.access {
    background-color: rgba(0, 0, 0, 0.9); }
  section.artist, section.goods {
    background-color: rgba(0, 0, 0, 0.6); }
  .page-low section {
    background-color: transparent; }

h2 {
  padding-top: 110px;
  text-align: center; }
  .artist h2, .goods h2 {
    padding-top: 110px; }
  @media screen and (max-width: 768px) {
    h2 {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      h2 img {
        height: 60px; } }

.modal-btn {
  font-size: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  border: solid 1px #fff;
  outline: none;
  background-color: #000000;
  -webkit-appearance: none;
  appearance: none; }
  @media screen and (max-width: 768px) {
    .modal-btn {
      max-width: 86%;
      width: 86%;
      height: 40px;
      font-size: 12px; } }
  .modal-btn::before {
    position: relative;
    left: -10px;
    display: block;
    width: 12px;
    height: 18px;
    content: '';
    background-image: url(assets/img/sankaku.svg);
    -webkit-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .modal-btn::before {
        width: 8px;
        height: 12px; } }
  .modal-btn:hover {
    color: #fff;
    background-color: #333;
    border-color: #fff; }
  .modal-btn.white {
    background-color: #fff;
    color: #333; }
    .modal-btn.white::before {
      background-image: url(assets/img/sankaku_w.svg);
      transition: all 0.25s ease-in-out; }
    .modal-btn.white:hover {
      color: #fff;
      background-color: #333;
      border-color: #fff; }
      .modal-btn.white:hover::before {
        background-image: url(assets/img/sankaku.svg); }

.modal-btn {
  transition: all 0.25s ease-in-out; }

.modal-btn {
  -moz-appearance: none; }

.hoving {
  transition: all 0.25s ease-in-out;
  opacity: 1; }
  .hoving:hover {
    opacity: .7; }

#areas {
  cursor: pointer; }

footer {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  min-width: 980px;
  height: 80px;
  text-align: center;
  border-top: solid 1px #eeeeee;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    footer {
      max-width: 100%;
      min-width: 100%;
      height: 50px;
      font-size: 1rem; } }

.outline {
  padding-bottom: 140px; }
  .outline .o-osaka {
    position: relative;
    top: -7px; }
  .outline-box {
    font-size: 22px;
    width: 920px;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .outline-box {
        max-width: 100%;
        width: 100%;
        display: none; } }
    .outline-box-boxsp {
      width: 86%;
      display: none;
      text-align: center;
      font-size: 14px;
      line-height: 1.7142857143;
      margin-left: auto;
      margin-right: auto;
      margin-top: 65px; }
      .outline-box-boxsp .img-sptitle {
        margin-bottom: 20px;
        zoom: .6; }
        .outline-box-boxsp .img-sptitle.saitama {
          margin-bottom: 27px; }
      @media screen and (max-width: 768px) {
        .outline-box-boxsp {
          display: block; } }
    .outline-box p {
      margin-bottom: 40px; }
  .outline-left {
    width: 360px;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .outline-left {
        max-width: 100%; } }
  .outline-center {
    font-size: 12px;
    width: 82px;
    text-align: center; }
    .outline-center p {
      min-height: 27px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .outline-right {
    width: 360px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .outline-right {
        max-width: 100%;
        width: 100%; } }
  .outline .al-center {
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .outline .al-center {
        margin-top: 40px; } }
  .outline .play-list {
    font-size: 35px;
    margin-top: 140px;
    margin-bottom: 54px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .outline .play-list {
        font-size: 26px; } }
  .outline .play-list-box {
    width: 660px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .outline .play-list-box {
        max-width: 86%;
        width: 86%; } }

.artist {
  padding-bottom: 130px; }
  .artist-box {
    width: 850px;
    margin: 80px auto 45px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .artist-box {
        max-width: 100%;
        display: block; } }
    .artist-box.foods {
      justify-content: center; }
    .artist-box.maps {
      display: block; }
    .artist-box a {
      display: block;
      width: 250px;
      height: 380px; }
      @media screen and (max-width: 768px) {
        .artist-box a {
          width: 86%;
          height: auto;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
      .artist-box a.areamaps {
        width: 100%;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
        height: auto; }
  .artist .ank {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    text-align: center;
    width: 600px; }
    @media screen and (max-width: 768px) {
      .artist .ank {
        max-width: 80%;
        width: 80%; } }
  .artist-linkbtn {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.ticket {
  padding-bottom: 145px; }
  .ticket-inbtn {
    width: 760px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 78px auto 80px; }
    @media screen and (max-width: 768px) {
      .ticket-inbtn {
        max-width: 100%;
        display: block; } }
    .ticket-inbtn .t-saitama {
      position: relative;
      top: -11px; }
  .ticket .sub-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 45px;
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .ticket .sub-title {
        font-size: 22px; } }
  .ticket .price-box {
    width: 760px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .ticket .price-box {
        max-width: 100%;
        display: block;
        width: 100%; } }
    .ticket .price-box.cen {
      justify-content: flex-end;
      text-align: center;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .ticket .price-box.cen {
          width: 86%; } }
      .ticket .price-box.cen p {
        width: 420px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 768px) {
          .ticket .price-box.cen p {
            max-width: 100%;
            width: 100%;
            font-size: 16px; } }
    .ticket .price-box p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 22px;
      font-weight: 500;
      width: 350px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .ticket .price-box p {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px;
          width: 80%; } }
      .ticket .price-box p img {
        margin-left: 0; }
        @media screen and (max-width: 768px) {
          .ticket .price-box p img {
            height: 32px; } }
    @media screen and (max-width: 768px) {
      .ticket .price-box .tic-sp {
        width: 90px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 26px; }
      .ticket .price-box .tic-sp-saitama {
        width: 115px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px; }
      .ticket .price-box .sp-margin-osaka {
        margin-bottom: 45px; }
      .ticket .price-box .sp-margin-saitama {
        margin-bottom: 50px; } }
  .ticket-text {
    width: 540px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.7333333333;
    padding-bottom: 50px;
    border-bottom: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      .ticket-text {
        max-width: 86%;
        font-size: 12px;
        line-height: 1.5; } }
    .ticket-text a {
      color: #fff;
      text-decoration: underline; }
  .ticket .ticketpia {
    font-size: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .ticket .ticketpia {
        font-size: 12px;
        line-height: 1.5; } }
    .ticket .ticketpia a {
      color: #fff;
      text-decoration: underline; }
  .ticket .groupticket {
    font-size: 20px;
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .ticket .groupticket {
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .ticket .kakaku {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffce66; }
    @media screen and (max-width: 768px) {
      .ticket .kakaku {
        font-size: 22px; } }

.access {
  font-size: 15px;
  letter-spacing: -0.04em;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .access {
      padding-bottom: 90px; } }
  .access h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .access h3 {
        zoom: .6;
        padding-top: 100px;
        padding-bottom: 70px; } }
  .access-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .access-box {
        max-width: 100%;
        width: 100%;
        display: block; } }
    .access-box-cldimg {
      width: 380px;
      height: 270px;
      margin-right: 45px; }
      @media screen and (max-width: 768px) {
        .access-box-cldimg {
          max-width: 100%;
          width: 100%;
          margin-right: auto;
          margin-left: auto; } }
      .access-box-cldimg iframe {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .access-box-cldtxt {
      width: 500px;
      min-height: 270px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .access-box-cldtxt {
          max-width: 86%;
          width: 86%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 30px;
          display: block;
          height: auto;
          font-size: 12px;
          line-height: 1.5; }
          .access-box-cldtxt p {
            margin-bottom: 18px; } }
      .access-box-cldtxt .subline {
        line-height: 1.75;
        margin-top: 20px; }
      .access-box-cldtxt .subtxt {
        font-size: 11px; }
      .access-box-cldtxt .place-title {
        font-size: 30px;
        font-weight: 600; }
      .access-box-cldtxt .modal-btn {
        width: 500px; }
        @media screen and (max-width: 768px) {
          .access-box-cldtxt .modal-btn {
            max-width: 80%;
            width: 80%; } }

.goods {
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .goods {
      padding-bottom: 90px; } }
  .goodsbtn {
    width: 750px;
    display: block;
    margin-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .goodsbtn {
        max-width: 86%;
        width: 86%; } }
    .goodsbtn img {
      width: 100%; }

.notice-text {
  width: 820px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.7333333333;
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .notice-text {
      max-width: 80%;
      width: 80%;
      font-size: 12px;
      line-height: 1.5;
      padding-bottom: 80px; } }

.snsbox {
  background-color: black;
  width: 100%;
  min-width: 980px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.05em;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .snsbox {
      max-width: 100%;
      min-width: 100%; } }
  .snsbox-flex {
    margin-top: 52px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .snsbox-flex {
        margin-top: 20px;
        padding-bottom: 35px; } }
  .snsbox .stsvg {
    height: auto;
    width: 42px; }
  .snsbox .sns-tw {
    width: 42px; }
  .snsbox .sns-l {
    width: 39px; }

#fixmenu.set {
  position: fixed;
  top: 0; }

.low-fixmenu {
  background-color: rgba(0, 0, 0, 0.9);
  height: 140px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  min-width: 960px;
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .low-fixmenu {
      max-width: 100%;
      display: none; } }
  .low-fixmenu::before {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff; }
  .low-fixmenu nav {
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .low-fixmenu nav {
        max-width: 100%;
        width: 100%; } }
    .low-fixmenu nav .days-title {
      position: absolute;
      top: 10px;
      left: 0;
      right: 150px;
      margin-left: auto;
      margin-right: auto;
      width: 530px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .low-fixmenu nav .days-title {
          max-width: 100%; } }
    .low-fixmenu nav ul {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 100%; }
  .low-fixmenu .days-btn, .low-fixmenu .days-btn2 {
    width: 310px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .low-fixmenu .days-btn, .low-fixmenu .days-btn2 {
        max-width: 100%;
        width: 100%; } }
    .low-fixmenu .days-btn img, .low-fixmenu .days-btn2 img {
      position: relative;
      bottom: 10px; }
    .low-fixmenu .days-btn a, .low-fixmenu .days-btn2 a {
      position: relative; }
      .low-fixmenu .days-btn a::before, .low-fixmenu .days-btn2 a::before {
        content: '';
        background-image: url(assets/img/sita.svg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 8px;
        display: block;
        position: absolute;
        left: -30px;
        top: 15px;
        mix-blend-mode: difference;
        transition: all 0.25s ease-in-out; }
      .low-fixmenu .days-btn a:hover::before, .low-fixmenu .days-btn2 a:hover::before {
        top: 20px; }
  .low-fixmenu .days-btn2 {
    background-color: #fff; }

main {
  z-index: 1; }

.low-artist {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  padding-bottom: 200px;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .low-artist {
      padding-top: 0;
      padding-bottom: 100px; } }
  @media screen and (max-width: 768px) {
    .low-artist h3 {
      width: 86%;
      margin-left: auto;
      margin-right: auto; } }
  .low-artist-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .low-artist .lineup1, .low-artist .lineup2, .low-artist .lineup3 {
    padding-top: 180px;
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .low-artist .lineup1, .low-artist .lineup2, .low-artist .lineup3 {
        max-width: 100%;
        width: 100%;
        padding-top: 80px; } }
  .low-artist .lineup2 {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      .low-artist .lineup2 {
        padding-top: 60px; } }
  .low-artist .lineup3 {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      .low-artist .lineup3 {
        padding-top: 60px; } }

.lineup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 571px) and (max-width: 768px) {
    .lineup {
      margin-left: auto;
      margin-right: auto;
      width: 320px; } }
  @media screen and (max-width: 570px) {
    .lineup {
      width: 86%;
      margin-left: auto;
      margin-right: auto; } }
  .lineup article {
    margin-right: 30px;
    width: 300px;
    height: 350px;
    margin-bottom: 30px;
    border: solid 1px #fff;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .lineup article:nth-child(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .lineup article {
        width: 150px;
        height: 235px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .lineup article:nth-child(2n+1) {
          margin-right: 10px; }
        .lineup article:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 350px) {
      .lineup article {
        width: 123px;
        height: 235px; } }
    .lineup article:last-child {
      margin-right: 0; }
  .lineup-box {
    width: 100%;
    position: relative;
    display: block;
    transition: all 0.25s ease-in-out; }
    .lineup-box:hover img {
      filter: sepia(80%); }
    .lineup-box .artist-image {
      width: 298px;
      height: 300px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      background-color: #000; }
      @media screen and (max-width: 768px) {
        .lineup-box .artist-image {
          width: 149px;
          height: 150px; } }
      @media screen and (max-width: 350px) {
        .lineup-box .artist-image {
          width: 123px;
          height: 125px; } }
      .lineup-box .artist-image img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        transition: all 0.25s ease-in-out; }
    .lineup-box-name {
      background-color: #fff;
      color: #333;
      text-align: center;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      line-height: 1.125;
      font-weight: 500;
      word-break: normal;
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 768px) {
        .lineup-box-name {
          font-size: 11px;
          line-height: 1.3636363636;
          height: 85px; } }

.low-cmt {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 180px; }
  @media screen and (max-width: 768px) {
    .low-cmt {
      max-width: 100%;
      width: 100%;
      padding-top: 80px; } }
  .low-cmt h3 {
    font-size: 35px; }
    @media screen and (max-width: 768px) {
      .low-cmt h3 {
        font-size: 24px;
        line-height: 1.1666666667; } }
    .low-cmt h3.cmt {
      padding-top: 80px; }
  .low-cmt pre.tac {
    margin-top: 60px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: -0.02em; }
    @media screen and (max-width: 768px) {
      .low-cmt pre.tac {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.6666666667;
        text-align: left; } }
  .low-cmt p.tac {
    margin-top: 60px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: -0.02em; }
    @media screen and (max-width: 768px) {
      .low-cmt p.tac {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.6666666667;
        text-align: left; } }
  .low-cmt .subcmt {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px; }
    @media screen and (max-width: 768px) {
      .low-cmt .subcmt {
        font-size: 18px; } }

#spmenu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 901;
  zoom: .5;
  display: none; }
  #spmenu.lowpage {
    display: block;
    top: 40px;
    right: 40px;
    mix-blend-mode: difference; }
  @media screen and (max-width: 768px) {
    #spmenu {
      display: block; } }

#vtr {
  padding-bottom: 130px; }

.spmenu {
  width: 250px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.25s ease-in-out;
  transform: translateX(150%);
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 900; }
  .open-menu .spmenu {
    transform: translateX(0);
    right: 0; }
  .spmenu nav {
    width: 100%;
    height: 100vh;
    padding: 30px 20px 20px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .spmenu nav ul {
      font-size: 16px;
      font-weight: 500; }
      .spmenu nav ul li {
        margin-bottom: 15px; }
        .spmenu nav ul li a {
          color: #fff; }
        .spmenu nav ul li.menu-logo {
          zoom: .3;
          margin-bottom: 25px;
          text-align: center; }
        .spmenu nav ul li.days {
          font-size: 14px; }
          .spmenu nav ul li.days::before {
            content: '';
            display: inline-block;
            background-image: url(assets/img/sankaku.svg);
            -webkit-background-size: contain;
            background-size: contain;
            background-repeat: no-repeat;
            width: 10px;
            height: 10px;
            font-size: 10px;
            position: relative;
            top: 1px;
            margin-right: 10px;
            margin-left: 10px; }

.openfade {
  opacity: 0;
  transition: all 1s linear; }
  .openfade.onon {
    opacity: 1; }

.price_text {
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  display: block;
  color: #fff; }

.kv {
  max-width: 100%;
  width: 100%; }

.timetable-img {
  width: 500px; }
  @media screen and (max-width: 768px) {
    .timetable-img {
      width: 80%;
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.flame {
  display: block;
  width: 560px;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .flame {
      width: 280px;
      height: 157px; } }

.spon {
  margin-top: 30px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .spon a {
    max-width: 200px; }
    .spon a im {
      height: 100%;
      width: auto; }

.framezed {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .framezed {
      width: 86%; } }

.yell {
  color: #ffce66; }

.ta-center {
  text-align: center; }

.pb {
  position: absolute;
  bottom: 30px; }
  @media screen and (max-width: 768px) {
    .pb {
      bottom: auto;
      top: 50px;
      width: 86%;
      margin-left: auto;
      margin-right: auto; } }

.fz20 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .fz20 {
      font-size: 18px; } }

.fuyu-img {
  width: 86%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  max-width: 780px; }
.fuyu-center {
  text-align: center;
  font-size: 16px;
  line-height: 1.5; }
  .fuyu-center .sub-title {
    padding-bottom: 0;
    padding-top: 40px;
    font-weight: 600;
    font-size: 24px; }
  .fuyu-center .sub-desc {
    font-weight: 600;
    padding-top: 30px; }
  .fuyu-center a {
    color: #fff;
    text-decoration: underline; }
  .fuyu-center .kakaku {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffce66; }
    @media screen and (max-width: 768px) {
      .fuyu-center .kakaku {
        font-size: 22px; } }

.pcbr {
  display: block; }
  @media screen and (max-width: 768px) {
    .pcbr {
      display: none; } }

.spbr {
  display: none; }
  @media screen and (max-width: 768px) {
    .spbr {
      display: block; } }

/*# sourceMappingURL=style.css.map */
