@charset "utf-8";

.wrap{
  width: 100%;
  margin: 0 auto;
  background: #131313;
  overflow: hidden;
  color: #fff;
}

header{
  position: fixed;
  top: 0; left: 0;
  width: 100%; height:120px;
  background: #131313;
  z-index: 100;
}

.header_inner{
  width: 100%; height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 0 8.266% 0 5.333%;
}
.header_inner h1{
  width: 130px; height: 32px;
  padding: 44px 0;
}

.header_inner h1 > a{
  width: 100%; height: 100%;
  display: block;
}

.header_inner img{
  width: 130px; height: 32px;
}

.button_icons{
  display: flex;  
  flex-flow: row-reverse;
  padding-top: 44px;
}
.btn{
  width: 100%; height: 30px;
  margin: 0 auto;
}
.btn > span{
  display: block;
  width: 30px; height: 3px;
  border-radius: 25px;
  margin-bottom: 13px;
  background-color: #fff;
}
.btn span:last-of-type {
  margin-bottom: 0;
}
.search{
  width: 30px; height: 30px;
  margin-right: 30px;
}
.search img{
  width: 30px; height: 30px;
}


.header_inner .btn{
  position: relative;
  width: 30px; height: 30px;
  z-index: 20;
}

.btn.active span{
  margin: 0;
}
.btn.active span:nth-of-type(1){
  transform: translate(0% , 30%) rotate(45deg);
}
.btn.active span:nth-of-type(2){
  transform: translate(0% , -60%) rotate(-45deg);
}

.nav_wrap{
  position: fixed;
  top: 120px; left: 100%;
  z-index: 100;
  width: 100%; height: 100%;
  background: #131313;
}
nav{
  width: 100%;
}
.nav_wrap nav ul{
  width: 100%;
  padding: 100px 16% 0;
}
.nav_wrap nav ul li{
  margin-bottom: 40px;
}
nav ul li a{
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 5rem;
}

/* visual */
.visual{
  margin-top: 120px;
  width: 100%; height: 600px;
  background: url(../img/ab_visual_img.jpg) no-repeat center/cover;
}

.visual_text{
  padding: 270px 0;
  text-align: center;
  width: 100%;
}
.visual_text h2{
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
}
.line{
  width: 4px; height: 150px;
  background-color: #fff;
  margin: 100px auto;
}

