@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.header {
  position: sticky;
  margin-top: 5.3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (960px <= width) {
  .header {
    margin-top: 4rem;
  }
}

.top_mv {
  width: 100%;
  height: calc(100svh - 9.8rem - 5.3rem);
}
@media screen and (960px <= width) {
  .top_mv {
    height: calc(100svh - 14rem - 4rem);
  }
}
.top_mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 53rem;
}
@media screen and (960px <= width) {
  .top_mv_inner {
    min-height: auto;
  }
}
.top_mv_slideParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_mv_slide {
  width: 100%;
  height: 100%;
}
.top_mv_slideItem {
  width: 100%;
  height: 100%;
}
.top_mv_slideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv_textWrap {
  position: absolute;
  top: calc(50% + 3rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  color: #FFF;
  width: 100%;
}
.top_mv_textWrap_head {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.1041666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1.5rem;
}
@media screen and (960px <= width) {
  .top_mv_textWrap_head {
    font-size: 4.3rem;
  }
}
.top_mv_textWrap_head.__min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.1111111111;
}
@media screen and (960px <= width) {
  .top_mv_textWrap_head.__min {
    font-size: 2.5rem;
  }
}
.top_mv_textWrap_sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  font-style: italic;
  margin-top: 1.9rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .top_mv_textWrap_sub {
    font-size: 1.8rem;
  }
}

.top_mvNews {
  background-color: rgba(21, 21, 21, 0.43);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  width: 100%;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (960px <= width) {
  .top_mvNews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_mvNews_head {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 1.35rem;
  min-width: 5.8rem;
}
@media screen and (960px <= width) {
  .top_mvNews_head {
    font-size: 1.5rem;
    padding-right: 3rem;
    min-width: 8.1rem;
  }
}
.top_mvNews_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  height: 1.69rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.35rem;
  border-left: max(0.1rem, 1px) solid #FFF;
}
@media screen and (960px <= width) {
  .top_mvNews_text {
    font-size: 1.5rem;
    padding-left: 3rem;
    max-width: 60rem;
  }
}

.top_recommend {
  margin-top: 3rem;
}

.top_news {
  margin-top: 4.4rem;
}
@media screen and (960px <= width) {
  .top_news {
    margin-top: 5rem;
  }
}
.top_news_btn {
  margin-top: 4.35rem;
}
@media screen and (960px <= width) {
  .top_news_btn {
    margin-top: 6.8rem;
    width: 23rem;
    margin-inline: auto;
  }
}/*# sourceMappingURL=top.css.map */