@charset "UTF-8";
main {
  padding-bottom: 0;
}

#kv.type_1 {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #kv.type_1 .ttl_set {
    min-height: 0;
  }
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set > p {
    line-height: 1em;
    font-size: 3.2rem;
  }
}
#kv.type_1 .inner {
  min-height: 0;
}

@media screen and (min-width: 769px) {
  #global_btn_set.is-view {
    right: 4rem;
    pointer-events: auto !important;
  }
}

.history-area01 {
  position: relative;
}

.history-area01-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history-area01-stage {
    top: calc(40px + 2rem);
    width: 100%;
    height: calc(100vh - 8rem);
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: hidden;
  }
}
.history-area01-stage.is-pinned {
  position: fixed;
}
.history-area01-stage.is-end {
  top: auto;
  bottom: 0;
}
.history-area01-stage.landscape .history-area01-slide-pagination {
  left: 1rem !important;
}
.history-area01-stage.landscape .history-area01-slide-pagination .pagination-bullet {
  height: 5%;
}
.history-area01-stage.landscape .history-area01-slide__item .in-num {
  position: absolute;
  top: 3rem;
  left: 2rem;
  line-height: 1em;
  font-size: 5vw;
}
.history-area01-stage.landscape .history-area01-slide__item .in-list {
  width: auto;
  margin-right: 0;
  padding-right: 1rem;
  line-height: 3vw;
  font-size: 2vw;
}
.history-area01-stage.landscape .history-area01-slide__cont {
  padding: 0 0 0 2rem;
}
.history-area01-stage.landscape .history-area01-slide__cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 108%;
  padding-left: 2rem;
}
.history-area01-stage.landscape .history-area01-slide__item .in-list__img {
  width: 100%;
  margin: 1rem 0;
}

.history-area01-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00FFFF;
  background: linear-gradient(136deg, rgba(0, 255, 255, 0.13) 0%, rgba(0, 0, 255, 0.13) 100%);
}
.history-area01-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../../images/history/noise.jpg);
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.history-area01-slide {
  position: relative;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .history-area01-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 2rem 4rem;
  }
}

.history-area01-slide__inner {
  position: relative;
  background-color: #fff;
  height: 41rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history-area01-slide__inner {
    position: relative;
    background-color: #fff;
    height: 41rem;
    overflow: hidden;
    width: 100%;
  }
}

.history-area01-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 600ms cubic-bezier(0.74, 0.255, 0.19, 0.955), transform 600ms cubic-bezier(0.74, 0.255, 0.19, 0.955);
}
.history-area01-slide__item.is-before {
  transform: translateY(-2rem);
}
.history-area01-slide__item.is-forward {
  transform: translateY(2rem);
}
.history-area01-slide__item.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.history-area01-slide__item .in-num {
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  font-size: 7rem;
  margin-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .history-area01-slide__item .in-num {
    position: absolute;
    top: 3rem;
    left: 5rem;
    line-height: 1em;
    font-size: 4rem;
  }
}
.history-area01-slide__item .in-list {
  width: 36rem;
  margin-right: 4rem;
  line-height: 2em;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history-area01-slide__item .in-list {
    width: auto;
    margin-right: 0;
    padding-right: 1rem;
    line-height: 2em;
    font-size: 1.4rem;
  }
}
.history-area01-slide__item .in-list__item {
  position: relative;
  padding-left: 1.1em;
  font-feature-settings: "palt";
}
.history-area01-slide__item .in-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "●";
}
.history-area01-slide__item .in-list__img {
  width: 16rem;
  margin: 1rem 0;
}
.history-area01-slide__item.is-1998 .in-list__img {
  width: 13rem;
}
.history-area01-slide__item.is-2021 .in-list__img {
  width: 20rem;
}
.history-area01-slide__item.is-2026 .in-list__img {
  width: 11.5rem;
}
.history-area01-slide__item .in-imgs {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .history-area01-slide__item .in-imgs {
    display: none;
  }
}
.history-area01-slide__item.is-2015 .in-imgs, .history-area01-slide__item.is-2019 .in-imgs, .history-area01-slide__item.is-2020 .in-imgs {
  width: 23.2rem;
}
.history-area01-slide__item.is-2026 .in-imgs {
  width: 16.3rem;
}

.history-area01-slide__cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 41rem;
  padding-left: 8.5rem;
}
@media screen and (max-width: 768px) {
  .history-area01-slide__cont {
    padding: 0 0 0 4rem;
  }
}

.history-area01-slide-pagination {
  position: absolute;
  top: 0;
  left: 4rem !important;
  right: auto !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
  width: 2px;
  line-height: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .history-area01-slide-pagination {
    left: 2rem !important;
  }
}
.history-area01-slide-pagination .pagination-bullet {
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  height: 2rem;
  width: 2px;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #ccccff;
  text-indent: -999px;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .history-area01-slide-pagination .pagination-bullet {
    height: 2.5rem;
  }
}
.history-area01-slide-pagination .pagination-bullet.is-active {
  background-color: #0000ff;
}

/*# sourceMappingURL=style.css.map */