/* CSS Document */

/* kv
------------------------------------------------------------*/
.kv{
  background:url(../images/kv.jpg) no-repeat center bottom #FFF;
  background-size:cover;
  width:100%;
  height:100vh; 
  position:relative;
  overflow:hidden;
}

.kv .bg_image{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  z-index:2; 
}

.kv .ani{
  position:absolute;
  opacity:1;
  transition: all 0.2s;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
}

.kv.active .ani{
  opacity:1;
}

.kv .ani1{
  bottom:65px; 
  margin-left:-283px;
  transition-delay: 0.3s;
  z-index:5;
}

.kv.active .ani1{
  
}
  

.kv .ani2{
  bottom: 160px;
  margin-left: -530px;
  transition-delay: 0.6s;
  z-index:4;
}

.kv.active .ani2{
  
}

.kv .ani3{
  bottom: 337px;
  margin-left: -365px;
  transition-delay: 0.9s;
  z-index:3;
}

.kv.active .ani3{
  
}

.kv .ani4{
  bottom: 117px;
  margin-left: 515px;
  transition-delay: 1.2s;
  z-index:5;
}

.kv.active .ani4{
  
}

.kv .ani5{
  bottom: 162px;
  margin-left: 190px;
  transition-delay: 1.2s;
  z-index:4;
}

.kv.active .ani5{
  
}

.kv .ani6{
  bottom: 312px;
  margin-left: 450px;
  z-index:3;
  transition-delay: 1.8s;
}

.kv.active .ani6{
}

.kv h1{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:160px;
  opacity:1;
  z-index:6;
  /*transition: all 0.6s;
  transition-delay: 2.1s;*/
  
}

.kv.active h1{
  /*animation-duration: 2.6s;
  animation-name: ani1;
  animation-delay:2.1s;
  animation-fill-mode: forwards;  
  */
}
/*
.kv .ani7{
  left:50%;
  top:50%;
  
  transform:translate(-50%,-50%) scale(0.7, 0.7);
  opacity:0;
  transition: all 0.6s;
  transition-delay: 5.1s;
}

.kv.active .ani7{
  zoom: 100%;
  opacity:1;
  transform:translate(-50%,-50%)  scale(1, 1);
}

@keyframes ani1{
  0%{
    opacity:0;
  }
  
  50%{
    opacity:1;
  }
  
  100%{
    opacity:0;
  }
}
*/
@media screen and (max-width: 768px) {
  .kv{
    background:url(../images/kv_sp.jpg) no-repeat center bottom;
    background-size:cover;
    width:100%;
    height:100vh; 
    position:relative;
  }
  
  .kv .ani{
    left:0%;
    transform:translateX(-0%);
  }
  
  .kv .ani1{
    margin-left:-0;
    right:0;
    left:auto;
    width:44.8vw;
    bottom:51vw;
  }

  .kv.active .ani1{
    
  }
    
  
  .kv .ani2{
    bottom: 38vw;
    margin-left: -0;
    width:55.6vw;
  }
  
  .kv.active .ani2{
    
  }
  
  .kv .ani3{
    width:41.86vw;
    bottom: 142vw;
    margin-left:0;
    left:4.8vw;
  }
  
  .kv.active .ani3{
    
  }
  
  .kv .ani4{
    width: 33.06vw;
    bottom: 132vw;
    margin-left: 0;
    left: 64.33vw;
  }
}

.kv_test{
  background:url(../images/bg_test.jpg) no-repeat center bottom;
  background-size:cover;
  width:100%;
  height:100vh;
}

@media screen and (max-width: 768px) {
  
}

/* story
------------------------------------------------------------*/
.story{
  width:100%;
  height:100vh;
  background:#F5F5F0;
  background-size:cover; 
  position:relative;
  min-width:1200px;
  min-height:595px;
}

.story:before,
.story:after,
.story .inner:before,
.story .inner:after{
  content:"";
  display:block;
  width:16px;
  height:2px;
  background:#323232;
  position:absolute;
  left:24px;
  top:23px; 
}

.story:after,
.story .inner:after{
  width:calc(100% - 74px);
  height:2px;
  background:#323232;
  position:absolute;
  left:50px;
  top:24px;
  height:1px;
}

.story .inner{
  width:100%;
  height:100vh;
  position:relative;
}

.story .inner:before{
  left:auto;
  right:24px;
  bottom:23px;
  top:auto;
}

.story .inner:after{
  top:auto;
  bottom:24px;
  left:24px;
}

.story .outer_txt01 p,
.story .outer_txt02 p{
  position:absolute;
  left:22px;
  bottom:68px;  
}

