@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* media query */
/*#019CDE*/
/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* common */
html {
  height: 100%;
  font-size: 100%;
  background: #ffffff;
}

body {
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Montserrat", "Helvetica Neue", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #ffffff;
  background: #000000;
  font-weight: 300;
}

.site__container {
  min-height: 100%;
  position: relative;
}
.site__header-h1 {
  width: 100%;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .site__header-h1 {
    min-width: auto;
  }
}
.site__header-h1 img {
  width: 100%;
}
.site__subheader-h1 {
  width: 100%;
  margin: 0;
  padding: 5rem 0;
  display: block;
  text-align: center;
  background: url(../img/bg2.jpg) no-repeat center center/cover;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .site__subheader-h1 {
    min-width: auto;
    font-size: 32px;
    padding: 4rem 0;
  }
}
.site__subheader-h1 img {
  width: 100%;
}

.lang_menu {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .lang_menu {
    position: static;
  }
}
.lang_menu ul {
  padding: 0;
  color: #000;
}
.lang_menu li {
  list-style: none;
}
.lang_menu ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  background-color: #ffffff;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .lang_menu ul ul {
    margin: 0;
    text-align: center;
  }
}
.lang_menu ul li li {
  border-bottom: 1px dotted #959595;
  padding: 0.5rem 1rem;
  font-size: 12px;
}
.lang_menu ul li li a {
  color: #000;
  text-decoration: none;
}
.lang_menu ul li li a:hover {
  color: #bbbbbb;
}
.lang_menu ul:nth-of-type(1) li.active li:last-child {
  border-bottom: 1px solid #959595;
}
.lang_menu button {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  color: #000;
  cursor: pointer;
  text-align: center;
  padding: 0.125rem 1rem;
  font-size: 13px;
  margin: 0;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .lang_menu button {
    border: none;
    font-size: 12px;
    border-radius: 0;
    padding: 0.5rem 0;
  }
}

.footer {
  position: relative;
  padding: 20px 0;
  z-index: 4;
}
.footer__copyright {
  padding: 0 0.5rem;
  color: #C9C9C9;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }
}

