@charset "UTF-8";
/* ==========================================================================//
//
// リセット
//
// ========================================================================== */
#container {
  max-width: none;
  padding-top: 177px;
  padding-inline: 0;
}

#contents {
  max-width: none;
}

#header {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-mypage {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: normal;
  letter-spacing: normal;
}
.l-mypage * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}
.l-mypage *,
.l-mypage *::before,
.l-mypage *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-mypage a {
  text-decoration: none;
  color: #000;
}
.l-mypage a img {
  border: none;
}
.l-mypage img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-mypage figure {
  margin: 0;
}
.l-mypage table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-mypage ul,
.l-mypage li,
.l-mypage ol,
.l-mypage dl,
.l-mypage dt,
.l-mypage dd {
  list-style: none;
}
.l-mypage input,
.l-mypage label,
.l-mypage select,
.l-mypage textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
}
.l-mypage button {
  color: unset;
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-mypage input[type=submit],
.l-mypage input[type=checkbox],
.l-mypage input[type=radio],
.l-mypage button,
.l-mypage select,
.l-mypage label {
  cursor: pointer;
}

/* ==========================================================================//
//
// common（共通スタイル）
//
// ========================================================================== */
.l-mypage {
  font-weight: 300;
  color: #000;
  font-size: 14px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .l-mypage {
    font-size: 13px;
  }
}
.l-mypage * {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.l-mypage h1,
.l-mypage h2,
.l-mypage h3,
.l-mypage h4,
.l-mypage h5,
.l-mypage h6 {
  font-weight: 600;
}
.l-mypage .underline {
  text-decoration: underline;
}
.l-mypage a.underline {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .l-mypage a.underline {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-mypage a.underline:hover {
    opacity: 0.7;
  }
}
.l-mypage .bold {
  font-weight: 600;
}

/* インナー
---------------------------------------------------------- */
.l-inner {
  --pc_padding: 50px;
  padding: 0 var(--pc_padding);
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.l-inner--short {
  max-width: 900px;
}

/* パンくずリスト
---------------------------------------------------------- */
.c-breadcrumb {
  background-color: #F4F4F4;
  padding: 12px 0;
  border-top: 1px solid #bcbcbc;
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
}
.c-breadcrumb ul li {
  color: #6C6A6A;
  font-size: 12px;
}
.c-breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin-inline: 12px;
}
.c-breadcrumb ul li a {
  color: inherit;
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .c-breadcrumb ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-breadcrumb ul li a:hover {
    opacity: 0.7;
  }
}

/* page_head
---------------------------------------------------------- */
.l-page__head {
  padding: 36px 0 60px;
}
.l-page__head p {
  margin-top: 30px;
  line-height: 1.69;
}
.l-page__head p:not(:last-child) {
  margin-bottom: 0.5em;
}
.l-page__head .ext-link {
  position: relative;
  color: #B91111;
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-right: 20px;
  margin-right: 5px;
}
@media (hover: hover) {
  .l-page__head .ext-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-page__head .ext-link:hover {
    opacity: 0.7;
  }
}
.l-page__head .ext-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/page_red_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 719/586;
  width: 1em;
  bottom: 0.05em;
  right: 0;
}

.l-page__body {
  padding-bottom: 120px;
}

/* タイトル
---------------------------------------------------------- */
/* ページタイトル */
.mp-page__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-size: 28px;
}
.mp-page__ttl img {
  width: 43px;
}
.mp-page__ttl span {
  font-size: 0.5em;
  margin-left: 10px;
}

/* セクションタイトル */
.mp-sec__ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
.mp-sec__ttl:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.mp-sec__ttl:has(img) img {
  width: 36px;
}
.mp-sec__ttl--border {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.mp-sec__ttl--border-left {
  border-left: 4px solid #B91111;
  padding-left: 16px;
}

/* セクション　導入文
---------------------------------------------------------- */
.mp-sec__lead {
  margin-bottom: 26px;
}

/* ボタン
---------------------------------------------------------- */
.c-btn {
  width: 100%;
}
.c-btn a,
.c-btn button {
  display: block;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn a,
  .c-btn button {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
.c-btn button {
  width: 100%;
}
.c-btn--line_black a,
.c-btn--line_black button {
  border: 1px solid #b4b4b4;
}
@media (hover: hover) {
  .c-btn--line_black a:hover,
  .c-btn--line_black button:hover {
    background-color: #efefef;
  }
}
.c-btn--line_red a,
.c-btn--line_red button {
  color: #B91111;
  border: 1px solid #D6B8B8;
}
@media (hover: hover) {
  .c-btn--line_red a:hover,
  .c-btn--line_red button:hover {
    background-color: #ffebeb;
  }
}
.c-btn--bg_red a,
.c-btn--bg_red button {
  color: #fff;
  background-color: #B91111;
}
@media (hover: hover) {
  .c-btn--bg_red a:hover,
  .c-btn--bg_red button:hover {
    background-color: #ed5151;
  }
}
.c-btn--back {
  width: 428px;
  margin-inline: auto;
  margin-top: 60px;
}
.c-btn--back a,
.c-btn--back button {
  font-size: 16px;
  border: 1px solid #b4b4b4;
  padding: 1.2em;
}
@media (hover: hover) {
  .c-btn--back a:hover,
  .c-btn--back button:hover {
    background-color: #efefef;
  }
}
.c-btn--point a,
.c-btn--point button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.c-btn--point a span,
.c-btn--point button span {
  position: relative;
  color: #de9100;
  font-size: 11px;
  padding-left: 24px;
}
@media all and (max-width: 1400px) {
  .c-btn--point a span,
  .c-btn--point button span {
    padding-left: 20px;
  }
}
.c-btn--point a span::before,
.c-btn--point button span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/point_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 1400px) {
  .c-btn--point a span::before,
  .c-btn--point button span::before {
    width: 18px;
  }
}
.c-btn--attention a span,
.c-btn--attention button span {
  position: relative;
  padding-right: 27px;
}
@media all and (max-width: 1400px) {
  .c-btn--attention a span,
  .c-btn--attention button span {
    padding-right: 22px;
  }
}
.c-btn--attention a span::before,
.c-btn--attention button span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/exclamation_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 19px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 1400px) {
  .c-btn--attention a span::before,
  .c-btn--attention button span::before {
    width: 16px;
  }
}

/* 件数 並び替え
---------------------------------------------------------- */
.m-count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.c-count {
  font-size: 14px;
}
.c-count span {
  font-weight: 600;
  font-size: 1.42em;
  margin-right: 0.3em;
}

.c-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 13px;
}
.c-sort p {
  white-space: nowrap;
}
.c-sort select {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  min-width: 190px;
  background-image: url(../images/common/icon/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 20px top 55%;
  padding: 1.05em 40px 1.05em 20px;
}
.c-sort select::-webkit-input-placeholder {
  color: #afafaf;
}
.c-sort select::-moz-placeholder {
  color: #afafaf;
}
.c-sort select:-ms-input-placeholder {
  color: #afafaf;
}
.c-sort select::-ms-input-placeholder {
  color: #afafaf;
}
.c-sort select::placeholder {
  color: #afafaf;
}

/* ページャー
---------------------------------------------------------- */
.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.c-pagenation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-weight: 600;
  font-size: 18px;
}
.c-pagenation__list > li.current {
  color: #000;
}
.c-pagenation__list > li a {
  color: #a7a7a7;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .c-pagenation__list > li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-pagenation__list > li a:hover {
    opacity: 0.7;
  }
}
.c-pagenation__arrow {
  position: relative;
  background-color: #F4F4F4;
  aspect-ratio: 1;
  width: 43px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .c-pagenation__arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-pagenation__arrow:hover {
    opacity: 0.7;
  }
}
.c-pagenation__arrow::before {
  position: absolute;
  content: "";
  border-top: 2px solid #6C6A6A;
  border-right: 2px solid #6C6A6A;
  aspect-ratio: 1;
  width: 30%;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagenation__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.c-pagenation__arrow--next::before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* 赤丸数字
---------------------------------------------------------- */
.c-current-number {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  background-color: #B91111;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-left: 1em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* はてなマーク ツールチップ
---------------------------------------------------------- */
.c-question__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14px;
}

.c-question {
  position: relative;
}
.c-question__icon {
  width: 17px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.c-question__tooltip {
  position: absolute;
  top: -16px;
  left: -37px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #FFDBDB;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-question__tooltip::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #FFDBDB;
  aspect-ratio: 11/14;
  width: 11px;
  bottom: 1px;
  left: 34px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}
.c-question__tooltip p {
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .c-question__tooltip p {
    font-size: 12px;
  }
}
.c-question:hover .c-question__tooltip {
  opacity: 1;
  visibility: visible;
}

/* 注文履歴 商品リスト
---------------------------------------------------------- */
.mp-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 30px 0;
}
.mp-history-item:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.mp-history-item:first-child {
  padding-top: 0;
}
.mp-history-item:last-child {
  padding-bottom: 0;
}
.mp-history-item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.mp-history-item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}
.mp-history-item__cont .status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #23622D;
  background-color: #D1F2E9;
  padding: 0.1em 1em;
  margin-bottom: 20px;
}
.mp-history-item__cont .status--is-pending {
  color: #1B45A3;
  background-color: #DDEEFF;
}
.mp-history-item__cont a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
}
.mp-history-item__cont .text {
  line-height: 1.7;
}
.mp-history-item__btns {
  width: clamp(250px, 30%, 310px);
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 25px 20px;
}
.mp-history-item__btns p {
  margin-bottom: 16px;
}
.mp-history-item__btns p span {
  color: #B91111;
  font-weight: 600;
}
.mp-history-item__btns .c-btn:not(:last-of-type) {
  margin-bottom: 7px;
}
.mp-history-item__btns .c-btn a {
  padding: 0.8em;
}
.mp-history-item__btns .text-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 12px;
}