.story .outer_txt02 p{
  bottom:auto;
  top:68px;
  left:auto;
  right:22px; 
}

.story .outer_txt01:before,
.story .outer_txt01:after,
.story .outer_txt02:before,
.story .outer_txt02:after{
  content:"";
  display:block;
  width:2px;
  height:16px;
  background:#323232;
  position:absolute;
  left:24px;
  bottom:42px;
}

.story .outer_txt01:after{
  height:calc(100vh - 301px);
  top:42px;
  width:1px;
  left:25px;
}

.story .outer_txt02:before,
.story .outer_txt02:after{
  left:auto;
  right:24px;
  bottom:auto;
  top:42px;
}

.story .outer_txt02:after{
  height:calc(100vh - 301px);
  top:auto;
  bottom:42px;
  width:1px;
  left:auto;
  right:25px;
}




@media screen and (max-width: 768px) {
  .story{
    width:100%;
    height:auto;
    /*background:url(../images/bg_story.jpg) no-repeat center center;
    background-size:cover; */
    position:relative;
    min-width:100%;
    min-height:1px;
    z-index:30;
  }
  
  .story:before,
  .story:after,
  .story .inner:before,
  .story .inner:after{
    content:"";
    display:block;
    width:16px;
    height:2px;
    background:#323232;
    position:absolute;
    left:12px;
    top:11px; 
  }
  
  .story:after,
  .story .inner:after{
    width:calc(100% - 62px);
    height:2px;
    background:#323232;
    position:absolute;
    left:50px;
    top:12px;
    height:1px;
  }
  
  .story .inner{
    width:100%;
    height:auto;
    position:relative;
    padding:50px 0;
  }
  
  .story .inner:before{
    left:auto;
    right:12px;
    bottom:11px;
    top:auto;
  }
  
  .story .inner:after{
    top:auto;
    bottom:12px;
    left:12px;
  }
  
  .story .outer_txt01 p,
  .story .outer_txt02 p{
    position:absolute;
    left:10px;
    bottom:68px;  
  }
  
  .story .outer_txt02 p{
    bottom:auto;
    top:68px;
    left:auto;
    right:10px; 
  }
  
  .story .outer_txt01:before,
  .story .outer_txt01:after,
  .story .outer_txt02:before,
  .story .outer_txt02:after{
    content:"";
    display:block;
    width:2px;
    height:16px;
    background:#323232;
    position:absolute;
    left:12px;
    bottom:42px;
  }
  
  .story .outer_txt01:after{
    height:calc(100% - 300px);
    top:42px;
    width:1px;
    left:13px;
  }
  
  .story .outer_txt02:before,
  .story .outer_txt02:after{
    left:auto;
    right:12px;
    bottom:auto;
    top:42px;
  }
  
  .story .outer_txt02:after{
    height:calc(100% - 300px);
    top:auto;
    bottom:42px;
    width:1px;
    left:auto;
    right:13px;
  }
}

.story .inner {
  position:relative;
  height:100vh; 
}

.story .inner .box{
  position:absolute;
  width:100%;
  padding:0 64px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  box-sizing:border-box;
  display:flex;
  justify-content:space-between;
}

.story .inner .box h3{
  width:230px; 
  font-size: 28px;
  font-weight: 700;
  line-height: 120%; /* 33.6px */ 
}

.story .inner .box h3 span{
  font-size:20px;
  color:#6E6E6E;
  display:block;
  margin-top:5px; 
}

.story .inner .box .txt_list{
  width:calc(100% - 262px);
}

.story .inner .box ul{  
  display:flex;
  justify-content:space-between;
}

.story .inner .box ul li{
  width:48%; 
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  color:#323232; 
}

.story .inner .box ul li > span{
  display:block;
  font-size: 18px; 
  margin:13px 0 15px; 
  line-height: 130%; /* 23.4px */ 
  letter-spacing: 0.9px;
  font-weight:700;
  transition: all 0.2s;
  transform:scale(1,1);
}

.story .inner .box ul li > span.active{
  transform:scale(1.1,1.1);
}

.story .inner .box ul li > span > span{
  transition: all 0.4s;
}


.story .inner .box ul li > span.active > span{
  color:#323232; 
}

.story .inner .box ul li span.mb0{
  margin-bottom:0; 
}

.story .inner .box ul li span.active{
  color:#323232;
}



