#pagetop {
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper {
  background: none;
  padding: 0;
}

body.content-width-fixed {
  min-width: 990px !important;
}

.container-width-fixed {
  width: 950px !important;
}
#content.column2 #content-main {
  width: 710px;
  padding: 0 0 0;
  float: left;
}
#content.column2 #content-sub {
  width: 210px;
  float: right;
  padding: 0 0 0;
  position: relative;
}

#netshop-header,
#netshop-footer {
  line-height: 1;
  color: #3c413c;
  border: none !important;
  margin: 0 auto;
}
#netshop-header *,
#netshop-footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#netshop-header b,
#netshop-footer b {
  font-weight: normal;
}
#netshop-header .num,
#netshop-footer .num {
  font-family: arial, sans-serif;
}

#netshop-header.ui-bar-b,
#netshop-footer.ui-bar-b {
  text-shadow: none;
  font-weight: normal;
}
#netshop-header.ui-bar-b .ui-link,
#netshop-footer.ui-bar-b .ui-link {
  font-weight: normal;
}

#netshop-footer.ui-bar-b {
  text-shadow: none;
  font-weight: normal;
}
#netshop-header.ui-bar-b .ui-link {
  font-weight: normal;
}

#netshop-footer-addon .footer-btn-close {
	padding-top: 20px;
}

#netshop-header #netshop-header-global .logo.logo-site {
  width: auto;
  height: auto;
  margin: 0;
}



/* 次回配達商品モーダル内容物　暫定設置 */
.next-delivery-item-list .comp-modal-contents-body {
  background-color: #fff;
  text-align: left;
}
.next-delivery-item-list .comp-modal-contents-body table{
  font-size: 13px;
}
.next-delivery-item-list .comp-modal-contents-body td{
  padding: 15px 10px;
}
.next-delivery-item-list .comp-modal-contents-body .box {
  margin: 0 18px 0;
  padding: 18px 0;
}
.next-delivery-item-list .comp-modal-contents-body .box+.box {
  border-top: 1px dotted #666;
}
.next-delivery-item-list .modal-body .box .title-alert {
  background: url(../img/icon-attention_01.gif) no-repeat left center;
  padding: 0 0 0 30px;
  font-weight: bold;
}
.next-delivery-item-list .comp-modal-contents-body .box .title {
  padding: 0 0 0 30px;
  font-weight: bold;
}
.next-delivery-item-list .comp-modal-contents-body .box .note {
  padding: 10px 30px 0;
}
.next-delivery-item-list .comp-modal-contents-body .box .note ul {
}
.next-delivery-item-list .comp-modal-contents-body .box .note ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.next-delivery-item-list .comp-modal-contents-body .header .title{
  background-color: #fff;
  font-weight: normal;
  font-size: 22px;
  border: none;
  background: none;
  text-align: center;
  padding: 0;
}
.next-delivery-item-list .comp-modal-contents-body .header .lead{
  font-size: 14px;
}

.next-delivery-item-list .comp-modal-contents-body .section{
  padding: 20px 0;
}
.next-delivery-item-list .comp-modal-contents-body .section .note{
  margin-top: 15px;
  font-size: 13px;
}
.next-delivery-item-list .comp-modal-contents-body .header+.section .message{
  border-top: 1px solid #ccc;
  padding: 30px 0 15px ;
  text-align: center;
}
.next-delivery-item-list .comp-modal-contents-body .footer{
  padding: 20px 20px;
}
.next-delivery-item-list .comp-modal-contents-body .block-button{
  padding: 20px 20px 0;
}
.next-delivery-item-list .comp-modal-contents-body .block-button .message{
  padding: 20px 0 40px;
}
.next-delivery-item-list .comp-modal-contents-body .block-button .message .title{
  font-weight: bold;
  font-size: 18px;
}
.next-delivery-item-list .comp-modal-contents-body .block-button .message .title>.icon{
  position: relative;
  top: -2px;
  margin: 0 5px;
  color: #007701;
}
.next-delivery-item-list .comp-modal-contents-body .block-button .message .title>.icon img{
  height: 20px;
  width: auto;
}