/* 注文履歴 お届け便リスト
---------------------------------------------------------- */
.mp-history-delivery__list {
  counter-reset: number 0;
}
.mp-history-delivery__item {
  counter-increment: number 1;
}
.mp-history-delivery__item:not(:last-child) {
  margin-bottom: 20px;
}
.mp-history-delivery__item .mp-history-items {
  padding: 30px;
}
.mp-history-delivery__head {
  background-color: #a0a0a0;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  padding: 17px 30px;
}
.mp-history-delivery__head::after {
  content: counter(number);
  margin-left: 0.5em;
}
.mp-history-delivery__subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  background-color: #F4F4F4;
  line-height: 1;
  font-size: 16px;
  padding: 30px 30px;
}
.mp-history-delivery__subhead .delivery_date {
  font-size: 15px;
}
.mp-history-delivery__cont {
  border: 2px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

/* 商品リストページ検索エリア
---------------------------------------------------------- */
.mp-item-search {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 30px 40px;
  margin-bottom: 60px;
}
.mp-item-search input[type=text],
.mp-item-search input[type=email],
.mp-item-search input[type=tel],
.mp-item-search input[type=number],
.mp-item-search input[type=url],
.mp-item-search input[type=date],
.mp-item-search input[type=submit],
.mp-item-search input[type=button],
.mp-item-search input[type=search],
.mp-item-search textarea,
.mp-item-search select {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.mp-item-search input[type=text]::-webkit-input-placeholder, .mp-item-search input[type=email]::-webkit-input-placeholder, .mp-item-search input[type=tel]::-webkit-input-placeholder, .mp-item-search input[type=number]::-webkit-input-placeholder, .mp-item-search input[type=url]::-webkit-input-placeholder, .mp-item-search input[type=date]::-webkit-input-placeholder, .mp-item-search input[type=submit]::-webkit-input-placeholder, .mp-item-search input[type=button]::-webkit-input-placeholder, .mp-item-search input[type=search]::-webkit-input-placeholder, .mp-item-search textarea::-webkit-input-placeholder, .mp-item-search select::-webkit-input-placeholder {
  color: #afafaf;
}
.mp-item-search input[type=text]::-moz-placeholder, .mp-item-search input[type=email]::-moz-placeholder, .mp-item-search input[type=tel]::-moz-placeholder, .mp-item-search input[type=number]::-moz-placeholder, .mp-item-search input[type=url]::-moz-placeholder, .mp-item-search input[type=date]::-moz-placeholder, .mp-item-search input[type=submit]::-moz-placeholder, .mp-item-search input[type=button]::-moz-placeholder, .mp-item-search input[type=search]::-moz-placeholder, .mp-item-search textarea::-moz-placeholder, .mp-item-search select::-moz-placeholder {
  color: #afafaf;
}
.mp-item-search input[type=text]:-ms-input-placeholder, .mp-item-search input[type=email]:-ms-input-placeholder, .mp-item-search input[type=tel]:-ms-input-placeholder, .mp-item-search input[type=number]:-ms-input-placeholder, .mp-item-search input[type=url]:-ms-input-placeholder, .mp-item-search input[type=date]:-ms-input-placeholder, .mp-item-search input[type=submit]:-ms-input-placeholder, .mp-item-search input[type=button]:-ms-input-placeholder, .mp-item-search input[type=search]:-ms-input-placeholder, .mp-item-search textarea:-ms-input-placeholder, .mp-item-search select:-ms-input-placeholder {
  color: #afafaf;
}
.mp-item-search input[type=text]::-ms-input-placeholder, .mp-item-search input[type=email]::-ms-input-placeholder, .mp-item-search input[type=tel]::-ms-input-placeholder, .mp-item-search input[type=number]::-ms-input-placeholder, .mp-item-search input[type=url]::-ms-input-placeholder, .mp-item-search input[type=date]::-ms-input-placeholder, .mp-item-search input[type=submit]::-ms-input-placeholder, .mp-item-search input[type=button]::-ms-input-placeholder, .mp-item-search input[type=search]::-ms-input-placeholder, .mp-item-search textarea::-ms-input-placeholder, .mp-item-search select::-ms-input-placeholder {
  color: #afafaf;
}
.mp-item-search input[type=text]::placeholder,
.mp-item-search input[type=email]::placeholder,
.mp-item-search input[type=tel]::placeholder,
.mp-item-search input[type=number]::placeholder,
.mp-item-search input[type=url]::placeholder,
.mp-item-search input[type=date]::placeholder,
.mp-item-search input[type=submit]::placeholder,
.mp-item-search input[type=button]::placeholder,
.mp-item-search input[type=search]::placeholder,
.mp-item-search textarea::placeholder,
.mp-item-search select::placeholder {
  color: #afafaf;
}
.mp-item-search input[type=text],
.mp-item-search input[type=email],
.mp-item-search input[type=tel],
.mp-item-search input[type=number],
.mp-item-search input[type=url],
.mp-item-search input[type=date],
.mp-item-search input[type=search],
.mp-item-search textarea {
  padding: 0.85em 20px;
}
.mp-item-search select {
  background-image: url(../images/common/icon/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 20px top 53%;
  padding: 1.03em 40px 1.03em 20px;
}
.mp-item-search input[type=checkbox] {
  position: relative;
  aspect-ratio: 1;
  width: 39px;
  height: auto;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-right: 6px;
}
.mp-item-search input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 12px;
  height: 19px;
  border: solid #B91111;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mp-item-search input[type=checkbox]:checked::before {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .mp-item-search .check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.mp-item-search .check_list > li {
  font-size: 14px;
}
.mp-item-search .check_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.mp-item-search .reset_btn {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #6C6A6A;
  padding: 0.5em;
  margin-inline: auto;
}
.mp-item-search__date {
  margin-bottom: 18px;
}
.mp-item-search__date .date__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mp-item-search__date .date__box .date__ttl {
  font-weight: 600;
  font-size: 15px;
}
.mp-item-search__date .date__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.mp-item-search__date .date__contents select,
.mp-item-search__date .date__contents input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mp-item-search__date .date__contents select {
  width: 190px;
}
.mp-item-search__date .date__contents .date__datepickers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.mp-item-search__date .date__contents .date__datepickers::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/calendar_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  width: 16px;
}
.mp-item-search__date .date__contents .date__datepickers input {
  border: none;
  cursor: pointer;
}
.mp-item-search__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
.mp-item-search__cont--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 40px;
}
.mp-item-search__cont--right {
  width: 210px;
}
.mp-item-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mp-item-search__box--check {
  gap: 14px;
}
.mp-item-search__box .box__ttl {
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
}
.mp-item-search__box .box__cont {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-item-search__box .box__cont input {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.mp-item-search__box .box__cont .search_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mp-item-search__box .box__cont .submit_btn {
  position: relative;
  width: 40px;
  font-size: 0;
  border-radius: 0 4px 4px 0;
  background-color: #E3E3E3;
  background-image: url(../images/common/icon/search_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 18px;
}
@media (hover: hover) {
  .mp-item-search__box .box__cont .submit_btn {
    -webkit-transition: background-color 0.3s, background-image 0.3s;
    transition: background-color 0.3s, background-image 0.3s;
  }
  .mp-item-search__box .box__cont .submit_btn:hover {
    background-color: #b2b2b2;
    background-image: url(../images/common/icon/search_white_01.svg);
  }
}

/* フォーム
---------------------------------------------------------- */
.mp-form input[type=text],
.mp-form input[type=email],
.mp-form input[type=tel],
.mp-form input[type=number],
.mp-form input[type=url],
.mp-form input[type=date],
.mp-form input[type=button],
.mp-form input[type=search],
.mp-form input[type=password],
.mp-form textarea,
.mp-form select {
  width: 100%;
  max-width: 838px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 15px;
}
.mp-form input[type=text]::-webkit-input-placeholder, .mp-form input[type=email]::-webkit-input-placeholder, .mp-form input[type=tel]::-webkit-input-placeholder, .mp-form input[type=number]::-webkit-input-placeholder, .mp-form input[type=url]::-webkit-input-placeholder, .mp-form input[type=date]::-webkit-input-placeholder, .mp-form input[type=button]::-webkit-input-placeholder, .mp-form input[type=search]::-webkit-input-placeholder, .mp-form input[type=password]::-webkit-input-placeholder, .mp-form textarea::-webkit-input-placeholder, .mp-form select::-webkit-input-placeholder {
  font: inherit;
  color: #afafaf;
}
.mp-form input[type=text]::-moz-placeholder, .mp-form input[type=email]::-moz-placeholder, .mp-form input[type=tel]::-moz-placeholder, .mp-form input[type=number]::-moz-placeholder, .mp-form input[type=url]::-moz-placeholder, .mp-form input[type=date]::-moz-placeholder, .mp-form input[type=button]::-moz-placeholder, .mp-form input[type=search]::-moz-placeholder, .mp-form input[type=password]::-moz-placeholder, .mp-form textarea::-moz-placeholder, .mp-form select::-moz-placeholder {
  font: inherit;
  color: #afafaf;
}
.mp-form input[type=text]:-ms-input-placeholder, .mp-form input[type=email]:-ms-input-placeholder, .mp-form input[type=tel]:-ms-input-placeholder, .mp-form input[type=number]:-ms-input-placeholder, .mp-form input[type=url]:-ms-input-placeholder, .mp-form input[type=date]:-ms-input-placeholder, .mp-form input[type=button]:-ms-input-placeholder, .mp-form input[type=search]:-ms-input-placeholder, .mp-form input[type=password]:-ms-input-placeholder, .mp-form textarea:-ms-input-placeholder, .mp-form select:-ms-input-placeholder {
  font: inherit;
  color: #afafaf;
}
.mp-form input[type=text]::-ms-input-placeholder, .mp-form input[type=email]::-ms-input-placeholder, .mp-form input[type=tel]::-ms-input-placeholder, .mp-form input[type=number]::-ms-input-placeholder, .mp-form input[type=url]::-ms-input-placeholder, .mp-form input[type=date]::-ms-input-placeholder, .mp-form input[type=button]::-ms-input-placeholder, .mp-form input[type=search]::-ms-input-placeholder, .mp-form input[type=password]::-ms-input-placeholder, .mp-form textarea::-ms-input-placeholder, .mp-form select::-ms-input-placeholder {
  font: inherit;
  color: #afafaf;
}
.mp-form input[type=text]::placeholder,
.mp-form input[type=email]::placeholder,
.mp-form input[type=tel]::placeholder,
.mp-form input[type=number]::placeholder,
.mp-form input[type=url]::placeholder,
.mp-form input[type=date]::placeholder,
.mp-form input[type=button]::placeholder,
.mp-form input[type=search]::placeholder,
.mp-form input[type=password]::placeholder,
.mp-form textarea::placeholder,
.mp-form select::placeholder {
  font: inherit;
  color: #afafaf;
}
.mp-form input[type=text].size120,
.mp-form input[type=email].size120,
.mp-form input[type=tel].size120,
.mp-form input[type=number].size120,
.mp-form input[type=url].size120,
.mp-form input[type=date].size120,
.mp-form input[type=button].size120,
.mp-form input[type=search].size120,
.mp-form input[type=password].size120,
.mp-form textarea.size120,
.mp-form select.size120 {
  width: 120px;
}
.mp-form input[type=text].size225,
.mp-form input[type=email].size225,
.mp-form input[type=tel].size225,
.mp-form input[type=number].size225,
.mp-form input[type=url].size225,
.mp-form input[type=date].size225,
.mp-form input[type=button].size225,
.mp-form input[type=search].size225,
.mp-form input[type=password].size225,
.mp-form textarea.size225,
.mp-form select.size225 {
  width: 225px;
}
.mp-form input[type=text].size350,
.mp-form input[type=email].size350,
.mp-form input[type=tel].size350,
.mp-form input[type=number].size350,
.mp-form input[type=url].size350,
.mp-form input[type=date].size350,
.mp-form input[type=button].size350,
.mp-form input[type=search].size350,
.mp-form input[type=password].size350,
.mp-form textarea.size350,
.mp-form select.size350 {
  width: 350px;
}
.mp-form input[type=text],
.mp-form input[type=email],
.mp-form input[type=tel],
.mp-form input[type=number],
.mp-form input[type=url],
.mp-form input[type=date],
.mp-form input[type=search],
.mp-form input[type=password],
.mp-form textarea {
  padding: 10px 20px;
}
.mp-form select {
  width: min(350px, 100%);
  background-image: url(../images/common/icon/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 20px top 53%;
  padding: 14px 40px 14px 20px;
}
.mp-form-submit {
  margin-top: 60px;
}
.mp-form-submit input[type=submit] {
  display: block;
  border-radius: 3px;
  background-color: #B91111;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 428px;
  margin-inline: auto;
  padding: 1.2em;
}
@media (hover: hover) {
  .mp-form-submit input[type=submit] {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .mp-form-submit input[type=submit]:hover {
    background-color: #ed5151;
  }
}
.mp-form input[type=checkbox] {
  position: relative;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-right: 17px;
}
.mp-form input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  width: 10px;
  height: 17px;
  border: solid #B91111;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mp-form input[type=checkbox]:checked::before {
  opacity: 1;
}
.mp-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 838px;
  gap: 10px 40px;
}
.mp-form-row .mp-form-note {
  margin: 0;
}
.mp-form-row--birthday {
  gap: 10px 15px;
}
.mp-form-row--birthday select {
  width: 112px;
}
.mp-form-row--birthday select.birth-year {
  width: 145px;
}
.mp-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.mp-form-box p {
  width: 3em;
  white-space: nowrap;
}
.mp-form-box--number {
  gap: 15px;
}
.mp-form-box--number input {
  width: 120px;
}
.mp-form-note {
  color: #6C6A6A;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
.mp-form-extlink {
  position: relative;
}
.mp-form-extlink::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/page_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  top: 5px;
  right: -20px;
}
.mp-form__container {
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #F4F4F4;
}
.mp-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-form__item:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.mp-form__item--head {
  width: 323px;
  background-color: #F4F4F4;
  font-size: 15px;
  padding: 50px 40px;
}
.mp-form__item--head .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px 24px;
}
.mp-form__item--head .required {
  color: #B91111;
  font-weight: 300;
  font-size: 0.93em;
}
.mp-form__item--cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 36px 40px;
}

/* 確認画面 */
.mp-form--confirm .mp-form__item--head {
  padding: 32px 40px;
}
.mp-form--confirm .mp-form__item--cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 40px;
}