@media screen and (max-width: 1200px) {
  .story{
    width:100%;
    height:auto;
    min-width:1px;
    min-height:1px;
  }
  
  .story .inner .box h3{
    width:210px; 
  }
  
  .story .inner{
    height:auto;
    min-height:100vh; 
  }
  
  .story .inner .box .txt_list{
    width:calc(100% - 210px);
    max-height:80vh;
    height:100%;
    overflow:hidden;
  }
  
  .story .inner .box ul{
    width:100%;
    display:block;
    padding-left:40px;
    padding-right:40px;
    box-sizing:border-box;
  }
  
  .story .inner .box ul li{
    width:100%;
  }
}


@media screen and (max-width: 768px) {
  .story .inner {
    position:relative;
    height:100%; 
  }
  
  .story .inner .box{
    position:relative;
    width:100%;
    padding:0 9.06vw;
    top:auto;
    left:auto;
    transform:translate(0%,0%);
    display:block;
  }
  
  .story .inner .box h3{
    width:100%; 
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 120%; /* 33.6px */ 
  }
  
  .story .inner .box h3 span{
    font-size:5.4vw;
    color:#6E6E6E;
    display:block;
    margin-top:1vw; 
  }
  
  .story .inner .box .txt_list{
    width:100%;
  }
  
  .story .inner .box ul{
    width:100%;
    display:block;
    margin-top:8vw;
    padding-left:0;
    padding-right:0;
  }
  
  .story .inner .box ul li{
    width:100%; 
    font-size: 3.73vw;
    line-height: 200%; /* 25.2px */
    letter-spacing:normal;
    /*font-weight:700;*/
  }
  
  .story .inner .box ul li > span{
    display:block;
    font-size: 5.3vw; 
    margin:5vw 0 5.3vw; 
    line-height: 180%; /* 23.4px */ 
    letter-spacing:normal;
    font-weight:700;
    transition: all 0.3s;
    transform:scale(0.9,0.9);
  }
  
  .story .inner .box ul li > span.active{
    transform:scale(1,1);
  }
  
  .story .inner .box ul li > span > span{
    transition: all 0.4s;
  }
}

.history{
  width:100%;
  height:100vh;
  min-height:595px;
  position:relative; 
  display:flex;
  background:#FFF;
  overflow:hidden;
}

.history .inner{
  display:flex;
  width:100%; 
}

.history h2{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:40px;
  font-size: 40px;  
  z-index:10;
}

.history .inner .inner_l,
.history .inner .inner_r{
  width:49.4%; 
}

.history .inner .inner_r{
  width:50.6%;
}

.history .inner .inner_l{
  padding:0 0 0;
  margin:0 auto;
}

.history .inner .inner_r{
  background: #FCFCFC; 
  /*background:#CCC;*/
}

.history .inner .inner_l .history_detail_ov{
  width:81.92%;
  margin:0 auto;
  position:relative;
  z-index:1;
  height:100%;
}

.history .inner .inner_l .history_detail{
  opacity:0;
  transition: all 0.6s;
  position:absolute;
  width:100%;
  top:50%;
  transform:translateY(-50%);
} 

.history .inner .inner_l .history_detail.active,
.history .inner .inner_l .history_detail.ab.active{
  opacity:1;
} 

.history .inner .inner_l .history_detail_ov .ab{
  position:absolute;
  opacity:0;
  z-index:2;
}

.history .inner .inner_l .history_detail h3{
  margin-top:30px;
  font-size: 30px; 
  font-weight:600;
  
}

.history .inner .inner_l .history_detail h3 > span{
  display:block; 
  font-size:12px; 
  font-weight:400;
}

.history .inner .inner_l .history_detail h3 > span > span{
  font-size: 22px;  
  display:inline-block;
  margin-right:5px;
}

.history .inner .inner_l .history_detail p{
  margin-top:10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 30px */  
}

.history .inner .inner_r .year{
  text-align:center;
  padding:0vh 0 0;
  color: #FFFEFC;
  text-align: center;
  line-height: 100%; /* 140px */
} 

.history .inner .inner_r .year > span{
  position:relative;
/*  top:4vh;*/
  display:inline-block;
  width:67px;
  height:106px;
  overflow:hidden;
}

.history .inner .inner_r .year > span > span{
  transition: all 0.4s;
  display:block;
}

.history .inner .inner_r .year > span.year1{
  z-index:1;
  left:36px;
}
.history .inner .inner_r .year > span.year1.l{
  left:28px;
}

.history .inner .inner_r .year > span.year2{
  z-index:2;
  left:5px;
}
.history .inner .inner_r .year > span.year3{
  z-index:3;
  right:15px;
}
.history .inner .inner_r .year > span.year4{
  z-index:4;
  right:39px;
}

.history .inner .inner_r > .inner_r_top{
  border-bottom:solid 1px #323232;
  height:106px;
  padding-top:5vh;
  padding-bottom:20px;
  margin:0 50px;
}

