/*******************************************
マイページ 共通
*******************************************/
* a, span, p, div {
  color: #555;
}
.l-container{
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif !important;
}
.formErrorContent {
    color: #FFF;
}
.u-text--btn{
  font-size: 16px!important;
}
table.c-form_table {
    border-spacing: 0 15px!important;
    border-collapse: separate;
    width: 100%;
}
.c-form_table > tbody > tr > th{
  padding: 0!important;
  line-height: 4rem!important;
  font-size: 16px!important;
  width: 35%!important;
}
.c-form_table>tbody>tr>th, 
.c-form_table--confirm>tbody>tr>th,
.c-form_table > tbody > tr > td input{
  font-size: 16px!important;
}
table.c-form_table th.u-text--body p.txt {
    line-height: 1rem!important;
    font-size: 12px!important;
}

table.c-form_table th span.u-color__text--alert {
    vertical-align: middle!important;
}
.control-alert .u-color__text--alert {
    display: inline-block;
    width: 100%;
    color: #dc3c3c;
    font-size: 1.2rem;
    line-height: unset;
    text-indent: 0.25em;
    text-align: center;
    white-space: break-spaces;
    letter-spacing: 0.25em;
    height: auto;
    padding: 0.5em 0;
    background-color: #F4CCCC;
    margin-right: 0.75em;
}
.p-page_content__inner p{
  font-size: 16px!important;
}
@media only screen and (max-width: 768px) {
  .c-form_table__tel{
    justify-content: space-between
  }
  .c-form_table__tel input{
    width: calc(100% / 3 - 20px) !important;
    padding: 0 !important;
    margin:0!important;
  }
  .c-form_table__tel > *:not(:last-child) {
    margin-left: 5px;
  }
}

.p-account__inner__menu {
  max-width: 260px;
  width: 100%;
  border-right-width: 0;
  border-right-style: solid;
}
a.p-history_detail__block__head__btn.u-text--btn.u-color__btn--bg {
    border: none;
}
@media screen and (max-width: 780px) {
  .p-account__inner__menu {
    max-width: none;
  }
}

