@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto+Condensed:wght@700&family=Montserrat:wght@700&display=swap";
html {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

html,
body {
  height: 100%; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main, section {
  text-align: justify;
  text-justify: inter-ideograph;
  display: block;
  position: relative; }

small {
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    small {
      font-size: 11px; } }

strong {
  font-weight: bold; }

body {
  overflow-x: hidden; }

.text {
  line-height: 2; }

.soon {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .soon {
      font-size: 30px; } }

.btn1 {
  display: inline-block;
  background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
  background: linear-gradient(to left, #A3CBF5, #7672E3);
  color: #fff;
  width: 340px;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  border-radius: 40px;
  text-align: center; }
  .btn1.vm {
    width: 240px; }
  @media screen and (max-width: 767px) {
    .btn1 {
      padding: 15px;
      width: 100%;
      font-size: 18px; } }

.btn2 {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .btn2 {
      font-size: 12px; } }

.mvbtn {
  display: block;
  position: relative; }
  .mvbtn::before {
    content: '';
    width: 100px;
    height: 100px;
    background: url("../img/play.png") center center;
    background-size: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px); }
  @media screen and (max-width: 767px) {
    .mvbtn::before {
      width: 60px;
      height: 60px;
      background: url("../img/play.png") center center;
      background-size: 60px;
      top: calc(50% - 30px);
      left: calc(50% - 30px); } }

.effect1 {
  opacity: 0; }
  .effect1.on {
    -webkit-animation: ef1 1s forwards;
    animation: ef1 1s forwards; }

.effect2 > li {
  opacity: 0; }

.effect2.on > li {
  -webkit-animation: ef2 1s forwards;
  animation: ef2 1s forwards; }
  .effect2.on > li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .effect2.on > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .effect2.on > li:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .effect2.on > li:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .effect2.on > li:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .effect2.on > li:nth-child(6) {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; }
  .effect2.on > li:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .effect2.on > li:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .effect2.on > li:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .effect2.on > li:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .effect2.on > li:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .effect2.on > li:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .effect2.on > li:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .effect2.on > li:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .effect2.on > li:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .effect2.on > li:nth-child(16) {
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s; }
  .effect2.on > li:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  .effect2.on > li:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s; }
  .effect2.on > li:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  .effect2.on > li:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s; }
  .effect2.on > li:nth-child(21) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .effect2.on > li:nth-child(22) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s; }
  .effect2.on > li:nth-child(23) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s; }
  .effect2.on > li:nth-child(24) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s; }
  .effect2.on > li:nth-child(25) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s; }
  .effect2.on > li:nth-child(26) {
    -webkit-animation-delay: 5.0s;
    animation-delay: 5.0s; }
  .effect2.on > li:nth-child(27) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s; }
  .effect2.on > li:nth-child(28) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s; }
  .effect2.on > li:nth-child(29) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s; }
  .effect2.on > li:nth-child(30) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s; }

.effect3 {
  opacity: 0; }
  .effect3.on {
    -webkit-animation: ef3 1s forwards 0.5s;
    animation: ef3 1s forwards 0.5s; }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ef1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ef2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loaded {
  opacity: 0;
  visibility: hidden; }

