@import url(./global/_variable.css);

/* selection */
/* ============================================ */


.logo_header_lower {
  @media (width < 480px) {
    padding-bottom: 0vw;
  }
}

.area_intro_txt {
  position: relative;
  @media (width < 896px) {
    grid-template-columns: 30% 1fr;
  }
  @media (width < 480px) {
    grid-template-columns: 0% 1fr;
  }
}

.point_img {
  position: absolute;
  bottom: -5vw;
  left: -4vw;
  width: 26vw;
  @media (width < 896px) {
  }
}

.ttl_intro {
  display: grid;
  grid-template-columns: 13cqw 1fr;
  gap: 3cqw;
  align-items: center;
  @media (width < 480px) {
    grid-template-columns: 24cqw 1fr;
  }
}

.txt_intro {
  @media (width < 480px) {
    padding-left: 90px;
  }
}

.are_history {
  position: relative;
  background-color: #e5e5e5;
  padding-top: 3.75vw;
  padding-bottom: 5cqw;
  overflow: hidden;
  @media (width < 896px) {
    padding-block: 30px;
  }
}

.block_history {
  position: relative;
  display: grid;
  grid-template-columns: 16% 1fr;
  @media (width < 896px) {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}

.hd_concept {
  position: relative;
  writing-mode: vertical-rl;
  font-size: clamp(2.4rem, 1.85vw + 1.706rem, 4rem);
  line-height: 1.6em;
  letter-spacing: 0.2em;
  @media (width < 896px) {
    writing-mode: horizontal-tb;
    letter-spacing: 0.0em;
    text-align: center;
  }
}

.block_history_body {
  position: relative;
}

.txt_history {
  font-size: clamp(1.6rem, 0.41vw + 1.445rem, 2rem);
  line-height: 2.2em;
  text-align: justify;
}

.box_weather {
  padding-top: 4vw;
  width: 64%;
  @media (width < 896px) {
    width: 100%;
  }
}

.column_thumbs {
  padding-top: 4vw;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3cqw;
  width: 64%;
  @media (width < 896px) {
    width: 100%;
  }
}

.telescope {
  width: 27cqw;
  position: absolute;
  right: 0px;
  bottom: 0px;
  @media (width < 896px) {
    display: none;
  }
}

.area_movie {
  padding-block: 5vw;
  padding-inline: 5vw;
  background-color: #000;
  background-image: url(../images/history/bg_film.svg),url(../images/history/bg_film.svg);
  background-position: left center,right center;
  background-repeat: repeat-y,repeat-y;
  background-size: 5vw,5vw;
  color: #FFF;
}

.txt_contents_body {
  font-size: clamp(1.4rem, 0.21vw + 1.322rem, 1.6rem);
  line-height: 2em;
  padding-top: 10px;
  display: inline-block;
  word-break: keep-all;
}

.hd_hyakunen {
  font-size: clamp(2.4rem, 1.39vw + 1.88rem, 3.6rem);
  font-family: "Kaisei Opti", serif;
  line-height: 1.3em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding-top: 8px;
}

.splide {
  position: relative;
  .splide__track {
    .splide__list {
      .splide__slide {
        width: 100%;
        height: auto;
        overflow: hidden;
        aspect-ratio: 5 / 2;
        @media (width < 896px) {
          aspect-ratio: 16 / 9;
        }
        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .splide__pagination {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    gap: 10px;
    @media (max-width:480px) {
      bottom: 10px;
    }
    li {
      padding: 0 0 6px;
      .splide__pagination__page {
        width: 12px;
        height: 12px;
        padding: 0px;
        border-radius: 100%;
        border: none;
        background-color: rgba(255, 255, 255, 1.0);
      }
      .is-active {
        background-color: var(--over_c);
      }
    }
  }
  .splide__arrow--prev,
  .splide__arrow--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .splide__arrow--prev {
    left: 4cqw;
    @media (max-width:896px) {
      left: 26px;
    }
  }
  .splide__arrow--next {
    right: 4cqw;
    @media (max-width:896px) {
      right: 26px;
    }
  }
  .button::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 4cqw;
    aspect-ratio: 1 / 1;
    @media (max-width:896px) {
      width: 30px;
    }
  }
  .prev::before {
    background-image: url(../images/watching/prev.svg);
  }
  .next::before {
    background-image: url(../images/watching/next.svg);
  }
  .button:disabled::before {
    opacity: .5;
  }
}



.item_stage {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 3.7cqw;
  padding-top: 5vw;
  @media (width < 896px) {
    grid-template-columns: 1fr;
  }
}

.hd_stage {
  font-size: clamp(2rem, 2.28vw + 1.145rem, 4.2rem);
  letter-spacing: 0.2em;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #0071b7;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "halt";
  border-bottom: #666 solid 1px;
  padding-bottom: 1cqw;
}

.txt_stage {
  font-size: clamp(1.4rem, 0.41vw + 1.245rem, 1.8rem);
  line-height: 2em;
  padding-top: 1.5cqw;
  text-align: justify;
}

.block_emerald {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
  }
}


.hd_emerald {
  font-size: clamp(2.4rem, 1.55vw + 1.817rem, 4.8rem);
  letter-spacing: 0.2em;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.block_emerald_txt {
  background-color: #d4e7c1;
  padding-inline: 7vw;
  padding-bottom: 9vw;
}

.area_southern_img {
  overflow: hidden;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.box_emerald {
  padding-top: 2cqw;
  @media (width < 896px) {
    padding-top: 20px;
  }
}

.item_emerald {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5cqw;
}

.item_emerald_txt {
  font-size: clamp(1.3rem, 0.21vw + 1.222rem, 1.5rem);
  line-height: 1.6em;
  text-align: justify;
  padding: 12px 0 0 1em;
  text-indent: -1em;
}

.area_reason {
  background-color: #d4d2cf;
  padding-block: 5vw;
}

.list_reason {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4.8cqw;
  padding: 1.6cqw 0 0;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
  }
}

.item_reason_img {
  position: relative;
}

.img_reason {
  position: relative;
}

.icon_num {
  width: 16%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.hd_reason {
  font-size: clamp(1.8rem, 1.87vw + 1.101rem, 3.6rem);
  letter-spacing: 0.2em;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #0071b7;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "halt";
  border-bottom: #666 solid 1px;
  padding-block: 1cqw;
  @media (width < 480px) {
    padding-block: 8px;
  }
}

.txt_reason {
  font-size: clamp(1.4rem, 0.21vw + 1.322rem, 1.6rem);
  line-height: 2em;
  padding-top: 10px;
  text-align: justify;
  padding-block: 1cqw;
  @media (width < 480px) {
  padding-top: 8px;
  }
}