@charset "UTF-8";
/* =======================================================
*
* 2018.03.26
*	Edit by Kohimoto
* url: kohimoto.com
*
* ======================================================= */
html {
  padding: 0;
  margin: 0;
}
body {
  color: #444444;
  font-family: "tbchibirgothicplusk-pro",sans-serif;
  padding: 0;
  margin: 0;
}
body input {
  font-family: "tbchibirgothicplusk-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  outline: none;
}
a {
  outline: none;
}
a img:hover {
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}
a:focus, *:focus {
  outline:none;
}
.entries h2 {
  font-size: 2.2855em;
  text-align: center;
  letter-spacing: 0.2em;
}
.entries h2 span {
  color: #444444;
  /*color: #666;*/
}

/*5/22修正*/





@media screen and (max-width: 46.25em) {
  .home .site-content h3 {
    font-size: 1.1em;
    margin: 0 0 20px;
  }
}

.txt-red {
  color: #86b000;
}
.row-shukaku {
  position: relative;
}
.row-shukaku+h3.txt-red {
  position: relative;
  z-index: -1;
}
.entry-content h3.txt-red, .item-description h3.txt-red {
  color: #499134;
}
@media screen and (max-width: 38.75em) {
  .entry-content h3.small {
    font-size: 1em !important;
  }
}


@media screen and (max-width: 38.75em) {
  .entry-content .topics-link {
    font-size: 1em;
  }
}

.txt-blue {
  color: #81cff4;
}
.txt-yellow {
  color: #fdd000;
}
.txt-green {
  color: #45b035;
}
.txt-right {
  text-align: right;
}
.txt-block {
  display: block;
}
.entry-content .center {
  text-align: center;
}
@media screen and (max-width: 38.75em) {
  .entry-content .center.sp_left {
    text-align: left;
  }
}
@media screen and (max-width: 46.25em) {
  .entry-content .center {
    font-size: 0.8em;
  }
}
.entry-content .img-center {
  display: block;
  margin: 0 auto;
}
.entry-content .point-box {
  padding: 3rem 0;
}
@media screen and (max-width: 46.25em) {
  .entry-content .point-box {
    padding: 3rem 10px 10px;
  }
  .entry-content h3 {
    font-size: 1.3em !important;
  }
  .entry-content h4 {
    font-size: 1.1em !important;
  }
  .entry-content .topic-box h3 img {
    width: 20px !important;
    top: 2px !important;
    left: 10px !important;
  }
  .topics-link {
    padding-top: 10px;
  }
  .widget_welcart_bestseller {
    padding-top: 20px;
  }

}
.entry-content .point-box.bg01 {
  background: url('/wp-content/themes/welcart_basic/images/top/point_bg01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-content .point-box.bg02 {
  background: url('/wp-content/themes/welcart_basic/images/top/point_bg02.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-content .point-box.bg03 {
  background: url('/wp-content/themes/welcart_basic/images/top/point_bg03.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-content .point-box.bg04 {
  background: url('/wp-content/themes/welcart_basic/images/top/point_bg04.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.entry-content .point-box .point-ttl {
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-box .point-ttl {
    font-size: 1.2em;
  }
  .head-menu-sp ul li a {
    display: block !important;
    height: 100% !important;
  }
  .entry-content .topic-box h3 {
    padding-bottom: 20px !important;
  }
  .page-template-default #content .entry-content p {
    padding-bottom: 20px !important;
  }

}
.entry-content .point-box p {
  font-size: 1.2em;
  /*font-weight: bold;*/
  line-height: 1.8;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-box p {
    font-size: .8em;
  }
}
.entry-content .point-box b {
  font-size: 1.8em;
  display: block;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-box b {
    font-size: 1.2em;
  }
}
.entry-content .point-box small {
  font-size: .8em;
  display: block;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-box small {
    font-size: .6em;
  }
}
.entry-content .point-obi {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px;
}
.entry-content .point-link {
  text-align: right;
  padding: 2rem 0;
}
.entry-content .point-link a {
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 8px 18px 12px;
  line-height: 1;
  background: #499134;
  color: #fff;
}
.entry-content .point-link a.txt-blue {
  background: #81cff4;
}
.entry-content .point-link a.txt-yellow {
  background: #fdd000;
}
.entry-content .point-link a.txt-green {
  background: #45b035;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-link a {
    font-size: 0.8em;
  }
  .skuform .right {
    width: 100%;
float: none;
  }
  .gift-box .field_price {
    text-align: left;
  }
}
.entry-content .point-link a:nth-child(2) {
  margin-left: 20px;
}
.entry-content .topic-box {
  text-align: center;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 38.75em) {
  .entry-content .point-link a:nth-child(2) {
    margin-left: 10px;
  }
  .entry-content .topic-box {
    padding: 2rem 0 0;
  }
}
.entry-content .topic-border {
  margin-bottom: 4rem;
}
.entry-content .topic-border::after {
  /*background: url('/wp-content/themes/welcart_basic/images/top/dot.jpg');*/
  content: "";
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: -3rem;
background-color: #86b000;
border-radius: 3px;
}
.entry-content .topic-border h3 a {
  text-decoration: none;
}
.entry-content .topic-box h3 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 38.75em) {
  .entry-content .topic-box h3 {
    padding-bottom: 0rem;
  }
}
.entry-content .topic-box small {
  display: block;
  font-size: 1.0em;
}
@media screen and (max-width: 38.75em) {
  .entry-content .topic-box small {
    font-size: .9em;
}
}

.entry-content .topic-box p {
  font-size: 1.2em;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 38.75em) {
  .entry-content .topic-box p {
    font-size: .9em;
    padding-bottom: 0rem;
  }
}
.entry-content .topic-link {
  text-align: center;
}
.entry-content .topic-link a {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 46.25em) {
  .entry-content .topic-link a {
    font-size: .9em;
  }
}
#home-widget-bottom {
  padding-top: 8rem;
}
@media screen and (max-width: 46.25em) {
  #home-widget-bottom {
    padding-top: 3rem;
  }
}
/*
 .widget_text {
  margin-bottom: 2rem !important;
}*/
.widget_welcart_bestseller {
  /*padding-bottom: 5rem;*/
}
.widget_welcart_bestseller.widget .widget_title {
  display: none;
}
.widget .textwidget {
  font-size: 2.0em;
  font-weight: bold;
}
.widget_custom_html.fromBottomIn .widget_title {
  display: none;
}
#custom_html-7.widget_custom_html.fromBottomIn .custom-html-widget,
#custom_html-6.widget_custom_html.fromBottomIn .custom-html-widget,
#custom_html-12.widget_custom_html.fromBottomIn .custom-html-widget {
  text-align: right;
  font-size: 1.2em;
  margin-top: 0;
  padding-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 62.5em) {
  #custom_html-7.widget_custom_html.fromBottomIn .custom-html-widget,
  #custom_html-6.widget_custom_html.fromBottomIn .custom-html-widget,
  #custom_html-12.widget_custom_html.fromBottomIn .custom-html-widget {
    margin-top: -10px;
  }
}
@media screen and (max-width: 46.25em) {
  .widget .textwidget {
    font-size: 1.4em;
  }

}
.widget .textwidget small {
  color: #444444;
  font-size: .5em;
  margin-left: 3rem;
  font-weight: normal;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 46.25em) {
  .widget .textwidget small {
    display: block;
    margin-left: 0;
    top: 10px;
  }
}
.gallery img {
  width: 100%;
  border: 0 !important;
}
#main .cart-button form .skubutton {
  background-color: #86b000;
  border: 2px solid #86b000;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  height: 40px;
  line-height: 1em;
  margin-top: 0;
}
#main .cart-button form .skubutton:hover {
  color: #86b000;
  background-color: #fff;
  border: 2px solid #86b000;

}
#cart #cart_table tfoot th {
  background-color: #fff!important;
}
.inqbox .send input, .entry-content input[type="submit"], .item-description input[type="submit"], .snav .membership li a.usces_login_a, .widget_welcart_search #searchsubmit, .widget_welcart_login input#member_loginw, .widget_welcart_login input#member_login, .send input.to_customerinfo_button, .send input.to_memberlogin_button, #paypal_dialog #paypal_use_point, #wc_customer .send input.to_reganddeliveryinfo_button, .send input.to_deliveryinfo_button, .send input.to_confirm_button, .send input#purchase_button, .member-page #memberinfo .send input.editmember, #wc_login .loginbox #member_login, #wc_member .loginbox #member_login, #wc_login .loginbox .new-entry #nav a, #wc_member .loginbox .new-entry #nav a, #wc_lostmemberpassword #member_login, #wc_changepassword #member_login, .member-page .send input,
.to_customerinfo_button, input[name="backCart"], input[name="backCustomer"], input[name="use_point"]{
  border-radius: 50px;
}
input[type=button], input[type=submit], input[type=reset] {
  height: 50px;
  line-height: 50px;
}
#back_button,
.back_to_customer_button,
.back_cart_button,
#previouscart {
  background: #fff !important;
  border: 1px solid #d1c0a5 !important;
  color: #d1c0a5 !important;
  border-radius: 50px;
}
#back_button:hover,
.back_to_customer_button:hover,
.back_cart_button:hover,
#previouscart:hover {
  background: #fdd000 !important;
  color: #fff !important;
  border-color: #fdd000 !important;
}
.member_submenu a,
.member-page .send input,
#member_login,
.back_to_top_button,
#purchase_button,
.use_point_button,
.to_confirm_button,
.to_reganddeliveryinfo_button,
.to_deliveryinfo_button,
.to_memberlogin_button,
.to_customerinfo_button {
  background: #d1c0a5 !important;
  color: #fff !important;
  border-radius: 50px;
  margin: 0 5px;
}
.member-page .send input:hover,
#member_login:hover,
.back_to_top_button:hover,
#purchase_button:hover,
.use_point_button:hover,
.to_confirm_button:hover,
.to_reganddeliveryinfo_button:hover,
.to_deliveryinfo_button:hover,
.to_memberlogin_button:hover,
.to_customerinfo_button:hover {
  background: #fdd000 !important;
}
.upbutton input,
.delButton {
  background: #fff !important;
  color: #00693e !important;
  border: #00693e 1px solid !important;
}
#confirm_table {
  border-color: #fffeee !important;
}
#confirm_table tr.ttl td {
  background: #fffeee !important;
  border: none !important;
}
#confirm_table th,
#confirm_table td,
#cart #point_table td {
  border-color: #fffeee !important;
}
#confirm_table .ttl h3 {
  color: #333 !important;
}
#cart #point_table td {
  padding: 20px 0 ;
}
#wc_lostmemberpassword #nav a,
#wc_login #nav a {
  background: #fff !important;
  border: 1px solid #d1c0a5;
  color: #d1c0a5 !important;
  border-radius: 50px;
}
#wc_login .loginbox .new-entry #nav a:hover,
#wc_lostmemberpassword #nav a:hover,
#wc_login #nav a:hover {
  background: #fdd000 !important;
  border: 1px solid #fdd000;
  color: #fff !important;
}
#wc_login .loginbox .new-entry #nav a {
  background: #d1c0a5 !important;
  color: #fff !important;
  border: 1px solid #d1c0a5;
}
.home .item-info .opt-tag li.recommend {
  display: none;
}
#main .item-info .skubutton {
  font-family: "tbchibirgothicplusk-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.item-info .opt-tag li {
  line-height: 1.0em;
  border-radius: 10px;
  font-size: 0.9em;
  padding: 5px 8px;
  color: #fff !important;
  border: none;
}
div.cart_navi li:before {
  display: block;
  width: 40px;
  height: 20px;
  margin: 0 -20px -20px auto;
  float: right;
  content: " ";
  -webkit-transform: skew(20deg);
  background: #fffeee !important;
  border-right: 4px solid #fff;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
div.cart_navi li:after {
  display: block;
  width: 40px;
  height: 20px;
  margin: -20px -20px 0 auto;
  background: #fffeee !important;
  border-right: 4px solid #fff;
  position: relative;
  content: " ";
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
div.cart_navi ul {
  border: none;
}
div.cart_navi li {
  background-color: #fffeee !important;
  border: none;
  width: 24.5%;
}
div.cart_navi li.current {
  background-color: #00693e !important;
}
div.cart_navi li.current, div.cart_navi li.current:before, div.cart_navi li.current:after {
  background-color: #00693e !important;
}
#wc_member h3 {
  color: #00693e !important;
}
.entry-content th, .item-description th, .entry-content td, .item-description td, .item-info .itemGpExp, .item-info .itemGpExp dt, .item-info .itemGpExp dd, #respond .form-submit, #wc_reviews .comment-form, #cart_table, #cart_table th, #cart_table td, #cart_table .quantity input, .customer_form, .customer_form th, .customer_form td, #wc_delivery .customer_form, #delivery_flag th, #cart #point_table, #cart #point_table td, #cart #coupon_table, #cart #coupon_table td, #confirm_table, #confirm_table th, #confirm_table td, #memberinfo table, #memberinfo tr:first-child th:first-child, #memberinfo th, #memberinfo td, #memberinfo #history_head th, #memberinfo #history_head td, #memberinfo .retail th, #memberinfo .retail td, #memberinfo .customer_form, #memberinfo .customer_form th, #memberinfo .customer_form td, #memberinfo .customer_form tr:first-child th:first-child, #loginform table, #loginform th, #loginform td, #wc_login .loginbox input.loginmail, #wc_login .loginbox input.loginpass, #wc_member .loginbox input.loginmail, #wc_member .loginbox input.loginpass, .item-description .inner, .item-info .skuform, .item-info form .skuform:first-child, .tab-list, .tab-list li::after, .tab-box, #searchbox fieldset, .customer_form tr, .customer_form tr:first-child, .comment-area, .comment-area li, .comment-area li:last-child
{
  border-color: #f5f5f5 !important;
  text-align: left;
}
#memberinfo .history-area table .rightnum {
  text-align: left;
}

