@charset "UTF-8";

/* top-mv {
-------------------------------------------------- */
@media screen and (max-width: 425px) {
  .main-visual img {
    max-width: 300px;
  }
}

/* top-mv-under
-------------------------------------------------- */
.top-mv-under {
  position: relative;
  padding-bottom: 320px;
}

.top-mv-under-txt {
  width: 518px;
  margin-left: auto;
  margin-right: auto;
}

.top-mv-under-img::before,
.top-mv-under-img::after {
  content: '';
  position: absolute;
  bottom: 200px;
  display: block;
}

.top-mv-under-img::before {
  left: 0;
  width: 300px;
  height: 360px;
  background: url(../img/top/mv_illust01.webp) no-repeat center center;
  background-size: cover;
}

.top-mv-under-img::after {
  right: 5%;
  width: 278px;
  height: 326px;
  background: url(../img/top/mv_illust02.webp) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1439px) and (min-width: 769px) {
  .top-mv-under-img::before {
    width: 200px;
    height: 240px;
  }

  .top-mv-under-img::after {
    width: 240px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv-under{
    padding-bottom: 200px;
  }

  .top-mv-under-img::before {
    top: 0;
    bottom: auto;
    width: 60px;
    height: 90px;
    background: url(../img/top/mv_illust01_sp.webp) no-repeat center center;
    background-size: cover;
  }

  .top-mv-under-img::after {
    width: 324px;
    height: 210px;
    right: 0;
    bottom: 72px;
    background: url(../img/top/mv_illust02_sp.webp) no-repeat center center;
    background-size: cover;
  }
}

/* top-about
-------------------------------------------------- */
.top-about {
  display: flex;
  justify-content: space-between;
  gap: 60px;

  /* レイアウト */
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-about-title {
  width: 360px;
}

.top-about-img {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .top-about {
    flex-direction: column;
    gap: 30px;
  }

  .top-about-title {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-about-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* top-sns
-------------------------------------------------- */
.top-sns {
  width: 828px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-sns-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
}

.top-sns-title::before {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  background: url(../img/top/heading_illust.webp) no-repeat center center;
  background-size: cover;
}

.top-sns-list a {
  transition: .3s;
}

.top-sns-list a:hover {
  opacity: 0.8;
}

/* live
-------------------------------------------------- */
.live-title {
  width: 384px;
  margin-left: auto;
  margin-right: auto;
}

.live-list::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -160px;
  width: 100px;
  height: 140px;
  background: url(../img/top/live_illust02.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.live-content-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.top-live-read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.top-live-read-more::after {
  content: '';
  background: url(../img/icon_arrow.svg);
  width: 42px;
  height: 42px;
  display: inline-block;
  transition: .3s;
  margin-right: 20px;
}

a:has(.top-live-read-more):hover .top-live-read-more::after {
  background: url(../img/icon_arrow_ho.svg);
}

@media screen and (max-width: 768px) {
  .live-title {
    min-width: 228px;
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .live-list::after {
    top: -160px;
    right: -10px;
    width: 48px;
    height: 72px;
  }

  .live-content-title {
    font-size: 1.5rem;
  }

  .top-live-read-more {
    flex-direction: column;
    align-items: flex-end;
  }
}

/* top-stay
-------------------------------------------------- */
.top-stay {
  width: 996px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-stay-title {
  width: 876px;
}

.top-stay-subtitle {
  width: 108px;
}

.top-stay-heading {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.top-stay-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.top-stay-img {
  width: 456px;
  /* max-width: 50%; */
}

.top-stay-bg-img {
  width: 90vw;
  max-width: none;
  object-fit: cover;
  object-position: right center;
}

@media screen and (max-width: 768px) {
  .top-stay {
    width: 90%;
  }

  .top-stay-title {
    min-width: 276px;
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-stay-heading {
    font-size: 1.8rem;
  }

  .top-stay-content {
    flex-direction: column;
    align-items: center;
  }

  .top-stay-img {
    max-width: 100%;
  }

  .top-stay-bg-img {
    width: 100vw;
  }
}

/* top-feature
-------------------------------------------------- */
.top-feature {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-feature-title {
  width: 380px;
  margin-right: 0;
  margin-left: auto;
}

.top-feature-list {
  position: relative;
}

.top-feature-list-content {
  display: flex;
  justify-content: space-between;
  gap: 108px;
  position: relative;

  > div:not([class]) {
    max-width: 100%;
  }
}

.top-feature-list-txt {
  width: 444px;
  max-width: 100%;
}

.top-feature-list-point {
  width: 60px;
}

.top-feature-list-heading {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.top-feature-list-cat {
  width: fit-content;
  border: 1px solid #000;
  padding: 5px 10px;
  line-height: 1;
}

.top-feature-list-content.num01 {
  transform: translateX(-10%);
}

.top-feature-list-content.num01 .top-feature-list-img {
  width: 456px;
}

.top-feature-list-content.num01::before {
  position: absolute;
  right: -120px;
  top: 45%;
  transform: translateY(-50%);
  content: '';
  width: 76px;
  height: 88px;
  background: url(../img/top/feature_illust01.webp) no-repeat center center;
  background-size: cover;
}

.top-feature-list-content.num02 {
  justify-content: flex-end;
}

.top-feature-list-content.num03 {
  width: 864px;
  max-width: 100%;
  transform: translateX(-5%);
}

.top-feature-list-content.num03::before {
  position: absolute;
  right: -50px;
  top: 30%;
  transform: translateY(-50%);
  content: '';
  width: 100px;
  height: 80px;
  background: url(../img/top/feature_illust02.webp) no-repeat center center;
  background-size: cover;
}

.top-feature-list-content.num03 .top-feature-list-img {
  width: 324px;
}

.top-feature-list-content.num04 .top-feature-list-img {
  width: 372px;
}

.top-feature-list-content.num05 {
  align-items: flex-end;
  width: 864px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-feature-list-content.num05::before {
  position: absolute;
  left: -150px;
  bottom: -200px;
  transform: translateY(-50%);
  content: '';
  width: 140px;
  height: 120px;
  background: url(../img/top/feature_illust03.webp) no-repeat center center;
  background-size: cover;
}

.top-feature-list-content.num05 .top-feature-list-img {
  width: 324px;
}

.top-feature-gallery-title {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
}

.top-feature-gallery-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
}

.top-feature-gallery-title::before {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  background: url(../img/top/heading_illust.webp) no-repeat center center;
  background-size: cover;
}

.top-feature-gallery {
  width: 576px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-feature {
    width: 90%;
  }

  .top-feature-title {
    width: 228px;
  }

  .top-feature-list-content {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-feature-list-heading {
    font-size: 1.8rem;
  }

  .top-feature-list-content.num01 {
    flex-direction: column-reverse;
    transform: translateX(0);
  }

  .top-feature-list-content.num01 .top-feature-list-img {
    width: 252px;
    transform: translateX(-25%);
  }

  .top-feature-list-content.num03 {
    flex-direction: column-reverse;
    align-items: flex-end;
    transform: translateX(0);
  }

  .top-feature-list-content.num03::before {
    width: 70px;
    height: 54px;
    right: 0;
    top: 0;
  }

  .top-feature-list-content.num03 .top-feature-list-img {
    width: 192px;
  }

  .top-feature-list-content.num04 {
    align-items: flex-start;
  }

  .top-feature-list-content.num04 .top-feature-list-img {
    width: 252px;
  }

  .top-feature-list-content.num05::before {
    width: 84px;
    height: 72px;
    left: -20px;
    bottom: -74px;
  }

  .top-feature-list-content.num05 .top-feature-list-img {
    width: 216px;
  }
}

/* top-inaka
-------------------------------------------------- */
.top-inaka {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-inaka-title {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.top-inaka-img {
  width: 672px;
}

.top-inaka .read-more {
  font-weight: bold;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-inaka {
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-inaka-title {
    text-align: center;
  }

  .top-inaka-img {
    max-width: 100%;
  }

  .top-inaka .read-more {
    margin-left: auto;
    margin-right: 0;
  }
}

/* top-omoi
-------------------------------------------------- */
.top-omoi {
  width: 1008px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-omoi-title {
  width: 108px;
}

.top-omoi-heading {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.top-omoi-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.top-omoi-img {
  width: 432px;
  /* max-width: 45%; */
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .top-omoi-heading {
    font-size: 1.8rem;
  }

  .top-omoi-img01 {
    transform: translate(50px, -50px);
    position: relative;
    z-index: -1;
  }

  .top-omoi-img02 {
    width: 202px;
    margin-left: auto;
    margin-right: 0;
  }

  .top-omoi-img03 {
    width: 180px;
    margin-left: 20px;
    margin-right: auto;
  }
}

/* .designed-heading {
  border-left: 2px solid #000;
  padding-left: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.designed-heading span {
  font-size: 1.4rem;
  font-weight: lighter;
  display: block;
} */

/* top-column
-------------------------------------------------- */
.top-column {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-column-title {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-column-title {
    width: 70%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 背景
-------------------------------------------------- */
.top-mv-bg {
  bottom: 0;
}

.live-bg {
  bottom: 0;
}

.top-feature-bg {
  top: 0;
}

.top-omoi-bg {
  top: 120px;
}

@media screen and (max-width: 768px) {
  .top-feature-bg {
    top: 220px;
  }
}