/* Using DartSASS(scss) */
/*
ABOUT THEATER
FACILITY
ACCESS
SYMBOL ANIMATION
*/
/* ABOUT THEATER =============== */
#about__catch-wrap {
  position: relative;
  width: 100%;
}
#about__catch-wrap::before {
  background: url(../img/line_wave.svg) center top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(90vh);
  transition: all 1s ease-in-out;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920/180;
}
#about__catch-wrap.inview::before {
  transform: translateY(-82%);
}
#about__catch-wrap.inview #about__catch, #about__catch-wrap.inview #about__txt {
  opacity: 1;
}
#about__catch {
  font-family: var(--gfont-jp-serif), serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 60px var(--padding-rl-sp) 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.8s;
}
#about__txt {
  font-family: var(--gfont-jp-serif), serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 var(--padding-rl-sp) 80px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.5s;
}
@media screen and (min-width: 720px) {
  #about__catch {
    font-size: 70px;
    padding: 100px var(--padding-rl-sp) 60px;
  }
  #about__txt {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1200px) {
  #about__catch, #about__txt {
    margin: 0 auto;
    padding: 0;
    width: 940px;
  }
  #about__catch {
    font-size: 100px;
    padding: 160px 0 70px;
  }
  #about__txt {
    font-size: 2.4rem;
    padding-bottom: 180px;
  }
}
#about__link {
  margin: 0 auto;
  padding: 0 var(--padding-rl-sp) 120px;
  position: relative;
  width: 100%;
  height: 50px;
}
#about__link a {
  background-image: url(../img/symbol-star_sm.svg), url(../img/arrow_about-link.svg);
  background-position: left center, right 16px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 50px, 194px 10px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 60px 0 60px;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 50px;
}
#about__link a > span {
  background-color: var(--color-bg);
  padding-right: 10px;
}
#about__link a::after {
  border: var(--border-white);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  aspect-ratio: 1;
}
@media screen and (min-width: 720px) {
  #about__link {
    padding: 0 var(--padding-rl-sp) 160px;
    width: 100%;
  }
  #about__link a {
    font-size: 1.6rem;
    padding: 0 0 0 60px;
    position: relative;
    height: 50px;
  }
  #about__link a > span {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #about__link {
    padding: 0 0 200px;
    width: 940px;
  }
  #about__link a {
    background-size: 40px 40px, 194px 10px;
  }
}
@media (any-hover: hover) {
  #about a:hover {
    transform: scale(1.05);
  }
}

/* FACILITY =============== */
#facility h2 {
  padding: 40px 0;
}
@media screen and (min-width: 720px) {
  #facility h2 {
    padding: 180px 0 80px;
  }
}