.item-info .opt-tag li.new {
  background: #fdd000;
  border: none;
  color: #fff;
}
.item-info .opt-tag li.recommend {
  background: #00693e;
  border: none;
  color: #fff;
}
.item-info .opt-tag li.stock {
  background: #d1c0a5;
  border: none;
  color: #fff;
}
#content .page-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
}
#content .page-title span{
  border-bottom: 1px solid #fffeee;
  padding-bottom: 15px;
  display: inline-block;
}
.post-template-default .skubutton {
  background: #d1c0a5 !important;
  border-radius: 50px !important;
}
.post-template-default .skubutton:hover {
  background: #fdd000 !important;
}
.pagination_wrapper li .current, .pagination_wrapper li a {
  border-color: #d1c0a5 !important;
  color: #d1c0a5 !important;
  border-radius: 50%;
  line-height: 35px;
}
.pagination_wrapper li .current{
  background-color: #d1c0a5 !important;
  color: #fff !important;
}
.pagination_wrapper li a:hover  {
  background: #FDD000 !important;
  border-color: #FDD000 !important;
  color: #fff !important;
}
#toTop a {
  background-color: #abcd03 !important;
}
#toTop a:hover {
  opacity: 0.6;
}
.bestseller-item .rankimg:before {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.8;
}
.bestseller-item.rank1 .rankimg:before {
  content: "1";
  }
.bestseller-item.rank2 .rankimg:before {
  content: "2";
}
.bestseller-item.rank3 .rankimg:before {
  content: "3";
}
.bestseller-item.rank4 .rankimg:before {
  content: "4";
}

/** header **/
header {
  position: fixed;
  top: 0;
  background: #fff;
  height: 60px;
}
header .inner {
  padding-top: 0;
}
#head-top {
  margin-bottom: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 5px solid #d9d9d9;
}
#head-top .logo {
  float: left;
  width: 368px;
  padding-top: 10px;
  max-width: 302px;
  width: 100%;
}
.head-menu-sp {
  display: none;
}
#banner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 38.75em) {
  #head-top .logo {
    padding-top: 0;
    padding-bottom: 10px;
    max-width: 182px;
  }
}

#head-top .site-title img {
  vertical-align: top;
  height: 40px;
  width: 260px;
}
#head-top .head-contact {
  float: right;
  width: 250px;
  top: -35px;
  position: relative;
}
#head-top h1.site-title, div.site-title {
  float: none;
  text-align: center;
  width: 190px;
  height: 30px;
  margin: 0 0 17px auto;
}
#head-top .head-inner {
  position: relative;
  max-width: 1320px;
  width: auto;
  margin: 0 auto;
  padding: 10px 0 12px;
}
#head-top .head-inner .search-box {
  /*position: relative;*/
  position: absolute;
  /*top: 12px;*/
  /*float: left;*/
  /*padding-top: 22px;*/
  /*padding-bottom: 22px;*/
}
#head-top .head-inner .search-box .s-box {
  border: none;
  /*top: 10px;*/
}
#head-top .head-inner .search-box .search-text {
  background: #fffeee;
  border-radius: 25px;
  width: 280px;
  height: 40px;
  line-height: 1.5em;
  color: #00693e;
  padding: 0 10px 0 50px;
}
#head-top .head-inner .search-box input:placeholder-shown {
  padding-left: 50px;
  /*padding-top: 5px;*/
  color: #00693e;
}
#head-top .head-inner .search-box input::placeholder {
  padding-left: 50px;
  color: #00693e;
}
#head-top .head-inner .search-box input::-webkit-input-placeholder {
  padding-left: 0px;
  color: #00693e;
}
#head-top .head-inner .search-box input:-moz-placeholder {
  padding-left: 50px;
  color: #00693e;
}
#head-top .head-inner .search-box .searchsubmit {
  left: 10px;
  right: auto !important;
  color: #00693e;
  margin-top: -1px;
  height: auto;
  line-height: 40px;
}
#head-top .head-inner .incart-btn {
  margin: auto;
  position: absolute;
  right: 0;
  top: 0px;
/*
  right: 0;
  margin: 0;
  */
}
#head-top .head-inner .incart-btn .total-quant {
  background: #00693e;
  top: -.357em;
  right: -.714em;
}
#head-top .head-inner .incart-btn i {
  background: #fffeee;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#head-top .head-inner .incart-btn i::before {
  color: #00693e;
}
#head-top .head-inner .membership {
  position: absolute;
  top: 0;
  right: 45px;
  /*padding: 7.5px 0;*/
}
#head-top .head-inner .membership .fa-user {
  display: none;
}
#head-top .head-inner .membership .cf li {
  display: none;
}
#head-top .head-inner .membership .cf li a {
  color: #00693e;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  display: block;
}
#head-top .head-inner .membership .cf li.login,
#head-top .head-inner .membership .cf li.mypage {
  display: block;
  background: #fffeee;
  border-radius: 50px;
  text-align: center;
}
#head-top .head-inner .membership .cf li.mypage {
  display: block;
}
.sp-menu {
  display: none;
}
.head-menu {
  position: relative;
  width: auto;
  background: #fff;
}
.head-menu ul {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  padding: 0px 30px 30px;
  margin: 0 auto;
  max-width: 1380px;
}
.head-menu ul li {
  float: left;
  padding-right: 10%;
  -webkit-flex: 5;
  flex: 5;
  font-size: 1.1em;
}
.head-menu ul li:last-of-type {
  padding-right: 0;
}
.wrap_head {
  overflow: hidden;
}
.wrap_head .head_left {
  float: left;
  width: calc( 100% - 565px);
  padding-right: 20px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_left {
    width: 40%;
  }
}
@media screen and (max-width: 38.75em) {
  .wrap_head .head_left {
    width: 90%;
  }
  .head-menu-sp {
    display: block;
    padding-top: 109px;
  }
  .head-menu-sp ul {
    overflow: hidden;
    padding: 10px 1.071em 10px;
    line-height: 2;
  }
  .head-menu-sp ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #499134;
  }
  .head-menu-sp ul li:last-of-type {
    border-right: 0;
  }
  .head-menu-sp ul li a {
    color: #333;
  }
  .head-menu-sp ul li a img {
    width: 20px;
    display: block;
    margin: 0 auto;
    padding-top: 8px;
  }
  .home .main-img {
    padding-top: 0 !important;
  }

}
.wrap_head .head_right {
  float: right;
  overflow: hidden;
  width: 565px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right {
    width: 60%;
  }

}
@media screen and (max-width: 38.75em) {
  .wrap_head .head_right {
    display: none;
  }
}
.wrap_head .head_right .inner_left {
  float: left;
  border-right: 1px solid #c9c9c9;
  padding-right: 30px;
  margin-top: 11px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right .inner_left {
    width: 200px;
    padding-right: 20px;
  }
}
.wrap_head .head_right .inner_right {
  float: right;
  margin-top: 0;
  max-width: 280px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right .inner_right {
    width: calc(100% - 200px);
    max-width: auto
  }
}


.wrap_head .head_right .inner_right .contact {
    width: 280px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right .inner_right .contact {
      width: 90%;
      margin: 0 0 10px auto;
  }
}
.wrap_head .head_right ul {
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right ul {
    padding: 5px 0;
  }
}
.wrap_head .head_right ul li {
  font-size: 12px;
  float: left;
  padding-left: 20px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right ul li {
    font-size: 10px;
    float: left;
    padding-left: 10px;
  }
}
.wrap_head .head_right ul li:first-of-type {
  padding-left: 0;
}
.wrap_head .head_right ul:nth-child(2) {
  border-top: 1px solid #c9c9c9;
}
.wrap_head .head_right ul:nth-child(2) li:nth-child(2) {
  padding-left: 60px;
}
@media screen and (max-width: 62.5em) {
  .wrap_head .head_right ul:nth-child(2) li:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 62.5em) {
  #head-top .head-inner .membership.pc {
    display: none;
  }
  #head-top .head-inner .membership.sp {
    position: relative;
    margin: 0 auto;
    right: 0;
  }
  #head-top .head-inner .membership .cf li.login a,
  #head-top .head-inner .membership .cf li.mypage a {
    border-radius: 50px;
    padding: 10px 50px;
  }
  .member-page .send input.top {
    display: block;
    margin: 0 auto;
  }
}

/** header end **/

/** footer **/
footer {
  background-color: #fff !important;
  color: #444444 !important;
  border-top: 1px solid #f5f5f5;
}
footer .inner {
  max-width: 1380px;
  width: 100%;
  padding: 1.785em 30px 2em;
}
@media screen and (max-width: 46.25em) {
  footer .inner {
    padding: 2em 1.071em;
  }
}

footer .footer-navigation a {
  color: #444444 !important;
}
footer .copyright {
  float: none;
  text-align: center;
  font-size: 0.857140em;
  letter-spacing: 0.1em;
  padding: 15px 0;
  background: #86b000;
  color: #fff;
  border: 0;
}
footer .copyright a {
  color: #fff !important;
}
footer p {
  clear: both;
}
footer .left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 62.5em) {
  footer .left {
    float: none;
    width: auto;
  }
}
footer .right {
  float: right;
  overflow: hidden;
  width: 70%;
  padding-left: 200px;
}
@media screen and (max-width: 62.5em) {
  footer .right {
    float: none;
    overflow: hidden;
    width: auto;
    padding-left: 0;
    padding: 10px 0;
  }
}
footer .right ul {
  float: left;
  padding-right: 5rem;
}
@media screen and (max-width: 38.75em) {
  footer .right ul {
    padding-right: 3rem;
  }
}
footer .right ul:last-of-type {
  padding-right: 0;
}
footer li  {
  padding-bottom: 10px;
}
footer li:nth-child(2) {
  text-align: left;
}
footer .copyright a {
  color: #333;
}
footer .copyright a:hover {
  color: #00693e;
}
footer li a {
  color: #333;
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 62.5em) {
  footer li a {
    margin-left: 0;
    margin-right: 0;
  }
}
footer li a:hover {
  color: #333;
}
footer .footer-guide {
  background: #ececec;
  overflow: hidden;
  padding: 10px 0 40px;
}
footer .footer-guide .foot-guide-txt {
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 30px;
}
footer .footer-guide .col03 {
  width: 33.333%;
  float: left;
  padding: 0 10px;
}
footer .footer-guide .col03 dl {
}
footer .footer-guide .col03 dl dt {
    background: #86b000;
    color: #fff;
    padding: 5px 10px;
}
footer .footer-guide .col03 dl dt .btn {
  float: right;
  background: #fff;
  border-radius: 20px;
  color: #86b000;
  font-size: 11px;
  padding: 2px 10px;
  letter-spacing: 0;
  border: 0;
  line-height: 150%;
}
@media screen and (max-width: 62.5em) {
  footer .footer-guide .col03 dl dt .btn {
    float: none;
    padding: 0 10px;
    display: block;
    margin-top: 5px;
    text-align: center;
    line-height: 1.2;
  }
}
footer .footer-guide .col03 dl dd {
  font-size: .9em;
  padding: 20px 0;
}
footer .footer-guide .col03 dl dd p {
  padding-left: 1em;
}
footer .logo {
  width: 368px;
  margin-bottom: 15px;
}
@media screen and (max-width: 46.25em) {
  footer .logo {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .head-menu-sp {
    padding-top: 76px !important;
  }
  footer .footer-guide .col03 {
    width: 100% !important;
    padding: 0 10px 10px !important;
  }
  footer .footer-guide .col03 dl dt {
    padding: 5px 10px 8px !important;
  }
  footer .footer-guide .col03 dl dt .btn {
    float: right !important;
    display: inline-block !important;
  }
}


/** footer end **/

/** slick **/
.slick-track {
  background: #fff;
}
.slick-slide:not(.slick-current) {
	opacity: 0.8;
}
.slick-dots li {
  width: 15px;
}
.slick-dots li button:before {
  color: #eadfc2;
  font-size: 13px;
}
.slick-dots li.slick-active button:before {
  color: #499134;
}
.slick-arrow {
  position: absolute;
  top: 46%;
  z-index: 10;
}
.slick-arrow.next-btn {
  right: 0;
}
.arrow img {
  width: 50px;
  opacity: 0.6;
}
.arrow img:hover {
  opacity: 0.9;
  cursor: pointer;
}
button.slick-arrow:hover .arrow img {
  opacity: 0.9;
}
button.slick-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
}
/** slick end **/

