@charset "UTF-8";

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    margin:0;
    padding:0;
    color: #000;
}

body {
  width:100%;
  margin:0;
  padding:0;
  font-family:'Arial','小塚ゴシック Pro',sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  scrollbar-base-color : #ccff99;
}

.container{
  overflow: hidden;
}

ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li{
  color: #000;
}

a{
  text-decoration: none;
  color: #000;
}

p{
  margin: 0;
}

header {
  height:60px;
}
header img{
  margin-top: 17px;
  margin-left: 35px;
}
/*header underline*/
.header-underline{
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #C0C0C0;
  vertical-align: top;
  margin-top: 11px;
}




/*armi ランディングページ*/
/*top slider*/
.swiper-wrapper img{
  width: 100%;
}
/*下矢印*/
.swiper-container{
  position: relative;
}
.swiper-container .loop_wrap {
  display: flex;
  width: 40px;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom:0;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
.swiper-phone{
  display: none;
}
.loop_wrap img {
  width: 40px;
  height: 25px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateY(100%);
  }
}
.loop_wrap img:first-child {
  animation: loop 2s - 1s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 0.5s linear infinite;
}


/*identi-T*/
.identi-T{
  display: flex;
  flex-direction: row;
  margin: 100px 0;
  justify-content: center;
}
.identit-logo{
  width: 180px;
  margin-bottom: 40px;
}
.identi-T p{
  font-size: 13px;
}
.identit-img{
  width: 400px;
  height: auto;
  margin-left: 40px;
}
.armi-ipad{
  display: none;
}



/*スライダー2*/
.swiper-container2 img{
  width: 100%;
  margin-bottom: 100px;
}



/*material*/
.armi-material{
  display: flex;
  flex-direction: row;
}
.armi-material-reverse{
  display: flex;
  flex-direction: row;
}
.armi-material img{
  width: 55%;
}
.armi-material-reverse img{
  width: 55%;
}
.armi-txt{
  margin: auto;
  width: 35%;
}
.armi-txt h1{
  font-size: 30px;
  font-family: 'Athelas',sans-serif;
  position: relative;
}
.armi-txt h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
}
.armi-txt p{
  margin-top: 30px;
  font-size: 13px;
}
.armi-pc{
  text-align: center;
}
.armi-pc img{
  width: 90%;
  margin: 80px 0;
}
.armi-phone{
  display: none;
}
.viewmore{
  text-align: center;
}
.armi-btn{
  display: inline-block;
  margin-top: 50px;
  padding: 5px 30px;
  cursor : pointer;
  border: solid 0.5px #000;
  font-family: 'Athelas','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.armi-btn:hover{
  opacity: 0.5;
  transition: 0.2s;
}



/*lastwrap*/
.armi-lastwrap{
  text-align: center;
}
.armi-lastwrap img{
  width: 50%;
  height: auto;
  margin: 40px 0;
}




/*armi ランディングページ CONCEPT*/
.concept-detail{
  display: flex;
  flex-direction: row;
}
.concept-img{
  width: 45%;
  margin-left: 75px;
}
.fus-img{
  text-align: center;
}
.fus-img img{
  width: 680px;
  margin:100px 0;
}
.fus{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin:50px 0;
}
.fus img{
  width: 400px;
}
.fus ol{
  text-align: left;
  width: 30%;
  font-size: 13px;
  margin-top: 30px;
}




/*HARDMAN*/
.armi-detail{
  display: flex;
  flex-direction: row;
}
.armi-detail img{
  width:50%;
}
.armi-material-logo{
  text-align: center;
  margin-top: 1px;
}
.armi-material-logo p{
  text-align: center;
  font-size: 13px;
}
/*STORY*/
.armi-detail{
  margin-bottom: 80px;
}
.armi-story{
  width: 90%;
  margin: auto;
}
.armi-story h1{
  font-size: 30px;
  font-family: 'Athelas',sans-serif;
  position: relative;
  margin: 100px 0 60px 0;
}
.armi-story h1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
}
.armi-story img{
  width: 50%;
}
.story-txt p{
  width: 100%;
  overflow: hidden;
}
/*product slider*/
.swiper-container3{
  text-align: center;
}
.swiper-container3 img{
  width: 90%;
}
/*other products*/
.armi-other-products{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.armi-other-products li{
  width: 48%;

}
.armi-left{
  margin-right: 30px;
}
.armi-right{
  margin-left: 30px;
}
.armi-other-products img{
  width: 100%;
}
.armi-other-products img:hover{
  opacity: 0.8;
  transition: 0.2s;
}




/*armi ランディングページ　SMART*/
.story-txt h3{
  font-size: 13px;
  margin-bottom: -30px;
}
#margin-none{
  margin-top: 0;
}




/*armi ランディングページ　Zan;p*/
.zanp-img{
  margin-bottom: 100px;
  margin-top: -1px;
}





/*footer*/
#armi-top-footer{
  margin-top: 40px;
}
footer{
  background-color: #444444;
  margin-top: 100px;
}
footer p{
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
}



