@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-family: 'noto sans';
  line-height: 1.6;
  letter-spacing: 0.05em;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* header
------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  z-index: 9999; }
  .header.low {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1); }
    .header.low nav ul.gnav li a {
      color: #333; }
      .header.low nav ul.gnav li a:hover {
        color: rgba(51, 51, 51, 0.5); }
    .header.low nav ul.gnav li.nolink a {
      color: rgba(51, 51, 51, 0.3); }
    .header.low .header__inner--sns li {
      filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%); }
  .header.bgwhite {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1); }
    .header.bgwhite nav ul.gnav li a {
      color: #333;
      filter: none; }
      .header.bgwhite nav ul.gnav li a:hover {
        color: rgba(51, 51, 51, 0.5); }
    .header.bgwhite nav ul.gnav li.nolink a {
      color: rgba(51, 51, 51, 0.3); }
    .header.bgwhite .header__inner--sns li {
      filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%); }
  .header__inner {
    padding: 10px 30px; }
    .header__inner h1 {
      background: url("../img/common/logo.png") no-repeat center center;
      background-size: cover;
      width: 94px;
      height: 71px;
      float: left;
      text-indent: -9999px; }
      .header__inner h1 a {
        display: block; }
    .header__inner nav {
      position: absolute;
      top: 33px;
      left: 50%;
      width: 80%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      overflow: hidden; }
      .header__inner nav ul.gnav {
        position: relative;
        left: 50%;
        float: left; }
        .header__inner nav ul.gnav li {
          position: relative;
          left: -50%;
          float: left;
          margin: 0 20px; }
          .header__inner nav ul.gnav li a {
            display: block;
            color: #333;
            font-size: 20px;
            font-weight: bold;
            font-family: 'Roboto';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header__inner nav ul.gnav li a:hover {
              color: rgba(255, 255, 255, 0.8);
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
          .header__inner nav ul.gnav li.nolink a {
            color: rgba(255, 255, 255, 0.3);
            pointer-events: none; }
    .header__inner--sns {
      width: 150px;
      float: right;
      padding-top: 22px; }
      .header__inner--sns li {
        width: 25%;
        filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%); }
        .header__inner--sns li:first-child {
          float: left;
          margin-right: 13%; }
        .header__inner--sns li:nth-child(2) {
          float: left; }
        .header__inner--sns li:last-child {
          float: right; }
        .header__inner--sns li img {
          width: 100%;
          height: auto; }

@media (min-width: 641px) and (max-width: 1160px) {
  .header__inner {
    padding: 10px 20px; }
    .header__inner h1 {
      width: 80px;
      height: 61px; }
    .header__inner nav ul li {
      margin: 0 10px !important; }
      .header__inner nav ul li a {
        font-size: 14px !important; }
        .header__inner nav ul li a:hover {
          color: #fff; }
    .header__inner--sns {
      padding-top: 15px; } }
@media (max-width: 640px) {
  .header.low h1 {
    background-size: 100% auto;
    width: 15%;
    height: 40px; }
  .header.low #panel-btn #panel-btn-icon {
    background: url("../img/common/btn_menu.png") no-repeat center center;
    background-size: 100% auto; }
  .header.bgwhite h1 {
    background-size: 100% auto;
    width: 15%;
    height: 40px; }
  .header.bgwhite #panel-btn #panel-btn-icon {
    background: url("../img/common/btn_menu.png") no-repeat center center;
    background-size: 100% auto; }
  .header__inner {
    padding: 3% 3%; }
    .header__inner h1 {
      background-size: cover;
      width: 15%;
      height: 40px; }
    .header__inner--menu {
      width: 9%;
      float: right; }
      .header__inner--menu #panel-btn #panel-btn-icon {
        display: block;
        background: url("../img/common/btn_menu.png") no-repeat center center;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        padding: 32% 0;
        position: relative;
        text-indent: -9999px;
        transition: 0.3s;
        cursor: pointer; }
        .header__inner--menu #panel-btn #panel-btn-icon.close {
          background: url("../img/common/btn_menu_close.png") no-repeat center center;
          background-size: 100% auto;
          transition: 0.3s; }
    .header__inner nav {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: calc(100vh - 70px);
      padding: 20% 0;
      overflow-y: auto;
      z-index: -1;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0); }
      .header__inner nav ul.gnav {
        position: relative;
        left: 0;
        float: none;
        margin-bottom: 5%;
        padding: 0 5%; }
        .header__inner nav ul.gnav li {
          position: relative;
          left: 0;
          border-bottom: 1px dashed #aaa;
          float: none;
          margin: 0;
          text-align: center; }
          .header__inner nav ul.gnav li a {
            padding: 5% 0;
            color: #000;
            font-size: 18px; }
            .header__inner nav ul.gnav li a:hover {
              color: #000; }
          .header__inner nav ul.gnav li.nolink a {
            color: #999; }
      .header__inner nav ul.sns_sp {
        width: 30%;
        margin: 0 auto; }
        .header__inner nav ul.sns_sp li {
          width: 25%;
          filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%); }
          .header__inner nav ul.sns_sp li:first-child {
            float: left;
            margin-right: 13%; }
          .header__inner nav ul.sns_sp li:nth-child(2) {
            float: left; }
          .header__inner nav ul.sns_sp li:last-child {
            float: right; } }
/* mv
------------------------------------------------- */
.mv {
  width: 100%;
  margin: 0; }
  .mv__inner {
    width: 100%;
    margin: 0 auto; }
    .mv__inner img {
      width: 100%;
      height: auto; }

@media (max-width: 640px) {
  .mv__inner {
    width: 100%; } }
.mvlow {
  padding-top: 93px; }
  .mvlow__inner {
    background: url("../img/common/bg_mv_low.jpg") no-repeat center center;
    background-size: cover;
    min-height: 300px; }
    .mvlow__inner .icon_ab {
      padding-top: 120px;
      text-align: center; }
    .mvlow__inner h2 {
      margin-bottom: 20px;
      text-align: center;
      color: #fff;
      font-size: 40px;
      font-family: 'Roboto';
      letter-spacing: 0.2em;
      position: relative; }

@media (min-width: 641px) and (max-width: 1160px) {
  .mvlow {
    padding-top: 8%; } }
@media (max-width: 640px) {
  .mvlow {
    padding-top: 16.5%; }
    .mvlow__inner {
      background: url("../img/common/bg_mv_low.jpg") no-repeat center center;
      background-size: cover;
      min-height: 0;
      padding: 15% 0 8%; }
      .mvlow__inner .icon_ab {
        width: 35%;
        margin: 0 auto 1%;
        padding: 0; }
      .mvlow__inner h2 {
        margin-bottom: 4%;
        font-size: 24px; } }
