/* =========================================================
home
========================================================= */
body.page-home .c-sticky-bg__bubbles {
  position: fixed;
}

/*------------------------------------------
main visual
------------------------------------------*/
.home-mv {
  width: 100vw;
  height: 100lvh;
  height: 100vh;
  position: relative;
}
.home-mv__video {
  width: 100%;
  height: 100%;
  background: #fff;
}
.home-mv__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-mv__news {
  width: clamp(100px, 100%, 485px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-mv__news a {
  display: flex;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .home-mv__news a {
    border-radius: 20px 0 0 0;
  }
}
@media (min-width: 769px) {
  .home-mv__news a {
    border-radius: 30px 0 0 0;
  }
}
.home-mv__news a::before {
  content: "";
  border-style: solid;
  border-color: transparent #208AFF #208AFF transparent;
  position: absolute;
}
@media (max-width: 768px) {
  .home-mv__news a::before {
    border-width: 9px;
    right: 5px;
    bottom: 5px;
  }
}
@media (min-width: 769px) {
  .home-mv__news a::before {
    border-width: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.home-mv__news .img {
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .home-mv__news .img {
    width: clamp(150px, 50%, 190px);
    height: calc(clamp(150px, 50%, 190px) * 9 / 16);
  }
}
@media (min-width: 769px) {
  .home-mv__news .img {
    width: 252px;
  }
}
.home-mv__news .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-mv__news .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .home-mv__news .detail {
    padding: 0 20px 0 10px;
  }
}
@media (min-width: 769px) {
  .home-mv__news .detail {
    padding: 0 26px 0 16px;
  }
}
.home-mv__news .wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-mv__news .tag {
  width: 72px;
  height: 24px;
  background: #208AFF;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-mv__news .date {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home-mv__news .date {
    font-size: clamp(1px, 3.2vw, 12px);
  }
}
@media (min-width: 769px) {
  .home-mv__news .date {
    font-size: 14px;
  }
}
.home-mv__news .txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .home-mv__news .txt {
    max-height: 44px;
    font-size: 13px;
    line-height: 1.69;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 769px) {
  .home-mv__news .txt {
    max-height: 72px;
    font-size: 14px;
    line-height: 1.42;
    -webkit-line-clamp: 3;
  }
}
@media (hover: hover) {
  .home-mv__news a::before {
    transition: bottom 0.2s ease, right 0.2s ease;
  }
  .home-mv__news a .img {
    overflow: hidden;
  }
  .home-mv__news a .img img {
    transition: transform 0.4s ease;
  }
  .home-mv__news a:hover::before {
    right: 0;
    bottom: 0;
  }
  .home-mv__news a:hover .img img {
    transform: scale(1.3);
  }
}

/*------------------------------------------
contents
------------------------------------------*/
@media (max-width: 768px) {
  .home-cont > *:last-child {
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) {
  .home-cont > *:last-child {
    padding-bottom: 150px;
  }
}

/*------------------------------------------
lead
------------------------------------------*/
.home-lead {
  color: #fff;
}
.home-lead .c-cont__in {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-lead .c-cont__in {
    padding-top: 118px;
    padding-bottom: 112px;
  }
}
@media (min-width: 769px) {
  .home-lead .c-cont__in {
    padding-top: 174px;
    padding-bottom: 212px;
  }
}
.home-lead [class*=home-lead__txt0] {
  position: relative;
}
.home-lead [class*=home-lead__txt0] .main {
  width: 100%;
  position: absolute;
}
.home-lead .shadow {
  color: rgba(255, 255, 255, 0.3);
}

.home-lead__txt01 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .home-lead__txt01 {
    font-size: clamp(1px, 7.46vw, 28px);
  }
}
@media (min-width: 769px) {
  .home-lead__txt01 {
    font-size: clamp(1px, 3.95vw, 54px);
  }
}
.home-lead__txt02 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.6;
}
@media (max-width: 768px) {
  .home-lead__txt02 {
    margin: 57px 0 0;
    font-size: clamp(1px, 4.4vw, 17px);
    text-align: center;
  }
}
@media (min-width: 769px) {
  .home-lead__txt02 {
    margin: 69px 0 0;
    font-size: clamp(1px, 1.61vw, 22px);
  }
}
@media (max-width: 768px) {
  .home-lead__txt02 .main {
    left: 50%;
    transform: translateX(-50%);
  }
}

[class*=home-lead__txt0] .main {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 100%);
          mask-image: linear-gradient(to right, #000 0%, #000 100%);
  -webkit-mask-size: 0 100%;
          mask-size: 0 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: -webkit-mask-size 1s ease;
  transition: mask-size 1s ease;
  transition: mask-size 1s ease, -webkit-mask-size 1s ease;
}
[class*=home-lead__txt0].is-active .main {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.home-lead .c-cont__in {
  transition: opacity 0.5s ease;
}
.home-lead .c-cont__in.is-hide {
  opacity: 0;
}

/*------------------------------------------
creators
------------------------------------------*/
@media (max-width: 768px) {
  .home-creators {
    padding-top: 75px;
  }
}
@media (min-width: 769px) {
  .home-creators {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .home-creators .c-cont__in {
    margin: 45px auto 0;
  }
}
@media (min-width: 769px) {
  .home-creators .c-cont__in {
    margin: 20px auto 0;
  }
}
.home-creators .c-btn01 {
  max-width: 360px;
}
@media (max-width: 768px) {
  .home-creators .c-btn01 {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .home-creators .c-btn01 {
    margin: 53px auto 0;
  }
}

/*------------------------------------------
news
------------------------------------------*/
@media (max-width: 768px) {
  .home-news {
    padding-top: 165px;
  }
}
@media (min-width: 769px) {
  .home-news {
    padding-top: 190px;
  }
}
@media (max-width: 768px) {
  .home-news .col1-2 {
    margin: 32px auto 0;
  }
}
@media (min-width: 769px) {
  .home-news .col1-2 {
    margin: 69px auto 0;
  }
}
.home-news .c-card02 {
  padding: 20px 0 0 20px;
}
@media (max-width: 768px) {
  .home-news .c-card02 a {
    min-height: 120px;
    padding: 20px 10px 25px clamp(10px, 44.7cqw, 150px);
  }
}
@media (min-width: 769px) {
  .home-news .c-card02 a {
    min-height: 170px;
    padding: 20px 29px 34px clamp(10px, 47.1cqw, 250px);
  }
}
.home-news .c-card02__img {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media (max-width: 768px) {
  .home-news .c-card02__img {
    width: clamp(10px, 44.7cqw, 150px);
  }
}
@media (min-width: 769px) {
  .home-news .c-card02__img {
    width: clamp(10px, 47.1cqw, 250px);
  }
}
@media (max-width: 768px) {
  .home-news .c-card02__tag {
    min-width: clamp(1px, 20.53vw, 77px);
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .home-news .c-card02__tag {
    min-width: 84px;
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-news .c-card02__date {
    font-size: clamp(1px, 3.2vw, 12px);
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .home-news .c-card02__date {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-news .c-card02__txt {
    max-height: 44px;
    font-size: 13px;
    line-height: 1.69;
  }
}
@media (min-width: 769px) {
  .home-news .c-card02__txt {
    max-height: 72px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
.home-news .no-news-messege {
  text-align: center;
}
@media (max-width: 768px) {
  .home-news .no-news-messege {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .home-news .no-news-messege {
    margin: 64px auto 0;
  }
}
.home-news .c-btn01 {
  max-width: 360px;
}
@media (max-width: 768px) {
  .home-news .c-btn01 {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .home-news .c-btn01 {
    margin: 64px auto 0;
  }
}
/*# sourceMappingURL=maps/home.css.map */