/*上部へ戻るボタン*/
#page_top{
  width: 55px;
  height: 55px;
  position: fixed;
  right: 30px;
  bottom: 0;
  background: #C0C0C0;
}
#page_top a{
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top:hover{
  opacity: 0.8;
  transition: 0.2s;
}





@media(max-width:1024px){
  header img{
    margin-left: 20px;
  }





  /*armi ランディングページ CONCEPT*/
  .concept-detail{
    flex-direction: column;
  }
  .concept-detail img {
    width: 100%;
    margin: auto;
  }
  .armi-txt-concept{
    width: 90%;
  }




  /*HARDMAN　その他*/
  .armi-detail{
    flex-direction: column;
  }
  .armi-detail img{
    width: 100%;
    margin: auto;
  }
  .story-txt{
    width: 100%;
    margin-top: 40px;
  }
  .identit-img{
    margin-left: 60px;
  }
  .zanp-img{
    width: 90%;
  }
}




@media(max-width:768px){
  /*armi ランディングページ*/
  /*スライダー矢印*/
  .loop_wrap img{
    width: 30px;
  }
  .regular .loop_wrap {
    bottom:-10%;
    width: 30px;
  }

  /*identi-T*/
  .identi-T{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .identit-img{
    margin-left: 30px;
  }
  /*armi detail*/
  .armi-pc img{
    margin-top: 60px;
  }
  .armi-pc-img{
    display: none;
  }
  .armi-ipad{
    display: inline;
  }




  /*armi ランディングページ CONCEPT*/
  .armi-txt-concept{
    width: 90%;
    margin-top: 20px;
  }
  .fus{
    flex-direction: column;
  }
  .fus img{
    width: 600px;
    margin: auto;
  }
  .fus ol{
    width: 61%;
    margin: auto;
    margin-top: 40px;
    font-size: 18px;
  }




  /*armi ランディングページ HARD MAN*/
  /*hardman logo*/
  .armi-material-logo img{
    width: 100%;
  }
  .armi-material-logo p{
    width: 90%;
    margin: auto;
  }
  /*OTHER PRDUCTS*/
  .armi-left{
    margin-right: 15px;
  }
  .armi-right{
    margin-left: 15px;
  }




  /*zanp*/
  .header-underline{
    display: none;
  }
}




@media(max-width:420px){
  /*header*/
  header img{
    width: 115px;
    height: auto;
    margin-top: 21px;
  }





  /*slider*/
  .swiper-phone{
    display:inline;
  }

  .swiper-pc{
    display: none;
  }




  /*armi ランディングページ*/
  /*スライダー矢印*/
  .regular .loop_wrap {
    bottom:0;
  }



  /*identi-T*/
  .identi-T{
    margin-top: 30px;
  }
  .identit-logo{
    margin-bottom: 20px;
  }
  .identit-img{
    display: none;
  }


  /*スライダー2*/
  .swiper-container2 img{
    margin-bottom: 50px;
  }


  /*detail*/
  .armi-material{
    flex-direction: column;
  }
  .armi-material-reverse{
    flex-direction: column-reverse;
  }
  .armi-material img{
    width: 100%;
  }
  .armi-material-reverse img{
    width: 100%;
  }
  .armi-txt{
    width: 90%;
    margin-top: 30px;
  }
  .armi-btn{
    margin-top: 30px;
  }
  .armi-pc{
    display: none;
  }
  .armi-phone{
    display: inline-block;
    text-align: center;
    margin: 40px 0 60px 0;
  }
  .armi-phone img{
    width: 90%;
  }
  .armi-pc-img{
    display: inline;
  }
  .armi-ipad{
    display: none;
  }



  /*lastwrap*/
  .armi-lastwrap img{
    width: 100%;
  }




  /*armi ランディングページ CONCEPT*/
  .fus-img img{
    width: 90%;
    margin: 50px 0;
  }
  .fus{
    margin-top: 0;
  }
  .fus img{
    width: 90%;
  }
  .fus ol{
    width: 90%;
    font-size: 13px;
  }
  .armi-top{
    padding: 3px 25px;
  }




  /*armi ランディングページ　HARD MAN*/
  .armi-material-logo p{
    width: 90%;
    margin: auto;
    text-align: left;
  }
  /*STORY*/
  .armi-story h1{
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .story-txt{
    width: 100%;
    margin-top: 30px;
  }
  .story-txt p{
    margin-top: 20px;
  }
  /*OTHER PRODUCTS*/
  .armi-other-products{
    flex-direction: column;
  }
  .armi-other-products li{
    width: 100%;
  }
  .armi-left{
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .armi-right{
    margin-left: 0px;
    margin-top: 30px;
  }




  /*armi ランディングページ　SMART*/
  .story-txt h3{
    margin-bottom: -20px;
  }




  /*Zanp*/
  .zanp-img{
    margin-bottom: 50px;
  }




  /*上に戻るボタン*/
  #page_top{
    width: 45px;
    height: 45px;
  }

  #page_top a{
    width: 45px;
    height: 45px;
  }
}




@media(max-width:320px){
  /*armi ランディングページ CONCEPT*/
  .fus ol{
    font-size: 11px;
  }
}
