@charset "utf-8";

html{
	font-size: 62.5%;
}
@media screen and (max-width: 520px){
  html{
    font-size: 62.5%;
  }
}

/*--------------------------------------*/

body{
  font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: 1.75 !important;
  letter-spacing: .1em;
  font-weight: 500;
  background-color: #F9F9F9;
  min-width: 1200px;
}
@media screen and (min-width: 521px){
	body{
    
	}
}
@media screen and (max-width: 520px){
	body{
    min-width: 0px;
	}
}

@keyframes csn-rotate{
	to{
		transform: rotate(360deg);
	}
}

/*--------------------------------------*/

#wrapper{
	
}
@media screen and (min-width: 521px){
	#wrapper{

	}
}
@media screen and (max-width: 520px){
	#wrapper{

	}
}

/*--------------------------------------*/

#main{
	
}
@media screen and (min-width: 521px){
	#main{

	}
}
@media screen and (max-width: 520px){
	#main{

	}
}

/*--------------------------------------*/

#contents{
	
}
@media screen and (min-width: 521px){
	#contents{

	}
}
@media screen and (max-width: 520px){
	#contents{

	}
}

/*--------------------------------------*/

.en_title{
  letter-spacing: 0;
  font-size: 6.8rem;
}
.fc_orange{
  color: var(--c_main_orange);
}
@media screen and (max-width: 520px){
  .en_title{
    letter-spacing: 0;
    font-size: 4rem;
  }
}

/*--------------------------------------------------------------------*/

._cta .button{
  transform: translate(0, -30%);
}
._cta .button a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
  transition: filter .3s;
  box-shadow: 0 .5em 1em rgba(36,120,81,.2);
}
._cta .button a:hover{
  opacity: 1;
  filter: brightness(1.2);
}
._cta .button a .icon{
  line-height: 1;
  padding: 0 1.5em 0 2.5em;
}
._cta .button a .icon img{
  width: 1.35em;
}
._cta .button a .label{
  padding: 1em 2.5em 1em 1.5em;
  border-left: 1px solid rgba(255,255,255,.2);
}
@media screen and (max-width: 520px){
  ._cta .button{
    transform: translate(0, -20%);
  }
  ._cta .button a{
    width: 96%;
    margin: 0 auto;
  }
  ._cta .button a .icon{
    padding: 0 4vw 0 6vw;
    width: 2em;
  }
  ._cta .button a .label{
    padding: 1em 6vw 1em 5vw;
    font-size: 4.8vw;
    flex: 1;
  }
}

/*--------------------------------------*/

._cta .button a._glitter{
  position: relative;
  overflow: hidden;
}
._cta .button a._glitter::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-5deg);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.017) 0%, rgba(255,255,255,0.22) 100%);
  animation: glitter 4s linear infinite;
}
@keyframes glitter{
  0%{
    transform: translate(-100%, 0);
  }
  10%{
    transform: translate(100%, 0);
  }
  100%{
    transform: translate(100%, 0);
  }
}

/*--------------------------------------*/

#sidebar{
	
}
@media screen and (min-width: 521px){
	#sidebar{

	}
}
@media screen and (max-width: 520px){
	#sidebar{

	}
}

/*--------------------------------------*/

footer{
	
}
@media screen and (min-width: 521px){
	footer{

	}
}
@media screen and (max-width: 520px){
	footer{

	}
}