.l-inner--short .mp-form-row {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-inner--short .mp-form-box p {
  width: 2.5em;
}
.l-inner--short .mp-form__item--head {
  width: 200px;
  padding: 30px 26px;
}
.l-inner--short .mp-form__item--head .heading {
  gap: 4px 8px;
}
.l-inner--short .mp-form__item--cont {
  padding: 30px 25px;
}
.l-inner--short .mp-form .c-question__wrap {
  gap: 9px;
}

/* ゴミ箱ボタン
---------------------------------------------------------- */
.c-delete-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-delete-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: 14px;
  padding: 2px;
  border-bottom: 1px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .c-delete-btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-delete-btn a:hover {
    opacity: 0.7;
  }
}
.c-delete-btn a img {
  width: 16px;
}

/* アコーディオン
---------------------------------------------------------- */
.mp-accordion {
  border-radius: 6px;
}
.mp-accordion .accordionHead {
  font-weight: 600;
  cursor: pointer;
}
.mp-accordion .accordionCont {
  display: none;
}

/* ポイントプレゼント　アンカーリンク
---------------------------------------------------------- */
.mp-point_anchor {
  margin-top: 30px;
}
.mp-point_anchor a {
  position: relative;
  display: block;
  background-color: #fcf0c0;
  border-radius: 6px;
  padding: 19px 30px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .mp-point_anchor a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mp-point_anchor a:hover {
    opacity: 0.7;
  }
}
.mp-point_anchor a::before {
  position: absolute;
  content: "";
  border-top: 2px solid #b5681a;
  border-right: 2px solid #b5681a;
  aspect-ratio: 1;
  width: 9px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.mp-point_anchor a span {
  position: relative;
  font-weight: 600;
  color: #b5681a;
  font-size: 16px;
  padding-left: 47px;
}
.mp-point_anchor a span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/point_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 33px;
  top: -0.5em;
  left: 0;
}

.mp-point_pop {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fcf0c0;
  border-radius: 6px;
  padding: 12px 20px;
  margin-bottom: 18px;
}
.mp-point_pop::before {
  position: absolute;
  content: "";
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  aspect-ratio: 13/12;
  width: 13px;
  top: 98%;
  left: 28px;
  z-index: -1;
}
.mp-point_pop span {
  position: relative;
  display: block;
  font-weight: 600;
  color: #b5681a;
  font-size: 14px;
  padding-left: 35px;
  margin: 0;
}
.mp-point_pop span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/point_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 25px;
  top: -2px;
  left: 0;
}

/* ==========================================================================//
//
// マイページ TOP
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.l-mypage-home {
  overflow: hidden;
}
.l-mypage-home .l-page__head {
  padding-bottom: 40px;
}
.l-mypage-home section:has(.mp-sec__ttl--border) {
  margin-top: 100px;
}
.l-mypage-home .c-btn a {
  font-size: 16px;
}
@media all and (max-width: 1400px) {
  .l-mypage-home .c-btn a {
    font-size: 14px;
  }
}
.l-mypage-home .c-btn--line_black a {
  border: 1px solid #B4B4B4;
  padding: 10px;
}
.l-mypage-home .c-btn--line_red a {
  padding: 16px;
}
.l-mypage-home .c-btn--bg_red a {
  font-size: 15px;
  padding: 9px;
}
.l-mypage-home .c-btn--btn_index {
  position: absolute;
  top: -4px;
  right: 0;
  width: min(238px, 100%);
}

/* お知らせ
  ---------------------------------------------------------- */
.p-mypage-news {
  background-color: #F4F4F4;
  padding: 22px 0;
}
.p-mypage-news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}
.p-mypage-news .box a {
  font-weight: 300;
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-mypage-news .box a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-mypage-news .box a:hover {
    opacity: 0.7;
  }
}

/* バナー
  ---------------------------------------------------------- */
.p-mypage-banner {
  padding-top: 40px;
}
.p-mypage-banner .c-mypage-banner {
  width: min(507px, 100%);
  margin-inline: auto;
}
.p-mypage-banner .c-mypage-banner a {
  display: block;
}
@media (hover: hover) {
  .p-mypage-banner .c-mypage-banner a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .p-mypage-banner .c-mypage-banner a:hover {
    background-color: #f6ffe8;
  }
}

/* 会員情報など
  ---------------------------------------------------------- */