/** sidebar **/
#main #secondary {
  width: 25%;
  background-color: #fff;
  border-color: #fff;
}
#main #secondary img {
  width: 100%;
}
#main #secondary section:not(.widget) {
  /*max-width: 280px;*/
  max-width: 85%;
  background: #86b000;
  /*border: 4px solid #ece8e4;*/
  height: 60px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
}
#main #secondary section:not(.widget) h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 1.0em;
  line-height: 1em;
  padding-bottom: 0;
  display: block;
  vertical-align: bottom;
  margin-bottom: 0;
}
#main #secondary section h3 {
  font-size: 1.1425em;
  /*font-weight: bold;*/
}
#main #secondary section.widget h3 {
  color: #fff;
  background: #86b000;
  max-width: 85%;
  text-align: center;
  padding: 18px;
  margin-bottom: 0;
}
#main #secondary section.widget h3 a {
  color: #fff;
}
#main #secondary section:not(.widget) a {
  display: block;
  height: 100%;
}
.widget_welcart_category ul {
  /*width: 280px;*/
  max-width: 85%;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
}
.widget_welcart_category li ul.children {
  display: none !important;
}
.widget_welcart_category ul a {
  display: block;
  /*padding-left: 10px;*/
}
.widget_welcart_category ul a li, .widget_categories li {
  padding: 15px;
  margin: 0 20px;
  color: #499134;
  border-bottom: 1px solid #ddd;
}
.widget_welcart_category li:last-child {
   padding: 15px 10px;
}
.widget_welcart_category a:last-child li,
.widget_categories a:last-child li {
   border-bottom: 0;
   padding: 15px;
 }
.widget_welcart_category li::after,
.widget_categories li::after  {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 10px;
  position: absolute;
  right: 25px;
}
.inner-sidebar {
  width: 85%;
  padding-bottom: 2rem;
}
.inner-sidebar img {
  padding-bottom: 2rem;
}
.inner-sidebar dl {
  padding: 15px 0 0;
}
.inner-sidebar dl dt,
.inner-sidebar dl dt a {
  color: #499134 !important;
}
.inner-sidebar dl dd {
  font-size: .9em;
}
/*
.inner-sidebar .tel_num {
  font-size: 1.9rem;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 10px;
}
.inner-sidebar .tel_txt {
  font-weight: bold;
  font-size: 1rem;
  padding-top: 4px;
}*/
#secondary .s-box {
  border: 0;
}
/*
#secondary .search-box {
  float: left;
  padding-bottom: 20px;
}*/
#secondary .search-box {
 display: none;
}
#secondary .search-box .search-text {
  background: #fffeee;
  border-radius: 25px;
  max-width: 100%;
  width: 280px;
  height: 40px;
  line-height: 1.5em;
  color: #499134;
  padding: 0 10px 0 50px;
}
@media screen and (max-width: 62.5em) {
  #secondary .search-box .search-text {
    max-width: 280px;
    width: 100%;
  }
}



#secondary .search-box .searchsubmit {
  left: 10px;
  right: auto !important;
  color: #499134;
  margin-top: -1px;
  height: auto;
  line-height: 40px;
}
#secondary .search-box input::placeholder {
  color: #499134;
}
 /** sidebar end **/

/** top **/


/** home改修追加 **/

/** section 01 **/

.home .red_b {
  border: 2px solid #86b000;
  border-radius: 20px;
  position: relative;
  padding: 100px 0 70px;
}
.home .sec_01 {
  margin-top: 62px;
  text-align: center;
  margin-bottom: 140px;
  padding: 100px 20px 70px;
}
.home .topic_ttl {
  position: absolute;
}
.home .sec_01 .topic_ttl {
  top: -62px;
  left: calc(50% - 320px);
}
.home .sec_01 .topic_ttl img {
  max-width: 640px;
}
.home .sec_01 h3 {
  color: #86b000;
  text-decoration: underline;
  font-weight: bold;
}
.home .sec_01 h2 {
  margin-bottom: 40px;
}
.home .sec_01 h2 img {
  max-width: 600px;
  width:100%;
}
.home .btn {
  border: 2px solid #86b000;
  padding: 5px 40px 10px;
  border-radius: 70px;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #86b000;
  white-space: nowrap;
}
.home .btn:hover {
  border: 2px solid #86b000;
  color: #fff;
  background-color: #86b000;
}
.home .sec_01 p {
  padding-bottom: 40px;
}
.home .slick-slide img {
  width: 100%;
}



/** section 02 **/
.home .sec_02 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.home .sec_02.red_b {
  padding: 100px 0 0;
}
.home .sec_02 .topic_ttl {
  top: -50px;
  left: calc(50% - 360px);
}
.home .sec_02 .topic_ttl img {
  max-width: 720px;
}
.home .sec_02 h4 {
  padding-bottom: 40px;
  max-width: 640px;
margin: 0 auto;
}
.home .sec_02 .select {
  padding-bottom: 40px;
  max-width: 400px;
  margin: 0 auto;
}
.home .sec_02 .notes {
  padding-bottom: 30px;
}
.home .sec_02 .point-box{
  color: #fff;
  padding: 1rem;
}
.home .sec_02 .point-box.bg01 {
  background-color: #6ebb00;
  background-image: none;
}
.home .sec_02 .point-box.bg02 {
  background-color: #abcd03;
  background-image: none;
}
.home .sec_02 .point-box.bg03 {
  background-color: #abcd03;
  background-image: none;
}
.home .sec_02 .point-box.bg04 {
  background-color: #f39800;
  background-image: none;
  border-radius: 0 0 18px 18px;
}
.home .sec_02 .point-box .point-ttl {
  line-height: 2.4;
  position: relative;
}
.home .sec_02 .point-box b.name {
  font-size: 1.8em;
  display: inline-block;
  background-color: #fff;
  color: #6ebb00;
  line-height: 1;
  padding: 10px 40px 16px;
  border-radius: 5px;
}
.home .sec_02 .point-box.bg02 b.name{
  color: #abcd03;
}
.home .sec_02 .point-box.bg03 b.name{
  color: #abcd03;
}
.home .sec_02 .point-box.bg04 b.name{
  color: #f39800;
  margin: 0 10px 10px;
}
.home .sec_02 .point-box b.name span {
  font-weight: bold;
}
.home .sec_02 .point-box .wappen {
  position: absolute;
  right: 30px;
  top: 40px;
}
.home .sec_02 .point-box .img01 {
  padding: 20px;
}

.home .sec_02 .point-box .point-obi {
    display: block;
    text-align: center;
    background: #fff;
    color: #547C2F;
    padding: 15px;
    font-weight: bold;
    margin: 0 20px;
    border-radius: 50px;
    font-size: 1.2rem;
  }
.home .sec_02 .point-box.bg02 .point-obi {
  color: #6ebb00;
}
.home .sec_02 .point-box.bg03 .point-obi {
  color: #abcd03;
}
.home .sec_02 .point-link {
  padding: 20px 20px 30px;
}
.home .sec_02 .point-link a{
  padding: 8px 24px 10px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.home .sec_02 .point-link a img{
  padding-left: 5px;
  width: 11px;
}
/** ranking **/
.home .info-area {
  margin: 60px 0 120px 0;
}
.home #home-widget-bottom {
  padding-top: 0;
  margin-bottom: 50px;
}
.home-widget .ucart_widget_body li {
  padding-bottom: 0;
}
.home .sec_03 {
  text-align: center;
  margin-bottom: 220px;
}
.home .sec_03 .topic_ttl {
  top: -50px;
  left: calc(50% - 360px);
}
.home .sec_03 .topic_ttl img {
  max-width: 720px;
}
.home .sec_03.red_b {
  padding: 100px 0 40px;
}
.home .sec_03 .entry-content {
  overflow: visible;
}
.home #home-widget-bottom #custom_html-3 {
  background-color: #6ebb00;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.home #home-widget-bottom #custom_html-9 {
  background-color: #abcd03;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.home #home-widget-bottom #custom_html-11 {
  background-color: #f39800;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.home #home-widget-bottom #welcart_bestseller-2 {
  background-color: #3B238F;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.home #home-widget-bottom #welcart_bestseller-4 {
  background-color: #abcd03;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.home #home-widget-bottom #welcart_bestseller-6 {
  background-color: #f39800;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.home #home-widget-bottom #welcart_bestseller-2 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.home #home-widget-bottom #welcart_bestseller-4 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.home #home-widget-bottom #welcart_bestseller-6 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.home #home-widget-bottom #custom_html-7 {
  background-color: #6ebb00;
  padding: 20px;
  color: #fff;

}
.home #home-widget-bottom #custom_html-6 {
  background-color: #abcd03;
  padding: 20px;
  color: #fff;
}
.home #home-widget-bottom #custom_html-12 {
  background-color: #f39800;
  padding: 20px;
  color: #fff;
}
.home #home-widget-bottom #custom_html-7 a {
  color: #fff;
  line-height: 1.5;
}
.home #home-widget-bottom #custom_html-6 a {
  color: #fff;
}
.home #home-widget-bottom #custom_html-12 a {
  color: #fff;
}

/** section 04 **/

.home .sec_04 {
  text-align: center;
  margin-bottom: 0;
}
.home .sec_04 .topic_ttl {
  top: -160px;
  left: calc(50% - 360px);
}
.home .sec_04 .topic_ttl img {
  max-width: 720px;
}
.home .sec_04.red_b {
  padding: 100px 40px 40px;
}
.home .sec_04 h4 img {
  max-width: 700px;
  padding-bottom: 20px;
}
.home .sec_04 h3.txt-red img{
  display: block;
  position: static;
  margin: 0 auto;
  max-width: 200px;
}
.home .sec_04 h3.txt-red a{
  color: #86b000;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.home .sec_04 .topic_img {
  padding-bottom: 30px;
}
.home .sec_04 .btn {
  padding: 5px 0 8px;
  max-width: 360px;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}
.home .sec_04 .btn.ls0 {
  letter-spacing: 0;
}
.home .sec_04 .btn img {
  width: 8px;

}
.home .sec_04 .topic-box p {
  font-size: 1.4em;
  padding-bottom: 1rem;
}


@media screen and (max-width: 1400px) {
  .home .sec_01 .topic_ttl {
    top: -40px;
    left: calc(50% - 250px);
  }
  .home .sec_01 .topic_ttl img {
    max-width: 500px;
  }
  .home .sec_02 .topic_ttl img {
    max-width: 600px;
}
.home .sec_02 .topic_ttl {
    top: -40px;
    left: calc(50% - 300px);
}
.home .widget img,.home .entry-content img,.home .item-description img {
  max-width: 90%;
}
.home .sec_03 .topic_ttl img {
    max-width: 500px;
}
.home .sec_03 .topic_ttl {
    top: -30px;
    left: calc(50% - 250px);
}
.home .sec_03.red_b {
    padding: 80px 0 40px;
}
#custom_html-7.widget_custom_html.fromBottomIn .custom-html-widget, #custom_html-6.widget_custom_html.fromBottomIn .custom-html-widget,
#custom_html-12.widget_custom_html.fromBottomIn .custom-html-widget {
  font-size: 1.0em;
}
.home .sec_04 .topic_ttl img {
    max-width: 500px;
}
.home .sec_04 .topic_ttl {
    top: -80px;
    left: calc(50% - 250px);
}
.home .sec_04 h4 img {
  max-width: 600px;
padding-bottom: 10px;
}
.home .sec_02 .point-box .wappen {
    position: absolute;
    right: 0;
    top: 0;
}
.home .sec_02 .point-box .wappen img {
  max-width: 60%;
}
.home .btn {
    font-size: 1rem;
}
}

