@charset "UTF-8";





.parallax-nav {

    display: none !important;

}

.fadein03 {
    opacity: 0;
    transition: all 500ms;
    transform: translate(0, 50px);
}

.fadein04.scrollin,
.fadein03.scrollin {

opacity: 1;
transform: translate(0, 0);
}


.fadein02 {
    opacity: 0.1;
    transition: all 500ms;
}

.fadein05,
.fadein04 {


    opacity: 0;
}

.fadein02.scrollin {

    opacity: 1;

}

.fadein05.scrollin {
    opacity: 0;
  animation-name: fadein05;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

}


@keyframes fadein05 {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;

  }
}


nav.udm {

position: fixed;
right: 18px;
top: 36.5%;
}




nav.udm ul {
    position: sticky;
    top: 0;
    left: 0;
    display: grid;
    gap: 1em;
    padding: 1em;
}



nav.udm ul li.is-active a {
 
    position: relative;
    background: #3073e1;
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    right: 2px;

}



nav.udm ul li a {
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    text-indent: 0;
    height: 12px;
    width: 12px;
    margin-top: 3px;
    background: #fff;
    display: block;
    border: 1px solid #3073e1;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;

}



.udm {

  position: fixed;
  top:50%;
  right: 0;
}

article section {

margin-top: 0;


}




 section[id^="section"]{
    padding: 70px 0 0;

}

.animated {
  /* アニメーションのプロパティを指定 */
  animation-name: example;
  animation-duration: 1s;
  display: block;
  opacity: 1;

}

@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}

.js-fade-in_up,
.js-fade-in {

  opacity: 0;
}



.is-animated {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}


.is-animated02 {
  animation-name: fadeUp;
  animation-duration: 3s;
  animation-fill-mode: both;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.fade02 {
    animation: fade01 1s ease 1 forwards;
}




@media screen and (max-width: 767px) {
  


  section[id^="section"]{
    padding: 50px 10px ;

}


}


@media screen and (max-width: 1199px) {
  

body .next-btn02 > p > a {

  margin-left: auto;
transform: translateX(-50px);
}

nav.udm ul {

  padding: 0;

}

body nav.udm {

  right: 0;


}



}




.next-btn02 p a {

  display: block;
    position: fixed;
    text-align: center;
    left: 50%;
    bottom: 0;
    z-index: 900;
    margin-left: 64px;
    background: #3073e1;


}

.next-btn02 > p > a > img {
    width: 100px;
    height: auto;
}


  