.p-mypage-info {
  padding-top: 60px;
}
.p-mypage-info .p-mypage-sec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 0;
}
.p-mypage-info .p-mypage-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-mypage-info .p-mypage-section--half {
  width: 48.5%;
}
@media all and (max-width: 1300px) {
  .p-mypage-info .p-mypage-section--half {
    width: 100%;
  }
}
.p-mypage-info .p-mypage-section__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 36px 40px;
}
.p-mypage-info .p-mypage-section .p-mypage-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__texts .tx {
  line-height: 1.69;
  font-size: 15px;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__texts .tx:not(:first-of-type) {
  margin-top: 0.6em;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__texts .bold {
  font-weight: 600;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__texts .red {
  color: #B91111;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__ttl {
  font-size: 18px;
  margin-bottom: 18px;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__ttl .big {
  margin-left: 0.5em;
  font-size: 1.11em;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__ttl .small {
  margin-left: 0.45em;
  font-size: 0.88em;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__ttl .red {
  color: #B91111;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: min(238px, 100%);
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .p-mypage-info .p-mypage-section .p-mypage-cont__btns {
    width: min(200px, 100%);
  }
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns .c-btn.c-btn--line_red {
  margin-bottom: 6px;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns.row {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 1.72%;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns.row .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.1866666667%;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns.row .c-btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 20px 30px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .p-mypage-info .p-mypage-section .p-mypage-cont__btns.row .c-btn a {
    padding: 16px 20px;
  }
}
.p-mypage-info .p-mypage-section .p-mypage-cont__btns.row .c-btn a p {
  font-weight: 300;
  margin-top: 0.5em;
  font-size: 0.875em;
}
.p-mypage-info .p-mypage-section .p-mypage-cont__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 26px;
  margin-top: 10px;
}

/* キャンペーン
  ---------------------------------------------------------- */
.p-mypage-sec-campaign .splide_wrap .splide__track {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 28/55;
  width: 50px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  cursor: pointer;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow::after {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow > svg {
  display: none;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow--prev {
  border-radius: 0 6px 6px 0;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow--next {
  border-radius: 6px 0 0 6px;
}
.p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
@media (hover: hover) {
  .p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-mypage-sec-campaign .splide_wrap .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
.p-mypage-sec-campaign .splide_wrap .splide__list .splide__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-mypage-sec-campaign .splide_wrap .splide__list .splide__slide a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-mypage-sec-campaign .splide_wrap .splide__list .splide__slide a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-mypage-sec-campaign .splide_wrap .splide__list .splide__slide a:hover {
    opacity: 0.7;
  }
}
.p-mypage-sec-campaign .splide_wrap .splide__list .splide__slide a img {
  width: auto;
  height: 100%;
}
.p-mypage-sec-campaign .splide_wrap .splide:has(.splide__slide:first-of-type.is-active) .splide__arrow--prev {
  visibility: hidden;
}

/* 商品リスト 共通
  ---------------------------------------------------------- */
.p-mypage-sec-product {
  position: relative;
  /* スライド */
}
.p-mypage-sec-product .c-btn--btn_index {
  position: absolute;
  top: -4px;
  right: 0;
  width: min(238px, 100%);
}
.p-mypage-sec-product .splide_wrap .splide__track {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-mypage-sec-product .splide_wrap .splide__arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 28/55;
  width: 50px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  cursor: pointer;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow::after {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow > svg {
  display: none;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow--prev {
  border-radius: 0 6px 6px 0;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow--next {
  border-radius: 6px 0 0 6px;
}
.p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
@media (hover: hover) {
  .p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-mypage-sec-product .splide_wrap .splide__arrows .splide__arrow:hover {
    opacity: 0.7;
  }
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont {
  margin-bottom: 12px;
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont a:hover {
    opacity: 0.7;
  }
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont__image {
  margin-bottom: 20px;
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont__name {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.69;
  margin-bottom: 10px;
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont__price {
  font-weight: 600;
  font-size: 16px;
}
.p-mypage-sec-product .splide_wrap .splide__list .splide__slide .cont__price span {
  font-weight: 300;
  font-size: 0.84em;
  margin-left: 0.5em;
}
.p-mypage-sec-product .splide_wrap .splide:has(.splide__slide:first-of-type.is-active) .splide__arrow--prev {
  visibility: hidden;
}

/* ==========================================================================//
//
// 注文履歴一覧
//
// ========================================================================== */
/* サイドバー + コンテンツ
---------------------------------------------------------- */
.l-history-container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "left right_top" "left right_bottom";
  -ms-grid-columns: 240px 60px 1fr;
  grid-template-columns: 240px 1fr;
  -ms-grid-rows: auto 40px 1fr;
  grid-template-rows: auto 1fr;
  gap: 40px 60px;
}
@media all and (max-width: 1200px) {
  .l-history-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-history-container--left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: left;
}
.l-history-container--right__top {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: right_top;
}
.l-history-container--right__bottom {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: right_bottom;
}

/* フォームパーツスタイル
  ---------------------------------------------------------- */
.l-mypage-history input[type=text],
.l-mypage-history input[type=email],
.l-mypage-history input[type=tel],
.l-mypage-history input[type=number],
.l-mypage-history input[type=url],
.l-mypage-history input[type=date],
.l-mypage-history input[type=submit],
.l-mypage-history input[type=button],
.l-mypage-history input[type=search],
.l-mypage-history textarea,
.l-mypage-history select {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.l-mypage-history input[type=text]::-webkit-input-placeholder, .l-mypage-history input[type=email]::-webkit-input-placeholder, .l-mypage-history input[type=tel]::-webkit-input-placeholder, .l-mypage-history input[type=number]::-webkit-input-placeholder, .l-mypage-history input[type=url]::-webkit-input-placeholder, .l-mypage-history input[type=date]::-webkit-input-placeholder, .l-mypage-history input[type=submit]::-webkit-input-placeholder, .l-mypage-history input[type=button]::-webkit-input-placeholder, .l-mypage-history input[type=search]::-webkit-input-placeholder, .l-mypage-history textarea::-webkit-input-placeholder, .l-mypage-history select::-webkit-input-placeholder {
  color: #afafaf;
}
.l-mypage-history input[type=text]::-moz-placeholder, .l-mypage-history input[type=email]::-moz-placeholder, .l-mypage-history input[type=tel]::-moz-placeholder, .l-mypage-history input[type=number]::-moz-placeholder, .l-mypage-history input[type=url]::-moz-placeholder, .l-mypage-history input[type=date]::-moz-placeholder, .l-mypage-history input[type=submit]::-moz-placeholder, .l-mypage-history input[type=button]::-moz-placeholder, .l-mypage-history input[type=search]::-moz-placeholder, .l-mypage-history textarea::-moz-placeholder, .l-mypage-history select::-moz-placeholder {
  color: #afafaf;
}
.l-mypage-history input[type=text]:-ms-input-placeholder, .l-mypage-history input[type=email]:-ms-input-placeholder, .l-mypage-history input[type=tel]:-ms-input-placeholder, .l-mypage-history input[type=number]:-ms-input-placeholder, .l-mypage-history input[type=url]:-ms-input-placeholder, .l-mypage-history input[type=date]:-ms-input-placeholder, .l-mypage-history input[type=submit]:-ms-input-placeholder, .l-mypage-history input[type=button]:-ms-input-placeholder, .l-mypage-history input[type=search]:-ms-input-placeholder, .l-mypage-history textarea:-ms-input-placeholder, .l-mypage-history select:-ms-input-placeholder {
  color: #afafaf;
}
.l-mypage-history input[type=text]::-ms-input-placeholder, .l-mypage-history input[type=email]::-ms-input-placeholder, .l-mypage-history input[type=tel]::-ms-input-placeholder, .l-mypage-history input[type=number]::-ms-input-placeholder, .l-mypage-history input[type=url]::-ms-input-placeholder, .l-mypage-history input[type=date]::-ms-input-placeholder, .l-mypage-history input[type=submit]::-ms-input-placeholder, .l-mypage-history input[type=button]::-ms-input-placeholder, .l-mypage-history input[type=search]::-ms-input-placeholder, .l-mypage-history textarea::-ms-input-placeholder, .l-mypage-history select::-ms-input-placeholder {
  color: #afafaf;
}
.l-mypage-history input[type=text]::placeholder,
.l-mypage-history input[type=email]::placeholder,
.l-mypage-history input[type=tel]::placeholder,
.l-mypage-history input[type=number]::placeholder,
.l-mypage-history input[type=url]::placeholder,
.l-mypage-history input[type=date]::placeholder,
.l-mypage-history input[type=submit]::placeholder,
.l-mypage-history input[type=button]::placeholder,
.l-mypage-history input[type=search]::placeholder,
.l-mypage-history textarea::placeholder,
.l-mypage-history select::placeholder {
  color: #afafaf;
}
.l-mypage-history input[type=text],
.l-mypage-history input[type=email],
.l-mypage-history input[type=tel],
.l-mypage-history input[type=number],
.l-mypage-history input[type=url],
.l-mypage-history input[type=date],
.l-mypage-history input[type=search],
.l-mypage-history textarea {
  padding: 0.8em 20px;
}
.l-mypage-history select {
  min-width: 190px;
  background-image: url(../images/common/icon/arrow_01.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 20px top 55%;
  padding: 1.05em 40px 1.05em 20px;
}
.l-mypage-history input[type=checkbox] {
  position: relative;
  aspect-ratio: 1;
  width: 28px;
  height: auto;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-right: 6px;
}
.l-mypage-history input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 3px;
  width: 9px;
  height: 14px;
  border: solid #B91111;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-mypage-history input[type=checkbox]:checked::before {
  opacity: 1;
}

/* 絞り込み
  ---------------------------------------------------------- */
.p-history-search .search__ttl {
  background-color: #E3E3E3;
  border-radius: 6px 6px 0 0;
  padding: 16px;
  text-align: center;
  font-size: 16px;
}
.p-history-search .search__cont {
  background-color: #F4F4F4;
  border-radius: 0 0 6px 6px;
}
.p-history-search .search__cont .search__box {
  padding: 26px 14px;
}
@media all and (max-width: 1200px) {
  .p-history-search .search__cont .search__box {
    padding: 24px;
  }
}
.p-history-search .search__cont .search__box:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.p-history-search .search__cont .search__box .box__ttl {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0.6em;
}
.p-history-search .search__cont .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}
.p-history-search .search__cont .search_wrap input {
  border: none;
}
.p-history-search .search__cont .search_wrap .search_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-history-search .search__cont .search_wrap .submit_btn {
  position: relative;
  width: 40px;
  font-size: 0;
  border-radius: 0 4px 4px 0;
  background-color: #E3E3E3;
  background-image: url(../images/common/icon/search_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 18px;
}
@media (hover: hover) {
  .p-history-search .search__cont .search_wrap .submit_btn {
    -webkit-transition: background-color 0.3s, background-image 0.3s;
    transition: background-color 0.3s, background-image 0.3s;
  }
  .p-history-search .search__cont .search_wrap .submit_btn:hover {
    background-color: #b2b2b2;
    background-image: url(../images/common/icon/search_white_01.svg);
  }
}
@media all and (max-width: 1200px) {
  .p-history-search .search__cont .check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-history-search .search__cont .check_list > li {
  font-size: 14px;
}
.p-history-search .search__cont .check_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.p-history-search .search__cont .reset_btn {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #6C6A6A;
  padding: 0.5em;
  margin-inline: auto;
}

/* 注文日
  ---------------------------------------------------------- */
.p-history-date {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 30px;
}
.p-history-date .date__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.p-history-date .date__box .date__ttl {
  font-weight: 600;
  font-size: 15px;
}
.p-history-date .date__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.p-history-date .date__contents select,
.p-history-date .date__contents input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-history-date .date__contents input {
  width: 160px;
}
.p-history-date .date__contents .date__datepickers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  padding-right: 40px;
}
.p-history-date .date__contents .date__datepickers::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/calendar_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  width: 16px;
}
.p-history-date .date__contents .date__datepickers input {
  border: none;
  cursor: pointer;
}

/* 結果
---------------------------------------------------------- */
.p-history-result .p-history-order:not(:last-child) {
  margin-bottom: 50px;
}
.p-history-result .p-history-order__head {
  background-color: #6f6f6f;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 30px;
}
.p-history-result .p-history-order__head span {
  margin-right: 5px;
  font-size: 1.33em;
}
.p-history-result .p-history-order__cont {
  border: 2px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.p-history-result .p-history-order__info {
  background-color: #F4F4F4;
  padding: 26px 30px;
}
.p-history-result .p-history-order__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 26px;
}
.p-history-result .p-history-order__status .status__head {
  font-weight: 600;
  font-size: 18px;
}
.p-history-result .p-history-order__status .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-history-result .p-history-order__status .c-btn a {
  padding: 0.65em 1.6em;
}
.p-history-result .p-history-order__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-history-result .p-history-order__detail .detail--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-history-result .p-history-order__detail .detail--right {
  width: 335px;
}
.p-history-result .p-history-order__detail .detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 30px;
}
.p-history-result .p-history-order__detail .detail__list .item {
  font-size: 15px;
}
.p-history-result .p-history-order__detail .detail__list .item .head {
  display: inline;
}
.p-history-result .p-history-order__detail .detail__list .item .red {
  font-weight: 600;
  color: #B91111;
}
.p-history-result .p-history-order__detail .detail__list .item--full {
  width: 100%;
}
.p-history-result .p-history-order__detail .detail__links {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.p-history-result .p-history-order__detail .detail__links .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-history-result .p-history-order__detail .detail__links .c-btn a {
  font-size: 16px;
  padding: 0.6em 25px;
}
.p-history-result .p-history-order__detail .detail__links .text-link {
  padding: 10px;
}
.p-history-result .p-history-order__detail .download {
  margin-bottom: 20px;
}
.p-history-result .p-history-order__detail .download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
.p-history-result .p-history-order__detail .download__list .item a {
  position: relative;
  padding-left: 22px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-history-result .p-history-order__detail .download__list .item a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-history-result .p-history-order__detail .download__list .item a:hover {
    opacity: 0.7;
  }
}
.p-history-result .p-history-order__detail .download__list .item a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/file_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 15/18;
  width: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-history-result .p-history-order__items {
  padding: 30px;
}
.p-history-result .p-history-order--is-pending .download .download__list {
  opacity: 0.2;
  pointer-events: none;
}

/* ==========================================================================//
//
// 注文内容の詳細
//
// ========================================================================== */
/* 詳細欄
---------------------------------------------------------- */
.p-history-detail-info {
  background-color: #F4F4F4;
}
.p-history-detail-info__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #BEBEBE;
}
.p-history-detail-info__status .status__head {
  font-weight: 600;
  font-size: 18px;
}
.p-history-detail-info__status .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-history-detail-info__status .c-btn a {
  padding: 0.65em 1.6em;
}
.p-history-detail-info__cont {
  padding: 30px 0;
}
.p-history-detail-info__cont .cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 30px;
}
.p-history-detail-info__cont .cont__list .item {
  font-size: 15px;
}
.p-history-detail-info__cont .cont__list .item .head {
  display: inline;
}
.p-history-detail-info__cont .cont__list .item .red {
  font-weight: 600;
  color: #B91111;
}
.p-history-detail-info__cont .cont__list .item--full {
  width: 100%;
}
.p-history-detail-info__cont .detail__links {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.p-history-detail-info__cont .detail__links .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-history-detail-info__cont .detail__links .c-btn a {
  font-size: 16px;
  padding: 0.6em 25px;
}
.p-history-detail-info__cont .detail__links .text-link {
  padding: 10px;
}
.p-history-detail-info__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  border-top: 1px solid #BEBEBE;
  padding: 30px 0;
}
.p-history-detail-info__download .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.p-history-detail-info__download .btn-list .c-btn {
  width: 250px;
}
.p-history-detail-info__download .btn-list .c-btn a {
  font-size: 14px;
  padding: 0.7em;
}
.p-history-detail-info__download .btn-list .c-btn a span {
  position: relative;
  padding-left: 25px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-history-detail-info__download .btn-list .c-btn a span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-history-detail-info__download .btn-list .c-btn a span:hover {
    opacity: 0.7;
  }
}
.p-history-detail-info__download .btn-list .c-btn a span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/file_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 15/18;
  width: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* section共通
---------------------------------------------------------- */
.p-history-detail-sec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 0;
  margin-top: 50px;
}

.p-history-detail-section {
  width: 100%;
}
.p-history-detail-section--half {
  width: 48.5%;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .p-history-detail-section--half {
    width: 100%;
  }
}
.p-history-detail-section__cont {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 36px 40px;
}
.p-history-detail-section__cont .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-history-detail-section__cont .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.p-history-detail-section__cont .list .item__ttl {
  width: 120px;
  font-weight: 600;
}
.p-history-detail-section__cont .list .item__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 注文内容
---------------------------------------------------------- */
.p-history-detail-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 2px solid #F4F4F4;
}
.p-history-detail-content__container--side {
  position: relative;
  width: 340px;
  background-color: #F4F4F4;
  padding: 26px 40px;
}
.p-history-detail-content__container--side .list {
  position: sticky;
  top: 30px;
  left: 0;
}
.p-history-detail-content__container--side .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.68em 0;
}
.p-history-detail-content__container--side .list .item:not(.sum) {
  border-bottom: 1px solid #aaaaaa;
}
.p-history-detail-content__container--side .list .item.sum {
  font-weight: 600;
  padding: 0.75em 0;
}
.p-history-detail-content__container--body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
}

/* ==========================================================================//
//
// 配送状況
//
// ========================================================================== */
/* 詳細欄
---------------------------------------------------------- */
.p-history-status-info {
  background-color: #F4F4F4;
  padding: 30px 0;
}
.p-history-status-info__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
}
.p-history-status-info__cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 40px;
}
.p-history-status-info__cont .list .item {
  font-size: 15px;
}
.p-history-status-info__cont .list .item .head {
  display: inline;
}
.p-history-status-info__cont .c-btn {
  width: min(270px, 20%);
}
.p-history-status-info__cont .c-btn a {
  font-size: 16px;
  padding: 0.6em 25px;
}

/* 内容
---------------------------------------------------------- */
.p-history-status-content {
  margin-top: 50px;
}
.p-history-status-content__item {
  border: 2px solid #D8D8D8;
  border-radius: 6px;
  overflow: hidden;
}
.p-history-status-content__item:not(:last-child) {
  margin-bottom: 50px;
}
.p-history-status-content__item .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 40px;
  background-color: #F4F4F4;
  padding: 40px;
}
.p-history-status-content__item .item__head--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-history-status-content__item .item__head--right {
  width: 410px;
}
.p-history-status-content__item .item__head .c-btn a {
  padding: 0.6em 0.3em;
}
.p-history-status-content__item .item__head .c-btn a span {
  position: relative;
  padding-right: 24px;
}
.p-history-status-content__item .item__head .c-btn a span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/page_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 719/586;
  width: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-history-status-content__item .item__head .item__text {
  margin-top: 20px;
}
.p-history-status-content__item .item__head .item__text p {
  text-align: right;
}
.p-history-status-content__item .item__head .item__text .head {
  font-weight: 600;
}
.p-history-status-content__item .item__head .item__status {
  color: #B91111;
  font-size: 22px;
  line-height: 1;
}
.p-history-status-content__item .item__head .item__date {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 50px;
}
.p-history-status-content__item .item__cont {
  padding: 0 40px;
}
.p-history-status-content__item .item__cont .mp-history-item {
  padding: 40px 0;
}
.p-history-status-content .p-history-status-progress {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.p-history-status-content .p-history-status-progress li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 28px;
}
.p-history-status-content .p-history-status-progress li .status__time {
  display: block;
  font-weight: 300;
  color: #555555;
  font-size: 0.8em;
  margin-top: 2px;
}
.p-history-status-content .p-history-status-progress li .dot {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  width: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 2px));
          transform: translate(-50%, calc(-50% + 2px));
  border-radius: 50%;
  background-color: #555555;
}
.p-history-status-content .p-history-status-progress li:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 5px;
  background-color: #555555;
}
.p-history-status-content .p-history-status-progress li.current {
  font-weight: 600;
}
.p-history-status-content .p-history-status-progress li.current .dot {
  width: 38px;
}
.p-history-status-content .p-history-status-progress li.current .dot::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 45%;
  left: 50%;
  width: 14px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-history-status-content .p-history-status-progress .current ~ li {
  color: #797979;
}
.p-history-status-content .p-history-status-progress .current ~ li .dot, .p-history-status-content .p-history-status-progress .current ~ li::after {
  background-color: #E3E3E3;
}

/* ==========================================================================//
//
// 買ったものリスト
//
// ========================================================================== */
.p-purchases-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px 15px;
}
.p-purchases-list .p-purchases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.p-purchases-list .p-purchases-item__data {
  background-color: #F4F4F4;
  padding: 20px 17px;
}
.p-purchases-list .p-purchases-item__data p:not(:last-child) {
  margin-bottom: 5px;
}
.p-purchases-list .p-purchases-item__data p span {
  font-weight: 600;
}
.p-purchases-list .p-purchases-item__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.p-purchases-list .p-purchases-item__cont .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-purchases-list .p-purchases-item__cont .cont__image {
  margin-bottom: 20px;
}
.p-purchases-list .p-purchases-item__cont .cont__image a {
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-purchases-list .p-purchases-item__cont .cont__image a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-purchases-list .p-purchases-item__cont .cont__image a:hover {
    opacity: 0.7;
  }
}
.p-purchases-list .p-purchases-item__cont .cont__image a img {
  width: 77.1%;
}
.p-purchases-list .p-purchases-item__cont .cont__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.69;
  margin-bottom: 10px;
}
.p-purchases-list .p-purchases-item__cont .cont__name a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-purchases-list .p-purchases-item__cont .cont__name a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-purchases-list .p-purchases-item__cont .cont__name a:hover {
    opacity: 0.7;
  }
}
.p-purchases-list .p-purchases-item__cont .cont__price, .p-purchases-list .p-purchases-item__cont .cont__price--sale {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-purchases-list .p-purchases-item__cont .cont__price span, .p-purchases-list .p-purchases-item__cont .cont__price--sale span {
  font-weight: 300;
  font-size: 0.77em;
  margin-left: 0.2em;
}
.p-purchases-list .p-purchases-item__cont .cont__price--before {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: line-through;
}
.p-purchases-list .p-purchases-item__cont .cont__price--sale {
  display: inline-block;
  color: #B91111;
  margin-left: 12px;
}
.p-purchases-list .p-purchases-item__cont .cont__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 10px;
}
.p-purchases-list .p-purchases-item__cont .cont__shipping img {
  height: 22px;
  width: auto;
}
.p-purchases-list .p-purchases-item__cont .cont__delivery-date {
  font-size: 14px;
}
.p-purchases-list .p-purchases-item__cont .cont__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
  margin-top: 20px;
}
.p-purchases-list .p-purchases-item__cont .cont__btns .c-btn a {
  padding: 0.6em;
}

/* ==========================================================================//
//
// ほしいものリスト
//
// ========================================================================== */
.p-wish-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px 15px;
}
.p-wish-list .p-wish-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.p-wish-list .p-wish-item__data {
  background-color: #F4F4F4;
  padding: 20px 17px;
}
.p-wish-list .p-wish-item__data p:not(:last-child) {
  margin-bottom: 5px;
}
.p-wish-list .p-wish-item__data p span {
  font-weight: 600;
}
.p-wish-list .p-wish-item__cont {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.p-wish-list .p-wish-item__cont .cont__discount {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFE141;
  border-radius: 6px 0 0 0;
  color: #B91111;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 14px;
  z-index: 1;
}
.p-wish-list .p-wish-item__cont .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-wish-list .p-wish-item__cont .cont__image {
  margin-bottom: 20px;
}
.p-wish-list .p-wish-item__cont .cont__image a {
  display: block;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-wish-list .p-wish-item__cont .cont__image a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-wish-list .p-wish-item__cont .cont__image a:hover {
    opacity: 0.7;
  }
}
.p-wish-list .p-wish-item__cont .cont__image a img {
  width: 77.1%;
}
.p-wish-list .p-wish-item__cont .cont__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.69;
  margin-bottom: 10px;
}
.p-wish-list .p-wish-item__cont .cont__name a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-wish-list .p-wish-item__cont .cont__name a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-wish-list .p-wish-item__cont .cont__name a:hover {
    opacity: 0.7;
  }
}
.p-wish-list .p-wish-item__cont .cont__price, .p-wish-list .p-wish-item__cont .cont__price--sale {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-wish-list .p-wish-item__cont .cont__price span, .p-wish-list .p-wish-item__cont .cont__price--sale span {
  font-weight: 300;
  font-size: 0.77em;
  margin-left: 0.2em;
}
.p-wish-list .p-wish-item__cont .cont__price--before {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: line-through;
}
.p-wish-list .p-wish-item__cont .cont__price--sale {
  display: inline-block;
  color: #B91111;
  margin-left: 12px;
}
.p-wish-list .p-wish-item__cont .cont__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 10px;
}
.p-wish-list .p-wish-item__cont .cont__shipping img {
  height: 22px;
  width: auto;
}
.p-wish-list .p-wish-item__cont .cont__delivery-date {
  font-size: 14px;
}
.p-wish-list .p-wish-item__cont .cont__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7px;
  margin-top: 20px;
}
.p-wish-list .p-wish-item__cont .cont__btns .c-btn a {
  padding: 0.6em;
}
.p-wish-list .p-wish-item__cont .cont__btns .c-trash {
  width: 32px;
  border-radius: 3px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-wish-list .p-wish-item__cont .cont__btns .c-trash {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-wish-list .p-wish-item__cont .cont__btns .c-trash:hover {
    opacity: 0.7;
  }
}
.p-wish-list .p-wish-item__cont .cont__btns .c-trash img {
  width: 18px;
}

/* ==========================================================================//
//
// 会員情報変更・確認
//
// ========================================================================== */
.l-mypage-member .c-btn--back {
  margin-top: 30px;
}

.p-member-section:not(:last-of-type) {
  margin-bottom: 60px;
}

/* 外部サイトとの連携
---------------------------------------------------------- */
.p-member-link-ext__content {
  background-color: #F4F4F4;
  border-radius: 6px;
}
.p-member-link-ext__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 26px 40px;
}
.p-member-link-ext__list .item:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.p-member-link-ext__list .item__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 110px;
}
.p-member-link-ext__list .item__logo {
  width: 84px;
}
.p-member-link-ext__list .item__status span {
  font-weight: 600;
  margin-left: 50px;
}
.p-member-link-ext__list .item__btn {
  width: 230px;
}
.p-member-link-ext__list .item__btn a {
  padding: 0.5em;
}

