@charset "utf-8";

#wrapper{
  background: linear-gradient(to right, #a9a9a9, #dadada, #a9a9a9) !important;
	background: -webkit-linear-gradient(left, #a9a9a9, #dadada, #a9a9a9) !important;
	background: -moz-linear-gradient(left, #a9a9a9, #dadada, #a9a9a9) !important;
	background: -o-linear-gradient(left, #a9a9a9, #dadada, #a9a9a9) !important;
	background: -ms-linear-gradient(left, #a9a9a9, #dadada, #a9a9a9) !important;
  color:#000 !important;
}
.content{
  width: 100vw;
  padding-top:70px;
  padding-bottom: 100px;
  background-image:url("../img/bg-dotted.png");
}
.bg-top-base{
  background-image:url("../img/bg-top-base.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .bg-top-base{
    background-size:130%;
  }
}

.product-menu{
  margin: 0 auto 0;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .product-menu{
    width:1200px;
    padding-top:600px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .product-menu{
    width:90%;
    padding-top:150px;
  }
}

@media screen and ( min-width:640px ) { /* PC ==================== */
  .product-menu li{
    margin: 10px 0;
    width: calc(17% - 5px);
    float: left;
  }
  .product-menu li:nth-child(6n+1){
    margin-right: 2px;
  }
  .product-menu li:nth-child(6n){
    float: left;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .product-menu li{
    margin: 0;
    width: calc(33.33% - 5px);
    float: left;
  }
  .product-menu li:nth-child(3n+1){
    margin-right: 8px;
  }
  .product-menu li:nth-child(3n){
    float: right;
  }
  .product-menu li img{
    width:100%;
  }
}

.mpg-copy-title img{
  position: relative;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media screen and ( min-width:640px ) { /* PC ==================== */
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-copy-title{
    width:100%;
  }
  .mpg-copy-title img{
    width:200%;
  }
}

.mpg-copy{
  text-align: center;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-copy{
    margin-bottom:80px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-copy{
    width:100%;
    margin-bottom:40px;
  }
  .mpg-copy img{
    width:100%;
  }
}

@media screen and ( min-width:640px ) { /* PC ==================== */
  div.mpg-copyrigth p img{
}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  div.mpg-copyrigth p img{
      width:100%;
}
}
