input[type="radio"] {
  margin-left: 1em;
}

input:disabled {
  background-color: #ddd;
}

.input_required {
  font-size: inherit;
  font-weight: 600;
  color: #ff0000;
}

select.credit_card_expire {
    height: 50px;
    padding: 0 .5em;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
    background-size: 16px;
}

.link_button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #333;
    border-radius: 4px;
    white-space: nowrap;
    padding: 0 1em;
}

.order_customer_register_button {
    display: inline-block;
    padding: 12px;
    width: 290px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #333;
    letter-spacing: 1px;
    border-radius: 4px;
    text-align: center;
}

.cart_button {
    position: relative;
}

.cart_button span {
    padding-left: 3em;
}

.cart_button span::before {
    position: absolute;
    top: 10px;
    left: 19px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 18px;
    background: url(/img/user/detail/icon_detail_cart.png) no-repeat;
    background-size: cover;
}

.cart_button span::before {
    top: 8px;
}

.normal_button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #707070;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    padding: 0 1em;
}

.normal_button_black {
    color: #fff;
    background-color: #707070;
}

.shopping_cart::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-right: 5px;
    background: url('/img/user/mypage/icon-shopping_cart.png') no-repeat;
    background-size: 100%;
}

.link_button:hover,
.normal_button:hover {
    opacity: 0.7;
    outline-width: 0px;
}

span.no_stock_product {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #c8c8c8;
  border-radius: 3px;
}

.category_list li {
    display: inline-block;
    position: relative;
}

.category_list li + li {
    margin-left: 18px;
}

.category_list li + li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 8px;
    height: 8px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#message-box {
  margin: 20px 0 100px;
}

#message-box .message-box {
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  border: 1px solid #c7c7c7;
}

#error-message-box {
  padding: 10px 0;
}

#error-message-box .error-message-box {
  width: 70%;
  margin: 1em auto;
  padding: 1em;
  background-color: #ffeeee;
  border: #c00 1px solid;
}

#error-message-box .error-message-box ul li {
  margin: 2px 0;
}

#info-message-box {
  padding: 10px 0;
}

#info-message-box .info-message-box {
  width: 100%;
  max-width: 1200px;
}

#info-message-box .info-message-box {
  width: 70%;
  margin: 1em auto;
  padding: 1em;
  background-color: #eeffee;
  border: #3c0 1px solid;
}

#info-message-box .info-message-box ul li {
  margin: 2px 0;
}

.modal_delete_btn,
.modal_yes_btn {
  /* display: block; */
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 20px;
  color: #fff;
  background: #333;
  white-space: nowrap;
  border: 1px solid #333;
  letter-spacing: 1px;
  border-radius: 4px;
}
.modal_cancel_btn,
.modal_no_btn {
  /* display: block; */
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  margin: 0 auto;
  color: #707070;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #c7c7c7;
  letter-spacing: 1px;
  border-radius: 4px;
}
.modaal-container form input[type="date"] {
  padding: 6px 10px;
  border: 1px solid #c7c7c7;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 180px;
}

.side_top_level_category {
  position: relative;
  font-family: 'Lato', sans-serif;
  padding-left: 20px;
  color: #1c1c1c;
  line-height: 2.5;
  vertical-align: middle;
}

.top_button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #555;
  background-color: #aaa;
  border:1px solid #555;
  width:100%;
  height:100%;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}

/* ======================================
= .product_search-page-- =
========================================= */
.product_search-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#product_search-box .inner {
  padding-bottom: 100px;
}
#product_search-box .dl-search_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#product_search-box form {
  margin: 0 auto 40px;
}
#product_search-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* height: 50px; */
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#product_search-box dl ul {
  display: flex;
}
#product_search-box dl ul li:first-of-type {
  margin-right: 10px;
}
#product_search-box dt {
  width: 130px;
  line-height: 50px;
  white-space: nowrap;
}
#product_search-box dd {
  width: 790px;
  margin: 0;
}
#product_search-box dl input {
  width: 100%;
  max-width: 790px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#product_search-box dl .price {
  display: flex;
  line-height: 50px;
}
#product_search-box dl .price input {
  width: 30%;
}
#product_search-box input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#product_search-box input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#product_search-box input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#product_search-box input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
#product_search-box select {
  /* width: 110px; */
  height: 50px;
  padding: 0 .5em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#product_search-box input[type="radio"] {
  width: 16px;
  height: 50px;
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
#product_search-box .radio_btn {
  display: inline-block;
  width: auto;
  line-height: 50px;
  margin-right: 20px;
  white-space: nowrap;
}
#product_search-box input[type="checkbox"] {
  display: block;
  width: 16px;
  height: 50px;
  margin-right: 5px;
  float: left;
}
#product_search-box .checkbox_btn {
  display: inline-block;
  width: auto;
  line-height: 50px;
  margin-right: 20px;
  white-space: nowrap;
}
#product_search-box .search {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  background: #333;
}
#product_search-box .search input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