/* ==========================================================================//
//
// お届け先追加・変更
//
// ========================================================================== */
.l-mypage-address-form .c-btn--back {
  margin-top: 30px;
}

.p-address-section:not(:last-of-type) {
  margin-bottom: 60px;
}

/* 通常のお届け先
---------------------------------------------------------- */
.p-address-default__content {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 36px 40px;
}
.p-address-default__ttl {
  margin-bottom: 14px;
}
.p-address-default__item:not(:last-child) {
  margin-bottom: 0.7em;
}

/* お届け先一覧
---------------------------------------------------------- */
.p-address-list {
  position: relative;
  margin-top: 94px;
}
.p-address-list__items {
  border-top: 1px solid #D8D8D8;
}
.p-address-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #D8D8D8;
}
.p-address-list__item--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-address-list__item--right {
  width: 300px;
}
.p-address-list__item ul > li:not(:last-child) {
  margin-bottom: 0.7em;
}
.p-address-list__item .c-btn a {
  padding: 0.7em;
}
.p-address-list__item .c-btn:not(:last-child) {
  margin-bottom: 6px;
}
.p-address-list__item .c-delete-btn {
  margin-top: 15px;
}
.p-address-list__ttl {
  margin-bottom: 14px;
}
.p-address-list .c-btn--index {
  position: absolute;
  top: -32px;
  right: 0;
  width: min(350px, 100%);
}
.p-address-list .c-btn--index a {
  padding: 1.3em;
}