@media screen and (max-width: 786px) {
  .home .sec_01 .topic_ttl img {
     max-width: 380px;
 }
 .home .sec_01 .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
}
.home .sec_01 {
    margin-top: 62px;
    padding: 80px 20px 60px;
    margin-bottom: 100px;
}
.home .sec_01 h2 img {
    max-width: 300px;
}
.home .sec_01 h2 {
    margin-bottom: 20px;
}
.home .sec_01 h3 {
    font-size: 1.4em;
}
.home .sec_01 p {
    padding-bottom: 30px;
    text-align: left;
}
.inner-sidebar .tel_num {
  font-size: 1rem;
}
.home .sec_02.red_b {
    padding: 60px 0 0;
}
.home .sec_02 .notes {
    padding-bottom: 20px;
    font-size: 0.8rem;
}
.home .sec_02 .point-box b.name {
    font-size: 1.2em;
}
.home .sec_02 .point-box .wappen {
  position: static;
}
.home .sec_02 .point-box .wappen img {
    max-width: 20%;
}
.entry-content .point-box p {
  font-size: 1em;
}
.home .sec_02 .point-box .point-obi {
    margin: 0;
    font-size: 0.8rem;
}
.entry-content .point-link a:nth-child(2) {
  margin-left: 10px;
}
.home .sec_02 .point-box.bg04 b.name {
  padding: 10px 20px 16px;
}
.home .sec_02 .topic_ttl img {
    max-width: 380px;
}
.home .sec_02 .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
}
.home .sec_03 .topic_ttl img {
    max-width: 360px;
}
.home .sec_03 .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
}
.home .sec_03.red_b {
  padding: 40px 0 30px;
}
.home .sec_04 .topic_ttl img {
    max-width: 320px;
}
.home .sec_04 .topic_ttl {
    top: -80px;
    left: calc(50% - 160px);
}
.home .sec_03 {
    margin-bottom: 120px;
}
.home .sec_04 h4 img {
  width: 100%;
}
.home .sec_04 h3.txt-red a {
    font-size: 1.2rem;
}
.home .sec_04 h3.txt-red img {
    width: 30% !important;
}
.home .sec_04 h3.txt-red {
  padding-bottom: 0;
}
.home .sec_04 .topic-box p {
    font-size: 1em;
}
.home .sec_04 .btn {
    padding: 5px 0 8px;
    max-width: 300px;
    font-size: 1rem;
}
.home .sec_04 {
    margin-bottom: 100px;
}
.home .sec_04.red_b {
    padding: 100px 20px 40px;
}
.home .arrow_red {
  width: 7px;
}
.home #home-widget-bottom #custom_html-7 a,.home #home-widget-bottom #custom_html-6 a {
  font-size: 0.8rem;
}
}
@media screen and (max-width: 38.75em) {
  .home .sec_01 .topic_ttl img {
    max-width: 300px;
}
.home .sec_01 .topic_ttl {
    top: -30px;
    left: calc(50% - 150px);
}
.home .sec_01 {
    margin-top: 62px;
    padding: 40px 20px 60px;
    margin-bottom: 100px;
}
.home .btn {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}
.home .sec_01 {
    padding: 40px 20px 40px;
    margin-bottom: 80px;
}
.home .sec_02 .select {
  max-width: 280px;
}
.home .sec_02 .topic_ttl img {
    max-width: 280px;
}
.home .sec_02 .topic_ttl {
    top: -20px;
    left: calc(50% - 140px);
}
.home .sec_02 .notes {
    padding-bottom: 20px;
    font-size: 0.5rem;
}
.home .sec_02 .point-box .point-ttl {
    font-size: .9em;
}
.home .sec_02 .point-box b.name {
    font-size: 1em;
    padding: 10px 20px 16px;
}
.home .sec_02 .point-box .wappen {
    padding-top: 10px;
}
.home .sec_02 .point-box .img01 {
    padding: 10px 0;
}
.home .sec_02 .point-box .img01 img{
   max-width: 100%;
}
.entry-content .point-box p {
    font-size: 0.8em;
}
.home .sec_02 .point-box .point-obi {
    margin-top: 20px;
}
.home .sec_02 .point-link a {
    margin-bottom: 10px;
    font-size: 0.6em;
}
.home .sec_02 .point-box.bg03 .wappen img {
    max-width: 40%;
}
.home .sec_02 .point-box.bg04 b.name {
    margin: 0 5px 5px;
}
.home .sec_02 .point-box.bg04 {
    padding-bottom: 20px;
}
.home .sec_02 {
    margin-bottom: 80px;
}
.home .sec_03 .topic_ttl img {
    max-width: 300px;
}
.home .sec_03 .topic_ttl {
    top: -20px;
    left: calc(50% - 150px);
}
.home #home-widget-bottom {
    margin-bottom: 20px;
}
.home .sec_03 .center {
  padding-top: 20px 20px 10px;
}
.home .sec_03 {
    margin-bottom: 100px;
}
.home .sec_04 .topic_ttl img {
    max-width: 300px;
}
.home .sec_04 .topic_ttl {
    top: -60px;
    left: calc(50% - 150px);
}
.home .sec_04.red_b {
    padding: 60px 20px 40px;
}
.home .sec_04 h3.txt-red img {
    width: 30% !important;
}
.home .sec_04 .entry-content {
  margin: 0;
}
.home .sec_04 h3.txt-red {
    margin: 0;
}
.home .sec_04 .topic-box p {
    font-size: 0.8em;
}
.home .sec_04 .btn {
    max-width: 240px;
}
.home .sec_04 {
    margin-bottom: 40px;
}
.blog #content .entry-content {
    margin: 0;
}
.widget_welcart_category ul a li, .widget_categories li {
  list-style: none;
}
.blog #content .sec_03 .entry-content{
  margin: 0 1rem;
}
}














.home header {
  margin-bottom: 0;
}
.home .main-img {
  position: relative;
  top: 0px;
}
#main {
  margin-top: 18.0em;
  max-width: 1320px;
  width: auto;
}
body.post-template-default #main {
  margin-top: 14em;
}
.home #main {
  margin-top: 7.5em;
  max-width: 1320px;
  width: auto;
}
@media screen and (max-width: 38.75em) {
  #main #secondary {
    display: none;
  }
  body.post-template-default #main {
    margin-top: 0;
  }
}
@media screen and (min-width: 38.75em) {
  .two-column.left-set #secondary {
      float: left;
  }
}

@media screen and (max-width: 46.25em) {
  .home #main {
    margin-top: 5em;
  }
}
@media screen and (max-width: 38.75em) {
  /*  .home .topic_ttl {
      margin: 0 auto;
      overflow: hidden;
      text-align: center;
      position: relative;
      left: 50%;
    }
    .home .topic_ttl img {
      min-width: 640px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%,0%);
      -webkit-transform: translate(-50%,0%);
      transform: translate(-50%,0%);
      text-align: center;
    }
    .home .topic_ttl+.entry-content {
      padding-top: 200px;
    }*/
}

@media screen and (max-width: 38.75em) {
    .br_sp_none {
      display: none;
    }
}
#main.two-column #content {
  /*width: auto;*/
  width: 70%;
  /*max-width: 1000px;*/
  max-width: 70%;
  font-size: 16px;
}
@media screen and (max-width: 38.75em) {
  .home #main.two-column #content {
    font-size: 16px;
  }
}
@media screen and (max-width: 38.75em) {
  #main.two-column #content {
    font-size: 14px;
  }
  .home #main.two-column #content {
    font-size: 17.5px;
  }
}
.list-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemimg:not(#itemimg-main) {
  /*idth: 200px !important;*/
  width: 100% !important;
  /*height: 200px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
}
.list-wrap .itemimg:not(#itemimg-main) img {
  /*border-radius: 50%;*/
}
.widget_welcart_bestseller .itemimg img {
  /*border-radius: 50%;*/
}
.itemimg:hover {
  /*border-radius: 50%;*/
}
#itemimg-main .slick-list{
  border: 2px solid #499134 !important;
  overflow: hidden !important;

}
.slick-vertical .slick-slide {
  border: none;
}
.item-info .skuimg {
  width: 100% !important;
  overflow: hidden !important;
}
#main .itemname {
  /*height: 50px;*/
  padding-top: 5px;
  /*margin-bottom: 0;*/
  /*font-weight: bold;*/
  overflow: visible;
  max-height: none;
  min-height: 54px;
  line-height: inherit;
  font-size: .9em;
}
#main .itemname a {
  color: #444444;
}
#main .itemprice {
  text-align: left;
  font-size: 1em;
  font-weight: lighter;
  margin-bottom: 15px;
  color: #499134;
  }
#main .itemprice .tax {
    color: #499134;
  }
.site-content #content .list-wrap article {
  /*width: 23.5% !important;*/
  width: 20.0% !important;
  clear: none !important;
  float: none;
  margin-right: 6.5%;
  padding-bottom: 2.5em;
}
.blog #content .front-il article:nth-of-type(n+3) {
  margin-top: 0;
}
.blog #content .front-il article:nth-of-type(2),
.blog #content .front-il article:nth-of-type(5) {
  margin-right: 6.5%;
}
.blog #content .front-il article:nth-of-type(3n) {
  margin-right: 6.5%;
}
.blog #content .front-il article:nth-child(4n) {
  margin-right: 0;
}
.blog #content .front-il article:nth-child(-n+4) {
  opacity: 1;
}
#content article.category-item:nth-of-type(n+3) {
  margin-top: 0;
}
#content article.category-item:nth-of-type(2),
#content article.category-item:nth-of-type(5) {
  margin-right: 6.5%;
}
#content article.category-item:nth-of-type(3n) {
  margin-right: 6.5%;
}
#content article.category-item:nth-child(4n) {
  margin-right: 0;
}
.home-widget .ucart_widget_body li {
  /*width: 23.5% !important;*/
  width: 29.0% !important;
  clear: none !important;
  margin-right: 6.5% !important;
  padding-bottom: 2.5em;
}
.home-widget .ucart_widget_body li.bestseller-item:nth-child(3) {
  margin-right: 0 !important;
}
.home-widget .widget_welcart_bestseller .bestseller-item:nth-of-type(n+4),
.home-widget .widget_welcart_featured .featured_list:nth-of-type(n+4) {
  margin-right: 0 !important;
  margin-top: 0;
}
.bestseller-item .rankimg {
  border-radius: 50%;
  top: -2px;
  margin-left: -13px;
  font-size: 0;
}
.bestseller-item .rankimg:hover {
  border-radius: 50%;
}
.bestseller-item.rank1 .rankimg {
  background: #e3b016;
  background: url('/wp-content/themes/welcart_basic/images/top/rank01.png');
  width: 100px;
  height: 100px;
}
.bestseller-item.rank2 .rankimg {
  background: #c1c1c1;
  background: url('/wp-content/themes/welcart_basic/images/top/rank02.png');
  width: 100px;
  height: 100px;
}
.bestseller-item.rank3 .rankimg {
  background: #cda876;
  background: url('/wp-content/themes/welcart_basic/images/top/rank03.png');
  width: 100px;
  height: 100px;

}
.bestseller-item.rank4 .rankimg {
  background: #d1c0a5;
}
.widget_welcart_bestseller .rankimg {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.top-banner {
  margin: 0 auto 3.57em;
}
.top-banner img {
  width: 100%;
}
.info-area {
  margin: 60px 0 3.57em 0;
}
.info-area .wrap,
.blog #content .info-area article {
  border-color: #fef5ed !important;
  border-left: none;
  border-right: none;
}
#content .info-area .post-excerpt {
  /*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif*/
  font-family: "tbchibirgothicplusk-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.info-area .wrap .no-date {
  padding: 30px;
  text-align: center;
}
.info-area .post-img {
  float: left;
}
.info-area .post-date {
  position: relative;
  left: 0;
  top: 0;
}
.info-area .post-title a {
  padding: 9px 0 12px;
  color: #499134;
}
.info-area .post-excerpt {
  padding: 0;
}
.info-area .post-img+.cf {
  width: 85%;
  float: right;
  margin: 32px 0;
}
.info-area .post-img {
  float: left;
  /*width: 120px;*/
  width: 12.1225%;
  height: 120px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 32px 0;
}
.info-area .post-img:hover {
  border-radius: 50%;
}
.info-area .post-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.top-info ul {
  display: flex;
}
.top-info ul li {
  /*border: 10px solid #fffeee;*/
  width: 48%;
  float: left;
}
.top-info ul li:first-child,.top-info ul li.info1 {
  margin-right: 40px;
}
.top-info ul li p {
  text-align: center;
}
.top-info ul li div {
  text-align: center;
  vertical-align: middle;
  padding: 40px 70px;
  height: 100%;
}
.top-info ul li.info1 {
/*
  background: #fffeee;
  color: #cccccc;
  font-size: 2.2855em;
  line-height: 1.50em;
  letter-spacing: 0.1em;
  border: none;
  */
}
.top-info ul li.info1 p {
  top: 13%;
  position: relative;
}
.top-info ul li.info1 a {
  color: #cccccc;
}
.top-info ul li.info2 p {
  padding-top: 20px;
  font-size: 0.9285em;
}
.top-info ul li.info2 img {
  /*width: 70%;*/
}