/* breadcrumb
------------------------------------------------- */
.breadcrumb {
  background: #f5f9f6;
  width: 100%;
  padding: 15px 0; }
  .breadcrumb__inner {
    overflow: hidden; }
    .breadcrumb__inner ul {
      position: relative;
      left: 50%;
      float: left; }
      .breadcrumb__inner ul li {
        position: relative;
        left: -50%;
        float: left;
        font-size: 12px;
        font-family: 'Roboto';
        letter-spacing: 0.1em; }
        .breadcrumb__inner ul li a {
          text-decoration: none; }
          .breadcrumb__inner ul li a:hover {
            text-decoration: underline; }
        .breadcrumb__inner ul li a::after {
          display: inline-block;
          content: '\FF1E';
          margin: 0 1em;
          color: #333;
          font-size: 10px; }

@media (max-width: 640px) {
  .breadcrumb {
    padding: 3% 0; }
    .breadcrumb__inner ul li {
      font-size: 12px; }
      .breadcrumb__inner ul li a:hover {
        text-decoration: none; } }
/* article
------------------------------------------------- */
article .ticket {
  background: url("../img/common/bg_ticket.jpg") no-repeat center top;
  min-height: 310px;
  margin-bottom: 120px;
  padding: 120px 20px; }
  article .ticket__inner {
    background: rgba(255, 255, 255, 0.9);
    max-width: 1160px;
    margin: 0 auto;
    padding: 90px 0 100px; }
    article .ticket__inner .icon_ab {
      text-align: center; }
    article .ticket__inner h2 {
      margin-bottom: 20px;
      text-align: center;
      color: #015c17;
      font-size: 40px;
      font-family: 'Roboto';
      letter-spacing: 0.1em;
      position: relative; }
    article .ticket__inner .catch {
      margin-bottom: 20px;
      text-align: center;
      font-family: 'noto sans bold';
      font-size: 32px !important;
      letter-spacing: 0.1em; }
      article .ticket__inner .catch span {
        background: url("../img/common/bg_line.png") repeat-x center 90%;
        margin-right: 15px;
        color: #e4352b; }
    article .ticket__inner .txt {
      margin-bottom: 30px;
      text-align: center;
      font-size: 20px;
      font-family: 'noto sans bold'; }
    article .ticket__inner .btn {
      width: 300px;
      margin: 0 auto; }
      article .ticket__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #e4352b;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-family: 'Roboto';
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        article .ticket__inner .btn a:after {
          content: "";
          position: absolute;
          top: 40%;
          right: 10%;
          background: url("../img/common/icon_arrow_btn.png") no-repeat center center;
          width: 12px;
          height: 12px; }
        article .ticket__inner .btn a:hover {
          background: #f04a41;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    article .ticket__inner .kome {
      text-align: center;
      font-size: 14px; }
@media (min-width: 641px) and (max-width: 1160px) {
  article .ticket {
    background-size: cover;
    min-height: 0;
    padding: 80px 20px; }
    article .ticket__inner {
      padding: 60px 0 70px; }
      article .ticket__inner .catch {
        font-size: 30px; }
      article .ticket__inner .btn a:hover {
        background: #e4352b; } }
@media (max-width: 640px) {
  article .ticket {
    background-size: cover;
    min-height: 0;
    margin-bottom: 10%;
    padding: 10% 0; }
    article .ticket__inner {
      max-width: 90%;
      padding: 6% 3% 8%; }
      article .ticket__inner .icon_ab {
        width: 35%;
        margin: 0 auto 1%; }
      article .ticket__inner h2 {
        margin-bottom: 4%;
        font-size: 24px; }
      article .ticket__inner .catch {
        margin-bottom: 4%;
        font-size: 18px !important;
        letter-spacing: 0.1em; }
        article .ticket__inner .catch span {
          background: url("../img/common/bg_line.png") repeat-x center 99%; }
      article .ticket__inner .txt {
        margin-bottom: 5%;
        text-align: center;
        font-size: 14px; }
      article .ticket__inner .btn {
        width: 70%; }
        article .ticket__inner .btn a {
          padding: 12px 0; }
          article .ticket__inner .btn a:after {
            top: 36%; }
          article .ticket__inner .btn a:hover {
            background: #e4352b; }
      article .ticket__inner .kome {
        font-size: 12px; } }

* html #pageTop {
  position: absolute; }

#pageTop {
  position: fixed;
  width: 65px;
  height: 65px;
  right: 2%;
  bottom: 2%;
  z-index: 900; }
  #pageTop img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 2%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: url("../img/common/bg_footer.png") no-repeat center center #015c17;
  width: 100%;
  padding: 150px 0 140px; }
  .footer__inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
    .footer__inner .fnav {
      position: absolute;
      top: -200px;
      left: 0;
      width: 100%; }
      .footer__inner .fnav nav {
        border-radius: 10px;
        background: #f5f9f6;
        padding: 33px 0;
        overflow: hidden; }
        .footer__inner .fnav nav ul {
          float: left;
          position: relative;
          left: 50%; }
          .footer__inner .fnav nav ul li {
            float: left;
            margin: 0 20px;
            position: relative;
            left: -50%; }
            .footer__inner .fnav nav ul li a {
              display: block;
              color: #000;
              font-size: 20px;
              font-weight: bold;
              font-family: 'Roboto';
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              .footer__inner .fnav nav ul li a:hover {
                color: rgba(51, 51, 51, 0.8);
                text-decoration: none;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                -o-transition: .5s;
                -ms-transition: .5s;
                transition: .5s; }
            .footer__inner .fnav nav ul li.nolink a {
              color: rgba(51, 51, 51, 0.3);
              pointer-events: none; }
    .footer__inner .block01 {
      display: flex;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 25px;
      padding: 0 100px 30px; }
      .footer__inner .block01 h1 {
        width: 236px;
        margin-right: 45px; }
        .footer__inner .block01 h1 img {
          width: 100%;
          height: auto; }
        .footer__inner .block01 h1 + div .name {
          margin-bottom: 5px;
          color: #fff;
          font-size: 24px;
          font-family: 'noto sans bold'; }
        .footer__inner .block01 h1 + div .detail {
          margin-bottom: 15px; }
          .footer__inner .block01 h1 + div .detail li {
            margin-bottom: 8px;
            color: #fff;
            font-size: 14px; }
            .footer__inner .block01 h1 + div .detail li:last-child {
              margin-bottom: 0; }
        .footer__inner .block01 h1 + div .sns {
          width: 130px; }
          .footer__inner .block01 h1 + div .sns li {
            width: 25%;
            float: left;
            margin-right: 12.5%; }
            .footer__inner .block01 h1 + div .sns li:last-child {
              margin-right: 0; }
            .footer__inner .block01 h1 + div .sns li img {
              width: 100%;
              height: auto; }
    .footer__inner .block02 {
      border-bottom: 2px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 30px;
      padding: 0 100px 30px; }
      .footer__inner .block02 ul li {
        margin-bottom: 8px;
        color: #fff;
        font-size: 12px; }
        .footer__inner .block02 ul li:last-child {
          margin-bottom: 0; }
    .footer__inner .copy {
      text-align: center;
      color: #fff;
      font-size: 12px;
      letter-spacing: 0.1em; }

@media (min-width: 641px) and (max-width: 1160px) {
  .footer {
    background: url("../img/common/bg_footer.png") no-repeat center center #015c17;
    width: 100%;
    padding: 150px 0 80px; }
    .footer__inner .fnav {
      top: -190px; }
      .footer__inner .fnav nav {
        padding: 30px 0; }
        .footer__inner .fnav nav ul li {
          margin: 0 20px; }
          .footer__inner .fnav nav ul li a {
            font-size: 20px; }
            .footer__inner .fnav nav ul li a:hover {
              color: #000; } }
@media (max-width: 640px) {
  .footer {
    background-size: 90% auto;
    padding: 8% 0 8%; }
    .footer__inner {
      max-width: 94%; }
      .footer__inner .fnav {
        display: none; }
      .footer__inner .block01 {
        display: flex;
        margin-bottom: 4%;
        padding: 0 0 4%;
        position: relative; }
        .footer__inner .block01 h1 {
          width: 25%;
          margin: 0 5% 0 0; }
          .footer__inner .block01 h1 + div {
            width: 70%; }
            .footer__inner .block01 h1 + div .name {
              margin-bottom: 3%;
              font-size: 18px; }
            .footer__inner .block01 h1 + div .detail {
              margin-bottom: 5%; }
              .footer__inner .block01 h1 + div .detail li {
                margin-bottom: 1%;
                font-size: 12px; }
            .footer__inner .block01 h1 + div .sns {
              position: absolute;
              top: 60%;
              left: 0;
              width: 21%;
              padding: 0 2%; }
      .footer__inner .block02 {
        margin-bottom: 4%;
        padding: 0 0 4%; }
        .footer__inner .block02 ul li {
          margin-bottom: 2%; }
          .footer__inner .block02 ul li span {
            font-family: 'noto sans bold'; }
      .footer__inner .copy {
        font-size: 11px;
        letter-spacing: 0.2em; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover,
a:active {
  color: #333;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     トップ
******************************************* */
#top .icon_ab {
  text-align: center; }
#top h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #015c17;
  font-size: 40px;
  font-family: 'Roboto';
  letter-spacing: 0.2em;
  position: relative; }
#top .catch {
  margin-bottom: 40px;
  text-align: center;
  font-family: 'noto sans bold';
  font-size: 40px;
  letter-spacing: 0.2em; }
  #top .catch span {
    background: url("../img/common/bg_line.png") repeat-x center 90%;
    color: #e4352b; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .catch {
    font-size: 30px; } }
@media (max-width: 640px) {
  #top .icon_ab {
    width: 35%;
    margin: 0 auto 1%; }
  #top h2 {
    margin-bottom: 4%;
    font-size: 24px; }
  #top .catch {
    margin-bottom: 5%;
    font-size: 18px;
    letter-spacing: 0.1em; }
    #top .catch span {
      background: url("../img/common/bg_line.png") repeat-x center 99%; } }
#top .today {
  padding: 100px 0;
  overflow: hidden; }
  #top .today__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .today__inner figure {
      margin-bottom: 50px;
      text-align: center; }
      #top .today__inner figure img {
        width: 100%;
        height: auto; }
    #top .today__inner--txt {
      margin-bottom: 40px;
      text-align: center;
      font-size: 18px;
      line-height: 1.9; }
      #top .today__inner--txt a {
        color: #1b48ee;
        text-decoration: underline; }
    #top .today__inner .btn {
      width: 350px;
      margin: 0 auto 30px; }
      #top .today__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #808080;
        padding: 18px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'noto sans bold';
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .today__inner .btn a span {
          padding-left: 30px;
          position: relative; }
          #top .today__inner .btn a span:before {
            content: "";
            position: absolute;
            top: -5px;
            left: 0;
            background: url("../img/top/icon_michinoeki.png") no-repeat center center;
            background-size: cover;
            width: 20px;
            height: 33px; }
        #top .today__inner .btn a:hover {
          background: #626262;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    #top .today__inner .kome {
      text-align: center; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .today {
    padding: 80px 0; } }
@media (max-width: 640px) {
  #top .today {
    padding: 12% 0; }
    #top .today__inner {
      max-width: 90%;
      padding: 0; }
      #top .today__inner figure {
        margin-bottom: 5%; }
      #top .today__inner--txt {
        margin-bottom: 7%;
        font-size: 13px; }
      #top .today__inner .btn {
        width: 75%;
        margin: 0 auto 5%; }
        #top .today__inner .btn a {
          padding: 15px 0;
          font-size: 14px; }
          #top .today__inner .btn a span {
            padding-left: 25px; }
            #top .today__inner .btn a span:before {
              top: -2px;
              width: 15px;
              height: 25px; }
          #top .today__inner .btn a:hover {
            background: #808080; }
      #top .today__inner .kome {
        font-size: 11px; } }
#top .about {
  background: #f5f9f6;
  padding: 140px 0;
  overflow: hidden; }
  #top .about__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .about__inner--txt {
      margin-bottom: 40px;
      text-align: center;
      font-size: 18px;
      line-height: 1.9; }
    #top .about__inner .btn {
      width: 300px;
      margin: 0 auto; }
      #top .about__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #e4352b;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-family: 'Roboto';
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .about__inner .btn a:after {
          content: "";
          position: absolute;
          top: 40%;
          right: 10%;
          background: url("../img/common/icon_arrow_btn.png") no-repeat center center;
          width: 12px;
          height: 12px; }
        #top .about__inner .btn a:hover {
          background: #f04a41;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .about {
    padding: 80px 0; } }
@media (max-width: 640px) {
  #top .about {
    padding: 10% 0; }
    #top .about__inner {
      max-width: 96%;
      padding: 0; }
      #top .about__inner--txt {
        margin-bottom: 5%;
        font-size: 14px; }
      #top .about__inner .btn {
        width: 70%; }
        #top .about__inner .btn a {
          padding: 12px 0; }
          #top .about__inner .btn a:after {
            top: 36%; }
          #top .about__inner .btn a:hover {
            background: #e4352b; } }
#top .artist {
  padding: 140px 0 100px; }
  #top .artist__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .artist__inner .catch {
      font-size: 28px; }
      #top .artist__inner .catch span {
        margin-right: 10px; }
    #top .artist__inner--list {
      display: flex;
      flex-wrap: wrap; }
      #top .artist__inner--list.fst {
        margin-bottom: 50px; }
      #top .artist__inner--list.mc li:first-child {
        margin-left: 25.666%; }
      #top .artist__inner--list li {
        width: 23%;
        margin-right: 2.666%;
        margin-bottom: 50px;
        text-align: center;
        position: relative; }
        #top .artist__inner--list li:nth-child(4n) {
          margin-right: 0; }
        #top .artist__inner--list li:nth-child(9) {
          margin-left: 25.666%; }
        #top .artist__inner--list li figure {
          margin-bottom: 8px; }
          #top .artist__inner--list li figure img {
            border-radius: 10px;
            width: 100%;
            height: auto; }
          #top .artist__inner--list li figure + p {
            font-family: 'noto sans bold'; }
        #top .artist__inner--list li .mc {
          position: absolute;
          top: 78%;
          right: 5%;
          width: 40px;
          z-index: 9; }
          #top .artist__inner--list li .mc img {
            width: 100%;
            height: auto; }
        #top .artist__inner--list li .new {
          position: absolute;
          top: -8%;
          left: 3%;
          width: 40px;
          z-index: 9; }
          #top .artist__inner--list li .new img {
            width: 100%;
            height: auto; }
        #top .artist__inner--list li a:hover {
          text-decoration: none; }
    #top .artist__inner .btn {
      width: 300px;
      margin: 0 auto; }
      #top .artist__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #e4352b;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-family: 'Roboto';
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .artist__inner .btn a:after {
          content: "";
          position: absolute;
          top: 40%;
          right: 10%;
          background: url("../img/common/icon_arrow_btn.png") no-repeat center center;
          width: 12px;
          height: 12px; }
        #top .artist__inner .btn a:hover {
          background: #f04a41;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .artist {
    padding: 80px 0 60px; } }