/* ==========================================================================//
//
// クレジットカード設定
//
// ========================================================================== */
.p-card-section:not(:last-of-type) {
  margin-bottom: 60px;
}

/* 新しいクレジットカードを追加する
---------------------------------------------------------- */
.p-card-add .p-card-add-cardimg {
  width: min(335px, 100%);
  margin-top: 12px;
}
.p-card-add .mp-form-submit {
  margin-top: 60px;
}

/* カード一覧共通
---------------------------------------------------------- */
.p-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-left: 0;
}
.p-card-item__logo {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 164px;
  border-right: 1px solid #D8D8D8;
}
.p-card-item__logo img {
  width: 67px;
}
.p-card-item__cont {
  padding: 4px 40px;
}
.p-card-item__cont ul > li:not(:last-child) {
  margin-bottom: 0.7em;
}
.p-card-item__ttl {
  margin-bottom: 14px;
}
.p-card-item__ttl .attention {
  position: relative;
  color: #B91111;
  font-size: 13px;
  padding-left: 20px;
  margin-left: 17px;
}
.p-card-item__ttl .attention::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/exclamation_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 15px;
  top: -1px;
  left: 0;
}
.p-card-item__btn {
  width: 155px;
  margin-left: auto;
}
.p-card-item__btn a, .p-card-item__btn button {
  padding: 9px;
}

/* 通常使用するクレジットカード
---------------------------------------------------------- */
.p-card-default .p-card-item {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding-right: 30px;
}

/* 登録済みのクレジットカード一覧
---------------------------------------------------------- */
.p-card-list__items {
  border-top: 1px solid #D8D8D8;
}
.p-card-list .p-card-item {
  border-bottom: 1px solid #D8D8D8;
}

/* ==========================================================================//
//
// クレジットカード登録確認
//
// ========================================================================== */
.l-mypage-card .c-btn--back, .l-mypage-card-confirm .c-btn--back {
  margin-top: 30px;
}

/* ==========================================================================//
//
// メール配信設定
//
// ========================================================================== */
.l-mypage-mail .c-btn--back {
  margin-top: 30px;
}