#order-confirm-box .confirm_box_discount {
  margin-left: auto;
  margin-bottom: 10px;
  text-align: right;
}

#order-confirm-box .confirm_box_total {
  margin-left: auto;
  margin-bottom: 50px;
  border-bottom: 2px solid #c7c7c7;
  width: 300px;
  text-align: right;
}

#order-confirm-box .confirm_box_total tr.total td {
    font-weight: bold;
    font-size: 20px;
}

table.wrapping label.wrapping img {
    height: 60px;
    width: 60px;
}

.order-finish-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}

.message {
  margin-bottom: 80px;
  padding: 40px;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 28px;
}

.link-button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #707070;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  width: 300px;
  text-align: center;
}

.common_table {

}

.common_table th {
  background-color: #eee;
  border: 1px solid #666;
  padding: 3px 6px;
}

.common_table td {
  border: 1px solid #666;
  padding: 3px 6px;
}

/* ======================================
= .social_accounts-page-- =
========================================= */
.social_accounts-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#social_accounts-page-box .inner {
  padding-bottom: 100px;
}
#social_accounts-page-box .social_accounts-page_cnt {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  border-top: 1px solid #c7c7c7;
}
.social_accounts-page_cnt dl {
  display: flex;
  min-height: 96px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 1px;
}
.social_accounts-page_cnt dt {
  width: 450px;
  padding-top: 35px;
  font-weight: 600;
}
.social_accounts-page_cnt dd {
  width: 120px;
  text-align: center;
}
.social_accounts-page_cnt dd.link {
  padding-top: 28px;
}
.social_accounts-page_cnt dd.linked {
  padding-top: 35px;
}
.social_accounts-page_cnt dd.linked .txt {
  color: #333;
}
.social_accounts-page_cnt dd.unlink {
  padding-top: 28px;
}

#contact-page-box .inquiry_form.confirm dl dd {
    margin: auto;
}

.home_link_button {
    display: inline-block;
    padding: 12px;
    width: 290px;
    font-size: 18px;
    font-weight: normal;
    color: #707070;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    text-align: center;
}

/* ======================================
= .questionnaire-page-- =
========================================= */
.questionnaire-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#questionnaire-box .inner {
  padding-bottom: 100px;
}
#questionnaire-box .dl-search_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#questionnaire-box form {
  margin: 0 auto 40px;
}
#questionnaire-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* height: 50px; */
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#questionnaire-box dt {
  width: 20%;
  line-height: 50px;
  padding-right: 10px;
  /* white-space: nowrap; */
}
#questionnaire-box dt .required {
  color: red;
}
#questionnaire-box dd {
  width: 80%;
  margin: 0;
}
#questionnaire-box dl input {
  width: 100%;
  max-width: 790px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#questionnaire-box input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#questionnaire-box input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#questionnaire-box input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#questionnaire-box input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
#questionnaire-box textarea {
  width: 100%;
}
#questionnaire-box select {
  /* width: 110px; */
  height: 50px;
  padding: 0 3em 0 .5em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#questionnaire-box input[type="radio"] {
  width: 16px;
  height: 50px;
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
#questionnaire-box .radio_btn {
  display: inline-block;
  width: auto;
  line-height: 50px;
  margin-right: 20px;
  white-space: nowrap;
}
#questionnaire-box input[type="checkbox"] {
  display: block;
  width: 16px;
  height: 50px;
  margin-right: 5px;
  float: left;
}
#questionnaire-box .checkbox_btn {
  display: inline-block;
  width: auto;
  line-height: 50px;
  margin-right: 20px;
  white-space: nowrap;
}
#questionnaire-box .save {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  background: #333;
}
#questionnaire-box .save input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#questionnaire-box .no_save {
  width: 290px;
  height: 50px;
  margin: 10px auto 0;
  border-radius: 4px;
  background: #fff;
}
#questionnaire-box .no_save a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #707070;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  padding: 0 1em;
  white-space: nowrap;
}