.facility__contents {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0 auto;
  padding: 0 var(--padding-rl-sp) 24px;
}
.facility__contents-wrap {
  padding-bottom: 80px;
}
.facility__contents h3 {
  background: url(../img/symbol-star_lg.svg) center center no-repeat;
  background-size: 110px auto;
  color: var(--color-bg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: var(--gfont-jp-serif), serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  width: 110px;
  aspect-ratio: 1;
}
.facility__contents h4 {
  font-size: 2rem;
  text-align: center;
}
.facility__contents-txt {
  line-height: 1.8;
}
@media screen and (min-width: 720px) {
  .facility__contents {
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 40px;
  }
  .facility__contents-wrap {
    padding-bottom: 100px;
  }
  .facility__contents h3 {
    background-size: 220px auto;
    font-size: 3.6rem;
    width: 220px;
  }
  .facility__contents h4 {
    font-size: 2.4rem;
    text-align: left;
  }
  .facility__contents-txt {
    flex: 1;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .facility__contents {
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding-bottom: 40px;
  }
  .facility__contents-wrap {
    padding-bottom: 160px;
  }
  .facility__contents h3 {
    background-size: 356px auto;
    font-size: 5rem;
    width: 356px;
  }
  .facility__contents h4 {
    font-size: 3.2rem;
  }
  .facility__contents-txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .facility__contents {
    -moz-column-gap: 120px;
         column-gap: 120px;
    padding: 0 0 60px;
    width: var(--width-pc);
  }
}

/* PDF DL AREA */
.facility__document {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.facility__document-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin: 0 auto;
  padding: 0 var(--padding-rl-sp) 60px;
  width: 100%;
}
.facility__document dt {
  background: url(../img/symbol-star_sm.svg) center center no-repeat;
  background-size: 80px auto;
  color: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gfont-jp-serif), serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  width: 80px;
  aspect-ratio: 1;
}
.facility__document dd {
  display: flex;
  align-items: center;
}
.facility__document dd a {
  background: url(../img/icon_external-link.svg) right 10px center no-repeat;
  background-size: 12px auto;
  border: var(--border-white);
  border-radius: 24px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 45px;
  height: 48px;
  max-width: 100%;
  min-width: 230px;
  padding: 0 30px 0 42px;
  position: relative;
  text-decoration: none;
  transition: var(--transition-all);
}
.facility__document dd a span {
  font-size: 1.6rem;
  font-weight: 500;
}
.facility__document dd a::before {
  background: url(../img/arrow_right_sp.svg) center center no-repeat;
  background-size: 6px auto;
  border: var(--border-white);
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 22px;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .facility__document dd a:hover {
    transform: var(--link-transform-scale);
  }
}
@media screen and (min-width: 410px) {
  .facility__document {
    justify-content: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: auto;
  }
  .facility__document-wrap {
    row-gap: 60px;
  }
  .facility__document dt {
    background-size: 100px auto;
    font-size: 1.5rem;
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .facility__document {
    flex-direction: column;
    row-gap: 40px;
  }
  .facility__document-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 80px;
    padding-bottom: 160px;
  }
  .facility__document dt {
    background-size: 200px auto;
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 auto;
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .facility__document-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 240px;
  }
  .facility__document dd a {
    background-position: right 16px center;
    border-radius: 33px;
    font-size: 1.3rem;
    line-height: 62px;
    padding: 0 36px 0 60px;
    min-width: 260px;
    height: 66px;
  }
  .facility__document dd a span {
    font-size: 1.8rem;
  }
  .facility__document dd a::before {
    background: url(../img/arrow_right_sp.svg) center center no-repeat;
    background-size: 8px auto;
    left: 16px;
    width: 34px;
  }
}
/*20250425 追加*/
@media screen and (min-width: 1200px) {
  .facility__document-wrap {
    width: 1226px;
  }
}
/* 20250425 削除
@media screen and (min-width: 1200px) {
  .facility__document-wrap {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .facility__document-wrap {
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding: 0 0 240px;
    width: 1600px;
  }
}
*/

/* ACCESS =============== */
#access {
  position: relative;
}
#access::before {
  background: url(../img/line_wave.svg) center top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(90vh);
  transition: all 1s ease-in-out;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920/180;
}
#access.inview::before {
  transform: translateY(0);
}
#access h2 {
  padding: 100px 0 30px;
  opacity: 0;
}
@media screen and (min-width: 720px) {
  #access h2 {
    padding: 200px 0 80px;
  }
}
@media screen and (min-width: 960px) {
  #access h2 {
    padding: 270px 0 80px;
  }
}
#access__link {
  margin: 0 auto;
  padding: 0 var(--padding-rl-sp) 10px;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #access__link {
    padding: 0 0 10px;
    width: var(--width-pc-sm);
  }
}
#access__link a {
  background: url(../img/arrow_access-link.svg) right 142px center no-repeat;
  background-size: auto 12px;
  display: block;
  font-size: 1.3rem;
  line-height: 36px;
  text-decoration: none;
  transition: var(--transition-all);
  position: relative;
  width: 100%;
  height: 38px;
}
#access__link a span:first-of-type {
  background-color: var(--color-bg);
  padding-right: 6px;
}
#access__link a span.logo {
  background: url(../img/logo_forum.svg) center center no-repeat;
  background-size: auto 18px;
  border: var(--border-white);
  border-radius: 19px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 156px;
  height: 38px;
}
@media screen and (min-width: 720px) {
  #access__link a {
    background-position: right 280px center;
    font-size: 2.6rem;
    line-height: 78px;
    height: 80px;
  }
  #access__link a span:first-of-type {
    padding-right: 20px;
  }
  #access__link a span.logo {
    background-size: auto 36px;
    border-radius: 40px;
    width: 300px;
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  #access__link a {
    font-size: 3rem;
  }
}
@media (any-hover: hover) {
  #access__link a:hover {
    transform: scale(1.05);
  }
}
#access__txt {
  margin: 0 auto;
  padding: 0 var(--padding-rl-sp) 60px;
  opacity: 0;
}
@media screen and (min-width: 720px) {
  #access__txt {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 960px) {
  #access__txt {
    padding: 0 0 320px;
    width: var(--width-pc-sm);
  }
}
#access__txt dt {
  font-size: 2rem;
  padding-top: 30px;
}
#access__txt dd {
  font-size: 1.3rem;
  word-break: normal;
}
@media screen and (min-width: 720px) {
  #access__txt dt {
    font-size: 3rem;
    padding-top: 40px;
  }
  #access__txt dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  #access__txt dt {
    font-size: 4rem;
    padding-top: 60px;
  }
  #access__txt dd {
    font-size: 2rem;
  }
}
#access.inview h2,
#access.inview #access__link {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.8s;
}
#access.inview #access__txt {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.5s;
}

/* SYMBOL ANIMATION ==================== */
.symbol-animation__wrap {
  margin: 0 auto;
  position: relative;
  transform: scale(1.02);
  aspect-ratio: 1920/694;
}
.symbol-animation__wrap span {
  display: block;
  transform: scale(0) rotate(-540deg);
}
.symbol-animation__wrap::after {
  background: url(../img/ani_symbol.svg) center top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 1.6s;
}
.symbol-animation__wrap.around {
  transform: scale(1.02) rotate(180deg);
}
.symbol-animation__lg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 99.9%;
}
.symbol-animation__lg span {
  background: url(../img/ani_symbol-star_lg.svg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  transition: transform 1s ease-in-out;
  width: 22.5%;
  aspect-ratio: 1;
}
.symbol-animation__sm {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 32.15%;
       column-gap: 32.15%; /* 32.1875% */
  position: absolute;
  top: 75.6%; /* 75.648414985% */
  left: 0;
  width: 100%;
}
.symbol-animation__sm span {
  background: url(../img/ani_symbol-star_sm.svg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  transition: transform 1s ease-in-out 0.5s;
  width: 6.57421875%;
  aspect-ratio: 1;
}
.symbol-animation__wrap.inview::after {
  opacity: 1;
}
.symbol-animation__wrap.inview span {
  transform: scale(1) rotate(0deg);
}/*# sourceMappingURL=modules.css.map */