/** top end **/

/** category start **/
body.category .taxonomy-description {
  margin: 3em 0 1.7857em;
}
body.category .taxonomy-img {
  margin: 0 0 3em;
}
@media screen and (max-width: 62.5em) {
  body.category #main {
    margin-top: 10em;
  }
  body.category .taxonomy-description {
    margin: 3em 1.071em 1.7857em;
  }
  .info-area {
    margin-top: 2rem;
  }
  .info-area h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 46.25em) {
  body.category #main {
    margin-top: 4em;
  }
}
@media screen and (max-width: 38.75em) {
  body.category #main {
    margin-top: 2em;
  }
}
/** category end **/

/** single start **/
body.single .point{
  padding-bottom: 5em;
}
@media screen and (max-width: 62.5em) {
  body.single .point{
    margin: 0 .83333em;
  }
  .page-top-image {
    margin-top: -11em !important;
  }
}
#footlink_01::before,#footlink_03::before,#footlink_05::before,#footlink_06::before,#footlink_07::before {
    display: block;
    height: 7em;
    margin-top: -7em;
    content: "";
}
/** single end **/

/** page  **/
@media screen and (max-width: 38.75em) {
  .page-template-default #main {
    margin-top: 2em;
  }
  .page-top-image {
    padding-top: 2em;
  }
}
.post-template-default .item-description .inner {
  border-bottom: none;
}
.post-template-default #primary .entry-content {
  padding-top: 10em;
}
.page-template-default #content .entry-content h1 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 1.0em;
  margin-top: 1.5em;
}
.page-template-default .site-content.what #content .entry-content h1 {
  font-size: 1.2em;
  font-weight: normal;
}
.page-template-default .site-content.what #content .entry-content h1:not(.entry-title) {
  color: #00693e;
}
.page-template-default .site-content.what #content .entry-content h2 {
  font-size: 2.8em;
  margin-top: 0;
  /*line-height: 2.2em;*/
  line-height: 1.8em;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  color: #00693e;
}
.page-template-default .site-content.what #content .entry-content h2.narrow {
  line-height: 1.5;
}
.page-template-default .site-content.what #content .entry-content h2.value {
  font-size: 1.7em;
}
.page-template-default .site-content.what #content .entry-content .masis_area {
  border: 8px solid #f7f2e7;
  border-radius: 40px;
  margin-top: 80px;
}
.page-template-default .site-content.what #content .entry-content .masis_area .inner {
  overflow: hidden;
  padding: 40px 80px;
}
.page-template-default .site-content.what #content .entry-content .masis_area .inner h3 {
  color: #00693e;
  margin-bottom: 20px;
  font-size: 23px;
}
.page-template-default .site-content.what #content .entry-content .masis_area .inner p {
  color: #444444;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-default .site-content.what #content .entry-content .masis_area .inner .left {
  float: left;
  width: calc(100% - 157px);
}
.page-template-default .site-content.what #content .entry-content .masis_area .inner .right {
  float: right;
}

.page-template-default .site-content.what #content p {
  color: #00693e;
  font-size: 1.15em;
  padding-bottom: 50px;
}
.page-template-default .site-content.what #content .brown {
  color: #444444;
}
.page-template-default #content header {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 46.25em) {
  .page-template-default #content header {
    margin-bottom: 30px;
  }
}


.page-template-default #content header h1 {
  font-size: 22px;
  padding-bottom: 50px;
}
.page-template-default #content header .entry-title span {
  position: relative;
  border-bottom: 2px solid #fffeee;
  padding-bottom: 15px;
}
.page-template-default #content header .entry-title span::after {
/*  content: "";
  position: absolute;
  left: 20%;
  bottom: -20px;
  border-bottom: 2px solid #fffeee;
  width: 100px;
*/
}
.page-template-default #content .entry-content p {
  line-height: 1.8em;
  /*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;*/
}
.page-template-default .date {
  display: none;
}
.page-template-default .date+br {
  display: none;
}
.entry-meta .date:before {
  content: "";
}
.entry-meta .cat:before {
  content: "";
}
.entry-meta .cat a {
  background: #00693e;
  color: #fff;
  padding: 3px 8px;
  border-radius: 10px;
  margin: 0 0 2px;
  font-size: 0.8em;
}
.ff-message p {
  font-size: 1.15em;
}
.ff-message {
  padding-bottom: 30px;
}
.recommendsite .entry-content ul li {
  list-style: none;
  padding-bottom: 0.8em;
}
.recommendsite .entry-content ul li a {
  color: #00693e;
  font-size: 1.2em;
}

.block-pic {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0;
}
.block-pic br {
  display: none;
}
.block-description {
  padding-top: 50px;
}
.clear {
  clear: both;
}
.whatispage .entry-header {
  display: none;
}
.whatispage dl {
  border-bottom: 1px solid #00693e;
  padding: 15px 0;
}
.whatispage dl dt {
  width: 23%;
  float: left;
  font-size: 1.10em;
}
.whatispage dl dd {
  width: 75%;
  float: left;
  font-size: 0.95em;
}
.whatispage #content .entry-content .aboufruit {
  color: #00693e;
  font-size: 22px;
  margin-top: 0;
}
.page-template-default .num {
  background: #00693e;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  padding-top: 0.05em;
  margin-right: 0.3em;
  font-size: 1.10rem;
  line-height: 1;
}

.whatispage .from {
  margin-left: 2.85em;
  font-size: 0.75em;
  display: block;
}

.page-top-image {
  margin-bottom: 3rem;
  margin-top: -9em;
}
@media screen and (max-width: 38.75em) {
  .page-top-image {
    margin-bottom: 2rem;
    margin-top: -4.7em !important;
  }
}
.page-top-image img {
  width: 100%;
}
.page-top-image+.site-content .entry-header {
  display: none;
}
.entry-content .topic-box h3 img {
  position: relative;
  top: 10px;
  left: 5px;
}
.campaign .entry-content .topic-box {
  padding: 2rem 0 0;
}









/** campaign page **/
.campaign .entry-content .topic-box {
  padding: 2rem 0 0;
}

.campaign .red_b,
.parts .red_b {
  border: 2px solid #86b000;
  border-radius: 20px;
  position: relative;
  padding: 90px 0 40px;
  margin-top: 62px;
  text-align: center;
  margin-bottom: 60px;

}
.campaign .red_b .topic_ttl {
  position: absolute;
  top: -62px;
  left: calc(50% - 320px);
}
.campaign .topic_ttl img {
  max-width: 640px;
}
.campaign .point_ttl img {
  width: 250px;
  margin: 0 auto;
}
.campaign .camp_ttl {
  font-size: 1.4em;
  padding-top: 2em;
}
.campaign .camp_ttl02 {
  font-size: 1.4em;
  padding-top: 0.5em;
}
.campaign .txt-red {
  color: #dc0011;
}
.campaign .red_b .inner_img {
  padding: 0 20px 0 20px;
}

.campaign .gift-box {
  background: #86b000;
}
.campaign .gift-box img {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
.campaign .giftset-box {
  padding: 0 20px 30px;
  background: #86b000;
}
.campaign .giftset-box hr {
  background-color: #dc0011;
  height: 2px;
  width: 100%;
  margin: 0;
}
.campaign .giftset-box .giftset-box-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 10px 40px 30px;
}
.campaign .giftset-box .giftset-inner {
  overflow: hidden;
  color: #dc0011;
  padding: 20px 0;
}
.campaign .giftset-box .giftset-inner p {
  display: none;
}
.campaign .giftset-box .giftset-inner .item {
  width: 40%;
  float: left;
  font-size: 1.5em;
  overflow: hidden;
}
.campaign .giftset-box .giftset-inner .set {
  display: inline-block;
  width: 50%;
  padding: .5em 0;
}
.campaign .giftset-box .giftset-inner .price {
  display: inline-block;
  width: 40%;
}
.campaign .giftset-box .giftset-inner .notice {
  border-top: 2px solid #dc0011;
  font-size: 0.8em;
  margin-left: 1em;
  margin-right: 1em;
}
.campaign .giftset-box .giftset-inner .num {
  width: 58%;
  display: inline-block;
  background: #fff;
  color: #1a1311;
  height: auto;
  border-radius: unset;
}
.campaign .giftset-box .giftset-inner .num form  {
  display: inline-block;
}
.campaign .giftset-box .giftset-inner .num br {
  display: none;
}
.campaign .giftset-box .giftset-inner .num  .skubutton {
  background: #dc0011 !important;
  margin-left: 30px;
  border: 2px solid #fff;
  line-height: 1;
}
.campaign .giftset-box .giftset-inner .num  .skubutton:hover {
  background: #fff !important;
  border: 2px solid #dc0011;
  color: #dc0011;
}
.campaign .giftset-box .giftset-inner .num .skuquantity {
  width: 80px;
}
.campaign .sum-box {
  padding-top: 10px;
}
.campaign .sum-box .sum {
  text-align: right;
}
.campaign .sum-box .sum .total {
  border: 1px solid #ccc;
  display: inline-block;
  width: 70px;
  height: 40px;
  margin-left: 15px;
  vertical-align: bottom;
  text-align: center;
  line-height: 2.1;
}
.campaign .sum-box .sum span {
  position: relative;
  top: -.8em;
}
.campaign .entry-content .topic-box {
  padding: 60px 80px 0;
  position: relative;
}
.campaign .entry-content .topic-box .point_img {
  width: 200px;
  padding-bottom: 40px;
}
.campaign .entry-content .topic-box .point_pic {
  padding-bottom: 40px;
}
.campaign .entry-content .topic-box p {
  font-size: 1.4em;
}
.campaign .entry-content .topic-box::after {
  width: calc(100% - 120px);
  left: 60px;
}
.campaign .btn {
  border: 2px solid #86b000;
  padding: 5px 40px 10px;
  border-radius: 70px;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #86b000;
  white-space: nowrap;
}
.campaign .btn.btn_block {
  display: block;
  padding: 5px 0 8px;
  max-width: 360px;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}
.campaign .btn:hover {
  border: 2px solid #86b000;
  color: #fff;
  background-color: #86b000;
}

/**  parts - 下層ranking **/
.parts .topic_ttl {
  position: absolute;
  top: -50px;
  left: calc(50% - 360px);
}
.parts .info-area {
  margin: 60px 0 120px 0;
}
.parts #home-widget-bottom {
  padding-top: 0;
  margin-bottom: 50px;
}
.home-widget .ucart_widget_body li {
  padding-bottom: 0;
}
.parts .sec_03 {
  text-align: center;
}
.parts .sec_03 .topic_ttl {
  top: -50px;
  left: calc(50% - 360px);
}
.parts .sec_03 .topic_ttl img {
  max-width: 720px;
}
.parts .sec_03.red_b {
  padding: 100px 0 40px;
}
.parts .sec_03 .entry-content {
  overflow: visible;
}
.parts #home-widget-bottom #custom_html-3 {
  background-color: #6ebb00;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.parts #home-widget-bottom #custom_html-9 {
  background-color: #abcd03;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.parts #home-widget-bottom #welcart_bestseller-2 {
  background-color: #6ebb00;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.parts #home-widget-bottom #welcart_bestseller-4 {
  background-color: #abcd03;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.parts #home-widget-bottom #welcart_bestseller-2 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.parts #home-widget-bottom #welcart_bestseller-4 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.parts #home-widget-bottom #custom_html-7 {
  background-color: #6ebb00;
  padding: 20px;
  color: #fff;

}
.parts #home-widget-bottom #custom_html-6 {
  background-color: #abcd03;
  padding: 20px;
  color: #fff;
}
.parts #home-widget-bottom #custom_html-11 {
  background-color: #f39800;
  padding: 2em;
  margin-bottom: 0;
  color: #fff;
}
.parts #home-widget-bottom #welcart_bestseller-6 {
  background-color: #f39800;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.parts #home-widget-bottom #welcart_bestseller-2 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.parts #home-widget-bottom #welcart_bestseller-4 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.parts #home-widget-bottom #welcart_bestseller-6 ul {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}
.parts #home-widget-bottom #custom_html-7 {
  background-color: #6ebb00;
  padding: 20px;
  color: #fff;

}
.parts #home-widget-bottom #custom_html-6 {
  background-color: #abcd03;
  padding: 20px;
  color: #fff;
}
.parts #home-widget-bottom #custom_html-12 {
  background-color: #f39800;
  padding: 20px;
  color: #fff;
}
.parts #home-widget-bottom #custom_html-7 a {
  color: #fff;
  line-height: 1.5;
}
.parts #home-widget-bottom #custom_html-6 a {
  color: #fff;
}
.parts #home-widget-bottom #custom_html-12 a {
  color: #fff;
}


