@charset "utf-8";
/*----------------------------------------------------------------------------------------------

 responsive settings

---------------------------------------------------------------------------------------------- */

@media screen and (max-width:768px){
/* ---- 商品のご案内 ---- */
.productsBox {
      margin-right: 0;
      padding: 0 10px;
      box-sizing:borer-box;
}
.productsBox .block {
      float: none;
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
}
.productsBox .img {
      float: none;
      display: table-cell;
      width: 87px;
      vertical-align: top;
      padding-right: 10px;
}
.products-area .inner {
      position: relative;
}
.productsBox .block .txt p {
      font-size: 14px;
      padding: 0 0 10px;
}
.productsBox .block img {
      width: 87px;
}
.productsBox .block .txt,
.side-small .productsBox .block .txt {
      float: none;
      display: table-cell;
      width: auto;
}
.productsBox .block .txt strong {
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
}
.products-area {
      padding: 15px 10px;
      box-sizing:border-box;
}
.products-area .inner {
      width: 100%;
      background: #e2d6b7;
      padding: 0;
}
.products-area p {
      display: block;
      vertical-align: middle;
      text-align: left;
      color: #fff;
      background: #d86024;
      font-size: 16px;
      font-weight: normal;
      padding: 5px 10px;
      margin-bottom: 10px;
}
.products-area .spon {
      display: block;
      background: none;
      margin-bottom: 0;
      padding-bottom: 15px;
}
.products-area .spon a {
      color: #054b29;
      padding: 5px;
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #fff;
}
.products-area .spon img {
    margin: 4px 8px 0px 0;
}
.products-area ul {
      display: block;
      padding: 0 5px;
      box-sizing:border-box;
      position: relative;
}
.products-area li {
      float: left;
      width: 33.333%;
      background: inherit;
      margin-left: 0;
      border-radius: 5px;
      padding: 0 5px;
      margin-bottom: 10px;
      box-sizing:border-box;
      font-size: 12px;
}
.products-area li a,
.products-area li.nextweek a {
      display: block;
      padding: 10px 5px;
      text-align: center;
      background:#fff;
      border-radius: 5px;
      color: #d86024 ;
      border:1px solid #857c66;
}
.products-area li.last {
display: none;
}
.products-area .sp-trigger02 {
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    width: 100%;
    text-align: right;
}
.products-area .sp-trigger02+ul,
.products-area .sp-trigger02+ul+p {
  display: block;
}

.top-layout01 .nanaco-indent {
      margin: 10px 0 30px !important;
}
.nanaco-indent02 {
      position: relative;
      top: -100px;
}
.main-img.nanaco-indent03{
      margin-top: 0;
}
.netBox {
      display: table;
      border: none;
      border-bottom:1px solid #ccc;
      padding-bottom: 10px;
      margin:0 0 10px;
      width:100%;
}
.netBox:last-child {
      border-bottom: none;
}
.netBox .img {
    width: 33%;
}
.netBox .img a {
    display:block;
}
.netBox .img img {
      width: 100%;
      height: auto;
}
.netBox .txt {
    width: 52%;
    padding: 0 10px;
}
.netBox .txt p span {
      margin-bottom: 10px;
      display: block;
      font-size: 12px;
}
.netBox .ico {
      position: absolute;
      bottom: inherit;
      top: 0;
      right: 0;
}
.netBox .ico li {
      display: block;
      margin-left: 0;
      margin-bottom: 10px;
      text-align:right;
}
.netBox .ico li img{height:32px;}
.sp-indent {
      padding: 0 10px;
      box-sizing:border-box;
}
#tab-1 {
      position: relative;
      padding: 0;
}
#tab-2 {
      position: relative;
      display: none;
      padding: 0;
}
#tab-1:after {
      display: block;
      content:"";
      position: absolute;
      border-bottom: 1px solid #ccc;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      box-sizing:border-box;
}
#tab-2:after {
      display: block;
      content:"";
      position: absolute;
      border-bottom: 1px solid #ccc;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      box-sizing:border-box;
}
.sp-tab+.top-layout04 {
      padding:0 10px;
      box-sizing:border-box;
}
.top-layout01.nanaco .block {
      padding: 0;
}
.top-layout01.nanaco .block a {
      padding: 0 10px;
      display: block;
}
/* ------------- net/top */
.net-omnibnr-warp{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 100%;

}
.net-omnibnr-warp > .net-bnr-01,
.net-omnibnr-warp > .net-bnr-02{
	display: block;
}
.net-omnibnr-warp > .net-bnr-01{
	display: block;
	border-right: none;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.net-omnibnr-warp > .net-bnr-02{
	text-align: center;
}
.net-omnibnr-warp > .net-bnr-02 ul{
	letter-spacing: -.40em;
}
.net-omnibnr-warp > .net-bnr-02 li{
	display: inline-block;
	width: 25%;
	padding: 25px 0;
	text-align: center;
	letter-spacing: normal;
}
  
.top-layout04 .netBox p{
    font-size: 12px!important;
  }
  

}


/* media query end */
