/*スマホ最適化*/
@media only screen and (max-width: 751px) {
/* =========================================================
container
========================================================= */
  div#container img{
    max-width: 100%;
  }
  div#container .inner{
    padding: 0;
  }

/* =========================================================
eyecatch
========================================================= */
  div#eyecatch{
    padding: 65px 5px 10px 5px;
  }

/* =========================================================
sec
========================================================= */
  .secnav{
    margin-bottom: 1px;
  }
  .secnav .inner li{
    margin-bottom: 1px;
  }
  .secnav .inner li a{
    background: #ffe100;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 14px 10px;
    display: block;
  }
  .secnav .inner li:nth-of-type(4) a{
    background: #ffc600;
  }
  .secnav .inner li:nth-of-type(5) a{
    background: #0071be;
    color: #fff;
  }
  .secnav .inner li a .visible-ts{
    display: inline-block;
  }
  .secbox .bg{
    background: #ffe100 url(../img/bg.jpg) left top repeat;
    background-size: 6px;
    padding: 5px 5px 0 5px;
  }
  .secbox .bg .box{
    padding-bottom: 30px;
  }
  .secbox .bg .box .img01{
    margin-bottom: 10px;
  }
  .secbox .bg .box .img02{
    margin-bottom: 20px;
  }
  .secbox .bg #box03.box .img01{
    margin-bottom: 20px;
  }
  .secbox .bg .box .btn{
    padding: 0 5px;
  }
  .btn{
    margin-top: 20px;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .top_goods .inner{
    padding: 0 10px !important;
  }
  .top_goods .goods_box .goods_cont{
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top_goods .goods_box .goods_cont_box{
    padding: 0 0 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top_goods .goods_box .goods_cont:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    top: -20px;
    background: url(../../../images/top/bg_goods_sp.png)no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: -1;
    display: block;
  }
  .top_goods .goods_box .goods:before {
    display: none;
  }
  .top_goods .goods_box .goods_cont+.goods_cont{
    margin-top: 50px !important;
  }
  .top_contents{
    padding-bottom: 60px;
  }
  .top_contents .inner{
    padding: 0 10px !important;
  }
  #footer{
    padding-top: 10px;
  }

}