body {
  display: none;
  opacity: 0;
  background: #fff; }
  body.on {
    display: block;
    -webkit-animation: ef3 1s forwards;
    animation: ef3 1s forwards; }

@media screen and (max-width: 767px) {
  .none, .pc {
    display: none; }
  main {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    padding-top: 50px; }
    main a {
      color: #333; }
  article {
    padding: 0 20px; }
  #title {
    position: relative; }
    #title .in {
      padding: 30px 20px;
      text-align: center; }
      #title .in h1 img {
        width: 200px; }
      #title .in h1 i {
        display: block;
        font-size: 40px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-top: 15px; }
      #title .in .t1 {
        padding-top: 20px; }
        #title .in .t1 img {
          width: 130px; }
  #bread {
    padding: 0 20px 50px; }
    #bread li {
      display: inline;
      position: relative;
      padding-right: 15px;
      font-size: 12px; }
      #bread li::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url("../img/arrow.png") no-repeat center center;
        background-size: cover;
        position: absolute;
        top: calc(50% - 3px);
        right: 0; }
      #bread li:last-child {
        padding-right: 0;
        font-weight: bold; }
        #bread li:last-child::after {
          display: none; }
  #chbtn {
    padding-bottom: 10px; }
    #chbtn p {
      padding-bottom: 20px; }
    #chbtn ul li {
      padding-bottom: 20px; }
  #daynav {
    width: 280px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px; }
    #daynav li {
      width: 80px; }
  .modal {
    display: none; }
    .modal .in {
      background: #fff;
      padding: 20px;
      position: relative; }
      .modal .in h2 {
        font-size: 20px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-bottom: 10px;
        line-height: 1.2;
        text-align: center; }
      .modal .in figure {
        width: 200px;
        margin: auto;
        padding-bottom: 20px; }
      .modal .in .t1 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 15px; }
      .modal .in .text {
        font-size: 12px; }
      .modal .in .close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        .modal .in .close img {
          width: 40px; }
  header {
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 1;
    z-index: 9;
    background: #fff; }
    header .logo {
      padding: 15px 10px; }
      header .logo img {
        width: auto;
        height: 20px; }
    header #menuBtn {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      background: url("../img/sp_menubtn.png") no-repeat center center;
      background-size: 20px auto;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 100; }
  #menu {
    width: 100%;
    min-height: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
    background: linear-gradient(to right, #EFF9FE, #B7D7F7);
    padding-bottom: 10px;
    display: none;
    pointer-events: none; }
    #menu.on {
      pointer-events: auto; }
    #menu .logo {
      padding: 15px 10px; }
      #menu .logo img {
        width: auto;
        height: 20px; }
    #menu #menuBtn2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      background: url("../img/sp_menubtn2.png") no-repeat center center;
      background-size: 20px auto;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 100; }
    #menu .nav {
      padding: 30px 0 50px;
      text-align: center;
      position: relative;
      z-index: 100; }
      #menu .nav li {
        padding: 15px; }
        #menu .nav li a {
          position: relative;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-weight: bold;
          font-size: 24px;
          letter-spacing: 1px; }
    #menu .snsnav {
      width: 200px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      #menu .snsnav li a {
        padding: 10px; }
        #menu .snsnav li a img {
          width: 30px; }
  #share {
    padding: 50px 0;
    text-align: center;
    background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
    background: linear-gradient(to right, #EFF9FE, #B7D7F7); }
    #share h2 {
      font-size: 30px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px; }
    #share .snsnav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #share .snsnav li {
        padding: 0 10px; }
        #share .snsnav li a {
          display: block; }
          #share .snsnav li a img {
            width: 40px; }
  #footer2 {
    width: 100%;
    background: #fff; }
    #footer2 .in {
      padding: 20px;
      text-align: center; }
    #footer2 .logo {
      padding: 10px 0; }
      #footer2 .logo img {
        width: auto;
        height: 20px; }
    #footer2 .snsnav {
      width: 160px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #footer2 .snsnav li a {
        display: block;
        padding: 5px; }
        #footer2 .snsnav li a img {
          width: 30px; }
  footer {
    background: #000;
    line-height: 1;
    font-size: 10px;
    color: #646464; }
    footer .in {
      padding: 20px 0;
      text-align: center; }
    footer ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer ul li {
        width: 50%; }
        footer ul li a {
          display: block;
          padding: 10px 0;
          color: #646464; }
    footer .copyright {
      padding-top: 20px;
      letter-spacing: 1px; }
  #pagetop_btn {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 2; }
    #pagetop_btn img {
      width: 40px; }
  #toppage #maintitle {
    background: url("../img/top/main_sp.jpg") no-repeat center top;
    background-size: cover; }
    #toppage #maintitle .sc {
      width: 50px;
      position: absolute;
      bottom: 30px;
      left: calc(50% - 25px); }
    #toppage #maintitle h1 {
      width: 100%;
      position: absolute;
      bottom: 10px;
      left: 0;
      text-align: center;
      font-weight: bold;
      font-size: 10px;
      color: #fff; }
  #toppage #zone1 {
    padding-top: 50px; }
    #toppage #zone1 h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px;
      text-align: center; }
    #toppage #zone1 .text {
      font-size: 16px;
      padding-bottom: 50px; 
      text-align: center; }
  #toppage .mv {
    margin: 0 -20px; }
  #toppage #zone2 {
    padding: 50px 0; }
    #toppage #zone2 h2 {
      text-align: center;
      font-size: 30px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px; }
      #toppage #zone2 h2 i {
        display: block;
        font-size: 12px;
        padding-bottom: 10px; }
    #toppage #zone2 .in {
      border-top: 3px dotted #000; }
      #toppage #zone2 .in dl {
        border-bottom: 3px dotted #000;
        padding: 20px 0; }
        #toppage #zone2 .in dl dt {
          display: inline-block;
          width: 130px;
          font-size: 20px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif; }
        #toppage #zone2 .in dl .t1 {
          display: inline-block;
          width: 100px;
          font-size: 14px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          text-align: center;
          border: 2px solid #000;
          padding: 3px; }
        #toppage #zone2 .in dl .t2 {
          display: block;
          width: 100%;
          line-height: 1.5;
          padding-top: 10px; }
        #toppage #zone2 .in dl a {
          text-decoration: underline; }
      #toppage #zone2 .in #more {
        display: none; }
    #toppage #zone2 #moreinfo {
      width: 180px;
      height: 32px;
      margin: 30px auto 0;
      cursor: pointer;
      background: url("../img/top/morebtn.png") no-repeat;
      background-size: 180px auto;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #toppage #zone2 #moreinfo:hover {
        opacity: 0.7; }
      #toppage #zone2 #moreinfo.on {
        background: url("../img/top/closebtn.png") no-repeat;
        background-size: 180px auto; }
  #toppage #zone3 {
    margin: 0 -20px;
    padding-bottom: 80px; }
    #toppage #zone3 .in {
      background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
      background: linear-gradient(to right, #EFF9FE, #B7D7F7);
      padding: 50px 20px 80px; }
      #toppage #zone3 .in h2 {
        font-size: 40px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-bottom: 20px; }
        #toppage #zone3 .in h2 i {
          display: block;
          font-size: 12px;
          padding-bottom: 10px; }
      #toppage #zone3 .in .text {
        padding-bottom: 20px; }
    #toppage #zone3 .p1 {
      width: 70%;
      padding-left: 20px;
      margin-top: -30px; }
    #toppage #zone3 .p2 {
      width: 50%;
      margin-top: -150px;
      margin-left: 50%; }
  #toppage #zone4 {
    padding: 50px 0; }
    #toppage #zone4::before {
      content: '';
      width: 120px;
      height: 6px;
      background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
      background: linear-gradient(to left, #A3CBF5, #7672E3);
      position: absolute;
      top: 0;
      left: calc(50% - 60px); }
    #toppage #zone4 h2 {
      font-size: 20px;
      font-weight: bold;
      line-height: 2; }
  #toppage #zone5 {
    padding: 50px 0;
    text-align: center; }
    #toppage #zone5 h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px; }
      #toppage #zone5 h2 i {
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 0px; }

  #timetable #zone0 {
    padding-top: 80px; }
    #timetable #zone0 h2 {
      font-size: 20px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 30px;
      text-align: center;
      line-height: 1.5; }

  #timetable #zone1 ul li {
    position: relative;
    margin-bottom: 100px; }
    #timetable #zone1 ul li::before {
      content: '';
      width: 100%;
      height: 6px;
      background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
      background: linear-gradient(to left, #A3CBF5, #7672E3);
      position: absolute;
      top: 0;
      left: 0; }
    #timetable #zone1 ul li h2 {
      padding: 40px 0;
      text-align: center;
      border-bottom: 3px dotted #000; }
      #timetable #zone1 ul li h2 img {
        width: 280px; }
    #timetable #zone1 ul li .set {
      border-bottom: 3px dotted #000;
      padding: 40px 0; }
      #timetable #zone1 ul li .set h3 {
        text-align: center;
        font-family: 'Roboto Condensed',sans-serif;
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 20px; }
        #timetable #zone1 ul li .set h3 i {
          display: block;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-size: 20px;
          padding-bottom: 10px; }
      #timetable #zone1 ul li .set h4 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px; }
      #timetable #zone1 ul li .set figure {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 10px; }
        #timetable #zone1 ul li .set figure img {
          width: 30%;
          height: auto;
          margin: 1%; }
      #timetable #zone1 ul li .set .text {
        padding-bottom: 20px;
        text-align: center; }
    #timetable #zone1 ul li .btn {
      padding-top: 40px; }
  #gallery #zone1 {
    margin: 0 -20px;
    padding-bottom: 30px; }
    #gallery #zone1 ul li {
      padding-bottom: 50px; }
      #gallery #zone1 ul li .in {
        padding: 100px 30px 30px 30px;
        position: relative;
        background: #EFF9FE;
        margin-top: -70px;
        z-index: -1; }
        #gallery #zone1 ul li .in .d1 {
          font-size: 20px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          padding-bottom: 10px; }
        #gallery #zone1 ul li .in .d2 {
          display: inline-block;
          font-size: 40px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          position: relative; }
          #gallery #zone1 ul li .in .d2::before {
            content: '';
            width: 80px;
            height: 1px;
            background: #333;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            bottom: 2px;
            right: -40px; }
        #gallery #zone1 ul li .in .d3 {
          font-size: 30px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-weight: bold;
          padding-left: 60px;
          padding-bottom: 20px; }
        #gallery #zone1 ul li .in h2 {
          font-size: 20px;
          padding-bottom: 20px;
          line-height: 1.5;
          font-weight: bold; }
      #gallery #zone1 ul li:nth-of-type(2n-1) figure {
        padding-right: 30px; }
      #gallery #zone1 ul li:nth-of-type(2n-1) .in {
        margin-left: 30px; }
      #gallery #zone1 ul li:nth-of-type(2n) figure {
        padding-left: 30px; }
      #gallery #zone1 ul li:nth-of-type(2n) .in {
        margin-right: 30px; }
  #joinus #zone1 {
    padding-bottom: 50px; }
    #joinus #zone1 ul li {
      padding-bottom: 100px; }
      #joinus #zone1 ul li h2 {
        font-size: 20px;
        padding-bottom: 15px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center; }
      #joinus #zone1 ul li figure {
        position: relative; }
        #joinus #zone1 ul li figure i {
          position: absolute;
          top: 0;
          left: 0;
          color: #fff;
          font-size: 14px;
          padding: 8px 15px;
          background: -webkit-linear-gradient(left, #CB09EE, #4500FF);
          background: linear-gradient(to right, #CB09EE, #4500FF); }
      #joinus #zone1 ul li .text {
        padding: 20px 0; }
      #joinus #zone1 ul li .btn {
        text-align: center; 
        padding-bottom: 20px; }
  #donate1 {
    margin: 0 -20px;
    color: #fff;
    background: url("../img/top/p4.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 20px; }
    #donate1 h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px; }
    #donate1 .lead {
      font-size: 20px;
      line-height: 1.6;
      padding-bottom: 20px; }
    #donate1 .text {
      padding-bottom: 20px; }
  #donate2 {
    padding: 50px 0px;
    margin: 0 -20px; }
    #donate2 h2 {
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      padding-bottom: 30px;
      line-height: 1.5; }
      #donate2 h2 i {
        display: block;
        padding-top: 15px;
        font-size: 14px; }
    #donate2 .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #donate2 .list li {
        width: 50%;
        text-align: center;
        padding: 5px; }
        #donate2 .list li.ex {
          width: 100%; }
  #archives #zone1 {
    margin: 0 -20px; }
    #archives #zone1 h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px;
      text-align: center; }
    #archives #zone1 .title {
      background: url("../img/archives/main.jpg") no-repeat center center;
      background-size: cover;
      text-align: center;
      padding: 30px; }
  #archives #zone2 {
    padding: 50px 0px 100px; }
    #archives #zone2 h2 {
      font-size: 30px;
      font-family: 'Roboto Condensed',sans-serif;
      padding-bottom: 30px;
      text-align: center; }
      #archives #zone2 h2 i {
        display: block;
        font-size: 14px;
        padding-top: 10px; }
    #archives #zone2 .text {
      font-size: 16px; }
  #archives #zone3 {
    margin: 0 -20px;
    padding-bottom: 30px; }
    #archives #zone3 .set {
      padding-bottom: 50px; }
      #archives #zone3 .set figure {
        padding: 0 20px; }
      #archives #zone3 .set .in {
        background: #EFF9FE;
        padding: 100px 20px 30px;
        margin-top: -80px; }
        #archives #zone3 .set .in h3 {
          font-weight: bold;
          font-size: 20px;
          padding-bottom: 20px;
          position: relative; }
          #archives #zone3 .set .in h3::before {
            content: '';
            width: 100%;
            height: 3px;
            background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
            background: linear-gradient(to left, #A3CBF5, #7672E3);
            position: absolute;
            bottom: 0;
            left: 0; }
        #archives #zone3 .set .in .t1 {
          padding: 20px 0;
          border-bottom: 3px dotted #000;
          line-height: 1.5; }
        #archives #zone3 .set .in .t2 {
          padding-top: 20px;
          line-height: 1.5; }
  #artists #zone1 {
    padding-bottom: 50px; }
    #artists #zone1 h2 {
      width: 150px;
      margin: auto;
      padding-bottom: 50px;
      margin-top: 50px; }
    #artists #zone1 .list {
      text-align: center; }
      #artists #zone1 .list > li {
        padding-bottom: 40px;
        line-height: 1.2; }
        #artists #zone1 .list > li figure {
          padding-bottom: 20px;
          text-align: center; }
          #artists #zone1 .list > li figure img {
            width: 250px; }
        #artists #zone1 .list > li .t1 {
          font-size: 18px;
          font-weight: bold;
          padding-bottom: 10px; }
        #artists #zone1 .list > li .t2 {
          font-size: 12px;
          padding-bottom: 10px; }
        #artists #zone1 .list > li .t3 {
          padding-bottom: 15px; }
        #artists #zone1 .list > li .t4 {
          padding-bottom: 15px; }
          #artists #zone1 .list > li .t4 a, #artists #zone1 .list > li .t4 i {
            display: inline-block;
            background: url("../img/mark1.png") no-repeat left center;
            background-size: 12px;
            padding-left: 16px; }
          #artists #zone1 .list > li .t4 i {
            opacity: .2; }
        #artists #zone1 .list > li .t5 i {
          opacity: .2; }
        #artists #zone1 .list > li .snsnav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-bottom: 15px; }
          #artists #zone1 .list > li .snsnav li {
            width: 40px;
            padding: 0 5px; }
            #artists #zone1 .list > li .snsnav li.ex {
              opacity: .2; }
    #artists #zone1 .subnav {
      padding: 30px 0; }
      #artists #zone1 .subnav li {
        padding-bottom: 20px; } }

