/*-----------------FONTS-----------------*/
@font-face {
  font-family: "gaisyr";
  src: url("../font/CRGaisyr-Book.woff2") format("woff2"), url("../font/CRGaisyr-Book.woff") format("woff"), url("../font/CRGaisyr-Book.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gaisyr";
  src: url("../font/CRGaisyr-BookItalic.woff2") format("woff2"), url("../font/CRGaisyr-BookItalic.woff") format("woff"), url("../font/CRGaisyr-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/*-----------------GLOBAL VARIABLES-----------------*/
:root {
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  :root {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 12px;
  }
}

/*-----------------MIXIN IMPORT-----------------*/
/*-----------------GLOBAL SETTINGS-----------------*/
html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  color: #000;
  font-family: "gaisyr", "Times New Roman", serif;
  font-weight: 400;
  background-color: #fff;
  height: 100vh;
  margin: 0;
  padding: 0;
}

button {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  color: #000;
  font-size: 1.2rem;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.9;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 0.95rem;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  h5 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  p {
    font-size: 1.15rem;
  }
}

small {
  font-size: 0.82rem;
}
@media screen and (max-width: 980px) {
  small {
    font-size: 1rem;
  }
}

.showmobile {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .showmobile {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  .hidemobile {
    display: none;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/*-----------------OTHER IMPORTS-----------------*/
.footer_wrap {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_wrap li {
  text-align: center;
}
.footer_wrap li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_wrap li a:hover {
  text-decoration: none;
}
.footer_wrap li:nth-last-of-type(1) {
  padding-top: 10px;
}

.homepage {
  width: 100%;
  position: relative;
  width: min(1320px, 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .homepage {
    width: 90vw;
  }
}
.homepage_intro {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .homepage_intro {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
.homepage_intro {
  height: 90vh;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
  .homepage_intro {
    height: 220vh;
  }
}
@media screen and (max-width: 980px) and (orientation: portrait) {
  .homepage_intro {
    height: 90vh;
    justify-content: flex-start;
  }
}
.homepage_intro .imgwrap {
  grid-column: 5/span 4;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  padding-top: 7vw;
}
@media screen and (max-width: 980px) {
  .homepage_intro .imgwrap {
    grid-column: 1/span 4;
    box-sizing: border-box;
    padding: 0 20% 0 20%;
    padding-top: 5vh;
  }
}
.homepage_intro .imgwrap img {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  .homepage_intro .imgwrap {
    width: 100%;
  }
}
.homepage_intro .venuelist {
  grid-column: 1/span 12;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2px;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .homepage_intro .venuelist {
    grid-column: 1/span 4;
    flex-direction: column;
    gap: 30px;
  }
}
.homepage_intro .venuelist li {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .homepage_intro .venuelist li {
    width: 100%;
  }
}
.homepage_intro .venuelist li p {
  padding-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .homepage_intro .venuelist li p {
    padding-bottom: 15px;
  }
}
.homepage_intro .venuelist li h2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .homepage_intro .venuelist li h2 {
    padding-bottom: 5px;
  }
}
.homepage .arrowup {
  width: min(1320px, 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .homepage .arrowup {
    width: 90vw;
  }
}
.homepage .arrowup {
  height: 10vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
}
.homepage .arrowup.is-pinned img {
  transform: rotate(180deg);
}
.homepage .arrowup img {
  width: 20px;
  cursor: pointer;
  transition: transform 0.8s ease;
}
@media screen and (max-width: 980px) {
  .homepage .arrowup img {
    width: 15px;
  }
}
.homepage_current {
  padding-top: 120px;
  padding-bottom: 210px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .homepage_current {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .homepage_current {
    padding-bottom: 150px;
  }
}
.homepage_current .title {
  padding-bottom: 30px;
  grid-column: 4/span 6;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .homepage_current .title {
    grid-column: 1/span 4;
  }
}
.homepage_current ul {
  grid-column: 1/span 12;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2px;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .homepage_current ul {
    grid-column: 1/span 4;
    flex-direction: column;
    gap: 30px;
  }
}
.homepage_current ul li {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .homepage_current ul li {
    width: 100%;
  }
}
.homepage_current ul li p {
  padding-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .homepage_current ul li p {
    padding-bottom: 15px;
  }
}
.homepage_current ul li h2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .homepage_current ul li h2 {
    padding-bottom: 5px;
  }
}
.homepage_artists {
  padding-bottom: 210px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .homepage_artists {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .homepage_artists {
    padding-bottom: 150px;
  }
}
.homepage_artists .title {
  padding-bottom: 30px;
  grid-column: 4/span 6;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .homepage_artists .title {
    grid-column: 1/span 4;
  }
}
.homepage_artists ul {
  grid-column: 3/span 8;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .homepage_artists ul {
    grid-column: 1/span 4;
  }
}
.homepage_artists ul li {
  font-size: 2rem;
  line-height: 1.2;
}
.homepage_about {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .homepage_about {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
.homepage_about {
  padding-bottom: 150px;
}
.homepage_about_wrap {
  grid-column: 4/span 6;
}
@media screen and (max-width: 980px) {
  .homepage_about_wrap {
    grid-column: 1/span 4;
  }
}
.homepage_about_wrap p {
  text-align: center;
  font-size: 1.375rem;
}
.homepage_about_wrap p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.homepage_about_wrap p a:hover {
  text-decoration: none;
}
.homepage_about_wrap .mail {
  padding-bottom: 30px;
}

.policy {
  width: 100%;
  position: relative;
  width: min(1320px, 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .policy {
    width: 90vw;
  }
}
.policy_intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .policy_intro {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
.policy_intro {
  padding: 120px 0;
}
.policy_intro .imgwrap {
  grid-column: 6/span 2;
}
@media screen and (max-width: 980px) {
  .policy_intro .imgwrap {
    grid-column: 1/span 4;
    padding: 0 20%;
  }
}
.policy_content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2px;
}
@media screen and (max-width: 980px) {
  .policy_content {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
  }
}
.policy_content {
  padding-bottom: 90px;
}
.policy_content h1 {
  font-size: 2rem;
  padding-bottom: 60px;
  grid-column: 3/span 8;
}
@media screen and (max-width: 980px) {
  .policy_content h1 {
    grid-column: 1/span 4;
  }
}
.policy_content .section {
  grid-column: 3/span 8;
  padding-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .policy_content .section {
    grid-column: 1/span 4;
  }
}
.policy_content .section h2 {
  font-size: 1.375rem;
  padding-bottom: 15px;
}
.policy_content .section p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy_content .section p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */