@charset "UTF-8";

/*start block-order*/

@supports (-webkit-overflow-scrolling: touch) {
  input:not([type="checkbox"],[type="submit"],[type="button"],[type="radio"]),
  button,
  textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none;
  }
  select {
    -webkit-border-radius: 0;
  }
}

.cart .cart-tit {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.cart .cart-list li {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
  padding: 5px 1px;
  background: #ffffff;
  border-radius: 7px;
  border: 3px solid #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart .cart-list li:last-child {
  margin-right: 0;
}

.cart .cart-in .cart-list li a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

.cart .cart-in .cart-list li.cart-active {
 /* border: 3px solid #AAAAAA;*/
}

.cart .cart-in .cart-list li.cart-active a span {
  color: #E43C00;
}

.cart .cart-in .cart-list li a p {
  font-size: 10px;
  font-weight: 700;
}

.cart .cart-in .cart-list li a p span {
  padding: 0;
}

.cart .cart-in .cart-list li a span {
  display: block;
  padding: 5px 0 0;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 700;
}

.cart .cart-in .cart-list {
  padding-top: 10px;
}

.cart .cart-in .cart-box {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 7px;
}

.cart .cart-in .cart-box:hover .cart-tit,
.cart .cart-in .cart-box.item-active .cart-tit {
  color: #fff;
  font-weight: 700;
}

.cart .cart-in .cart-box:first-child {
  background: #40BFC2;
}

.cart .cart-in .cart-box:nth-child(2) {
  background: #F66F92;
}

.cart .cart-in .cart-box:nth-child(3) {
  background: #F6BA40;
}

.cart .cart-in .cart-box:nth-child(4) {
  background: #377DB0;
}

.cart .cart-in .cart-box:nth-child(5) {
  background: #3da144;
}


.cart .cart-in .cart-list li:hover {
  border: 3px solid #AAAAAA;
  box-sizing: border-box;
  color: #E43C00;
}

.cart .cart-in .cart-list li:hover span {
  color: #E43C00;
}

.cart .cart-in .cart-list li:hover p {
  color: #E43C00;
}

#welcome {
  margin: 10px;
  font-size: 12px;
  color: #707070;
}

.welcome-logout {
  padding: 10px 0;
}

.welcome-logout li {
  float: left;
  font-size: 14px;
  font-weight: 400;
}

.welcome-logout li:first-child span {
  font-weight: 700;
}

.welcome-logout li:last-child {
  float: right;
}

.welcome-logout li a {
  font-weight: 400;
    display: inline-block;
    padding: 0.1em 1em;
    text-decoration: none;
    color: #ffffff;
    background-color: #999999;
    border-radius: 20px;
    transition: .4s;
    margin-top: 5px;
}

#breadcrumbs .breadcrumbs-list a {
  font-size: 16px;
  text-decoration: none;
}

#breadcrumbs span {
    font-size: 14px;
    text-decoration: none;
    color: #011b8f;
}

/*end block-order*/


/*block-product-slider*/

.block-product-content .content-price {
  text-align: right;
}

.block-product-content .content-price p:nth-child(2) {
  margin: 0 0 5px 0;
  color: #FF0000;
}

.block-product-content .content-price p span {
  font-size: 25px;
  font-weight: 600;
}

.block-shopping {
  max-width: 100%;
  margin: 10px 0;
  text-align: center;
}

.block-shopping .goods_qty{
 text-align: left;
  margin: 0 0 15px 0;
}

.block-shopping .goods_qty input{
 padding: 5px;
}

.block-shopping .cart_qty_box{
  padding: 10px;
}

.block-shopping .cart_qty_box ul {
    margin: 0;
}

.block-shopping ul {
    display: flex; 
    margin: 10px 0
}

.block-shopping ul li:first-child {
    /* width: 40%; */
    margin-right: 4px;
}

.block-shopping .btn_cart_ {
    height: 48px;
    width: 165px !important;
    max-width: initial;
}

.block-shopping ul li input {
    /*padding: 16px 0;
    margin-top: auto;
    background: #fff;
    color: #222;
    border: 1px solid #e43c00;
    margin-left: 3px;
    font-size: 12px;
    text-align: right;
    background-image: url(/img/sys/favorite_icon.png);
    background-repeat: no-repeat;
    background-position: 2px;*/
    height: 48px;
}

.block-shopping-a {
  margin-top: 30px;
}

.block-shopping-a .color-red {
  color: #E43C00;
  font-size: 16px;
  font-weight: 600;
}

.block-shopping-a .color-red span{
font-size: 13px;
}



.block-shopping-a .input_error_ {
    background-color: #ffffff;
    border: solid 2px #ff5500;
    padding: 4px 8px 4px 8px;
    margin: 10px auto;
    text-align: left;
    color: #CC0000;
    font-weight: bold;
    width: 93%;
}


.block-shopping-a .shopping-category-row {
  margin: 0 -1% 0 -1%;
}