/* arrival-request */
.arrival_request {
  padding: 10px 0 40px;
}
.arrival_request dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
.arrival_request dl dt {
  width: 130px;
  line-height: 50px;
  white-space: nowrap;
}
.arrival_request dl dd {
  width: 410px;
  margin: 0;
}

.arrival_request dl dd input[type="email"] {
  width: 410px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}

.h-adr .no-selected-address {
  padding: 10px 0 20px;
  color: #f00;
}

#top .note {
  font-size: 14px;
}

img.border {
  border: 1px solid #bbb;
}

ul.each_error li {
  color: red;
}

/* ======================================
= .ranking-page-- =
========================================= */
.rank_number {
  counter-reset: number;
}
.rank_number li.rank {
  position: relative;
}
.rank_number li.rank::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 90;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.75;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.rank_number li.rank:nth-child(1)::after {
  color: #fff;
  background: #e7bc3a;
  border: 1px solid #e7bc3a;
}
.rank_number li.rank:nth-child(2)::after {
  color: #fff;
  background: #9a9893;
  border: 1px solid #9a9893;
}
.rank_number li.rank:nth-child(3)::after {
  color: #fff;
  background: #a0783f;
  border: 1px solid #a0783f;
}
.rank_number > li {
  width: 18%;
}
.rank_number > li:first-child {
  margin-left: 0;
}

ul.common {
  list-style-type: disc;
}

/* ======================================
= .error-page-- =
========================================= */
.error-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#error-box .inner {
  padding-bottom: 100px;
}

/* ======================================
= .topics-page-- =
========================================= */
.topics-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#topics-page-box .inner {
  padding-bottom: 100px;
}
#topics-page-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
}

#topics-page-box dl dd {
  width: 50%;
  padding: 20px;
}

#topics-page-box dl dd img {
  border: 1px solid #9a9893;
  width: 500px;
  height: auto;
}

.new_magazine table {
  height: 155px;
  border: 1px solid #fc85c1;
}

.new_magazine table td {
  height: 155px;
  text-align: center;
}

.new_magazine td:nth-child(1) {
  vertical-align: middle;
}

.new_magazine td:nth-child(1) {
  padding: 0.6em 0 0.6em 0.8em;
}

.new_magazine td:nth-child(2) {
  padding: 0.8em;
}

.new_magazine td:nth-child(1) img {
  height: 100%;
}

.new_magazine td:nth-child(2) img {
  width: 60%;
}

.new_magazine .magazinetitle {
  font-weight: bold;
  font-size: 13px;
  margin-top: 0.5em;
}

.new_magazine .morelink {
  margin-top: 2em;
  font-size: 12px;
}

.new_magazine .morelink .doubleallow {
  color: #fc85c1;
}

/* ======================================
= .order-history-- =
========================================= */
#mypage-order_histories-box .remarks {
  margin-top: 20px;
  padding: 0 20px;
}

#mypage-order_histories-box .remarks .ttl {
  font-weight: 600;
  border-bottom: 1px solid #c7c7c7;
}

#mypage-order_histories-box .remarks .content {
  padding: 10px 0;
}

/* ======================================
= .product-list-top-- =
========================================= */
#product-list-top {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

#product-list-top .left {
  width: 30%;
  height: auto;
}

#product-list-top .right {
  margin-left: 30px;
  width: 70%;
  height: auto;
}

#product-list-top .image {
  border: 1px solid #CCC;
  padding: 5px;
}

#product-list-top .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

#product-list-top .date {
  font-size: 12px;
  margin-bottom: 25px;
}

#product-list-top .text {
  line-height: 25px;
  font-size: 13px;
}

#order-input-box dl input[type="password"] {
  width: 410px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}

/* ======================================
= .product-detail-review-page-- =
========================================= */
#product-detail-review {
  clear: both;
  padding-top: 36px;
  padding-bottom: 50px;
  border-top: 1px solid #c7c7c7;
}
#product-detail-review h1,.h1 {
  margin-bottom: 26px;
}

