/* メインビジュアル */
.top_mv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 0;
  @media print, screen and (min-width: 768px) {
    height: 90vh;
    min-height: 800px;
    padding-top: 85px;
    background: url(../img/mv.png) no-repeat center center;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    height: 500px;
    background: url(../img/mv_sp.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    justify-content: flex-start;
    padding-top: 64px;
  }
}
.top_mv--inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  @media screen and (max-width: 767px){
    max-width: 350px;
  }
  &:after {
    content: "";
    background: url(../img/mv_img.png) no-repeat center/cover;
    width: 816px;
    height: 454px;
    position: absolute;
    top: 65%;
    right: 0;
    transform: translateY(-50%);
    @media screen and (max-width: 767px){
      transform: scale(.4) translateY(-30%);
      right: -260px;
      z-index: -1;
    }
  }
}
.top_mv--txt {
  text-align: left;
  color: #000;
  text-shadow: 0px 0px 10px #FFF;
  -webkit-text-stroke: 4px #FFF;
  display: inline;
  paint-order: stroke;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 6.4px;
  padding-bottom: 25px;
  span {
    padding-bottom: 10px;
    border-bottom: 3px solid #FFF;
    @media screen and (max-width: 767px) {
      padding-bottom: 4px;
      border-bottom: 1px solid #FFF;
    }
  }
  &:nth-of-type(1):first-letter {
    color: #1F9950;
  }
  &:nth-of-type(2):first-letter {
    color: #DB4C2F;
  }
  &:nth-of-type(3):first-letter {
    color: #9D3F8A;
  }
  &:nth-of-type(4):first-letter {
    color: #D6376A;
  }
  &:nth-of-type(5):first-letter {
    color: #55A0D5;
  }
  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
    padding: 0 0.5em 6px;
    -webkit-text-stroke: 1px #FFF;
  }
}


/* INFORMATION */
.top_information {
  .top_section--title {
    text-align: center;
  }
  .top_section--subtitle {
    text-align: center;
  }
}
.underslide {
  margin-top: 32px;
}
.underslide_galcell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  @media screen and (max-width: 767px){
    margin: 0 6px;
  }
}
.underslide_galcell--text {
  max-width: 241px;
  min-height: 96px;
  width: 100%;
  padding: 12px 20px;
  background: #F2EEE6;
  line-height: 150%;
}
.slick-track:not(:has(.slick-slide:nth-child(5))) {
  left: -4px!important;
}

/* ABOUT US */
.top_aboutouter {
  display: flex;
  flex-direction: column;
  gap: 84px;
  margin-bottom: 84px;
  @media screen and (max-width: 767px){
    gap: 0;
    margin-bottom: 40px;
  }
}
.top_aboutouter .top_about:nth-of-type(2) {
  .top_about--inner {
    flex-direction: row-reverse;
    @media screen and (max-width: 767px){
      flex-direction: column-reverse;
    }
  }
  .top_about--textbox {
    position: relative;
    left: auto;
    right: 110px;
    @media screen and (max-width: 767px){
      right: auto;
    }
  }
}
.top_about--inner {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 767px){
    flex-direction: column-reverse;
  }
}
.top_about--textbox {
  max-width: 586px;
  width: 100%;
  background: #F2EEE6;
  padding: 30px 32px 42px;
  position: relative;
  left: 110px;
  @media screen and (max-width: 767px){
    top: -30px;
    max-width: 257px;
    left: auto;
    padding: 22px 10px;
  }
}
.top_about--text {
  line-height: 200%;
  margin-top: 10px;
  @media screen and (max-width: 767px){
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.top_about--img {
  @media screen and (max-width: 767px){
    max-width: 297px;
  }
}
/* 各セクション共通 */
.top_section--title {
  font-size: var(--font-60);
  font-weight: bold;
  letter-spacing: 6.4px;
  line-height: 1.25;
  &::first-letter {
    color: var(--sub-color);
  }
  @media screen and (max-width: 767px){
    font-size: var(--font-32);
    letter-spacing: 2px;
    text-align: center;
  }
}
.top_section--subtitle {
  color: var(--sub-color);
  font-weight: 700;
  letter-spacing: 1.6px;
  @media screen and (max-width: 767px){
    font-size: var(--font-14);
    text-align: center;
  }
}
.detail_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  & > p {
    color: #000;
    font-weight: 700;
  }
  figure {
    @media screen and (max-width: 767px){
      width: 30px;
      height: auto;
    }
  }
  @media screen and (max-width: 767px){
    margin-top: 14px;
    justify-content: center;
    gap: 5px;
  }
}