@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.sec_subttl {
  text-align: center;
}
.sec_subttl img {
  display: block;
  margin: 0 auto 2rem;
  width: 7.8rem;
}
.sec_subttl span {
  letter-spacing: .5em;
  font-weight: 400;
  display: block;
  line-height: 1.8;
}
.sec_txt {
  text-align: center;
  line-height: 2.5;
  letter-spacing: .1em;
}
.sec_img {
  position: relative;
}
.sec_img figcaption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: #fff;
  font-family: sans-serif;
}
.sec_top {
  position: relative;
}
.sec_top:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 7rem;
  height: 1rem;
  background: url(../img/index/dot.svg) no-repeat center center / contain;
}
@media only screen and ( max-width : 767px ) {
  .sec_subttl {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .sec_img {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: 3rem;
  }
  .sec_img figcaption {
    font-size: 1rem;
  }
  .sec_top:after {
    margin-top: 4rem;
  }
  .sec_top {
    padding: 5rem 0 0;
  }
  .sec_top:after {
    margin-top: 5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec_subttl {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
  .sec_img {
    margin-bottom: 4rem;
  }
  .sec_subttl img {
    margin: 0 auto 3rem;
    width: 10rem;
  }
  .sec_img figcaption {
    font-size: 1.2rem;
  }
  .sec_top {
    padding: 10rem 0 0;
  }
  .sec_top:after {
    margin-top: 10rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #92539d;
}

.mv_visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mv_layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* JS 実行前の初期描画で 1 枚目が一瞬見えるのを防ぐ */
.mv_layer--1 {
  opacity: 0;
  will-change: opacity;
}

.mv_layer picture {
  display: block;
}

.mv_layer img {
  position: absolute;
  /* width: 118%;
  height: 118%; */
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  top: 50%;
  left: 50%;
  will-change: transform;
}

.mv_layer--2 {
  opacity: 0;
  will-change: opacity;
}

/* 2枚目：右端が見えるよう object-fit の基準を右へ */
.mv_layer--2 img {
  object-position: center;
}

/* MV 演出が完了するまで固定ボタンは非表示 */
#fixed_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mv_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 20vh 1.5rem 0;
  box-sizing: border-box;
  pointer-events: none;
}

.mv_catch {
  margin: 0;
  line-height: 1.85;
  text-align: center;
  letter-spacing: .7em;
}

.mv_catch_line {
  display: block;
}

.mv_catch_char {
  display: inline-block;
  opacity: 0;
  will-change: opacity, transform;
}

.mv_catch_br_sp {
  display: none;
}

.mv_catch_line + .mv_catch_line {
  margin-top: 0.5em;
}

@media only screen and ( max-width : 767px ) {
  .mv_inner {
    padding-bottom: 2.75rem;
  }

  .mv_catch_br_sp {
    display: block;
  }

  .mv_catch_line + .mv_catch_line {
    margin-top: 0.2em;
  }
  .mv_catch {
    font-size: 4.6vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  .mv_inner {
    padding-bottom: 4.5rem;
  }
  .mv_catch {
    font-size: 2.8vw;
  }
}
@media print, screen and ( min-width : 1500px ) {
  .mv_catch {
    font-size: 4.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANNOUNCEMENT

--------------------------------------------------------------------------------------------- */
#announcement {
  background: url(../img/index/obi.png) repeat-x top left /  auto 2.4rem,url(../img/index/obi.png) repeat-x bottom left /  auto 2.4rem #92539d;
  color: #fff;
}
.announcement_text {
  text-align: center;
  letter-spacing: .05em;
}
.announcement_logo {
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.announcement_opening {
  text-align: center;
  letter-spacing: .05em;
}
@media only screen and ( max-width : 767px ) {
  #announcement {
    padding: 8rem 0;
  }
  .announcement_text {
    font-size: 1.5rem;
  }
  .announcement_logo {
    margin: 3rem auto 5rem;
    width: 30rem;
  }
  .announcement_opening {
    font-size: 2.6rem;
  }
  .announcement_opening .announcement_opening_small {
    font-size: 1.4rem;
  }
  .announcement_opening .announcement_opening_en {
    font-size: 3.6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .announcement_text {
    font-size: 1.7rem;
  }
  .announcement_logo {
    margin: 5rem auto 7rem;
    width: 50rem;
  }
  .announcement_opening {
    font-size: 3rem;
  }
  .announcement_opening .announcement_opening_small {
    font-size: 1.7rem;
  }
  .announcement_opening .announcement_opening_en {
    font-size: 4.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS（トップ：セクション余白）

--------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  #news {
    padding: 5rem 0 4rem;
  }
}

@media print, screen and (min-width: 768px) {
  #news {
    padding: 10rem 0 8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
  
}

@media print, screen and ( min-width : 768px ) {
  
}