/* ======================================
= .review-list-page-- =
========================================= */
#review-list {
  margin: 40px auto 60px;
}
#review-list .box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ======================================
= .review-post-page-- =
========================================= */
.review-post-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#review-post .inner {
  padding-bottom: 100px;
}
#review-post .box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#review-post .box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#review-post .box dt {
  width: 230px;
  line-height: 50px;
}
#review-post .box dd {
  width: 790px;
  margin: 0;
}
#review-post .box a {
  color: #333;
  font-weight: 600;
}
#review-post .box input:not([type="checkbox"]) {
  width: 100%;
  max-width: 790px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#review-post .box input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#review-post .box input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#review-post .box input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#review-post .box input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
#review-post .box textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
}
#review-post .box select {
  height: 50px;
  padding: 0 3em 0 .5em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#review-post .box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#review-post .box .btn input {
  display: inline-block;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}
#review-post .box .btn .confirm {
  color: #fff;
  background: #707070;
}
#review-post .message-box {
  width: 100%;
  margin: 1em auto;
  padding: 1em;
  border: 1px solid #c7c7c7;
}

/* ======================================
= .review-confirm-page-- =
========================================= */
.review-confirm-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#review-confirm .inner {
  padding-bottom: 100px;
}
#review-confirm .box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#review-confirm .nickname {
  float: left;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
}
#review-confirm table {
  border-top: 1px solid #c7c7c7;
  margin-bottom: 40px;
  width: 100%;
}
#review-confirm table td {
  font-size: 14px;
}
#review-confirm table tr:nth-child(1) td .title {
  margin-left: 10px;
  font-weight: 600;
}
#review-confirm table tr:nth-child(2) td {
  padding-top: 3px;
  padding-bottom: 7px;
  color: #555;
}
#review-confirm .box .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#review-confirm .box .btns input {
  display: inline-block;
  width: 290px;
  height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}
#review-confirm .box .btns .back {
  margin-right: 20px;
  color: #707070;
  font-weight: normal;
  background: #fff;
  border: 1px solid #c7c7c7;
}
#review-confirm .box .btns .save {
  color: #fff;
  background: #333;
}

/* ======================================
= .review-finish-page-- =
========================================= */
.review-finish-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#review-finish .inner {
  padding-bottom: 100px;
}

/* .review-container { */
.review-container {
  display: flex;
  flex-direction: row;
}
.review-container .left {
  min-width: 300px;
}
.review-container .right {
  min-width: 930px;
  padding-left: 50px;
}

/* .review-score */
.review-score .avg {
  font-size: 18px;
  padding-bottom: 10px;
}
.review-score .count {
  font-size: 14px;
  padding-bottom: 10px;
}
.review-score .percent {
  font-size: 14px;
  padding-bottom: 10px;
}
.review-score td:nth-child(1) {
  width: 60px;
}
.review-score td:nth-child(2) {
  width: 180px;
}
.review-score td:nth-child(3) {
  width: 60px;
  text-align: right;
}
.review-score .meter {
  border-radius: 1px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 0 0 1px rgba(0,0,0,.1);
  overflow: hidden;
  background: linear-gradient(to bottom,#eee,#f6f6f6);
  background-color: #f3f3f3;
  width: 180px;
  height: 17px;
}
.review-score .meter .meter-bar {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.05);
  border-radius: 1px;
  background: #fb0;
  background-color: #ffce00;
  transition: width .5s ease;
  float: left;
  font-size: 0;
  height: 100%;
}
.review-score .meter .meter-bar:before {
  background-color: rgba(255,255,255,.25);
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  margin: 1px;
}
.review-score .review-post-link {
  padding-top: 10px;
  border-top: 1px solid #c7c7c7;
}
.review-score .review-post-link .link_button {
  width: 100%;
}

/* .review-list */
.review-list .nickname {
  float: left;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
}
.review-list .edit_delete ul {
  display: flex;
  float: right;
  margin-bottom: 10px;
}
.review-list .edit_delete ul li a {
  display: block;
  width: 73px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
}
.review-list .edit_delete ul .edit-btn a {
  color: #fff;
  background: #707070;
}
.review-list .edit_delete ul .delete-btn a {
  color: #707070;
  border: 1px solid #C7C7C7;
}
.review-list .edit_delete ul::after {
  content: "";
  clear: both;
  display: block;
}
.review-list table {
  border-top: 1px solid #c7c7c7;
  margin-bottom: 40px;
  width: 100%;
}
.review-list table td {
  font-size: 14px;
}
.review-list table tr:nth-child(1) td .title {
  margin-left: 10px;
  font-weight: 600;
}
.review-list table tr:nth-child(2) td {
  padding-top: 3px;
  padding-bottom: 7px;
  color: #555;
}