@media (max-width: 640px) {
  #top .artist {
    padding: 10% 0 8%; }
    #top .artist__inner {
      max-width: 96%;
      padding: 0; }
      #top .artist__inner .catch {
        font-size: 18px !important; }
      #top .artist__inner--list {
        display: block;
        padding: 0 3%; }
        #top .artist__inner--list.fst {
          margin-bottom: 8%; }
        #top .artist__inner--list.mc {
          margin-bottom: 4%; }
          #top .artist__inner--list.mc li:first-child {
            margin-left: 0; }
        #top .artist__inner--list li {
          width: 48%;
          margin: 0 0 5%; }
          #top .artist__inner--list li:nth-child(odd) {
            clear: both !important;
            float: left; }
          #top .artist__inner--list li:nth-child(even) {
            float: right; }
          #top .artist__inner--list li:nth-child(3n+1) {
            clear: none; }
          #top .artist__inner--list li:nth-child(9) {
            margin-left: 0; }
          #top .artist__inner--list li figure {
            margin-bottom: 1%; }
          #top .artist__inner--list li .mc {
            top: 78%;
            right: 2%;
            width: 25px; }
          #top .artist__inner--list li .new {
            top: -8%;
            left: 2%;
            width: 28px; }
      #top .artist__inner .btn {
        width: 70%; }
        #top .artist__inner .btn a {
          padding: 12px 0; }
          #top .artist__inner .btn a:after {
            top: 36%; }
          #top .artist__inner .btn a:hover {
            background: #e4352b; } }
#top .bus {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 140px; }
  #top .bus img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #top .bus {
    max-width: 86%;
    padding: 0 0 10%; } }
#top .message {
  padding: 0 0 140px; }
  #top .message__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .message__inner .slide-items {
      width: 960px;
      margin: 0 auto 50px; }
      #top .message__inner .slide-items li img {
        width: 100%;
        height: auto; }
      #top .message__inner .slide-items li.comment {
        display: flex;
        padding-top: 135px; }
        #top .message__inner .slide-items li.comment.itemcen {
          align-items: center; }
        #top .message__inner .slide-items li.comment figure {
          width: 25%;
          margin-right: 5%;
          padding-left: 5%;
          text-align: center; }
          #top .message__inner .slide-items li.comment figure img {
            width: 100%;
            height: auto; }
          #top .message__inner .slide-items li.comment figure p {
            margin-top: 10px;
            font-size: 20px;
            font-family: 'noto sans bold'; }
          #top .message__inner .slide-items li.comment figure + div {
            width: 60%;
            padding-right: 5%; }
            #top .message__inner .slide-items li.comment figure + div p {
              margin-bottom: 15px; }
    #top .message__inner .slick-next {
      right: -60px !important; }
    #top .message__inner .slick-prev {
      left: -60px !important; }
    #top .message__inner .slick-arrow {
      z-index: 2 !important; }
    #top .message__inner .slick-arrow:before {
      content: "" !important;
      position: absolute;
      top: -25px;
      left: 0;
      width: 26px;
      height: 68px; }
    #top .message__inner .slick-next:before {
      background: url("../img/top/btn_next.png") no-repeat center center;
      background-size: cover; }
    #top .message__inner .slick-prev:before {
      background: url("../img/top/btn_prev.png") no-repeat center center;
      background-size: cover; }
    #top .message__inner .btn {
      width: 300px;
      margin: 0 auto; }
      #top .message__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #e4352b;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-family: 'Roboto';
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .message__inner .btn a:after {
          content: "";
          position: absolute;
          top: 40%;
          right: 10%;
          background: url("../img/common/icon_arrow_btn.png") no-repeat center center;
          width: 12px;
          height: 12px; }
        #top .message__inner .btn a:hover {
          background: #f04a41;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #top .message {
    padding: 0 0 10%; }
    #top .message__inner {
      max-width: 96%;
      padding: 0; }
      #top .message__inner .slide-items {
        width: 90%;
        margin: 0 auto 6%; }
        #top .message__inner .slide-items li.comment {
          padding: 0; }
          #top .message__inner .slide-items li.comment figure {
            width: 27%;
            margin: 0;
            padding: 0 3% 0 3%; }
            #top .message__inner .slide-items li.comment figure p {
              margin-top: 2%;
              font-size: 14px; }
            #top .message__inner .slide-items li.comment figure + div {
              width: 64%;
              padding-right: 3%; }
              #top .message__inner .slide-items li.comment figure + div p {
                margin-bottom: 2%;
                font-size: 11px; }
      #top .message__inner .slick-next {
        right: -28px !important; }
      #top .message__inner .slick-prev {
        left: -20px !important; }
      #top .message__inner .slick-arrow {
        z-index: 2 !important; }
      #top .message__inner .slick-arrow:before {
        top: 0;
        left: 0;
        width: 10px;
        height: 26px; }
      #top .message__inner .btn {
        width: 70%; }
        #top .message__inner .btn a {
          padding: 12px 0; }
          #top .message__inner .btn a:after {
            top: 36%; }
          #top .message__inner .btn a:hover {
            background: #e4352b; } }
#top .sponsor {
  padding: 0 0 140px; }
  #top .sponsor__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sponsor__inner h2 {
      margin-bottom: 60px; }
    #top .sponsor__inner figure img {
      width: 100%;
      height: auto; }

@media (max-width: 640px) {
  #top .sponsor {
    padding: 0 0 10%; }
    #top .sponsor__inner {
      max-width: 80%;
      padding: 0; }
      #top .sponsor__inner h2 {
        margin-bottom: 8%; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     ABOUT
******************************************* */
#about .about {
  padding: 140px 0;
  overflow: hidden; }
  #about .about__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #about .about__inner .catch {
      margin-bottom: 40px;
      text-align: center;
      font-family: 'noto sans bold';
      font-size: 40px;
      letter-spacing: 0.2em; }
      #about .about__inner .catch span {
        background: url("../img/common/bg_line.png") repeat-x center 90%;
        color: #e4352b; }
    #about .about__inner--pht {
      background: url("../img/about/img_about.png") no-repeat center top;
      width: 100vw;
      height: 550px;
      margin: 0 calc(50% - 50vw);
      margin-bottom: 35px; }
    #about .about__inner--txt {
      border-bottom: 1px solid #ddd;
      margin-bottom: 45px; }
      #about .about__inner--txt p {
        margin-bottom: 35px;
        font-size: 18px; }
    #about .about__inner--village dl {
      overflow: hidden; }
      #about .about__inner--village dl dt {
        float: left; }
      #about .about__inner--village dl dd {
        float: right; }