.history .inner .inner_r > .inner_r_top > ul{
  margin:20px auto 0;
  display:flex;
  justify-content:space-between;
  width:85.51%;
}

.history .inner .inner_r > .inner_r_top >  ul > li{
  width:50%;
  text-align:center; 
  border-bottom:solid 1px #323232;
  padding-bottom:15px;
  font-size: 18px; 
}

.history .inner .inner_r .sc_area{
  width:85.51%;
  margin:0 auto;
  background:url(../images/bg_history.png) no-repeat center top #FCFCFC;
  background-size:100% auto;
  height:calc(100vh - 126px - 5vh);
  overflow:hidden;
  position:relative;
  min-height:100%;
}

#history02 .inner .inner_r .sc_area{
  background:url(../images/bg_history02.png) no-repeat center top #FCFCFC;
  background-size:100% auto;
}
#history03 .inner .inner_r .sc_area{
  background:url(../images/bg_history03.png) no-repeat center top #FCFCFC;
  background-size:100% auto;
}
#history04 .inner .inner_r .sc_area{
  background:url(../images/bg_history04.png) no-repeat center top #FCFCFC;
  background-size:100% auto;
}

.history .inner .inner_r .sc_area ul{
  position:relative;
  min-height:100%;
  padding:0 17px 10vh;
}

.history .inner .inner_r .sc_area ul li{
  position:relative; 
}

.history .inner .inner_r .sc_area ul li.mt_top{
  padding-top:20vh;
}

.history .inner .inner_r .sc_area ul li.mt_top.mt_top_min{
  padding-top:10vh;
}
.history .inner .inner_r .sc_area ul li.mt{
  margin-top:3vh;
}
.history .inner .inner_r .sc_area ul li.mt2{
  margin-top:10vh;
}
.history .inner .inner_r .sc_area ul li.ab_none{
  padding-top:20vh;
}
.history .inner .inner_r .sc_area ul li.r.ht{
  height:80px;
}

.history .inner .inner_r .sc_area ul li.ab_none.pt{
  padding-top:100vh;
}

.history .inner .inner_r .sc_area ul li.ab_none.pt.min{
  padding-top:50vh;
} 