.next-delivery-item-list .comp-modal-contents-body .table-dlvnx {
  width: 100%;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx th{
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #E5E5E5;
  font-weight: bold;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx .table-header th{
  padding: 5px;
  text-align: center;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx td{
  padding: 15px 20px;
  border: 1px solid #ccc;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx td .addition{
  display: inline-block;
  font-weight: bold;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx th.item,
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx td.item{
  border-right: none;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx th.favorite{
  text-align: center;
  border-left: none;
  font-weight: normal;
  font-size: 12px;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx td.favorite{
  text-align: center;
  border-left: none;
}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .sp{
  display: none;
}
.next-delivery-item-list .comp-modal-contents-body .table-dlvnx td.quantity{
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.quantity .label{
  display: none;
}
.next-delivery-item-list .comp-modal-contents-body .section.dlvnx {
}
.next-delivery-item-list .comp-modal-contents-body .section.dlvnx > .header {
}
.next-delivery-item-list .comp-modal-contents-body .section.dlvnx > .section{
  margin-top: 30px;
}
.next-delivery-item-list .comp-modal-contents-body .section.dlvnx > .section .note{
  margin-top: 15px;
}
.next-delivery-item-list .comp-modal-contents-body .section.dlvnx > .header+.section .message{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6;
}



.header.modaldelvtitle h1{margin:20px 0;font-size:24px;font-weight:normal;}
.next-delivery-item-list .comp-modal-contents-body .header.modaldelvtitle h1{margin-top:0;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx {border-collapse:collapse;border-spacing:0;width:100%;border:1px solid #ccc;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td{border:1px solid #ccc;padding:15px;font-size:14px;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx th{border:1px solid #ccc;background:#E5E5E5;text-align:center;font-size:14px;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite{text-align:center;width:50px;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.quantity{text-align:center;padding:15px 5px;width:50px;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx tr.table-header th{padding:5px;}
.next-delivery-item-list .comp-modal-contents-body table.table-dlvnx span.addition{font-weight: bold;}
.next-delivery-item-list .comp-modal-contents-body ul.list-note{margin:10px 0; padding: 0;font-size:14px;}
.next-delivery-item-list .comp-modal-contents-body ul.list-note li{list-style:none;}
.message.message-none, .message.message-pre p{font-size: 14px;}


@media (min-width: 600px) {
  .next-delivery-item-list .comp-modal-contents-body .table-dlvnx th.item,.table-dlvnx td.item{border-right: none;}
  .next-delivery-item-list .comp-modal-contents-body .table-dlvnx th.favorite{text-align: center;border-left: none;font-weight: normal;font-size: 12px;}
  .next-delivery-item-list .comp-modal-contents-body .table-dlvnx td.favorite{text-align: center;border-left: none;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .sp{display: none;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.quantity .label{display: none;}
}
@media (max-width: 599px) {
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx tr.table-header{display: none;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx tr{display: block; border-top: 1px solid #ccc; margin-top: -1px; overflow: hidden;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td{border: none; display: block;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.item{padding-top: 10px;padding-bottom: 7px;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.item .name{font-size: 16px;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite{float: left; padding-top: 0;padding-bottom: 10px; width: auto;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .pc{display: none;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .sp{display: inline;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .btn-favor {display: inline-block; text-align: center; border-radius: 3px; width: 28px; height: 28px;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .btn-favor img.icon{position: relative; top: 5px; width: 28px; height: auto;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.favorite .btn-favor-disable{}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.quantity{float: right; padding-top: 10px;padding-bottom: 7px;}
  .next-delivery-item-list .comp-modal-contents-body table.table-dlvnx td.quantity .label{ color: #999; font-size: 14px; margin-right: 5px;}
}
/* END 次回配達商品モーダル内容物　暫定設置 */


/* For layout of simple, popup */
#logo-pal {
	padding-top: 5px;
}
#header #navi-common .section #logo-pal {
	padding-top: 5px;
}

#header #navi-common .inner {
	max-width: 950px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#header #navi-common .inner .header-btn-cose {
	color: #fff;
	float: right;
}
/* /For layout of simple, popup */

@media (min-width: 600px) {
  #netshop-header {
    position: relative;
    z-index: 1999;
    background: #FFF;
    top: 0;
    width: 100%;
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
  }
  #netshop-header.header-shop-none #netshop-header-global {
    border-bottom: 1px solid #E8E8E8;
  }
  #netshop-header .hidden-lg {
    display: none;
  }
  #netshop-header .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 0 solid transparent;
    text-decoration: none;
  }
  #netshop-header .btn:hover, #netshop-header .btn.active {
    text-decoration: none;
  }
  #netshop-header .btn > .inner {
    display: table;
    margin: auto;
  }
  #netshop-header .btn > .inner > .icon,
  #netshop-header .btn > .inner > .text {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-header .btn-default {
    color: white;
    background-color: #3c413c;
    border-color: #3c413c;
  }
  #netshop-header .btn-default:hover, #netshop-header .btn-default:active {
    color: white;
  }
  #netshop-header .btn-default:focus {
    color: white;
  }
  #netshop-header .btn-default .icon {
    color: white;
  }
  #netshop-header .btn-default:hover, #netshop-header .btn-default.active {
    color: #FFF;
    background: #58a440;
    border-color: #58a440;
  }
  #netshop-header .btn-transparent {
    color: #3c413c;
    background-color: transparent;
    border-color: transparent;
  }
  #netshop-header .btn-transparent:hover, #netshop-header .btn-transparent:active {
    color: #3c413c;
  }
  #netshop-header .btn-transparent:focus {
    color: #3c413c;
  }
  #netshop-header .btn-transparent .icon {
    color: #3c413c;
  }
  #netshop-header .btn-transparent:hover, #netshop-header .btn-transparent.active {
    color: #58a440;
    text-decoration: underline;
  }
  #netshop-header .btn-bordered {
    color: #3c413c;
    background-color: transparent;
    border-color: #3c413c;
  }
  #netshop-header .btn-bordered:hover, #netshop-header .btn-bordered:active {
    color: #3c413c;
  }
  #netshop-header .btn-bordered:focus {
    color: #3c413c;
  }
  #netshop-header .btn-bordered .icon {
    color: #3c413c;
  }
  #netshop-header .btn-bordered:hover, #netshop-header .btn-bordered.active {
    color: #58a440;
    border-color: #58a440;
  }
  #netshop-header .btn-bordered.btn-state-disabled {
    color: #d4d8d3;
    background-color: transparent;
    border-color: #d4d8d3;
  }
  #netshop-header .btn-bordered.btn-state-disabled:hover, #netshop-header .btn-bordered.btn-state-disabled:active {
    color: #d4d8d3;
  }
  #netshop-header .btn-bordered.btn-state-disabled:focus {
    color: #d4d8d3;
  }
  #netshop-header .btn-md {
    border-width: 1px;
    border-radius: 3px;
    padding: 0 6px;
    border-style: solid;
  }
  #netshop-header .btn-md > .inner > .icon {
    font-size: 14px;
  }
  #netshop-header .btn-md > .inner > .text {
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.2;
  }
  #netshop-header input[type="number"],
  #netshop-header input[type="password"],
  #netshop-header input[type="email"],
  #netshop-header input[type="tel"],
  #netshop-header input[type="text"],
  #netshop-header input[type="search"],
  #netshop-header input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #f2f2f2;
    padding: 8px 10px;
    resize: vertical;
    border-radius: 3px;
    color: #3c413c;
    font: 14px;
    line-height: 1;
  }
  #netshop-header input[type="number"]:focus,
  #netshop-header input[type="password"]:focus,
  #netshop-header input[type="email"]:focus,
  #netshop-header input[type="tel"]:focus,
  #netshop-header input[type="text"]:focus,
  #netshop-header input[type="search"]:focus,
  #netshop-header input[type="submit"]:focus {
    outline: 0;
  }
  #netshop-header input::-webkit-input-placeholder {
    color: #a8aca7;
  }
  #netshop-header input:-ms-input-placeholder {
    color: #a8aca7;
  }
  #netshop-header input::-moz-placeholder {
    color: #a8aca7;
  }
  #netshop-header input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  #netshop-header input:focus:-moz-placeholder {
    color: transparent;
  }
  #netshop-header input:focus::-moz-placeholder {
    color: transparent;
  }
  #netshop-header .field {
    position: relative;
  }
  #netshop-header .field-group {
    width: 100%;
  }
  #netshop-header .field-group:first-child {
    margin-top: 0;
  }
  #netshop-header .field-group input[type="number"],
  #netshop-header .field-group input[type="password"],
  #netshop-header .field-group input[type="email"],
  #netshop-header .field-group input[type="tel"],
  #netshop-header .field-group input[type="text"],
  #netshop-header .field-group input[type="search"] {
    width: 100%;
  }
  #netshop-header .field-group.format-search {
    display: table;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: #f2f2f2;
  }
  #netshop-header .field-group.format-search > .field {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-header .field-group.format-search > .field.button {
    width: 45px;
  }
  #netshop-header .field-group.format-search > .field .data,
  #netshop-header .field-group.format-search > .field .submit {
    height: 100%;
    vertical-align: middle;
  }
  #netshop-header .field-group.format-search > .field .data input,
  #netshop-header .field-group.format-search > .field .submit input {
    border: none;
    background: transparent;
    width: 100%;
    height: 30px;
  }
  #netshop-header .field-group.format-search > .field .submit {
    position: relative;
    width: 45px;
  }
  #netshop-header .field-group.format-search > .field .submit:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 15px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat center center;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  #netshop-header .field-group.format-search > .field .submit input {
    position: relative;
    z-index: 2;
    color: transparent;
  }
  #netshop-header .field-group.format-search > .field .submit:hover:before {
    background: url("../img/icon_search.png") no-repeat center center;
    background-size: 15px 30px;
    background-position: 0 -15px;
  }
  #netshop-header .suggest-box .list-suggest {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #007700;
    background: #FFF;
    position: absolute;
    z-index: 100;
  }
  #netshop-header .suggest-box .list-suggest:after {
    content: "";
    clear: both;
    display: block;
  }
  #netshop-header .suggest-box .list-suggest > li {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: -1px;
    padding: 8px 10px;
    border: 1px solid #DDD;
    cursor: pointer;
  }
  #netshop-header .suggest-box .list-suggest > li:first-child {
    border-top: none;
  }
  #netshop-header .suggest-box .list-suggest > li:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    color: #e2e2e2;
    font-size: 20px;
    line-height: 1;
  }
  #netshop-header .nav-search {
    position: relative;
  }
  #netshop-header .nav-search .button .cancel {
    display: none;
  }
  #netshop-header .nav-search .suggest-box {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  #netshop-header .nav-search .suggest-box .list-item {
    display: none;
  }
  #netshop-header .nav-search .suggest-box.input-no-value {
    display: block;
  }
  #netshop-header .nav-search .suggest-box.input-no-value .suggest-list .list-item-history {
    display: block;
  }
  #netshop-header .nav-search .suggest-box.input-is-value {
    display: block;
  }
  #netshop-header .nav-search .suggest-box.input-is-value .suggest-list .list-item-keyword,
  #netshop-header .nav-search .suggest-box.input-is-value .suggest-list .list-item-product {
    display: block;
  }
  #netshop-header .nav-search .suggest-list {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  #netshop-header .nav-search .suggest-list a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 7px 10px;
    color: #3c413c;
  }
  #netshop-header .nav-search .suggest-list .list-item-product a {
    text-wrap: wrap;
    word-break: break-all;
    word-wrap: break-word;
  }
  #netshop-header .nav-search .suggest-list a:hover,
  #netshop-header .nav-search .suggest-list .selectedSuggest {
    background: #f5f5f5;
    text-decoration: none;
  }
  #netshop-header .nav-search .suggest-list .list-item {
    position: relative;
    font-size: 14px;
  }
  #netshop-header .nav-search .suggest-list .list-item > .title .label {
    line-height: 1.6;
  }
  #netshop-header .nav-search .suggest-list .list-item-keyword > .title,
  #netshop-header .nav-search .suggest-list .list-item-history > .title {
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #netshop-header .nav-search .suggest-list .list-item-keyword > .title:before,
  #netshop-header .nav-search .suggest-list .list-item-history > .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat 0 0;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  #netshop-header .nav-search .suggest-list .list-item-history > .title {
    padding-right: 30px;
  }
  #netshop-header .nav-search .suggest-list .list-item-history > .ctrl {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
  }
  #netshop-header .nav-search .suggest-list .list-item-history > .ctrl .ii-icon-close {
    margin-top: 5px;
  }
  #netshop-header .nav-search .suggest-list .list-item-history > .ctrl:hover {
    background: transparent;
  }
  #netshop-header .nav-search .suggest-list .list-item-history > .ctrl:hover .ii-icon-close {
    background: url("../img/icon_close.png") no-repeat center center;
    background-size: 10px 30px;
    background-position: 0 -10px;
  }
  #netshop-header .ii-icon-list {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/icon_list.png") no-repeat center center;
    background-size: 17px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-feature {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url("../img/icon_feature.png") no-repeat center center;
    background-size: 11px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-numberorder {
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("../img/icon_numberorder.png") no-repeat center center;
    background-size: 23px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-catalogpage {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url("../img/icon_catalogpage.png") no-repeat center center;
    background-size: 19px 32px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-recommend {
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url("../img/icon_recommend.png") no-repeat center center;
    background-size: 13px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-close {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_close.png") no-repeat center center;
    background-size: 10px 30px;
    background-position: 0 0;
  }
  #netshop-header #netshop-header-global {
    position: relative;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 5px;
    height: 70px;
    background: transparent;
  }
  #netshop-header #netshop-header-global > .inner {
    position: relative;
    max-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #netshop-header #netshop-header-global > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-global .logo.logo-site {
    display: inline-block;
    float: left;
  }
  #netshop-header #netshop-header-global .logo.logo-site a {
    display: block;
    text-decoration: none;
  }
  #netshop-header #netshop-header-global .logo.logo-site a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #netshop-header #netshop-header-global .logo.logo-site .image {
    display: inline-block;
    margin: 0;
  }
  #netshop-header #netshop-header-global .logo.logo-site .image > img {
    position: relative;
    top: 4px;
    width: 100px;
    height: auto;
  }
  #netshop-header #netshop-header-global .logo.logo-site .title {
    display: inline-block;
  }
  #netshop-header #netshop-header-global .logo.logo-site .title .label {
    font-size: 15px;
    font-weight: bold;
    color: #007700;
  }
  #netshop-header #netshop-header-global .nav-netshop-global {
    float: right;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group {
    display: table;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li {
    display: table-cell;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li:first-child {
    border-left: none;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn {
    padding-left: 2px;
    padding-right: 2px;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn-login,
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn-mymenu {
    width: 100px;
    margin-left: 15px;
  }
  #netshop-header #netshop-header-shop {
    position: relative;
    z-index: 2;
    background: #FFF;
    margin-top: -1px;
    padding-top: 15px;
    border-bottom: 1px solid #E8E8E8;
  }
  #netshop-header #netshop-header-shop > .inner {
    position: relative;
    height: 60px;
    max-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #netshop-header #netshop-header-shop > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-shop .shop-info {
    position: absolute;
    top: -30px;
    left: 20px;
  }
  #netshop-header #netshop-header-shop .shop-info > .inner {
    display: table;
  }
  #netshop-header #netshop-header-shop .shop-info > .inner > .info {
    display: table-cell;
  }
  #netshop-header #netshop-header-shop .shop-info > .inner > .info + .info {
    padding-left: 15px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project {
    letter-spacing: -0.4em;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .month {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .times {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .num {
    display: inline;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .unit {
    display: inline;
    letter-spacing: normal;
    font-size: 12px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .title {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .title > .label {
    display: inline;
    font-size: 12px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .date {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .time {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .num {
    display: inline;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-limit .unit {
    display: inline;
    letter-spacing: normal;
    font-size: 12px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .title {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .title > .label {
    display: inline;
    font-size: 12px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .date {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .num {
    display: inline;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
  }
  #netshop-header #netshop-header-shop .shop-nav {
    height: 60px;
    padding: 14px 312px 14px 0;
  }
  #netshop-header #netshop-header-shop .shop-nav > .inner {
    display: table;
    width: 100%;
    max-width: 467px;
  }
  #netshop-header #netshop-header-shop .shop-nav > .inner > .nav {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-header #netshop-header-shop .shop-nav > .inner > .nav.nav-search-sp {
    display: none;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category {
    width: 97px;
    text-align: left;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category {
    padding-left: 0;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category:hover .ii-icon-list {
    background: url("../img/icon_list.png") no-repeat center center;
    background-size: 17px 34px;
    background-position: 0 -17px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search input {
    padding-right: 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl {
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 10px 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl > .inner {
    display: table;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv,
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart {
    display: table-cell;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv .btn > .inner {
    height: 38px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart {
    padding-left: 10px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart {
    width: 178px;
    padding-left: 0;
    padding-right: 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart > .inner {
    width: 100%;
    height: 38px;
    white-space: nowrap;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon {
    display: inline-block;
    position: relative;
    width: 38px;
    text-align: left;
    padding-left: 6px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .qty {
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    text-align: center;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .qty .num {
    width: 32px;
    height: 28px;
    margin-top: 5px;
    padding-left: 6px;
    padding-top: 7px;
    background: url("../img/icon_cart.png") no-repeat center center;
    background-size: 32px 84px;
    background-position: 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .badge {
    display: none;
    position: absolute;
    top: 3px;
    right: -8px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #f00;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text {
    width: 137px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -0.4em;
    text-align: right;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price {
    display: inline-block;
    letter-spacing: -0.4em;
    white-space: nowrap;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .num,
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .unit {
    display: inline-block;
    letter-spacing: normal;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .num {
    font-size: 18px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .unit {
    font-size: 11px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price.digit-over .num {
    font-size: 12px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price.digit-over .unit {
    font-size: 11px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .title {
    display: inline-block;
    width: 60px;
    padding: 2px 0;
    margin-left: 5px;
    border-left: 1px solid #3c413c;
    text-align: center;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .title .label {
    letter-spacing: normal;
    font-size: 14px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart.btn-state-caution .icon .badge {
    display: inline-block;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart:hover .icon .qty .num {
    background: url("../img/icon_cart.png") no-repeat center center;
    background-size: 32px 84px;
    background-position: 0 -28px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart:hover .text .price .num,
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart:hover .text .price .unit {
    color: #58a440;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart:hover .text .title {
    border-left: 1px solid #58a440;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart:hover .text .title .label {
    color: #58a440;
  }
  #netshop-header #netshop-header-local {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E8E8E8;
  }
  #netshop-header #netshop-header-local > .inner {
    position: relative;
    max-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #netshop-header #netshop-header-local > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-local .menu-group {
    padding: 11px 0;
    height: 50px;
  }
  #netshop-header #netshop-header-local .menu-group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-local .menu-group .menu {
    float: left;
    margin-right: 10px;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn .text {
    line-height: 1;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn:hover .ii-icon-feature {
    background: url("../img/icon_feature.png") no-repeat center center;
    background-size: 11px 34px;
    background-position: 0 -17px;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn:hover .ii-icon-numberorder {
    background: url("../img/icon_numberorder.png") no-repeat center center;
    background-size: 23px 34px;
    background-position: 0 -17px;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn:hover .ii-icon-catalogpage {
    background: url("../img/icon_catalogpage.png") no-repeat center center;
    background-size: 19px 32px;
    background-position: 0 -16px;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn:hover .ii-icon-recommend {
    background: url("../img/icon_recommend.png") no-repeat center center;
    background-size: 13px 34px;
    background-position: 0 -17px;
  }
  #netshop-header #netshop-header-shop {
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
  }
  #netshop-header:not(.active).header-slide-not-top {
    -webkit-transform: translateY(-211px);
    -ms-transform: translateY(-211px);
    transform: translateY(-211px);
  }
  #netshop-header:not(.active).header-slide-not-top #netshop-header-shop {
    -webkit-transform: translateY(126px);
    -ms-transform: translateY(126px);
    transform: translateY(126px);
  }
  #netshop-header:not(.active).header-slide-stop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #netshop-footer {
    background: #f8f8f8;
  }
  #netshop-footer .hidden-lg {
    display: none;
  }
  #netshop-footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 0 solid transparent;
    text-decoration: none;
  }
  #netshop-footer .btn:hover, #netshop-footer .btn.active {
    text-decoration: none;
  }
  #netshop-footer .btn > .inner {
    display: table;
    margin: auto;
  }
  #netshop-footer .btn > .inner > .icon,
  #netshop-footer .btn > .inner > .text {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-footer .btn-default {
    color: white;
    background-color: #3c413c;
    border-color: #3c413c;
  }
  #netshop-footer .btn-default:hover, #netshop-footer .btn-default:active {
    color: white;
  }
  #netshop-footer .btn-default:focus {
    color: white;
  }
  #netshop-footer .btn-default .icon {
    color: white;
  }
  #netshop-footer .btn-default:hover, #netshop-footer .btn-default.active {
    color: #FFF;
    background: #58a440;
    border-color: #58a440;
  }
  #netshop-footer .btn-transparent {
    color: #3c413c;
    background-color: transparent;
    border-color: transparent;
  }
  #netshop-footer .btn-transparent:hover, #netshop-footer .btn-transparent:active {
    color: #3c413c;
  }
  #netshop-footer .btn-transparent:focus {
    color: #3c413c;
  }
  #netshop-footer .btn-transparent .icon {
    color: #3c413c;
  }
  #netshop-footer .btn-transparent:hover, #netshop-footer .btn-transparent.active {
    color: #58a440;
    text-decoration: underline;
  }
  #netshop-footer .btn-bordered {
    color: #3c413c;
    background-color: transparent;
    border-color: #3c413c;
  }
  #netshop-footer .btn-bordered:hover, #netshop-footer .btn-bordered:active {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered:focus {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered .icon {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered:hover, #netshop-footer .btn-bordered.active {
    color: #58a440;
    border-color: #58a440;
  }
  #netshop-footer .btn-bordered.btn-state-disabled {
    color: #d4d8d3;
    background-color: transparent;
    border-color: #d4d8d3;
  }
  #netshop-footer .btn-bordered.btn-state-disabled:hover, #netshop-footer .btn-bordered.btn-state-disabled:active {
    color: #d4d8d3;
  }
  #netshop-footer .btn-bordered.btn-state-disabled:focus {
    color: #d4d8d3;
  }
  #netshop-footer .btn-md {
    border-width: 1px;
    border-radius: 3px;
    padding: 0 6px;
    border-style: solid;
  }
  #netshop-footer .btn-md > .inner > .icon {
    font-size: 14px;
  }
  #netshop-footer .btn-md > .inner > .text {
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.2;
  }
  #netshop-footer .breadcrumb > ul {
    list-style: none;
    background: transparent;
    padding: 0px 0px;
  }
  #netshop-footer .breadcrumb > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle;
    list-style-type: none;
  }
  #netshop-footer .breadcrumb > ul > li > a {
    text-decoration: none;
    color: #3c413c;
    font-weight: normal;
  }
  #netshop-footer .breadcrumb > ul > li > a:hover {
    color: #58a440;
    text-decoration: underline;
  }
  #netshop-footer .breadcrumb > ul > li:first-child:before {
    display: none;
  }
  #netshop-footer .breadcrumb > ul > li + li:before {
    content: "/";
    padding: 0 5px;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    color: #3c413c;
    margin: 0;
  }
  #netshop-footer > .inner {
    max-width: 990px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #netshop-footer #netshop-footer-addon > .inner {
    position: relative;
  }
  #netshop-footer #netshop-footer-addon .pagetop {
    position: absolute;
    top: -60px;
    right: 0;
  }
  #netshop-footer #netshop-footer-addon .pagetop .ii-icon-pagetop {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_pagetop.png") no-repeat center center;
    background-size: 40px 80px;
    background-position: 0 0;
  }
  #netshop-footer #netshop-footer-addon .pagetop:hover .ii-icon-pagetop {
    background: url("../img/icon_pagetop.png") no-repeat center center;
    background-size: 40px 80px;
    background-position: 0 -40px;
  }
  #netshop-footer #netshop-footer-nav > .inner {
    position: relative;
    padding: 30px 0;
    text-align: left;
  }
  #netshop-footer #netshop-footer-nav + #netshop-footer-links > .inner {
    border-top: 1px solid #d4d8d3;
  }
  #netshop-footer #netshop-footer-links > .inner {
    padding: 30px 0;
    text-align: left;
    border-bottom: 1px solid #d4d8d3;
  }
  #netshop-footer #netshop-footer-links .links + .links {
    margin-top: 30px;
  }
  #netshop-footer #netshop-footer-links .links > .inner {
    display: table;
    width: 100%;
  }
  #netshop-footer #netshop-footer-links .links > .inner > .title {
    display: table-cell;
    width: 110px;
    color: #A8ACA7;
    font-weight: bold;
    font-size: 14px;
  }
  #netshop-footer #netshop-footer-links .links > .inner > .body {
    display: table-cell;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group {
    letter-spacing: -0.4em;
    margin-top: -10px;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group + .menu-group {
    margin-top: 15px;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group > li {
    display: inline-block;
    margin-right: 15px;
    letter-spacing: normal;
    font-size: 14px;
    margin-top: 10px;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group a {
    color: #3c413c;
    text-decoration: none;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group a:hover {
    color: #58a440;
    text-decoration: underline;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-ctrl {
    display: none;
  }
  #netshop-footer #netshop-footer-global a {
    color: #3c413c;
  }
  #netshop-footer #netshop-footer-global a:hover {
    color: #58a440;
    text-decoration: underline;
  }
  #netshop-footer #netshop-footer-global > .inner {
    padding: 30px 0;
    text-align: left;
    overflow: hidden;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site a {
    display: block;
    text-decoration: none;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site .image {
    display: inline-block;
    margin: 0;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site .image > img {
    position: relative;
    top: -3px;
    width: auto;
    height: 18px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global {
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global li a {
    text-decoration: none;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global li a:hover {
    text-decoration: none;
    text-decoration: underline;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-global .small.small-copyright {
    display: block;
    clear: both;
    margin-top: 20px;
    font-size: 10px;
    color: #A8ACA7;
  }
  #netshop-footer #netshop-footer-global .small.small-copyright:first-child {
    margin-top: 0;
  }

  .hidden-contents {
    display: none;
  }

  .popup-wrapper {
    position: relative;
    z-index: 9999;
  }

  .popup-contents {
    display: none;
    opacity: 0;
    color: #3C413C;
  }
  .popup-contents a {
    color: #58a440;
    text-decoration: none;
  }
  .popup-contents a:hover {
    text-decoration: underline;
  }

  .popup-menu-mypage {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
    width: 100%;
    padding: 0 20px;
  }
  .popup-menu-mypage > .inner {
    float: right;
    max-width: 740px;
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 30px;
  }
  .popup-menu-mypage > .inner > .header {
    display: none;
  }
  .popup-menu-mypage > .inner > .body {
    font-size: 14px;
  }
  .popup-menu-mypage > .inner > .body > .inner {
    position: relative;
  }
  .popup-menu-mypage .mymenu-info a {
    color: #58a440;
    text-decoration: underline;
  }
  .popup-menu-mypage .mymenu-info a:hover {
    color: #58a440;
    text-decoration: underline;
  }
  .popup-menu-mypage .mymenu-info > .inner {
    display: table;
  }
  .popup-menu-mypage .mymenu-info > .inner > .member-info,
  .popup-menu-mypage .mymenu-info > .inner > .shop-info {
    display: table-cell;
  }
  .popup-menu-mypage .mymenu-info > .inner .member-info {
    padding-right: 20px;
  }
  .popup-menu-mypage .mymenu-info > .inner .shop-info {
    border-left: 1px solid #E8E8E8;
    padding-left: 20px;
  }
  .popup-menu-mypage .mymenu-info .member-info .info {
    letter-spacing: -0.4em;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title,
  .popup-menu-mypage .mymenu-info .member-info .info .data {
    display: inline-block;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title .label,
  .popup-menu-mypage .mymenu-info .member-info .info .title .name,
  .popup-menu-mypage .mymenu-info .member-info .info .title .number,
  .popup-menu-mypage .mymenu-info .member-info .info .data .label,
  .popup-menu-mypage .mymenu-info .member-info .info .data .name,
  .popup-menu-mypage .mymenu-info .member-info .info .data .number {
    display: inline-block;
    letter-spacing: normal;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title {
    margin-right: 5px;
  }
  .popup-menu-mypage .mymenu-info .member-info .info.info-number {
    margin-top: 5px;
    font-size: 12px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info {
    display: table;
    margin-top: 10px;
    font-size: 14px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info:first-child {
    margin-top: 0;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title,
  .popup-menu-mypage .mymenu-info .shop-info .info .data,
  .popup-menu-mypage .mymenu-info .shop-info .info .ctrl {
    display: table-cell;
    letter-spacing: -0.4em;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title > div,
  .popup-menu-mypage .mymenu-info .shop-info .info .data > div,
  .popup-menu-mypage .mymenu-info .shop-info .info .ctrl > div {
    display: inline-block;
    letter-spacing: normal;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title {
    width: 90px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info.info-number {
    font-size: 12px;
  }
  .popup-menu-mypage .mymenu-info .shop-ctrl {
    margin-top: 10px;
  }
  .popup-menu-mypage .mymenu-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
  }
  .popup-menu-mypage .mymenu-links > .inner {
    display: table;
  }
  .popup-menu-mypage .mymenu-links > .inner > .links {
    display: table-cell;
    padding-left: 40px;
  }
  .popup-menu-mypage .mymenu-links > .inner > .links:first-child {
    padding-left: 0;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li {
    margin-top: 15px;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li:first-child {
    margin-top: 0;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li a {
    color: #3c413c;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li a:hover {
    color: #58a440;
  }
}
@media (max-width: 949px) and (min-width: 600px) {
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-favorite, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-palkuru, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-setitem, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-favorite {
    display: none;
  }
}
@media (max-width: 599px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  #netshop-header {
    background: #FFF;
    position: relative;
    z-index: 1999;
    top: 0;
    width: 100%;
    min-width: 320px;
  }
  #netshop-header .hidden-sm {
    display: none;
  }
  #netshop-header .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 0 solid transparent;
    text-decoration: none;
  }
  #netshop-header .btn > .inner {
    display: table;
    margin: auto;
  }
  #netshop-header .btn > .inner > .icon,
  #netshop-header .btn > .inner > .text {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-header .btn-default {
    color: white;
    background-color: #3c413c;
    border-color: #3c413c;
  }
  #netshop-header .btn-default:focus {
    color: white;
  }
  #netshop-header .btn-default .icon {
    color: white;
  }
  #netshop-header .btn-transparent {
    color: #3c413c;
    background-color: transparent;
    border-color: transparent;
  }
  #netshop-header .btn-transparent:focus {
    color: #3c413c;
  }
  #netshop-header .btn-transparent .icon {
    color: #3c413c;
  }
  #netshop-header .btn-bordered {
    color: #3c413c;
    background-color: transparent;
    border-color: #3c413c;
  }
  #netshop-header .btn-bordered:focus {
    color: #3c413c;
  }
  #netshop-header .btn-bordered .icon {
    color: #3c413c;
  }
  #netshop-header .btn-bordered.btn-state-disabled {
    color: #d4d8d3;
    background-color: transparent;
    border-color: #d4d8d3;
  }
  #netshop-header .btn-bordered.btn-state-disabled:focus {
    color: #d4d8d3;
  }
  #netshop-header .btn-md {
    border-width: 1px;
    border-radius: 3px;
    padding: 0 6px;
    border-style: solid;
  }
  #netshop-header .btn-md > .inner > .icon {
    font-size: 14px;
  }
  #netshop-header .btn-md > .inner > .text {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #netshop-header input[type="number"],
  #netshop-header input[type="password"],
  #netshop-header input[type="email"],
  #netshop-header input[type="tel"],
  #netshop-header input[type="text"],
  #netshop-header input[type="search"],
  #netshop-header input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #f2f2f2;
    padding: 10px 10px;
    resize: vertical;
    border-radius: 3px;
    color: #3c413c;
    font: 14px;
    line-height: 1;
  }
  #netshop-header input[type="number"]:focus,
  #netshop-header input[type="password"]:focus,
  #netshop-header input[type="email"]:focus,
  #netshop-header input[type="tel"]:focus,
  #netshop-header input[type="text"]:focus,
  #netshop-header input[type="search"]:focus,
  #netshop-header input[type="submit"]:focus {
    outline: 0;
  }
  #netshop-header input::-webkit-input-placeholder {
    color: #a8aca7;
  }
  #netshop-header input:-ms-input-placeholder {
    color: #a8aca7;
  }
  #netshop-header input::-moz-placeholder {
    color: #a8aca7;
  }
  #netshop-header input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  #netshop-header input:focus:-moz-placeholder {
    color: transparent;
  }
  #netshop-header input:focus::-moz-placeholder {
    color: transparent;
  }
  #netshop-header input[type="text"],
  #netshop-header input[type="search"] {
    font-size: 16px;
    transform: scale(0.98);
  }
  #netshop-header .field {
    position: relative;
  }
  #netshop-header .field-group {
    width: 100%;
  }
  #netshop-header .field-group:first-child {
    margin-top: 0;
  }
  #netshop-header .field-group input[type="number"],
  #netshop-header .field-group input[type="password"],
  #netshop-header .field-group input[type="email"],
  #netshop-header .field-group input[type="tel"],
  #netshop-header .field-group input[type="text"],
  #netshop-header .field-group input[type="search"] {
    width: 100%;
  }
  #netshop-header .field-group.format-search {
    display: table;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: #f2f2f2;
  }
  #netshop-header .field-group.format-search > .field {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-header .field-group.format-search > .field.button {
    width: 35px;
  }
  #netshop-header .field-group.format-search > .field .data,
  #netshop-header .field-group.format-search > .field .submit {
    height: 100%;
    vertical-align: middle;
  }
  #netshop-header .field-group.format-search > .field .data input,
  #netshop-header .field-group.format-search > .field .submit input {
    border: none;
    background: transparent;
    width: 100%;
    height: 30px;
  }
  #netshop-header .field-group.format-search > .field .submit {
    position: relative;
    width: 30px;
  }
  #netshop-header .field-group.format-search > .field .submit:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat center center;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  #netshop-header .field-group.format-search > .field .submit input {
    position: relative;
    z-index: 2;
    color: transparent;
  }
  #netshop-header .suggest-box .list-suggest {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #007700;
    background: #FFF;
    position: absolute;
    z-index: 100;
  }
  #netshop-header .suggest-box .list-suggest:after {
    content: "";
    clear: both;
    display: block;
  }
  #netshop-header .suggest-box .list-suggest > li {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: -1px;
    padding: 10px 10px;
    border: 1px solid #DDD;
    cursor: pointer;
  }
  #netshop-header .suggest-box .list-suggest > li:first-child {
    border-top: none;
  }
  #netshop-header .suggest-box .list-suggest > li:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    color: #e2e2e2;
    font-size: 20px;
    line-height: 1;
  }
  #netshop-header .ii-icon-list {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_list.png") no-repeat center center;
    background-size: 20px 40px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-feature {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url("../img/icon_feature.png") no-repeat center center;
    background-size: 11px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-numberorder {
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("../img/icon_numberorder.png") no-repeat center center;
    background-size: 23px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-catalogpage {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url("../img/icon_catalogpage.png") no-repeat center center;
    background-size: 19px 32px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-recommend {
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url("../img/icon_recommend.png") no-repeat center center;
    background-size: 13px 34px;
    background-position: 0 0;
  }
  #netshop-header .ii-icon-close {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_close.png") no-repeat center center;
    background-size: 10px 30px;
    background-position: 0 0;
  }
  #netshop-header #netshop-header-global {
    position: relative;
    z-index: 3;
    padding: 0 10px;
    height: 50px;
    background: #FFF;
    border-bottom: 1px solid #E8E8E8;
  }
  #netshop-header #netshop-header-global > .inner {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #netshop-header #netshop-header-global > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-global .logo.logo-site {
    display: inline-block;
    float: left;
    width: 80px;
    padding-top: 5px;
    text-align: left;
  }
  #netshop-header #netshop-header-global .logo.logo-site a {
    text-decoration: none;
  }
  #netshop-header #netshop-header-global .logo.logo-site .image {
    display: inline-block;
    padding-top: 4px;
    margin: 0;
  }
  #netshop-header #netshop-header-global .logo.logo-site .image > img {
    position: relative;
    top: 0;
    width: 80px;
    height: auto;
  }
  #netshop-header #netshop-header-global .logo.logo-site .title {
    display: block;
    padding-top: 3px;
  }
  #netshop-header #netshop-header-global .logo.logo-site .title .label {
    font-size: 12px;
    font-weight: bold;
    color: #007700;
  }
  #netshop-header #netshop-header-global .nav-netshop-global {
    float: right;
    padding-top: 10px;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group {
    display: table;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li {
    display: table-cell;
    border: none;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li:first-child {
    border-left: none;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-favorite, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-palkuru, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-setitem, #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li.menu-favorite {
    display: none;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn.btn-md > .inner > .text {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn-transparent {
    padding-left: 0;
    padding-right: 0;
  }
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn-login,
  #netshop-header #netshop-header-global .nav-netshop-global > .inner > ul.menu-group > li .btn-mymenu {
    width: 94px;
    margin-left: 6px;
  }
  #netshop-header #netshop-header-shop {
    position: relative;
    z-index: 2;
    background: #FFF;
    min-height: 60px;
    border-bottom: 1px solid #E8E8E8;
  }
  #netshop-header #netshop-header-shop > .inner {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  #netshop-header #netshop-header-shop > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-shop .shop-info {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 130px;
    padding-top: 15px;
  }
  #netshop-header #netshop-header-shop .shop-info > .inner > .info.info-limit {
    display: none;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project {
    letter-spacing: -0.4em;
    text-align: right;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .month {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .times {
    display: inline;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .num {
    display: inline;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 16px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-project .unit {
    display: inline;
    letter-spacing: normal;
    font-size: 11px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery {
    overflow: hidden;
    margin-top: 2px;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .title {
    display: inline;
    float: right;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .title > .label {
    display: inline;
    font-size: 12px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .date {
    display: inline;
    float: right;
  }
  #netshop-header #netshop-header-shop .shop-info .info-delivery .num {
    display: inline;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 14px;
  }
  #netshop-header #netshop-header-shop .shop-nav {
    position: relative;
    z-index: 1;
    padding: 60px 0 8px;
  }
  #netshop-header #netshop-header-shop .shop-nav > .inner {
    width: 100%;
  }
  #netshop-header #netshop-header-shop .shop-nav > .inner > .nav {
    vertical-align: middle;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category {
    width: 40px;
    text-align: left;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category {
    padding: 1px 0 2px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category .icon {
    display: block;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category .text {
    display: block;
    padding: 3px 0 0;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-category .btn-category .text .label {
    font-size: 9px;
    white-space: nowrap;
    letter-spacing: -0.5px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search {
    position: absolute;
    left: 50px;
    top: 63px;
    width: calc(100% - 50px );
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .field-group.format-search .field.button {
    display: table-cell;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .field-group.format-search .field.button .cancel {
    display: block;
    position: absolute;
    padding: 0;
    width: 90px;
    right: -90px;
    top: 0;
    text-align: center;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .field-group.format-search .field.button .cancel .text {
    padding-left: 0;
    padding-right: 0;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box {
    display: none;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: -10px;
    width: calc(100% + 100px );
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    text-align: left;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box .list-item {
    display: none;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box.input-no-value {
    display: block;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box.input-no-value .suggest-list .list-item-history {
    display: block;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box.input-is-value {
    display: block;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box.input-is-value .suggest-list .list-item-keyword,
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-box.input-is-value .suggest-list .list-item-product {
    display: block;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 10px 0 40px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 7px 10px;
    color: #3c413c;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-product a {
    text-wrap: wrap;
    word-break: break-all;
    word-wrap: break-word;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list a:hover {
    text-decoration: none;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item {
    position: relative;
    font-size: 14px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item > .title .label {
    line-height: 1.6;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-keyword > .title,
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-history > .title {
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-keyword > .title:before,
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-history > .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat 0 0;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-history > .title {
    padding-right: 30px;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-history > .ctrl {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
  }
  #netshop-header #netshop-header-shop .shop-nav .nav-search .suggest-list .list-item-history > .ctrl .ii-icon-close {
    margin-top: 5px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl {
    width: 100%;
    height: 58px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -1px;
    padding: 10px 0 5px;
    background: #FFF;
  }
  #netshop-header #netshop-header-shop .shop-ctrl > .inner {
    display: table;
    width: 100%;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv,
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart {
    display: table-cell;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv {
    text-align: left;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv .btn {
    padding: 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv .btn > .inner {
    width: 38px;
    height: 38px;
    padding: 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-nextdelv .btn > .inner .text {
    padding: 0;
    font-size: 12px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart {
    padding-left: 10px;
    text-align: right;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart {
    width: 118px;
    padding-left: 0;
    padding-right: 0;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart > .inner {
    width: 100%;
    height: 38px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon {
    display: inline-block;
    position: relative;
    width: 38px;
    text-align: left;
    padding-left: 4px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .qty {
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    text-align: center;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .qty .num {
    width: 32px;
    height: 28px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 7px;
    background: url("../img/icon_cart.png") no-repeat center center;
    background-size: 32px 84px;
    background-position: 0 0;
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .icon .badge {
    display: none;
    position: absolute;
    top: 3px;
    right: -6px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #f00;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text {
    width: 80px;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 10px;
    letter-spacing: -0.4em;
    text-align: right;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price {
    display: inline-block;
    letter-spacing: -0.4em;
    white-space: nowrap;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .num,
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .unit {
    display: inline-block;
    letter-spacing: normal;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .num {
    font-size: 18px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price .unit {
    font-size: 11px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price.digit-over .num {
    font-size: 12px;
    font-weight: bold;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .price.digit-over .unit {
    font-size: 11px;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart .text .title {
    display: none;
  }
  #netshop-header #netshop-header-shop .shop-ctrl .ctrl-cart .btn-cart.btn-state-caution .icon .badge {
    display: inline-block;
  }
  #netshop-header #netshop-header-local {
    position: relative;
    z-index: 1;
    background: #FFF;
    border-bottom: 1px solid #E8E8E8;
    text-align: left;
  }
  #netshop-header #netshop-header-local > .inner {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #netshop-header #netshop-header-local > .inner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #netshop-header #netshop-header-local .menu-group {
    padding: 10px 10px 10px 5px;
    white-space: nowrap;
  }
  #netshop-header #netshop-header-local .menu-group .menu {
    display: inline-block;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn {
    padding: 0;
  }
  #netshop-header #netshop-header-local .menu-group .menu .btn .icon {
    display: none;
  }
  #netshop-header,
  #netshop-header #netshop-header-shop,
  #netshop-header #netshop-header-shop .shop-info,
  #netshop-header #netshop-header-shop .shop-nav,
  #netshop-header #netshop-header-shop .nav-category,
  #netshop-header #netshop-header-shop .nav-search,
  #netshop-header #netshop-header-shop .shop-ctrl,
  #netshop-header #netshop-header-local {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #netshop-header:not(.active).header-slide-not-top {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  #netshop-header:not(.active).header-slide-not-top #netshop-header-shop {
    -webkit-transform: translateY(51px);
    -ms-transform: translateY(51px);
    transform: translateY(51px);
  }
  #netshop-header:not(.active).header-slide-not-top #netshop-header-shop .shop-info,
  #netshop-header:not(.active).header-slide-not-top #netshop-header-shop .shop-ctrl {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  #netshop-header:not(.active).header-slide-not-top #netshop-header-shop .shop-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-not-top #netshop-header-local {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-stop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-pinned {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  #netshop-header:not(.active).header-slide-pinned #netshop-header-shop {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  #netshop-header:not(.active).header-slide-pinned #netshop-header-shop .shop-info,
  #netshop-header:not(.active).header-slide-pinned #netshop-header-shop .shop-ctrl {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-pinned #netshop-header-shop .shop-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-pinned #netshop-header-local {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-top #netshop-header-shop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-top #netshop-header-shop .shop-info,
  #netshop-header:not(.active).header-slide-top #netshop-header-shop .shop-ctrl {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-top #netshop-header-shop .shop-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-slide-top #netshop-header-local {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-open {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  #netshop-header:not(.active).header-search-open #netshop-header-shop {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  #netshop-header:not(.active).header-search-open #netshop-header-shop .shop-info,
  #netshop-header:not(.active).header-search-open #netshop-header-shop .shop-ctrl {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-open #netshop-header-shop .shop-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-open #netshop-header-local {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-active {
    -webkit-transform: translateY(-201px);
    -ms-transform: translateY(-201px);
    transform: translateY(-201px);
  }
  #netshop-header:not(.active).header-search-active #netshop-header-shop {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  #netshop-header:not(.active).header-search-active #netshop-header-shop .shop-info,
  #netshop-header:not(.active).header-search-active #netshop-header-shop .shop-ctrl {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-active #netshop-header-shop .shop-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #netshop-header:not(.active).header-search-active #netshop-header-shop .shop-nav .nav-category {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  #netshop-header:not(.active).header-search-active #netshop-header-shop .shop-nav .nav-search {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    width: calc(100% - 80px );
  }
  #netshop-header:not(.active).header-search-active #netshop-header-local {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  #netshop-footer {
    background: #f8f8f8;
  }
  #netshop-footer .hidden-sm {
    display: none;
  }
  #netshop-footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 0 solid transparent;
    text-decoration: none;
  }
  #netshop-footer .btn > .inner {
    display: table;
    margin: auto;
  }
  #netshop-footer .btn > .inner > .icon,
  #netshop-footer .btn > .inner > .text {
    display: table-cell;
    vertical-align: middle;
  }
  #netshop-footer .btn-default {
    color: white;
    background-color: #3c413c;
    border-color: #3c413c;
  }
  #netshop-footer .btn-default:focus {
    color: white;
  }
  #netshop-footer .btn-default .icon {
    color: white;
  }
  #netshop-footer .btn-transparent {
    color: #3c413c;
    background-color: transparent;
    border-color: transparent;
  }
  #netshop-footer .btn-transparent:focus {
    color: #3c413c;
  }
  #netshop-footer .btn-transparent .icon {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered {
    color: #3c413c;
    background-color: transparent;
    border-color: #3c413c;
  }
  #netshop-footer .btn-bordered:focus {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered .icon {
    color: #3c413c;
  }
  #netshop-footer .btn-bordered.btn-state-disabled {
    color: #d4d8d3;
    background-color: transparent;
    border-color: #d4d8d3;
  }
  #netshop-footer .btn-bordered.btn-state-disabled:focus {
    color: #d4d8d3;
  }
  #netshop-footer .btn-md {
    border-width: 1px;
    border-radius: 3px;
    padding: 0 6px;
    border-style: solid;
  }
  #netshop-footer .btn-md > .inner > .icon {
    font-size: 14px;
  }
  #netshop-footer .btn-md > .inner > .text {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  #netshop-footer .breadcrumb > ul {
    list-style: none;
    background: transparent;
    padding: 0px 0px;
  }
  #netshop-footer .breadcrumb > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
    list-style-type: none;
  }
  #netshop-footer .breadcrumb > ul > li > a {
    text-decoration: none;
    color: #3c413c;
  }
  #netshop-footer .breadcrumb > ul > li:first-child:before {
    display: none;
  }
  #netshop-footer .breadcrumb > ul > li + li:before {
    content: "/";
    padding: 0 5px;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    color: #3c413c;
    margin: 0;
  }
  #netshop-footer > .inner {
    margin-left: auto;
    margin-right: auto;
  }
  #netshop-footer #netshop-footer-addon > .inner {
    position: relative;
  }
  #netshop-footer #netshop-footer-addon .pagetop {
    position: absolute;
    top: -60px;
    right: 20px;
  }
  #netshop-footer #netshop-footer-addon .pagetop .ii-icon-pagetop {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/icon_pagetop.png") no-repeat center center;
    background-size: 40px 80px;
    background-position: 0 0;
  }
  #netshop-footer #netshop-footer-nav > .inner {
    position: relative;
    padding: 30px 20px;
    text-align: left;
  }
  #netshop-footer #netshop-footer-nav + #netshop-footer-links > .inner {
    border-top: 1px solid #d4d8d3;
  }
  #netshop-footer #netshop-footer-links > .inner {
    padding: 30px 20px;
    text-align: left;
    border-bottom: 1px solid #d4d8d3;
  }
  #netshop-footer #netshop-footer-links .links + .links {
    margin-top: 30px;
  }
  #netshop-footer #netshop-footer-links .links > .inner {
    width: 100%;
  }
  #netshop-footer #netshop-footer-links .links > .inner > .title {
    width: 110px;
    color: #A8ACA7;
    font-weight: bold;
    font-size: 14px;
  }
  #netshop-footer #netshop-footer-links .links > .inner > .body {
    margin-top: 10px;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group {
    overflow: hidden;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group > li {
    float: left;
    width: 50%;
    margin-top: 20px;
    font-size: 14px;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group a {
    color: #3c413c;
    text-decoration: none;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-links .links > .inner .menu-group .small-sm {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
  }
  #netshop-footer #netshop-footer-ctrl a {
    color: #3c413c;
  }
  #netshop-footer #netshop-footer-ctrl > .inner {
    padding-top: 30px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode {
    padding: 0 20px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .ii-icon-desktop {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url("../img/icon_desktop.png") no-repeat center center;
    background-size: contain;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .ii-icon-smartphone {
    display: inline-block;
    width: 15px;
    height: 25px;
    background: url("../img/icon_smartphone.png") no-repeat center center;
    background-size: contain;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode > .inner {
    display: table;
    width: 100%;
    height: 50px;
    border: 1px solid #d4d8d3;
    border-collapse: collapse;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode > .inner > .btn {
    display: table-cell;
    width: 50%;
    border: 1px solid #d4d8d3;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode > .inner > .btn .icon {
    padding-right: 10px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode > .inner > .btn .label {
    font-size: 12px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .btn {
    cursor: default;
    background: #e4e4e4;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .btn .ii-icon-desktop {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url("../img/icon_desktop.png") no-repeat center center;
    background-size: 24px 57px;
    background-position: 0 -38px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .btn .ii-icon-smartphone {
    display: inline-block;
    width: 15px;
    height: 25px;
    background: url("../img/icon_smartphone.png") no-repeat center center;
    background-size: 15px 75px;
    background-position: 0 -50px;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode .btn .label {
    color: #A8ACA7;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode a.btn {
    cursor: pointer;
    background: transparent;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode a.btn .ii-icon-desktop {
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url("../img/icon_desktop.png") no-repeat center center;
    background-size: 24px 57px;
    background-position: 0 0;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode a.btn .ii-icon-smartphone {
    display: inline-block;
    width: 15px;
    height: 25px;
    background: url("../img/icon_smartphone.png") no-repeat center center;
    background-size: 15px 75px;
    background-position: 0 0;
  }
  #netshop-footer #netshop-footer-ctrl .ctrl-viewmode a.btn .label {
    color: #3c413c;
  }
  #netshop-footer #netshop-footer-global a {
    color: #3c413c;
  }
  #netshop-footer #netshop-footer-global > .inner {
    padding: 30px 20px;
    text-align: left;
    overflow: hidden;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site a {
    text-decoration: none;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site .image {
    display: inline-block;
    margin: 0;
  }
  #netshop-footer #netshop-footer-global .logo.logo-site .image > img {
    position: relative;
    top: 0px;
    width: auto;
    height: 24px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 15px;
  }
  #netshop-footer #netshop-footer-global .nav-footer-global li a {
    text-decoration: none;
    font-weight: normal;
  }
  #netshop-footer #netshop-footer-global .small.small-copyright {
    font-size: 10px;
    color: #A8ACA7;
  }

  .hidden-contents {
    display: none;
  }

  .popup-contents {
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    background: #FFF;
    text-align: left;
    overflow: auto;
    color: #3C413C;
  }
  .popup-contents.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .popup-contents .ii-icon-list:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_close.png") no-repeat center center;
    background-size: 15px 45px;
    background-position: 0 -30px;
  }
  .popup-contents a {
    color: #3c413c;
    text-decoration: none;
  }
  .popup-contents > .inner {
    height: 100%;
  }
  .popup-contents > .inner > .header {
    position: relative;
    top: 0;
    z-index: 10;
    height: 50px;
    background: #3c413c;
    color: #FFF;
  }
  .popup-contents > .inner > .header .ctrl {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
  }
  .popup-contents > .inner > .header > .inner {
    display: table;
    width: 100%;
    height: 50px;
  }
  .popup-contents > .inner > .header > .inner > .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
  }
  .popup-contents > .inner > .body {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
    height: calc(100% - 50px);
    font-size: 16px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .popup-contents > .inner > .body > .inner {
    position: relative;
    padding: 30px 20px 45px;
  }

  .popup-menu-mypage .mymenu-info {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px solid #E8E8E8;
  }
  .popup-menu-mypage .mymenu-info a {
    color: #58a440;
    text-decoration: underline;
  }
  .popup-menu-mypage .mymenu-info .member-info .info {
    letter-spacing: -0.4em;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title,
  .popup-menu-mypage .mymenu-info .member-info .info .data {
    display: inline-block;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title .label,
  .popup-menu-mypage .mymenu-info .member-info .info .title .name,
  .popup-menu-mypage .mymenu-info .member-info .info .title .number,
  .popup-menu-mypage .mymenu-info .member-info .info .data .label,
  .popup-menu-mypage .mymenu-info .member-info .info .data .name,
  .popup-menu-mypage .mymenu-info .member-info .info .data .number {
    display: inline-block;
    letter-spacing: normal;
  }
  .popup-menu-mypage .mymenu-info .member-info .info .title {
    margin-right: 5px;
  }
  .popup-menu-mypage .mymenu-info .member-info .info.info-number {
    margin-top: 0;
    font-size: 14px;
  }
  .popup-menu-mypage .mymenu-info .shop-info {
    clear: both;
    margin-top: 20px;
    font-size: 14px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info {
    display: table;
    margin-top: 10px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info:first-child {
    margin-top: 0;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title,
  .popup-menu-mypage .mymenu-info .shop-info .info .data,
  .popup-menu-mypage .mymenu-info .shop-info .info .ctrl {
    display: table-cell;
    letter-spacing: -0.4em;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title > div,
  .popup-menu-mypage .mymenu-info .shop-info .info .data > div,
  .popup-menu-mypage .mymenu-info .shop-info .info .ctrl > div {
    display: inline-block;
    letter-spacing: normal;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info .title {
    width: 90px;
  }
  .popup-menu-mypage .mymenu-info .shop-info .info.info-number {
    font-size: 12px;
  }
  .popup-menu-mypage .mymenu-info .shop-ctrl {
    margin-top: 10px;
    font-size: 14px;
  }
  .popup-menu-mypage .mymenu-links {
    margin-top: 30px;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group {
    margin-top: 30px;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li {
    border-bottom: 1px solid #E8E8E8;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li:first-child {
    margin-top: 0;
  }
  .popup-menu-mypage .mymenu-links > .inner .menu-group > li a {
    padding: 13px 0;
    display: block;
    color: #3c413c;
  }

  .popup-search input[type="number"],
  .popup-search input[type="password"],
  .popup-search input[type="email"],
  .popup-search input[type="tel"],
  .popup-search input[type="text"],
  .popup-search input[type="search"],
  .popup-search input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #f2f2f2;
    padding: 10px 10px;
    resize: vertical;
    border-radius: 3px;
    color: #3c413c;
    font: 14px;
    line-height: 1;
  }
  .popup-search input[type="number"]:focus,
  .popup-search input[type="password"]:focus,
  .popup-search input[type="email"]:focus,
  .popup-search input[type="tel"]:focus,
  .popup-search input[type="text"]:focus,
  .popup-search input[type="search"]:focus,
  .popup-search input[type="submit"]:focus {
    outline: 0;
  }
  .popup-search input::-webkit-input-placeholder {
    color: #a8aca7;
  }
  .popup-search input:-ms-input-placeholder {
    color: #a8aca7;
  }
  .popup-search input::-moz-placeholder {
    color: #a8aca7;
  }
  .popup-search input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .popup-search input:focus:-moz-placeholder {
    color: transparent;
  }
  .popup-search input:focus::-moz-placeholder {
    color: transparent;
  }
  .popup-search input[type="text"],
  .popup-search input[type="search"] {
    font-size: 16px;
    transform: scale(0.98);
  }
  .popup-search .field {
    position: relative;
  }
  .popup-search .field-group {
    width: 100%;
  }
  .popup-search .field-group:first-child {
    margin-top: 0;
  }
  .popup-search .field-group input[type="number"],
  .popup-search .field-group input[type="password"],
  .popup-search .field-group input[type="email"],
  .popup-search .field-group input[type="tel"],
  .popup-search .field-group input[type="text"],
  .popup-search .field-group input[type="search"] {
    width: 100%;
  }
  .popup-search .field-group.format-search {
    display: table;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background: #f2f2f2;
  }
  .popup-search .field-group.format-search > .field {
    display: table-cell;
    vertical-align: middle;
  }
  .popup-search .field-group.format-search > .field.button {
    width: 35px;
  }
  .popup-search .field-group.format-search > .field .data,
  .popup-search .field-group.format-search > .field .submit {
    height: 100%;
    vertical-align: middle;
  }
  .popup-search .field-group.format-search > .field .data input,
  .popup-search .field-group.format-search > .field .submit input {
    border: none;
    background: transparent;
    width: 100%;
    height: 30px;
  }
  .popup-search .field-group.format-search > .field .submit {
    position: relative;
    width: 30px;
  }
  .popup-search .field-group.format-search > .field .submit:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat center center;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  .popup-search .field-group.format-search > .field .submit input {
    position: relative;
    z-index: 2;
    color: transparent;
  }
  .popup-search .suggest-box .list-suggest {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #007700;
    background: #FFF;
    position: absolute;
    z-index: 100;
  }
  .popup-search .suggest-box .list-suggest:after {
    content: "";
    clear: both;
    display: block;
  }
  .popup-search .suggest-box .list-suggest > li {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: -1px;
    padding: 10px 10px;
    border: 1px solid #DDD;
    cursor: pointer;
  }
  .popup-search .suggest-box .list-suggest > li:first-child {
    border-top: none;
  }
  .popup-search .suggest-box .list-suggest > li:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    color: #e2e2e2;
    font-size: 20px;
    line-height: 1;
  }
  .popup-search .nav-search {
    position: absolute;
    left: 50px;
    top: 63px;
    width: calc(100% - 50px );
  }
  .popup-search .nav-search .field-group.format-search .field.button {
    display: table-cell;
  }
  .popup-search .nav-search .field-group.format-search .field.button .cancel {
    display: block;
    position: absolute;
    padding: 0;
    width: 90px;
    right: -90px;
    top: 0;
  }
  .popup-search .nav-search .field-group.format-search .field.button .cancel .text {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-search .nav-search .suggest-box {
    display: none;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: -10px;
    width: calc(100% + 100px );
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    text-align: left;
  }
  .popup-search .nav-search .suggest-box .list-item {
    display: none;
  }
  .popup-search .nav-search .suggest-box.input-no-value {
    display: block;
  }
  .popup-search .nav-search .suggest-box.input-no-value .suggest-list .list-item-history {
    display: block;
  }
  .popup-search .nav-search .suggest-box.input-is-value {
    display: block;
  }
  .popup-search .nav-search .suggest-box.input-is-value .suggest-list .list-item-keyword,
  .popup-search .nav-search .suggest-box.input-is-value .suggest-list .list-item-product {
    display: block;
  }
  .popup-search .nav-search .suggest-list {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 10px 0 40px;
  }
  .popup-search .nav-search .suggest-list a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 7px 10px;
    color: #3c413c;
  }
  .popup-search .nav-search .suggest-list a:hover {
    text-decoration: none;
  }
  .popup-search .nav-search .suggest-list .list-item {
    position: relative;
    font-size: 14px;
  }
  .popup-search .nav-search .suggest-list .list-item > .title .label {
    line-height: 1.6;
  }
  .popup-search .nav-search .suggest-list .list-item-keyword > .title,
  .popup-search .nav-search .suggest-list .list-item-history > .title {
    padding-left: 30px;
  }
  .popup-search .nav-search .suggest-list .list-item-keyword > .title:before,
  .popup-search .nav-search .suggest-list .list-item-history > .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat 0 0;
    background-size: 15px 30px;
    background-position: 0 0;
  }
  .popup-search .nav-search .suggest-list .list-item-history > .title {
    padding-right: 20px;
  }
  .popup-search .nav-search .suggest-list .list-item-history > .ctrl {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
  }
  .popup-search .nav-search .suggest-list .list-item-history > .ctrl .ii-icon-close {
    margin-top: 5px;
  }
  .popup-search > .inner > .header {
    padding: 0 90px 0 10px;
  }
  .popup-search > .inner > .header .ctrl {
    height: 50px;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
  }
  .popup-search > .inner > .header .ctrl .btn-cancel {
    display: block;
    height: 50px;
    padding-top: 15px;
    color: #FFF;
  }
  .popup-search > .inner > .header > .inner {
    display: table;
    width: 100%;
    height: 50px;
  }
  .popup-search > .inner > .header > .inner > .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
  }
  .popup-search > .inner > .body {
    height: 100%;
    font-size: 16px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .popup-search > .inner > .body > .inner {
    position: relative;
    padding: 10px 20px 10px 10px;
  }
  .popup-search > .inner > .body > .inner .suggest-box {
    display: none;
    text-align: left;
  }
  .popup-search > .inner > .body > .inner .suggest-box .list-item {
    display: none;
  }
  .popup-search > .inner > .body > .inner .suggest-box.input-no-value {
    display: block;
  }
  .popup-search > .inner > .body > .inner .suggest-box.input-no-value .suggest-list .list-item-history {
    display: block;
  }
  .popup-search > .inner > .body > .inner .suggest-box.input-is-value {
    display: block;
  }
  .popup-search > .inner > .body > .inner .suggest-box.input-is-value .suggest-list .list-item-keyword,
  .popup-search > .inner > .body > .inner .suggest-box.input-is-value .suggest-list .list-item-product {
    display: block;
  }
  .popup-search > .inner > .body > .inner .suggest-list a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    color: #3c413c;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item {
    position: relative;
    font-size: 16px;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item > .title .label {
    line-height: 1.6;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item-keyword > .title,
  .popup-search > .inner > .body > .inner .suggest-list .list-item-history > .title {
    padding-left: 30px;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item-keyword > .title:before,
  .popup-search > .inner > .body > .inner .suggest-list .list-item-history > .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url("../img/icon_search.png") no-repeat 0 0;
    background-size: contain;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item-history > .title {
    padding-right: 20px;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item-history > .ctrl {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
  }
  .popup-search > .inner > .body > .inner .suggest-list .list-item-history > .ctrl .ii-icon-close {
    margin-top: 5px;
  }
}

/* モバコン向け暫定CSS */
/* お届け予定モーダル内 注文履歴画面ボタン */
.section.dlvnx .block-button{
  padding: 30px 0;
  text-align: center;
}