/* ======================================
= .mypage-reviews-page-- =
========================================= */
.mypage-reviews-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-reviews-box .inner {
  padding-bottom: 100px;
}
#mypage-reviews-box .reviews_items {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  border: 1px solid #c7c7c7;
}
#mypage-reviews-box .items_detail tr {
  font-size: 16px;
  line-height: 28px;
}
#mypage-reviews-box .items_detail .item_image-tr th {
  width: 140px;
}
#mypage-reviews-box .items_detail .item_ttl {
  padding-top: 20px;
  text-align: left;
  color: #333;
  font-weight: 600;
  vertical-align: top;
}
#mypage-reviews-box .items_detail .item_ttl a {
  color: #333;
}
#mypage-reviews-box .items_detail .item_ttl .brand_txt {
  margin-right: .5em;
}
#mypage-reviews-box .items_detail .item_image {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  margin: 20px 20px 12px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#mypage-reviews-box .items_detail .item_image img {
  width: 100%;
  padding: 5px;
}
#mypage-reviews-box .items_detail .item_review {
  vertical-align: top;
  max-width: 780px;
}
#mypage-reviews-box .items_detail .item_review .title {
  font-weight: 600;
}
#mypage-reviews-box .items_detail .item_review .title,
#mypage-reviews-box .items_detail .item_review .first_row_comment {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
#mypage-reviews-box .items_detail td.item_btns {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
}
#mypage-reviews-box .items_detail td.item_btns a {
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
#mypage-reviews-box .items_detail td.item_btns .edit {
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
  background: #333;
  white-space: nowrap;
}
#mypage-reviews-box .items_detail td.item_btns .delete {
  color: #707070;
  background: #fff;
  border: 1px solid #c7c7c7;
}
#mypage-reviews-box .items_detail tbody::after {
  content: "";
  clear: both;
  display: block;
}

/* ======================================
= .point-page-- =
========================================= */
.point-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#point-page-box .inner {
  padding-bottom: 100px;
}
#point-page-box .point-page_cnt {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}
#point-page-box .point-page_cnt .point {
  padding: 20px;
  background: #eee;
  font-size: 16px;
  line-height: 28px;
}
#point-page-box .point-page_cnt .point .wait span {
  /* color: #fc85c1; */
}
#point-page-box .point-page_cnt .point .expire span {
  color: red;
}
#point-page-box .point-page_cnt table {
  margin-top: 20px;
}
#point-page-box .point-page_cnt table tr {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#point-page-box .point-page_cnt table th,
#point-page-box .point-page_cnt table td {
  padding: 10px 0;
}

/* ======================================
= .leave-page-- =
========================================= */
.leave-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#leave-page-box .inner {
  padding-bottom: 100px;
}
#leave-page-box .message {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 28px;
}
#leave-page-box dl {
  border-bottom: 1px solid #c7c7c7;
}
#leave-page-box dl dt {
  padding-top: 15px;
  border-top: 1px solid #c7c7c7;
}
#leave-page-box dl dd {
  padding-bottom: 15px;
}
#leave-page-box .leave-btn a {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #333;
  border-radius: 4px;
  white-space: nowrap;
  margin: 0 auto;
}

#order-input-box dl input[type="number"] {
  width: 410px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}

/* detail_product-sizes */
.detail_product-sizes {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}
.detail_product-sizes p {
  margin-bottom: 5px;
  font-size: 14px;
}