@media (min-width: 641px) and (max-width: 1160px) {
  #about .about {
    padding: 80px 0; } }
@media (max-width: 640px) {
  #about .about {
    padding: 10% 0; }
    #about .about__inner {
      max-width: 96%;
      padding: 0; }
      #about .about__inner .catch {
        margin-bottom: 5%;
        font-size: 20px;
        letter-spacing: 0.2em; }
        #about .about__inner .catch span {
          background: url("../img/common/bg_line.png") repeat-x center 99%; }
      #about .about__inner--pht {
        background-size: cover;
        width: 100vw;
        height: 250px;
        margin-bottom: 5%; }
      #about .about__inner--txt {
        margin-bottom: 6%; }
        #about .about__inner--txt p {
          margin-bottom: 5%;
          font-size: 14px; }
      #about .about__inner--village dl {
        overflow: hidden; }
        #about .about__inner--village dl dt {
          width: 40%;
          float: left; }
        #about .about__inner--village dl dd {
          width: 48%;
          float: right; } }
#about .schedule {
  background: #f5f9f6;
  padding: 140px 0;
  overflow: hidden; }
  #about .schedule__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #about .schedule__inner--box {
      border-radius: 8px;
      border: 2px solid #015c17; }
      #about .schedule__inner--box .ttl_event {
        background: #015c17;
        padding: 15px 0;
        display: flex;
        position: relative; }
        #about .schedule__inner--box .ttl_event dl {
          display: flex;
          align-items: center;
          padding: 0 100px; }
          #about .schedule__inner--box .ttl_event dl dt {
            width: 200px;
            color: #fff;
            font-family: 'noto sans bold'; }
          #about .schedule__inner--box .ttl_event dl dd {
            color: #fbcc00;
            font-size: 32px;
            font-family: 'noto sans bold'; }
        #about .schedule__inner--box .ttl_event .yama {
          position: absolute;
          bottom: 0;
          right: 5%;
          background: url("../img/top/img_yama.png") no-repeat center center;
          width: 429px;
          height: 171px; }
      #about .schedule__inner--box .table_event {
        border-radius: 0 0 10px 10px;
        background: #fff;
        width: 100%; }
        #about .schedule__inner--box .table_event tr:nth-child(odd) {
          background: #f5f9f6; }
        #about .schedule__inner--box .table_event th {
          width: 200px;
          padding: 30px 0 30px 100px;
          color: #015c17;
          font-family: 'noto sans bold'; }
        #about .schedule__inner--box .table_event td {
          padding: 0 100px 0 0; }
          #about .schedule__inner--box .table_event td.day {
            font-size: 48px;
            font-family: 'noto sans bold'; }
            #about .schedule__inner--box .table_event td.day span {
              color: #e4352b;
              font-size: 20px; }
          #about .schedule__inner--box .table_event td.time {
            font-family: 'noto sans bold'; }
            #about .schedule__inner--box .table_event td.time span {
              margin-left: 5px;
              font-size: 32px;
              font-family: 'Roboto'; }
          #about .schedule__inner--box .table_event td.place {
            position: relative; }
            #about .schedule__inner--box .table_event td.place span {
              font-size: 24px;
              font-family: 'noto sans bold'; }
            #about .schedule__inner--box .table_event td.place .btn {
              position: absolute;
              top: 25px;
              left: 340px; }
          #about .schedule__inner--box .table_event td.detail {
            padding: 30px 100px; }
            #about .schedule__inner--box .table_event td.detail ul li {
              display: flex;
              margin-bottom: 5px;
              font-size: 14px; }
              #about .schedule__inner--box .table_event td.detail ul li .ttl {
                width: 110px; }
                #about .schedule__inner--box .table_event td.detail ul li .ttl span {
                  font-family: 'noto sans bold'; }

@media (min-width: 641px) and (max-width: 1160px) {
  #about .schedule__inner--box .ttl_event dl {
    padding: 0 40px; }
    #about .schedule__inner--box .ttl_event dl dt {
      width: 170px; }
  #about .schedule__inner--box .ttl_event .yama {
    right: 3%; }
  #about .schedule__inner--box .table_event th {
    width: 170px;
    padding: 30px 0 30px 40px; }
  #about .schedule__inner--box .table_event td {
    padding: 0 40px 0 0; }
    #about .schedule__inner--box .table_event td.detail {
      padding: 30px 40px; } }
@media (max-width: 640px) {
  #about .schedule {
    padding: 10% 0; }
    #about .schedule__inner {
      max-width: 96%;
      padding: 0; }
      #about .schedule__inner--box .ttl_event {
        padding: 4% 0;
        display: block; }
        #about .schedule__inner--box .ttl_event dl {
          display: flex;
          align-items: center;
          padding: 0 3%; }
          #about .schedule__inner--box .ttl_event dl dt {
            width: 25%;
            text-align: center; }
          #about .schedule__inner--box .ttl_event dl dd {
            width: 75%;
            font-size: 20px; }
        #about .schedule__inner--box .ttl_event .yama {
          display: none; }
      #about .schedule__inner--box .table_event th {
        width: 25%;
        padding: 3% 0;
        text-align: center; }
      #about .schedule__inner--box .table_event td {
        padding: 3% 0; }
        #about .schedule__inner--box .table_event td.day {
          font-size: 24px; }
          #about .schedule__inner--box .table_event td.day span {
            font-size: 14px; }
        #about .schedule__inner--box .table_event td.time span {
          margin-left: 2px;
          font-size: 16px; }
        #about .schedule__inner--box .table_event td.place span {
          font-size: 16px; }
        #about .schedule__inner--box .table_event td.place .btn {
          position: relative;
          top: 0;
          left: 0;
          width: 20%;
          margin-top: 3%; }
        #about .schedule__inner--box .table_event td.detail {
          padding: 3% 3%; }
          #about .schedule__inner--box .table_event td.detail ul {
            overflow: hidden; }
            #about .schedule__inner--box .table_event td.detail ul li {
              display: block;
              margin-bottom: 3%;
              font-size: 13px; }
              #about .schedule__inner--box .table_event td.detail ul li:last-child {
                margin-bottom: 0; }
              #about .schedule__inner--box .table_event td.detail ul li span {
                font-family: 'noto sans bold'; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     ARTIST