@media print, screen and (min-width: 768px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #333;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333; }
    a:hover {
      opacity: 0.7; }
  main {
    position: relative;
    overflow: hidden;
    padding-top: 60px; }
  article {
    position: relative;
    padding-top: 130px; }
  #title {
    position: relative; }
    #title .in {
      height: 360px;
      max-width: 1080px;
      margin: auto;
      padding: 0 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #title .in h1 img {
        width: 310px; }
      #title .in h1 i {
        display: block;
        font-size: 80px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-top: 15px; }
      #title .in .t1 {
        width: 250px; }
  #bread {
    max-width: 1080px;
    margin: auto;
    padding: 0 20px 20px; }
    #bread li {
      display: inline;
      position: relative;
      padding-right: 20px;
      font-size: 14px; }
      #bread li::after {
        content: '';
        width: 14px;
        height: 14px;
        background: url("../img/arrow.png") no-repeat center center;
        background-size: cover;
        position: absolute;
        top: calc(50% - 6px);
        right: 0; }
      #bread li:last-child {
        padding-right: 0;
        font-weight: bold; }
        #bread li:last-child::after {
          display: none; }
  #chbtn {
    max-width: 1080px;
    margin: auto;
    text-align: center; }
    #chbtn p {
      display: inline-block; }
    #chbtn ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-around;
      padding-top: 50px; }
  #daynav {
    max-width: 400px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0; }
    #daynav li {
      width: 100px; }
  .modal {
    display: none;
    width: 520px; }
    .modal .in {
      background: #fff;
      padding: 30px;
      position: relative; }
      .modal .in h2 {
        font-size: 28px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-bottom: 10px;
        line-height: 1.2;
        text-align: center; }
      .modal .in figure {
        width: 320px;
        margin: auto;
        padding-bottom: 20px; }
      .modal .in .t1 {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        padding-bottom: 15px; }
      .modal .in .text {
        font-size: 14px; }
      .modal .in .close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        .modal .in .close img {
          width: 48px; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1;
    z-index: 9; }
    header .in {
      max-width: 1080px;
      padding: 0 10px 0 20px;
      height: 60px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    header .logo img {
      width: auto;
      height: 30px; }
    header .snsnav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      header .snsnav li a {
        display: block;
        padding: 10px; }
        header .snsnav li a img {
          width: 30px; }
  #pagenav {
    background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
    background: linear-gradient(to right, #EFF9FE, #B7D7F7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    #pagenav .navpc {
      max-width: 1080px;
      padding: 0 20px;
      margin: auto;
      height: 130px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #pagenav .navpc li a {
        position: relative;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        font-size: 24px;
        letter-spacing: 1px;
        z-index: 1;
        display: block; }
        #pagenav .navpc li a i {
          display: block;
          font-size: 14px;
          padding-bottom: 10px;
          font-weight: 400; }
    #pagenav.m_fixed {
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      z-index: 100; }
      #pagenav.m_fixed .navpc {
        height: 80px; }
  #share {
    padding: 70px 0;
    text-align: center;
    background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
    background: linear-gradient(to right, #EFF9FE, #B7D7F7); }
    #share h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 25px; }
    #share .snsnav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #share .snsnav li {
        padding: 0 10px; }
        #share .snsnav li a {
          display: block; }
          #share .snsnav li a img {
            width: 48px; }
  #footer2 {
    width: 100%;
    background: #fff; }
    #footer2 .in {
      max-width: 1080px;
      padding: 0 20px;
      height: 80px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    #footer2 .logo {
      margin-right: 40px; }
      #footer2 .logo img {
        width: auto;
        height: 30px; }
    #footer2 .snsnav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #footer2 .snsnav li a {
        display: block;
        padding: 5px; }
        #footer2 .snsnav li a img {
          width: 30px; }
  footer {
    background: #000;
    font-size: 12px;
    color: #646464; }
    footer .in {
      max-width: 1080px;
      padding: 20px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    footer ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      footer ul li a {
        color: #646464; }
        footer ul li a:hover {
          opacity: 1;
          text-decoration: underline;
          color: #999; }
      footer ul li::after {
        content: ' ｜ '; }
      footer ul li:last-child::after {
        content: ''; }
    footer .copyright {
      padding: 10px;
      letter-spacing: 1px; }
  #pagetop_btn {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 10; }
    #pagetop_btn img {
      width: 50px; }
  #toppage #maintitle {
    background: url("../img/top/main.jpg") no-repeat center center;
    background-size: cover;
    height: 680px;
    margin-bottom: 4px; }
    #toppage #maintitle h2 {
      width: 500px;
      position: absolute;
      top: 60px;
      left: 56%; }
    #toppage #maintitle h1 {
      width: 500px;
      position: absolute;
      bottom: 30px;
      left: 56%;
      text-align: center;
      font-size: 12px;
      font-weight: bold; }
  #toppage #zone1 {
    padding-top: 110px;
    text-align: center; }
    #toppage #zone1 h2 {
      font-size: 64px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 50px; }
    #toppage #zone1 .text {
      font-size: 20px;
      padding-bottom: 80px; }
  #toppage #zone2 {
    padding: 120px 0;
    width: 740px;
    margin: auto; }
    #toppage #zone2 h2 {
      text-align: center;
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 30px; }
      #toppage #zone2 h2 i {
        display: block;
        font-size: 14px;
        padding-bottom: 20px; }
    #toppage #zone2 .in {
      border-top: 3px dotted #000; }
      #toppage #zone2 .in dl {
        border-bottom: 3px dotted #000;
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #toppage #zone2 .in dl dt {
          width: 130px;
          font-size: 20px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif; }
        #toppage #zone2 .in dl .t1 {
          width: 100px;
          font-size: 14px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          text-align: center;
          border: 2px solid #000;
          padding: 3px; }
        #toppage #zone2 .in dl .t2 {
          width: calc(100% - 230px);
          line-height: 1.5;
          margin-left: 20px; }
        #toppage #zone2 .in dl a {
          text-decoration: underline; }
      #toppage #zone2 .in #more {
        display: none; }
    #toppage #zone2 #moreinfo {
      width: 180px;
      height: 32px;
      margin: 30px auto 0;
      cursor: pointer;
      background: url("../img/top/morebtn.png") no-repeat;
      background-size: 180px auto;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #toppage #zone2 #moreinfo:hover {
        opacity: 0.7; }
      #toppage #zone2 #moreinfo.on {
        background: url("../img/top/closebtn.png") no-repeat;
        background-size: 180px auto; }
  #toppage #zone3 {
    height: 520px;
    background: -webkit-linear-gradient(left, #EFF9FE, #B7D7F7);
    background: linear-gradient(to right, #EFF9FE, #B7D7F7);
    padding-top: 120px;
    margin-bottom: 270px; }
    #toppage #zone3 .in {
      max-width: 1080px;
      margin: auto;
      padding: 0 20px; }
      #toppage #zone3 .in h2 {
        font-size: 64px;
        font-family: "Montserrat", "Noto Sans JP", sans-serif;
        padding-bottom: 30px; }
        #toppage #zone3 .in h2 i {
          display: block;
          font-size: 14px;
          padding-bottom: 20px; }
      #toppage #zone3 .in .text {
        padding-bottom: 40px; }
    #toppage #zone3 .p1 {
      width: 560px;
      position: absolute;
      top: 60px;
      left: calc(50% - 120px); }
    #toppage #zone3 .p2 {
      width: 410px;
      position: absolute;
      top: 260px;
      left: calc(50% + 270px); }
  #toppage #zone4 {
    padding: 90px 0; }
    #toppage #zone4::before {
      content: '';
      width: 120px;
      height: 6px;
      background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
      background: linear-gradient(to left, #A3CBF5, #7672E3);
      position: absolute;
      top: 0;
      left: calc(50% - 60px); }
    #toppage #zone4 h2 {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      line-height: 2; }
  #toppage #zone5 {
    padding: 90px 0;
    text-align: center; }
    #toppage #zone5 h2 {
      font-size: 64px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 40px; }
      #toppage #zone5 h2 i {
        display: block;
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 20px; }
  #timetable #pagenav .navpc li:nth-child(2) a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: -6px;
    left: 0; }

