/* ==========================================================================
confirm
========================================================================== */
.signup_progress_bar {
  width: 100%;
  margin: 50px 0;
}
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #75787b;
  --color-gray-disabled: #ddd;
  --color-lightblue: #54b8b4;
  --font-size-default: 14px;
}
.progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
.progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: var(--font-size-default);
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-gray-disabled);
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid var(--color-gray-disabled);
}
.progress-bar li:first-child,
.progress-bar li:last-child {
  flex: 1;
}
.progress-bar li:first-child {
  text-align: left;
}
.progress-bar li:last-child {
  text-align: right;
}
.progress-bar li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-gray-disabled);
  border-radius: 50%;
  border: 2px solid var(--color-white);
  position: absolute;
  left: calc(50% - 6px);
  bottom: -10px;
  z-index: 3;
}
.progress-bar li:first-child:before {
  left: 0;
}
.progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.progress-bar .is-complete:not(:first-child):after,
.progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid var(--color-lightblue);
}
.progress-bar .is-complete span,
.progress-bar .is-active span {
  color: var(--color-lightblue);
}
.progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}

.progress-bar .is-complete:last-child:after,
.progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}

.progress-bar .is-complete:before {
  background-color: var(--color-lightblue);
}

.progress-bar .is-active:before,
.progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-lightblue);
}
.progress-bar .is-hovered:before {
  transform: scale(1.33);
}

.x-ray .progress-bar,
.x-ray .progress-bar li {
  border: 1px dashed red;
}
.progress-bar .has-changes:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -20px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23ed1c24%22%20d%3D%22M4%200l4%208H0z%22%2F%3E%3C%2Fsvg%3E');
}
.component_form ul.delivery_select li {
  display: block;
}
.items_011_paragraph {
  margin-top: 0;
}
.items_008_coupon {
  margin-top: 90px;
}