******************************************* */
#artist .artist {
  padding: 140px 0 70px; }
  #artist .artist__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #artist .artist__inner .catch {
      font-size: 28px; }
      #artist .artist__inner .catch span {
        margin-right: 10px; }
    #artist .artist__inner--cancel {
      background: #f7f7f7;
      width: 90%;
      margin-bottom: 120px;
      padding: 50px 5%; }
      #artist .artist__inner--cancel .ttl {
        border-bottom: 1px dashed #333;
        margin-bottom: 15px;
        padding-bottom: 12px;
        font-size: 18px;
        font-family: 'noto sans bold'; }
      #artist .artist__inner--cancel .txt {
        margin-bottom: 20px;
        line-height: 2.0; }
      #artist .artist__inner--cancel .name {
        text-align: right; }
    #artist .artist__inner--list {
      display: flex;
      flex-wrap: wrap; }
      #artist .artist__inner--list.fst {
        margin-bottom: 50px; }
      #artist .artist__inner--list.mc li:first-child {
        margin-left: 25.666%; }
      #artist .artist__inner--list li {
        width: 23%;
        margin-right: 2.666%;
        margin-bottom: 50px;
        text-align: center;
        position: relative; }
        #artist .artist__inner--list li:nth-child(4n) {
          margin-right: 0; }
        #artist .artist__inner--list li:nth-child(9) {
          margin-left: 25.666%; }
        #artist .artist__inner--list li figure {
          margin-bottom: 8px; }
          #artist .artist__inner--list li figure img {
            border-radius: 10px;
            width: 100%;
            height: auto; }
          #artist .artist__inner--list li figure + p {
            font-family: 'noto sans bold'; }
        #artist .artist__inner--list li .mc {
          position: absolute;
          top: 78%;
          right: 5%;
          width: 40px;
          z-index: 9; }
          #artist .artist__inner--list li .mc img {
            width: 100%;
            height: auto; }
        #artist .artist__inner--list li .new {
          position: absolute;
          top: -8%;
          left: 3%;
          width: 40px;
          z-index: 9; }
          #artist .artist__inner--list li .new img {
            width: 100%;
            height: auto; }
        #artist .artist__inner--list li .youtube {
          position: absolute;
          top: 3%;
          right: 3%;
          width: 50px;
          z-index: 9; }
          #artist .artist__inner--list li .youtube img {
            width: 100%;
            height: auto; }
        #artist .artist__inner--list li a:hover {
          text-decoration: none; }

@media (min-width: 641px) and (max-width: 1160px) {
  #artist .artist {
    padding: 80px 0 60px; } }
@media (max-width: 640px) {
  #artist .artist {
    padding: 10% 0 8%; }
    #artist .artist__inner {
      max-width: 96%;
      padding: 0; }
      #artist .artist__inner--cancel {
        width: 84%;
        margin: 0 auto 12%;
        padding: 6% 5%; }
        #artist .artist__inner--cancel .ttl {
          margin-bottom: 3%;
          padding-bottom: 3%;
          font-size: 14px; }
        #artist .artist__inner--cancel .txt {
          margin-bottom: 4%; }
        #artist .artist__inner--cancel .name {
          text-align: right; }
      #artist .artist__inner--list {
        display: block;
        padding: 0 3%; }
        #artist .artist__inner--list.fst {
          margin-bottom: 8%; }
        #artist .artist__inner--list.mc li:first-child {
          margin-left: 0; }
        #artist .artist__inner--list li {
          width: 48%;
          margin: 0 0 5%; }
          #artist .artist__inner--list li:nth-child(odd) {
            clear: both !important;
            float: left; }
          #artist .artist__inner--list li:nth-child(even) {
            float: right; }
          #artist .artist__inner--list li:nth-child(3n+1) {
            clear: none; }
          #artist .artist__inner--list li:nth-child(9) {
            margin-left: 0; }
          #artist .artist__inner--list li figure {
            margin-bottom: 1%; }
          #artist .artist__inner--list li .mc {
            top: 78%;
            right: 2%;
            width: 25px; }
          #artist .artist__inner--list li .new {
            top: -8%;
            left: 2%;
            width: 28px; }
          #artist .artist__inner--list li .youtube {
            top: 3%;
            right: 3%;
            width: 30px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     MESSAGE
******************************************* */
#message .movie {
  padding: 140px 0; }
  #message .movie__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #message .movie__inner--list li {
      border-bottom: 2px dashed #ccc;
      margin-bottom: 50px;
      padding-bottom: 40px; }
      #message .movie__inner--list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      #message .movie__inner--list li img {
        width: 100%;
        height: auto; }
      #message .movie__inner--list li .name {
        margin-top: 20px;
        text-align: center;
        font-size: 24px;
        font-family: 'noto sans bold'; }
      #message .movie__inner--list li.comment {
        display: flex; }
        #message .movie__inner--list li.comment.itemcen {
          align-items: center; }
        #message .movie__inner--list li.comment figure {
          width: 230px;
          margin-right: 40px;
          text-align: center; }
          #message .movie__inner--list li.comment figure img {
            width: 100%;
            height: auto; }
          #message .movie__inner--list li.comment figure p {
            margin-top: 10px;
            font-size: 20px;
            font-family: 'noto sans bold'; }
          #message .movie__inner--list li.comment figure + div {
            width: 690px; }
            #message .movie__inner--list li.comment figure + div p {
              margin-bottom: 15px; }

@media (max-width: 640px) {
  #message .movie {
    padding: 10% 0; }
    #message .movie__inner {
      max-width: 96%;
      padding: 0; }
      #message .movie__inner--list li {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 7%;
        padding-bottom: 6%; }
        #message .movie__inner--list li .name {
          margin-top: 3%;
          font-size: 16px; }
        #message .movie__inner--list li.comment {
          display: block;
          padding: 0 3% 5%; }
          #message .movie__inner--list li.comment figure {
            width: 40%;
            margin: 0 auto 3%; }
            #message .movie__inner--list li.comment figure p {
              margin-top: 2%;
              font-size: 16px; }
            #message .movie__inner--list li.comment figure + div {
              width: 100%; }
              #message .movie__inner--list li.comment figure + div p {
                margin-bottom: 3%; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     TIME TABLE
******************************************* */
#time .table {
  background: #015c17; }
  #time .table__inner figure img {
    width: 100%;
    height: auto; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     TICKET
******************************************* */
#ticket .today {
  padding: 100px 0;
  overflow: hidden; }
  #ticket .today__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px; }
    #ticket .today__inner figure {
      margin-bottom: 50px;
      text-align: center; }
      #ticket .today__inner figure img {
        width: 100%;
        height: auto; }
    #ticket .today__inner--txt {
      margin-bottom: 40px;
      text-align: center;
      font-size: 18px;
      line-height: 1.9; }
      #ticket .today__inner--txt a {
        color: #1b48ee;
        text-decoration: underline; }
    #ticket .today__inner .btn {
      width: 350px;
      margin: 0 auto 30px; }
      #ticket .today__inner .btn a {
        display: block;
        border-radius: 50px;
        background: #808080;
        padding: 18px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'noto sans bold';
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #ticket .today__inner .btn a span {
          padding-left: 30px;
          position: relative; }
          #ticket .today__inner .btn a span:before {
            content: "";
            position: absolute;
            top: -5px;
            left: 0;
            background: url("../img/top/icon_michinoeki.png") no-repeat center center;
            background-size: cover;
            width: 20px;
            height: 33px; }
        #ticket .today__inner .btn a:hover {
          background: #626262;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    #ticket .today__inner .kome {
      text-align: center; }

@media (min-width: 641px) and (max-width: 1160px) {
  #ticket .today {
    padding: 80px 0; } }
