/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Common*/
/*=============================================*/
a:hover {
  color: inherit;
  text-decoration: none;
}

.device_change .category_name li .btn:hover,
.top_lineup_block .head .btn a:hover {
  color: #fff;
}

.post_item_list .img img {
  width: 100%;
}

/*=============================================*/
/*Footer Adjust*/
/*=============================================*/
footer {
  padding: 0;
  background-color: unset;
  color: unset;
}
footer a {
  color: inherit;
}

footer nav li {
  float: none;
  width: auto;
}

/*=============================================*/
/*header Adjust*/
/*=============================================*/
header {
  margin-bottom: 0;
}

.header .head_wrapper .top .login,
.header .head_wrapper .top .cart {
  width: auto;
  min-width: 120px;
}

header .head_wrapper .top .cart .color-white {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  padding-left: 0.5em;
}
header .head_wrapper .top .cart .total-quant {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

/******************************************************/
/**Welcart Template/
/******************************************************/
#content {
  padding-left: 0;
}

.member_page_title {
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #54C3F1;
  text-align: center;
  color: #fff;
}

#wc_lostmemberpassword #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a,
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login {
  background-color: #54C3F1;
  color: #fff;
}

#loginform .nav a {
  text-decoration: underline;
  color: #54C3F1;
}

#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry {
  margin-top: 40px;
}

#wc_lostmemberpassword #member_login:hover,
#wc_login .loginbox #member_login:hover,
#wc_member .loginbox #member_login:hover,
#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover {
  background-color: #F18254;
}

#wc_customer,
#wc_ordercompletion,
#wc_confirm,
#wc_delivery,
#wc_cart,
#memberpages {
  width: 94%;
  margin: auto;
  max-width: 900px;
  padding-top: 50px;
}

#wc_customer,
#wc_ordercompletion,
#wc_confirm,
#wc_delivery,
#wc_cart {
  max-width: 1000px;
}

.cart_page_title {
  font-size: 2.5rem;
  margin-bottom: 2em;
}

#wc_lostmemberpassword .loginbox #nav {
  margin-top: 10px;
}

#wc_lostmemberpassword .loginbox,
#wc_login .loginbox {
  width: 100%;
}

/******************************************************/
/**product archive/
/******************************************************/
.category_list_box {
  padding-top: 60px;
}
.category_list_box .heading_2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .category_list_box .heading_2 {
    font-size: 2.5rem;
  }
}

/******************************************************/
/**product sigle/
/******************************************************/
.detail-box {
  width: 100%;
  float: none;
}

#itempage #img-box {
  width: 100%;
}

.page_product_single {
  width: 94%;
  margin: auto;
  max-width: 1100px;
  padding-top: 50px;
}

.product_single_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .product_single_box {
    display: block;
  }
}
.product_single_box .left {
  width: 40%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .product_single_box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.product_single_box .right {
  width: 55%;
}
@media (max-width: 768px) {
  .product_single_box .right {
    width: 100%;
  }
}

.product_single_box .item-name {
  margin-top: 1em;
  margin-bottom: 1.2em;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.product_single_box .item-description p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.product_single_box .item-description p:last-child {
  margin-bottom: 0;
}

.category_second_level {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0.6em 1em;
  background-color: #54C3F1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.single_recommend_box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.field.ver_flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.field.ver_flex .zaikostatus {
  margin-right: 10px;
  font-size: 1.2rem;
}

.item-info .skuname {
  min-height: auto;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.item-info .skuform {
  margin-bottom: 10px;
}

.item-info .skubutton {
  padding-top: 8px;
  padding-bottom: 8px;
}

.parts-title-fs30 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .parts-title-fs30 {
    font-size: 2rem;
  }
}

.item-info .tax_inc_block {
  margin-top: 0.55em;
}

.store .detail_feature,
.store .detail_notes {
  width: 100%;
}

.store .detail_order {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .store .detail_order {
    margin-bottom: 40px;
  }
}

/******************************************************/
/** welcart pagination /
/******************************************************/
.pagination_wrapper .page-numbers .prev:before,
.pagination_wrapper .page-numbers .next:before {
  background: none;
}

/******************************************************/
/** Cart login Mypage/
/******************************************************/
#content {
  padding: 0;
}

#wc_customer, #wc_ordercompletion,
#wc_confirm, #wc_delivery,
#wc_cart {
  padding-top: 250px;
}
@media (max-width: 768px) {
  #wc_customer, #wc_ordercompletion,
  #wc_confirm, #wc_delivery,
  #wc_cart {
    padding-top: 100px;
  }
}

article#wc_lostcompletion,
article#wc_lostmemberpassword,
article#wc_member,
article#wc_newcompletion,
article#wc_newmemberform,
article#wc_login {
  padding-top: 180px;
}
@media (max-width: 768px) {
  article#wc_lostcompletion,
  article#wc_lostmemberpassword,
  article#wc_member,
  article#wc_newcompletion,
  article#wc_newmemberform,
  article#wc_login {
    padding-top: 70px;
  }
}

.inner_block.member-page article#wc_member {
  padding-top: 0;
}

#content {
  padding-bottom: 100px;
}

.member_page_title {
  background-color: #F2F8FF;
  color: #333;
}

#cart_table .thumbnail img {
  max-width: 60px;
}

#content select {
  appearance: auto;
  border: inherit;
  padding: inherit;
  margin: inherit;
}

header .header_cart_img {
  display: block;
}

header .header_cart {
  display: none;
}

@media (max-width: 768px) {
  header .header_cart {
    display: block;
  }
  header .header_cart a {
    display: block;
    position: relative;
  }
  header .header_cart .total-quant {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background-color: #d20202;
    color: #fff;
    width: 1.5em;
    line-height: 1.5em;
    height: auto;
    border-radius: 100px;
    text-align: center;
    font-size: 1.2rem;
  }
}

#zeus_new_card_area #zeus_token_card_expires_month,
#zeus_new_card_area #zeus_token_card_expires_year {
    padding: .5714285em;
    border: 1px solid #BAB;
    width: 6em !important;
    margin-left: 0;
}
textarea#zeus_agreement_note {
    font-size: 0.9em;
    padding: 0.5em;
    border: 1px solid #bbb;
}


.contents .works_feature {
  flex-direction: column;
  align-items: flex-start;
}

.contents .works_list h2 {
  padding-left: 0;
}