@charset "UTF-8";
@font-face {
  font-family: "audiowide";
  src: url("../font/Audiowide-Regular.ttf") format("TrueType"); }
body {
  font-size: 16px;
  color: #333333;
  margin: 0px;
  box-sizing: border-box;
  line-height: 2em;
  font-family: noto-sans-cjk-jp, sans-serif; }
  @media screen and (max-width: 750px) {
    body {
      width: 100%;
      font-size: 14px; } }

div {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #313131; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block !important; } }

.no-display {
  display: none; }

/*ヘッダー*/
header {
  height: 70px;
  width: 100vw;
  z-index: 999;
  position: fixed;
  bottom: 0;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  background-color: #fed600;
  padding: 0 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 750px) {
    header {
      height: 60px;
      width: 100vw;
      padding: 0 10px; } }
  header .logo {
    height: 55px;
    margin-top: 5px; }
    @media screen and (max-width: 750px) {
      header .logo {
        height: 55px;
        margin-left: 5px;
        margin-top: 7px; } }
    header .logo a img {
      height: 100%;
      width: auto; }
      @media screen and (max-width: 750px) {
        header .logo a img {
          height: 77%;
          width: auto; } }
  header .pc-nav {
    display: flex; }
    @media screen and (max-width: 750px) {
      header .pc-nav {
        display: none; } }
    header .pc-nav ul.mainnav {
      display: flex;
      margin-top: 20px; }
      header .pc-nav ul.mainnav li.mainav-li {
        font-family: "espiritu", sans-serif;
        margin: 0 15px;
        position: relative; }
        header .pc-nav ul.mainnav li.mainav-li a {
          color: #fff;
          transition: 0.3s;
          font-family: "audiowide";
          font-weight: 600; }
          header .pc-nav ul.mainnav li.mainav-li a:hover {
            color: #1a1a1a; }
        header .pc-nav ul.mainnav li.mainav-li span {
          color: #fff;
          transition: 0.3s;
          font-family: "audiowide";
          font-weight: 600;
          cursor: pointer; }
          header .pc-nav ul.mainnav li.mainav-li span:hover {
            color: #1a1a1a; }
        header .pc-nav ul.mainnav li.mainav-li .subnav {
          position: absolute;
          left: 50%;
          bottom: 70px;
          transform: translate(-50%, 0%);
          width: 270px;
          transition: 0.3s;
          opacity: 0; }
          header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li {
            background-color: #000;
            text-align: center;
            font-size: 0.9em;
            line-height: 1.5em; }
            header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li a {
              color: #fff;
              transition: 0.3s;
              display: block;
              padding: 20px 10px; }
              header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li a:hover {
                color: #fed600; }
              header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li a span {
                color: inherit; }
            header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li:first-child a {
              position: relative; }
              header .pc-nav ul.mainnav li.mainav-li .subnav .subnav-li:first-child a:after {
                position: absolute;
                content: "";
                width: 80%;
                height: 1px;
                background-color: #ccc;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%); }
          header .pc-nav ul.mainnav li.mainav-li .subnav.hovered {
            opacity: 1; }
    header .pc-nav .insta-link {
      margin-top: 17px;
      margin-left: 20px; }
      header .pc-nav .insta-link a {
        transition: 0.3s; }
        header .pc-nav .insta-link a img {
          height: 30px; }
        header .pc-nav .insta-link a:hover {
          opacity: 0.8; }

@media screen and (min-width: 750px) {
  .sp-navi {
    display: none; } }
.sp-navi .globalNavSP {
  position: fixed;
  z-index: 5;
  top: 0px;
  right: 0;
  background: #1a1a1a;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 300px;
  height: 100%;
  overflow: scroll; }
  @media screen and (max-width: 750px) {
    .sp-navi .globalNavSP {
      width: 80%; } }
  .sp-navi .globalNavSP .nav-inner {
    padding-top: 80px; }
    .sp-navi .globalNavSP .nav-inner .box-header {
      width: 100%;
      padding-top: 10px;
      padding-left: 10px;
      display: flex;
      justify-content: space-between; }
    .sp-navi .globalNavSP .nav-inner ul {
      list-style: none;
      padding-left: 0px;
      padding-top: 5px;
      padding-left: 30px;
      padding-right: 30px; }
      .sp-navi .globalNavSP .nav-inner ul li {
        color: #000;
        font-size: 18px;
        line-height: 0.7;
        font-weight: 400;
        margin-left: 0px;
        margin-right: 0px;
        border-top: 1px solid #fed600;
        padding: 10px 0;
        font-family: "audiowide"; }
        .sp-navi .globalNavSP .nav-inner ul li a {
          color: #fff;
          text-decoration: none;
          padding-left: 20px;
          padding-right: 30px;
          width: 100%;
          display: inline-block;
          padding-top: 10px;
          padding-bottom: 10px;
          box-sizing: border-box;
          transition: 0.3s;
          text-align: center;
          line-height: 1.5em; }
          .sp-navi .globalNavSP .nav-inner ul li a span {
            font-size: 0.7em;
            padding-left: 10px; }
          .sp-navi .globalNavSP .nav-inner ul li a:hover {
            opacity: 0.8; }
        .sp-navi .globalNavSP .nav-inner ul li:last-child {
          border-bottom: 1px solid #fed600; }
        .sp-navi .globalNavSP .nav-inner ul li label {
          color: #fff;
          text-decoration: none;
          margin-bottom: 0px;
          cursor: pointer;
          position: relative;
          display: inline-block;
          width: 100%;
          padding-top: 10px;
          padding-bottom: 10px;
          box-sizing: border-box;
          transition: 0.3s;
          text-align: center;
          line-height: 1.5em; }
          .sp-navi .globalNavSP .nav-inner ul li label::after {
            content: "+";
            position: absolute;
            right: 10px;
            top: 12px;
            color: #fff;
            font-size: 28px;
            font-weight: 500; }
        .sp-navi .globalNavSP .nav-inner ul li input {
          display: none; }
        .sp-navi .globalNavSP .nav-inner ul li .subnavi {
          font-size: 16px;
          padding-top: 0px;
          padding-left: 0;
          padding-right: 0; }
          .sp-navi .globalNavSP .nav-inner ul li .subnavi li {
            height: 0;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding-top: 0px;
            padding-bottom: 0px;
            border-bottom: none;
            border-top: none;
            text-align: center; }
            .sp-navi .globalNavSP .nav-inner ul li .subnavi li a {
              color: #fed600;
              font-size: 15px;
              margin-bottom: 0px;
              padding-top: 0;
              padding-bottom: 0;
              padding-left: 0;
              padding-right: 0; }
              .sp-navi .globalNavSP .nav-inner ul li .subnavi li a span {
                font-size: 1em;
                padding-left: 0;
                position: relative;
                font-weight: 600; }
                .sp-navi .globalNavSP .nav-inner ul li .subnavi li a span:before {
                  position: absolute;
                  content: "";
                  top: 50%;
                  /* 縦軸をセンタリングする */
                  left: -13px;
                  transform: translateY(-50%);
                  /* 縦軸をセンタリングする */
                  border: 5px solid transparent;
                  border-left: 8px solid #fed600; }
        .sp-navi .globalNavSP .nav-inner ul li #ticket:checked ~ .subnavi {
          margin-top: 0px; }
        .sp-navi .globalNavSP .nav-inner ul li #ticket:checked ~ .subnavi li {
          height: 40px;
          opacity: 1;
          padding-top: 5px;
          padding-bottom: 5px;
          box-sizing: border-box; }
          .sp-navi .globalNavSP .nav-inner ul li #ticket:checked ~ .subnavi li:last-child {
            border-bottom: none; }
    .sp-navi .globalNavSP .nav-inner .sns-wrapper {
      display: flex;
      justify-content: center; }
    .sp-navi .globalNavSP .nav-inner .insta-link {
      margin: 50px 10px 50px; }
      .sp-navi .globalNavSP .nav-inner .insta-link img {
        width: 30px; }
.sp-navi nav.globalNavSP.active {
  transform: translateX(0%); }
.sp-navi .navToggle .navToggle-inner {
  display: block;
  position: fixed;
  /* body?E‘I?μ?A?I?a‘I?E’u?w’e */
  right: 0px;
  bottom: 0px;
  width: 95px;
  height: 75px;
  cursor: pointer;
  z-index: 8888;
  text-align: center;
  transition-duration: 0.5s;
  background-color: #1a1a1a;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  .sp-navi .navToggle .navToggle-inner span {
    display: block;
    position: absolute;
    /* .navToggle?E‘I?μ?A */
    width: 45px;
    border-bottom: solid 3px #fed600;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 25px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(1) {
      top: 25px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(2) {
      top: 37px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(3) {
      top: 49px; }
.sp-navi .navToggle.active span:nth-child(1) {
  top: 25px;
  left: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #fed600; }
.sp-navi .navToggle.active span:nth-child(2), .sp-navi .navToggle.active span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #fed600; }
.sp-navi p {
  font-size: 11px;
  color: #fed600;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
.sp-navi .navToggle.active p {
  color: #fff; }

/*フッター*/
footer {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  background-color: #fed600;
  border-bottom: 4px solid #1a1a1a;
  margin-bottom: 70px; }
  @media screen and (max-width: 750px) {
    footer {
      margin-bottom: 60px; } }
  footer .footer-inner {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 750px) {
      footer .footer-inner {
        padding-left: 0px; } }
    footer .footer-inner .copyright {
      font-size: 11px;
      padding-top: 5px;
      color: #fff; }

.main-width {
  width: 85%;
  margin: 0 auto; }
  @media screen and (min-width: 751px) and (max-width: 1200px) {
    .main-width {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }
  @media screen and (max-width: 750px) {
    .main-width {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }

/*コンテンツ*/
.circlelink {
  color: #fed600;
  font-family: "gigalypse", sans-serif;
  font-weight: 600;
  transition: 0.3s; }
  .circlelink span {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid #fed600;
    position: relative;
    display: inline-block;
    top: 0.6em;
    margin-left: 0.4em;
    transition: 0.3s; }
    .circlelink span:before {
      position: absolute;
      content: "";
      width: 1.2em;
      height: 1px;
      background-color: #fed600;
      top: 56%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.3s; }
    .circlelink span:after {
      position: absolute;
      content: "";
      width: 0.5em;
      height: 1px;
      background-color: #fed600;
      top: 48%;
      left: 67%;
      transform: translate(-50%, -50%) rotate(35deg);
      transition: 0.3s; }
  .circlelink:hover {
    color: #fff; }
    .circlelink:hover span {
      border: 1px solid #fff; }
      .circlelink:hover span:before {
        background-color: #fff; }
      .circlelink:hover span:after {
        background-color: #fff; }
  .circlelink.bl:hover {
    color: #1a1a1a; }
    .circlelink.bl:hover span {
      border: 1px solid #1a1a1a; }
      .circlelink.bl:hover span:before {
        background-color: #1a1a1a; }
      .circlelink.bl:hover span:after {
        background-color: #1a1a1a; }
  .circlelink.red {
    color: red; }
    .circlelink.red span {
      border: 1px solid red; }
      .circlelink.red span:before {
        background-color: red; }
      .circlelink.red span:after {
        background-color: red; }

.section-mv {
  width: 100%;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-mv {
      height: calc(100vh - 60px);
      padding-top: unset;
      padding-bottom: unset; } }
  .section-mv:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fed600;
    top: 10px;
    left: 0; }
  .section-mv .mv-inner {
    text-align: center;
    position: relative; }
    @media screen and (max-width: 750px) {
      .section-mv .mv-inner {
        top: 50%;
        transform: translateY(-50%); } }
    .section-mv .mv-inner .lead {
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 30px;
      line-height: 1.5em; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-inner .lead {
          font-size: 20px; } }
    .section-mv .mv-inner .logo {
      height: 30vh; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-inner .logo {
          width: 70%;
          height: unset;
          margin: 0 auto; } }
      .section-mv .mv-inner .logo img {
        height: 100%;
        width: auto; }
        @media screen and (max-width: 750px) {
          .section-mv .mv-inner .logo img {
            height: auto;
            width: 100%; } }
    .section-mv .mv-inner .mv-text {
      margin-top: 20px;
      font-family: "gigalypse", sans-serif; }
      .section-mv .mv-inner .mv-text .date {
        color: #fff;
        font-size: 40px;
        line-height: 1.5em;
        margin-bottom: 20px;
        position: relative; }
        @media screen and (max-width: 750px) {
          .section-mv .mv-inner .mv-text .date {
            font-size: 28px; } }
        .section-mv .mv-inner .mv-text .date span {
          font-size: 28px;
          padding-left: 20px; }
          @media screen and (max-width: 750px) {
            .section-mv .mv-inner .mv-text .date span {
              font-size: 20px; } }
        .section-mv .mv-inner .mv-text .date:after {
          position: absolute;
          content: "";
          width: 500px;
          height: 5px;
          background-color: #fed600;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (max-width: 750px) {
            .section-mv .mv-inner .mv-text .date:after {
              width: 80%; } }
    .section-mv .mv-inner .location {
      color: #fff;
      font-size: 40px; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-inner .location {
          font-size: 28px; } }
    .section-mv .mv-inner .ticketlink {
      margin-top: 30px;
      font-size: 35px; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-inner .ticketlink {
          font-size: 23px; } }

@media screen and (max-width: 750px) {
  .box-h2 {
    text-align: center; } }
.box-h2 h2 {
  font-family: "audiowide";
  font-size: 50px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  line-height: 1.1em; }
  @media screen and (max-width: 750px) {
    .box-h2 h2 {
      font-size: 30px; } }
  @media screen and (max-width: 750px) and (max-width: 750px) {
    .box-h2 h2 {
      font-size: 40px;
      padding-left: 0; } }

  .box-h2 h2.wh {
    color: #fff; }
  .box-h2 h2.bl {
    color: #1a1a1a; }
  .box-h2 h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fed600;
    left: -60px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 750px) {
      .box-h2 h2:before {
        content: none; } }
.box-h2.pt-large {
  padding-top: 50px; }

.box-cont {
  margin-left: auto;
  margin-right: 0; }

.section-news {
  padding-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-news {
      padding-top: 60px; } }
  .section-news .box-news {
    width: 60%; }
    @media screen and (max-width: 750px) {
      .section-news .box-news {
        width: 100%;
        margin-top: 50px; } }
    .section-news .box-news dl {
      display: flex;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .section-news .box-news dl dt {
        font-weight: normal;
        width: 5em; }
      .section-news .box-news dl dd {
        padding-left: 20px;
        margin-left: 0;
        width: calc(100% - 5em);
        box-sizing: border-box; }
        .section-news .box-news dl dd a {
          transition: 0.3s;
          font-weight: 600; }
          .section-news .box-news dl dd a span {
            background: linear-gradient(transparent 60%, #fed600 0%);
            display: inline;
            padding: 0 1px 0px; }
          .section-news .box-news dl dd a:hover {
            color: #fed600; }

.section-about {
  /*background-color: #1a1a1a;*/
  padding-top: 50px;
  padding-bottom: 100px;
  line-height: 2em;
  /*background-image: url(../img/about-back.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 750px) {
    .section-about {
      padding-top: 50px;
      background-position: right; } }
  .section-about h2 {
    text-shadow: #2966d0 0px 0px 10px; }
  .section-about .box-about {
    width: 60%;
    font-size: 18px;
    font-weight: 600;
    /*text-shadow: #132950 0px 0px 10px;*/ }
    @media screen and (max-width: 750px) {
      .section-about .box-about {
        width: 100%;
        margin-top: 50px;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box; } }
    .section-about .box-about .fs-large {
      font-size: 40px;
      margin-bottom: 40px;
      margin-top: 40px;
      line-height: 1.6em;
      font-weight: 600; }
      @media screen and (max-width: 750px) {
        .section-about .box-about .fs-large {
          font-size: 35px; } }
    .section-about .box-about .fs-small {
      font-size: 15px;
      margin-top: 40px; }
    .section-about .box-about .date {
      font-size: 0.8em;
      margin-top: 20px; }
    .section-about .box-about .link a {
      transition: 0.3s;
      position: relative;
      padding-right: 30px;
      font-size: 1em; }
      .section-about .box-about .link a:hover {
        color: #1a1a1a; }
      .section-about .box-about .link a:after {
        content: "";
        position: absolute;
        top: 50%;
        /* 縦軸をセンタリングする */
        right: 0;
        transform: translateY(-50%);
        /* 縦軸をセンタリングする */
        border: 5px solid transparent;
        border-left: 8px solid red;
        /* 好みで色を変えてください */ }
    .section-about .box-about .star {
      margin-top: 1.2em;
      margin-bottom: 1.2em; }
      .section-about .box-about .star li {
        position: relative;
        margin-bottom: 10px; }
        .section-about .box-about .star li .star-icon {
          color: #fed600; }
  .section-about:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.35);
    z-index: -1; }
  .section-about:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/about-back.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -2; }

.section-sche {
  padding-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-sche {
      padding-top: 60px; } }
  .section-sche .box-sche {
    width: 60%; }
    @media screen and (max-width: 750px) {
      .section-sche .box-sche {
        width: 100%;
        margin-top: 50px; } }
    .section-sche .box-sche .sche-wrap {
      display: flex;
      margin-bottom: 20px; }
      @media screen and (max-width: 750px) {
        .section-sche .box-sche .sche-wrap {
          display: block; } }
      .section-sche .box-sche .sche-wrap h3 {
        margin-right: 30px;
        display: inline-block;
        padding: 15px 10px 10px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: 0.4em;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 750px) {
          .section-sche .box-sche .sche-wrap h3 {
            writing-mode: unset;
            padding: 10px 10px 10px; } }
        .section-sche .box-sche .sche-wrap h3:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #fed600;
          top: 5px;
          left: 5px;
          z-index: -2; }
        .section-sche .box-sche .sche-wrap h3:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #1a1a1a;
          top: 0px;
          left: 0px;
          z-index: -1; }
      .section-sche .box-sche .sche-wrap .desc {
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin-top: 5px;
        width: calc(100% - 100px); }
        @media screen and (max-width: 750px) {
          .section-sche .box-sche .sche-wrap .desc {
            width: 100%;
            padding-left: 30px;
            box-sizing: border-box; } }
        .section-sche .box-sche .sche-wrap .desc .date span {
          font-size: 1.5em;
          font-weight: 600; }
        .section-sche .box-sche .sche-wrap .desc .time {
          font-size: 0.9em; }
          .section-sche .box-sche .sche-wrap .desc .time span {
            font-size: 0.8em;
            padding-left: 7px;
            padding-right: 7px; }
      .section-sche .box-sche .sche-wrap .venu {
        font-size: 1.2em;
        letter-spacing: 0.1em;
        margin-top: 5px; }
        @media screen and (max-width: 750px) {
          .section-sche .box-sche .sche-wrap .venu {
            width: 100%;
            padding-left: 30px;
            box-sizing: border-box; } }
    .section-sche .box-sche .org {
      font-size: 0.8em;
      margin-top: 50px;
      line-height: 1.5em;
      text-align: right; }
      @media screen and (max-width: 750px) {
        .section-sche .box-sche .org {
          text-align: left; } }
    .section-sche .box-sche .logo img {
      height: 25px;
      width: auto;
      margin: 0 10px;
      position: relative;
      top: 7px; }
      @media screen and (max-width: 750px) {
        .section-sche .box-sche .logo img {
          height: 25px; } }
    .section-sche .box-sche .logo.logo02 img {
      height: 17px;
      top: 2px; }

.section-lineup {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .section-lineup {
      padding-top: 0;
      padding-bottom: 0; } }
  .section-lineup:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-image: url(../img/lineupback-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    left: 0;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .section-lineup:before {
        width: 100%; } }
  .section-lineup:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-image: url(../img/lineupback-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    right: 0;
    top: 0;
    z-index: -2; }
    @media screen and (max-width: 750px) {
      .section-lineup:after {
        content: none; } }
  .section-lineup .backwh {
    background-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 750px) {
      .section-lineup .backwh {
        padding-bottom: 50px; } }
  .section-lineup .box-lineup {
    width: 100%;
    padding: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-lineup .box-lineup {
        padding: 30px 0 30px; } }
    .section-lineup .box-lineup .box-lineup .lineuph3-wrap {
      display: inline-block;
      position: relative;
      margin-bottom: 30px; }
      .section-lineup .box-lineup .box-lineup .lineuph3-wrap:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fed600;
        top: 5px;
        left: 5px;
        z-index: 0; }
      .section-lineup .box-lineup .box-lineup .lineuph3-wrap:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0px;
        left: 0px;
        z-index: 1; }
    .section-lineup .box-lineup .box-lineup .lineuph3 {
      display: flex;
      padding: 10px;
      position: relative;
      font-family: "audiowide";
      align-items: center;
      z-index: 5; }
      .section-lineup .box-lineup .box-lineup .lineuph3 h3 {
        font-size: 30px;
        margin: 0; }
      .section-lineup .box-lineup .box-lineup .lineuph3 .week {
        margin-left: 10px;
        line-height: 1.2em; }
    .section-lineup .box-lineup .box-lineup .artists-wrap {
      display: flex;
      flex-wrap: wrap; }
      .section-lineup .box-lineup .box-lineup .artists-wrap .artist {
        width: 25%;
        padding: 10px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-lineup .box-lineup .box-lineup .artists-wrap .artist {
            width: 50%; } }
        .section-lineup .box-lineup .box-lineup .artists-wrap .artist a {
          transition: 0.3s; }
          .section-lineup .box-lineup .box-lineup .artists-wrap .artist a:hover {
            opacity: 0.8; }
        .section-lineup .box-lineup .box-lineup .artists-wrap .artist .img {
          width: 100%; }
          .section-lineup .box-lineup .box-lineup .artists-wrap .artist .img img {
            width: 100%; }
        .section-lineup .box-lineup .box-lineup .artists-wrap .artist .label {
          background-color: #1a1a1a;
          color: #fff;
          padding: 0px;
          text-align: center;
          font-size: 0.7em;
          line-height: 1.8em;
          font-family: "audiowide"; }
        .section-lineup .box-lineup .box-lineup .artists-wrap .artist .name {
          text-align: center; }
          .section-lineup .box-lineup .box-lineup .artists-wrap .artist .name .new {
            background-color: red;
            padding: 5px 12px;
            border-radius: 5px;
            position: relative;
            top: -2px;
            margin-left: 8px;
            font-family: "audiowide";
            font-size: 15px;
            color: #fff; }
        .section-lineup .box-lineup .box-lineup .artists-wrap .artist .note {
          font-size: 0.7em;
          text-align: center;
          line-height: 1.5em; }
    .section-lineup .box-lineup .box-lineup .superlegend-wrap {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      .section-lineup .box-lineup .box-lineup .superlegend-wrap .left {
        padding: 30px;
        text-align: center; }
        .section-lineup .box-lineup .box-lineup .superlegend-wrap .left .lead {
          font-family: "audiowide";
          font-size: 30px;
          color: #fed600;
          background-color: #1a1a1a;
          padding: 10px 40px;
          display: inline-block;
          line-height: 1.5em; }
          @media screen and (max-width: 750px) {
            .section-lineup .box-lineup .box-lineup .superlegend-wrap .left .lead {
              font-size: 18px; } }
        .section-lineup .box-lineup .box-lineup .superlegend-wrap .left .name {
          font-size: 30px;
          margin-top: 30px; }
          @media screen and (max-width: 750px) {
            .section-lineup .box-lineup .box-lineup .superlegend-wrap .left .name {
              font-size: 25px; } }
      .section-lineup .box-lineup .box-lineup .superlegend-wrap .img {
        width: 350px;
        margin: 0px auto; }
        @media screen and (max-width: 750px) {
          .section-lineup .box-lineup .box-lineup .superlegend-wrap .img {
            width: 60%; } }
        .section-lineup .box-lineup .box-lineup .superlegend-wrap .img img {
          width: 100%; }
    .section-lineup .box-lineup .box-lineup .more {
      font-family: "audiowide";
      margin-top: 20px;
      font-size: 22px; }

.section-ticket {
  padding-top: 50px;
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-ticket {
      padding-top: 30px; } }
  .section-ticket .box-ticket {
    width: 60%; }
    @media screen and (max-width: 750px) {
      .section-ticket .box-ticket {
        width: 100%;
        margin-top: 50px; } }
    .section-ticket .box-ticket .box-sche {
      margin-bottom: 50px;
      font-size: 1.2em; }
      .section-ticket .box-ticket .box-sche .date {
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.8em; }
        .section-ticket .box-ticket .box-sche .date .soldout {
          position: relative; }
          .section-ticket .box-ticket .box-sche .date .soldout:after {
            position: absolute;
            content: "";
            background-image: url(../img/soldout.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 150px;
            aspect-ratio: 5/1;
            top: 5px;
            left: 50%;
            transform: translateX(-50%) rotate(-15deg);
            opacity: 0.85; }
      .section-ticket .box-ticket .box-sche .time {
        font-size: 0.9em;
        margin-top: 10px; }
        .section-ticket .box-ticket .box-sche .time span {
          font-size: 0.8em;
          padding-left: 5px;
          padding-right: 5px; }
    .section-ticket .box-ticket .box-price {
      margin-bottom: 50px; }
      .section-ticket .box-ticket .box-price dl {
        display: flex;
        align-items: center; }
        .section-ticket .box-ticket .box-price dl dt {
          background-color: #1a1a1a;
          padding: 10px;
          text-align: center;
          width: 18em;
          color: #fff; }
        .section-ticket .box-ticket .box-price dl dd {
          font-size: 1.2em;
          margin-left: 20px; }
          .section-ticket .box-ticket .box-price dl dd span {
            font-size: 0.7em; }
    .section-ticket .box-ticket .box-attention {
      margin-bottom: 50px;
      font-size: 0.8em;
      line-height: 1.5em; }
      .section-ticket .box-ticket .box-attention ul li {
        padding-left: 1.5em;
        position: relative; }
        .section-ticket .box-ticket .box-attention ul li:before {
          position: absolute;
          content: "※";
          top: 0;
          left: 0; }
    .section-ticket .box-ticket .box-playguide {
      margin-bottom: 70px; }
      .section-ticket .box-ticket .box-playguide h3 {
        margin: 0;
        font-weight: 600;
        padding: 0 10px 3px;
        border-bottom: 4px solid #fed600;
        font-size: 20px;
        text-align: center; }
      .section-ticket .box-ticket .box-playguide .date {
        font-weight: 600;
        background-color: #1a1a1a;
        color: #fff;
        text-align: center;
        margin-bottom: 40px; }
      .section-ticket .box-ticket .box-playguide .playguides {
        display: flex;
        justify-content: center;
        margin-bottom: 50px; }
        @media screen and (max-width: 750px) {
          .section-ticket .box-ticket .box-playguide .playguides {
            flex-wrap: wrap; } }
        .section-ticket .box-ticket .box-playguide .playguides .guide {
          text-align: center;
          width: 300px; }
          @media screen and (max-width: 750px) {
            .section-ticket .box-ticket .box-playguide .playguides .guide {
              width: 100%;
              margin-bottom: 80px; } }
          .section-ticket .box-ticket .box-playguide .playguides .guide .logo {
            width: 100%; }
            @media screen and (max-width: 750px) {
              .section-ticket .box-ticket .box-playguide .playguides .guide .logo {
                width: 100%;
                max-width: 300px;
                text-align: center;
                margin: 0 auto; } }
            .section-ticket .box-ticket .box-playguide .playguides .guide .logo a {
              transition: 0.3s; }
              .section-ticket .box-ticket .box-playguide .playguides .guide .logo a:hover {
                opacity: 0.8; }
            .section-ticket .box-ticket .box-playguide .playguides .guide .logo img {
              width: 85%;
              height: auto; }
              @media screen and (max-width: 750px) {
                .section-ticket .box-ticket .box-playguide .playguides .guide .logo img {
                  width: 100%; } }
          .section-ticket .box-ticket .box-playguide .playguides .guide:first-child {
            border-right: 1px solid #ccc; }
            @media screen and (max-width: 750px) {
              .section-ticket .box-ticket .box-playguide .playguides .guide:first-child {
                border-right: none; } }
      .section-ticket .box-ticket .box-playguide .seat {
        text-align: center;
        margin-bottom: 0px; }
        .section-ticket .box-ticket .box-playguide .seat h3 {
          font-family: "audiowide";
          font-size: 25px;
          border-bottom: none; }
        .section-ticket .box-ticket .box-playguide .seat img {
          width: 400px; }
          @media screen and (max-width: 750px) {
            .section-ticket .box-ticket .box-playguide .seat img {
              width: 80%; } }
      .section-ticket .box-ticket .box-playguide .apply-wrap {
        margin-top: 30px;
        border: 2px solid #1a1a1a;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 30px; }
        @media screen and (max-width: 750px) {
          .section-ticket .box-ticket .box-playguide .apply-wrap {
            padding: 20px; } }
        .section-ticket .box-ticket .box-playguide .apply-wrap h4 {
          text-align: center;
          font-size: 20px;
          margin-top: 0; }
        .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply {
          display: flex;
          justify-content: center; }
          @media screen and (max-width: 750px) {
            .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply {
              flex-wrap: wrap; } }
          .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply .apply {
            width: 35%;
            margin: 10px; }
            @media screen and (max-width: 750px) {
              .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply .apply {
                width: 65%; } }
            .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply .apply a {
              transition: 0.3s; }
              .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply .apply a img {
                width: 100%;
                height: auto; }
              .section-ticket .box-ticket .box-playguide .apply-wrap .box-apply .apply a:hover {
                opacity: 0.8; }
        .section-ticket .box-ticket .box-playguide .apply-wrap .desc {
          margin-top: 20px; }
    .section-ticket .box-ticket .box-contact {
      margin-bottom: 30px; }
      .section-ticket .box-ticket .box-contact h3 {
        margin: 0 0 10px;
        font-weight: 600;
        display: inline-block;
        padding: 0 10px 10px;
        border-bottom: 2px solid #fed600; }
      .section-ticket .box-ticket .box-contact .contactlist div {
        margin-bottom: 10px; }
      .section-ticket .box-ticket .box-contact .contactlist a {
        color: red; }
      .section-ticket .box-ticket .box-contact .contactlist .logo img {
        height: 25px;
        width: auto;
        margin: 0 10px;
        position: relative;
        top: 7px; }
        @media screen and (max-width: 750px) {
          .section-ticket .box-ticket .box-contact .contactlist .logo img {
            height: 25px; } }
      .section-ticket .box-ticket .box-contact .contactlist .logo.logo02 img {
        height: 17px;
        top: 2px; }
      .section-ticket .box-ticket .box-contact .contactlist .link-notice a {
        transition: 0.3s; }
        .section-ticket .box-ticket .box-contact .contactlist .link-notice a:hover {
          color: #1a1a1a; }
      .section-ticket .box-ticket .box-contact .contactlist .sankaku {
        position: relative;
        padding-left: 15px; }
        .section-ticket .box-ticket .box-contact .contactlist .sankaku:before {
          content: "";
          position: absolute;
          top: 12px;
          left: 0;
          border: 5px solid transparent;
          border-left: 8px solid #1a1a1a; }

.section-goods {
  padding-top: 70px;
  padding-bottom: 300px; }
  @media screen and (max-width: 750px) {
    .section-goods {
      padding-top: 60px; } }
  .section-goods:before {
    position: fixed;
    content: "";
    width: 80%;
    height: 100%;
    background-image: url(../img/lineupback-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    left: 0;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .section-goods:before {
        width: 100%; } }
  .section-goods:after {
    position: fixed;
    content: "";
    width: 80%;
    height: 100%;
    background-image: url(../img/lineupback-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    right: 0;
    top: 0;
    z-index: -2; }
    @media screen and (max-width: 750px) {
      .section-goods:after {
        content: none; } }
  .section-goods .backwh {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-goods .backwh {
        padding-bottom: 50px; } }
  .section-goods .box-goods {
    width: 60%; }
    @media screen and (max-width: 750px) {
      .section-goods .box-goods {
        width: 100%;
        margin-top: 150px; } }
    .section-goods .box-goods .soon {
      font-size: 24px;
      font-weight: 600;
      font-family: "audiowide";
      margin-top: 50px;
      margin-bottom: 50px;
      text-align: center; }
  .section-goods .goods-wrapper {
    text-align: center; }
    .section-goods .goods-wrapper .goods-lead {
      font-size: 40px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        .section-goods .goods-wrapper .goods-lead {
          font-size: 30px; } }
      .section-goods .goods-wrapper .goods-lead span {
        background: linear-gradient(transparent 70%, #fed600 0%);
        display: inline;
        padding: 0 1px 0px; }
    .section-goods .goods-wrapper img {
      max-width: 100%; }
    .section-goods .goods-wrapper .imgBox .maphover {
      position: relative; }
      .section-goods .goods-wrapper .imgBox .maphover:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        top: 0;
        left: 0; }
    .section-goods .goods-wrapper .goods-list-wrap {
      display: flex;
      flex-wrap: wrap; }
      .section-goods .goods-wrapper .goods-list-wrap li {
        width: 25%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 30px; }
        @media screen and (max-width: 750px) {
          .section-goods .goods-wrapper .goods-list-wrap li {
            width: 50%; } }
        .section-goods .goods-wrapper .goods-list-wrap li a {
          transition: 0.3s; }
          .section-goods .goods-wrapper .goods-list-wrap li a:hover {
            opacity: 0.8; }
        .section-goods .goods-wrapper .goods-list-wrap li img {
          width: 100%; }
        .section-goods .goods-wrapper .goods-list-wrap li span {
          display: block;
          text-align: center; }
  .section-goods .box-goodstext {
    margin-top: 50px; }
    .section-goods .box-goodstext .lead {
      font-weight: 600;
      font-size: 1.3em; }
    .section-goods .box-goodstext .textarea {
      margin-top: 50px; }
      .section-goods .box-goodstext .textarea .flow ul li {
        position: relative;
        padding-bottom: 30px; }
        .section-goods .box-goodstext .textarea .flow ul li:after {
          position: absolute;
          content: "↓";
          bottom: 0;
          left: 10px; }
        .section-goods .box-goodstext .textarea .flow ul li:last-child:after {
          content: none; }
      .section-goods .box-goodstext .textarea .detail b {
        position: relative;
        padding-left: 20px;
        display: block;
        margin-top: 20px; }
        .section-goods .box-goodstext .textarea .detail b:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          background-color: #fed600;
          top: 10px;
          left: 0; }
      .section-goods .box-goodstext .textarea .link-button {
        margin-top: 50px; }
        .section-goods .box-goodstext .textarea .link-button a {
          display: block;
          width: 400px;
          background-color: #000;
          color: #fff;
          border-radius: 45px;
          padding: 10px 20px 20px;
          text-align: center;
          margin: 0 auto;
          transition: 0.3s;
          box-sizing: border-box;
          font-weight: 600;
          font-size: 1.2em; }
          @media screen and (max-width: 750px) {
            .section-goods .box-goodstext .textarea .link-button a {
              width: 100%;
              max-width: 400px; } }
          .section-goods .box-goodstext .textarea .link-button a span {
            font-size: 0.7em;
            display: block; }
          .section-goods .box-goodstext .textarea .link-button a:hover {
            background-color: #fed600; }

.section-movie {
  background-color: #000;
  padding-bottom: 100px;
  padding-top: 100px; }
  .section-movie .youtube-wrap {
    margin: 0 auto;
    width: 700px;
    aspect-ratio: 16 / 9; }
    @media screen and (max-width: 750px) {
      .section-movie .youtube-wrap {
        width: 100%; } }
    .section-movie .youtube-wrap iframe {
      width: 100%;
      height: 100%; }

.section-notice {
  padding-top: 30px;
  margin-bottom: 100px; }
  .section-notice .notice-wrap {
    margin-bottom: 50px; }
    .section-notice .notice-wrap h3 {
      background-color: #1a1a1a;
      color: #fff;
      padding: 5px 20px;
      font-size: 1.2em; }
    .section-notice .notice-wrap ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 1.2em; }
      .section-notice .notice-wrap ul li:before {
        position: absolute;
        content: "";
        width: 0.8em;
        height: 0.8em;
        background-color: #fed600;
        top: 10px;
        left: 0; }
    .section-notice .notice-wrap:first-child {
      margin-top: 50px; }
  .section-notice .seat {
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .section-notice .seat {
        text-align: center; } }
    .section-notice .seat h3 {
      font-family: "audiowide";
      font-size: 25px;
      border-bottom: none; }
    .section-notice .seat img {
      width: 400px; }
      @media screen and (max-width: 750px) {
        .section-notice .seat img {
          width: 80%; } }

.section-pastmessage {
  padding-top: 30px;
  margin-bottom: 100px; }
  .section-pastmessage h3 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    font-family: "audiowide"; }
    @media screen and (max-width: 750px) {
      .section-pastmessage h3 {
        font-size: 25px; } }

.section-topnotice {
  padding-top: 30px;
  margin-bottom: 100px; }
  .section-topnotice .box-topnotice {
    width: 60%; }
    @media screen and (max-width: 750px) {
      .section-topnotice .box-topnotice {
        width: 100%;
        margin-top: 50px; } }

.scroll-fade {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1200ms 0.2s; }

.scroll-fade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.red-link {
  color: red;
  font-weight: 600;
  transition: 0.3s; }
  .red-link:hover {
    color: #1a1a1a; }

.notice-nav {
  margin-bottom: 50px; }
  .notice-nav ul {
    display: flex;
    flex-wrap: wrap; }
    .notice-nav ul li {
      position: relative;
      padding-left: 1.2em;
      margin-right: 40px; }
      @media screen and (max-width: 750px) {
        .notice-nav ul li {
          width: 100%;
          margin-right: 0; } }
      .notice-nav ul li:before {
        position: absolute;
        content: "▼";
        font-size: 1em;
        color: red;
        top: 0;
        left: 0; }
      .notice-nav ul li a {
        transition: 0.3s;
        color: #1a1a1a; }
        .notice-nav ul li a:hover {
          color: #fed600; }

.section-timetable {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-timetable {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .section-timetable .box-timetable {
    text-align: center; }
    .section-timetable .box-timetable img {
      max-width: 100%; }

.box-attention {
  margin-bottom: 50px;
  font-size: 0.8em;
  line-height: 1.5em; }
  .box-attention ul li {
    padding-left: 1.5em;
    position: relative; }
    .box-attention ul li:before {
      position: absolute;
      content: "※";
      top: 0;
      left: 0; }

.box-playguide {
  margin-bottom: 70px; }
  .box-playguide h3 {
    margin: 0;
    font-weight: 600;
    padding: 0 10px 3px;
    border-bottom: 4px solid #fed600;
    font-size: 20px;
    text-align: center; }
  .box-playguide .date {
    font-weight: 600;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }
  .box-playguide .playguides {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 750px) {
      .box-playguide .playguides {
        flex-wrap: wrap; } }
    .box-playguide .playguides .guide {
      text-align: center;
      width: 300px; }
      @media screen and (max-width: 750px) {
        .box-playguide .playguides .guide {
          width: 100%;
          margin-bottom: 80px; } }
      .box-playguide .playguides .guide .logo {
        width: 100%; }
        @media screen and (max-width: 750px) {
          .box-playguide .playguides .guide .logo {
            width: 100%;
            max-width: 300px;
            text-align: center;
            margin: 0 auto; } }
        .box-playguide .playguides .guide .logo a {
          transition: 0.3s; }
          .box-playguide .playguides .guide .logo a:hover {
            opacity: 0.8; }
        .box-playguide .playguides .guide .logo img {
          width: 85%;
          height: auto; }
          @media screen and (max-width: 750px) {
            .box-playguide .playguides .guide .logo img {
              width: 100%; } }
      .box-playguide .playguides .guide:first-child {
        border-right: 1px solid #ccc; }
        @media screen and (max-width: 750px) {
          .box-playguide .playguides .guide:first-child {
            border-right: none; } }
  .box-playguide .seat {
    text-align: center;
    margin-bottom: 0px; }
    .box-playguide .seat h3 {
      font-family: "audiowide";
      font-size: 25px;
      border-bottom: none; }
    .box-playguide .seat img {
      width: 400px; }
      @media screen and (max-width: 750px) {
        .box-playguide .seat img {
          width: 80%; } }
  .box-playguide .apply-wrap {
    margin-top: 30px;
    border: 2px solid #1a1a1a;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px; }
    @media screen and (max-width: 750px) {
      .box-playguide .apply-wrap {
        padding: 20px; } }
    .box-playguide .apply-wrap h4 {
      text-align: center;
      font-size: 20px;
      margin-top: 0; }
    .box-playguide .apply-wrap .box-apply {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        .box-playguide .apply-wrap .box-apply {
          flex-wrap: wrap; } }
      .box-playguide .apply-wrap .box-apply .apply {
        width: 35%;
        margin: 10px; }
        @media screen and (max-width: 750px) {
          .box-playguide .apply-wrap .box-apply .apply {
            width: 65%; } }
        .box-playguide .apply-wrap .box-apply .apply a {
          transition: 0.3s; }
          .box-playguide .apply-wrap .box-apply .apply a img {
            width: 100%;
            height: auto; }
          .box-playguide .apply-wrap .box-apply .apply a:hover {
            opacity: 0.8; }
    .box-playguide .apply-wrap .desc {
      margin-top: 20px; }

.section-guest {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-guest {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .section-guest img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px; }
    @media screen and (max-width: 750px) {
      .section-guest img {
        padding-bottom: 50px; } }
    .section-guest img:last-child {
      border-bottom: none; }

/*# sourceMappingURL=style.css.map */