@media (max-width: 640px) {
  #ticket .today {
    padding: 12% 0; }
    #ticket .today__inner {
      max-width: 90%;
      padding: 0; }
      #ticket .today__inner figure {
        margin-bottom: 5%; }
      #ticket .today__inner--txt {
        margin-bottom: 7%;
        font-size: 13px; }
      #ticket .today__inner .btn {
        width: 75%;
        margin: 0 auto 5%; }
        #ticket .today__inner .btn a {
          padding: 15px 0;
          font-size: 14px; }
          #ticket .today__inner .btn a span {
            padding-left: 25px; }
            #ticket .today__inner .btn a span:before {
              top: -2px;
              width: 15px;
              height: 25px; }
          #ticket .today__inner .btn a:hover {
            background: #808080; }
      #ticket .today__inner .kome {
        font-size: 11px; } }
#ticket .sale {
  padding: 0 0 140px; }
  #ticket .sale__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #ticket .sale__inner--list01 {
      background: url("../img/ticket/img_yama.png") no-repeat right bottom;
      padding-bottom: 100px; }
      #ticket .sale__inner--list01 li {
        margin-bottom: 20px;
        font-size: 20px;
        font-family: 'noto sans bold'; }
        #ticket .sale__inner--list01 li:last-child {
          margin-bottom: 0; }
        #ticket .sale__inner--list01 li.thatday {
          margin-top: 60px; }
        #ticket .sale__inner--list01 li span {
          font-size: 14px;
          font-family: 'noto sans'; }
    #ticket .sale__inner--list02 {
      padding-bottom: 100px; }
      #ticket .sale__inner--list02 li {
        border-bottom: 2px solid #015c17;
        padding: 30px 15px;
        display: flex;
        align-items: center; }
        #ticket .sale__inner--list02 li.fst {
          border-top: 2px solid #015c17; }
        #ticket .sale__inner--list02 li h3 {
          width: 160px;
          font-size: 20px;
          font-family: 'noto sans bold'; }
        #ticket .sale__inner--list02 li .date {
          width: 470px;
          font-size: 20px;
          font-family: 'noto sans bold'; }
        #ticket .sale__inner--list02 li .btn {
          width: 300px; }
          #ticket .sale__inner--list02 li .btn a {
            display: block;
            border-radius: 50px;
            background: #e4352b;
            padding: 15px 0;
            text-align: center;
            color: #fff;
            font-family: 'noto sans bold';
            position: relative;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #ticket .sale__inner--list02 li .btn a:after {
              content: "";
              position: absolute;
              top: 40%;
              right: 10%;
              background: url("../img/common/icon_arrow_btn.png") no-repeat center center;
              width: 12px;
              height: 12px; }
            #ticket .sale__inner--list02 li .btn a:hover {
              background: #f04a41;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
          #ticket .sale__inner--list02 li .btn.nolink a {
            pointer-events: none;
            background: #ccc; }
            #ticket .sale__inner--list02 li .btn.nolink a:after {
              display: none; }
    #ticket .sale__inner--number {
      background: #f7f7f7;
      width: 90%;
      margin-bottom: 80px;
      padding: 40px 5% 30px; }
      #ticket .sale__inner--number h4 {
        border-bottom: 1px dashed #333;
        margin-bottom: 15px;
        padding-bottom: 12px;
        font-size: 18px;
        font-family: 'noto sans bold'; }
      #ticket .sale__inner--number li {
        text-indent: -0.5em;
        margin-left: 0.5em;
        margin-bottom: 15px; }
    #ticket .sale__inner .map {
      margin-bottom: 20px; }
      #ticket .sale__inner .map img {
        width: 100%;
        height: auto; }
    #ticket .sale__inner .kome {
      font-size: 14px; }

@media (max-width: 640px) {
  #ticket .sale {
    padding: 10% 0; }
    #ticket .sale__inner {
      max-width: 96%;
      padding: 0; }
      #ticket .sale__inner--list01 {
        background-size: 50%;
        padding-bottom: 20%; }
        #ticket .sale__inner--list01 li {
          border-bottom: 1px dashed #ccc;
          margin-bottom: 0;
          padding: 3% 3%;
          font-size: 14px; }
          #ticket .sale__inner--list01 li:first-child {
            border-top: 1px dashed #ccc; }
          #ticket .sale__inner--list01 li.thatday {
            border-top: 1px dashed #ccc;
            margin-top: 12%; }
          #ticket .sale__inner--list01 li span {
            font-size: 11px; }
      #ticket .sale__inner--list02 {
        padding-bottom: 12%; }
        #ticket .sale__inner--list02 li {
          border-bottom: 2px solid #015c17;
          padding: 4% 0;
          display: block;
          overflow: hidden; }
          #ticket .sale__inner--list02 li.fst {
            border-top: 2px solid #015c17; }
          #ticket .sale__inner--list02 li h3 {
            width: 20%;
            float: left;
            margin-bottom: 3%;
            text-align: center;
            font-size: 14px; }
          #ticket .sale__inner--list02 li .date {
            width: 80%;
            float: left;
            text-align: center;
            font-size: 14px; }
          #ticket .sale__inner--list02 li .btn {
            clear: both;
            width: 80%;
            margin: 0 auto; }
            #ticket .sale__inner--list02 li .btn a {
              padding: 12px 0; }
              #ticket .sale__inner--list02 li .btn a:hover {
                background: #e4352b; }
      #ticket .sale__inner--number {
        width: 90%;
        margin: 0 auto 10%;
        padding: 5% 5% 4%; }
        #ticket .sale__inner--number h4 {
          margin-bottom: 3%;
          padding-bottom: 3%;
          font-size: 14px; }
        #ticket .sale__inner--number li {
          margin-bottom: 5%; }
      #ticket .sale__inner .map {
        margin-bottom: 4%; }
      #ticket .sale__inner .kome {
        font-size: 12px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     GOODS
******************************************* */
#goods .item {
  padding: 140px 0; }
  #goods .item__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #goods .item__inner h3 {
      margin-bottom: 100px;
      text-align: center;
      font-size: 28px; }
    #goods .item__inner dl dt {
      margin-bottom: 40px;
      text-align: center; }
      #goods .item__inner dl dt.bag img {
        width: 400px;
        height: auto; }
    #goods .item__inner dl dd {
      margin: 0 0 200px;
      padding: 0;
      text-align: center; }
      #goods .item__inner dl dd .bdr {
        border-bottom: 1px solid #333;
        padding: 0 15px 8px; }
      #goods .item__inner dl dd h4 {
        font-size: 20px;
        font-weight: normal; }
        #goods .item__inner dl dd h4 .name {
          margin-right: 20px;
          font-size: 24px; }
      #goods .item__inner dl dd .size {
        margin-top: 10px;
        font-size: 20px; }