#timetable #zone0 {
    padding-top: 80px; }
    #timetable #zone0 h2 {
      font-size: 20px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 30px;
      text-align: center; }

  #timetable #zone1 {
    max-width: 1080px;
    margin: auto;
    padding: 80px 20px; }
    #timetable #zone1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #timetable #zone1 ul li {
        width: 30%;
        position: relative; }
        #timetable #zone1 ul li::before {
          content: '';
          width: 100%;
          height: 6px;
          background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
          background: linear-gradient(to left, #A3CBF5, #7672E3);
          position: absolute;
          top: 0;
          left: 0; }
        #timetable #zone1 ul li h2 {
          padding: 40px 0;
          border-bottom: 3px dotted #000; }
        #timetable #zone1 ul li .set {
          border-bottom: 3px dotted #000;
          padding: 40px 0; }
          #timetable #zone1 ul li .set h3 {
            text-align: center;
            font-family: 'Roboto Condensed',sans-serif;
            font-size: 32px;
            font-weight: bold;
            padding-bottom: 20px; }
            #timetable #zone1 ul li .set h3 i {
              display: block;
              font-family: "Montserrat", "Noto Sans JP", sans-serif;
              font-size: 20px;
              padding-bottom: 10px; }
          #timetable #zone1 ul li .set h4 {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 10px; }
          #timetable #zone1 ul li .set figure {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding-bottom: 10px; }
            #timetable #zone1 ul li .set figure img {
              width: 30%;
              margin: 1%; }
          #timetable #zone1 ul li .set .text {
            padding-bottom: 20px;
            text-align: center; }
        #timetable #zone1 ul li .btn {
          padding-top: 50px; }
          #timetable #zone1 ul li .btn .btn1 {
            width: 100%; }
  #gallery #pagenav .navpc li:nth-child(5) a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: -6px;
    left: 0; }
  #gallery #zone1 {
    max-width: 1080px;
    margin: auto;
    padding: 80px 20px 0; }
    #gallery #zone1 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 200px; }
      #gallery #zone1 ul li figure {
        width: 600px; }
      #gallery #zone1 ul li .in {
        width: 440px;
        padding: 0 60px;
        position: relative; }
        #gallery #zone1 ul li .in .d1 {
          font-size: 32px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          padding-bottom: 10px; }
        #gallery #zone1 ul li .in .d2 {
          display: inline-block;
          font-size: 64px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          position: relative;
          padding-bottom: 10px; }
          #gallery #zone1 ul li .in .d2::before {
            content: '';
            width: 100px;
            height: 1px;
            background: #333;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            bottom: 8px;
            right: -40px; }
        #gallery #zone1 ul li .in .d3 {
          font-size: 50px;
          font-family: "Montserrat", "Noto Sans JP", sans-serif;
          font-weight: bold;
          padding-left: 70px;
          padding-bottom: 50px; }
        #gallery #zone1 ul li .in h2 {
          font-size: 28px;
          padding-bottom: 30px;
          line-height: 1.5;
          font-weight: bold; }
      #gallery #zone1 ul li:nth-of-type(2n-1) .in::before {
        content: '';
        width: 600px;
        height: calc(100% - 30px);
        background: #EFF9FE;
        position: absolute;
        bottom: -75px;
        right: 0px;
        z-index: -1; }
      #gallery #zone1 ul li:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #gallery #zone1 ul li:nth-of-type(2n) .in::before {
          content: '';
          width: 600px;
          height: calc(100% - 30px);
          background: #EFF9FE;
          position: absolute;
          bottom: -75px;
          left: 0px;
          z-index: -1; }
  #joinus #pagenav .navpc li:nth-child(4) a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: -6px;
    left: 0; }
  #joinus #zone1 {
    max-width: 1080px;
    margin: auto;
    padding: 80px 20px 50px; }
    #joinus #zone1 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #joinus #zone1 ul li {
        width: 47%;
        padding-bottom: 100px; }
        #joinus #zone1 ul li h2 {
          font-size: 28px;
          padding-bottom: 15px;
          line-height: 1.5;
          font-weight: bold;
          text-align: center; }
        #joinus #zone1 ul li figure {
          position: relative; }
          #joinus #zone1 ul li figure i {
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            font-size: 14px;
            padding: 8px 15px;
            background: -webkit-linear-gradient(left, #CB09EE, #4500FF);
            background: linear-gradient(to right, #CB09EE, #4500FF); }
        #joinus #zone1 ul li .text {
          padding: 20px 0 30px; }
        #joinus #zone1 ul li .btn {
          text-align: center; 
          padding-bottom: 20px; }
  #donate1 {
    height: 640px;
    color: #fff;
    background: url("../img/top/p4.jpg") no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #donate1 h2 {
      font-size: 64px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 20px; }
    #donate1 .lead {
      font-size: 32px;
      line-height: 1.6;
      padding-bottom: 20px; }
    #donate1 .text {
      font-size: 20px;
      padding-bottom: 80px; }
    #donate1 .btn1 {
      width: 400px; }
  #donate2 {
    max-width: 1080px;
    margin: auto;
    padding: 80px 20px; }
    #donate2 h2 {
      font-size: 24px;
      text-align: center;
      font-weight: bold;
      padding-bottom: 50px; }
      #donate2 h2 i {
        display: block;
        padding-top: 15px;
        font-size: 18px; }
    #donate2 .list {
      font-size: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #donate2 .list li {
        width: 25%;
        text-align: center;
        padding: 10px; }
  #archives #pagenav .navpc li:nth-child(7) a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: -6px;
    left: 0; }
  #archives #zone1 {
    padding-top: 80px; }
    #archives #zone1 h2 {
      font-size: 40px;
      font-family: "Montserrat", "Noto Sans JP", sans-serif;
      padding-bottom: 30px;
      text-align: center; }
    #archives #zone1 .title {
      background: url("../img/archives/main.jpg") no-repeat center center;
      background-size: cover;
      height: 680px;
      text-align: center;
      padding-top: 50px; }
      #archives #zone1 .title img {
        width: 700px; }
  #archives #zone2 {
    padding: 110px 20px 150px;
    text-align: center; }
    #archives #zone2 h2 {
      font-size: 48px;
      font-family: 'Roboto Condensed',sans-serif;
      padding-bottom: 50px; }
      #archives #zone2 h2 i {
        display: block;
        font-size: 18px;
        padding-top: 20px; }
    #archives #zone2 .text {
      font-size: 20px; }
  #archives #zone3 {
    max-width: 1080px;
    margin: auto;
    padding: 0px 20px 50px; }
    #archives #zone3 .set {
      padding-bottom: 100px; }
      #archives #zone3 .set figure {
        width: 800px;
        margin: auto; }
      #archives #zone3 .set .in {
        background: #EFF9FE;
        padding: 50px;
        padding-top: 150px;
        margin-top: -100px; }
        #archives #zone3 .set .in h3 {
          font-weight: bold;
          font-size: 32px;
          padding-bottom: 20px;
          position: relative; }
          #archives #zone3 .set .in h3::before {
            content: '';
            width: 100%;
            height: 3px;
            background: -webkit-linear-gradient(right, #A3CBF5, #7672E3);
            background: linear-gradient(to left, #A3CBF5, #7672E3);
            position: absolute;
            bottom: 0;
            left: 0; }
        #archives #zone3 .set .in .t1 {
          font-size: 18px;
          padding: 20px 0;
          border-bottom: 3px dotted #000; }
        #archives #zone3 .set .in .t2 {
          font-size: 18px;
          padding-top: 20px; }
  #artists #pagenav .navpc li:nth-child(3) a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: -6px;
    left: 0; }
  #artists #zone1 {
    max-width: 900px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 80px; }
    #artists #zone1 h2 {
      width: 180px;
      margin: auto;
      padding-bottom: 50px;
      margin-top: 50px; }
    #artists #zone1 .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: center;
      padding-bottom: 50px; }
      #artists #zone1 .list > li {
        width: 240px;
        margin: 0 30px;
        padding-bottom: 40px;
        line-height: 1.2; }
        #artists #zone1 .list > li figure {
          padding-bottom: 20px; }
        #artists #zone1 .list > li .t1 {
          font-weight: bold;
          padding-bottom: 10px; }
        #artists #zone1 .list > li .t2 {
          font-size: 12px;
          padding-bottom: 10px; }
        #artists #zone1 .list > li .t3 {
          font-size: 14px;
          padding-bottom: 15px; }
        #artists #zone1 .list > li .t4 {
          font-size: 14px;
          padding-bottom: 15px; }
          #artists #zone1 .list > li .t4 a, #artists #zone1 .list > li .t4 i {
            display: inline-block;
            background: url("../img/mark1.png") no-repeat left center;
            background-size: 15px;
            padding-left: 20px; }
          #artists #zone1 .list > li .t4 i {
            opacity: .2; }
        #artists #zone1 .list > li .t5 i {
          opacity: .2; }
        #artists #zone1 .list > li .snsnav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-bottom: 15px; }
          #artists #zone1 .list > li .snsnav li {
            width: 40px;
            padding: 0 5px; }
            #artists #zone1 .list > li .snsnav li.ex {
              opacity: .2; }
    #artists #zone1 .subnav {
      width: 740px;
      margin: auto;
      padding-bottom: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-around; } }

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