.p-mail-setting {
  /* チェック後 */
}
.p-mail-setting input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.p-mail-setting label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mail-setting label::before {
  content: "";
  aspect-ratio: 1;
  width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin-right: 1em;
}
.p-mail-setting label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1;
  width: 18px;
  background-color: #B91111;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-mail-setting input[type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.p-mail-setting input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.p-mail-setting__list {
  border-top: 1px solid #D8D8D8;
}
.p-mail-setting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 36px 40px;
  border-bottom: 1px solid #D8D8D8;
}
.p-mail-setting__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mail-setting__cont .item__head {
  font-size: 15px;
}
.p-mail-setting__cont p {
  line-height: 1.7;
  margin-top: 12px;
}
.p-mail-setting__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

/* ==========================================================================//
//
// ポイント情報の確認
//
// ========================================================================== */
.p-point-section:not(:last-child) {
  margin-bottom: 60px;
}

/* ご利用可能ポイント
---------------------------------------------------------- */
.p-point-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 20px 0;
}
.p-point-current::before {
  content: "";
  border: 0.5px solid #D8D8D8;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-point-current--left {
  width: 370px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 30px 0;
}
.p-point-current--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px 40px;
}
.p-point-current__ttl {
  font-size: 18px;
  margin-bottom: 14px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .p-point-current__ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-point-current__point {
  color: #B91111;
  font-size: 40px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .p-point-current__point {
    font-size: 30px;
  }
}
.p-point-current__point span {
  font-size: 0.75em;
  margin-left: 0.1em;
}
.p-point-current__expiration {
  background-color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  margin-top: 10px;
}
.p-point-current__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
}
.p-point-current__item:not(:last-child) {
  margin-bottom: 12px;
}
.p-point-current__item .item__head {
  width: 187px;
  background-color: #D8D8D8;
  border-radius: 18px;
  text-align: center;
  color: #464646;
  padding: 6px;
}

/* ポイント履歴
---------------------------------------------------------- */
.p-point-history__list {
  border-top: 1px solid #D8D8D8;
}
.p-point-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
.p-point-history__item--prosessing {
  --color: #464646;
  --bg_color: #E3E3E3;
}
.p-point-history__item--prosessing .item__point {
  color: #B91111;
}
.p-point-history__item--plus {
  --color: #B91111;
  --bg_color: #FFF4F4;
}
.p-point-history__item--plus .item__point {
  color: #B91111;
}
.p-point-history__item--minus {
  --color: #000;
  --bg_color: #F4F4F4;
}
.p-point-history__item .item__status {
  width: 163px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--color);
  background-color: var(--bg_color);
  font-weight: 600;
}
.p-point-history__item .item__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6%;
  font-size: 15px;
  padding: 30px 0 30px 5.6%;
}
.p-point-history__item .item__point {
  font-weight: 600;
  font-size: 18px;
  margin-left: auto;
}