/* values */
.values{
  text-align: center;
}
.values_inner h2{
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 80px;
}
.values_inner{
  width: 83.2%;
  margin: 0 auto;
}
.va_con{
  display:inline-block;
}
.va_con > div{
  width: 100%;
  margin: 0 0 80px ;
}
.va_con > div:last-of-type{
  margin: 0 ;
}
.va_img1{
  width: 100px; height: 100px;
  margin: 0 auto;
  background: url(../img/a1_img.png)no-repeat center/cover;
}
.va_text1{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.va_text1 h3{
  font-size: 3.5rem;
  margin: 10px 0;
}
.va_text1 p{
  font-size: 2.2rem;
  line-height: 1.45;
}
.va_img2{
  width: 100px; height: 100px;
  margin: 0 auto;
  background: url(../img/a2_img.png)no-repeat center/cover;
}
.va_text2{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.va_text2 h3{
  font-size: 3.5rem;
  margin: 10px 0;
}
.va_text2 p{
  font-size: 2.2rem;
  line-height: 1.45;
}
.va_img3{
  width: 100px; height: 100px;
  margin: 0 auto;
  background: url(../img/a3_img.png)no-repeat center/cover;
}
.va_text3{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.va_text3 h3{
  font-size: 3.5rem;
  margin: 10px 0;
}
.va_text3 p{
  font-size: 2.2rem;
  line-height: 1.45;
}
.va_img4{
  width: 100px; height: 100px;
  margin: 0 auto;
  background: url(../img/a4_img.png)no-repeat center/cover;
}
.va_text4{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.va_text4 h3{
  font-size: 3.5rem;
  margin: 10px 0;
}
.va_text4 p{
  font-size: 2.2rem;
  line-height: 1.45;
}

/* about */
.about{
  width: 100%;
  text-align: center;
}
.about1{
  margin-bottom: 100px;
}
.about1_img{
  width: 100%; height: 512px;
  background: url(../img/about1_img.jpeg)no-repeat center/cover;
}
.about1_text{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.about1_text h2{
  font-size: 3.5rem;
  line-height: 1.285;
  margin-top: 20px;
}
.about1_text p{
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 10px;
}
.about2_img{
  width: 100%; height: 512px;
  background: url(../img/about2_img.jpeg)no-repeat center/cover;
}
.about2_text{
  width: 83.2%;
  margin: 0 auto;
  word-break: keep-all;
}
.about2_text h2{
  font-size: 3.5rem;
  line-height: 1.285;
  margin-top: 20px;
}
.about2_text p{
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 10px;
}
.about2_text p:last-of-type{
  margin-top: 0;
}

/* history */
.history_img{
  width: 100%; height: 512px;
  background: url(../img/about3_img.jpeg)no-repeat center/cover;
  margin-bottom: 20px;
}
.history_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;
}
.history_text h2{
  font-size: 3.5rem;
  line-height: 1.28;
  margin-bottom: 10px;
}
.history_text p{
  font-size: 2.2rem;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.history_text a{
  display: block;
  width: 200px; height: 70px;
  font-size: 2.1rem;
  line-height: 70px;
  margin: 80px auto 0;
  border: 1px solid #fff;
  color: #fff;
}

/* natural */
.natural_img{
  width: 100%; height: 512px;
  background: url(../img/about5_img.png)no-repeat center/cover;
  margin-bottom: 20px;
}
.natural_text{
  width: 83.2%;
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;
}
.natural_text h2{
  font-size: 3.5rem;
  line-height: 1.28;
  margin-bottom: 10px;
}
.natural_text p{
  font-size: 2.2rem;
  line-height: 1.45;
}
.natural_text a{
  display: block;
  width: 200px; height: 70px;
  font-size: 2.1rem;
  line-height: 70px;
  margin: 80px auto 0;
  border: 1px solid #fff;
  color: #fff;
}

/* story */
.story{
  width: 100%;
  text-align: center;
}
.story h2{
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 80px;
}
.story_img{
  width: 83.2%; height: 350px;
  background: url(../img/about_img2.png)no-repeat center/cover;
  margin: 0 auto;
}
.story_img2{
  width: 83.2%; height: 350px;
  background: url(../img/about_img3.png)no-repeat center/cover;
  margin: 0 auto;
}
.story_img3{
  width: 83.2%; height: 350px;
  background: url(../img/about_img1.jpg)no-repeat center/cover;
  margin: 0 auto;
}
.story_img4{
  width: 83.2%; height: 350px;
  background: url(../img/about_img4.png)no-repeat center/cover;
  margin: 0 auto;
}
.story_img5{
  width: 83.2%; height: 350px;
  background: url(../img/about_img5.png)no-repeat center/cover;
  margin: 0 auto;
}
.story_text{
  width: 83.2%;
  margin: 20px auto 0;
  word-break: keep-all;
}
.story_text h3{
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.45;
}

/* footer */
footer{
  width: 100%;
  background-color: #202020;
}
.footer_inner{
  width: 83.2%;
  margin: 0 auto;
  padding: 54px 0;
}
.footer_inner > a{
  width: 250px; height: 48px;
}
.footer_inner > a img{
  display: block;
  width: 250px; height: 48px;
  margin: 0 auto;
}
.footer_nav{
  width: 100%;
  margin: 57px auto;
}
.footer_nav ul{
  display: flex;
  justify-content: center;
}
.footer_nav li a{
  color: #fff;
  font-size: 1.3rem;
}
.footer_nav li a::after{
  content: " | ";
  margin: 0 8px;
}
.footer_nav li:last-of-type a::after{
  content: "";
  margin: 0;
}
.footer_border{
  width: 100%; 
  border: 2px solid #fff;
  margin-bottom: 60px;
}

.sns{
  width: 83.06%;
  margin: 0 auto;
}
.sns ul{
  display: flex;
  width: 100%; margin: 0 auto;
  justify-content: center;
}
.sns li a{
  margin-right: 20px;
}
.sns li:last-of-type a{
  margin-right: 0;
}

.footer_bottom{
  display: none;
}

/* 768 */
@media screen and (min-width:768px) {
  header{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height:120px;
    background: #131313;
  }
  
  .header_inner{
    width: 100%; height: 120px;
    display: flex;
    justify-content: space-between;
    padding: 0 7.552% 0 4.296%;
  }
  .header_inner h1{
    width: 250px; height: 48px;
    padding: 36px 0;
  }
  
  .header_inner h1 > a{
    width: 100%; height: 100%;
    display: block;
  }
  
  .header_inner img{
    width: 250px; height: 48px;
  }
  
  .button_icons{
    display: flex;  
    flex-flow: row-reverse;
    padding-top: 45px;
  }
  .btn{
    width: 100%; height: 30px;
    margin: 0 auto;
  }
  .btn > span{
    display: block;
    width: 30px; height: 3px;
    border-radius: 25px;
    margin-bottom: 13px;
    background-color: #fff;
  }
  .btn span:last-of-type {
    margin-bottom: 0;
  }
  .search{
    width: 30px; height: 30px;
    margin-right: 30px;
  }
  .search img{
    width: 30px; height: 30px;
  }
  
  /* visual */
  .visual{
    margin-top: 120px;
    width: 100%; height: 780px;
    background: url(../img/ab_visual_img.jpg) no-repeat center/cover;
  }
  
  .visual_text{
    padding: 331px 0;
    text-align: center;
    width: 100%;
  }
  .visual_text h2{
    font-size: 9rem;
    font-family: "Roboto", sans-serif;
  }
  .line{
    width: 4px; height: 150px;
    background-color: #fff;
    margin: 150px auto;
  }
  
  /* values */
  .values{
    text-align: center;
  }
  .values_inner h2{
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 80px;
  }
  .values_inner{
    width: 84.89%;
    margin: 0 auto;
  }
  .va_con{
    display:inline-block;
  }
  .va_con > div{
    width: 100%;
    margin: 0 0 80px ;
  }
  .va_con > div:last-of-type{
    margin: 0 ;
  }
  .va_img1{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a1_img.png)no-repeat center/cover;
  }
  .va_text1{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text1 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text1 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img2{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a2_img.png)no-repeat center/cover;
  }
  .va_text2{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text2 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text2 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img3{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a3_img.png)no-repeat center/cover;
  }
  .va_text3{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text3 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text3 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img4{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a4_img.png)no-repeat center/cover;
  }
  .va_text4{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text4 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text4 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  
  /* about */
  .about{
    width: 100%;
    text-align: center;
  }
  .about1{
    margin-bottom: 100px;
  }
  .about1_img{
    width: 100%; height: 512px;
    background: url(../img/about1_img.jpeg)no-repeat center/cover;
  }
  .about1_text{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .about1_text h2{
    font-size: 3.5rem;
    line-height: 1.285;
    margin-top: 20px;
  }
  .about1_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 10px;
  }
  .about2_img{
    width: 100%; height: 512px;
    background: url(../img/about2_img.jpeg)no-repeat center/cover;
  }
  .about2_text{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .about2_text h2{
    font-size: 3.5rem;
    line-height: 1.285;
    margin-top: 20px;
  }
  .about2_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 10px;
  }
  .about2_text p:last-of-type{
    margin-top: 0;
  }
  
  /* history */
  .history_img{
    width: 100%; height: 550px;
    background: url(../img/about3_img.jpeg)no-repeat top/cover;
    margin-bottom: 20px;
  }
  .history_text{
    width: 84.89%;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
  }
  .history_text h2{
    font-size: 3.5rem;
    line-height: 1.28;
    margin-bottom: 10px;
  }
  .history_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .history_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    margin: 80px auto 0;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* natural */
  .natural_img{
    width: 100%; height: 512px;
    background: url(../img/about5_img.png)no-repeat center/cover;
    margin-bottom: 20px;
  }
  .natural_text{
    width: 84.89%;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
  }
  .natural_text h2{
    font-size: 3.5rem;
    line-height: 1.28;
    margin-bottom: 10px;
  }
  .natural_text p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .natural_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    margin: 80px auto 0;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* story */
  .story{
    width: 100%;
    text-align: center;
  }
  .story_outer{
    width: 84.89%;
    margin: 0 auto;
  }
  .story_inner{
    width: 100%;
  }
  .story_inner > div{
    display: flex;
  }
  .story h2{
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 80px;
  }
  .story_img{
    width: 100%; height: 350px;
    background: url(../img/about_img2.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img2{
    width: 100%; height: 350px;
    background: url(../img/about_img3.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img3{
    width: 100%; height: 350px;
    background: url(../img/about_img1.jpg)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img4{
    width: 100%; height: 350px;
    background: url(../img/about_img4.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img5{
    width: 100%; height: 350px;
    background: url(../img/about_img5.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_text{
    width: 84,89%;
    margin: 20px auto 0;
    word-break: keep-all;
  }
  .story_text h3{
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.45;
  }
  
  /* footer */
  footer{
    width: 100%;
    background-color: #202020;
  }
  .footer_inner{
    width: 80.98%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer_inner > a{
    width: 250px; height: 48px;
  }
  .footer_inner > a img{
    display: block;
    width: 250px; height: 48px;
    margin: 0 auto;
  }
  .footer_nav{
    width: 68.71%;
    margin: 53px auto 50px;
  }
  .footer_nav ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
  
  }
  .footer_nav li a{
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
  }
  .footer_nav li a::after{
    content: " | ";
    margin: 0 8px;
  }
  .footer_nav li:last-of-type a::after{
    content: "";
    margin: 0;
  }
  .footer_border{
    width: 100%; 
    border: 2px solid #fff;
    margin-bottom: 60px;
  }
  
  .sns{
    width: 39.87%;
    margin: 0 auto;
  }
  .sns ul{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sns li a{
    margin-right: 20px;
  }
  .sns li:last-of-type a{
    margin-right: 0;
  }
  
  .footer_bottom{
    display: block;
    margin-top: 46px;
  }
  .footer_bottom address span::after{
    content: " | ";
  }
  .footer_bottom address{
    word-break: keep-all;
    font-size: 1.4rem;
    text-align: center;
    font-style: normal;
    line-height: 1.714;

  }
}

/* 1024 */
@media screen and (min-width:1024px){
  header{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height:120px;
    background: #131313;
  }
  
  .header_inner{
    width: 100%; height: 120px;
    display: flex;
    justify-content: space-between;
    padding: 0 7.552% 0 2.246%;
  }
  .header_inner h1{
    width: 250px; height: 48px;
    padding: 36px 0;
  }
  
  .header_inner h1 > a{
    width: 100%; height: 100%;
    display: block;
  }
  
  .header_inner img{
    width: 250px; height: 48px;
  }

  .nav_flex{
    width: 57%;
    display: flex;
    flex-flow: row-reverse;
  }
  
  .button_icons{
    display: flex;  
    flex-flow: row;
    padding-top: 45px;
  }
  .btn{
    display: none;
    width: 100%; height: 30px;
    margin: 0 auto;
  }
  .btn > span{
    display: block;
    width: 30px; height: 3px;
    border-radius: 25px;
    margin-bottom: 13px;
    background-color: #fff;
  }
  .btn span:last-of-type {
    margin-bottom: 0;
  }
  .search{
    width: 30px; height: 30px;
    margin-right: 0px;
  }
  .search img{
    width: 30px; height: 30px;
  }
  .nav_wrap{
    position: static;
    width: 100%;
  }
  .nav_wrap .nav{
    width: 100%; height: 120px;
  }
  .nav_wrap nav ul{
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
  }

  .nav_wrap nav ul li{
    margin-bottom: 0;
  }

  .nav_wrap ul li{
    margin-right: 50px;
  }
  .nav_wrap ul li:last-of-type{
    margin-right: 0;
  }
  .nav_wrap ul li a{
    font-size: 2rem;
    font-weight: 300;
  }
  .nav_wrap ul li a::after{
    content: "";
    display: block;
    width: 90%; height: 2px;
    transform: scale(0, 1);
    transform-origin: left;
    background: #fff;
    transition: all .5s ease 0s;
  }
  
  nav ul li a:hover::after{
    transform: scale(1.1);
  }
  
  /* visual */
  .visual{
    margin-top: 120px;
    width: 100%; height: 780px;
    background: url(../img/ab_visual_img.jpg) no-repeat center/cover;
  }
  
  .visual_text{
    padding: 335px 0 0;
    text-align: center;
    width: 100%;
  }
  .visual_text h2{
    font-size: 9rem;
    font-family: "Roboto", sans-serif;
  }
  .line{
    width: 4px; height: 150px;
    background-color: #fff;
    margin: 150px auto;
  }
  
  /* values */
  .values{
    text-align: center;
  }
  .values_inner h2{
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 150px;
  }
  .values_inner{
    width: 90.62%;
    margin: 0 auto;
  }
  .va_con{
    display: flex;
  }
  .va_con > div{
    width: 100%;
    margin: 0  ;
  }
  .va_con > div:last-of-type{
    margin: 0 ;
  }

  .va_img1{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a1_img.png)no-repeat center/cover;
  }
  .va_text1{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text1 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text1 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img2{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a2_img.png)no-repeat center/cover;
  }
  .va_text2{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text2 h3{
    font-size: 3.5rem;
    line-height: 1.285;
    margin: 10px 0;
  }
  .va_text2 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img3{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a3_img.png)no-repeat center/cover;
  }
  .va_text3{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text3 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text3 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img4{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a4_img.png)no-repeat center/cover;
  }
  .va_text4{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text4 h3{
    font-size: 3.5rem;
    margin: 10px 0;
  }
  .va_text4 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  
  /* about */
  .about{
    width: 100%;
    text-align: center;
  }
  .about1{
    margin-bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
  }
  .about1_img{
    width: 50%; height: 750px;
    background: url(../img/about1_img.jpeg)no-repeat right/cover;
  }
  .about1_text{
    width: 40.3%;
    text-align: right;
    margin: 0 69px 0 auto;
    padding: 187px 0;
    word-break: keep-all;
  }
  .about1_text h2{
    font-size: 3.5rem;
    line-height: 1.285;
    margin-top: 0px;
  }
  .about1_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 30px;
  }
  .about2{
    width: 100%;
    display: flex;
  }
  .about2_img{
    width: 50%; height: 750px;
    background: url(../img/about2_img.jpeg)no-repeat center/cover;
  }
  .about2_text{
    text-align: left;
    width: 40.3%;
    margin: 0 auto;
    padding: 150px 0 0;
    word-break: keep-all;
  }
  .about2_text h2{
    font-size: 3.5rem;
    line-height: 1.285;
    margin-top: 0px;
  }
  .about2_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 30px;
  }
  .about2_text p:last-of-type{
    margin-top: 30px;
  }
  
  /* history */
  .history_inner{
    display: flex;
    width: 100%;
  }
  .history_img{
    width: 50%; height: 550px;
    background: url(../img/about3_img.jpeg)no-repeat 0%/cover;
    margin-bottom: 0px;
  }
  .history_text{
    width: 40.3%;
    margin: 0 auto 0 59px;
    text-align: left;
    word-break: keep-all;
    padding: 70px 0 0;
  }
  .history_text h2{
    font-size: 3.5rem;
    line-height: 1.28;
    margin-bottom: 10px;
  }
  .history_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .history_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    text-align: center;
    margin: 80px auto 0 0;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* natural */
  .natural_inner{
    display: flex;
    flex-direction: row-reverse;
  }
  .natural_img{
    width: 50%; height: 512px;
    background: url(../img/about5_img.png)no-repeat center/cover;
    margin-bottom: 20px;
  }
  .natural_text{
    width: 40.3%;
    margin: 0 auto;
    padding: 85px 0 0;
    text-align: right;
    word-break: keep-all;
  }
  .natural_text h2{
    font-size: 3.5rem;
    line-height: 1.28;
    margin-bottom: 30px;
  }
  .natural_text p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .natural_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    margin: 80px auto 0;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* story */
  .story{
    width: 100%;
    text-align: center;
  }
  .story_outer{
    width: 90.62%;
    margin: 0 auto;
  }
  .story_inner{
    width: 100%;
  }
  .story_inner > div{
    display: flex;
  }
  .story h2{
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 150px;
  }
  .story_img{
    width: 100%; height: 350px;
    background: url(../img/about_img2.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img2{
    width: 100%; height: 350px;
    background: url(../img/about_img3.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img3{
    width: 100%; height: 350px;
    background: url(../img/about_img1.jpg)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img4{
    width: 100%; height: 350px;
    background: url(../img/about_img4.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img5{
    width: 100%; height: 350px;
    background: url(../img/about_img5.png)no-repeat 35%/cover;
    margin: 0 auto;
  }
  .story_text{
    width: 84,89%;
    margin: 20px auto 0;
    word-break: keep-all;
  }
  .story_text h3{
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.45;
  }
  
  /* footer */
  footer{
    width: 100%;
    background-color: #202020;
  }
  .footer_inner{
    width: 82.42%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer_inner > a{
    width: 250px; height: 48px;
  }
  .footer_inner > a img{
    display: block;
    width: 250px; height: 48px;
    margin: 0 auto;
  }
  .footer_nav{
    width: 68.71%;
    margin: 40px auto 63px;
  }
  .footer_nav ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
  
  }
  .footer_nav li a{
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
  }
  .footer_nav ul li a::after{
    content: " | ";
    margin: 0 8px;
  }
  .footer_nav li:last-of-type a::after{
    content: "";
    margin: 0;
  }
  .footer_border{
    width: 100%; 
    border: 2px solid #fff;
    margin-bottom: 60px;
  }
  
  .sns{
    width: 39.87%;
    margin: 0 auto;
  }
  .sns ul{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sns li a{
    margin-right: 20px;
  }
  .sns li:last-of-type a{
    margin-right: 0;
  }
  
  .footer_bottom{
    display: block;
    margin-top: 53px;
  }
  .footer_bottom address span::after{
    content: " | ";
  }
  .footer_bottom address{
    word-break: keep-all;
    font-size: 1.9rem;
    text-align: center;
    font-style: normal;
    line-height: 1.526;

  }
}
/* 1920 */
@media screen and (min-width:1650px){
  header{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height:120px;
    background: #131313;
  }
  
  .header_inner{
    width: 1625px; height: 120px;
    margin:  auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .header_inner h1{
    width: 250px; height: 48px;
    padding: 36px 0;
  }
  
  .header_inner h1 > a{
    width: 100%; height: 100%;
    display: block;
  }
  
  .header_inner img{
    width: 250px; height: 48px;
  }

  .nav_flex{
    width: 522px;
    display: flex;
    flex-flow: row-reverse;
  }
  
  .button_icons{
    display: flex;  
    flex-flow: row;
    padding-top: 45px;
  }
  .btn{
    display: none;
    width: 100%; height: 30px;
    margin: 0 auto;
  }
  .btn > span{
    display: block;
    width: 30px; height: 3px;
    border-radius: 25px;
    margin-bottom: 13px;
    background-color: #fff;
  }
  .btn span:last-of-type {
    margin-bottom: 0;
  }
  .search{
    width: 30px; height: 30px;
    margin-right: 0px;
  }
  .search img{
    width: 30px; height: 30px;
  }
  .nav_wrap{
    position: static;
    width: 412px;
    margin-right: 80px;
  }
  .nav_wrap .nav{
    width: 412px; height: 120px;
  }
  .nav_wrap nav ul{
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
  }

  .nav_wrap nav ul li{
    margin-bottom: 0;
  }

  .nav_wrap ul li{
    margin-right: 50px;
  }
  .nav_wrap ul li:last-of-type{
    margin-right: 0;
  }
  .nav_wrap ul li a{
    font-size: 2rem;
    font-weight: 300;
  }
  .nav_wrap ul li a::after{
    content: "";
    display: block;
    width: 90%; height: 2px;
    transform: scale(0, 1);
    transform-origin: left;
    background: #fff;
    transition: all .5s ease 0s;
  }
  
  .nav_wrap ul li a:hover::after{
    transform: scale(1.1);
  }
  
  /* visual */
  .visual{
    margin-top: 120px;
    width: 100%; height: 780px;
    background: url(../img/ab_visual_img.jpg) no-repeat center/cover;
  }
  
  .visual_text{
    padding: 335px 0 0;
    text-align: center;
    width: 100%;
  }
  .visual_text h2{
    font-size: 9rem;
    font-family: "Roboto", sans-serif;
  }
  .line{
    width: 4px; height: 150px;
    background-color: #fff;
    margin: 150px auto;
  }
  
  /* values */
  .values{
    text-align: center;
  }
  .values_inner h2{
    font-size: 6rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 150px;
  }
  .values_inner{
    width: 83.33%;
    margin: 0 auto;
  }
  .va_con{
    display: flex;
  }
  .va_con > div{
    width: 100%;
    margin: 0  ;
  }
  .va_con > div:last-of-type{
    margin: 0 ;
  }

  .va_img1{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a1_img.png)no-repeat center/cover;
  }
  .va_text1{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text1 h3{
    font-size: 4rem;
    margin: 10px 0;
  }
  .va_text1 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img2{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a2_img.png)no-repeat center/cover;
  }
  .va_text2{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text2 h3{
    font-size: 4rem;
    line-height: 1.285;
    margin: 10px 0;
  }
  .va_text2 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img3{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a3_img.png)no-repeat center/cover;
  }
  .va_text3{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text3 h3{
    font-size: 4rem;
    margin: 10px 0;
  }
  .va_text3 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .va_img4{
    width: 100px; height: 100px;
    margin: 0 auto;
    background: url(../img/a4_img.png)no-repeat center/cover;
  }
  .va_text4{
    width: 84.89%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .va_text4 h3{
    font-size: 4rem;
    margin: 10px 0;
  }
  .va_text4 p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  
  /* about */
  .about{
    width: 100%;
    text-align: center;
  }
  .about1{
    margin-bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
  }
  .about1_img{
    width: 50%; height: 960px;
    background: url(../img/about1_img.jpeg)no-repeat right/cover;
  }
  .about1_text{
    width: 32%;
    text-align: right;
    margin: 0 145px 0 160px;
    padding: 376px 0 0;
    word-break: keep-all;
  }
  .about1_text h2{
    font-size: 4rem;
    line-height: 1.333;
    margin-top: 0px;
  }
  .about1_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 30px;
  }
  .about2{
    width: 100%;
    display: flex;
  }
  .about2_img{
    width: 50%; height: 960px;
    background: url(../img/about2_img.jpeg)no-repeat center/cover;
  }
  .about2_text{
    text-align: left;
    width: 35%;
    margin: 0 auto;
    padding: 323px 0 0;
    word-break: keep-all;
  }
  .about2_text h2{
    font-size: 4rem;
    line-height: 1.333;
    margin-top: 0px;
  }
  .about2_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    margin-top: 30px;
  }
  .about2_text p:last-of-type{
    margin-top: 30px;
  }
  
  /* history */
  .history_inner{
    display: flex;
    width: 100%;
  }
  .history_img{
    width: 50%; height: 850px;
    background: url(../img/about3_img.jpeg)no-repeat 0%/cover;
    margin-bottom: 0px;
  }
  .history_text{
    width: 29.93%;
    margin: 0 auto 0 145px;
    text-align: left;
    word-break: keep-all;
    padding: 226px 0 0;
  }
  .history_text h2{
    font-size: 4rem;
    line-height: 1.28;
    margin-bottom: 30px;
  }
  .history_text p{
    font-size: 2.2rem;
    line-height: 1.45;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .history_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    text-align: center;
    margin: 80px auto 0 0;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* natural */
  .natural_inner{
    display: flex;
    flex-direction: row-reverse;
  }
  .natural_img{
    width: 50%; height: 850px;
    background: url(../img/about5_img.png)no-repeat center/cover;
    margin-bottom: 0px;
  }
  .natural_text{
    width: 36.5%;
    margin: 0 145px 0 auto;
    padding: 260px 0 0;
    text-align: right;
    word-break: keep-all;
  }
  .natural_text h2{
    font-size: 3.5rem;
    line-height: 1.28;
    margin-bottom: 30px;
  }
  .natural_text p{
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .natural_text a{
    display: block;
    width: 200px; height: 70px;
    font-size: 2.1rem;
    line-height: 70px;
    margin: 80px 0 0 auto;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
  }
  
  /* story */
  .story{
    width: 100%;
    text-align: center;
  }
  .story_outer{
    width: 83.33%;
    margin: 0 auto;
  }
  .story_inner{
    width: 100%;
  }
  .story_inner > div{
    display: flex;
  }
  .swiper-slide a{
    width: 520px;
    display: block;
  }
  .story h2{
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 150px;
  }
  .story_img{
    width: 100%; height: 600px;
    background: url(../img/about_img2.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img2{
    width: 100%; height: 600px;
    background: url(../img/about_img3.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img3{
    width: 100%; height: 600px;
    background: url(../img/about_img1.jpg)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img4{
    width: 100%; height: 600px;
    background: url(../img/about_img4.png)no-repeat center/cover;
    margin: 0 auto;
  }
  .story_img5{
    width: 100%; height: 600px;
    background: url(../img/about_img5.png)no-repeat 35%/cover;
    margin: 0 auto;
  }
  .story_text{
    width: 84,89%;
    margin: 20px auto 0;
    word-break: keep-all;
  }
  .story_text h3{
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.45;
  }
  
  /* footer */
  footer{
    width: 100%;
    background-color: #202020;
  }
  .footer_inner{
    width: 1600px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer_inner > a{
    width: 250px; height: 48px;
  }
  .footer_inner > a img{
    display: block;
    width: 250px; height: 48px;
    margin: 0 auto;
  }
  .footer_nav{
    width: 68.71%;
    margin: 50px auto 40px;
  }
  .footer_nav ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
  
  }
  .footer_nav li a{
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
  }
  .footer_nav li a::after{
    content: " | ";
    margin: 0 8px;
  }
  .footer_nav li:last-of-type a::after{
    content: "";
    margin: 0;
  }
  .footer_border{
    width: 100%; 
    border: 2px solid #fff;
    margin-bottom: 52px;
  }
  
  .sns{
    width: 39.87%;
    margin: 0 auto;
  }
  .sns ul{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sns li a{
    margin-right: 20px;
  }
  .sns li:last-of-type a{
    margin-right: 0;
  }
  
  .footer_bottom{
    display: block;
    margin-top: 30px;
  }
  .footer_bottom address span::after{
    content: " | ";
  }
  .footer_bottom i{
    display: block;
  }
  .footer_bottom address{
    word-break: keep-all;
    font-size: 1.9rem;
    text-align: center;
    font-style: normal;
    line-height: 1.526;
  }
}