/*===========
inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 65%);
  transition: 1.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.main {
  position: relative;
}
.main__content {
  width: 100%;
}
.main__h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .main__h2 {
    margin-bottom: 4rem;
  }
}

h2 {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  color: #FCCC00;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h2.line01::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 320px;
  height: 65px;
  margin: 0 auto;
  background-image: url("../img/cloud.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  h2.line01::after {
    width: 280px;
    height: 44px;
    top: 20px;
  }
}

h2.line02::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 320px;
  height: 65px;
  margin: 0 auto;
  background-image: url("../img/cloud2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  h2.line02::after {
    width: 280px;
    height: 44px;
    top: 20px;
  }
}

.about {
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .about {
    width: 100%;
  }
}
.about img {
  width: 100%;
}
.about__txtbox {
  background-image: linear-gradient(270deg, rgba(28, 33, 38, 0.7), rgb(0, 0, 0));
  width: 100%;
  text-align: center;
  padding: 4rem 6rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__txtbox {
    width: 100%;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .about__txtbox {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.about__title {
  font-size: 40px;
  color: #FCCC00;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  margin-bottom: 3rem;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 28px;
  }
}
.about__desc {
  font-size: 20px;
  padding: 0rem 4rem;
  max-width: 1146px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__desc {
    font-size: 18px;
    padding: 0rem;
  }
}
.about__imagebox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.about__imagebox-each_l {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .about__imagebox-each_l {
    width: 85%;
  }
}
.about__imagebox-each_l img {
  width: 100%;
}
.about__imagebox-each_r {
  width: 70%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .about__imagebox-each_r {
    width: 85%;
  }
}
.about__imagebox-each_r img {
  width: 100%;
}
.about__flex {
  padding: 2rem 3rem;
  width: 90%;
  max-width: 996px;
  margin: 3rem auto;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .about__flex {
    display: block;
    width: 90%;
    padding: 1rem 2rem 2rem;
    font-size: 16px;
  }
}
.about__flex-photo {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .about__flex-photo {
    width: 70%;
    margin: 1rem auto;
  }
}
.about__flex-profiel {
  width: 57%;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .about__flex-profiel {
    width: 100%;
  }
}
.about__flex-profiel--top {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__flex-profiel--top {
    font-size: 1.125rem;
  }
}
.about__flex-profiel--desc {
  font-size: 0.875rem;
}
.about__detail {
  padding: 4rem 6rem;
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__detail {
    width: 100%;
    padding: 4rem 2rem;
    font-size: 16px;
  }
}
.about__detail span.title {
  display: inline-block;
  line-height: 1.4;
  color: #FCCC00;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .about__detail span.title {
    font-size: 26px;
  }
}
.about__detail span.date {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about__detail span.date {
    font-size: 20px;
  }
}
.about__detail-kakomi {
  border: 1px solid red;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.about__detail-kakomi_y {
  border: 1px solid #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.news {
  padding: 4rem 6rem;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
    padding: 4rem 2rem;
    font-size: 16px;
  }
}
.news__box {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  color: #000000;
  min-height: 200px;
}
.news__list-each {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 1rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news__list-each {
    display: block;
    font-size: 16px;
  }
}
.news__list-each span {
  margin-right: 1rem;
  font-size: 18px;
}

.contents {
  padding: 4rem 0;
  margin-top: 3rem;
  width: 100%;
  background: url(../img/bg2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 4rem 2rem;
  }
}
.contents__flex {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents__flex {
    display: block;
  }
}
.contents__txt {
  padding: 0rem 6rem;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contents__txt {
    padding: 4rem 2rem;
    width: 100%;
    font-size: 18px;
  }
}
.contents__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contents__img {
    width: 100%;
  }
}
.contents__img img {
  width: 100%;
}

.access {
  padding: 4rem 6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 4rem 2rem;
  }
}
.access__txt {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access__txt {
    font-size: 18px;
  }
}
.access__txt span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .access__txt span {
    font-size: 16px;
  }
}
.access__img {
  width: 100%;
  max-width: 696px;
  margin: 2rem auto;
}
.access__img img {
  width: 100%;
}

.bangumi {
  padding: 4rem 6rem;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bangumi {
    padding: 4rem 2rem 2rem;
  }
}
.bangumi__txt {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .bangumi__txt {
    font-size: 18px;
  }
}
.bangumi__txt span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bangumi__txt span {
    font-size: 16px;
  }
}
.bangumi__qa {
  text-align: left;
  border-bottom: 1px solid #555 !important;
  padding: 32px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .bangumi__qa {
    font-size: 18px;
  }
}
.bangumi__q {
  font-weight: 300;
}
.bangumi__q img {
  display: inline;
  width: 30px;
}

.event {
  padding: 4rem 6rem;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 2rem 2rem 4rem;
  }
}
.event__txt {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .event__txt {
    font-size: 18px;
  }
}
.event__txt span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .event__txt span {
    font-size: 16px;
  }
}
.event__qa {
  text-align: left;
  border-bottom: 1px solid #555 !important;
  padding: 32px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .event__qa {
    font-size: 16px;
  }
}
.event__qa span {
  font-size: 14px;
}
.event__qa a {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  text-decoration: underline;
}
.event__qa a:hover {
  opacity: 0.7;
}
.event__q {
  font-weight: 500;
  font-size: 22px;
}
.event__q img {
  display: inline;
  width: 30px;
}

.btn {
  padding: 1rem 6rem 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1rem 2rem 2rem;
  }
}
.btn__base {
  display: block;
  background-color: #FCCC00;
  color: #000;
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 1.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .btn__base {
    padding: 1rem 1.5rem;
    font-size: 18px;
  }
}
.btn__base:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.btn__fixed {
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}
.btn__fixed__base {
  display: block;
  background-color: #FCCC00;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  padding: 1rem 2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .btn__fixed__base {
    font-size: 14px;
    width: 180px;
    padding: 0.75rem 1.5rem;
  }
}
.btn__fixed__base:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* チケットtable */
.ticket__detail {
  padding: 4rem 6rem 2rem;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket__detail {
    padding: 4rem 2rem 2rem;
  }
}
.ticket__detail span.title {
  display: inline-block;
  line-height: 1.4;
  color: #FCCC00;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .ticket__detail span.title {
    font-size: 28px;
  }
}
.ticket__detail span.bold {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ticket__detail span.bold {
    font-size: 18px;
  }
}
.ticket__detail span.date {
  font-size: 26px;
  font-weight: 500;
}