/* ==========================================================================//
//
// クーポン一覧
//
// ========================================================================== */
/* クーポン一覧
---------------------------------------------------------- */
.p-coupon__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
  gap: 36px;
}
.p-coupon__item {
  text-align: center;
  overflow: hidden;
}
.p-coupon__item .item__head {
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 5px;
  min-height: 87px;
  background-color: #F4F4F4;
  border: 2px solid #D8D8D8;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding: 10px;
}
.p-coupon__item .item__ttl {
  font-size: 20px;
}
.p-coupon__item .item__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-coupon__item .item__attention img {
  width: 16px;
}
.p-coupon__item .item__cont {
  border: 2px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.p-coupon__item .item__cont--body {
  padding: 33px 10px;
}
.p-coupon__item .item__cont--body .discount {
  color: #B91111;
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 28px;
}
.p-coupon__item .item__cont--body .discount .unit {
  font-size: 0.75em;
}
.p-coupon__item .item__cont--body .discount .off {
  font-size: 0.52em;
  margin-left: 6px;
}
.p-coupon__item .item__cont--body .text:last-of-type {
  margin-top: 16px;
}
.p-coupon__item .item__cont--body .text--bold {
  font-weight: 600;
}
.p-coupon__item .item__cont--body .text--bold:not(:last-child) {
  margin-bottom: 2px;
}
.p-coupon__item .item__cont--body .text--bold span {
  color: #B91111;
}
.p-coupon__item .item__cont--foot {
  position: relative;
  padding: 34px;
  border-top: 2px dotted #D8D8D8;
}
.p-coupon__item .item__cont--foot::before, .p-coupon__item .item__cont--foot::after {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 2px solid #D8D8D8;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 32px;
  top: 0;
}
.p-coupon__item .item__cont--foot::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-coupon__item .item__cont--foot::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.p-coupon__item .item__cont--foot p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.p-coupon__item .item__cont--foot p span {
  color: #B91111;
  font-size: 1.28em;
}
.p-coupon__item .item__cont--foot .c-copy-btn {
  width: 157px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  padding: 0.2em;
}
@media (hover: hover) {
  .p-coupon__item .item__cont--foot .c-copy-btn {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .p-coupon__item .item__cont--foot .c-copy-btn:hover {
    background-color: #efefef;
  }
}
.p-coupon__item .item__cont--foot .c-copy-btn img {
  width: 15px;
}
.p-coupon__item--approaching .item__head {
  color: #fff;
  background-color: #B91111;
  border-color: #B91111;
}

/* よくあるご質問
---------------------------------------------------------- */
.p-coupon-faq {
  background-color: #F4F4F4;
  border-radius: 6px;
  padding: 50px 40px;
  margin-top: 60px;
}
.p-coupon-faq__ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 26px;
}
.p-coupon-faq__item {
  background-color: #fff;
  border-radius: 6px;
}
.p-coupon-faq__item:not(:last-child) {
  margin-bottom: 20px;
}
.p-coupon-faq__item .item__question {
  position: relative;
  font-size: 16px;
  padding: 26px 40px;
}
.p-coupon-faq__item .item__question::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/plus_gray_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 44px;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-coupon-faq__item .item__question::after {
  position: absolute;
  content: "回答を見る";
  font-weight: 300;
  font-size: 14px;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-coupon-faq__item .item__question p {
  position: relative;
  padding: 0 120px 0 44px;
}
.p-coupon-faq__item .item__question p::before {
  position: absolute;
  content: "Q";
  font-weight: 600;
  top: -7px;
  left: 0;
  font-size: 24px;
}
.p-coupon-faq__item .item__question.is-open::before {
  background-image: url(../images/common/icon/minus_gray_01.svg);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-coupon-faq__item .item__question.is-open::after {
  content: "閉じる";
}
.p-coupon-faq__item .item__answer {
  padding: 0 40px 26px;
}
.p-coupon-faq__item .item__answer .answer__cont {
  position: relative;
  padding: 0 50px 0 44px;
}
.p-coupon-faq__item .item__answer .answer__cont::before {
  position: absolute;
  content: "A";
  color: #B91111;
  font-weight: 600;
  top: -7px;
  left: 0;
  font-size: 24px;
}
.p-coupon-faq__item .item__answer .answer__cont > *:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-coupon-faq__item .item__answer .answer__cont p {
  line-height: 1.7;
}
.p-coupon-faq__item .item__answer .answer__cont img {
  width: min(842px, 100%);
}
.p-coupon-faq__item .item__answer .answer__cont .bold {
  font-weight: 600;
}
.p-coupon-faq__item .item__answer .answer__cont a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-coupon-faq__item .item__answer .answer__cont a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-coupon-faq__item .item__answer .answer__cont a:hover {
    opacity: 0.7;
  }
}

/* ==========================================================================//
//
// おすすめAI設定
//
// ========================================================================== */
/* 設定中の項目
---------------------------------------------------------- */
.p-job-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-bottom: 60px;
}
.p-job-current__ttl {
  font-size: 18px;
}
.p-job-current__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-job-current__item {
  color: #464646;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 18px;
  padding: 7px 20px;
}

/* .l-job-container
---------------------------------------------------------- */
.l-job-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.l-job-container--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-job-container--right {
  width: 280px;
}

/* 職種一覧
---------------------------------------------------------- */
.p-job__item {
  border-radius: 6px;
  overflow: hidden;
}
.p-job__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-job__item .item__question {
  position: relative;
  font-size: 18px;
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 6px 6px 0 0;
  padding: 26px 40px;
}
.p-job__item .item__question::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/plus_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 44px;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-job__item .item__question::after {
  position: absolute;
  content: "詳細を見る";
  font-weight: 300;
  font-size: 14px;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-job__item .item__question p {
  position: relative;
  padding-right: 120px;
}
.p-job__item .item__question.is-open::before {
  background-image: url(../images/common/icon/minus_white_01.svg);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-job__item .item__question.is-open::after {
  content: "閉じる";
}
.p-job__item .item__answer {
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 30px;
}
.p-job__item .item__answer .answer__cont input[type=checkbox] {
  position: relative;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.p-job__item .item__answer .answer__cont input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 10px;
  height: 17px;
  border: solid #B91111;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-job__item .item__answer .answer__cont input[type=checkbox]:checked::before {
  opacity: 1;
}
.p-job__item .item__answer .answer__cont .check_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 19px;
}
.p-job__item .item__answer .answer__cont .check_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 15px;
}
.p-job__item .item__answer .answer__cont .check_list > li input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-job__item .item__answer .answer__cont .check_list > li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* AI
---------------------------------------------------------- */
.p-job-ai {
  position: sticky;
  top: 40px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  text-align: center;
  padding: 30px 20px;
}
.p-job-ai__ttl {
  font-size: 15px;
  margin-bottom: 16px;
}
.p-job-ai .submit-btn {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #B91111;
  border-radius: 3px;
  padding: 0.7em;
}
@media (hover: hover) {
  .p-job-ai .submit-btn {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .p-job-ai .submit-btn:hover {
    background-color: #ed5151;
  }
}

/* ==========================================================================//
//
// 月ごとの帳票発行
//
// ========================================================================== */
/* タブ
---------------------------------------------------------- */
.p-export-tabs {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-export-tab {
  width: calc((100% - 40px) / 5);
  height: 70px;
}
.p-export-tab a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  background-color: #D8D8D8;
  border: 2px solid #D8D8D8;
  border-radius: 6px 6px 0 0;
  color: #6f6f6f;
  font-weight: 600;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .p-export-tab a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-export-tab a:hover {
    opacity: 0.7;
  }
}
.p-export-tab--current a {
  background-color: #fff;
  color: #000;
  border-bottom-color: #fff;
}

.p-export-contents {
  border-radius: 0 6px 6px 6px;
  border: 2px solid #D8D8D8;
  padding: 50px 30px;
}

.p-export-search {
  margin-bottom: 50px;
}

/* 結果
---------------------------------------------------------- */
.p-export-result__period {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.p-export-result__filter {
  margin-bottom: 26px;
}
.p-export-result .p-export-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 22px;
}
.p-export-result .p-export-filter__item {
  font-size: 15px;
}
.p-export-result .p-export-filter__item span {
  font-weight: 600;
}
.p-export-result .p-export-filter__item span.red {
  color: #B91111;
}
.p-export-result__table {
  overflow: hidden;
}

/* 表 */
.p-export-table {
  min-width: 1600px;
}
.p-export-table input[type=checkbox] {
  position: relative;
  aspect-ratio: 1;
  width: 25px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.p-export-table input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 8px;
  height: 14px;
  border: solid #B91111;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-export-table input[type=checkbox]:checked::before {
  opacity: 1;
}
.p-export-table table {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.p-export-table th,
.p-export-table td {
  white-space: nowrap;
  padding: 20px 25px;
}
.p-export-table thead {
  background-color: #6f6f6f;
  border: 2px solid #6f6f6f;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.p-export-table tbody {
  border: 2px solid #F4F4F4;
  line-height: 1.84;
  font-size: 13px;
}
.p-export-table tbody th,
.p-export-table tbody td {
  vertical-align: top;
}
.p-export-table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}
.p-export-table td:first-child {
  padding-right: 0;
}
.p-export-table td.item-name {
  width: 370px;
  white-space: normal;
}

.scroll-hint-icon {
  padding: 20px 10px 10px 10px;
  height: 84px;
}

.scroll-hint-text {
  margin-top: 5px;
  font-size: 10px;
}

/* ポップアップ関連
---------------------------------------------------------- */
/* 続きを見るボタン */
.c-readmore-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: underline;
  font-weight: 300;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .c-readmore-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-readmore-btn:hover {
    opacity: 0.7;
  }
}
.c-readmore-btn::before {
  position: absolute;
  content: "+";
  top: 0;
  left: -0.5em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* ポップアップ */
.c-popup-wrap {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 100;
}

.c-popup-container {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 40px 0;
  height: 100%;
  overflow-y: auto;
}

.c-popup {
  position: relative;
  z-index: 1;
  width: min(784px, 90%);
  background-color: #fff;
  border-radius: 6px;
}
.c-popup__ttl {
  background-color: #F4F4F4;
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-size: 18px;
  padding: 22px;
}
.c-popup__cont {
  padding: 36px 50px 40px;
}
.c-popup__table {
  max-height: 400px;
  overflow-y: auto;
}
.c-popup__table table {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.c-popup__table th,
.c-popup__table td {
  white-space: nowrap;
  padding: 20px 25px;
}
.c-popup__table thead {
  background-color: #6f6f6f;
  border: 2px solid #6f6f6f;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.c-popup__table thead td {
  padding-top: 17px;
  padding-bottom: 17px;
}
.c-popup__table tbody {
  background-color: #fff;
  border: 2px solid #F4F4F4;
  border-top: none;
  border-radius: 0 0 6px 6px;
  line-height: 1.84;
  font-size: 13px;
}
.c-popup__table tbody th,
.c-popup__table tbody td {
  vertical-align: top;
}
.c-popup__table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}
.c-popup__table td:first-child {
  padding-right: 0;
}
.c-popup__table td.item-name {
  width: 370px;
  white-space: normal;
}
.c-popup__text {
  font-size: 14px;
  margin-bottom: 14px;
}
.c-popup__btn {
  margin-top: 35px;
}
.c-popup__btn .c-btn {
  width: min(250px, 100%);
  margin-inline: auto;
}
.c-popup__btn .c-btn a,
.c-popup__btn .c-btn button {
  padding: 0.7em;
}
.c-popup__btn--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-popup__block:not(:last-child) {
  margin-bottom: 30px;
}
.c-popup__block-ttl {
  font-size: 15px;
  margin-bottom: 14px;
}
.c-popup--download {
  width: min(510px, 90%);
  /* チェック後 */
}
.c-popup--download input[type=text] {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  padding: 1em;
}
.c-popup--download input[type=text]::-webkit-input-placeholder {
  color: #afafaf;
}
.c-popup--download input[type=text]::-moz-placeholder {
  color: #afafaf;
}
.c-popup--download input[type=text]:-ms-input-placeholder {
  color: #afafaf;
}
.c-popup--download input[type=text]::-ms-input-placeholder {
  color: #afafaf;
}
.c-popup--download input[type=text]::placeholder {
  color: #afafaf;
}
.c-popup--download input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.c-popup--download label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.c-popup--download label:not(:last-child) {
  margin-bottom: 10px;
}
.c-popup--download label::before {
  content: "";
  aspect-ratio: 1;
  width: 34px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin-right: 1em;
}
.c-popup--download label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1;
  width: 18px;
  background-color: #B91111;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-popup--download input[type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-popup--download input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-popup--download .c-popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-popup__radio-item {
  /* チェック後 */
}
.c-popup__radio-item:not(:last-child) {
  margin-bottom: 10px;
}
.c-popup__radio-item input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.c-popup__radio-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-popup__radio-item label::before {
  content: "";
  aspect-ratio: 1;
  width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
}
.c-popup__radio-item label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1;
  width: 18px;
  background-color: #000;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-popup__radio-item label .p-card-item__logo {
  width: 100px;
  border-right: none;
}
.c-popup__radio-item label .p-card-item__logo img {
  width: 54px;
}
.c-popup__radio-item label .p-card-item__cont {
  padding: 0;
}
.c-popup__radio-item label .p-card-item__cont ul > li:not(:last-child) {
  margin-bottom: 0.1em;
}
.c-popup__radio-item label .p-card-item__ttl {
  font-size: 15px;
  margin-bottom: 6px;
}
.c-popup__radio-item input[type=radio]:checked + label {
  outline-color: #000;
}
.c-popup__radio-item input[type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-popup--mid {
  width: min(620px, 90%);
}

/* ダウンロード追従ボタン
---------------------------------------------------------- */
.p-export-download {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 16px 50px;
  z-index: 10;
}
.p-export-download__ttl {
  white-space: nowrap;
  font-size: 18px;
}
@media all and (max-width: 1300px) {
  .p-export-download__ttl {
    font-size: 1.2vw;
  }
}
.p-export-download__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
}
.p-export-download__btn {
  width: 260px;
}
@media all and (max-width: 1460px) {
  .p-export-download__btn {
    width: 16vw;
  }
}
.p-export-download__btn input {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.p-export-download__btn button,
.p-export-download__btn a,
.p-export-download__btn div,
.p-export-download__btn label {
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #B91111;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 1.06em;
  cursor: pointer;
}
@media all and (max-width: 1300px) {
  .p-export-download__btn button,
  .p-export-download__btn a,
  .p-export-download__btn div,
  .p-export-download__btn label {
    font-size: 1vw;
  }
}
@media (hover: hover) {
  .p-export-download__btn button,
  .p-export-download__btn a,
  .p-export-download__btn div,
  .p-export-download__btn label {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .p-export-download__btn button:hover,
  .p-export-download__btn a:hover,
  .p-export-download__btn div:hover,
  .p-export-download__btn label:hover {
    background-color: #ed5151;
  }
}
.p-export-download__btn button span,
.p-export-download__btn a span,
.p-export-download__btn div span,
.p-export-download__btn label span {
  position: relative;
  padding-left: 28px;
}
@media all and (max-width: 1300px) {
  .p-export-download__btn button span,
  .p-export-download__btn a span,
  .p-export-download__btn div span,
  .p-export-download__btn label span {
    padding-left: 24px;
  }
}
.p-export-download__btn button span::before,
.p-export-download__btn a span::before,
.p-export-download__btn div span::before,
.p-export-download__btn label span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/file_white_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 15/18;
  width: 17px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 1300px) {
  .p-export-download__btn button span::before,
  .p-export-download__btn a span::before,
  .p-export-download__btn div span::before,
  .p-export-download__btn label span::before {
    width: 14px;
  }
}
.p-export-download__btn--mail button span::before,
.p-export-download__btn--mail a span::before,
.p-export-download__btn--mail div span::before,
.p-export-download__btn--mail label span::before {
  background-image: url(../images/common/icon/paper-airplane_01.svg);
  aspect-ratio: 1;
  width: 20px;
}
@media all and (max-width: 1300px) {
  .p-export-download__btn--mail button span::before,
  .p-export-download__btn--mail a span::before,
  .p-export-download__btn--mail div span::before,
  .p-export-download__btn--mail label span::before {
    width: 17px;
  }
}

/* ==========================================================================//
//
// 会員退会手続き
//
// ========================================================================== */
.l-mypage-close .c-btn--back {
  margin-top: 30px;
}
.l-mypage-close .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.l-mypage-close .check_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 2);
}
.l-mypage-close .check_list > li input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-mypage-close .check_list > li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ==========================================================================//
//
// 会員退会完了
//
// ========================================================================== */
.p-close-thanks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-top: 30px;
}
.p-close-thanks-content__ttl {
  font-weight: 600;
  text-align: center;
  font-size: 19px;
  line-height: 1.84;
}
.p-close-thanks-content__image {
  width: 87px;
}