#footer a {
  transition: all 0.3s;
}
#footer a:hover {
  opacity: 0.7;
}
#footer .footer-content {
  padding: 63px 0 56px;
}
#footer .footer-content .sns-list {
  margin-bottom: 56px;
  text-align: center;
}
#footer .footer-content .sns-list li {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-content .sns-list li:nth-of-type(1) {
  width: 21px;
}
#footer .footer-content .sns-list li:nth-of-type(2) {
  margin-left: 24px;
  width: 24px;
}
#footer .footer-content .sns-list li a img {
  vertical-align: top;
  width: 100%;
}
#footer .footer-content .footer-head {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 38px;
  text-align: center;
}
#footer .footer-content .form-content {
  box-sizing: border-box;
  background: #fff;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto 84px;
  padding: 0 32px;
  width: 1000px;
}
#footer .footer-content .form-content .btn-submit {
  display: inline-block;
  height: 60px;
  vertical-align: top;
  width: 38px;
}
#footer .footer-content .form-content .btn-submit img {
  vertical-align: top;
  width: 100%;
}
#footer .footer-content .form-content .input-mail {
  display: inline-block;
  font-size: 16px;
  height: 60px;
  vertical-align: top;
  width: calc(100% - 38px);
}
#footer .footer-content .footer-nav-list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 67px;
  text-align: center;
}
#footer .footer-content .footer-nav-list li {
  color: #898989;
  display: inline-block;
  font-size: 14px;
  margin: 0 24px;
  vertical-align: top;
}
#footer .footer-content .footer-nav-list li a {
  color: #898989;
}
#footer .footer-content .copy {
  font-family: "Playfair Display", serif;
  font-size: 10px;
  text-align: center;
}

#mypage-order_histories-box .order-number td:last-of-type {
  text-align: unset;
}
#mypage-order_histories-box .order-number tr:first-child td:last-of-type {
  text-align: right;
}
#mypage-order_histories-box .order-number th {
  width: 145px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.cart-in.cart-in_number {
  background: #fff;
  color: #000;
  border: 1px solid black;
  line-height: 17px;
}

#order-addresses-box .addresses_list .addleses_box:first-child {
  margin-bottom: 60px;
  border-bottom: 1px solid #c7c7c7;
}
#order-addresses-box .addresses_list .addleses_box:nth-child(2) {
  border-top: 1px solid #c7c7c7;
}
#order-addresses-box .addresses_list .addleses_box:nth-child(n+2):nth-last-child(n+2) {
  border-bottom: 1px solid #c7c7c7;
}
#order-addresses-box .addresses_list .addleses_box:last-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

.recurring-payments-settings input[type="radio"] {
  margin-left: 0;
}

.recurring-payments-settings span.item {
  display: inline-block;
  margin-right: 1em;
}

/* -----------------------------------------
- .products-ambassador_comment_box
----------------------------------------- */
.products-ambassador_comment_box {
  margin: 20px 0 50px;
}
.products-ambassador_comment_box .description > div {
  display: flex;
  margin: 10px 0 20px;
  align-items: center;
}
.products-ambassador_comment_box .description > div > .ambassador-icon {
  width: 80px;
  margin-right: 20px;
}
.products-ambassador_comment_box .description > p {
  margin-bottom: 30px;
}

/* -----------------------------------------
- .ambassador-icon
----------------------------------------- */
.ambassador-icon {
  display: block;
  width: 160px;
  height: 160px;
  padding: 2px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
.ambassador-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.description {
  margin-top: 20px;
}
.description .ambassador-comment {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.description .ambassador-comment .ambassador-icon {
  width: 80px;
  height: 80px;
}
.description .ambassador-comment dd {
  margin-left: 32px;
}

/* -----------------------------------------
- .ambassador_select_products_header
----------------------------------------- */
.ambassador_select_products_header {
  font-weight: normal;
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 1.25;
}

/* -----------------------------------------
- #brand
----------------------------------------- */
.bland_list_nav{
    width: 940px;
    margin: 0 auto;
}
#alphabetical_order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
ul#alphabetical_order li{
    margin: 1%;
    width: 18%;
    text-align: center;
}
ul#alphabetical_order li a{
    display: block;
    background-color: #fef4f8;
    color: #f51f78;
    font-weight: 700;
    padding: 13px;
    border-radius: 3px;
}
.brand_list h2 {
    font-size: 16px;
    color: #f51f78;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    margin: 30px 0 15px;
}
.brand_list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.brand_list ul li {
    width: calc(100% / 5 - 16px);
    border: 1px solid #dbdbdb;
    margin: 0 20px 20px 0;
    padding: 10px;
}
.brand_list ul li a:hover{
    text-decoration: underline;
}
.brand_list ul li:nth-child(5n+5){
    margin-right: 0;
}
.brand_list_txt {
    font-size: 12px;
    text-align: center;
}
.brand_list_txt span{
    display: block;
}