.ticket_table {
  color: #000;
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
}

.ticket_table th {
  color: #000;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 500 !important;
  letter-spacing: 1px;
  padding: 32px 1rem !important;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ticket_table th {
    font-size: 16px;
    padding: 24px 1rem !important;
  }
}

.ticket_table .th_01 {
  color: #000;
  background-color: #FCCC00 !important;
  padding: 15px 1em !important;
}

.th_span {
  font-size: 0.85em;
}

.ticket_table td {
  font-size: 1em !important;
  line-height: 1.3em;
  padding: 32px 1rem !important;
  letter-spacing: 1px;
  text-align: center;
  border-right: 1px solid #555 !important;
  border-bottom: 1px solid #555 !important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ticket_table td {
    font-size: 16px !important;
    padding: 24px 1rem !important;
  }
}

.ticket_table .td_01 {
  width: 30%;
}

.ticket_table .td_01_2 {
  width: 30%;
  border-bottom: 1px dashed #555 !important;
}

.ticket_table .td_02 {
  font-size: 1.1em !important;
  border-bottom: 1px dashed #555 !important;
  width: 35%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ticket_table .td_02 {
    font-size: 16px !important;
  }
}

.ticket_table .td_04 {
  font-size: 1.1em !important;
  width: 35%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ticket_table .td_04 {
    font-size: 16px !important;
  }
}

.ticket__note {
  color: #ddd;
  font-size: 15px;
  line-height: 1.8em;
  text-align: left !important;
}
.ticket__note p {
  padding: 8px 0 5px;
  font-size: 18px;
}
.ticket__note a {
  text-decoration: underline;
  color: #ddd;
}
.ticket__note a:hover {
  color: #a7a7a7;
}
.ticket__note2 {
  color: #ddd;
  font-size: 15px;
  line-height: 1.8em;
  text-align: left !important;
  border: 1px dashed #ddd !important;
  padding: 16px;
  margin: 32px 0;
}
.ticket__note2 p {
  padding: 8px 0 5px;
}
.ticket__note2 p span.bold {
  font-weight: bold;
}
.ticket__note2 p span.kakomi {
  border: 1px solid #fff;
}
.ticket__note2 p span.line {
  border-bottom: 1px solid #fff;
}
.ticket__note2 p span.red {
  color: rgb(245, 47, 47);
}
.ticket__btn {
  margin-top: 48px;
}
.ticket__btn-base {
  display: block;
  background-color: #FCCC00;
  color: #000;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 16px;
  border-radius: 3rem;
}
.ticket__btn-base:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.ticket__qa {
  text-align: left;
  border-bottom: 1px solid #555 !important;
  padding: 32px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ticket__qa {
    font-size: 18px;
  }
}
.ticket__q {
  font-weight: 500;
}

.return__btn {
  margin-top: 48px;
}
.return__btn-base {
  display: block;
  color: #ddd;
  background-color: #505050;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  border-radius: 3rem;
}
.return__btn-base:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 66.6666666667vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

/*----*/
.red {
  color: red;
}

.yellow {
  color: #FCCC00;
}

.bold {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hidden {
  display: none !important;
}

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

.pc {
  display: initial;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */