#main {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(151, 175, 189, 0.575);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 10px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #292929;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-family: 'Noto Sans JP', sans-serif;
}
.view-tenth p {
   font-family: 'M PLUS 1p', sans-serif;
   color: #2e2e30;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   margin-bottom: 0;
   padding-bottom: 0;
}
.view-tenth p span {
    font-size: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    padding-left: 10px;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   font-family: 'Squada One', cursive;
    margin-top: 20px;
    background-color: #2e2e30;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
#footer05 {
   clear: both;
    }
h2 {
    margin-bottom: 50px;
}
.hero {
    background-image: url(../image/solv_glove-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }    
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}  
.box animateslow{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:980px) {
    .hero {
      background-image: url(../image/solv_glove.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      text-align: center;
      font-family: "Montserrat", sans-serif;
    }    
      #main {
          display: block;
          margin-left: auto;
          margin-right: auto;
          max-width: 980px;
      }
      .contenttext {
          width: 48%;
          float: left;
      }
      .contentimage {
          width: 48%;
          float: left;
          display: inline-block;
          margin-left: 2px;
          margin-right: 2px;
          height: auto;
          border: none;
          max-width: 70%;
          padding: 4px;
          background: #fff;
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
      }
      #contents {
          clear: both;
          margin-top: 10px;
          margin-bottom: 10px;
      }
  }
  @media (max-width:980px) {
    #main {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 680px;
    }
  }
  @media (max-width:680px) {
    #main {
    display: block;
    width: 326.6px;
    margin-left: auto;
    margin-right: auto;
  }
  }