.history .inner .inner_r .sc_area ul li > div{
  width:214px;
  width:38%;
  border-radius: 8px;
  border: 1px solid var(--Border, #F4F4F4);
  background: linear-gradient(95deg, #FFF 0%, #FCFCFC 100.79%);
  
  /* Year Contents Layerd */
  box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  text-align:center;
  font-weight:600;
  padding:20px 10px;
  position:relative;
  box-sizing:border-box;
}

.history .inner .inner_r .sc_area ul li.r {
  display:flex;
  justify-content:flex-end;
}

.history .inner .inner_r .sc_area ul li div:before{
  content:"";
  display:block;
  width:27.57%;
  height:1px;
  background:#323232;
  position:absolute;
  left:100%;
  top:50%;
  transform:translateY(-50%);
}

.history .inner .inner_r .sc_area ul li div:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  background:#323232;
  border-radius:50%;
  position:absolute;
  left:126%;
  top:50%;
  transform:translateY(-50%);
}

.history .inner .inner_r .sc_area ul li.r div:before{
  left:auto;
  right:100%; 
}

.history .inner .inner_r .sc_area ul li.r div:after{
  left:auto;
  right:126%;
}



.history .inner .inner_r .sc_area ul li.ab_none:before,
.history .inner .inner_r .sc_area ul li.ab_none:after{
  display:none !important;
  background:none;  
}

.history .inner .inner_r .sc_area ul:before{
  content:"";
  display:block;
  background:#F5F5F5;
  width:22px;
  height:100%;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}




@media screen and (max-width: 768px) {
  .history{
    height:auto;
    position:relative; 
    display:block;
    overflow:visible;
  }
  
  .history .inner{
    display:block; 
  }
  
  .history h2{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:15.23vw;
    font-size: 8.53vw;
    letter-spacing:0.853vw;
  }
  
  .history .inner .inner_l,
  .history .inner .inner_r{
    width:100%; 
  }
  
  
  .history .inner .inner_r.sp{
    display:block;
    padding-top:26.06vw; 
    min-height:100vh;
  }
  
  .history .inner .inner_l{
    /*padding:0vw 0 20vw;*/
    padding:0vw 0 0vw;
    height:auto;
    
    margin:0 auto;
    position:relative;
    z-index:3;
  }
  
  
  .history .inner .inner_l .history_detail_ov{
    width:100%;
    margin:0 auto;
    position:relative;
    z-index:1;
  }
  
  .history .inner .inner_l .history_detail{
    opacity:1;
    transition: all 0.2s;
    width:100%;
    padding:12vw 5.35vw 10vw;
    margin:0vw auto 0;
    position:relative;
    top:auto;
    transform:translateY(-0%);
    box-sizing:border-box;
    min-height:1vw;
  } 
  
  .history .inner .inner_l .history_detail.active,
  .history .inner .inner_l .history_detail.ab.active{
    opacity:1;
  } 
  
  .history .inner .inner_l .history_detail_ov .ab{
    position:relative;
    left:auto;
    top:auto;
    opacity:1;
    z-index:2;
  }
  
  .history .inner .inner_l .history_detail h3{
    margin-top:9.3vw;
    font-size: 5.3vw; 
  }
  
  .history .inner .inner_l .history_detail h3 > span{
    font-size:2.6vw;
  }
  
  .history .inner .inner_l .history_detail h3 > span > span{
    font-size: 4.26vw;
    margin-right:1.3vw;
  }
  
  .history .inner .inner_l .history_detail p{
    margin-top:3.46vw;
    font-size:3.2vw;
  }
  
  .history .inner .inner_l .year{
    text-align:center;
    padding:3vh 0 0;
    color: #FFFEFC;
    text-align: center;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: var(--Text-Medium, #323232);
    font-family: "Crimson Text";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 140px */
    letter-spacing: -14px; 
  } 
  
  .history .inner .inner_l .inner_r_top > ul{
    margin:4vw auto 0;
    display:flex;
    justify-content:space-between;
    width:100%;
  }
  
  .history .inner .inner_l .inner_r_top >  ul > li{
    width:50%;
    text-align:center; 
    border-bottom:solid 0.26vw #323232;
    padding-bottom:2.4vw;
    font-size: 4vw; 
    position:relative;
  }
  
  .history .inner .inner_l .inner_r_top >  ul > li:nth-child(1):before{
    content:"";
    display:block;
    background:#323232;
    position:absolute;
    right:0;
    top:0;
    width:0.26vw;
    height:6.4vw;
     
  }
  
  .history .inner .inner_l .sc_area{
    width:100%;
    margin:0 auto;
    background:url(../images/bg_history.svg) no-repeat center top;
    background-size:100% auto;
    height:auto;
    overflow:visible;
    
  }
  
  .history .inner .inner_l .sc_area ul{
    position:relative;
    padding:0 5.3vw 30vw;
  }
  
  .history .inner .inner_l .sc_area ul li{
    position:relative; 
  }
  
  .history .inner .inner_l .sc_area ul li.mt_top{
    padding-top:23vw;
  }
  .history .inner .inner_l .sc_area ul li.mt_top.mt_top_min{
    padding-top:11vw;
  }

  .history .inner .inner_l .sc_area ul li.mt{
    margin-top:5vw;
  }
  .history .inner .inner_l .sc_area ul li.mt2{
    margin-top:10vw;
  }
  .history .inner .inner_l .sc_area ul li.ab_none{
    padding-top:vw;
  }
  .history .inner .inner_l .sc_area ul li.ab_none.pt{
    padding-top:100vw;
  } 
  
  
  
  .history .inner .inner_l .sc_area ul li > div{
    width:37.3vw;
    border-radius: 2.13vw;
    border: 0.26vw solid var(--Border, #F4F4F4);
    background: linear-gradient(95deg, #FFF 0%, #FCFCFC 100.79%);
    /* Year Contents Layerd */
    box-shadow: 0px 7px 64px 0px rgba(0, 0, 0, 0.04);
    font-size: 2.93vw;
    padding:4vw 3.2vw;
    position:relative;
    box-sizing:border-box;
  }
  
  .history .inner .inner_l .sc_area ul li.r {
    display:flex;
    justify-content:flex-end;
  }
  
  .history .inner .inner_l .sc_area ul li div:before{
    content:"";
    display:block;
    width:9.13vw;
    height:0.26vw;
    background:#323232;
    position:absolute;
    left:37.06vw;
    top:50%;
    transform:translateY(-50%);
  }
  
  .history .inner .inner_l .sc_area ul li div:after{
    content:"";
    display:block;
    width:2.13vw;
    height:2.13vw;
    background:#323232;
    border-radius:50%;
    position:absolute;
    left:45.6vw;
    top:50%;
    transform:translateY(-50%);
  }
  
  .history .inner .inner_l .sc_area ul li.r div:before{
    left:auto;
    right:37.06vw; 
  }
  
  .history .inner .inner_l .sc_area ul li.r div:after{
    left:auto;
    right:45.6vw;
  }
  
  
  
  .history .inner .inner_l .sc_area ul li.ab_none:before,
  .history .inner .inner_l .sc_area ul li.ab_none:after{
    display:none !important;
    background:none;  
  }
  
  .history .inner .inner_l .sc_area ul:before{
    content:"";
    display:block;
    background:url(../images/bg_history02.svg) repeat-y left top;
    width:5.86vw;
    height:100%;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
  
  .history .inner .inner_r > .inner_r_top,
  .history .inner .inner_l > .inner_r_top{
    border-bottom:solid 0.26vw #323232;
    height:auto;
    margin-top:0vw;
    padding-top:2.6vw;
    padding-bottom:3.3vw;
    margin:0;
    height:20vw;
    box-sizing:border-box;
    width:100%;
    background:#FFF;
  }
  
  .history .inner .inner_r.fix{
    position:fixed;
    left:0;
    top:0; 
    z-index:20;    
  }
  
  
  .history .inner .inner_r .year{
    text-align:center;
    padding:0vh 0 0;
    color: #FFFEFC;
    text-align: center;
    line-height: 100%; /* 140px */
  } 
  
  .history .inner .inner_r .year > span{
    position:relative;
  /*  top:4vh;*/
    display:inline-block;
    width:14.8vw;
    height:12.8vw;
    overflow:hidden;
  }
  
  .history .inner .inner_r .year > span > span img{
    width:auto;
    height:12.8vw;
  }
  
  .history .inner .inner_r .year > span.year1{
    left:12vw;
  }
  .history .inner .inner_r .year > span.year1.l{
    left:12vw;
  }
  
  .history .inner .inner_r .year > span.year2{
    left:2.8vw;
  }
  .history .inner .inner_r .year > span.year3{
    z-index:3;
    right:5vw;
  }
  .history .inner .inner_r .year > span.year4{
    z-index:4;
    right:13.3vw;
  }
  
  .history .inner .inner_r .sc_area{
    width:100%;
    padding-left:5.3vw;
    padding-right:5.3vw;
    background:url(../images/bg_history.svg) no-repeat center top #FFF;
    background-size:100% auto;
    box-sizing:border-box;
    height:auto;
    min-height:calc(100vh - 48vw);
  }
  
  .history .inner .inner_r .sc_area{
    background:#FFF;
  }
  
  .history .inner .inner_r .sc_area ul{
    padding-left:0;
    padding-right:0; 
    padding-bottom:40vh;    
    position:relative;
    z-index:2;
  }
  
  .history .inner .inner_r .sc_area ul li > div{
    width:37.3vw;
    border-radius: 2.13vw;
    border: 0.26 solid var(--Border, #F4F4F4);
    font-size: 2.93vw;
    padding:4vw 0;
    position:relative;
  }
  
  .history .inner .inner_r .sc_area ul li.r {
    display:flex;
    justify-content:flex-end;
  }
  
  .history .inner .inner_r .sc_area ul li div:before{
    content:"";
    display:block;
    width:6.13vw;
    height:0.26vw;
  }
  
  .history .inner .inner_r .sc_area ul li div:after{
    width:2.13vw;
    height:2.13vw;
    left:116%;
    top:50%;
    transform:translateY(-50%);
  }
  
  .history .inner .inner_r .sc_area ul li.r div:after{
    left:auto;
    right:43vw;
  }
  
  
  
  .history .inner .inner_r .sc_area ul li.ab_none:before,
  .history .inner .inner_r .sc_area ul li.ab_none:after{
    display:none !important;
    background:none;  
  }
  
  .history .inner .inner_r .sc_area ul:before{
    width:5.86vw;
    height:100%;
    top:0;
    background:#F5F5F5;
  }
  
  .history.sp_top{
    padding-top:28vw; 
  }
  
}
#history01.fix,
#history02.fix,
#history03.fix,
#history04.fix,
#story01.fix,
#story02.fix,
#story03.fix,
#story04.fix{
  position:fixed;
  left:0;
  top:0;
  z-index:100;
}

.story.story01.active{
  margin-top:398vh; 
}
.story.story02.active{
  margin-top:559vh; 
}
.story.story03.active{
  margin-top:556vh; 
}
.story.story04.active{
  margin-top:423vh; 
}

/*story------------------------------------------------------------*/

/* last_msg
------------------------------------------------------------*/

.last_msg{
  padding-top:200px;
  position:relative; 
  background:url(../images/bg_last_msg.jpg) no-repeat center bottom #FFF;
  background-size:cover;
  padding-bottom:936px;
  position:relative;
  width:100%;
  overflow-x:hidden;
  position:relative;
  z-index:10;
}

.last_msg:before{
  content:"";
  display:block;
  background:url(../images/bg_last_msg02.png) no-repeat center bottom;
  background-size:cover;
  width:2000px;
  height:936px;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
}

.last_msg .inner{
  width: 644px;
  padding: 45px 64px 40px;
  box-sizing:border-box;
  text-align:center;
  border-radius: 32px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.70) 25.31%, rgba(255, 255, 255, 0.56) 51.63%, rgba(255, 255, 255, 0.70) 75.42%, rgba(255, 255, 255, 0.42) 101.23%);
  box-shadow: 1px 1px 0px 0px #FFF inset, -1px -1px 1px 0px #FFF inset;
  backdrop-filter: blur(9.5px); 
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.last_msg .inner p{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 240%; /* 38.4px */  
}

.last_msg .inner h4{
  margin-top:30px;
  text-align: center;
  -webkit-text-stroke-width: 0.6000000238418579;
  -webkit-text-stroke-color: var(--CC-main, #5C6DB3);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */ 
}

.last_msg:before{
  content:""; 
}

@media (orientation: portrait) {
  body.tab .last_msg{
    background:url(../images/bg_last_msg_tab.jpg) no-repeat center bottom;
    background-size:cover;
  }
  
  body.tab .last_msg:before{
    display:none;
  }
}

@media screen and (max-width: 768px) {
  .last_msg{
    margin-top:0;
    padding-top:20vw;
    background:url(../images/bg_last_msg_sp.jpg) no-repeat center bottom #FFF;
    background-size:contain;
    padding-bottom:320.13vw;
    position:relative;
    z-index:2;
  }
  
  .last_msg:before{
    display:none;
  }
  
  .last_msg .inner{
    width: 89.3vw;
    padding: 8vw 6.4vw 8.53vw;
    border-radius: 4.26vw;
    text-align:left;
  }
  
  .last_msg .inner p{
    font-size: 3.73vw;
    line-height: 200%; /* 38.4px */  
  }
  
  .last_msg .inner h4{
    margin-top:5vw;
    font-size: 5.86vw;
    text-align:left;
  }
}

/*last_msg------------------------------------------------------------*/

/* TOP
------------------------------------------------------------*/
.sticky{
  position:sticky;
  top:0; 
}

.no{
  opacity:0;
  transition: all 0.2s; 
}

.no.active{
  opacity:1;
}

@media screen and (max-width: 768px) {
  
  .sticky{
    position:relative;
    top:auto; 
    bottom:auto;
  }
  
  .sp_sticky{
    position:sticky !important;
    top:0;
  }
  
  .history_detail{
    background:#FFF; 
  }
  
  .pc{
    display:none !important; 
  }
  
  #history01_sp.sp_active{
    /*margin-top:48vw;*/
  }
  
  .history.sp_active .inner .inner_l .history_detail{
    /*padding-top:42vw; */
    padding-top:10vw;
    min-height:calc(100vh - 20vw);
  }
  
  .history.sp_active .inner .inner_r.top{
    padding-top:17vw;
  }
  
  .history.sp_active .inner .inner_r.pt0{
    padding-top:0;
  }
  
  .history.sp_active .inner .inner_r.pt0 .sc_area,
  .history.sp_active .inner .inner_r.pt_non .sc_area{
    /*background:#FFF;*/
  }
  
  .history.sp_active .inner .inner_r.pt0 .sc_area ul{
    padding-top:30vw;
  }
  
  .history.sp_active .inner .inner_r.pt0 .sc_area ul.pt_min{
    padding-top:15vw;
  } 
  
  .history.sp_active .inner .inner_r.pt_non .sc_area ul,
  .history.sp_active .inner .inner_r.pt_non{
    padding-top:0vw;
  }
  
  .history .inner{
    position:relative; 
  }
  
  .fix_stop{
    position:absolute !important;
  } 
  
  .sc_area.fix{
    position:fixed;
    width:100%;
    left:0; 
  }
  .pt0{
    padding-top:0 !important;
  }
  
  .absolute{
    position:absolute !important; 
  }
  
  .history .inner .inner_r,
  .history .inner .inner_r .sc_area{
    background:none;
    min-height:1vw;
  }
  
  .history .inner .sp_fix_bg{
    width:100%;
    background:#FFF;
    position:relative;
  }
  
  .history .inner .inner_r .bg{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
  }
  
  .history .inner .inner_r{
    position:relative;
    z-index:2; 
  }
  
  .history .inner .inner_r{
    /*background:#FFF;*/
  }
  /*
  .history .inner .sp_fix_bg{
    width:100%;
    background:#FFF;
    position:relative;
  }
  
  .history .inner .sp_fix_bg .bg{
    position:absolute;
    left:0;
    top:0;
    width:100%; 
  }
  */
  
  .history .inner .inner_r .bg.fix{
    position:fixed;
    left:0;
    width:100%;
  }
  
  .history .inner .inner_r .bg.fix.fix_stop{

    position:absolute;
  }
  
  .history.sp .bg{
    position:absolute;
    left:0;
    top:26vw;
    z-index:1; 
  }
  
  .history.sp .bg.fix{
    position:fixed;
    /*top:26vw !important;*/
  }
}

/*TOP------------------------------------------------------------*/

.kv2{
  width:100%;
  position:relative; 
  z-index:2;
}

.kv2 .top,
.kv2 .kv{
  width:100%;
  height:100vh;
  background:url(../images/kv01.jpg) no-repeat center bottom;
  background-size:cover;
  position:fixed;
  left:0;
  top:0;
  z-index:1;
}

.kv2 .kv01{
  background:url(../images/kv_pc.jpg) no-repeat center bottom;
  background-size:cover;
  z-index:2;
  display:none;
}

.kv2 .top.rev{
  top:-200vh;
}

.kv2 .logo_area{
  width:100%;
  height:100vh;
  position:relative;
}

.kv2 .logo_area h1{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%); 
  z-index:8;
}

@media (orientation: portrait) {
  body.tab .kv2 .kv01{
    background:url(../images/kv_tab.jpg) no-repeat center bottom;
    background-size:cover;
  }
}

.history,
.story{
  position:relative;
  z-index:3; 
}

.kv2 .inner{
  width:520px;
  margin:0 auto;
  padding-left:20px;
  padding-top:calc(100vh + 400px);
  padding-bottom:620px;
  position:relative;
  z-index:8;
}

.kv2 .inner p{
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 320%; /* 70.4px */  
  padding-top:30px;
}

.kv2 .inner h2{
  padding-top:70px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 220%; /* 70.4px */
  letter-spacing: 4.8px;  
}

@media screen and (max-width: 1200px) {
  .story{
    width:100%;
    height:auto;
    min-width:1px;
    min-height:1px;
  }
  
}

@media screen and (max-width: 768px) {
  
  .kv2{
    padding:0 0 90.66vw; 
  }
  
  .kv2 .inner{
    width:100%;
    box-sizing:border-box;
    padding-left:12.8vw;
    padding-top:calc(100vh + 59vw);
    padding-bottom:90.66vw;
  }
  
  .kv2 .inner p{
    font-size: 4vw;
    font-weight: 300;
    line-height: 280%; /* 70.4px */
    padding-top:5vw;    
  }
  
  .kv2 .inner h2{
    padding-top:10.6vw;
    font-size: 5.3vw;
    line-height: 220%; /* 70.4px */
    letter-spacing: 0.26vw;  
  }
  
  .kv2 .kv01{
    background:url(../images/kv_sp.jpg) no-repeat center bottom;
    background-size:cover;
  }
  
  .kv2 .logo_area h1{
    width:43.73vw;
  }
  
  .kv2 .logo_area h1 img{
    width:100%;
    height:auto; 
  }
  
}

#lottie{
  width:300px;
  height:300px;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
}

.kv2 .scroll{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:20px; 
  text-align:center;
  z-index:3;
  width:41px;
  height:90px;
  display:none;
}

.kv2 .scroll span{
  display:block; 
}

.kv2 .scroll .icon{
  transition: all 0.4s; 
  position:relative;
  top:0;
}

.kv2 .scroll a:hover .icon{
  top:10px; 
}

.page_top{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:101;
  display:none; 
}

.page_top.fix{
  position:absolute;
  bottom:auto;
  margin-top:-72px;
}

@media screen and (max-width: 1200px) {
  .kv2 .scroll{
    bottom:40px; 
  }
}


@media screen and (max-width: 768px) {
  #lottie{
    width:43.73vw;
    height:48.53vw;
  }
  .kv2 .scroll{
    bottom:20vh; 
  }
  
  .kv2 .scroll{
    width:10.93vw;
    height:21.06vw;
  }
  
  .kv2 .scroll .icon{
    width:1.06vw;
    height:auto;
    margin:0 auto; 
  }
  
  .page_top{
    width:17.06vw;
    right:5.3vw;
    bottom:5.3vw;
  }
  .page_top.fix{
    margin-top:-19.06vw;
  }
  
}
body,html{
  width:100%;
  height:100vh;
  overflow:hidden;
} 

html{
  overflow-y:scroll; 
}

html.active,
html.active body{
  height:auto;
  overflow:visible;
}