.block-shopping-a .shopping-category li.shopping-active {
  background: url(../img/sp/shopping-cart-a/cart_active_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.block-shopping-a .shopping-category li.shopping-active a {
  color: #fff;
}

.block-shopping-a .shopping-category li.current {
  color: #fff;
  background: url(../img/sp/shopping-cart-a/cart_current_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.block-shopping-a .shopping-category li.current a {
  color: #fff;
}

.block-shopping-a .member-address .member-address-txt {
  font-size: 18px;
  font-weight: 700;
}

.block-shopping-a .member-address .member-address-txt span {
  padding-left: 10px;
  font-weight: 400;
}

.block-shopping-a .member-address .member-address-add {
  font-size: 16px;
  font-weight: 400;
}

.block-shopping-a .member-address .member-address-tel {
  font-size: 16px;
  font-weight: 400;
}

.block-shopping-a .link-procedure-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-shopping-a input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  display: none;
  border: 1px solid #C1C1C1;
  vertical-align: middle;
}

.block-shopping-a input[type=checkbox]+label {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 14px;
}

.block-shopping-a input[type=checkbox]+label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #ccc;
}

.block-shopping-a input[type=checkbox]:checked+label:after {
  content: "";
  position: absolute;
  top: 13px;
  box-sizing: border-box;
  display: block;
  left: 3px;
  width: 14px;
  height: 6px;
  margin-top: -8px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.block-shopping-a .product-descrption {
  padding: 20px 10px;
  background-color: #F6F7FA;
  border-radius: 7px;
  box-sizing: border-box;
  margin-top: 20px;
}


.block-shopping-a .product-total-price {
  width: 80%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

.block-shopping-a .product-total-price01 {
  display: flex;
  align-items: center;
}

.block-shopping-a .product-total-price01 .subtotal-txt {
  margin-left: auto;
  color: #E43C00;
  font-weight: 700;
  font-size: 20px;
}

.block-shopping-a .product-total-price01 .subtotal-txt span {
  color: #222;
  font-weight: 300;
  font-size: 13px;
}

.block-shopping-a .product-total-price02 .discount-txt {
  margin-left: auto;
  font-weight: normal;
  font-size: 13px;
}

.block-shopping-a .product-total-price02 .discount-txt span {
  padding-left: 5px;
  color: #222;
  font-weight: 300;
  font-size: 13px;
}

.block-shopping-a .product-total-price .subtotal {
  padding-right: 5px;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.block-shopping-a .product-total-price02 {
  display: flex;
  align-items: center;
}

.block-shopping-a .product-total {
  display: flex;
  justify-content: center;
  align-items: center;
}


.block-shopping-a .product-total a {
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 7px;
  background-color: #18003b;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}


.block-shopping-a .product-total-btn {
  width: 20%;
}

.block-shopping-a .free-shipping-total {
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border: 3px solid #E43C00;
  border-radius: 7px;
  box-sizing: border-box;
}

.block-shopping-a .free-shipping-total li {
  text-align: right;
}

.block-shopping-a .free-shipping-total li:first-child {
  font-size: 18px;
  font-weight: 600;
}


.block-shopping-a .free-shipping-total li.total-price {
  color: #E43C00;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 5px;
}


.block-shopping-a .free-shipping-total li.total-price span {
  color: #222;
  font-size: 15px;
  font-weight: 300;
}

.total-price span.tax-total {
    display: block;
    font-size: 14px !important;
    line-height: 14px;
}

.block-shopping-a .product-descrption h3 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.block-shopping-a .product-img {
  width: 30%;
}

.block-shopping-a .txt-product .txt a {
  font-size: 16px;
  font-weight: 600;
}

.block-shopping-a .txt-product .txt span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.shopping-basket {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
}

.shopping-basket li {
  border-radius: 5px;
  text-align: center;
}

.shopping-basket li:first-child {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  vertical-align: middle;
  width: 100%
}

.shopping-basket li:first-child a {
  display: inline-block;
}

.shopping-basket li:first-child a:hover {
  width: 100%;
  display: block;
  background: url(../img/sys/button/cart_l_hover.gif) no-repeat center;
  background-size: 100%;
}

.shopping-basket li:first-child a:hover img {
  visibility: hidden;
}

.shopping-basket li:first-child a img {
  width: auto;
}

.shopping-basket li:first-child a.spinning:hover,
.shopping-basket li:first-child a.spindone:hover {
  background: none;
}

.shopping-basket li:first-child a.spinning:hover img,
.shopping-basket li:first-child a.spindone:hover img {
  visibility: visible;
}

.shopping-basket li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.shopping-basket li .fa {
  font-size: 20px;
}

.shopping-basket li a span {
  display: block;
}

.shopping-basket li a span img {
  width: 23%;
  max-width: 23px;
}

.shopping-basket li img {
  width: 100%;
  vertical-align: middle;
}

.block-product-view {
  display: flex;
  flex-flow: wrap;
  /*justify-content: center;*/
  margin-bottom: 18px;
}

.block-product-view li {
  width: 48%;
  margin: 0 4% 5px 0;
  text-align: center;

}

.block-product-view li:nth-of-type(1n){
  margin: 0 0 5px 0;
}
/*ul.block-product-view.option_buttons_ li {
    width: 48%;
}*/

.block-product-view li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 3px;
  background: #18003b;
  border-radius: 7px;
}

.block-detail-b .product-variation {
  width: 100%;
  margin: 10px auto;
  background: #CDD3E5;
  font-size: 14px;
  font-weight: 700;
  border-radius: 7px;
}

.block-detail-b .product-variation a {
  display: block;
  color: #222;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.block-slider-wrap {
  margin: 40px 0 30px 0;
  padding: 20px 0;
  background: #F6F7FA;
  border-radius: 7px;
  box-sizing: border-box;
}

.block-slider-wrap .slider-for {
  margin: 0 10px 10px 10px;
  line-height: 0;
}

.block-slider-wrap h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

.block-slider-wrap .block-slider .slick-slider button {
  width: 28px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #DBDBDB;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #222;
  font-size: small;
}

.block-slider-wrap .block-slider .slick-slider button:hover {
  background: #18003B;
  color: #fff;
}

.block-slider-wrap .fa-angle-right:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
}

.block-slider-wrap .fa-angle-left:before {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
}


/* end block-product-slider */


/*start single-slide*/

.single-slide {
  margin-top: 40px;
}

.single-slide .block-slider {
  margin: 10px 5px 0 5px;
}

.single-slide .block-slider .slick-list {
  margin: 0;
}


/*end single-slide*/


/*block slider*/

.block-slider .slick-list {
  margin: 0 3px 10px 3px;
}

.block-slider .slider-nav li {
  margin: 0 5px;
  border: 1px solid #666666;
  border-radius: 7px;

  box-sizing: border-box;
  opacity: 0.5;
}

.block-slider .slider-nav li:last-child {
  margin-right: 0;
}

.block-slider .slider-nav li.slick-current {
  border: 1px solid #E43C00;
  box-sizing: border-box;
  opacity: 1;
}

.product-box .block-slider .slider-nav li.slick-current {
  border: none;
}

.product-box .block-slider .slider-nav li {
  border: none;
}

.block-slider .slider-nav li img {
  width: 100%;
  max-width: 100%;
}

.block-product .detail-slider .slick-slider.slider-nav {
  margin: 10px 0 0;
}

.block-product .detail-slider .slick-prev {
  left: 5px;
}

.block-product .detail-slider .slick-next {
  right: 4px;
}

.block-product .detail-slider .slider-nav .slick-list {
  margin: 0;
}

.block-product .detail-slider .slick-active img {
  width: 100% !important;
}

.block-product .block-slider .slick-slider button {
  display: block !important;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #DBDBDB;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #222;
}

.block-product .block-slider .slick-slider button:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  color: #222;
}

.block-product .block-slider .slick-slider button:hover {
  background: #18003B;
}

.block-product .block-slider .slick-slider button:hover:before {
  color: #fff;
}


/*block slider*/


/*start product detail */

.product-detail {
  margin: 40px 0;
}

.block-slider-wrap .product-detail {
  margin: 40px 0 10px 0;
}

.product-detail .slide-img-height {
  display: table;
  width: 100%;
}

.product-detail .slide-img-height figure {
  display: table-cell;
  max-height: 115px;
  height: 115px;
  vertical-align: middle;
  text-align: center;
}

.product-detail .product-detail-tab-active {
  display: block;
}

.product-detail .product-detail-tab-hide {
  visibility: hidden;
  height: 0;
  padding: 0 !important;
}

#product-detail-tab2,
#product-detail-tab3 {
  margin-top: 0px;
}

.product-detail .product-slider {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  box-sizing: border-box;
}

.product-detail .product-slider ul li {
  box-sizing: border-box;
  opacity: 0.6;
  box-sizing: border-box;
}

.product-detail .product-detail-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail .product-detail-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  margin-right: 1.5%;
  background: #CDD3E5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
  box-sizing: border-box;
}

.product-detail .product-detail-list li:last-child {
  margin-right: 0;
}

.product-detail .product-detail-slide .add-to-cart:hover img {
  visibility: hidden;
}

.product-detail .product-detail-slide .add-to-cart:hover {
  background: url(../img/sys/button/cart_s_hover.gif) no-repeat center;
  background-size: contain;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spinning:hover img,
.product-detail .product-detail-slide .add-to-cart.twoToneButton.spindone:hover img {
  visibility: visible;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spinning:hover,
.product-detail .product-detail-slide .add-to-cart.twoToneButton.spindone:hover {
  background: none;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spinning {
  width: 100%;
  max-width: 200px;
  display: block;
  background: url(../img/sys/button/cart_loading_s.gif) no-repeat center;
  background-size: 100%;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spinning:hover {
  background: url(../img/sys/button/cart_loading_s.gif) no-repeat center;
  background-size: 100%;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spindone {
  width: 100%;
  max-width: 200px;
  display: block;
  background: url(../img/sys/button/cart_complete_s.gif) no-repeat center;
  background-size: 100%;
}

.product-detail .product-detail-slide .add-to-cart.twoToneButton.spindone:hover {
  background: url(../img/sys/button/cart_complete_s.gif) no-repeat center;
  background-size: 100%;
}

.product-detail .product-detail-list .product-detail-active {
  background: #fff;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15), -5px 0 5px -5px rgba(0, 0, 0, 0.15), 0 0px 5px -5px rgba(0, 0, 0, 0.15), 5px 0 5px -5px rgba(0, 0, 0, 0.15);
}

.product-detail .product-detail-list .product-detail-active a {
  color: #E43C00;
}

.product-detail .product-detail-list li a {
  display: block;
  padding: 10px 5px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.product-detail .product-detail-slide .product-detail-txt {
  margin-bottom: 5px;
  font-size: 10px;
  text-align: left;
  margin-top: 5px;
  color: #000;
}

.product-detail .small-blk {
  margin: 0 2px;
  padding: 2px 4px;
  border-radius: 2px;
  background: #666666;
  color: #FFFFFF;
  font-size: 6px;
}

.product-detail .product-detail-slide .product-detail-price {
  margin: 3px 0;
  color: #E43C00;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
}

.product-detail .product-detail-slide .product-detail-price span {
  font-size: 11px;
  font-weight: 400;
  color: #222;
}

.product-detail .product-detail-slide .product-detail-price .strike {
  font-size: 13px;
  color: #222;
}

.product-detail .product-detail-slide .product-detail-sale-date {
  display: block;
  font-size: 11px;
}

.product-detail .product-detail-slide .product-detail-sale-date span {
  font-size: 11px;
}

.product-detail .product-detail-slide .add-to-cart {
  display: block;
}

.product-detail .product-detail-slide .add-to-cart,
.product-detail .product-detail-slide .link-detail,
.product-detail .product-detail-slide .out-stock {
  display: block;
}

.product-detail .product-detail-slide .add-to-cart img {
  width: 100%;
}

.product-detail .product-detail-slide .link-detail img,
.product-detail .product-detail-slide .out-stock img {
  display: block;
  /*width: 100%;*/
}

.product-detail .product-detail-slide .link-detail img {
  width: initial;
}

.product-detail .product-detail-txt01 {
  display: block;
  color: #000;
  /*font-weight: bold;*/
  font-size: 16px;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.product-detail .product-detail-txt01 span {
  display: block;
}

.product-detail .product-detail-txt01 p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}

.slick-slide img {
  margin: 0 auto;
}

.product-detail .more {
  margin: 10px 10px 0 0;
  text-align: right;
}

.product-detail .more a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.slick-slide .comment_ {
  text-align: left;
  margin: 10px 0 5px;
}

.slide-img-height {
  width: 100%;
  display: table;
  text-align: center;
  margin-bottom: 20px;
}

.slide-img-height figure {
  display: table-cell;
  vertical-align: middle;
}

.block-slider .slick-track {
  display: flex;
  justify-content: space-around;
  float: left;
}

.product-detail .slide-img-height figure {
  display: table-cell;
  max-height: 115px;
  height: 115px;
  vertical-align: middle;
  text-align: center;
}

.product-detail .slide-img-height figure img {
  height: 130px;
}

.product-detail .product-detail-cat {
  display: flex;
  flex-flow: wrap;
  text-align: left;
  margin-top: 3px;
  line-height: 0;
  min-height:23px;
}

.product-detail .product-slider ul li.slick-current {
  opacity: 1;
}

.detail-txt-wrap {
  padding-bottom: 10px;
}

.slide-inner-block {
  max-width: 300px;
  margin: 0 auto;
  padding: 0px 10px;
  box-sizing: border-box;
}

.product-detail .product-detail-slide .out-stock {
  cursor: no-drop;
}

.product-detail .product-detail-slide .out-stock img {
  /*width: 100%;*/
}

.block-product .frequency {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background: #FFFFFF;
  box-sizing: border-box;
}

.block-product .frequency .special-order {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #E43C00;
}

.block-product .frequency .frequency-txt {
  /*margin-bottom: 8px;*/
  font-size: 14px;
  font-weight: 700;
}

.block-product .frequency form {
  margin-bottom: 5px;
}

.block-product .frequency form input {
  width: 88%;
  margin-bottom: 10px;
  padding: 5px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #C1C1C1;
}

.block-product .frequency .frequency-txt01 {
  margin-bottom: 5px;
  font-size: 12px;
}

.block-product .frequency .frequency-txt02 {
  margin-bottom: 5px;
  font-size: 12px;
}


/*end product detail*/


/*  start block-notice */

.block-notice {
  padding: 20px 10px;
  background: #F2F2F2;
  border-radius: 7px;
  box-sizing: border-box;
}

.block-notice .block-notice-tit h3 {
  font-size: 18px;
  text-align: center;
}

.block-notice .block-notice-tit a {
  display: block;
  color: #000;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.block-notice .block-notice-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin-right: 1.5%;
  background-color: #CDD3E5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15), -5px 0 5px -5px rgba(0, 0, 0, 0.15), 0 0px 5px -5px rgba(0, 0, 0, 0.15), 5px 0 5px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.block-notice .block-notice-list li.active {
  background-color: #FFFFFF;
}

.block-notice .block-notice-list li.active a {
  display: block;
  color: #E43C00;
  opacity: 1;
}

.block-notice .block-notice-list li:last-child {
  margin-right: 0;
}

.block-notice .block-notice-list li a {
  display: block;
  padding: 10px 2px;
  color: #666666;
  text-decoration: none;
  font-weight: 700;
  z-index: 99;
  line-height: 1;
}

.block-notice .block-notice-list {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}

.block-notice .block-notice-item {
  display: block;
  padding: 10px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px dotted #AAAAAA;
  border-radius: 0;
}

.block-notice .block-notice-item:last-child {
  border-bottom: none;
}

.block-notice .block-notice-content {
  padding: 0 10px;
  background: #fff;
  border-radius: 7px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
}

.block-notice-item ul.annotation {
  padding-top: 15px;
}

.block-notice-item ul.annotation li {
  float: none !important;
}

.block-notice-item ul.annotation li {
  padding: 0px 0px 10px 35px !important;
}

.block-notice-item ul.annotation li span {
  margin-left: -33px;
  padding-right: 10px;
}

.block-notice .block-notice-item .block-notice-item-left {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.block-notice .block-notice-item .block-notice-item-right {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.block-notice-content.active {
  display: block;
}

.block-notice-content.hide {
  display: none;
}

.block-shopping-a .product-box ul li .date {
  display: block;
}

.block-shopping-a .product-box:last-child {
  border-bottom: none;
}

.block-shopping-a .product-box .change-item {
  background: #E3FFFF;
}

.anchor {
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

.block-shopping-a .shopping-address .guide_ {
  margin: 10px 0 0 10px;
  font-size: 12px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}



.block-shopping-a .shopping-address {
  padding: 10px;
  background-color: #F6F7FA;
  border-radius: 7px;
  box-sizing: border-box;
  margin-top: 20px;
}


/*  end block-notice */

.block-notice-w {
    padding: 0px 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.block-notice-w .block-notice-tit h3 {
    font-size: 18px;
    text-align: left;
}

.block-notice-w .block-notice-tit a {
  display: block;
  color: #000;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.block-notice-w .block-notice-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin-right: 1.5%;
  background-color: #CDD3E5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15), -5px 0 5px -5px rgba(0, 0, 0, 0.15), 0 0px 5px -5px rgba(0, 0, 0, 0.15), 5px 0 5px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.block-notice-w .block-notice-list li.active {
  background-color: #FFFFFF;
}

.block-notice-w .block-notice-list li.active a {
  display: block;
  color: #E43C00;
  opacity: 1;
}

.block-notice-w .block-notice-list li:last-child {
  margin-right: 0;
}

.block-notice-w .block-notice-list li a {
  display: block;
  padding: 10px 2px;
  color: #666666;
  text-decoration: none;
  font-weight: 700;
  z-index: 99;
  line-height: 1;
}

.block-notice-w .block-notice-list {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}

.block-notice-w .block-notice-item {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px dotted #AAAAAA;
    border-radius: 0;
}

.block-notice-w .block-notice-item:last-child {
  border-bottom: none;
}

.block-notice-w .block-notice-content {
    background: #fff;
}

.block-notice-w .block-notice-item .block-notice-item-left {
  font-size: 12px;
  font-weight: 600;
}

.block-notice-w .block-notice-item .block-notice-item-right {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}



/* start block-notice-item*/

.block-notice-item .scrollbar {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
  background: #fff;
}

.block-notice-item .scrollbar::-webkit-scrollbar-track {
  background-color: #CCCCCC;
}

.block-notice-item .scrollbar::-webkit-scrollbar {
  width: 21px;
  background-color: #CCCCCC;
}

.block-notice-item .scrollbar::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 7px;
  border: 4px solid #CCCCCC;
}

.block-notice-item {
  background: #F6F7FA;
  padding: 10px;
  border-radius: 7px;
}

.block-notice-item ul {
  margin-bottom: 15px;
  overflow: auto;
}

.block-notice-item ul li {
  display: flex;
  align-items: center;
}

.block-notice-item ul li p {
  margin-left: 10px;
}

a.top_news_btn {
    display: block;
    padding: 0.6em 0.5em;
    text-decoration: none;
    color: #ffffff;
    background: #18003B;
    border-radius: 6px;
    transition: .4s;
    font-size: 12px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 0 auto;
    font-family: "�q���M�m�p�S ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

/* end block-notice-item*/


/*start category-sec*/

.category-sec01 .category_name {
  font-size: 14px;
  background-color: unset;
  padding: 8px 10px;
  font-weight: bold;
}

.category-sec01 p,
.category-sec02 p {
  padding: 0 10px 8px 10px;
  font-size: 11px;
}

.category-sec02 {
  margin: 0 10px 0 10px;
  display: inline-block;
  width: 95%;
}

.category-sec02 .category_name {
    padding: 10px 5px;
    /* font-size: 12px; */
    /* font-weight: bold; */
    /* text-decoration: underline; */
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid #CDD3E5;
    border-radius: 5px;
    line-height: 18px;
    /*width: 145px;*/
    width: 49%;
    float: left;
}

.category-sec02 .category_name:nth-child(odd) {
    margin-right: 5px;
}


/*start aside category*/

.aside-category {
  font-size: 12px;
}

.aside-category ul {
  list-style: none;
  padding: 0;
}

.aside-category .inner {
  overflow: hidden;
  display: none;
}

.aside-category .inner li {
  padding: 5px 0 5px 25px;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

ul.aside-list>li {
  margin-bottom: 2px;
}

.aside-category a {
  color: #000;
  text-decoration: none;
}

.aside-category a.toggle {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 20px 10px 20px;
  color: #000;
  background: #F2F2F2;
  transition: background .3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.aside-category a.toggle .fa-plus {
  content: '\002B';
  position: absolute;
  top: 13px;
  right: 10px;
  color: #cccccc;
  font-weight: normal;
  float: right;
  font-size: 15px;
}

.aside-category a.toggle .fa-minus {
  content: '\2212';
  position: absolute;
  top: 13px;
  right: 10px;
  color: #cccccc;
  font-weight: normal;
  float: right;
  font-size: 15px;
}

.aside-category a.toggle:hover {
  text-decoration: none;
}


/*end aside-category*/


/*start case block*/

.case-block .case {
  text-align: center;
}

.case-block .case-tit {
  font-size: 14px;
  margin: 10px
}

.case-block .paginate {
  padding: 0 0;
  box-sizing: border-box;
  display: inline-flex;
}

.case-block .pagi-st {
  padding: 8px 10px;
  background-color: #CCCCCC;
  border-radius: 5px;
  text-decoration: none;
}

.case-block .pagi-nx {
  padding: 6px 6px;
  background-color: #CCCCCC;
  border-radius: 5px;
  text-decoration: none;
}

.case-block .pagi {
  padding: 6px 9px;
  background-color: #F2F2F2;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
}

.case-block .pagi:hover {
  color: #ffffff;
  background: #666666;
}

.paginate li {
  margin: 0 2px;
}

.case-block .case-info {
  margin: 40px 10px;
}

.case-block .case-info .case-info-bl {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.case-block .case-img {
  margin: 0 auto;
  width: 15%;
  margin: 0 15px 0 0;
}

.case-block .case-img img {
  width: 100%;
}

.case-block .case-txt {
  width: 80%;
  margin-left: auto;
}

.case-block .case-txt p {
  font-size: 14px;
  padding-bottom: 3px;
}

.case-block .case-txt span {
  padding: 3px 15px;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 5px;
}

.case-block .case-txt .case-txt-t2 {
  font-size: 10px;
  color: #707070;
  padding: 3px 0 0;
}

.case-block .case-txt .case-txt-val {
  text-align: right;
  font-size: 14px;
  color: #FF0000;
  padding: 0;
}

.case-block .case-info .case-info-bl.c-blk {
  margin-top: 20px;
}

.case-block .case-txt .case-yan {
  float: left;
  font-size: 11px;
}


/*end case block*/


/*block-product-slider*/

.block-product-content .content-price {
  text-align: right;
}

.block-product-content .content-price p:nth-child(2) {
  margin: 0 0 5px 0;
  color: #FF0000;
}

.block-product-content .content-price p span {
  font-size: 25px;
  font-weight: 600;
}

.block-product-view li:first-child {
  /* float: left; */
  /* margin: 0; */
}


/* end block-product-slider */


/* start slider-tabs */

.block-detail-b .slider-tabs {
  margin: 0px 2px 7px 8px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.block-detail-b .slider-tabs li {
  max-width: 60px;
  margin-right: 2%;
}

.block-detail-b .slider-tabs li:last-child {
  margin-right: 0;
}

.block-detail-b .slider-tabs .tab-txt {
  padding: 2px 0 0;
  color: #000000;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1.2px;
}

.block-detail-b .slick-slider button {
  width: 20px;
  height: 20px;
}

.block-detail-b .slick-prev:before,
.block-detail-b .slick-next:before {
  font-size: 12px;
}

.block-detail-b .slick-prev {
  top: 50%;
  left: 0;
}

.block-detail-b .slick-next {
  top: 50%;
  right: 0;
}


/* end .slider-tabs */


/*start block-product */

.block-product .product-name-tit {
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
}

.block-product .product-name-sub-tit {
  font-size: 28px;
  color: #222222;
  font-weight: 700;
}

.block-product .product-name-tit span {
  display: block;
}

.block-product .product-box .product-left {
  float: left;
  width: 45%;
}

.block-product .product-box .product-right {
  float: right;
  width: 53%;
}

.block-product .price-txt {
  font-size: 12px;
  font-weight: 700;
  color: #222222;
}

.block-product .price-txt span {
  display: block;
  letter-spacing: -1.2px;
}

.product-variations .product-post {
  width: 100%;
}

.block-product .product-right ul li {
  float: left;
  margin-right: 5px;
  padding: 0;
  font-size: 13px;
}

.block-product .product-right ul li a {
  display: block;
  padding: 5px 0;
  color: #000;
  text-decoration: none !important;
  text-align: center;
}

.block-product .product-inquiries {
  margin-bottom: 18px;
  text-align: center;
}

.block-product .product-inquiries a {
  text-decoration: none;
  color: #003780;
  font-size: 13px;
}

.block-product .product-variations .product-var-tit {
  margin: 0;
  padding: 0 0 2% 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.block-product .product-post ul.product-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px;
  border-bottom: 1px solid #EAEAEA;
}

.block-product .product-post ul.product-post-list li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  border: none;
}

.block-product .product-post ul.product-post-list li span {
  display: block;
}

.block-product .product-post ul.product-post-list li:first-child {
  margin: 0 2% 0 0;
  border-bottom: none;
}

.block-product .product-post ul.product-post-list li:nth-child(2),
.block-product .product-post ul.product-post-list li:nth-child(3) {
  width: 18%;
  padding: 12px 0;
  text-align: left;
}

.block-product .product-post ul.product-post-list li:nth-child(2) {
  margin-right: 7%;
}

.block-product .product-post ul.product-post-list li:last-child {
  width: 53%;
  padding: 0 0 0 0;
  border-radius: 5px;
  background-color: #000;
  color: #FFF;
  font-size: 14.4px;
  text-align: center;
}

.block-product .product-post ul.product-post-list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}

.block-product .product-post ul.product-post-list li.stock {
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #fff !important;
}

.block-product .product-post ul.product-post-list li.stock a {
  color: #000;
}

.block-product .product-post ul.product-post-list li:last-child img {
  margin: 0 3% 2px 0;
}


/*end block-product */


/* start block-specification */

.block-specification {
  margin: 0 10px;
}

.block-specification .specification-BN {
  padding: 40px 20px;
  color: #ffffff;
  background: #cccccc;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.block-specification .specification-BN01 {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.block-specification .specification-BN02 {
  float: left;
  width: 49%;
}


/* end block-specification */


/* start block-related-product */

.item-description {
  padding: 5% 2% 2% 2%;
}

.product-specification {
  padding: 0 2% 0 2%;
}

.product-box {
  padding: 0 4% 0 4%;
}

.product-box .related-product-tit {
  background: 0;
}

.item-description .related-product-tit {
  background: 0;
  text-decoration: underline;
}

.product-specification .related-product-tit {
  background: 0;
  text-decoration: underline;
}

.block-related-product .related-product-tit {
  padding: 2% 0 2% 0;
}

.block-related-product .desc-gp p {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.block-related-product .product-box {
  margin: 10px 0 50px 0;
}

.block-related-product .product-detail-btn {
  background: #000;
}

.block-related-product .product-detail-txt {
  padding: 12px 0 9px 0;
  color: #000;
  font-size: 13px;
  text-align: left;
}

.block-related-product .product-detail-slide {
  position: relative;
}

.block-related-product .product-detail-slide li {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
  text-align: center;
}

.block-related-product .product-detail-slide .product-detail-li02 {
  margin-right: 0;
  margin-bottom: 5%;
}

.block-related-product .product-detail-slide .product-detail-li04 {
  margin-right: 0;
}

.block-related-product .product-iconlist li {
  float: left;
  width: 30.48%;
  margin: 0 4% 0 0;
  padding: 5px 0;
  background: #666666;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.block-related-product .product-iconlist li:last-child {
  margin-right: 0;
}

.block-related-product .product-detail-price {
  padding: 6px 0 12px 0;
  color: #000;
  font-size: 16px;
}

.block-related-product .add-to-cart {
  display: block;
  margin: 0 auto;
  padding: 4% 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}

.block-related-product .add-to-cart img {
  display: inline-block;
  margin: -2px 3% 0 0;
  vertical-align: middle;
}

.block-related-product .product-detail-discount .discount-date {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}


/* end block-related-product*/

.block-detail-b {
  margin: 0 12px 20px;
  padding: 12px;
  background: #F6F7FA;
  box-sizing: border-box;
  border-radius: 7px;
}

.block-detail-b .product-right ul li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

.block-detail-b .product-right ul li a {
  display: block;
  padding: 5px 6px 3px !important;
  color: #FFFFFF;
  text-decoration: none !important;
  text-align: center;
  font-size: 11px;
}

.block-detail-b .product-cmt {
  margin: 10px 0 0 0;
  font-size: 11px;
}

.product-code {
  margin-top: 3px;
}

.product-code,
.stock,
.price-txt,
.jin {
  font-size: 13px;
}

.block-product .price-txt01 {
  font-size: 12px;
}

.block-product .price-txt01 .tax {
  margin-right: 5px;
  color: #E43C00;
  font-size: 22px;
  font-weight: 700;
}

.block-product .price-txt02 .tax2 {
  font-size: 14px;
  padding: 0px 5px;
}

.block-product .price-txt02 {
  text-align: right;
}

.block-product .shopping {
  display: inline-block;
  width: 100%;
}

.product-detail-sp {
  margin: 20px 12px 0;
  background: #F6F7FA;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 7px;
}

.product-detail-sp .product-detail {
  margin-top: 0;
  margin-bottom: 0;
}

.product-detail-sp .product-detail .related-product-tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.product-detail-sp .product-detail .product-slider ul li {
  padding: 0 10px;
}

.product-detail-sp .product-detail .product-detail-slide {
  padding: 20px 0;
}

.product-detail-sp .product-detail .slick-slider button {
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-sp .product-detail .product-detail-slide .add-to-cart {
  padding: 0;
}


.block-notice-detail .block-notice-item table.product-specification-table {
  max-width: 768px;
}

.product-detail .slick-slider button {
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #222;
  font-size: 12px;
}

.product-detail .slick-slider button.slick-prev {
  left: -14px;
}

.product-detail .fa-angle-left:before {
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  color: #222;
}

.product-detail .slick-slider button.slick-next {
  right: -14px;
}

.product-detail .fa-angle-right:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  /*left: 10px;*/
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  color: #222;
}

.product-detail .slick-slider button:hover {
  background: #18003B;
  color: #fff;
}

.product-detail .slick-slider button:hover:before {
  color: #fff;
}

.block-product .product-sec .product-price {
  margin-top: 13px;
}

.block-product .product-sec .product-price .standard-price {
  font-size: 11px;
}

.block-product .product-sec .product-price .standard-price span {
  font-size: 13px;
}

.block-product .product-sec .product-price .selling--price {
  font-size: 11px;
}

.block-product .product-sec .product-price .selling--price span {
  font-size: 13px;
}


/*end block-detail-b*/


/* start block-notice-detail */

.block-notice-detail {
  margin: 0 10px;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left li {
  width: 48%;
  max-width: 168px;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  border-radius: 7px;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left li:first-child {
  margin-right: 4%;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left li a {
  display: block;
  padding: 8px 10px 5px;
  border: none;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left li a span {
  display: block;
  margin-top: -3px;
  font-size: 24px;
  line-height: 0;
}

.block-notice-detail .block-notice-list.border-non .block-notice-list-left li.active a {
  background-color: #FFF;
}

.block-notice .block-notice-list.border-non,
.block-notice .block-notice-item.border-non {
  border: 0;
}

.product-detail .product-detail-slide .add-to-cart img.detail-img {
  margin: 2px 4px 2px 0;
}

.product-detail-block .shopping-basket {
  margin: 30px 10px -20px;
}

.block-notice-detail .related-product-tit {
  margin: 17px 0 15px;
  background-color: unset;
  text-align: center;
  color: #222;
  font-size: 16px;
}

.block-notice-detail h3 {
 font-size: 14px;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    border-left: solid 8px #cdd3e5;
    padding: 0.3em;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.block-notice-detail .related-product-tit01 {
  margin: 10px 0 15px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.related-product-tit_co3.font-size18 {
    		margin: 10px 0 15px;
    		text-align: center;
    		font-size: 16px;
		}

.block-notice-detail .block-notice-item table {
  border-collapse: collapse;
  width: 100%;
}

.block-notice-detail .block-notice-item table,
.block-notice-detail .block-notice-item tr,
.block-notice-detail .block-notice-item td {
  border: 1px solid #E2E2E2;
}

.block-notice-detail .block-notice-item td {
  padding: 8px 13px;
}

.block-shopping01 .shopping-basket {
  margin: 20px 0 15px;
}


/* end block-notice */


/* start block-notice-detail */

/*.block-notice-detail {
  margin: 0 25px;
}*/

.block-notice .block-notice-list.border-non,
.block-notice .block-notice-item.border-non {
  border: 0;
}

.product-detail .product-detail-slide .add-to-cart img.detail-img {
  margin: 2px 4px 2px 0;
}

.product-detail-block .shopping-basket {
  margin: 30px 10px -20px;
}



.block-notice-detail .block-notice-item table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.block-notice-detail .block-notice-item table.product-specification-table,
.block-notice-detail .block-notice-item table.product-specification-table tr,
.block-notice-detail .block-notice-item table.product-specification-table td {
  border: 1px solid #CCCCCC;
  font-size: 13px;
}

.block-notice-detail .block-notice-item table.annotion-table,
.block-notice-detail .block-notice-item table.annotion-table tr,
.block-notice-detail .block-notice-item table.annotion-table td {
  border: none;
  background: none;
  font-size: 11px;
}

.block-notice-detail .block-notice-item table.annotion-table td {
  padding: 0 10px 5px 0;
}

.block-notice-detail .block-notice-item table.annotion-table td:first-child {
  width: auto;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}

.block-notice-detail .block-notice-item table.annotion-table td:last-child {
  width: auto;
}

.block-notice-detail .block-notice-item table.product-specification-table td {
  padding: 8px 13px;
  border: 1px solid #CCCCCC;
  color: #000;
}

.block-notice-detail .block-notice-item td:last-child {
  width: 1000px;
}

.block-shopping01 .shopping-basket {
  margin: 20px 0 0;
}


/* end block-notice */


/*start block-custom-product */

.block-custom-product {
  padding: 10px 0;
  color: #000;
}

.block-custom-product .product-name-tit {
  padding: 0 10px;
}

.block-custom-product .product-box {
  padding: 0 10px;
}

.block-custom-product .block-shopping {
  padding: 0 10px;
}

.block-custom-product .product-inquiries {
  padding: 0 10px;
}

.block-custom-product .frequency {
  margin: 20px 0 45px;
  padding: 1% 3%;
  background-color: #F5F5F5;
}

.block-custom-product .frequency .frequency-txt {
  margin-bottom: 5px;
  font-size: 14px;
}

.block-custom-product .frequency input[type=text]:first-child {
  display: block;
  margin: 0 0 5px 25px;
}

.block-custom-product .frequency input[type=text] {
  width: 175px;
  font-size: 12px;
  outline: none;
}

.block-custom-product .frequency input[type=text]:last-child {
  margin-left: 9px;
}

.block-custom-product .frequency .frequency-txt01 {
  padding: 8px 0 0 30px;
  font-size: 12px;
}

.block-custom-product .shopping {
  padding: 0 10px 0;
}

.block-product .product-right ul li a {
  float: left;
  margin-right: 5px;
  padding: 0;
  font-size: 13px;
}

.block-product .product-right ul.shopping-basket {
  margin: 20px 0 5px;
}

.block-product .product-right ul.shopping-basket li:first-child {
  margin: 0 0 0 0;
}

.block-product .product-right ul.shopping-basket li:last-child {
  width: 23%;
  margin: 0 0 0 2%;
  padding: 0 0 0;
  border: 1px solid #cccccc;
  color: #fff;
}

.block-product .product-right ul.shopping-basket li:last-child a {
  padding: 8px 0 0;
  color: #000;
}

.block-product .product-right .block-product-view {
  margin: 0 10px 0;
}

.block-product .product-right .block-product-view li {
  margin: 0 0 0 0;
}

.block-product .product-right .block-product-view li:last-child {
  margin: 0 0 0 2%;
}

.block-product .product-right .block-product-view li a {
  padding: 5px 0;
  color: #000;
}

.block-related-product .product-inquiries {
  display: block;
  text-decoration: none;
  margin: 15px 10px 0 0;
  font-size: 13px;
  text-align: right;
  cursor: pointer;
}


/*end block-custom-product */


/* start block-related-product */

.block-related-product {
  color: #000;
}

.block-related-product .related-product-tit {
  background-color: #fff;
}

.item-description {
  padding: 5% 2% 2% 2%;
}

.item-description.desc-gp {
  padding: 12px 12px 20px;
  box-sizing: border-box;
  background: #F6F7FA;
  border-radius: 7px;
  margin-bottom: 20px;
}

.item-description.desc-gp .block-notice-item {
  padding: 0;
}

.block-notice-detail .item-description.desc-gp .related-product-tit {
  margin: 5px 0 10px;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
}

.product-specification {
  padding: 0 2% 0 2%;
}

.product-box {
  margin-top: 18px;
  padding: 0;
}

.product-specification .related-product-tit {
  text-decoration: underline;
}

.block-related-product .related-product-tit {
  padding: 2% 0 2% 0;
}

.block-related-product .desc-gp p {
  font-size: 14px;
}

.block-related-product .product-box {
  margin: 10px 10px 50px 10px;
}

.block-related-product .product-detail-btn {
  background: #000;
}

.block-related-product .product-detail-txt {
  padding: 12px 0 9px 0;
  color: #000;
  font-size: 13px;
}

.block-related-product .product-detail-slide {
  position: relative;
}

.block-related-product .product-detail-slide li {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
  text-align: center;
}

.block-related-product .product-detail-slide .product-detail-li02 {
  margin-right: 0;
  margin-bottom: 5%;
}

.block-related-product .product-detail-slide .product-detail-li04 {
  margin-right: 0;
}

.block-related-product .product-iconlist li {
  float: left;
  width: 30.48%;
  margin: 0 4% 0 0;
  padding: 5px 0;
  background: #666666;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.block-related-product .product-iconlist li:last-child {
  margin-right: 0;
}

.block-related-product .product-detail-price {
  padding: 6px 0 12px 0;
  color: #000;
  font-size: 16px;
}

.block-related-product .add-to-cart {
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}

.block-related-product .add-to-cart img {
  display: inline-block;
  margin: -2px 3% 0 0;
  vertical-align: middle;
}

.block-related-product .product-detail-discount .discount-date {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}


/* end block-related-product*/


/* start block-shopping-a */

.block-shopping-a .flL {
  float: left;
}

.block-shopping-a .flR {
  float: right;
}

.block-shopping-a .error_ {
  padding: 0 10px;
  color: #FF0000;
  font-size: 15px;
}

.block-shopping-a .txt-bold {
  font-weight: 700;
}

.block-shopping-a .txt-red {
  color: #FF0000;
  font-size: 26px;
}

.block-shopping-a a {
  color: #000;
}

.block-shopping-a img {
  vertical-align: top;
}

.block-shopping-a .shopping {
  /*padding-bottom: 20px;*/

}

.block-shopping-a .pdL-10 {
  padding-left: 10px;
}

.block-shopping-a .pdl-26 {
  padding-left: 26px;
}

.block-shopping-a .fs-12 {
  font-size: 12px;
}

.block-shopping-a .fs-10 {
  font-size: 10px;
}

.block-shopping-a .shopping-tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.block-shopping-a .shopping-tit img {
  margin-right: 10px;
}

.block-shopping-a .shopping-category {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-shopping-a .shopping-category li {
  width: 24%;
  padding: 10px 1%;
  text-align: center;
  vertical-align: middle;
  background: url(../img/sp/shopping-cart-a/cart_bg.png) no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.block-shopping-a .shopping-category a {
  display: block;
  color: #666666;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
}

.block-shopping-a .shopping-subtit {
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-align: center;
}

.block-shopping-a .address-txt {
  font-size: 12px;
}

.block-shopping-a .address-location {
  padding: 0px 68px 0 40px;
  color: #000;
  font-size: 12px;
  line-height: 1.7;
}

.block-shopping-a .address-location p .brake {
  display: block;
}


.block-shopping-a .address-change {
  margin: 10px 0 0;
  text-align: center;
}

.block-shopping-a .address-change input[type="submit"] {
  font-weight: bold;
    font-family: Noto Sans Japanese, ���C���I, Meiryo, �q���M�m�p�S Pro W6, Hiragino Kaku Gothic Pro, Osaka, �l�r\ �o�S�V�b�N, MS PGothic, sans-serif;
    cursor: pointer;
    padding: 15px 50px;
    border: solid 2px #e43c00;
    border-radius: 7px;
    box-sizing: border-box;
    background: #ffffff url(../img/common/icon_delivery.png) no-repeat 34px 16px;
    background-size: 24px;
    text-indent: 14px;
}

.block-shopping-a .percent .link-flR input[type="submit"] {
  padding: 8px 20px;
  background: #18003B;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans Japanese", "���C���I", Meiryo, "�q���M�m�p�S Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}


.block-shopping-a .address-change a,
.block-shopping-a .shopping-register a {
  display: inline-block;
  width: 116px;
  margin: 15px 0px 0 0;
  padding: 6px 0;
  color: #000;
  font-size: 12px;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.block-shopping-a .shopping-register {
  margin: 15px 10px 0 10px;
}

.block-shopping-a .shopping-register-btn {
  float: left;
  padding: 0 10px 0 0px;
}

.block-shopping-a .shopping-register .register-btn {
  cursor: pointer;
    background-color: #ffffff;
    color: #011b8f;
    border: none;
    font-weight: normal;
    font-family: inherit;
    background: url(../img/guide/icon_arrow.gif) no-repeat 0px 8px;
    padding-left: 10px;
}

.block-shopping-a .shopping-register .register-btn:hover {
  opacity: .7;
}

.block-shopping-a .shopping-register .register-btn:last-child {
  margin: 0;
}

.block-shopping-a .shopping-register-btn a {
  display: block;
  margin: 5px 0 0 0;
  padding: 3px 23px;
  color: #000;
  font-size: 12px;
}

.block-shopping-a .procedure {
  margin: 10px 0;
}

.block-shopping-a .link-procedure {
  padding: 20px 0;
  text-align: center;
}

.block-shopping-a .link-procedure .procedure input:hover {
  opacity: .7;
}


.block-shopping-a .check-txt {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  color: #000;
  letter-spacing: -1.3px;
  font-size: 14px;
  margin: 0 10px 10px 10px;
}


.block-shopping-a .check-txt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.block-shopping-a .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000;
}

.block-shopping-a .check-txt:hover input~.checkmark {
  background-color: #fff;
}

.block-shopping-a .check-txt input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.block-shopping-a .check-txt input:checked~.checkmark:after {
  display: block;
}

.block-shopping-a .check-txt .checkmark:after {
  left: 5px;
  top: 0px;
  width: 3px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-shopping-a .procedure-btn,
.block-shopping-a .purchase-btn {
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.block-shopping-a .procedure-btn:hover,
.block-shopping-a .purchase-btn:hover {
  background: #707070;
  opacity: 0.7;
}

.block-shopping-a .product-box {
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.block-shopping-a .product-box.pb01 {
  margin-top: 15px;
  padding-bottom: 10px;
}

.block-shopping-a .product-box .product-price {
  margin: 35px 0 7px 0;
}


.block-shopping-a .product-name {
  width: 100%;
}

.block-shopping-a .product-quantity {
  width: 100%;
  text-align: right;
}

.block-shopping-a .product-quantity-num {
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.block-shopping-a .product-quantity .qty-btn {
  display: none;
}

.block-shopping-a .change-item .product-quantity .qty-btn {
  display: block;
  text-align: center;
  margin: 10px auto 0;
  font-size: 13px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  width: 57px;
  outline: none;
  cursor: pointer;
}

.block-shopping-a .product-quantity.pq1 {
  margin: 10px 0px;
}

.block-shopping-a .product-quantity .pdl-5 {
  padding-left: 5px;
}

.block-shopping-a .txt-product {
  float: left;
  width: 65%;
  padding-left: 10px;
}

.block-shopping-a .txt-product .txt .type {
  display: block;
  font-size: 12px;
}

.block-shopping-a .txt-product .txt-small {
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: 400;
}

.block-shopping-a .txt-product .price span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
}

.block-shopping-a .product-wrap {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #CCCCCC;
}

.block-shopping-a .product-quantity input[type="text"] {
  width: 50px;
  padding: 5px 0;
  color: #000;
  border: 1px solid #ccc;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.block-shopping-a .product-name .msg-txt {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  height: 55px;
  color: #000;
  resize: none;
  border: 1px solid #CCCCCC;
  font-size: 11px;
  box-sizing: border-box;
  outline: none;
}

.block-shopping-a .product-name .msg-insert-txt {
  margin: 5px 0;
  font-size: 11px;
  color: #777;
}

.block-shopping-a .message-box .color-red {
  color: #E43C00;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 5px;
}

.block-shopping-a .message-box span {
  display: block;
}

.block-shopping-a .product-name ul {
  padding: 14px 0;
}

.block-shopping-a .product-name ul li {
  font-size: 12px;
  line-height: 1.6;
}

.block-shopping-a .product-name .price {
  padding: 20px 0px 0 0;
  font-size: 14px;
}

.block-shopping-a .quality-list {
  margin-top: 15px;
}

.block-shopping-a .quality-list .quality-list-txt01 {
  font-size: 13px;
  font-weight: 700;
}

.block-shopping-a .quality-list .quality-list-txt02 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.block-shopping-a .quality-list p span {
  font-weight: 400;
}

.block-shopping-a .txt-product .price {
  padding: 0;
  font-size: 26px;
  font-weight: 700;
}

.block-shopping-a .product-price.pp1 {
  margin: 54px 18px 122px 0;
  text-align: right;
}

.block-shopping-a .qty {
  font-size: 13px;
  font-weight: 700;
  padding-right: 15px;
}

.block-shopping-a .delete-btn a {
  display: block;
  width: 64px;
  padding: 7px 0;
  color: #fff;
  margin: 0 auto;
  background: #707070;
  font-size: 10px;
  text-align: center;
}

.block-shopping-a .delete-btn.del01 a {
  padding: 10px 0;
  width: 64px;
}

.block-shopping-a .pdL-25 {
  padding-left: 25px;
}

.block-shopping-a .pdL-35 {
  padding-left: 35px;
}

.block-shopping-a .pdL-23 {
  padding-left: 23px;
}

.block-shopping-a a {
  text-decoration: none;
}

.block-shopping-a .product-txtgp {
  margin: 10px 0;
  font-size: 11px;
}

.block-shopping-a .free-shipping {
  margin: 10px 0 0 0;
  text-align: left;
}

.block-shopping-a .pdl-25 {
  padding-left: 25px;
}

.block-shopping-a .pdl-38 {
  padding-left: 38px;
}

.block-shopping-a .percent {
  color: #000;
  font-size: 12px;
}


.block-shopping-a .link-flR {
  margin: 0 0 15px 0;
}


.block-shopping-a .link-flR a {
  width: 20%;
  padding: 5px 15px;
  border: 1px solid #707070;
  border-radius: 3px;
}

.block-shopping-a .free-shipping .total {
  margin: 0 0 25px 0;
  padding: 7px 10px;
  color: #000;
  text-align: right;
  border: 1px solid #707070;
}

.block-shopping-a .free-shipping .total li {
  display: flex;
}

.block-shopping-a .free-shipping .total li p,
.block-shopping-a .free-shipping .total li span {
  width: 50%;
}

.block-shopping-a .free-shipping .total li span {
  padding-left: 0;
}

.block-shopping-a .free-shipping .total li:first-child {
  font-size: 18px;
}

.block-shopping-a .free-shipping .total li:last-child {
  font-size: 14px;
}

.block-shopping-a .free-shipping .goods-amount {
  padding-left: 30px;
  color: #FF0000;
  font-size: 26px;
}

.block-shopping-a .free-shipping .pdl-94 {
  padding-left: 94px;
}

.block-shopping-a .bb-1 {
  margin: 10px;
  border-bottom: 1px solid #707070;
}

.block-shopping-a .ordering-tit {
  padding: 10px 0;
  background: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.block-shopping-a .ordering-box {
  margin: 10px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.message-box {
  margin: 15px 0 0 0;
}

.block-shopping-a .procedure input {
  width: 100%;
  max-width: 348px;
}

.block-shopping-a .error{
  padding-top: 25px;
  font-size: 15px;
}

.block-shopping-a .error_{
  padding-top: 25px;
}


/*end shopping-cart-a*/


/*----------pagenation----------*/

.pagenation .navipage_ {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagenation .navipage_ .navipage_sum_ {
  display: block;
  /* text-align: left; */
  text-align: right;
  font-size: 13px;
  margin-top: 0;
}

.pagenation .navipage_ .navipage_sum_ span {
  font-size: 25px;
  font-weight: 700;
  color: #E43C00;
  margin-right: 5px;
}

.pagenation .pagenation-in {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-flow: wrap;
  height: 100%;
    float: right;
}

.pagenation .navipage_ .navipage_first_ a,
.pagenation .navipage_ .navipage_prev_ a {
  width: 40px;
  padding: 5px;
  background: #ccc;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.pagenation .navipage_ .navipage_first_ a:hover,
.pagenation .navipage_ .navipage_prev_ a:hover {
  background: #000;
  color: #fff;
}

.pagenation .pagenation .navipage_ {
  text-align: center;
}

.pagenation .navipage_ a {
  margin: 0 2px;
  padding: 5px 9px;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5;
  border: none;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}

.pagenation .navipage_ a:hover {
  border: none;
  background: #E43C00;
  color: #fff;
  font-weight: 700;
}

.pagenation .navipage_ .navipage_forward_ {
  display: inherit;
  margin: 0;
  color: #666666;
  font-weight: 700;
}

.pagenation .navipage_ .navipage_prev_ a {
  width: 25px;
  font-size: 14px;
}

.pagenation .navipage_ .navipage_next_ a,
.pagenation .navipage_ .navipage_last_ a {
  padding: 5px;
  background: #ccc;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

.pagenation .navipage_ .navipage_last_ a {
  width: 40px;
  margin: 0;
  font-size: 14px;
}

.pagenation .navipage_ .navipage_next_ a:hover,
.pagenation .navipage_ .navipage_last_ a:hover {
  background: #000;
  color: #fff;
}

.pagenation .navipage_ .navipage_next_ a {
  width: 25px;
  font-size: 14px;
}

.pagenation .navipage_ .navipage_reverse_ {
  display: inherit;
  margin: 0;
  color: #666666;
  font-weight: 700;
}

.pagenation .navipage_now_ {
  margin: 0 2px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #E43C00;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5;
  border: none;
  font-size: 12px;
  font-weight: 700;
}

.flex-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navisort_.cat-navisort {
  margin-bottom: 5px;
  border-bottom: none;
  display: flex;
  justify-content: flex-end;
  flex-flow: wrap;
}

.navisort_.cat-navisort dt {
  width: auto;
  float: none;
  text-align: left;
  font-weight: 700;
}

.navisort_.cat-navisort dd {
  margin-left: 0;
}

.navisort_.cat-navisort dd a {
  color: #222222;
  text-decoration: underline;
}

.product-list ul.goods_p_ {
  border: 1px solid #ccc;
  border-radius: 0;
  display: inline-flex;
}

.product-list ul.goods_p_:nth-child(n + 2){
    border-top: none;
}

.strike {
  text-decoration: line-through;
}

.product-list .delete-price {
  font-size: 13px;
}

.product-list .promo-price {
  font-size: 13px;
}

.product-list .promo-price span {
  font-size: 29px;
  font-weight: 700;
  color: #E43C00;
  line-height: 1.2;
  margin-right: 5px;
}

.product-list .sale-date {
  font-size: 10px;
  margin-bottom: 10px;
}

.product-list .sale-date span {
  display: block;
}


/*end category sec*/


/*start top-product-list*/

.top-product-list .case-tit {
  font-size: 14px;
  margin: 10px;
}

.top-product-list .paginate {
  padding: 0 0;
  box-sizing: border-box;
  display: inline-flex;
}

.top-product-list .pagi-st {
  padding: 8px 10px;
  background-color: #CCCCCC;
  border-radius: 5px;
  text-decoration: none;
}

.top-product-list .pagi-nx {
  padding: 6px 6px;
  background-color: #CCCCCC;
  border-radius: 5px;
  text-decoration: none;
}

.top-product-list .pagi {
  padding: 6px 9px;
  background-color: #F2F2F2;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
}

.top-product-list .pagi:hover {
  color: #ffffff;
  background: #666666;
}

.paginate li {
  margin: 0 2px;
}

.top-product-list .case-info {
  margin: 40px 10px;
}

.top-product-list .case-info .case-info-bl {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.top-product-list .case-img {
  margin: 0 auto;
  width: 15%;
  margin: 0 15px 0 0;
}

.top-product-list .case-img img {
  width: 100%;
}

.top-product-list .case-txt {
  width: 80%;
  margin-left: auto;
}

.top-product-list .case-txt p {
  font-size: 14px;
  padding-bottom: 3px;
}

.top-product-list .case-txt span {
  padding: 3px 15px;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 5px;
}

.top-product-list .case-txt .case-txt-t2 {
  font-size: 10px;
  color: #707070;
  padding: 3px 0 0;
}

.top-product-list .case-txt .case-txt-val {
  text-align: right;
  font-size: 14px;
  color: #FF0000;
  padding: 0;
}

.top-product-list .case-info .case-info-bl.c-blk {
  margin-top: 20px;
}

.top-product-list .case-txt .case-yan {
  float: left;
  font-size: 11px;
}

.top-product-list {
  width: 93%;
  margin: 0 auto 10px auto;
}

.top-product-list .list-paginate {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.block-category {
  background: #F6F7FA;
  margin: 0 12px 20px;
  padding: 2px 4px;
  border-radius: 7px;
  display: none;
}

.block-category .block-cat-tit {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}


.block-category .submit_ {
    display: flex;
    justify-content: space-around;
}

.block-category .submit_ input[type=submit] {
    width: 48%;
    position: inherit !important;
    left: 0 !important;
}

.block-category .goodssearch_ {
    margin: 0 5%;
}

.block-category form{
    margin: 3% 0;
}

.product-list .name_ {
  display: inline-block;
  margin: 0 0 3px;
  line-height: 1.1;
  font-size: 15px;
  font-weight: 700;
}

.product-list .goods_ .block_ .name_ {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 95px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.product-list .cart-icon {
  display: block;
  margin-bottom: 5px;
}

.product-list .name_ span {
  display: block;
}

.product-list .redprice {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #FF0000;
}

.product-list .regular-price {
  display: block;
  font-size: 12px;
  text-align: right;
}

.product-list .redprice01 {
  margin: 0 0 0 5px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #FF0000;
  letter-spacing: -0.5px;
}

.product-list .blackprice {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}

.product-list .comment_ {
  margin: 3px 0 0 0;
  color: #000000;
  line-height: 1;
  font-size: 12px;
}

.product-list .g_price_01 {
  text-align: right;
}

.list-paginate .prevnext {
  font-size: 14px;
  color: #000000;
  background: #CCCCCC;
}

.product-list .goods_ {
  border: none;
}

.product-list .goods_ .add-to-cart {
  margin: 10px 0 5px;
  text-align: right;
}

.product-list .goods_ .add-to-cart a.twoToneButton-cart {
  margin: 0 auto;
  display: inline-block;
}

.product-list .goods_ .add-to-cart a.twoToneButton-cart:hover {
  background: url(../img/sys/button/sp_cart_category_hover.gif) no-repeat center bottom;
  background-size: contain;
}

.product-list .goods_ .add-to-cart a.twoToneButton-cart:hover img {
  visibility: hidden;
}

.product-list .goods_ .add-to-cart a.twoToneButton-cart.spinning:hover img,
.product-list .goods_ .add-to-cart a.twoToneButton-cart.spindone:hover img {
  visibility: visible;
}

.product-list .goods_ .add-to-cart a.twoToneButton-cart.spinning:hover,
.product-list .goods_ .add-to-cart a.twoToneButton-cart.spindone:hover {
  background: none;
}

.top-product-list .product-list {
  padding: 20px 0 0;
}

.product-list .goods_ .block_ {
  display: flex;
  background-position: 3px 15%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

.product-list .goods_ .block_ figure {
  max-width: 100px;
  min-width: 95px;
  margin-right: 10px;
  width: 10%;
  text-align: center;
}

.product-list .goods_ .block_ .detail {
  width: 90%;
  color: #222;
  word-break: break-word;
}

.list-paginate .navipage_sum_ {
  display: block;
  text-align: left;
}

.list-paginate .navipage_ {
  text-align: center;
}

.blackprice {
  display: inline-block;
}

.product-list .list li {
  border-bottom: none;
  padding: 10px 0 0;
  margin-bottom: 10px;
}

.product-list ul.goods_p_ li {
  padding: 15px;
  /*border-bottom: 1px solid #ccc;*/
  background: none;
  box-sizing: border-box;
}

.product-list .normal-price {
  font-size: 13px;
  line-height: 1.2;
}

.product-list .normal-price span {
  font-size: 22px;
  font-weight: 700;
  margin-right: 5px;
  color: #E43C00;
}


/*end top-product-list*/


/* start block-product-variations  */

.block-product-variations {
  padding: 30px;
}

.block-product-variations .product-var-tit {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.block-product-variations .product-post {
  padding: 0;
}

.block-product-variations .product-post ul.product-post-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
}

.block-product-variations .product-post ul.product-post-list li {
  float: left;
  margin: 0;
  padding: 10px 0;
  border: none;
}

.block-product-variations .product-post ul.product-post-list li a {
  display: block;
  padding: 10px 0;
}

.block-product-variations .product-post ul.product-post-list li:first-child {
  width: 20%;
  border-bottom: none;
}

.block-product-variations .product-post ul.product-post-list li:nth-child(2) {
  width: 35%;
  text-align: center;
}

.block-product-variations .product-post ul.product-post-list li:nth-child(2) span {
  display: block;
}

.block-product-variations .product-post ul.product-post-list li:nth-child(3) {
  display: block;
  width: 35%;
  text-align: center;
}


/* end block-product-variations  */


/* start model */

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}


/* Modal Content/Box */

.product-variation-box-wrap {
  position: relative;
  height: 100%;
}

.product-variation-box-in {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  margin: auto;
  padding: 12px;
  border: 1px solid #888;
  width: 85%;
}

.block-product .product-variation-box-in .product-post ul.product-post-list {
  justify-content: flex-start;
  align-items: end;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 10px;
  border-bottom: 1px dotted #999999;
}

.block-product .product-variation-box-in .product-post ul.product-post-list li:last-child {
  width: 70%;
  padding: 0 0 0 0;
  border-radius: none;
  background: none;
  color: #222;
  text-align: left;
}

.block-product .product-variation-box-in .product-post ul.product-post-list li .type-name {
  font-size: 17px;
  color: #222;
  font-weight: 700;
}

.block-product .product-variation-box-in .product-post ul.product-post-list li .price_ {
  font-size: 12px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
}

.block-product .product-variation-box-in .product-post ul.product-post-list li .price_ span {
  color: #E43C00;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.block-product .product-variation-box-in .product-post ul.product-post-list li a {
  display: inline-block;
  width: auto;
  padding: 0;
}

.product-variation-box-in .product-post.scrollbar {
  height: 345px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.product-variation-box-in .scrollbar::-webkit-scrollbar-track {
  background-color: #CCCCCC;
}

.product-variation-box-in .product-post.scrollbar::-webkit-scrollbar {
  width: 21px;
  background-color: #CCCCCC;
}

.product-variation-box-in .scrollbar::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 7px;
  border: 4px solid #CCCCCC;
}

.product-variation-box-close {
  position: absolute;
  right: 6px;
  top: 60px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}


/* end model */


.accessories {
        background: #F6F7FA;
    padding: 10px;
    border-radius: 7px;
    margin: 12px 0;
}


.forgotpass_{
    margin-top: 10px;
}


.narrow label{
    line-height: 32px;
}

.game-container{ 
		/*width: 1100px;*/
		margin: 15px auto 15px auto;
	overflow:hidden;
}
.game-container ul li{
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
}
.game-container ul li:last-child{
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 0 0 5px;
}	
	
.game-container ul li img{
	width: 100%;
}
	
.game-container figure {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
}
	
.game-container figure span {
    position: absolute;
    left: 62%;
    top: 46px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

/******** �܂Ƃ߂ďo�� **********/
.block-shopping-a .link-procedure-check .summary-balloon {
  position: relative;
  /* display: inline-block; */
  padding: 8px 5px 0px 5px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  border: solid 4px #e43b00;
    border-radius: 7px;
    box-sizing: border-box;
    width: auto;
    margin: 0 auto;
}

.block-shopping-a .link-procedure-check .summary-balloon:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.block-shopping-a .link-procedure-check .summary-balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e43b00;
  z-index: 1;
}

.block-shopping-a .link-procedure-check .summary-balloon-text{
font-size: 15px;
    font-weight: bold;
    color: #e43b00;
}

.block-shopping-a .link-procedure-check .summary-balloon-text img{
	vertical-align: middle;
	margin-left:5px;
}


.explanation {
    margin-top: 10px;
}

.explanation .explanation_btn_box {
	float: initial;
    text-align: center;
    padding: 0;
}

.explanation .explanation_btn_box ul{
	text-align: center;
	float: initial;
	padding: 0;
	margin: 0;
}

.explanation .explanation_btn_box ul li {
    margin: 0;
    float: initial;
    display: inline-table;
    width: 80%;
    margin-bottom: 10px;
}

.explanation .explanation_btn_box ul li:last-child {
    margin-bottom: 0px;
}

.explanation .explanation_btn_box ul li a.explanation_btn {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 2px;
    background: #ffffff;
    border-radius: 7px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #e43c00;
    text-align: center;
}

p.explanation_text {
    text-align: left;
    padding: 8px 0 0 0;
    margin-left: 0px !important;
}

p.explanation_text a {
    padding: 2px 0px 2px 15px;
    background: url(/img/guide/icon_arrow.gif) no-repeat 4px 9px;
    text-decoration: none;
}

.common_feature-wrap {
    margin-top: 56px;
		padding: 1em;
}

.common_feature-area {
    background-color: #f6f7fa;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 2em;
}

.common_feature-area h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.common_feature-area h2+p {
    margin-bottom: 1em;
}

.common_feature-area h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
    border-left: solid 8px #cdd3e5;
    padding: 0.5em;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.common_feature-area h3+p {
    margin-bottom: 20px;
}

.common_feature-area li {
    list-style: disc;
    list-style-position: inherit;
    margin: 0.4em 0 0.4em 1.5em;
}
table.rec-time {
    width: 100%;
    margin-bottom: 1em;
}

.rec-time th{
	text-align: center;
	border: 1px solid #fff;
	background-color: #ececec;
	font-weight: bold;
    padding: 0.4em 1em;
}
.rec-time td{
	text-align: left;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 0.4em 1em;
}

p.support{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

.strong {
  font-weight: bold;
}

.common_feature-area .feature{
	overflow: hidden;
}
.common_feature-area .area_img{
background-color: #ffffff;
    text-align: center;
}

ul.feature-list {
    display: block;
    width: 100%;
}

.feature-list li {
    list-style: none;
    width: 100%;
    height: auto;
    /* float: left; */
    margin: 0;
    padding-right: 2%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}
.feature-list li img {
    float: left;
    margin-right: 10px;
    width: 70px;
    border-radius: 7px;
}

.common_feature-area p.strong.large_ {
    font-size: inherit;
}

.common_feature-wrap .navitopicpath_ {
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
}



.iot_overview li{
	list-style: none;
    display: inline-block;
    padding: 0.4em 0;
    text-decoration: none;
    color: #222222 !important;
    background-color: #CDD3E5;
    border-radius: 4px;
    width: 96%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px 3px;
}




.iot_example {
    background: #ffffff;
    padding: 14px;
    margin-top: 20px;
}

.iot_example p {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0.6em;
}

.iot_example ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-flow: wrap;
    justify-content: center;
}

.iot_example li {
    flex-direction: column;
    justify-content: center;
    width: 19%;
    margin: 0 1px 1px 1px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #666666;
}

.iot_example li.off {
	background-color: #aaaaaa;
}
.iot_example img {
    max-width: 60%;
    margin-bottom: 2px;
}

.iot_example span{
	font-weight: bold;
	font-size: 12px;
}

.iot_example li.off img, .iot_example li.off span{
   opacity: 0.2;
}