.parts #home-widget-bottom #custom_html-7 a {
  color: #fff;
  line-height: 1.5;
}
.parts #home-widget-bottom #custom_html-6 a {
  color: #fff;
}
.parts .btn {
  border: 2px solid #86b000;
  padding: 5px 40px 10px;
  border-radius: 70px;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #86b000;
  white-space: nowrap;
  margin-bottom: 3px;
  display: inline-block;
}
.parts .btn.btn_block {
  display: block;
  padding: 5px 0 8px;
  max-width: 360px;
  margin: 0 auto 14px;
  font-size: 1.4rem;
}
.parts .btn:hover {
  border: 2px solid #86b000;
  color: #fff;
  background-color: #86b000;
}
@media screen and (max-width: 1400px) {
  .parts .btn {
    font-size: 1rem;
  }
  .parts .sec_03.red_b {
    padding: 80px 0 40px;
  }
  .parts .sec_03 .topic_ttl {
    top: -30px;
    left: calc(50% - 250px);
  }
  .parts .sec_03 .topic_ttl img {
    max-width: 500px;
  }
}
@media screen and (max-width: 46.25em) {
  .parts .sec_03.red_b {
    padding: 40px 0 30px;
    margin-top: 0;
  }
  .parts .sec_03 .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
  }
  .parts .sec_03 .topic_ttl img {
    max-width: 360px;
  }
  .campaign .entry-content .topic-box::after {
    width: calc(100% - 80px);
    left: 40px;
  }
}
@media screen and (max-width: 786px) {
  .campaign .entry-content .topic-box::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/** topics common **/
.page-under {
  padding-top: 80px;
}
.page-template-default #content .entry-content .page-under h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
.page-under .red_b {
  border: 2px solid #86b000;
  border-radius: 20px;
  position: relative;
  /*padding: 40px 60px 70px;*/
}
.page-under .red_b .inner_red_b {
  padding: 0px 60px 70px;
}
.page-under .topic_ttl {
  position: absolute;
}
.page-under .topic_ttl {
  top: -62px;
  left: calc(50% - 100px);
  width: 177px;
}
.page-under .topics-top {
  /*padding: 0 40px;*/
  padding: 40px 0 0px;
}
.page-under .txt-red {
  color: #86b000 !important;
}
.page-under h3 {
  text-align: center;
  font-size: 2rem;
}
.page-under .topics-detail {
  border-top: 2px solid #86b000;
  position: relative;
  margin-top: 50px;
}
.page-under .topics-detail img:not(.arrow_red) {
  margin-bottom: 1em;
}
.page-under .topics-detail .topics-ttl {
  position: absolute;
  background: #fff;
  padding: 0 30px;
  top: -30px;
  left: calc(50% - 150px);
}
.page-under .topics-detail .topics-ttl h2 {
  color: #86b000;
  font-size: 1.5rem;
  border: 2px solid #86b000;
  padding: 10px 0 13px;
  border-radius: 70px;
  width: 250px;
  text-align: center;
}
/*delet*/
.page-under .topics-detail .topics-ttl div {
  color: #86b000;
  font-size: 1.5rem;
  border: 2px solid #86b000;
  padding: 10px 0 13px;
  border-radius: 70px;
  width: 250px;
  text-align: center;
}
/*delet*/
.page-under .topics-detail .topics-ttl.w-large {
  left: calc(50% - 210px);
}
.page-under .topics-detail .topics-ttl.w-large div {
  width: 360px;
  padding: 10px 20px 13px;
}
.topics6 .page-under .topics-detail .topics-ttl {
  left: calc(50% - 350px);
}
.topics6 .page-under .topics-detail .topics-ttl div {
  width: 650px;
}

.page-under .topics-detail section {
  padding: 60px 40px 40px;
  border-bottom: 2px solid #86b000;
}
.page-under .topics-detail section.border-none {
  border-bottom: none;
}
.page-under .topics-detail section:last-of-type {
  padding-bottom: 0;
}

.page-under .topics-detail h3 {
  font-size: 1.5rem;
  text-align: left;
}
/*delet*/
.page-under .topics-detail h4 {
  font-size: 1.5rem;
}
/*delet*/
.page-under .topics-detail section p {
  font-size: 1.12rem;
}
.page-under .topics-detail .row div {
  padding: 0;
}
.page-under .topics-detail .row div img {
  max-width: 93%;
  display: block;
  margin: 0 0 10px auto;
}
.page-under .list-topics {
  margin-top: 40px;
  margin-bottom: 80px;
}
.page-under .list-topics h2 {
  font-size: 1.5rem;
}
.page-under .list-topics h2 span {
  border-bottom: 2px solid;
  font-size: 1.3rem;
  margin-right: 20px;
  top: -5px;
  position: relative;
}
/*delet*/
.page-under .list-topics h4 {
  font-size: 1.5rem;
}
.page-under .list-topics h4 span {
  border-bottom: 2px solid;
  font-size: 1.3rem;
  margin-right: 20px;
  top: -5px;
  position: relative;
}
/*delet*/
.page-under .list-topics_btn {
  overflow: hidden;
  margin-left: 6em;
  margin-bottom: 30px;
}
.page-under .list-topics_btn h3 {
  display: inline;
}
.page-under .list-topics_btn .btn {
  float: left;
  color: #86b000;
  text-decoration: none;
  display: block;
  border: 2px solid;
  border-radius: 70px;
  padding: 5px 0px 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 260px;
  text-align: center;
  font-size: 1.1rem;
}
.page-under .list-topics_btn .btn:hover {
  border: 2px solid #86b000;
  color: #fff;
  background-color: #86b000;
}
.page-under .list-topics_btn .btn.ls0 {
  letter-spacing: 0;
}
.page-under .list-topics_btn .btn.ls0 img {
  left: -5px;
}
.page-under .list-topics_btn br {
  display: none;
}
.page-under .list-topics_btn .btn img {
  width: 7px;
  position: relative;
  top: -2.5px;
  left: 7px;
}
.page-under .feature {
  background: #f1f1f1;
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0;
}
.page-under .feature ul li {
  list-style-type: '・';
}
.page-under .feature dl {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  margin: 10px 0;
}
.page-under .feature dl dt {
  float: left;
  width: 60px;
  text-align: right;
  padding: 5px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.page-under .feature dl dd {
  float: left;
  width: calc(100% - 60px);
  padding: 5px;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.page-under .syukaku-story .row div:nth-child(2),
.page-under .kotsu-list .row div:nth-child(2) {
  padding-left: 30px;
}
.page-under .syukaku-story p,
.page-under .kotsu-list p {
  margin-bottom: 0;
}
.page-under .syukaku-story img,
.page-under .kotsu-list img {
  display: block;
  margin: 0 0 0 0 !important;
}
.page-under .syukaku-story .row,
.page-under .kotsu-list .row {
  margin-bottom: 60px;
}
.page-template-default #content .entry-content .page-under .topics-detail  p,
.page-template-default #content .entry-content .page-under .topics-detail  p {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.page-under .syukaku-story .row h4,
.page-under .kotsu-list .row h4 {
  font-size: 1.4rem;
  margin-bottom: .5em;
}
.page-under .kotsu-list {
  padding-bottom: 60px;
}
.page-under .topics-detail .inner-sec {
  padding: 20px 0;
}
.page-under .topics-detail h3 small {
  border-bottom: 2px solid #86b000;
  font-size: .75em;
  margin-bottom: 5px;
  display: inline-block;
}
/*delet*/
.page-under .topics-detail h4 small {
  border-bottom: 2px solid #86b000;
  font-size: .75em;
  margin-bottom: 5px;
  display: inline-block;
}
/*delet*/
.page-under .syukaku-story h4 small {
  display: block;
  border-bottom: none;
}
.page-under .topics-detail .inner-sec h5 {
  font-size: 1.25rem;
  position: relative;
  padding-left: 1.5em;
}
.page-under .topics-detail .inner-sec h5::before {
  content: "";
  width: 1em;
  height: 2px;
  background: #86b000;
  left: 0;
  position: absolute;
  top: 0.8em;
}
.page-under .topics-detail .inner-sec .sec-paragraph {
  padding-left: 2em;
}
.page-under .topics-detail section .btn {
  display: block;
  border: 2px solid #86b000;
  padding: 8px 40px 13px;
  border-radius: 70px;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  color: #86b000;
  text-align: center;
  margin-top: 40px;
}
.page-under .topics-detail section .btn:hover {
  border: 2px solid #86b000;
  color: #fff;
  background-color: #86b000;
}
.page-under .anchor-area {
  position: relative;
  z-index: -1;
}
.page-under .anchor-area::before {
  display: block;
  height: 12rem;
  margin-top: -12rem;
  content: "";
}
.page-under .topics-top img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .page-under .red_b {
    /*padding: 60px 30px 70px;*/
  }
  .page-under .topics-top {
    /*padding: 0 20px;*/
  }
  .page-under .topics-top .entry-content {
    margin: 0;
  }
  .page-under .topics-detail section {
    padding: 60px 20px 40px;
  }
  .page-under .topics-detail section p {
    font-size: 1.0rem;
  }
  .page-under h3 {
    font-size: 1.6rem;
  }
  .page-under .topics-detail h3 {
    font-size: 1.4rem;
  }
  .page-under .topics-detail h4 {
    font-size: 1.4rem;
  }


  .page-under .topic_ttl {
    top: -52px;
    left: calc(50% - 75px);
    width: 150px;
  }
  .page-under .topics-detail .topics-ttl {
    padding: 0 20px;
    top: -25px;
    left: calc(50% - 120px);
  }
  /*delet*/
  .page-under .topics-detail .topics-ttl div {
    font-size: 1.3rem;
    width: 220px;
    padding: 8px 0 11px;
  }
  /*delet*/
  .page-under .topics-detail .topics-ttl h2 {
    font-size: 1.3rem;
    width: 220px;
    padding: 8px 0 11px;
  }
  .page-under .topics-detail section .btn {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 1.3;
  }
  .page-under .topics-detail section .btn .arrow_red {
    margin-left: 10px;
  }
  .campaign .point_ttl img {
    width: 200px;
  }
  .campaign .entry-content .topic-box .point_img {
    width: 170px;
  }
  .campaign .camp_ttl {
    font-size: 1.2em;
  }
  .campaign .camp_ttl02 {
    font-size: 1.2em;
  }
  .campaign .entry-content .topic-box p {
    font-size: 1.2em;
  }
  .campaign .red_b .topic_ttl {
    top: -40px;
    left: calc(50% - 250px);
  }
  .campaign .topic_ttl img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .campaign .giftset-box .giftset-inner .item {
    float: none;
    width: 350px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .campaign .giftset-box .giftset-inner .num {
    width: 360px;
    max-width: 100%;
  }
  .campaign .point_ttl img {
    width: 150px;
  }
  .campaign .camp_ttl02 {
    padding: 30px 0px 20px;
  }
  .campaign .giftset-box .giftset-box-wrap {
    font-size: 0.8rem;
  }
  .campaign .giftset-box .giftset-inner .num {
    font-size: 1.2em;
  }
  .campaign .entry-content .topic-box {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 62.5em) {
  .parts {
    padding: 1.071em;
  }
}
@media screen and (max-width: 46.25em) {
  .page-under .red_b {
    /*padding: 60px 20px 40px;*/
  }
  .page-under .topics-detail {
    margin-top: 35px;
  }
  .page-under .topics-detail section {
    padding: 40px 20px 40px;
  }
  .page-under .topics-detail section p {
    font-size: 0.8rem;
  }
  .page-under .red_b p {
    font-size: 0.8rem;
  }
  .page-under .topic_ttl {
    top: -42px;
    left: calc(50% - 65px);
    width: 130px;
  }
  .page-under .topics-top {
    /*padding: 0 20px;*/
  }
  .page-under .topics-top h3 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .page-template-default #content .entry-content .page-under h1 {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 1.3em;
    margin-top: 0;
  }
  .page-under .topics-detail .topics-ttl {
    padding: 0 15px;
    top: -20px;
    left: calc(50% - 100px);
  }
  /*delet*/
  .page-under .topics-detail .topics-ttl div {
    font-size: 1.2rem;
    padding: 6px 0 8px;
    width: 180px;
  }
  /*delet*/
  .page-under .topics-detail .topics-ttl h2 {
    font-size: 1.2rem;
    padding: 6px 0 8px;
    width: 180px;
  }
  .topics6 .page-under .topics-detail .topics-ttl {
    left: calc(50% - 130px);
    top: -43px;
  }
  .topics6 .page-under .topics-detail .topics-ttl div {
    width: 230px;
    padding: 6px 10px 8px;
  }
  .page-under .topics-detail .topics-ttl.w-large {
    left: calc(50% - 130px);
    top: -33px;
  }
  .page-under .topics-detail .topics-ttl.w-large div {
    width: 230px;
  }
  .page-under .list-topics h2 {
    font-size: 1.1rem;
}
  .page-under .list-topics h4 span {
    font-size: 1.0em;
    display: block;
    width: 4em;
  }
  .page-under .list-topics h2 span {
    font-size: 1.0em;
    display: block;
    width: 4em;
  }
  .page-under .list-topics_btn .btn {
    font-size: 0.9rem;
  }
  .page-under .topics-detail .inner-sec h5 {
    font-size: 1.1rem;
  }
  .page-under .list-topics {
    padding: 0 40px;
  }
  .page-under .syukaku-story .row div:nth-child(2),
  .page-under .kotsu-list .row div:nth-child(2) {
    padding-left: 10px;
  }
  .page-under .syukaku-story .row:last-of-type {
    margin-bottom: 0;
  }
  .page-template-default #content .entry-content .page-under .syukaku-story .row div p {
    padding-bottom: 0 !important;
  }
  .page-under .syukaku-story .row:last-of-type p + p{
    display: none;
  }
  .page-under .feature {
    border-radius: 10px;
    padding: 20px;
    font-size: .9em;
  }
  .page-under .list-topics_btn {
    margin-left: 0;
  }
  .page-under .list-topics_btn .btn {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-default #content .entry-content .page-under .syukaku-story .row div p,
  .page-template-default #content .entry-content .page-under .kotsu-list .row  div p {
    padding-bottom: 0 !important;
  }
  .campaign .giftset-box .giftset-box-wrap {
    padding: 10px 10px 30px;
  }
  .page-under .feature dl dt {
    float: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
  }
  .page-under .feature dl dd {
    float: none;
    width: 100%;
    padding: 5px 10px;
  }

}
@media screen and (max-width: 786px) {
  .campaign .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
  }
  .campaign .topic_ttl img {
    max-width: 380px;
  }
  .campaign .red_b .topic_ttl {
    top: -30px;
    left: calc(50% - 190px);
  }
  .parts .sec_03 .topic_ttl img {
    max-width: 360px;
  }
  .page-template-default #content .entry-content p {
    font-size: .95rem;
  }
  .campaign .btn.btn_block {
    font-size: 1.1rem;
  }
  .page-under .red_b .inner_red_b {
    padding: 0px 40px 60px;
  }
}
@media screen and (max-width: 38.75em) {
  .page-under {
    padding-top: 60px;
  }
  .page-under .red_b {
    /*padding: 60px 10px 40px;*/
  }
  .page-under .topics-top {
    /*padding: 0 10px;*/
  }
  .page-under .red_b .inner_red_b {
    padding: 0px 20px 40px;
  }
  .page-under .topics-top .entry-content {
    margin: 0 0;
  }
  .page-under .topics-detail section {
    padding: 40px 10px 40px;
  }
  .page-under .topics-detail {
    /*margin-top: 15px;*/
  }
  .page-under .topics-detail .row div img {
    max-width: 95%;
    margin: 0 0 20px auto;
  }
  .page-under .list-topics {
    padding: 0 20px;
  }
  .page-under .list-topics_btn {
    margin-left: 0;
  }
  .page-under .list-topics_btn .btn {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .parts .sec_03.sec_03 .topic_ttl {
    top: -20px;
    left: calc(50% - 175px);
  }
  .parts .sec_03 .topic_ttl img {
    max-width: 350px;
  }
  .campaign .red_b .topic_ttl {
    top: -60px ;
    left: calc(50% - 150px) ;
  }
  .campaign .topic_ttl img {
    max-width: 300px;
  }
  .campaign .red_b, .parts .red_b {
    padding: 60px 0 40px;
  }
  .campaign .point_ttl img {
    width: 140px;
  }
  .campaign .giftset-box .giftset-box-wrap {
    font-size: 0.7rem;
  }
  .campaign .giftset-box .giftset-inner .num {
    margin-right: auto;
    padding-left: 10px;
  }
  .campaign .giftset-box .giftset-inner .num .skuquantity {
    width: 60px;
  }
  .campaign .giftset-box .giftset-inner .num .skubutton {
    margin-left: 0;
  }
  .campaign .giftset-box .giftset-inner .num form {
    width: 88%;
  }
  .campaign .giftset-box .giftset-inner .num .skubutton {
    width: 70%;
  }
  .campaign .sum-box .sum .total{
    height: 30px;
  }
  .campaign .entry-content .topic-box .point_img {
    width: 160px;
    padding-bottom: 40px;
  }

}



















.topics-box {
  margin-bottom: 4rem;
}
.gift-box {
  margin-top: 30px;
}
.gift-box .skubutton {
  background: #499134 !important;
  margin-top: 10px;
}
.gift-box .field_price,
.gift-box .field_price em {
  color: #499134 !important;
}
.gift-box .field_price {
  font-size: 1.4em;
  padding: 10px 0;
  text-align: right;
}
.gift-box .field_price em {
  font-size: .7em;
}
.gift-box .c-box {
  text-align: right;
}
.topics-link a {
  line-height: 1.9;
}
@media screen and (max-width: 38.75em) {
  .topics-box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 38.75em) {
  .topics-box {
    margin-bottom: 2rem;
  }
}
.topics-box h3 {
  position: relative;

}
.topics-box h3::after {
  content: "";
  height: 6px;
  width: 72%;
  background: url(/wp-content/themes/welcart_basic/images/top/dot.jpg);
  position: absolute;
  bottom: .5em;
}
@media screen and (max-width: 38.75em) {
  .topics-box h3::after {
    background-size: 12px;
    height: 3px;
  }
}
.topics-link a {
  padding: 0 1rem;
  font-size: 1.2em;
}
@media screen and (max-width: 38.75em) {
  .topics-link a {
    padding: 0;
    font-size: 1em;
    display: block;
  }
}
.topics-link a:first-of-type {
  padding-left: 0;
}
.bg_topics {
  background: rgba(0,0,0,.5);
}
.bg_topics ul {
  color: #fff;
  padding: 1rem 0;
  font-size: 1.2em;
}
.bg_topics ul li {
  list-style: none;
  color: #fff;
  font-size: .9em;
}
.row-shukaku>div {
  margin-bottom: 1rem;
  padding: 0;
}
.row-shukaku .col-xs-8 a.txt-red {
  white-space: nowrap;
}
.radius-box {
  padding-top: 30px;
}
.radius-box dl {
  margin-bottom: 30px;
}
.radius-box dl dt {
  margin-bottom: 10px;
  padding-left: 1em;
  font-weight: bold;
}
.radius-box dl dd {
  background: #efefef;
  border-radius: 15px;
  padding: 15px 20px;
}
.radius-box dl dd.ans {
  padding-left: 3em;
  text-indent: -2em;
}
.entry-content h2[id]::before,
.entry-content h3[id]::before {
  display: block;
  height: 12rem;
  margin-top: -12rem;
  content: "";
}
/** page end **/

/** news **/
.post-template-default #content .entry-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 0.9em;
}
.post-template-default article .entry-content p {
  /*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;*/
}
.post-li {
  border-left: none;
  border-top: 1px solid #fef5ed;
}
.post-li article {
  border-color: #fef5ed !important;
  border-left: none;
  border-right: none;
  padding: 0;
}
.category-news h1 span {
  font-size: 22px;
}
.category-news .date {
  font-size: 12px;
}
.entry-meta .cat a {
  display: none;
}
.entry-img {
  text-align: center;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.entry-img:hover {
  border-radius: 50%;
}
.entry-img img {
  position: absolute;
  top: 0;
  left: 0%;
}
/** news end **/

/** contact **/
.page-template-default .entry-content .notice {
  line-height: 1.75em;
  font-size: 0.9em;
}
.wpcf7 span {
  display: inline-block;
  width: 200px;
  font-size: 0.9em;
}
.wpcf7 span:last-child {
  vertical-align: top;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  border-radius: 5px;
  outline: none;
  border: 1px solid #DDD !important;
  font-family: "tbchibirgothicplusk-pro",sans-serif;
}
.wrap-form {
  width: 75%;
  margin: 0 auto;
  padding-top: 30px;
}
.wpcf7 form p:last-of-type {
  width: 150px;
  margin: 0 auto;
}
.wpcf7 form p:last-of-type input {
  width: 100%;
  border: 1px solid #d1c0a5 !important;
  background: #d1c0a5;
}
.wpcf7 form p {
  padding-bottom: 12px;
}
.wpcf7 form p:last-of-type input:hover {
  background: #fdd000;
  color: #fff;
  border: 1px solid #fdd000 !important;
}
.wpcf7 textarea {
  width: 100%;
  min-height: 150px;
}
.wpcf7 span.your-message {
  width: 60%;
}
.wpcf7 span.label-content {
  vertical-align: top;
}
span.wpcf7-not-valid-tip {
  font-size: 0.7em;
}
.wpcf7 .hissu {
  display: block;
  padding-left: 200px;
  width: auto;
  color: red;
  font-size: 0.7em;
}
div.wpcf7 .ajax-loader {
  margin: 10px 0 0 70px;
}
/** contact end **/

/** usercart **/
#cart #cart_table th {
  /*color: #00693e !important;*/
  background-color: #fffeee !important;
  border-color: #f5f5f5 !important;
}
#cart #cart_table tfoot th {
  color: #333 !important;
}
#cart #cart_table td {
  border-color: #f5f5f5 !important;
}
#cart_table th, #cart_table th.subtotal em.tax, #memberinfo #history_head th {
  background-color: transparent !important;
  color: #333 !important;
}
#cart_table {
  border-color: #f5f5f5 !important;
}
#memberinfo #history_head th {
  background: #fffeee !important;
  color: #333 !important;
  text-align: left;

}
#memberinfo .customer_form .customkey_flyerID {
  display: none;
}
#cart_table {
  border-color: #f5f5f5 !important;
}
#memberpages p a {
  background: #d1c0a5 !important;
  color: #fff !important;
  border-radius: 50px !important;
  height: 50px!important;
  line-height: 50px!important;
}
#memberpages .send a {
  border: 1px solid #d1c0a5 !important;
  background: #fff !important;
  color: #d1c0a5!important;
  border-radius: 50px !important;
  height: 50px!important;
  line-height: 50px!important;
}
#memberpages p a:hover {
  background: #fdd000 !important;
}
#memberpages .send a:hover {
  background: #fdd000 !important;
  color: #fff !important;
  border: 1px solid #fdd000 !important;
}
/** usercart end **/