@media (max-width: 640px) {
  #goods .item {
    padding: 10% 0 5%; }
    #goods .item__inner {
      max-width: 96%;
      padding: 0; }
      #goods .item__inner h3 {
        margin-bottom: 10%;
        font-size: 18px; }
      #goods .item__inner dl dt {
        width: 85%;
        margin: 0 auto 10%; }
        #goods .item__inner dl dt.bag {
          width: 50%; }
          #goods .item__inner dl dt.bag img {
            width: 100%;
            height: auto; }
      #goods .item__inner dl dd {
        margin: 0 0 20%;
        padding: 0; }
        #goods .item__inner dl dd .bdr {
          padding: 0 3% 2%; }
        #goods .item__inner dl dd h4 {
          font-size: 14px; }
          #goods .item__inner dl dd h4 .name {
            margin-right: 4%;
            font-size: 16px; }
        #goods .item__inner dl dd .size {
          margin-top: 3%;
          font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     AREA MAP
******************************************* */
#map .areamap {
  padding: 140px 0; }
  #map .areamap__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #map .areamap__inner .map {
      margin-bottom: 20px; }
      #map .areamap__inner .map img {
        width: 100%;
        height: auto; }
    #map .areamap__inner .kome {
      font-size: 14px; }

@media (max-width: 640px) {
  #map .areamap {
    padding: 10% 0; }
    #map .areamap__inner {
      max-width: 96%;
      padding: 0; }
      #map .areamap__inner .map {
        margin-bottom: 4%; }
      #map .areamap__inner .kome {
        font-size: 12px; } }
#map .booth {
  background: url("../img/map/bg_booth.jpg") no-repeat center top;
  background-size: cover;
  padding: 120px 0 100px; }
  #map .booth__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #map .booth__inner h3 {
      margin-bottom: 100px;
      text-align: center;
      color: #fff;
      font-size: 30px; }
    #map .booth__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #map .booth__inner ul li {
        border-radius: 10px;
        box-shadow: 0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.5);
        background: #fff;
        width: 21.5%;
        min-height: 200px;
        margin-right: 4%;
        margin-bottom: 50px;
        padding: 2px;
        text-align: center; }
        #map .booth__inner ul li:nth-child(4n) {
          margin-right: 0; }
        #map .booth__inner ul li:nth-child(2) h4, #map .booth__inner ul li:nth-child(4) h4, #map .booth__inner ul li:nth-child(5) h4, #map .booth__inner ul li:nth-child(7) h4, #map .booth__inner ul li:nth-child(10) h4, #map .booth__inner ul li:nth-child(12) h4, #map .booth__inner ul li:nth-child(13) h4, #map .booth__inner ul li:nth-child(15) h4, #map .booth__inner ul li:nth-child(18) h4, #map .booth__inner ul li:nth-child(20) h4 {
          background: #efb76f; }
        #map .booth__inner ul li h4 {
          border-radius: 10px 10px 0 0;
          background: #a6d1b3;
          padding: 25px 0;
          font-size: 17px;
          font-family: 'RocknRoll One', sans-serif;
          font-weight: normal;
          line-height: 1.2;
          letter-spacing: -0.03em; }
          #map .booth__inner ul li h4.two {
            padding: 14px 0; }
          #map .booth__inner ul li h4 + p {
            padding: 50px 0 0;
            font-size: 17px;
            font-family: 'RocknRoll One', sans-serif;
            letter-spacing: -0.03em; }
            #map .booth__inner ul li h4 + p span {
              font-size: 12px; }
            #map .booth__inner ul li h4 + p.line2 {
              padding: 40px 0 0; }
            #map .booth__inner ul li h4 + p.line3 {
              padding: 25px 0 0; }
            #map .booth__inner ul li h4 + p.line4 {
              padding: 12px 0 0; }

@media (max-width: 640px) {
  #map .booth {
    padding: 10% 0; }
    #map .booth__inner {
      max-width: 96%;
      padding: 0; }
      #map .booth__inner h3 {
        margin-bottom: 10%;
        font-size: 18px; }
      #map .booth__inner ul li {
        width: 46.5%;
        min-height: 150px;
        margin-right: 0;
        margin-bottom: 5%; }
        #map .booth__inner ul li:nth-child(odd) {
          margin-right: 4%; }
          #map .booth__inner ul li:nth-child(odd) h4 {
            background: #a6d1b3 !important; }
        #map .booth__inner ul li:nth-child(even) h4 {
          background: #efb76f !important; }
        #map .booth__inner ul li h4 {
          padding: 17px 0;
          font-size: 14px;
          letter-spacing: 0; }
          #map .booth__inner ul li h4.two {
            padding: 9px 0; }
          #map .booth__inner ul li h4 + p {
            padding: 35px 0 0;
            font-size: 14px;
            letter-spacing: 0; }
            #map .booth__inner ul li h4 + p span {
              font-size: 11px; }
            #map .booth__inner ul li h4 + p.line2 {
              padding: 25px 0 0; }
            #map .booth__inner ul li h4 + p.line3 {
              padding: 15px 0 0; }
            #map .booth__inner ul li h4 + p.line4 {
              padding: 5px 0 0; } }
#map .attention {
  background: #fff;
  padding: 100px 0 120px; }
  #map .attention__inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px; }
    #map .attention__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #map .attention__inner ul li {
        width: 25%; }
        #map .attention__inner ul li:nth-child(-n+4) {
          margin-bottom: 30px; }
        #map .attention__inner ul li img {
          width: 100%;
          height: auto; }

@media (max-width: 640px) {
  #map .attention {
    padding: 10% 0; }
    #map .attention__inner {
      max-width: 80%;
      padding: 0; }
      #map .attention__inner ul li {
        width: 50%; }
        #map .attention__inner ul li:nth-child(-n+6) {
          margin-bottom: 4%; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     NOTICE
******************************************* */
#notice .notice {
  padding: 140px 0; }
  #notice .notice__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px; }
    #notice .notice__inner h3 {
      margin-bottom: 30px;
      text-align: center;
      font-size: 24px;
      font-family: 'noto sans bold'; }
    #notice .notice__inner .read {
      margin-bottom: 50px;
      font-size: 18px;
      line-height: 1.8; }
    #notice .notice__inner h4 {
      margin-bottom: 10px;
      font-size: 18px;
      font-family: 'noto sans bold'; }
    #notice .notice__inner--list {
      padding-bottom: 50px; }
      #notice .notice__inner--list li {
        text-indent: -0.5em;
        margin-left: 0.5em;
        margin-bottom: 12px;
        font-size: 18px; }
    #notice .notice__inner .txt_contact {
      font-size: 18px;
      line-height: 1.8; }
      #notice .notice__inner .txt_contact a {
        color: #1b48ee;
        text-decoration: underline; }

@media (max-width: 640px) {
  #notice .notice {
    padding: 10% 0; }
    #notice .notice__inner {
      max-width: 96%;
      padding: 0; }
      #notice .notice__inner h3 {
        margin-bottom: 6%;
        font-size: 18px; }
      #notice .notice__inner .read {
        margin-bottom: 6%;
        font-size: 14px; }
      #notice .notice__inner h4 {
        margin-bottom: 2%;
        font-size: 14px; }
      #notice .notice__inner--list {
        padding-bottom: 6%; }
        #notice .notice__inner--list li {
          margin-bottom: 3%;
          font-size: 14px; }
      #notice .notice__inner .txt_contact {
        font-size: 14px; } }
