.body{
  margin: auto;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.center{
  width: 80%;
  margin: auto;
  text-align: center;
}
.body a{
  transition: all 0.3s ease 0s;
}
.body a:hover{
  opacity: 0.7;
}

.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}


/*TOPの設定----------------------------------------------------*/

.head_wapper{
  background-color: #fff8d7;
  text-align: center;
  padding: 20px 0;
}
.top_copy img{
  max-width: 900px;
  width: 100%;
}
.img_wapper img{
  width: 80%;

}


/*お知らせ------------------------------------------------*/
.news{
  text-align: center;
  padding: 50px 0;
  font-family: 'M PLUS 1p', sans-serif;
}
.news h2{
  color: #3e3a39;
  font-size: 2rem;
  display: inline-block;
  padding: 20px;
  border-bottom : 13px dotted #fbb03b;
}
.news p{
  color: #4d4846;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 30px auto;
}
.news a{
  text-decoration: none;
  color: #3e3a39;
  display: inline-block;
  padding: 20px 50px;
  border: 1px solid #3e3a39;
  cursor: pointer;
}
.news a:hover{
  background: #3e3a39;
  color: #fff;
}



/*商品一覧----------------------------------------*/
.syouhin-ichiran{
  background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20201009/haikei.png);
}

.syouhin-ichiran h2{
  background-color: #ea5b02;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: none;
}
.kuhaku{
  margin-bottom: 40px;
}

/*マスク・グローブ-----------------*/
.coupon-wrap{
  position: relative;
}
.coupon-wrap div{
  position: absolute;
  top: -25px;
  right: 100px;
  display:flex;
  align-items:center;
}
.coupon-wrap div p{
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.25;
  text-indent: -1em;
  padding-left: 1.5em;
  color: white;
}
.nichiyouhin{
  box-shadow: 0px 0px 0px 5px #ea5b02;
  border: dashed 1.5px #fff;
  background-color: #ea5b02;
  color: white;
  max-width: 692px;
  margin: 0 auto 40px;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
}

/*EC-CUBE対策*/

#contentInner{
  width: 100%;
  padding:0px;
}
#footer_nav{
  margin-top: 0;
}


@media only screen and (max-width: 670px) {
  .syouhin-ichiran h2{
    font-size: 2.2rem;
  }
}
