@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
input[type=text], input[type=password], input[type=checkbox], input[type=email], input[type=radio], input[type=submit], input[type=button],
select, textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  border: none;
  outline: 0;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}

.is-sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
}
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  position: relative;
}

.inner {
  max-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .is-calling {
    pointer-events: none;
    cursor: auto;
  }
}

/*----------------------------------------------------------------------------
	c-parts
----------------------------------------------------------------------------*/
.c-opacity {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-opacity:hover {
    opacity: 0.65;
  }
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero .inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  height: 100dvh;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .hero .inner {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.hero_box a {
  display: block;
}
@media screen and (max-width: 767px) {
  .hero_item:first-child {
    margin-bottom: 18.667vw;
  }
}
.hero_item-headline {
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_item-headline {
    height: auto;
    margin-bottom: 2.667vw;
  }
}
.hero_item-headline.is-gekijo img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .hero_item-headline.is-gekijo img {
    width: 82.667vw;
  }
}
.hero_item-headline.is-gallery img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .hero_item-headline.is-gallery img {
    width: 88vw;
  }
}
.hero_item-body > * {
  display: block;
  text-align: center;
}
.hero_item-body span {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hero_item-body span {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
}
.hero_item-body strong {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hero_item-body strong {
    font-size: 4.533vw;
  }
}
/*# sourceMappingURL=index.css.map */