@charset "UTF-8";
/* CSS Document */
.section_top{
  background-image:url("../images/About/bike-top2.jpg");
  background-size:cover;
  background-color: rgba(0,0,0,0.7);
  background-blend-mode:multiply;
  mix-blend-mode:multiply;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px 0;
  position: relative;
  margin-bottom: 60px;
}
.header-content-wrapper{
  padding: 15px 0;
  color: #fff;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: absolute;
  left: 24px;
  top: 10px;
}
.header-content-wrapper nav a:hover{
    filter: alpha(opacity=50);
  opacity: 0.5;
  }
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height:1px;
    width: 15px;
    border-radius: 1px;
    background-color: #FFF;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid 1px rgba(0,0,0,0.2);
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0,0,0,0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
  }
}
@media(min-width:1200px){
  .section_top{
    margin-bottom: 80px;
    height: 700px;
    padding: 0 100px 0;
  }
  .header-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 ;
    color: #fff;
  }
  .header-content-wrapper h1{
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img{
    height: 40px;
    width: 200px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left:  60px;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem; 
  }
}
.section_top p{
  font-size: 3.0rem;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 327px;
}
.blur{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
.blurTrigger{
    opacity: 0;
}
@media(min-width:1080px){
  .section_top p{
    font-size: 3.6rem;
    line-height: 6.0rem;
  }
}
.section_mission{
  margin: 0 24px 50px;
  color: #000;
  text-align: left;
}
.section_mission h2{
  font-size: 3.0rem;
  margin-bottom: 40px;
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
.p_1{
  font-size: 3.0rem;
  line-height: 4.8rem;
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
}
.p_2{
  font-size: 1.8rem;
  line-height: 3.0rem;
  margin-bottom: 60px;
  font-weight: bold;
}
@media(min-width:700px){
  .section_mission{
    margin-bottom: 80px;
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section_mission h2{
    font-size: 3.6rem;
    line-height: 6.0rem;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .p_1{
    font-size: 3.6rem;
    line-height: 6.0rem;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .p_1 br{
    display: none;
  }
  .p_2{
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.section_vision{
  margin-bottom: 60px;
  color: #000;
  text-align: left;
  background-color: #d9d9d9;
  
}
.section_vision img{
  margin-bottom: 40px;
  width: 100%;
}
.section_vision-discription{
  margin: 0 24px 0;
}
.section_vision h2{
  font-size: 3.0rem;
  margin-bottom: 30px;
}
.section_vision ul{
  list-style: none;
}
.section_vision h3{
  font-size: 2.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.section_vision ul li p{
  font-size: 1.8rem;
  line-height: 3.0rem;
  padding-bottom: 40px;
}
@media(min-width:1180px){
  .section_vision{
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
  }
  .section_vision img{
    flex: 5;
    max-width: 700px;
    margin: 0 auto;
    height: 500px;
  }
  .section_vision-discription{
    padding: 40px 100px 40px 40px;
    height: 500px;
    margin: 0 auto;
    flex: 5;
  }
  .section_vision h2{
    line-height: 3.0rem;
  }
}
.section_campany{
  margin-bottom: 60px;
  text-align: left;
  color: #000;
}
.section_campany h2{
  line-height: 3.0rem;
  padding: 10px 24px;
}
.section_campany table{
  width: 100%;
}
.section_campany th,.section_campany td{
  width: 100%;
  display: block;
  padding: 5px 24px;
}
.section_campany tr:nth-child(odd){
  background: #d9d9d9;
}
@media(min-width:1080px){
  .section_campany{
     max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .section_campany h2{
    padding: 10px 100px;
    margin-bottom: 20px;
  }
  .section_campany table{
    margin: 0 auto;
  }
  .section_campany table br{
    display: none;
  }
  .section_campany tr{
    height: 60px;
    padding: 20px 0;
    
  }
  .section_campany th{
    width: 300px;
    margin: 0 auto;
    padding-left:100px;
    display: table-cell;
    text-align: left;
    font-size: 2.0rem;
    vertical-align: middle;
  }
  .section_campany td{
    width: 900px;
    margin: 0 auto;
    display: table-cell;
    text-align: left;
    font-size: 2.0rem;
    vertical-align: middle;
  }
}