/** detail  **/
.itemimg .itemsoldout .text {
  font-size: 1.0em;
}
.itemimg .itemsoldout .sub_text {
  font-size: 0.9em;
}
.single-post .item-info .itemsoldout {
  border: 1px solid #00693e;
  background: #fff !important;
  color: #00693e !important;
}
.item-info .item-name {
  font-weight: normal;
  line-height: inherit;
}
.item-info .skuname {
  font-weight: normal;
}
.item-info .skuform {
  padding: 1.714em 0;
}
#itempage .itemcode {
  font-size: 0.8em;
}
#itempage .itemimg a {
  pointer-events: none;
}
.itemimg-sub {
  padding-bottom: 5em;
}
/** detail end **/
.search .no-posts {
  padding: 12em 0;
}
.not-found input[type="text"] {
  width: 230px;
}
.page-numbers.dots {
  display: block;
  color: #d1c0a5;
  padding-top: 60%;
}
@media screen and (max-width: 1400px)  {
  #head-top .head-inner {
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
  }
  #main, .home #main {
    max-width: 1100px;
  }
  #main #secondary section:not(.widget) h3 {
    font-size: 1.0em;
  }
  #main .cart-button form .skubutton {
    height: 30px;
    margin-top: 0;
    font-size: 0.8em;
  }
  #main #secondary section.widget h3 {
    font-size: 1.0em;
  }
  .widget_welcart_category li, .widget_categories li {
    font-size: 0.85em;
    margin: 0 8px;
  }
  .top-info ul li div {
    padding: 30px 0px;
  }
  .top-info ul li.info2 p {
    font-size: 0.85750em;
  }
}
@media screen and (max-width: 1200px)  {
  #main, .home #main
  {
    padding: 0 20px;
  }
  #head-top .head-inner  {
    margin: 0 20px;
  }
}
@media screen and (max-width: 38.75em) {
#main.two-column #content {
  width: 100%;
  max-width: 100%;
}
}
@media screen and (min-width: 38.75em) {
  .two-column.left-set #content {
    float: right;
  }
}

