@charset "UTF-8";
/* ==========================================================================//
//
// ストーリー
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
main {
  position: relative;
  --bg-video-position-y: 0%;
}
@media all and (max-width: 750px) {
  main {
    padding: 0 40px;
  }
}

.bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% var(--bg-video-position-y, 0%);
     object-position: 50% var(--bg-video-position-y, 0%);
  z-index: 0;
  pointer-events: none;
}

.head_contents {
  padding: 160px 0 100px;
}

main.is-bg-video-locked .bg-video {
  position: absolute;
  inset: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

main > :not(.bg-video) {
  position: relative;
  z-index: 1;
}

main.has-bg-video .head_contents,
main.has-bg-video .sec_last {
  background-image: none;
  background: none;
}

section:not(:last-child) {
  background: none;
}
section:not(:first-of-type) {
  padding-top: 80px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    padding-top: 140px;
  }
}

@media all and (max-width: 750px) {
  .inner {
    padding: 0 32px;
  }
}

.sec_ttl {
  margin-right: auto;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 24px;
  }
}
.sec_ttl span {
  display: block;
  color: #464646;
}
.sec_ttl .year {
  padding-right: 65px;
  position: relative;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_ttl .year {
    padding-right: 60px;
    font-size: 70px;
    letter-spacing: 0.12em;
  }
}
.sec_ttl .year::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#464646), color-stop(32.78%, #464646), color-stop(32.78%, #CBCBC6), to(#CBCBC6));
  background: linear-gradient(to right, #464646 0%, #464646 32.78%, #CBCBC6 32.78%, #CBCBC6 100%);
  width: 61px;
  height: 1px;
  bottom: 12px;
  right: 0;
}
@media all and (min-width: 751px) {
  .sec_ttl .year::after {
    bottom: 5px;
  }
}
.sec_ttl .ttl {
  padding: 7px 0 0 25px;
  font-weight: 500;
  letter-spacing: -0.015em;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_ttl .ttl {
    padding: 18px 0 0 60px;
    font-size: 15px;
  }
}

.flow_list {
  padding-top: 80px;
}
@media all and (min-width: 751px) {
  .flow_list {
    padding-top: 160px;
  }
}
.flow_list .flow_detail:not(:first-child) {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .flow_list .flow_detail:not(:first-child) {
    margin-top: 110px;
  }
}
.flow_list .flow_detail .flow_ttl {
  margin-bottom: 14px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
}
@media all and (min-width: 751px) {
  .flow_list .flow_detail .flow_ttl {
    margin-bottom: 30px;
    font-size: 21px;
    padding-right: 60px;
  }
}
.flow_list .flow_detail .flow_ttl::after {
  position: absolute;
  content: "";
  background-color: rgba(70, 70, 70, 0.3);
  width: 30px;
  height: 1px;
  right: 0px;
}
@media all and (max-width: 750px) {
  .flow_list .flow_detail .flow_ttl::after {
    bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  .flow_list .flow_detail .flow_ttl::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54px;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.9;
}
@media all and (min-width: 751px) {
  p {
    font-size: 18px;
    line-height: 2.25;
  }
}

/* head_contents
---------------------------------------------------------- */
.head_contents .ttl_contents .page_ttl {
  position: static;
  color: #464646;
  font-weight: 400;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 120px;
  letter-spacing: 0.5em;
}
@media all and (max-width: 750px) {
  .head_contents .ttl_contents .page_ttl {
    margin-bottom: 60px;
  }
}
.head_contents .ttl_contents .page_ttl.active {
  letter-spacing: 0.5em;
}
.head_contents .ttl_contents .page_ttl.active span.delay04 {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  translate: 0;
}
.head_contents .ttl_contents span {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.015em;
}
@media all and (min-width: 751px) {
  .head_contents .ttl_contents span {
    font-size: 15px;
    margin-top: 40px;
  }
}
.head_contents .ttl_contents span.delay04 {
  opacity: 0;
  -webkit-filter: blur(10px) brightness(1.5);
          filter: blur(10px) brightness(1.5);
  translate: 0 5%;
  -webkit-transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
          transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anchor_section {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor_section .anchor_contents {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor_section.active .anchor_contents {
  opacity: 1;
}

/* アンカーリンク
---------------------------------------------------------- */
.anchor_contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.anchor_section.is-show .anchor_contents {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 961px) {
  .anchor_contents {
    padding-right: 26px;
  }
}
.anchor_contents .anchor_list {
  --anchor-indicator-length: 0px;
  position: fixed;
}
@media all and (max-width: 960px) {
  .anchor_contents .anchor_list {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 74px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("https://demo-service.ebisumart.com/client_info/UV100/contentimage/img/story/bg_indicator.png");
    background-size: 100% 100%;
    background-position-y: bottom;
    height: 129px;
  }
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list {
    padding-left: 74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.anchor_contents .anchor_list::before {
  position: absolute;
  content: "";
  background-color: rgba(30, 35, 35, 0.15);
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list::before {
    right: -13px;
    width: 1px;
    height: 100vh;
  }
}
.anchor_contents .anchor_list::before {
  pointer-events: none;
}
.anchor_contents .anchor_list::after {
  position: absolute;
  content: "";
  background-color: rgba(30, 35, 35, 0.4);
  will-change: width, height;
  pointer-events: none;
}
@media all and (max-width: 960px) {
  .anchor_contents .anchor_list::after {
    width: var(--anchor-indicator-length);
    max-width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list::after {
    width: 1px;
    height: var(--anchor-indicator-length);
    max-height: 100vh;
    top: -50vh;
    right: -13px;
    -webkit-transform: none;
            transform: none;
  }
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list .anchor_detail:not(:first-child) {
    margin-top: 12px;
  }
}
@media all and (max-width: 960px) {
  .anchor_contents .anchor_list .anchor_detail {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.anchor_contents .anchor_list .anchor_detail.current a {
  position: relative;
}
.anchor_contents .anchor_list .anchor_detail.current a::after {
  position: absolute;
  content: "";
  background-color: #464646;
  width: 7px;
  height: 1px;
}
@media all and (max-width: 960px) {
  .anchor_contents .anchor_list .anchor_detail.current a::after {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list .anchor_detail.current a::after {
    bottom: 3px;
    right: 0;
  }
}
.anchor_contents .anchor_list .anchor_detail a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 961px) {
  .anchor_contents .anchor_list .anchor_detail a {
    padding-right: 10px;
    font-size: 13px;
  }
}

.section_contents {
  max-width: 655px;
  margin: 0 auto;
}

.story_year {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (min-width: 751px) {
  .story_year {
    font-size: 18px;
    padding-right: 90px;
  }
}
.story_year::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%; /* 上下中央に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 1px;
}
@media all and (min-width: 751px) {
  .story_year::after {
    width: 77px;
  }
}
.story_year::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1F2323), color-stop(40%, #BDBFC0));
  background: linear-gradient(to right, #1F2323 0 40%, #BDBFC0 40% 100%);
}

.txts {
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .txts {
    padding-top: 60px;
  }
}
.txts p:not(:last-child) {
  margin-bottom: 40px;
}
.txts p.notmargin {
  margin-bottom: 0;
}
.txts ul {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .txts ul {
    margin-bottom: 40px;
  }
}
.txts ul li {
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
@media all and (min-width: 751px) {
  .txts ul li {
    font-size: 18px;
    padding-left: 20px;
  }
}
.txts ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #464646;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
}
@media all and (min-width: 751px) {
  .txts ul li::before {
    width: 7px;
    height: 7px;
  }
}

.image {
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .image {
    padding-top: 60px;
  }
}

/* 1999年
---------------------------------------------------------- */
.sec_encounter {
  padding-top: 130px;
}
@media all and (min-width: 751px) {
  .sec_encounter {
    padding-top: 150px;
  }
}

/* 太陽の下で、すべての肌に自由を。
---------------------------------------------------------- */
.sec_last {
  padding: 111px 0 406px;
  margin-top: 380px;
}
@media all and (min-width: 751px) {
  .sec_last {
    margin-top: 200px;
    padding: 352px 0 568px;
  }
}
@media all and (max-width: 750px) {
  .sec_last .inner {
    padding: 0 12px;
  }
}
.sec_last .sec_ttl {
  color: #464646;
  width: auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(10px) brightness(1.5);
          filter: blur(10px) brightness(1.5);
  -webkit-transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
          transition-timing-function: opacity cubic-bezier(0.33, 1, 0.68, 0.8), translate cubic-bezier(0.22, 1, 0.36, 0.8), filter cubic-bezier(0.33, 1, 0.68, 0.8);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_last .sec_ttl.is_show {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media all and (max-width: 750px) {
  .sec_last .sec_ttl {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .sec_last .sec_ttl {
    font-size: 25px;
    line-height: 2.5;
  }
}

.js_scroll {
  opacity: 0;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js_scroll.scroll_active {
  opacity: 1;
}
.js_scroll.is-initial-delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.blur_layer {
  position: relative;
}

.blur_shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: inherit;
  margin: 0;
  -webkit-transform: translate(60px, 60px);
          transform: translate(60px, 60px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  color: var(--color-dark);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.blur_shadow.scroll_active {
  opacity: 0.5;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}