/*form*/
.p-form_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    width: 100%;
}
.p-form_label input[type="radio"]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #B3B3B3;
    border-radius: 50%;
}
.p-form_label input[type="radio"]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #53B9B5;
}
.delivery_select .acc, .payment_select .acc {
    display: block;
}
[class^="delivery_add"] {
    display: none;
}
[class^="payment_desc"] {
    display: none;
}
.payment_wrapper {
  width: 70%;
  padding: 10px 0 0 30px;
}
.pm-note {
  font-size: 12px;
}
.card_icon {
  text-indent: -9999px;
  height: 50px;
  background-image: url("https://subsclife.com/f/subsclife/img/form/card_icon.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.payment_wrapper dd {
    margin-inline-start: 0;
}
.payment_select .payment_wrapper table {
  width: 100%;
}
.p-form__flex__item {
  display: flex;
  justify-content: space-between;
}
.component_form ul li .payment_wrapper .p-form__flex__item span {
  width: 48%;
  min-width: auto;
  margin: 0;
}
.component_form  ul li .payment_wrapper select {
  max-width: none;
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
}
.component_form ul li .payment_wrapper span {
    min-width: auto;
    width: 100%;
}
.component_form label span, .component_form ul li label span {
    font-weight: normal;
    font-size: 16px;
    white-space: normal;
}
.component_form ul li .security_code_half label input {
  height: auto;
}
.items_007_destination ul ul {
    margin: 10px 0 30px 30px;
}
.items_007_destination ul li ul li {
    font-size: 14px;
    line-height: 170%;
}
.items_007_credit_wrapper ul ul {
  margin: 10px 0 30px 30px;
}
.items_007_delivery_time_wrapper_inner {
    margin-top: 30px;
    display: flex;
}
.items_007_credit_wrapper {
  margin-top: 90px;
}
.items_007_credit_wrapper_inner {
    margin-top: 30px;
    display: flex;
}
.items_007_credit_wrapper h3 {
    font-size: 20px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.component_form .items_007_credit_wrapper ul li {
  margin: 0;
  line-height: 180%;
}
.component_form .items_007_credit_wrapper ul li:first-child {
  margin: 10px 0 0 0;
}
.component_form .items_007_credit_wrapper ul li span {
    font-weight: normal;
}
.component_form .items_007_delivery_time_wrapper_date {
  width: 285px;
  margin-right: 1em;
  position: relative;
}
.component_form .items_007_delivery_time_wrapper_date label select {
  border: 1px solid #ddd;
  height: 44px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.component_form .items_007_delivery_time_wrapper_date label:after {
  content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-bottom: #595959 1px solid;
    border-right: #595959 1px solid;
    transform: rotate(45deg)translateY(-30%);
}
.component_form .items_007_delivery_time_wrapper_time {
  width: 100px;
  position: relative;
}
.component_form .items_007_delivery_time_wrapper_time label select {
  border: 1px solid #ddd;
  height: 44px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.component_form .items_007_delivery_time_wrapper_time label:after {
  content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-bottom: #595959 1px solid;
    border-right: #595959 1px solid;
    transform: rotate(45deg)translateY(-30%);
}
.add-form__default {
  padding-left: 30px;
}
.add-address {
  padding-left: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.add-address dd, .add-address dt {
  margin-inline-start: 0;
  font-size: 14px;
  line-height: 170%;
}
.component_form ul li dl {
  width: 100%;
}
.component_form ul li dl.input_half {
  width: 49%;
}
.component_form ul li dt span {
  font-weight: normal;
}
.component_form ul li dd input[type="text"] {
  height: 44px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  padding: 0 0 0 1em;
}
.component_form ul li .security_code_half dd input[type="text"] {
  width: 48%;
}
.component_form ul li dd input::placeholder {
  color: #888;
}
.component_form ul.delivery_select {
  display: block;
}
.component_form ul.payment_select label {
  display: block;
}
.component_form ul.payment_select li {
  display: block;
}
.items_007_credit_wrapper ul.payment_select li span {
  font-size: 14px;
}
.payment_select table {
  width: 80%;
}
.component_form ul li label.security_code_checked {
    padding-left: 15px;
    position: relative;
    margin: 1em 0 0;
    cursor: pointer;
    display: inline-block;
}
label.security_code_checked input[type="checkbox"] {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: none;
}
label.security_code_checked input[type="checkbox"]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
}
label.security_code_checked input[type="checkbox"]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 3px;
    width: 6px;
    height: 12px;
    border-right: 3px solid #53B9B5;
    border-bottom: 3px solid #53B9B5;
    transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .signup_progress_bar {
    margin: 20px 0;
  }
  .items_008_coupon {
    margin-top: 12vw;
  }
  .payment_wrapper {
    width: 100%;
    padding: 10px 0 0 30px;
  }
  .c-selectbox:after {
    right: 1em;
  }
}




/* ==========================================================================
brandlist
========================================================================== */
.contents-middle-wrapper {
    width: 1120px;
    margin: 50px auto 100px;
}
.p-brandlist__ttl {
  font-size: 26px;
  margin-top: 70px;
  font-weight: bold;
}
.p-brandlist_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 60px -10px;
}
.p-brandlist_menu li {
    padding: 10px 15px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}
.p-brandlist_menu li:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-brandSec__ttl {
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}
.p-brandSec__list {
    margin: 0 0 70px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 180%;
    font-size: 14px;
}
.p-brandSec__list .c-branditem {
    position: relative;
    width: 23%;
    margin: 0 2% 35px 0;
}
.c-branditem__link {
    color: #000;
    display: inline-flex;
    flex-direction: column;
}
.c-branditem__num {
  font-size: 12px;
  padding-left: 8px;
}
.c-branditem__ja {
  font-size: 11px;
  color: #999;
  line-height: 150%;
}
.c-breadcrumbs-bottom {
  display: none;
}
@media screen and (max-width: 1120px) {
.contents-middle-wrapper {
      width: 100%;
      margin: 0 0 50px;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
}
.p-brandlist_menu {
  width: 100%;
  align-content:flex-start;
  flex-wrap:wrap;
  margin: 0 0 50px 0;
}
.p-brandlist_menu li {
    padding: 0;
    width: 50px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 0.5px solid #ccc;
    font-weight: normal;
}
.p-brandlist__ttl {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: normal;
}
.p-brandSec__list .c-branditem {
  line-height: 170%;
  padding: 10px 0;
  width: 100%;
  margin: 0;
  border-bottom: 0.5px solid #ddd;
  font-size: 13px;
  letter-spacing: 1px;
}
.p-brandSec__list .c-branditem:first-child {
  border-top: 0.5px solid #ddd;
}
.c-branditem__ja {
  font-size: 10px;
}
.p-brandSec__ttl {
  margin-bottom: 20px;
}
.p-brandSec__list {
  margin-bottom: 40px;
}
.p-brandSec__list .c-branditem:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  margin-right: 4px;
}
.c-breadcrumbs {
    order: 1;
    margin-top: 45px;
    margin-bottom: 0px;
}


}