@media screen and (max-width: 62.5em) {
  header {
    height: 50px;
  }
  header .inner {
    padding: 0;
    margin: 7.3px 0;
  }
  header .menu-bar {
    top: 17px;
    left: auto;
    right:0;
  }
  #head-top .head-inner .incart-btn {
    top: 2.0px;
    right: 0;
  }
  #main, .home #main, #head-top .head-inner {
    padding: 0;
  }
  #head-top .head-inner .incart-btn i {
    border-radius: 50%;
  }
  #head-top h1.site-title, div.site-title {
    /*top: 10px;*/
    height: 35px;
    width: 200px;
  }
  #head-top h1.site-title, div.site-title {
    width: 90%;
    margin: 0 0 10px auto;
  }
  .page-template #main {
    margin-top: 15em;
  }

  }
  @media screen and (max-width: 38.75em) {
    .page-template #main {
      margin-top: 2em;
    }
  }


  #head-top .site-title img {
    width: 100%;
  }
  #head-top .head-inner .search-box .search-text {
    display: none;
  }
  #head-top .head-inner .search-box .searchsubmit {
    display: none;
  }
  .post-template-default #content .entry-title {
    line-height: 1.4em;
  }
  #head-top .head-inner .incart-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .menu-bar .menu-trigger span {
    background-color: #86b000;
  }
  .menu-trigger .menu_txt {
    position: absolute;
    top: 20px;
    color: #86b000;
    font-size: 10px;
    font-weight: bold;
    left: calc(50% - 15px);
  }
  .menu-trigger {
    width: 2.2em;
  }

  .sp-menu {
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    top: 80px;
    position: fixed;
    left: 0;
    width: 100%;
  }
  .menu-on .menu-trigger span:nth-of-type(1) {
    top: -8px;
  }
  .menu-active {
    display: block;
  }
  .menu-on .menu-bar {
    position: absolute;
  }
  .open-menu {
    /*overflow: auto;*/
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    height: auto;
    /*overflow-y: scroll;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .open-menu section {
    padding: 20px 20px;
  }
  .open-menu section.sp-search {
    width: 100%;
    background: #f5f5f5;
    padding: 0;
    height: 80px;
  }
  .open-menu section.sp-search form {
    padding: 20px;
  }
  .open-menu section.sp-search form #s-text {
    width: 80%;
    border: none;
    margin-left: 10px;
    line-height: 1.5em;
  }
  .open-menu section.sp-search form #s-submit {
    font-family: FontAwesome;
    color: #fff;
    background: #499134;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .open-menu>section:last-of-type {
  /*  padding-bottom: 200px;*/
    margin-bottom: 20px;
  }
  .open-menu a {
    float: left;
    border: 1px solid #FFF;
    background: #f5f5f5;
    border-bottom: none;
    width: 33.333%;
    height: 80px;
    position: relative;
  }
  .open-menu section:not(.widget):not(.sp-search) {
    height: 100%;
/*
    float: left;
    border: 1px solid #fff;
    background: #fffeee;
    border-bottom: none;
*/
  }
  .open-menu section:not(.widget) h3 {
    color: #499134;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    position: relative;
  }
  .open-menu .ucart_widget_body li.cat-item {
    float: left;
    width: 50%;
    position: relative;
    border: 1px solid #fffeee;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
  }
  .open-menu .ucart_widget_body li.cat-item:nth-child(2n) {
    border-left: none;
  }
  .open-menu .widget_welcart_category {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 0;
    clear: both;
    width: 100%;
  }
  .open-menu .widget_welcart_category ul {
    border: none;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .open-menu .widget_welcart_category h3 {
    width: 100%;
    background: #eeeeee;
    font-weight: bold;
  }
  .open-menu .widget_welcart_category .widget_title {
    padding: 10px;
  }
  .open-menu .widget_welcart_category:first-child {
    padding-top: 60px;
  }
  .open-menu .widget_welcart_category ul a {
    background: #fff;
    min-height: 50px;
    height: auto;
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
  }
  .open-menu .widget_welcart_category li {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    position: relative;
    margin: 0;
  }
  .widget_welcart_category li::after,
  .widget_categories li::after  {
    right: 8px;
  }
  @media screen and (max-width: 38.75em) {
  .widget_welcart_category ul a li, .widget_categories li {
    border-bottom: none;
  }
}
  .post-template-default #content .entry-title {
    line-height: 1.4em;
  }
  #head-top .head-inner .incart-btn i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .incart-btn i {
    font-size: 1.285em;
  }
  .incart-btn .total-quant {
    font-size: 0.7em;
    line-height: 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .home .main-img {
    top: 0px;
  }
}
@media screen and (min-width: 62.5em) {
  #itempage .itemsubimg .slick-track {
    /*transform: translate(-50%, -50%) !important*/;
    left: 0 !important;
  }
}
@media screen and (min-width: 38.75em) {
  #img-box .itemimg img {
    width: 100%;
  }
  #itempage .itemsubimg {
    float: none;
    width: 100%;
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 768px) {
  #head-top .site-title img {
  /*  width: 60%;*/
  }
  #head-top h1.site-title {
  /*
    margin-top: 10px;
    margin-bottom: 10px;
  */
  }
  header .inner {
    padding: 0;
  }
  .menu-bar {
    top: 1.5em;
  }
  #head-top .head-inner .incart-btn {
  /*  top: 0.8em;*/
  }
  header {
    /*background: #000;*/
    /*height: 55px;*/
  }
  .top-info ul li.info1 {
    font-size: 1.7em;
  }
  .top-info ul li.info1 p {
    top: 19%;
  }
  .top-info ul li.info2 p {
    font-size: 0.75750em;
  }
  .item-info .opt-tag li {
    font-size: 0.7em;
    padding: 4px 6px;
  }
  footer .inner {
    width: 100%;
    padding: 1.5em 1.071em;
  }
  footer .copyright {
    float: none;
    text-align: center;
    font-size: 0.657140em;
    letter-spacing: 0.1em;
    padding-top: 30px;
  }
  .page-template-default #content header h1 {
  /*  padding-top: 50px;*/
    padding-bottom: 50px;
  }
  .page-template-default .site-content.what #content .entry-content h1 {
    font-size: 1.1em;
  }
  .page-template-default .site-content.what #content .entry-content h2 {
    font-size: 1.9em;
  }
  .page-template-default .site-content.what #content .entry-content h2.value {
    font-size: 1.3em;
  }
  .page-template-default .site-content.what #content p {
    font-size: 1.0em;
  }
  .home .slick-initialized .slick-list img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  #itempage .itemsubimg {
    height: auto !important;
    padding: 0 0 2.714em;
  }
  .item_page_title {
    font-size: 1.6em;
    line-height: 1.25em;
  }
  .arrow img {
    width: 25px;
  }
  .slick-arrow {
    top: 48%;
  }
  .slick-arrow.back-btn {
    padding-left: 0;
  }
  .slick-arrow.next-btn {
    padding-right: 0;
  }
  .entry-content {
    margin: 0 1em 0;
  }
  .wrap-form {
    width: 80%;
  }
  .wpcf7 span {
    width: 100%;
  }
  .wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7 span input {
    width: 100%;
  }
  div.wpcf7 {
    padding: 0 5%;
  }
  .wpcf7 .hissu {
    padding-left: 0;
  }
  .page-template-default .site-content.what #content .entry-content .masis_area .inner {
    padding: 40px 40px;
  }
  .page-template-default .site-content.what #content .entry-content .masis_area .inner .left {
    width: calc(100% - 137px);
  }
  .page-template-default .site-content.what #content .entry-content .masis_area .inner h3 {
    font-size: 20px;
  }
  .customer_form input#zipcode {
    max-width: 200px;
  }
  .customer_form input#search_zipcode {
    padding: 0 1.142em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .home header {
    height: 45px;
    margin-bottom: 0em;
  }
  .home .main-img {
    top: 0px;
  }
  header .inner {
    padding: 0;
    margin: 0;
  }
  .head-menu-sp {
    padding-top: 56px;
  }
  #head-top .head-inner .search-box .searchsubmit {
    display: none;
  }
  .menu-trigger {
    width: 1.85em;
    height: 1.45em;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .menu-on .menu-trigger span:nth-of-type(1) {
    top: -12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7.50px;
  }
  .menu-on .menu-trigger span:nth-of-type(3) {
    bottom: -12.61px;
  }
  #head-top .head-inner .incart-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #head-top .head-inner .incart-btn i::before {
    font-size: 0.9em;
  }
  #head-top h1.site-title, div.site-title {
  /*  top: -10px;*/
    width: 150px;
  }
  #head-top h1.site-title {
  /*
    margin-top: 5px;
    margin-bottom: 5px;
  */
  }
  header .menu-bar {
    top: 16px;
  }
  #head-top .site-title img {
    width: 100%;
  }
  #head-top .head-inner .incart-btn {
    top: 3.5px;
  }
  #head-top .site-title img {
    /*width: 100%;*/
    height: 37px;
  }
  .body-fixed .open-menu {
  /*  top: 60px;*/
  }
  .open-menu a {
/*
    display: block;
    width: 100%;
    height: 100%;
*/
  }
  #main, .home #main {
  /*  margin-top: 5.5em;*/
  }
  .open-menu section:not(.widget) {
    /*width: 50%;*/
  }
  .open-menu section.sp-search {
    height: 60px;
  }
  .open-menu section.sp-search {
    width: 100%;
    background: #f5f5f5;
    padding: 0;
    height: 70px;
    margin-bottom: 0px;
  }
  .open-menu section.sp-search form {
  /*  padding: 5px 20px;*/
  }
  .open-menu section.sp-search form #s-submit {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .open-menu section.sp-search form #s-text {
    width: 81%;
    /*height: 30px;*/
  }
  .open-menu section:not(.widget) h3 {
    font-size: 0.9em;
  }
  .open-menu .widget_welcart_category h3 {
    font-size: 0.9em;
  }
  .open-menu .ucart_widget_body li.cat-item {
    font-size: 0.8em;
  }
  .top-info ul {
    display: block;
  }
  .top-info ul li {
    width: 100%;
    float: none;
    height: 180px;
  }
  .top-info ul li div {
    padding: 20px 0px;
  }
  .top-info ul li:first-child,.top-info ul li.info1 {
    margin-right: 10px;
  }
  .top-info ul li.info1 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .top-info ul li.info2 img {
  /*  width: 60%;*/
  }
  .top-info ul li.info2 p {
    font-size: 0.75750em;
    padding-top: 10px;
  }
  .top-info ul li.info1 p {
    top: 20%;
  }
  .site-content #content .list-wrap article {
    width: 45% !important;
  }
  .site-content #content .list-wrap article {
    margin-right: 9.5%;
  }
  .blog #content .front-il article:nth-of-type(3n) {
    margin-right: 9.5% !important;
  }
  .site-content #content .list-wrap article:nth-child(2n) ,
  .search #content .search-il article:nth-child(2n) ,
  .blog #content .front-il article:nth-child(2n) {
    margin-right: 0 !important;
  }

  .home-widget .ucart_widget_body li {
    width: 100% !important;
  }
  .home-widget .ucart_widget_body li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .widget_welcart_bestseller .bestseller-item:nth-of-type( n + 3 ),
  .widget_welcart_featured .featured_list:nth-of-type( n + 3 ) {
    margin-top: 0;
  }
  #main .cart-button form .skubutton {
    padding: 0;
    margin-bottom: 10px;
  }
  .info-area .post-img+.cf {
    width: 75%;
  }
  .info-area .post-img {
    width: 20%;
  }
  .info-area .post-excerpt {
    /*font-size: 0.9em;*/
  }
  .info-area .post-title  {
    font-size: 13px;
  }
  .wrap-form {
    width: 100%;
  }
  .wpcf7 span {
    width: 100%;
  }
  .wpcf7 span.your-message {
    width: 100%;
  }
  .wpcf7 span input,
  .wpcf7 span textarea {
    width: 100%;
  }
  .wpcf7 .hissu {
    padding-left: 0;
  }
  .block-pic {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .whatispage dl dt {
    width: 100%;
    float: none;
  }
  .whatispage dl dd {
    width: 100%;
    float: none;
    padding: 0 2.7em;
  }
  div.cart_navi li:before {
    display: none;
  }
  div.cart_navi li:after {
    display: none;
  }
  div.cart_navi li {
    border-right: #fff 1px solid;
    border-color: #fff !important;
    width: 25%;
  }
  .page-template-default .site-content.what #content .entry-content .masis_area {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .page-template-default .site-content.what #content .entry-content .masis_area .inner {
    /*padding: 40px 40px;*/
    padding: 20px 20px;
  }
  .page-template-default .site-content.what #content .entry-content .masis_area .inner .left {
    width: 100%;
  }
}
/*----bootstrap col 201906yuka----*/

.row {
  display: block;
  overflow: hidden;
}
.row:before, .row:after {
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
