@charset "UTF-8";
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
.end__main{
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;;
}
.end__header{
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #17cce2;
  text-align: center;
}
.end__header--title{
  font-weight: 200;
  font-size: 60px;
}
@media only screen and (max-width: 800px) {
  .end__header--title{
    font-size: 8vw;
  }

}

.end__header--arw{
  width: 150px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .end__header--arw{
    width: 80px;
  }

}
.end__header--arw p{
  margin: 0 0 0.5rem 0;
}

.end__header--arw2{
  width: 150px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .end__header--arw2{
    width: 80px;
  }

}
.end__header--arw2 p{
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 800px) {}

/* 
------------------------------------------------*/
.end__entry{
  padding: 2rem 0 3rem 0;
  position: relative;
  top: 0px;
  opacity: 0;
}
.end__entry2{
  padding: 2rem 0 3rem 0;
  position: relative;
  top: 0px;
  opacity: 1;
}
.end__title{
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 130px;;
}
.end__title p{
  margin: 0;
}
.end__text{
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 200;
}
@media only screen and (max-width: 800px) {
  .end__text{
    font-size: 4vw;

  }

}


.end__text p{
  margin: 0;
}

.last__entry{
  margin-bottom: 20rem;
}
@media only screen and (max-width: 800px) {}
/* end__image
------------------------------------------------*/
.end__image{
  /* margin: 20rem 0 2rem 0; */
  position: relative;
  top: 0px;
  /* opacity: 0; */
}
@media only screen and (max-width: 800px) {
  .end__image{
    margin-bottom: 0;
  }

}

/* 
------------------------------------------------*/
.end__block__text{
  text-align: center;
  color: #17cce2;
  font-size: 20px;
  padding: 3rem 0;
}
@media only screen and (max-width: 800px) {.end__block__text{
  padding: 1rem 0;
  font-size: 4vw;
}}
/* 
------------------------------------------------*/
.end__bottom__nav{
  text-align: center;
}
.end__nav__button{
  display: inline-block;
  background-color: #ecff00;
  padding: 1rem 3rem;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}
.end__nav__button:hover{
  opacity: 0.5;
  transition: all 0.3s;
}
@media only screen and (max-width: 800px) {}
/* 
------------------------------------------------*/
.end__nav__link{
  padding: 3rem 0;
  text-align: center;

}

.end_copyright{
  padding: 3rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
}

@media only screen and (max-width: 800px) {}
/* 
------------------------------------------------*/

.end__sns{
  text-align: center;
  padding:1rem 2rem 2rem 2rem;
  margin: 4rem 0;
  background-color: #ecff00;
}
@media only screen and (max-width: 800px) {
  .end__sns{
    padding:1rem;
    margin: 4rem 0;
  }

}

.end__sns--title{
  font-size: 2.5rem;
font-weight: bold;
margin: 0 0 1.5rem 0;
border-bottom: 5px solid #000;


/* outline: double 6px #ecff00; */
padding: 0.8rem 1rem;
color: #000;
font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .end__sns--title{
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.end__sns--title span{
  display: inline-block;
}
.end__sns__list{}

.end__sns__list__push{
  width: 80%;
  margin: 0 auto;
}

.end__sns__list__push svg{
  width: 100%;
}

.end__sns__list--item{
  display: inline-block;
  padding: 0 1rem;;
}
.end__sns__list--item img{
  width: 150px;
}
@media only screen and (max-width: 800px) {
  .end__sns__list--item img{
    width: 100px;
  }
}
