/*全体*/
html *{
  box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,p,div,a,img{
  margin: 0;
  padding: 0;
  text-decoration: none;
  color:black;
}
body{
  background-color:white;
}
.head-top{
  width: 100%;
  height:20px;
  background-color: rgb(116, 20, 20);
}
a:link,a:hover,a:visited{
  color: #333;
}
.policy{
  font-size: 1.2em;
  font-weight: bold;
  border-left: #ff7c5c solid 5px;
  padding-left: 10px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.policy_title{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}
.policy_title_sub{
  text-align: center;
}
/*メニュー*/
.menu-container {
    margin: 0;
    position: relative;
    z-index: 20;
  }
  
  .menu-container .menu {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .menu-container .menu .menu-item {
    flex: 1;
  }
  
  .menu-container .menu .menu-item a {
    background: #fff;
    border-right: 1px solid #FFF;
    color: #333;
    display: block;
    padding: 0.6em 0.4em;
    text-align: center;
    text-decoration: none;
  }
  
  .menu-container .menu .menu-item a:hover {
    background: #ccc;
    color: #ffffff;
  }
  
  .menu-container .menu .menu-item:last-child a {
    border-right: none;
  }
  .menu-background{
    color: #ff7c5c;
  }
  /*トップページ*/
.main-container{
  /*border: 1px solid #ccc;*/
  background-color:#cccccc;
  margin:0;
  z-index: 10;
}
h1 img{
  margin: 20px 0 0 20px;
}
/*商品*/

#container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width:80%;
  max-width: 1400px;
  margin:auto;
  padding:20px;

  margin-left:auto;
  margin-right:auto;
}
.product-lv1{
  padding:5px;
  width:280px;
  background-color:white;
  margin: 10px;
  color: #bbbbbb;
  position: relative;
}
.product-lv1 img{
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}
.square_small{
  width: 100%;
  height: 260px;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.square_small img{
  width: 100%;
}
.product-lv2{
  padding:10px;
  width:590px;
  background-color:white;
  margin-top:10px;
  color: #bbbbbb;
  position: relative;
  text-align: center;
}
.product-lv2 img{
  width: 80%;
  height: inherit;
  object-fit: contain;
}
.top-image{
  padding:30px;
  width:590px;
  background-color:white;
  margin-top:auto auto;
  color: #bbbbbb;
  position: relative;
  text-align: center; 
  vertical-align: middle;
}
.top-image p{
  margin: auto;
}
.top-image img{
  width: 80%;
  height: inherit;
  object-fit: contain;
  margin: auto;
}
.top-explanation{
  padding:30px;
  background-color:white;
  margin-top:10px;
  color: #2e2d2d;
  position: relative;
  text-align: left; 
}
.square{
  width: 570px;
  height: 570px;
  vertical-align: middle;
  text-align: center;
}
.product-lv2 h3 {
  width:100%;
  text-align: center;
  background-color: coral;
}
.product-lv3{
  width:1180px;
  background-color:white;
  text-align: center;
  margin-top:10px;
  color: #bbbbbb;
  position: relative;
}

.product-lv3 img{
  width: 100%;
  vertical-align:bottom;
}
.product-lv1 h3,.product-lv3 h3 {
  width:100%;
  text-align: center;
  background-color: coral;
  font-size: 1em;
}
.product-lv1 p,.product-lv2 p,.product-lv3 p{
  padding: 10px;
}
.price{
  text-align: right;
  color: brown;
  font-size: 1.2em;
  font-weight: bold;
}
.price span{
  text-decoration: line-through;
}
	.product-lv1:hover{
	    filter:alpha(opacity=70);/* IE 6,7*/
	    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	    -moz-opacity:0.7;/* FF , Netscape */
	    -khtml-opacity: 0.7;/* Safari 1.x */
	    opacity:0.7;
	    zoom:1;/*IE*/
  }
  .explanation{
    text-align: left;
    padding: 10px;
  }
  .explanation p{
    padding-left: 10px;
  }
  .footer_area{
    background-color: gray;
  }
  .footer{
    width: 1180px;
    height: 500px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:auto;
  }
  .footer_head{
    width:100%;
    margin-top: 100px;
    padding-left: 30px;
  }
  .footer_container{
    width:300px;
    padding: 20px;
  }

/*商品詳細ページ*/
.product-detail-lv1{
  padding:0;
  width:300px;
  background-color:white;

  margin-top:10px;
  color: #bbbbbb;
  position: relative;
}
.product-lv1 img{
  width: 100%;
}
.product-detail-lv2{
  padding:5px;
  width:620px;
  background-color:white;

  margin-top:10px;
  color: #bbbbbb;
  position: relative;
}
.brandlogo{
  width:10px;
}
.product-detail-lv3{
  padding:0;
  width:1240px;
  background-color:white;

  text-align: center;
  margin-top:10px;
  color: #bbbbbb;
  position: relative;
}
.product-detail-lv1 h3,.product-detail-lv2 h3,.product-detail-lv3 h3 {
  width:200px;
  text-align: center;
  background-color: coral;
}
.product-detail-lv1 img,.product-detail-lv2 img,.product-detail-lv3 img{
  width: 100%;
}
.product-detail-lv1 p,.product-detail-lv2 p,.product-detail-lv3 p{
  margin:20px;
}
.setsumei01{
  width:80%;
  height: 40%;
  min-height: 200px;
  margin: 20px auto;
  text-align: left
}
.setsumei02{
  width:80%;
  height: 40%;
  min-height: 150px;
  margin: 20px auto;
  border:1px gray solid;
  text-align: left;
}
.setsumei02 table{
  margin: 10px auto;
  width:95%;
  border-collapse: collapse;
  border: #333 1px solid;
}
.setsumei02 td{
  border: #333 1px solid;
  padding-left: 10px;
}
/*ボタン*/
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

  /*携帯用*/
  @media screen and (max-width: 768px) {
    .menu-container .menu {
      display: none;
      position: absolute;
      width: 100%;
    }
    .menu-container .menu .menu-item a {
      border-bottom: 1px solid #ccc;
      border-right: none;
    }
    .menu-container .menu .menu-item:last-child a {
      border-bottom: none;
    }
    /*トップページ*/
    .main-container{
      border: 1px solid #ccc;
      margin:5px 0;
    }

    /*商品*/
    #container{
      width:100%;
      margin:auto;
      padding:0;
      background-color:rgba(255,255,255,0.1);
      margin-left:auto;
      margin-right:auto;
    }
    .product-lv1,.product-lv2,.product-lv3,.product-detail-lv1,.product-detail-lv2,.product-detail-lv3{
      padding:0;
      width:100%;
      background-color:white;
      margin:0;
      color: #bbbbbb;
      margin-top: 5px;
    }
    .product-lv1 img,.product-lv2 img,.product-lv3 img,.product-detail-lv1 img,.product-detail-lv2 img,.product-detail-lv3 img{
      width: 100%;
    }
    
    .footer{
      height: auto;
      background-color: silver;
      width: 100%;
    }

    .setsumei01{
      width:100%;

      margin: 20px auto;
      text-align: left
    }
    .setsumei02{
      width:100%;

      margin: 20px auto;
      border:1px gray solid;
      text-align: left;
    }
    .square{
      width: 100%;
      height: 300px;
      vertical-align: middle;
      text-align: center;
    }
  }

/*ハンバーガーメニュー*/
  .icon-hamburger {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 50px;
    display: none;
    margin-bottom: 0.4em;
  }
  
  .icon-hamburger span {
    background: #cccccc;
    display: block;
    height: 16%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 84%;
  }
  
  .icon-hamburger span::before,
  .icon-hamburger span::after {
    background: #cccccc;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .icon-hamburger span::before {
    margin-top: -38%;
  }
  
  .icon-hamburger span::after {
    margin-top: 19%;
  }
  
  @media screen and (max-width: 768px) {
    .icon-hamburger {
      display: inline-block;
    }
  }