@media only screen and (min-width: 769px) {
  .mdl_box_total {
    padding: 20px 2%;
    background-color: #f0f0f0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .mdl_box_total .box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mdl_box_total .box_l {
    width: 79%;
  }

  .mdl_box_total .box_l .part {
    display: flex;
    width: 100%;
  }

  .mdl_box_total .box_l .txt_info {
    display: flex;
    width: calc(100%/2);
  }

  .mdl_box_total .box_l .txt_info dt {
    font-weight: bold;
  }

  .mdl_box_total .box_l .txt_info dd {
    margin-left: 10px;
  }

  .cancel_link {
    display: block;
    margin-left: auto;
    padding: 1rem;
    margin-right: 0;
    font-size: 1.25rem;
    background: #fff;
    text-align: right;
    width: fit-content;
  }

  .mdl_block_cart_detail .mdl_box {
    margin-top: 0;
    padding: 30px 3.7037037037%;
  }

  /* cart 共通 */
  .mdl_box_cart .box_inner,
  .mdl_box_cart_2nd .box_inner,
  .mdl_box_cart_3rd .box_inner,
  .mdl_box_cart_b .box_inner {
    display: flex;
    width: 100%;
  }

  .mdl_box_cart .box_r,
  .mdl_box_cart_2nd .box_r,
  .mdl_box_cart_3rd .box_r,
  .mdl_box_cart_b .box_r {
    width: 100%;
  }

  .mdl_box_cart .box_r .list,
  .mdl_box_cart_2nd .box_r .list,
  .mdl_box_cart_3rd .box_r .list,
  .mdl_box_cart_b .box_r .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .mdl_box_cart .box_r .list li,
  .mdl_box_cart_2nd .box_r .list li,
  .mdl_box_cart_3rd .box_r .list li,
  .mdl_box_cart_b .box_r .list li {
    margin: 0;
  }

  .mdl_box_cart .box_r .part,
  .mdl_box_cart_2nd .box_r .part,
  .mdl_box_cart_3rd .box_r .part,
  .mdl_box_cart_b .box_r .part {
    display: flex;
  }

  .mdl_box_cart .box_r .part .part_l,
  .mdl_box_cart_2nd .box_r .part .part_l,
  .mdl_box_cart_3rd .box_r .part .part_l,
  .mdl_box_cart_b .box_r .part .part_l {
    width: 100%;
  }

  .mdl_box_cart .box_r .txt_name,
  .mdl_box_cart_2nd .box_r .txt_name,
  .mdl_box_cart_3rd .box_r .txt_name,
  .mdl_box_cart_b .box_r .txt_name {
    line-height: 1.4;
    width: 100%;
    margin-bottom: 10px;
  }

  .mdl_box_cart .box_r .txt_unit_price,
  .mdl_box_cart_2nd .box_r .txt_unit_price,
  .mdl_box_cart_3rd .box_r .txt_unit_price,
  .mdl_box_cart_b .box_r .txt_unit_price {
    display: flex;
    margin-bottom: 5px;
  }

  .mdl_box_cart .box_r .txt_unit_price dt,
  .mdl_box_cart_2nd .box_r .txt_unit_price dt,
  .mdl_box_cart_3rd .box_r .txt_unit_price dt,
  .mdl_box_cart_b .box_r .txt_unit_price dt {
    white-space: nowrap;
  }

  .mdl_box_cart .box_r .txt_volume,
  .mdl_box_cart_2nd .box_r .txt_volume,
  .mdl_box_cart_3rd .box_r .txt_volume,
  .mdl_box_cart_b .box_r .txt_volume {
    display: flex;
    align-items: center;
  }

  /* total_2nd */
  .mdl_box_total_2nd {
    width: 100%;
    padding: 30px 3.7105751391%;
    border: 1px solid #a6a6a6;
  }

  .mdl_box_total_2nd .box_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .mdl_box_total_2nd .box_l,
  .mdl_box_total_2nd .box_r {
    width: 47%;
  }

  .mdl_box_total_2nd .box_r {
    padding-top: 30px;
    border-top: 1px solid #a6a6a6;
  }

  .mdl_box_total_2nd .box_l .txt_info,
  .mdl_box_total_2nd .box_r .txt_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mdl_box_total_2nd .box_l .txt_info+.txt_info,
  .mdl_box_total_2nd .box_r .txt_info+.txt_info {
    margin-top: 0.5em;
  }

  .mdl_box_total_2nd .box_r .txt_info {
    align-items: center;
  }

  .mdl_box_total_2nd .box_r .txt_info dt {
    font-weight: bold;
  }

  .mdl_box_total_2nd .box_r .txt_info .txt_price {
    font-size: 2rem;
    font-weight: bold;
  }

  .mdl_box_total_2nd .box_l .txt_info .txt_price,
  .mdl_box_total_2nd .box_r .txt_info .txt_price {
    white-space: nowrap;
    margin-left: 1em;
  }

  .mdl_f_block_result {
    width: 100%;
  }

  .mdl_f_block_result .block_inner {
    padding: 20px 3.7037037037%;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .mdl_f_block_result .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mdl_f_block_result .box_th {
    color: #4e3227;
    width: 24%;
    margin-right: 4%;
  }

  .mdl_f_block_result .box_td {
    width: 72%;
  }

  .mdl_f_block_result .box+.box {
    margin-top: 20px;
  }

  .elm_sec_heading_3rd .heading_inner,
  .elm_sec_heading_4th .heading_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  li.indent_1em,
  .txt.indent_1em {
    text-indent: -1em;
    margin-left: 1em;
  }

  .sec_06 .indent_1em,
  .sec_06 .txt.indent_1em {
    font-size: 1.25rem;
    color: #444;
  }
}

@media only screen and (max-width: 768px) {
  .mdl_box_total {
    padding: 20px 2%;
    background-color: #f0f0f0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .mdl_box_total .box_inner {
    width: 100%;
  }

  .mdl_box_total .box_l {
    width: 100%;
  }

  .mdl_box_total .box_l .part {
    width: 100%;
    margin: 0;
  }

  .mdl_box_total .box_l .txt_info {
    display: flex;
    justify-content: space-between;
  }

  .mdl_box_total .box_l .txt_info dt {
    font-weight: bold;
  }

  .mdl_box_total .box_l .txt_info dd {
    margin-left: 10px;
  }

  .mdl_block_cart_detail .mdl_box {
    margin-top: 0;
    padding: 20px 0;
  }

  .mdl_box_cart_3rd .box_inner {
    display: block;
    width: 100%;
  }

  .mdl_box_cart_3rd .box_r {
    width: 100%;
  }

  .mdl_box_cart .box_r .list,
  .mdl_box_cart_2nd .box_r .list,
  .mdl_box_cart_3rd .box_r .list,
  .mdl_box_cart_b .box_r .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .mdl_box_cart .box_r .list li,
  .mdl_box_cart_2nd .box_r .list li,
  .mdl_box_cart_3rd .box_r .list li,
  .mdl_box_cart_b .box_r .list li {
    margin: 0;
  }

  .mdl_box_cart .box_r .part .part_l,
  .mdl_box_cart_2nd .box_r .part .part_l,
  .mdl_box_cart_3rd .box_r .part .part_l,
  .mdl_box_cart_b .box_r .part .part_l {
    width: 100%;
  }

  .mdl_box_cart .box_r .txt_name,
  .mdl_box_cart_2nd .box_r .txt_name,
  .mdl_box_cart_3rd .box_r .txt_name,
  .mdl_box_cart_b .box_r .txt_name {
    line-height: 1.4;
    width: 100%;
    margin-bottom: 5px;
  }

  .mdl_box_cart .box_r .txt_unit_price dt,
  .mdl_box_cart_2nd .box_r .txt_unit_price dt,
  .mdl_box_cart_3rd .box_r .txt_unit_price dt,
  .mdl_box_cart_b .box_r .txt_unit_price dt {
    white-space: nowrap;
  }

  .mdl_box_total_2nd {
    width: 100%;
    padding: 20px 2%;
    border: 1px solid #a6a6a6;
  }

  .mdl_box_total_2nd .box_l,
  .mdl_box_total_2nd .box_r {
    width: 100%;
  }

  .mdl_box_total_2nd .box_l .txt_info,
  .mdl_box_total_2nd .box_r .txt_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mdl_box_total_2nd .box_l .txt_info .txt_price,
  .mdl_box_total_2nd .box_r .txt_info .txt_price {
    white-space: nowrap;
  }

  .mdl_box_total_2nd .txt_color_red {
    color: #dc3c3c;
  }

  .mdl_box_total_2nd .box_r {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #a6a6a6;
  }

  .mdl_box_total_2nd .box_r .txt_info {
    align-items: center;
  }

  .mdl_box_total_2nd .box_r .txt_info dt {
    font-weight: bold;
  }

  .mdl_box_total_2nd .box_r .txt_info .txt_price {
    font-size: 2rem;
    font-weight: bold;
  }

  .mdl_f_block_result {
    width: 100%;
  }

  .mdl_f_block_result .block_inner {
    padding: 20px 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .mdl_f_block_result .box_th {
    color: #4e3227;
    width: 100%;
    margin-bottom: 10px;
  }

  .mdl_f_block_result .box_th .txt_th {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .mdl_f_block_result .box_td {
    width: 100%;
  }
}

/* エラー調整 */
.c-form_table .formError{
  padding: 0!important;
}
.c-form_table__tel .c-form_table .formError{
right: -39px !important;
}

.formError .formErrorContent {
    width: 100%;
    position: relative;
    color: #fff;
    width: 150px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.birth_year_block .customer_birth_1iformError.parentFormundefined.formError {
    right: -49px !important;
}

/*******************************************
マイページ トップ
*******************************************/
.mypage_top_title_heading {
    max-width: 1200px;
    margin: 0 auto 2em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mypage_top_title_heading h1{
    font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .mypage_top_title_heading {
      padding: 0 1em 4em;
  }
}
/*******************************************
マイページ ナビゲーション
*******************************************/
.sidebar_block {
  align-self: start;
}


.sidebar_block .sidebar_logout{
  padding: 10px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  box-sizing: border-box;
  background: var(--color-btn-bg, #aaa);
  color: var(--color-btn-text, #ffffff);
  width: 100%;
  text-align: center;
}


@media screen and (max-width: 719px) {
    .mypage_top_page .sidebar_block {
      display: block !important;
    }
    .sidebar_block {
      display: none;
    }
}

.sidebar_block .side-card {
  position: static;
  background: #fff;
  overflow: visible;
}

.sidebar_block .side-card+.side-card {
  margin-top: 12px;
}

.sidebar_block .menu-head {
  padding: 0 0 1rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.sidebar_block .menu-grid {
  margin-bottom: 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sidebar_block .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 120px;
  text-decoration: none;
  color: #222;
  padding: 20px 10px;
  border: 1px solid #aaa;
  background: #fff;
  transition: box-shadow .2s, transform .06s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
  text-align: center;
}

.sidebar_block .menu-item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.sidebar_block .menu-ico {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 16px;
  color: #999;
}

.sidebar_block .menu-ico img {
  width: 100%;
}

.sidebar_block .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 12px 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
  font-size: 15px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ebebeb;
}

.menu_list_wrapper .list {
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
}
.menu_list_wrapper .list li:before {
    content: '・';
    display: inline-block;
}


/*******************************************
マイページ トップ
*******************************************/
.p-mypage__block {
  margin-bottom: 60px;
}

.mypage_top_page .main_card {
  margin-top: 2rem;
  color: #444;
}

.mypage_top_page .main_card .card {
  margin-bottom: 2rem;
}

.mypage_top_page .main_card .card:last-child {
  margin-bottom: 0;
}

.mypage_top_page .main_card .card-h {
  background: #4b4f55;
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

.mypage_top_page .main_card .card-b {
  margin: 2rem 0 3rem;
}

.mypage_top_page .main_card .card-b:last-child {
  margin: 2rem 0 0;
}


.mypage_top_page .main_card .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mypage_top_page .main_card .list-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  align-items: center;
  padding: 2rem;
  border: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: box-shadow .2s;
  flex-direction: column;
}

.mypage_top_page .main_card .list-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

.mypage_top_page .main_card .thumb {
  height: auto;
  background: #eee;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #aaa;
  font-size: 12px;
}

.mypage_top_page .main_card .meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.mypage_top_page .main_card .meta .ttl {
  font-size: 20px;
}

.mypage_top_page .main_card .meta .txt {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.mypage_top_page button.c-coupon__copy.u-text--btn {
    width: 50%;
}

@media screen and (max-width: 780px) {
  .mypage_top_page .main_card .list-item {
    flex-direction: column;
  }

  .mypage_top_page .main_card .thumb {
    width: 100%;
    max-width: none;
    height: auto;
  }
}

/* クーポン */
.mypage_top_page .p-mypage__coupon .c-coupon__content {
  gap: 3rem;
}

/* ソーシャルログイン */
.mypage_top_page .mypage_top_social_login {
  padding: 5rem;
  border: 1px solid #ccc;
  margin-top: 2em;
}

.mypage_top_page .mypage_top_social_login .line_new_ec {
  margin: 2rem auto 4rem;
  width: 60%;
}

.mypage_top_page .mypage_top_social_login .alert {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.mypage_top_page .mypage_top_social_login .alert>div {
  margin: 0 !important;
  padding: 3rem !important;
  text-align: left;
  font-size: 16px;
}

.mypage_top_page .mypage_top_social_login .alert>div>p>strong {
  font-size: 20px;
}

.mypage_top_page .mypage_top_social_login .alert>div>ul {
  margin: 4rem 0 0 0;
  /* border: 1px solid #aaa; */
  padding: 2rem 1rem 2rem 4rem;
  background: #fff;
}

.mypage_top_page .mypage_top_social_login .alert>div>ul>li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .mypage_top_page .mypage_top_social_login {
    padding: 1rem;
  }

  .mypage_top_page .mypage_top_social_login .line_new_ec {
    width: 85%;
  }

  .mypage_top_page .mypage_top_social_login .alert>div {
    padding: 2rem !important;
  }
}

/*******************************************
マイページ フォーム関連
*******************************************/
.u-color__text--alert {
    display: inline-block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 20px;
    text-indent: 0.25em;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.25em;
    height: 20px;
    padding: 0 0.25em;
    background-color: #dc3c3c;
    margin-right: 0.75em;
}

@media screen and (max-width: 780px) {
  .control-alert {
      padding-bottom: 0;
  }
}

.c-account_table__edit {
  background: #888888;
  padding: 0.5rem 1rem;
  justify-content: center;
}

.c-account_table__edit .u-text--body {
  color: #FFF !important;
  text-decoration: none;
}

.c-account_table__delete {
  background: #DDD;
  padding: 0.5rem 1rem;
  justify-content: center;
}

.c-account_table__delete span {
  color: #555 !important;
  text-decoration: none;
}

ul.notes.indent_1em {
  color: #444444;
  font-size: 1.25rem;
  margin-top: 1rem;
}

ul.notes.indent_1em li {
  line-height: 1.25rem;
}

/*******************************************
マイページ 購入履歴一覧
*******************************************/

.customer_order_page .intro_text_wrapper {
  font-size: 13px;
}

.customer_order_page .c-list_tool {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.customer_order_page .p-history_list__item__header {
  justify-content: space-between;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #f0f0f0;
}

.customer_order_page .u-text--subhead,
.customer_order_page .u-text--body {
  font-size: 1.5rem !important;
  line-height: 1.5rem;
}

.customer_order_page .p-list_header__inner__title {
  font-size: 24px;
  margin-bottom: 3rem;
}

.customer_order_page .c-cart_item__info__status {
  margin-bottom: 0;
}

.customer_order_page .p-account__inner {
  flex-wrap: wrap;
}

.customer_order_page .c-cart_item {
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  width: 95%;
}

.customer_order_page .order_history_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
  justify-content: space-between;
  gap: 10px 2%;
}

.customer_order_page .history_header_content:last-child {
  margin-top: 20px;
}

.customer_order_page .history_header_content .history_content_detail {
  display: flex;
  gap: 10px;
}

.customer_order_page .history_header_content .history_content_status {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.customer_order_page .history_header_content .history_content_detail .history_heading {
  word-break: keep-all;
  width: 88px;
  font-weight: 500;
}

.customer_order_page .history_header_content .history_content_detail .history_heading_price {
  word-break: keep-all;
  width: 125px;
  font-weight: 500;
}

.customer_order_page .history_header_content .history_content_status .history_heading {
  word-break: keep-all;
  display: inline-block;
  width: 106px;
  font-weight: 500;
}

.customer_order_page .p-history_list__item__header .button_wrapper {
  background: none;
  color: #555;
}

.customer_order_page .p-history_list__item__header .button_wrapper a {
  padding: 0;
  font-size: 1.25rem;
}

.customer_order_page .p-history_list__item__header .button_wrapper a:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}

.customer_order_page .c-cart_item {
  align-items: center;
  padding: 2rem 0;
}

.customer_order_page .cart_item__info__variant,
.customer_order_page .cart_item__info__variant .c-cart_item__info__variant {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .customer_order_page .c-cart_item__info__variant {
    margin-top: 0;
  }
}

.customer_order_page .order_detail_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.customer_order_page .order_detail_button a {
  display: block;
  position: relative;
  background-color: #F19A40;
  padding: 1.5rem 1.5rem 1.5rem 50px;
  border-radius: 5px;
  text-align: center;
}

.customer_order_page .order_detail_button a:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 50%;
  background:
    url(https://d2w53g1q050m78.cloudfront.net/wwwharushopjp/uploads/assets/images/products/icon/cart_icon_button.png?1756997017348) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.customer_order_page .c-cart_item {
  position: relative;
}

.customer_order_page .c-cart_item__img__inner {
  padding: 0;
}

.customer_order_page .order_counts {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .customer_order_page .order_history_wrapper {
    width: 100%;
  }

  .customer_order_page .history_header_content {
    width: 100%;
    margin-bottom: 10px;
  }

  .customer_order_page .history_header_content:last-child {
    margin-top: 0;
  }

  .customer_order_page .history_header_content .history_content_status {
    width: 100%;
  }

  .customer_order_page .history_header_content .history_content_detail {
    justify-content: space-between;
  }

  .customer_order_page .p-history_list__item__header .button_wrapper {
    width: 100%;
    text-align: right;
  }

  .customer_order_page .history_header_content .history_content_status .history_heading {
    width: 80%;
  }

  .c-cart_item__img,
  .c-cart_item--table .variant-image {
    width: 115px;
  }

  .customer_order_page .p-history_list__item__header__id {
    margin-right: 0;
  }

  .customer_order_page .c-cart_item {
    align-items: flex-start;
  }

  .customer_order_page .c-cart_item__info__variant {
    margin-top: 0;
  }

  .customer_order_page .order_detail_button {
    margin: 20px auto 0;
    position: relative;
    top: auto;
    transform: none;
  }
}

/*******************************************
マイページ 詳細
*******************************************/
.order_detail .p-account__inner__content h1 {
  margin-bottom: 5rem;
}

.order_detail .conts_inner {
  margin-top: 60px;
}

.order_detail .mdl_block_cart_detail {
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
}

.order_detail .elm_btn_plain a,
.order_detail .elm_btn_plain .dummy {
  padding: 0;
}

.order_detail .btn:active,
.btn.active {
  box-shadow: none;
}

.order_detail .mdl_box_total .box_l .price_block dt {
  width: 120px;
}

.order_detail .mdl_box_total .box_l .price_block dd {
  width: 120px;
}

/*******************************************
マイページ 定期一覧
*******************************************/
.teiki_order_list h1 {
  margin-bottom: 3rem;
}

.teiki_order_list .intro_text_wrapper .part p,
.teiki_order_list .intro_text_wrapper .part ul {
  margin-bottom: 1rem;
  font-size: 16px;
}

.teiki_order_list .intro_text_wrapper a {
  color: #0058b3;
  text-decoration: underline;
}
.teiki_order_list .mdl_box_total .box_l .part {
    flex-wrap: wrap;
}
.teiki_order_list .intro_text_wrapper .part>ul {
  margin-left: 1rem;
  padding-left: 1rem
}

.teiki_order_list .intro_text_wrapper .part>ul>li {
  list-style: disc;
  margin-bottom: 1rem;
}

.teiki_order_list .sec_heading {
  margin-bottom: 3rem;
}

.teiki_order_list .mdl_box_total .box_l {
  width: 100% !important;
}

.teiki_order_list .mdl_block_cart_detail .mdl_box {
  border-bottom: 1px solid #b5b5b5;
}

.teiki_order_list .teiki_order_list_detail {
  padding: 0;
  max-width: none;
  width: 100%;
}

.teiki_order_list .teiki_order_list_detail .img_item {
  width: 120px;
}

.teiki_item_product .box_inner {
  gap: 20px;
}

.teiki_order_list .c-list_tool {
  margin-top: 3rem;
}

.teiki_order_list .teiki_edit_button {
  width: fit-content;
  margin: 2rem auto 5rem;
}

.teiki_order_list .teiki_edit_button a {
  display: block;
  padding: 1rem;
  background: #555555;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.teiki_order_list .teiki_edit_button a:hover {
  background: #aaa;
}


@media only screen and (max-width: 768px) {
  .teiki_order_list .intro_text_wrapper>.part {
    padding: 0 1rem;
  }

  .teiki_item_product .box_inner {
    display: flex;
  }

  .teiki_order_list .txt_volume {
    display: flex;
  }

  .teiki_order_list .teiki_edit_button {
    margin: 2rem 0;
    width: 100%;
  }

}

/*******************************************
マイページ 定期詳細
*******************************************/
.teiki_order_detail .p-subscription_detail__block h2 {
  color: #4e3227 !important;
  font-size: 2.2rem !important;
  line-height: 1.4;
}

.teiki_order_detail .p-subscription_detail__block__additional-items__list .c-product_item {
  margin: 0 1rem;
}

.p-subscription_detail__block__additional-items .c-product_item__inner__eyecatch__img {
    padding-top: 0;
}

.teiki_order_detail .mdl_box_total .box_l {
  width: 100%;
}

.teiki_order_detail .p-subscription_detail__block__additional-items__list .c-product_item .u-text--subhead {
  font-size: 13px !important;
}

.teiki_order_detail .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
  width: 100% !important;
}

.teiki_order_detail .p-subscription_detail__block__wrapper {
  width: 100%;
}
.block.mdl_block_cart_detail .c-cart_item{
  padding-bottom: 20px;
}
.block.mdl_block_cart_detail .c-cart_item__img__inner{
  padding-top: 0;
}
.teiki_order_detail .c-cart_item__info__total {
  align-items: flex-start;
  flex-direction: column;
}

.teiki_order_detail .c-cart_item__info__total .u-text--body {
  font-size: 16px !important;
}

.teiki_order_detail .sec_04 {
  margin-bottom: 60px;
}

.teiki_order_detail .mdl_box_total_3rd {
  padding: 20px 1.9%;
  border: 1px solid #b5b5b5;
}

.teiki_order_detail .mdl_box_total_3rd .box {
  margin-top: 40px;
}

.teiki_order_detail .mdl_box_total_3rd dl {
  display: flex;
}

.teiki_order_detail .mdl_box_total_3rd dl .notes {
  font-size: 1.4rem;
  line-height: 1.8;
}

.teiki_order_detail .u-color__bg--bg {
  background: #f0f0f0;
}

.teiki_order_detail .c-product_item__inner__addbtn button span{
  color: #fff;
}


.teiki_order_detail .c-account_table>tbody>tr>th,
.teiki_order_detail .c-account_table>tbody>tr>td {
  font-size: 16px !important;
}

.teiki_order_detail .box.default_style {
  margin-top: 0;
}

.teiki_order_detail .p-subscription_detail__block__additional-items__list .slick-arrow.slick-next {
  transform: translateY(-10px) scaleX(-1);
}
.coupon_detail_text {
    margin-top: 1em;
}
.coupon_detail_text .list.notes {
    font-size: 14px;
    margin-top: 2em;
}
.coupon_detail_text .list.notes li {
    text-indent: -1em;
    padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .teiki_order_detail .p-subscription_detail__block__head {
    display: flex;
  }

  .teiki_order_detail .c-account_table>tbody>tr>td:before {
    display: block;
  }
}

.p-subscription_detail__block__list .c-cart_item__info .c-toggle_menu__list{
  right: 0;
}


/*******************************************
マイページ 商品追加
*******************************************/
.mypage_add_product input#input-quantity {
    border: none;
}
.mypage_add_product label.c-order_quantity {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.mypage_add_product h1 {
    margin-bottom: 1em;
}


/*******************************************
マイページ 退会
*******************************************/
.customer_edit_page .u-text--head {
  margin-bottom: 3rem;
}

.customer_edit_page .unsubscribe_attention_text {
  margin-top: 8rem;
}

.customer_edit_page .unsubscribe_attention_text .block_inner {
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #aaa;
  width: 100%;
  font-size: 14px;
}

.customer_edit_page .unsubscribe_attention_text .block_inner p {
  margin-bottom: 1rem;
}

.customer_edit_page .unsubscribe_attention_text .block_inner ul {
  margin-left: -1rem;
  padding-left: 3rem;
}

.customer_edit_page .unsubscribe_attention_text .block_inner li {
  margin-bottom: 1rem;
  list-style: disc;
}

.customer_edit_page table.c-form_table {
  border-spacing: 0 3rem;
  border-collapse: separate;
}

.customer_edit_page .c-form_table>tbody>tr>th,
.c-form_table--confirm>tbody>tr>th {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 4rem;
}

.customer_edit_page .u-text--input {
  font-size: 16px !important;
}

.customer_edit_page ul.list {
  margin-top: 1rem;
}

.customer_edit_page p.dm_message {
  padding: 1rem 0;
  color: #555;
}

.customer_edit_page .c-form_table__subscription {
  margin-bottom: 3rem;
}

.customer_edit_page .p-account__inner__content__form__bottom__leave {
  margin-top: 0;
}

.customer_edit_page .p-account__inner__content__form__bottom .u-color__bg--alert {
  background-color: #C3BEB7;
  font-size: 16px;
}

.customer_edit_page .unsubscribe_attention_text .p-account__inner__content__form__bottom{
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .customer_edit_page .p-account__inner__content__form__bottom {
    gap: 5rem;
  }

  .customer_edit_page .unsubscribe_attention_text .block_inner {
    padding: 2rem;
  }
}

/*******************************************
クレジットカード情報
*******************************************/
.card_list_page .cards_edit .box_inner {
  flex-direction: column;
}

.card_list_page .cards_edit .box_inner img {
  width: auto;
}

.card_list_page .cards_edit .box_inner ul {
  margin-top: 2rem;
}

.card_list_page .cards_edit .box_inner li.indent_1em {
  margin-top: 0;
}

.card_list_page td.card_validate_date .c-form_table__tel {
    justify-content: unset;
}
.card_valid_date_forms label.c-form_table__select {
    width: auto;
}
.card_list_page .security_code_notes{
  margin-top: 0.5em;
  font-size: 14px!important;
}
.card_list_page a.u-text--link {
  font-size: 16px !important;
  line-height: 2rem !important;
}

.card_list_page li.indent_1em {
  color: #444;
}

.card_list_page ul.list {
  margin-top: 1rem;
}

.card_list_page .security_code_note {
  font-size: 14px;
  color: #444;
  margin-top: 1rem;
}

.card_list_page .c-account_table__edit {
  color: #FFF;
}

.card_list_page .card_sample_img {
  width: 50%;
}
.card_list_page .c-account_table__edit span {
    color: #FFF;
}

@media only screen and (max-width: 768px) {
  .customer_edit_page .p-account__inner__content__form__bottom {
    gap: 5rem;
  }

  .customer_edit_page .unsubscribe_attention_text .block_inner {
    padding: 2rem;
  }
  .card_valid_date_forms label.c-form_table__select {
      width: calc(50% - 3em);
  }
  /* .card_list_page .u-margin__top--60 {
    margin-top: 0;
  } */

  .card_list_page .card_sample_img {
    width: 100%;
  }

  .card_list_page .c-account_table__edit {
    color: #FFF;
  }
}
/*******************************************
マイページ お届け先編集
*******************************************/
.customer_shipping_address_detail.customer_shipping_address_detail .c-form_table th.u-text--body {
    padding: 0;
}

/*******************************************
マイページ お届け先リスト
*******************************************/
.mypage_shipping_address_list .p-account__inner__content__lead{
  font-size: 16px;
}
.p-address_list > .u-text--btn {
    font-size: 16px !important;
}

/*******************************************
マイページ 定期便お届け先変更
*******************************************/
.teiki_shipping_address_edit .edit_shipping_address_orderid {
  font-size: 20px;
  color: #444;
  margin: 3rem 0;
}

.teiki_shipping_address_edit .u-text--body {
  font-size: 16px !important;
}

.teiki_shipping_address_edit .u-color__border--input {
  font-size: 16px !important;
}

.teiki_shipping_address_edit .edit_shipping_address_save_note {
  font-size: 0.875em;
  color: #444;
}

.teiki_shipping_address_edit .u-text--btn {
  font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
  .teiki_shipping_address_edit label.c-form_table__select {
    margin-right: 0 !important;
  }

  .teiki_shipping_address_edit .u-text--btn {
    font-size: 16px !important;
    width: 100%;
    margin: 0.25rem 0 3rem;
    max-width: none;
  }
}

.subs_orders_show_page .mdl_sec_main .mdl_block .conts_heading{
  text-align: left;
}


.subs_orders_shippingrelated_edit h1 {
  font-size: 24px !important;
}
.subs_orders_shippingrelated_edit .u-text--input,
.subs_orders_shippingrelated_edit .u-text--btn,
.subs_orders_shippingrelated_edit .p-subscription_edit__block__lead,
.subs_orders_shippingrelated_edit .c-form_table>tbody>tr>td,
.subs_orders_shippingrelated_edit .c-form_table>tbody>tr>td .u-text--body{
  font-size: 16px!important;
}
.subs_orders_shippingrelated_edit .c-form_table > tbody > tr > th{
  width: 38%;
}

.subs_orders_shippingrelated_edit .c-form_table>tbody>tr>td
.subs_orders_shippingrelated_edit span.next_adjust_delivery_timing {
    display: inline-block;
    word-break: break-all;
    line-height: 2rem;
    vertical-align: middle;
}
.subs_orders_shippingrelated_edit .select_delivery_schedule_term_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: -5px;
    justify-content: flex-start;
}
.p-subscription_edit .p-account__inner__content__form__bottom.update_delivery_cycle_button {
    margin-top: 2em !important;
}
/*******************************************
マイページ お届け数量
*******************************************/
.subs_orders_order_items_edit h2 {
  font-size: 20px !important;
  color: #444;
  margin: 3rem 0;
}

.subs_orders_order_items_edit .c-cart_item__img__inner {
  padding-top: 0;
}

.subs_orders_order_items_edit .c-cart_item {
  padding-top: 0;
}

.subs_orders_order_items_edit .c-cart_item__info__total {
  align-items: flex-start;
  flex-direction: column;
}

.subs_orders_order_items_edit .u-color__text--alert {
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 20px;
  text-indent: 0.25em;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.25em;
  height: 20px;
  padding: 0 0.25em;
  margin: 0 1em 0 0;
  background-color: #dc3c3c;
}

.subs_orders_order_items_edit .p-subscription_edit,
.subs_orders_order_items_edit .p-account__inner__content__form {
  margin-top: 0;
}

.subs_orders_order_items_edit .p-account__inner__content__form {
  margin-top: 0;
}

.subs_orders_order_items_edit .p-account__inner__content__form__bottom__link--deletebtn {
  background: #aaa;
  width: fit-content;
  padding: 0.5rem 1rem;
  color: #FFF;
  margin-bottom: 1rem;
}

.subs_orders_order_items_edit form.inline-edit-qty {
  flex-direction: column !important;
  display: flex !important;
  align-items: flex-start !important;
}

.subs_orders_order_items_edit .u-text--input {
  border-radius: 0;
  appearance: auto;
  padding: 1rem 0;
  width: 80px;
  text-align: center;
}

.subs_orders_order_items_edit .c-cart_item__info__total__quantity.u-text--body {
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  margin: 0.5em 0;
}

.subs_orders_order_items_edit .c-cart_item__info__total__price.u-text--body {
  width: 100%;
  text-align: left;
  font-size: 16px !important;
}

.subs_orders_order_items_edit .u-text--btn {
  width: 250px;
  padding: 1rem;
}

.subs_orders_order_items_edit .p-account__inner__content__form__bottom {
    /* margin-bottom: 0 !important; */
    margin-top: 0 !important;
}
.p-subscription_edit .p-account__inner__content__form__bottom {
    /* margin-bottom: 0 !important; */
    margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .subs_orders_order_items_edit .u-text--btn {
    width: 100%;
    padding: 1rem;
  }
}

/*******************************************
サインイン
*******************************************/
.c-form_table>tbody>tr>td,
.c-form_table--confirm>tbody>tr>td.text_link {
  padding: 0 !important;
}

.customers_sessions .c-form_table__checkbox__text {
  font-size: 16px !important;
  margin: 1rem 0 0;
}

.customers_sessions .p-login__inner__login__bottom {
  margin-top: 20px;
}

.customers_sessions .u-text--btn {
  margin-top: 0;
  margin: 0 0 0 auto;
  justify-content: center;
  max-width: 446px;
  font-size: 16px !important;
  width: 100%;
}

.customers_sessions .p-login__inner__registration {
  max-width: 446px;
  margin: 0 auto;
}

.customers_sessions .p-login__inner__registration .u-text--btn {
  justify-content: center;
}

.customers_sessions .p-login__inner__registration__bottom {
  margin-top: 20px;
}

.p-login__inner__registration .social_login_header {
  margin-top: 40px;
}

.customers_sessions .line_new_ec {
  width: 100%;
  margin: 2rem 0 2rem;
}

.customers_sessions .line_detail_txt {
  padding: 0;
}

.customers_sessions .alert.u-text--body>div {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 !important;
  padding: 2rem !important;
  text-align: left;
}

.customers_sessions .alert.u-text--body>div strong {
  font-size: 1.25em;
}

.customers_sessions .line_detail_txt>div>ul {
  padding-inline-start: 40px !important;
  padding: 1rem 1rem 1rem 40px !important;
  border: 1px solid #555 !important;
}

.customers_sessions .line_detail_txt>div>ul>li {
  margin-bottom: 0;
}

.line_new_ec .button-container .button {
  line-height: 60px;
  height: 60px;
}

.line_new_ec .button-container .before-btn-line {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
}

.line_new_ec .button-container .after-btn-line {
  width: 60px;
}

.customers_sessions .alert > div > p {
    margin-bottom: 0;
}

.customers_sessions .session_login_box_area th,
.customers_sessions .session_login_box_area td{
  display: block!important;
  width: 100%!important;
}

@media only screen and (max-width: 768px) {
  .customers_sessions .p-login__inner__registration {
    margin-top: 5rem;
  }

  .line_new_ec .button-container .button {
    line-height: 50px;
    height: 50px;
  }

  .line_new_ec .button-container .before-btn-line {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .line_new_ec .button-container .after-btn-line {
    width: 50px;
  }
}

/*******************************************
会員登録
*******************************************/
.customer_reister_page header.p-page_header {
  margin-top: 5rem;
}

.customer_reister_page .p-account_form__inner {
  max-width: 980px;
}

.customer_reister_page .l-container__row {
  margin-top: 1rem;
}


.customer_reister_page table.c-form_table {
  border-spacing: 0 3rem;
  border-collapse: separate;
}

.customer_reister_page .c-form_table>tbody>tr>th.u-text--body,
.customer_reister_page .c-form_table>tbody>tr>td input,
.customer_reister_page .c-form_table>tbody>tr>td .u-color__border--input {
  font-size: 16px !important;
}

.customer_reister_page .c-form_table>tbody>tr>th,
.customer_reister_page .c-form_table--confirm>tbody>tr>th {
  padding: 0;
  line-height: 4rem;
}

.customer_reister_page .c-form_table>tbody>tr>td .txt_reconfirm {
  margin: 0.5rem 0 1rem;
}

.customer_reister_page .birthday_input_block .c-form_table__tel.form_tablebirthday_table {
    flex-wrap: nowrap;
}

.customer_reister_page .c-form_table .part,
.customer_reister_page .c-form_table .elm_link_question a {
  margin-top: 1rem;
  color: #444;
  font-size: 14px;
}

.customer_reister_page .c-form_table .elm_link_question a {
  text-decoration: underline;
}

.c-form_table__newsletter .c-form_table__checkbox__frame {
    top: 7px;
}

.customer_reister_page .c-form_table__newsletter {
  margin: 1rem 0 0;
}
.customer_reister_page .c-form_table__newsletter {
  margin: 1rem 0 0;
}

.customer_reister_page .c-form_table__newsletter .u-text--body,
.customer_reister_page .terms_agreement_wrapper .u-text--body {
  font-size: 16px !important;
}

.customer_reister_page .p-account_form__inner__bottom {
  text-align: center;
  margin-top: 3rem;
}

.customer_reister_page .terms_agreement_wrapper input {
  font-size: 16px !important;
}

.customer_reister_page .terms_agreement_wrapper a {
  text-decoration: underline;
}
.terms_agreement_wrapper .c-form_table__checkbox__frame {
    top: 10px;
}

.terms_agreement_wrapper input#agree {
  margin-top: 5px;
}
.terms_agreement_wrapper .c-form_table__checkbox{
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .customer_reister_page a.p-account_form__inner__bottom__btn {
      width: calc(100% - 2em);
      max-width: none;
      font-size: 12px;
  }
}

/*******************************************
パスワード再設定
*******************************************/
.password_reset_page .u-text--head {
  margin-bottom: 3rem;
}

.password_reset_page ul {
  margin-top: 2rem;
}

.password_reset_page input {
  font-size: 16px !important;
}