@charset "UTF-8";
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.bookmark {
  color: #000000;
}
.bookmark-main {
  flex: 1;
  position: relative;
}
.bookmark-main-head {
  display: flex;
  align-items: flex-end;
}
.bookmark-main-head-counts {
  font-size: 1rem;
  margin-left: 24px;
  margin-bottom: 30px;
}
.bookmark-main * {
  min-height: 0%;
}
.bookmark-h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.bookmark-h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #191919;
}
.bookmark-pager-top {
  position: absolute;
  right: 0;
  top: -5px;
}
.bookmark-pager-bottom {
  position: relative;
}
.bookmark-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.bookmark-list-card {
  width: 25%;
  margin-bottom: 35px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bookmark-list-card * {
  min-height: 0%;
  flex-basis: auto;
}
.bookmark-list-card-link {
  min-height: 0%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bookmark-list-card-img {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  margin-bottom: 10px;
  min-height: 0%;
}
.bookmark-list-card-img figure {
  margin-bottom: 0;
  min-height: 0%;
}
.bookmark-list-card-img figure img {
  min-height: 0%;
}
.bookmark-list-card-body {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.bookmark-list-card-title {
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.bookmark-list-card-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bookmark-list-card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #747373;
  margin-bottom: 10px;
  margin-top: auto;
}
.bookmark-list-card-text-prices {
  text-align: right;
}
.bookmark-list-card-text-prices p {
  margin-bottom: 0;
}
.bookmark-list-card-btn-cart, .bookmark-list-card-btn-cart02 {
  border: 0;
  font-size: 0.875rem;
  line-height: 1em;
  width: 100%;
  height: 38px;
  padding: 12px 0;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(40deg, #ff6ec4 0, #7873f5 100%);
  min-height: 0%;
  margin-top: auto;
}
.bookmark-list-card-btn-cart:disabled, .bookmark-list-card-btn-cart02:disabled {
  background: none;
  color: #212529;
  font-weight: normal;
}
.bookmark-list-card-btn-cart02 {
  background: #e2e2e2;
  color: #212529;
  font-weight: normal;
}
.bookmark-list-card-btn-delete-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
}
.bookmark-list-card-btn-delete {
  border: 0;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #000;
  opacity: 0.5;
}
.bookmark-list-card-btn-delete::before, .bookmark-list-card-btn-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff;
}
.bookmark-list-card-btn-delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bookmark-list-card-btn-delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .bookmark-main-head-counts {
    margin-bottom: 30px;
    font-size: 0.9375rem;
  }
  .bookmark-h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .bookmark-pager-top {
    position: relative;
    margin-bottom: 5px;
  }
  .bookmark-pager-bottom {
    position: relative;
    margin-bottom: 29px;
  }
  .bookmark-list {
    padding: 0 3px;
    justify-content: space-between;
  }
  .bookmark-list-card {
    width: 50%;
    margin-bottom: 44px;
    padding: 0 0;
  }
  .bookmark-list-card:nth-child(2n-1) {
    padding-right: 3.5px;
  }
  .bookmark-list-card:nth-child(2n) {
    padding-left: 3.5px;
  }
  .bookmark-list-card-btn-cart, .bookmark-list-card-btn-cart02 {
    font-size: 0.875rem;
  }
  .bookmark-list-card-btn-delete {
    width: 30px;
    height: 30px;
  }
  .bookmark-list-card-btn-delete::before, .bookmark-list-card-btn-delete::after {
    width: 3px;
    height: 16px;
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .bookmark-main {
    flex-basis: auto;
  }
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.contact .customer-form-link {
  color: #0e499d;
  text-decoration: underline;
}
.contact .customer-form-link:hover {
  opacity: 0.6;
}
.contact .customer-form-row:first-of-type {
  border-top: none;
}
.contact .customer-form-row:last-of-type {
  border-bottom: 1px solid #707070;
  margin-bottom: 32px;
}
.contact .customer-form-row.is-hidden {
  display: none;
}
.contact .customer-form input[name=mail] {
  width: 420px;
}
.contact .customer-form input[name=cmail] {
  width: 420px;
}
.contact .customer-form input[name=question2] {
  width: 600px;
  height: 200px;
}
.contact .customer-form input[name=question2]::placeholder {
  position: fixed;
}
.contact .customer-form select {
  padding: 8px 12px 8px 17px;
}
.contact .customer-form-selectwrap {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .contact .customer-form-text {
    margin-bottom: 40px;
  }
  .contact .customer-form-row {
    padding: 14px 0;
  }
  .contact .customer-form-row:first-of-type {
    border-top: 1px solid #707070;
  }
  .contact .customer-form-row:last-of-type {
    margin-bottom: 36px;
  }
  .contact .customer-form-head {
    margin-bottom: 8px;
  }
  .contact .customer-form input[name=mail] {
    width: 100%;
  }
  .contact .customer-form input[name=cmail] {
    width: 100%;
  }
  .contact .customer-form input[name=question2] {
    width: 100%;
    height: 280px;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.contactlist {
  color: #000000;
}
.contactlist-main {
  flex: 1;
  position: relative;
}
.contactlist-main-head {
  display: flex;
  align-items: flex-end;
}
.contactlist-main-head-counts {
  font-size: 1rem;
  margin-left: 24px;
  margin-bottom: 30px;
}
.contactlist-h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.contactlist-h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #191919;
}
.contactlist-pager-top {
  position: absolute;
  right: 0;
  top: 0;
}
.contactlist-pager-bottom {
  position: relative;
}
.contactlist-list {
  margin-bottom: 30px;
}
.contactlist-list-row {
  border: 1px solid #666666;
  border-radius: 4px;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 25px;
}
.contactlist-list-date {
  font-size: 1rem;
  color: #000000;
  font-weight: lighter;
  margin-right: 22px;
}
.contactlist-list-ttl {
  font-size: 1rem;
  margin-bottom: 0;
}
.contactlist-list-ttl a {
  text-decoration: underline;
  color: #0e499d;
}

@media screen and (max-width: 1024px) {
  .contactlist-main-head-counts {
    margin-bottom: 25px;
    font-size: 0.9375rem;
  }
  .contactlist-h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .contactlist-pager-top {
    position: relative;
    margin-bottom: 25px;
  }
  .contactlist-pager-top ul, .contactlist-pager-top li {
    margin-bottom: 0;
    line-height: 1;
  }
  .contactlist-pager-bottom {
    position: relative;
    margin-bottom: 29px;
  }
  .contactlist-list {
    margin-bottom: 49px;
  }
  .contactlist-list-row {
    height: 78px;
    display: block;
    padding: 19px 9px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .contactlist-list-date {
    font-size: 0.875rem;
    margin-right: 0px;
  }
  .contactlist-list-ttl {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .contactlist-list-ttl a {
    text-decoration: underline;
    color: #0e499d;
  }
}
.contactlist-detail {
  color: #000000;
}
.contactlist-detail-main {
  flex: 1;
  position: relative;
}
.contactlist-detail-h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #191919;
}
.contactlist-detail-msg {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 2em;
}
.contactlist-detail-msg-row {
  border: 1px solid #666666;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 24px 14px;
  margin-bottom: 25px;
}
.contactlist-detail-msg-date {
  width: 185px;
  color: #000000;
  font-weight: bold;
  padding: 0 0 18px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}
.contactlist-detail-msg-ttl {
  width: calc(100% - 185px);
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 22px 18px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}
.contactlist-detail-msg-orderid {
  padding: 16px 0 0 0;
  font-weight: bold;
  margin-bottom: 0;
}
.contactlist-detail-msg-text {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0;
  word-break: break-all;
}
.contactlist-detail-reply {
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 0;
}
.contactlist-detail-reply-elm {
  list-style: none;
  margin-bottom: 35px;
  display: flex;
  align-items: stretch;
}
.contactlist-detail-reply-sender {
  width: 87px;
  font-weight: bold;
  box-sizing: border-box;
  border-right: 1px solid #b1b1b1;
  line-height: 1em;
}
.contactlist-detail-reply-body {
  width: calc(100% - 87px);
  padding-left: 24px;
  box-sizing: border-box;
}
.contactlist-detail-reply-body-date {
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1em;
}
.contactlist-detail-reply-body-text {
  font-weight: lighter;
  margin-bottom: 0;
  word-break: break-all;
}
.contactlist-detail-form {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
}
.contactlist-detail-textarea-wrap {
  padding-left: 87px;
}
.contactlist-detail-textarea {
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  min-height: 120px;
  border: 1px solid #b1b1b1;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.contactlist-detail-textarea ::placeholder {
  color: #b1b1b1;
}
.contactlist-detail-btn, .contactlist-detail-btn-02, .contactlist-detail-btn-01 {
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal;
  width: 240px;
  height: 60px;
  padding: 22px 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 40px;
  display: block;
  border: 0;
}
.contactlist-detail-btn-01 {
  background: #002b5e;
  color: #fff;
}
.contactlist-detail-btn-02 {
  background: #e2e2e2;
  color: #212529;
}

@media screen and (max-width: 1024px) {
  .contactlist-detail-h2 {
    margin-bottom: 45px;
    font-size: 1.5rem;
  }
  .contactlist-detail-msg {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .contactlist-detail-msg-row {
    padding: 20px 10px 19px;
    margin-bottom: 20px;
  }
  .contactlist-detail-msg-date {
    width: 100%;
    border-bottom: 0px;
    padding-bottom: 0;
  }
  .contactlist-detail-msg-ttl {
    width: 100%;
    padding: 0 0 16px 0;
  }
  .contactlist-detail-msg-orderid {
    padding: 16px 0 0 0;
  }
  .contactlist-detail-reply {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .contactlist-detail-reply-elm {
    margin-bottom: 45px;
    flex-wrap: wrap;
    position: relative;
  }
  .contactlist-detail-reply-sender {
    line-height: 1em;
    width: 100%;
    height: 40px;
    border-right: 0px;
    background: #f5f5f5;
    border-top: 1px solid #b1b1b1;
    padding-top: 18px;
  }
  .contactlist-detail-reply-sender::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 78px;
    background: #f5f5f5;
    border-top: 1px solid #b1b1b1;
  }
  .contactlist-detail-reply-sender::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1rem;
    height: 78px;
    background: #f5f5f5;
    border-top: 1px solid #b1b1b1;
  }
  .contactlist-detail-reply-body {
    padding-left: 0px;
    width: 100%;
  }
  .contactlist-detail-reply-body-date {
    line-height: 1em;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding-top: 5px;
  }
  .contactlist-detail-reply-body-text {
    margin-bottom: 0;
  }
  .contactlist-detail-form {
    margin-bottom: 50px;
    padding-left: 0;
  }
  .contactlist-detail-textarea-wrap {
    padding-left: 0px;
  }
  .contactlist-detail-textarea {
    font-size: 0.875rem;
    line-height: 1.5em;
    min-height: 120px;
    padding: 12px 10px;
    margin-bottom: 24px;
  }
  .contactlist-detail-btn, .contactlist-detail-btn-01, .contactlist-detail-btn-02 {
    width: 100%;
    font-size: 0.875rem;
    height: 46px;
    padding: 16px 0 16px;
    margin: 0 auto 49px;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.customer {
  color: #212529;
}
.customer .display-sp {
  display: none;
}
.customer-links {
  margin: 0;
}
.customer-links .store_link {
  text-decoration: underline;
  color: #0e499d;
}
.customer-links .store_link:hover {
  text-decoration: none;
}
.customer-links.pc {
  display: block;
}
.customer-links.sp {
  display: none;
}
.customer-header {
  padding: 14px 0 10px;
  background-color: #fafafa;
  border-bottom: 4px solid #1d1d1d;
}
.customer-header .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.customer-header .breadcrumb-item {
  color: #212529 !important;
}
.customer-header .breadcrumb-item a {
  color: #212529 !important;
}
.customer-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 22px;
}
.customer-container {
  min-width: 992px;
  max-width: 1408px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.customer-wrap {
  display: flex;
  width: 100%;
  margin: 44px auto 60px;
}
.customer-side {
  width: 210px;
  margin-right: 50px;
}
.customer-side-head {
  border-bottom: 1px solid #212529;
}
.customer-side-head a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.customer-side-head a::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-right: 3px solid #212529;
  border-bottom: 3px solid #212529;
  transform: rotate(-45deg);
}
.customer-side-list {
  margin-bottom: 26px;
  padding: 0;
  list-style: none;
}
.customer-side-item a {
  display: flex;
  align-items: center;
  line-height: 2rem;
  color: #0e499d;
}
.customer-side-item a .text {
  text-decoration: underline;
}
.customer-side-item a:hover .text {
  text-decoration: none;
}
.customer-side-item.current a {
  pointer-events: none;
}
.customer-side-item.current a .text {
  text-decoration: none;
  color: #212529;
}
.customer-side-icon {
  width: 22px;
  margin-right: 9px;
  text-align: center;
}
.customer-main {
  flex: 1;
}
.customer-h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.customer-h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
.customer-form input {
  appearance: none;
  background-color: transparent;
}
.customer-form select {
  background-color: #fff;
  color: #000;
}
@media all and (-ms-high-contrast: none) {
  .customer-form input[type=checkbox],
  .customer-form input[type=radio] {
    display: none;
  }
}
.customer-form label {
  margin-bottom: 0;
}
.customer-form input[type=text],
.customer-form input[type=text]:focus:not([readonly]),
.customer-form input[type=password],
.customer-form input[type=password]:focus:not([readonly]),
.customer-form select {
  border: 1px solid #b1b1b1;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}
.customer-form input[type=text]:focus,
.customer-form input[type=text]:focus:not([readonly]):focus,
.customer-form input[type=password]:focus,
.customer-form input[type=password]:focus:not([readonly]):focus,
.customer-form select:focus {
  outline: 1px solid #000000;
}
.customer-form input[type=text],
.customer-form input[type=password],
.customer-form select {
  width: 200px;
  padding: 8px 17px;
  font-size: 1rem;
  height: 42px;
  box-sizing: border-box;
}
.customer-form input[type=text].small,
.customer-form input[type=password].small,
.customer-form select.small {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .customer-form-data.small-select {
    width: max-content;
  }
}
.customer-form-data.small-select select {
  width: 100px;
}
.customer-form .error input[type=text],
.customer-form .error input[type=text]:focus:not([readonly]),
.customer-form .error input[type=password],
.customer-form .error input[type=password]:focus:not([readonly]),
.customer-form .error select,
.customer-form .error textarea {
  border: 1px solid #fc9797;
  background-color: #fce8e8;
}
.customer-form-radio label {
  position: relative;
}
.customer-form-radio label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 -3px;
  background-color: #e2e2e2;
  border: 2px solid #b1b1b1;
  border-radius: 50%;
}
.customer-form-radio input[type=radio]:focus-within + label::before {
  border: 2px solid var(--color-line-blue-20);
}
.customer-form-radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #cf5490;
  border-radius: 50%;
}
.customer-form-checkbox label {
  position: relative;
  padding-left: 21px;
}
.customer-form-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  background: #fff;
  border: solid 1px #002B5E;
  height: 16px;
  width: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}
.customer-form input[type=checkbox]:checked + label:before {
  border: 0px;
  border: solid 1px #002B5E;
}
.customer-form-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  height: 12px;
  width: 6px;
  border-right: solid 2px #002B5E;
  border-bottom: solid 2px #002B5E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customer-form .require {
  color: #fe1212;
}
.customer-form-row {
  display: flex;
  align-items: center;
  padding: 18px 32px;
  border-bottom: 1px solid #707070;
}
.customer-form-row:first-of-type {
  border-top: 1px solid #707070;
  position: relative;
}
.customer-form-row:last-of-type {
  border-bottom: none;
}
.customer-form-row.no-border-top:first-of-type {
  border-top: none;
}
.customer-form-row.no-border-top:first-of-type:before, .customer-form-row.no-border-top:first-of-type:after {
  display: none;
}
.customer-form-head {
  align-self: self-start;
  width: 33.3333333333%;
  margin: 0;
  padding: 11px 12px 11px 0;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 600;
}
.customer-form-head span {
  margin-left: 16px;
  font-size: 0.875rem;
}
.customer-form-data {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
}
.customer-form-data--nowrap {
  flex-wrap: nowrap;
}
.customer-form-input {
  position: relative;
  margin: 0 20px 0 0;
}
.customer-form-input:last-of-type {
  margin-right: 0;
}
.customer-form-input.full input[type=text],
.customer-form-input.full input[type=password],
.customer-form-input.full select {
  width: 420px;
}
.customer-form-input.radio label {
  margin-right: 32px;
  margin-top: 6px;
}
.customer-form-input.mailmagazine {
  padding-left: 17px;
}
.customer-form-input.pw {
  padding-left: 17px;
}
.customer-form-select {
  position: relative;
}
.customer-form-select select {
  appearance: auto;
  margin-left: 20px;
  margin-right: 5px;
}
.customer-form-select select:first-child {
  margin-left: 0;
}
.customer-form-notice {
  flex: 1;
  margin: 0 0 0 20px;
}
.customer-form-notice .customer-form-input {
  text-indent: 0;
}
.customer-form-notice.terms {
  text-align: center;
  margin: 30px auto 40px;
}
.customer-form-notice.terms a {
  text-decoration: underline;
  color: #0e499d;
}
.customer-form-notice.terms a:hover {
  text-decoration: none;
}
.customer-form-button {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.customer-form-button-back {
  display: block;
  width: 300px;
  height: 60px;
  color: #212529;
  background: #e2e2e2;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  margin: 0 15px;
  font-weight: bold;
}
.customer-form-button input[type=submit] {
  width: 300px;
  height: 60px;
  color: #fff;
  background-image: linear-gradient(40deg, rgb(255, 110, 196) 0%, rgb(120, 115, 245) 100%);
  border: none;
  outline: none;
  margin: 0 15px;
  font-weight: bold;
}
.customer-form-button input[type=submit]:focus {
  outline: 2px solid var(--color-line-black-20);
}
.customer-form-error {
  display: none;
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fe1212;
}
.customer-form-confirm {
  border-top: 1px solid #707070;
}
.customer-form-confirm.no-border-top .customer-form-row:first-child {
  padding-top: 0;
}
.customer-form-confirm.no-border-top:first-of-type {
  border-top: none;
}
.customer-form-confirm.no-border-top:first-of-type:before, .customer-form-confirm.no-border-top:first-of-type:after {
  display: none;
}
.customer-form-confirm .customer-form-row {
  border: none;
  padding: 0 32px;
}
.customer-form-confirm .customer-form-row:first-child {
  padding-top: 18px;
}
.customer-form-confirm .customer-form-row:last-child {
  padding-bottom: 18px;
}
.customer-heading-wrap {
  display: flex;
  justify-content: space-between;
}
.customer-heading-link {
  position: relative;
  margin-left: 24px;
  color: #0e499d;
}
.customer-heading-link::before {
  content: url(/wp-content/themes/folk/assets/img/common/icon-info.png);
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
}
.customer-history-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.customer-history-header .customer-heading-links {
  display: none;
}
.customer-history-header .pagination {
  margin-bottom: 0;
}
.customer-history-bottom {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.customer-history-bottom .pagination {
  margin-bottom: 0;
}
.customer-order .align-right {
  text-align: right;
}
.customer-order-wrap.narrow .customer-order-left {
  padding: 13px 0;
}
.customer-order-wrap.narrow .customer-order-right {
  padding: 13px 0 13px 24px;
}
.customer-order-left {
  flex: 1;
}
.customer-order-center {
  display: flex;
  align-items: center;
}
.customer-order-center p.text-link {
  margin-top: -5px;
}
.customer-order-right {
  width: 208px;
  padding: 24px 0 24px 24px;
}
.customer-order-right > div + div {
  margin-top: 9px;
}
.customer-order-block {
  margin-bottom: 24px;
  padding: 0;
  border: 1px solid #b1b1b1;
}
.customer-order-header {
  padding: 0 24px;
  background-color: #f5f5f5;
}
.customer-order-header .cancel-link {
  margin-left: 10px;
  text-decoration: underline;
  color: #0e499d;
}
.customer-order-header .cancel-link:hover {
  text-decoration: none;
}
.customer-order-header .text {
  margin: 0 0 5px;
  font-size: 1rem;
}
.customer-order-header .text-small {
  margin: 0;
  font-size: 0.8125rem;
}
.customer-order-header .text-link {
  margin: 4px 0 0;
  line-height: 1;
}
.customer-order-header .text-link a {
  text-decoration: underline;
  color: #0e499d;
}
.customer-order-header .text-link a:hover {
  text-decoration: none;
}
.customer-order-header .text-link a.disabled {
  color: #212529;
  pointer-events: none;
  text-decoration: none;
}
.customer-order-header .text-link > a {
  font-weight: bold;
}
.customer-order-summary {
  position: relative;
  padding: 24px 0;
}
.customer-order-box {
  flex-wrap: wrap;
}
.customer-order-box + .customer-order-box {
  border-top: 1px solid #b1b1b1;
}
.customer-order-detail {
  padding: 0 24px;
}
.customer-order-row {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
}
.customer-order-row + .customer-order-row {
  border-top: 1px solid #b1b1b1;
}
.customer-order-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-height: 100px;
  margin-right: 24px;
}
.customer-order-thumb p {
  margin: 0;
}
.customer-order-thumb img {
  width: 100%;
}
.customer-order-thumb.border-thumb {
  border-right: 1px solid #b1b1b1;
}
.customer-order-information {
  flex: 1;
  position: relative;
}
.customer-order-product {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 700;
}
.customer-order-product.light {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.customer-order-product.light + .customer-order-option {
  margin-top: 16px;
}
.customer-order-option {
  margin: 0;
}
.customer-order-amount {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.customer-order-wrap {
  display: flex;
  justify-content: space-between;
}
.customer-order-gift .customer-order-row {
  align-items: flex-start;
}
.customer-order-gift .customer-order-row + .customer-order-row {
  border-top: none;
}
.customer-order-gift .customer-order-product {
  margin-top: 10px;
}
.customer-order-gift .customer-order-information {
  min-height: 120px;
}

@media (max-width: 1440px) {
  .customer-container {
    max-width: 1248px;
  }
}
@media screen and (max-width: 1280px) {
  .customer-container {
    max-width: 992px;
  }
  .customer-container .customer-order-header .text > span {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .customer-container {
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  .customer-header {
    margin-bottom: 18px;
  }
  .customer-header h2 {
    font-size: 1.25rem;
  }
  .customer-header-wrap {
    display: block;
  }
  .customer-links.pc {
    display: none;
  }
  .customer-links.sp {
    display: block;
    text-align: right;
  }
  .customer-wrap {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .customer-side {
    width: auto;
    margin: 50px -1rem 0;
  }
  .customer-side-head {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0 1rem 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
  .customer-side-head a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-right: 3px solid #212529;
    border-bottom: 3px solid #212529;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .customer-side-list {
    margin-bottom: 0;
  }
  .customer-side-item {
    border-bottom: 1px solid #b1b1b1;
  }
  .customer-side-item a {
    position: relative;
    width: 100%;
    padding: 13px 1rem;
    line-height: 1;
    text-decoration: none;
    color: #212529;
  }
  .customer-side-item a .text {
    text-decoration: none;
  }
  .customer-side-item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 9px;
    height: 9px;
    margin: auto;
    border-right: 3px solid #212529;
    border-bottom: 3px solid #212529;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .customer-side-icon {
    margin-right: 12px;
  }
  .customer-main {
    margin-bottom: 0;
  }
  .customer-h1 {
    font-size: 1.25rem;
  }
  .customer-h2 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .customer-form .require {
    font-size: 0.75rem;
  }
  .customer-form-row {
    display: block;
    padding: 14px 0;
  }
  .customer-form-row:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: -1px;
    left: -16px;
  }
  .customer-form-row:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: -1px;
    right: -16px;
  }
  .customer-form-head {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 0.875rem;
  }
  .customer-form-data {
    justify-content: space-between;
  }
  .customer-form-data.align-left {
    justify-content: start;
  }
  .customer-form-input {
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
  .customer-form-input input[type=text],
  .customer-form-input input[type=password] {
    width: 100%;
  }
  .customer-form-input input[type=text],
  .customer-form-input input[type=password],
  .customer-form-input select {
    padding: 6px 10px;
    height: 38px;
  }
  .customer-form-input.full {
    width: 100%;
  }
  .customer-form-input.full input[type=text],
  .customer-form-input.full input[type=password],
  .customer-form-input.full select {
    width: 100%;
  }
  .customer-form-input.full select {
    width: 100%;
  }
  .customer-form-input.radio label {
    width: auto;
    margin-right: 50px;
  }
  .customer-form-input.birthdate {
    width: 100vw;
    max-width: calc(100% - 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .customer-form-input.birthdate select {
    min-width: calc((100% - 120px) / 3);
    max-width: 80px;
    width: 100%;
  }
  .customer-form-input.pw {
    width: 100%;
  }
  .customer-form-input.radio {
    width: auto;
  }
  .customer-form-notice {
    flex: auto;
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    font-size: 0.875rem;
    text-indent: 0;
  }
  .customer-form-select select {
    margin-left: 10px;
  }
  .customer-form-select select:first-child {
    margin-left: 0;
  }
  .customer-form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-form-button-back {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .customer-form-button input[type=submit] {
    width: 100%;
    height: 50px;
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .customer-form-confirm {
    position: relative;
  }
  .customer-form-confirm:first-child:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: -1px;
    left: -16px;
  }
  .customer-form-confirm:first-child:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: -1px;
    right: -16px;
  }
  .customer-form-confirm .customer-form-row {
    padding: 7px 0;
  }
  .customer-form-confirm .customer-form-row::before, .customer-form-confirm .customer-form-row::after {
    display: none;
  }
  .customer-form-confirm .customer-form-row:first-child {
    padding-top: 14px;
  }
  .customer-form-confirm .customer-form-row:last-child {
    padding-bottom: 14px;
  }
  .customer-heading-wrap {
    display: block;
  }
  .customer-heading-link {
    margin-left: 0;
    margin-right: 20px;
    font-size: 0.75rem;
  }
  .customer-history-header {
    display: block;
    margin-bottom: 25px;
  }
  .customer-history-header .customer-heading-links {
    display: block;
    margin-bottom: 25px;
  }
  .customer-history-header .customer-form select {
    width: 100%;
  }
  .customer-history-header .pagination {
    justify-content: flex-end;
  }
  .customer-history-bottom {
    margin-bottom: 60px;
  }
  .customer-history-limit {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-history-limit .customer-form select {
    width: 100%;
  }
  .customer-order {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .customer-order .align-right {
    text-align: right;
  }
  .customer-order-wrap {
    display: block;
    justify-content: space-between;
  }
  .customer-order-wrap .pc {
    display: none;
  }
  .customer-order-wrap.narrow .customer-order-left {
    padding: 15px 0 12px;
  }
  .customer-order-wrap.narrow .customer-order-right {
    padding: 0 0 19px;
  }
  .customer-order-left {
    flex: 1;
  }
  .customer-order-center {
    display: block;
    margin-bottom: 12px;
  }
  .customer-order-center p.text-link {
    margin-top: 0;
  }
  .customer-order-right {
    width: auto;
    padding: 0 0 19px;
  }
  .customer-order-right > div + div {
    margin-top: 0;
  }
  .customer-order-right.column2-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
  }
  .customer-order-right.column2-sp > div {
    width: calc(50% - 6px);
  }
  .customer-order-block {
    margin-bottom: 31px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .customer-order-header {
    padding: 0 1rem;
  }
  .customer-order-header .text {
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .customer-order-header .text-small {
    margin: 0;
    font-size: 0.8125rem;
  }
  .customer-order-header .text-link {
    margin: 4px 0 0;
    line-height: 1;
  }
  .customer-order-header .text-link a {
    text-decoration: underline;
    color: #0e499d;
  }
  .customer-order-header .customer-order-detail-button {
    margin-top: 16px;
  }
  .customer-order-header .customer-order-detail-button a {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0e499d;
  }
  .customer-order-summary {
    padding: 15px 0 12px;
  }
  .customer-order-status {
    position: absolute;
    top: 19px;
    right: 0;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .customer-order-detail {
    padding: 0 1rem;
  }
  .customer-order-row {
    align-items: flex-start;
    padding: 20px 0 0;
  }
  .customer-order-row + .customer-order-row {
    margin-top: 10px;
    padding: 0;
    border-top: none;
  }
  .customer-order-thumb {
    display: block;
    width: 100px;
    margin-right: 20px;
  }
  .customer-order-thumb p {
    margin: 0;
  }
  .customer-order-thumb.border-thumb {
    visibility: hidden;
    height: 0;
    min-height: 0;
  }
  .customer-order-information {
    flex: 1;
    position: relative;
  }
  .customer-order-product {
    margin-bottom: 7px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .customer-order-product.light {
    margin: 0 0 7px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25;
  }
  .customer-order-option {
    margin: 0 0 7px;
    font-size: 0.875rem;
    line-height: 1.25;
  }
  .customer-order-amount {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.112;
  }
  .customer-order-gift .customer-order-product {
    margin-top: 0;
  }
  .customer-order-gift .customer-order-information {
    min-height: 0;
  }
  .customer-order-gift .customer-order-row + .customer-order-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .customer .display-sp {
    display: block;
  }
  .customer .display-pc {
    display: none;
  }
}
.customer-form input::placeholder {
  color: #b1b1b2;
}
.customer-form textarea {
  width: 600px;
  border: 1px solid #b1b1b1;
  padding: 8px 17px;
}
.customer-form textarea:focus {
  outline: 1px solid #000000;
}
.customer-form textarea::placeholder {
  color: #b1b1b2;
}
@media screen and (max-width: 1024px) {
  .customer-form textarea {
    width: 100%;
  }
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.customer-withdrawal-form {
  display: flex;
  justify-content: center;
  margin: 42px auto 31px;
}
.customer-withdrawal-form-data {
  margin-bottom: 16px;
  padding-left: 22px;
}
.customer-withdrawal-form-button {
  display: flex;
  justify-content: center;
}
.customer-withdrawal-form-button button {
  width: 300px;
  height: 60px;
  font-weight: bold;
  color: #fff;
  background: #002b5e;
  border: none;
  outline: 0;
}
.customer-withdrawal-form-button button:disabled {
  background: #eeeeee;
  color: #626262;
}
.customer-withdrawal-form-checkbox {
  display: none;
}
.customer-withdrawal-form-checkbox-label {
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  color: #212529;
}
.customer-withdrawal-form-checkbox-label::before {
  content: "";
  display: block;
  position: absolute;
  border: 0;
  top: 4px;
  left: -22px;
  width: 16px;
  height: 16px;
  border: 1px solid #002a5e;
  background: #fff;
}
.customer-withdrawal-form-checkbox:checked + label::before {
  border: 1px solid #002a5e !important;
}
.customer-withdrawal-form-checkbox:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 12px;
  height: 6px;
  margin: auto;
  border-left: 2px solid #002a5e;
  border-bottom: 2px solid #002a5e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .customer-withdrawal-form {
    margin: 35px auto 20px;
  }
  .customer-withdrawal-form-checkbox-label {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .customer-withdrawal-form-checkbox-label::before {
    top: 3px;
  }
  .customer-withdrawal-form-checkbox:checked + label::after {
    top: 7px;
  }
}
.customer-menu-block {
  width: 100%;
  border: 1px solid rgb(102, 102, 102);
  border-radius: 4px;
  padding: 24px 23px 11px;
  margin-bottom: 21px;
}
.customer-menu-block-row {
  display: flex;
  margin-bottom: 16px;
}
.customer-menu-block-row dt {
  font-weight: bold;
  width: 185px;
}
.customer-menu-block-row dd {
  margin-bottom: 0;
  width: calc(100% - 185px);
}
.customer-menu-block-row dd .customer-menu-point {
  font-weight: bold;
  padding-right: 4px;
}
.customer-menu-block-row dd .customer-menu-stage {
  font-weight: bold;
  padding-right: 16px;
}
.customer-menu-block-row dd .customer-menu-stage-sub {
  display: inline-block;
  padding-top: 6px;
}
.customer-menu-info {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 55px;
}
.customer-menu-info a {
  font-size: 0.875rem;
  position: relative;
  margin-left: 22px;
  color: #0e499d;
}
.customer-menu-info a::before {
  content: url(/wp-content/themes/folk/assets/img/common/icon-info.png);
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
}
.customer-menu-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.customer-menu-link-block {
  width: 280px;
}
.customer-menu-link-head {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #212529;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.customer-menu-link-head-sp {
  display: none;
}
.customer-menu-link-list {
  margin-bottom: 26px;
  padding: 0;
  list-style: none;
}
.customer-menu-link-item {
  margin-bottom: 18px;
}
.customer-menu-link-item a {
  display: flex;
  align-items: center;
  line-height: 2rem;
  color: #0e499d;
  flex-wrap: wrap;
}
.customer-menu-link-item a .text {
  text-decoration: underline;
}
.customer-menu-link-item a .text_sub {
  width: 100%;
  padding-left: 30px;
  text-decoration: underline;
}
.customer-menu-link-item a:hover .text, .customer-menu-link-item a:hover .text_sub {
  text-decoration: none;
}
.customer-menu-link-icon {
  width: 22px;
  margin-right: 9px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .customer-menu-block {
    border: 0px;
    border-radius: 0px;
    padding: 0;
  }
  .customer-menu-block-row {
    display: block;
    margin-bottom: 35px;
  }
  .customer-menu-block-row dt {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background: #f5f5f5;
    border-bottom: 1px solid #717070;
    position: relative;
    margin-bottom: 15px;
  }
  .customer-menu-block-row dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1rem;
    width: 1rem;
    height: 31px;
    background: #f5f5f5;
    border-bottom: 1px solid #717070;
  }
  .customer-menu-block-row dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1rem;
    height: 31px;
    background: #f5f5f5;
    border-bottom: 1px solid #717070;
  }
  .customer-menu-block-row dd {
    font-size: 0.875rem;
    width: 100%;
  }
  .customer-menu-block-row dd .customer-menu-stage-sub {
    font-size: 0.75rem;
  }
  .customer-menu-block-row dd .customer-menu-point-sub {
    display: block;
  }
  .customer-menu-info {
    justify-content: flex-start;
  }
  .customer-menu-info a {
    margin-left: 18px;
    font-size: 0.75rem;
  }
  .customer-menu-info a:nth-child(1) {
    margin-left: 0;
  }
  .customer-menu-link {
    width: auto;
    margin: 50px -1rem 0;
    display: block;
  }
  .customer-menu-link-head {
    display: none;
  }
  .customer-menu-link-head-sp {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0 1rem 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    border-bottom: 1px solid #212529;
  }
  .customer-menu-link-block {
    width: 100%;
  }
  .customer-menu-link-list {
    margin-bottom: 0;
  }
  .customer-menu-link-item {
    margin-bottom: 0;
  }
  .customer-menu-link-item a {
    position: relative;
    width: 100%;
    padding: 13px 1rem;
    line-height: 1;
    text-decoration: none;
    color: #212529;
    border-bottom: 1px solid #b1b1b1;
  }
  .customer-menu-link-item a .text {
    text-decoration: none;
  }
  .customer-menu-link-item a .text_sub {
    width: 100%;
    padding-left: 30px;
    text-decoration: none;
  }
  .customer-menu-link-item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 9px;
    height: 9px;
    margin: auto;
    border-right: 3px solid #212529;
    border-bottom: 3px solid #212529;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .customer-menu-link-icon {
    margin-right: 12px;
  }
}
.customer-newsletter-form-notice {
  flex: none;
  display: flex;
}
.customer-newsletter-form-input.radio {
  margin-top: 0;
}
.customer-newsletter-form-caution {
  color: #fe1212;
}
.customer-newsletter-form-data {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.customer-newsletter-form-data input[type=radio] + label {
  margin-right: 32px;
  position: relative;
}
.customer-newsletter-form-data input[type=radio] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 -3px;
  background-color: #e2e2e2;
  border: 2px solid #b1b1b1;
  border-radius: 50%;
}
.customer-newsletter-form-data input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #cf5490;
  border-radius: 50%;
}
.customer-newsletter-form-data input[type=checkbox] + label {
  position: relative;
  position: relative;
}
.customer-newsletter-form-data input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #002B5E;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  margin-right: 5px;
}
.customer-newsletter-form-data input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -7px;
  height: 12px;
  width: 6px;
  border-right: solid 2px #002B5E;
  border-bottom: solid 2px #002B5E;
  transform: rotate(45deg);
}
.customer-newsletter-form-data input:first-child + label {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .customer-newsletter-form {
    width: 100%;
  }
  .customer-newsletter-form input[type=radio] + label {
    margin-right: 0px;
    width: auto;
  }
  .customer-newsletter-form-caution {
    display: block;
    padding-left: 31px;
    font-size: 0.875rem;
  }
}
.customer-passchange-notice {
  padding: 18px 32px;
}
.customer-passchange-notice .customer-form-notice {
  padding-left: 33.3333333333%;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .customer-passchange-notice {
    padding: 0 0;
  }
  .customer-passchange-notice .customer-form-notice {
    padding-left: 0;
    margin-left: 0;
  }
}
.customer-main-print {
  width: calc(100% - 260px);
}
.customer-main-print-block {
  margin-bottom: 59px;
}
.customer-main-print-ttl-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}
.customer-main-print-ttl {
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 6px;
}
.customer-main-print-card {
  border: 1px solid #666;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  z-index: 54;
  padding: 21px 0 24px 24px;
  display: flex;
  margin-bottom: 24px;
}
.customer-main-print-card-left {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 154px);
  align-items: center;
  margin-bottom: -16px;
}
.customer-main-print-card-text {
  display: flex;
  font-size: 1rem;
  line-height: 1em;
  margin: 0 1em 1em 0;
}
.customer-main-print-card-text dt {
  font-weight: bold;
  margin-bottom: 0;
}
.customer-main-print-card-text dd {
  margin-bottom: 0;
}
.customer-main-print-card-right {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #666;
}
.customer-main-print-card-delete {
  color: #0e499d;
  font-size: 1rem;
  display: flex;
  align-items: center;
  line-height: 1em;
  margin: 0 13px 0 0;
  padding-left: 14px;
  position: relative;
  border-bottom: 1px solid #0e499d;
  cursor: pointer;
}
.customer-main-print-card-delete-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
}
.customer-main-print-card-delete-img::before, .customer-main-print-card-delete-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #0e499d;
}
.customer-main-print-card-delete-img::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.customer-main-print-card-delete-img::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customer-main-print-card-btn {
  background: #002b5e;
  font-size: 1rem;
  font-weight: lighter;
  color: #fff;
  height: 29px;
  line-height: 29px;
  padding: 0 8px;
  border: 0px;
}

@media screen and (max-width: 1024px) {
  .customer-main-print {
    width: 100%;
  }
  .customer-main-print-block {
    margin-bottom: 48px;
  }
  .customer-main-print-ttl-wrap {
    margin-bottom: 20px;
  }
  .customer-main-print-ttl-wrap .customer-heading-link {
    margin-right: 0;
  }
  .customer-main-print-ttl {
    font-size: 1.125rem;
  }
  .customer-main-print-card {
    padding: 18px 0;
    margin-bottom: 20px;
  }
  .customer-main-print-card-left {
    width: calc(100% - 99px);
    margin-bottom: 0;
    align-items: center;
    align-content: center;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .customer-main-print-card-text {
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0 10px 0 0;
    width: 100%;
  }
  .customer-main-print-card-text dt {
    font-weight: bold;
    margin-bottom: 0;
  }
  .customer-main-print-card-text dd {
    margin-bottom: 0;
  }
  .customer-main-print-card-right {
    width: 99px;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
  }
  .customer-main-print-card-delete {
    font-size: 0.875rem;
    text-align: center;
    margin-right: 0;
  }
  .customer-main-print-card-btn {
    font-size: 0.875rem;
    margin-bottom: 19px;
  }
  .customer-main-print-card-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.cartlist .configuration .modal-dialog .modal-content-print {
  border-radius: 10px;
  padding: 50px 5%;
  position: relative;
}
.cartlist .configuration .modal-dialog .modal-content-print-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cartlist .configuration .modal-dialog .modal-content-print-text {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}
.cartlist .configuration .modal-dialog .modal-content-print-btn-block {
  display: flex;
  justify-content: center;
}
.cartlist .configuration .modal-dialog .modal-content-print-btn {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  width: 214px;
  height: 54px;
  padding: 20px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  display: block;
  border: 0;
}
.cartlist .configuration .modal-dialog .modal-content-print-btn[name=submit] {
  background: #002b5e;
  color: #fff;
  margin-left: 10px;
}
.cartlist .configuration .modal-dialog .modal-content-print-btn[name=cancel] {
  background: #e2e2e2;
  color: #212529;
  margin-right: 10px;
}
.cartlist .configuration .modal-dialog .modal-content-print .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
.cartlist .configuration .modal-dialog .modal-content-print .btn-close::before, .cartlist .configuration .modal-dialog .modal-content-print .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.cartlist .configuration .modal-dialog .modal-content-print .btn-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cartlist .configuration .modal-dialog .modal-content-print .btn-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .cartlist .configuration .modal-dialog .modal-content-print-btn-block {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .cartlist .configuration .modal-dialog .modal-content-print-btn-wrap {
    width: 100%;
  }
  .cartlist .configuration .modal-dialog .modal-content-print-btn {
    width: 214px;
    height: 52px;
    padding: 19px 0;
    margin-bottom: 25px;
  }
  .cartlist .configuration .modal-dialog .modal-content-print-btn[name=submit] {
    margin: 0 auto 25px;
  }
  .cartlist .configuration .modal-dialog .modal-content-print-btn[name=cancel] {
    margin: 0 auto 0;
  }
}
.customer-btn-logout {
  color: #212529;
  font-size: 0.875rem;
  background: #e2e2e2;
  padding: 8px 19px;
  line-height: 1em;
  margin: 0 0 2px 20px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .customer-btn-logout {
    padding: 8px 7.5px;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.customer-history_detail-orderid-orderdate dt {
  width: 5.8em;
  font-weight: 300;
  display: inline-block;
}
.customer-history_detail-orderid-orderdate dd {
  display: inline-block;
}
.customer-history_detail-orderid-orderdate dd::before {
  content: "：";
}

.customer-history_detail-oder-status {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-oder-status {
    display: block;
    padding: 0;
  }
}
.customer-history_detail-oder-status .customer-history_detail-oder-text {
  font-weight: 700;
}

.customer-shipping-progressbar {
  flex-grow: 1;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .customer-shipping-progressbar {
    font-size: 0.75rem;
  }
}
.customer-shipping-progressbar li {
  width: 33.333%;
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  counter-increment: steps;
}
.customer-shipping-progressbar li::before {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 6px;
  content: "";
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: #b1b1b1;
  content: counter(steps);
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.customer-shipping-progressbar li::after {
  position: absolute;
  z-index: 0;
  top: 11px;
  left: -50%;
  width: 100%;
  height: 4px;
  content: "";
  display: block;
  background-color: #b1b1b1;
}
.customer-shipping-progressbar li.complete span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .customer-shipping-progressbar li.complete span {
    font-size: 0.75rem;
  }
}
.customer-shipping-progressbar li:first-child:after {
  content: none;
}
.customer-shipping-progressbar li.complete {
  color: #1e2125;
}
.customer-shipping-progressbar li.complete::before {
  background-color: #1e2125;
  color: #FFF;
}
.customer-shipping-progressbar li.complete::after {
  background-color: #1e2125;
}

.customer-history_detail-oder-right {
  margin: -5px 0 0 auto;
}
.customer-history_detail-oder-right .grey-button {
  width: 184px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-oder-right {
    margin: 20px 0 0 0;
  }
  .customer-history_detail-oder-right .grey-button {
    width: auto;
    margin-right: 0;
  }
}
.customer-history_detail-oder-right .delivery {
  background: #f5f5f5;
  padding: 28px 20px;
  width: 200px;
  height: 120px;
  font-size: 16px;
  text-align: center;
}
.customer-history_detail-oder-right .delivery span {
  display: block;
}
.customer-history_detail-oder-right .delivery a {
  color: #0e499d;
  text-decoration: underline;
}
.customer-history_detail-oder-right .delivery a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-oder-right .delivery {
    width: 100%;
    height: 90px;
    padding: 20px;
  }
  .customer-history_detail-oder-right .delivery span {
    display: inline-block;
  }
  .customer-history_detail-oder-right .delivery a {
    display: block;
  }
}

.customer-history_detail-bottom-info-warp {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-warp {
    margin-right: -1rem;
    margin-left: -1rem;
    display: block;
  }
}

.customer-history_detail-bottom-info-leftbox {
  width: calc(100% - 304px);
  padding: 18px 22px;
  border: 1px solid #b1b1b1;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-leftbox {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    border: none;
  }
}
.customer-history_detail-bottom-info-leftbox dl {
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-leftbox dl dt {
    height: 2rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #717070;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-leftbox dl dd {
    padding: 0 1rem;
  }
}
.customer-history_detail-bottom-info-leftbox dl:last-child {
  margin-bottom: 0;
}
.customer-history_detail-bottom-info-leftbox dl:last-child dd {
  margin-bottom: 0;
}

.customer-history_detail-bottom-info-rightbox {
  width: 280px;
  margin-left: 24px;
  padding: 17px 24px 17px 21px;
  border: 1px solid #b1b1b1;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-rightbox {
    width: auto;
    border: none;
    margin: 0;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-rightbox .order-amount {
    font-weight: 700;
    height: 2rem;
    margin: 1rem -1rem 1rem -1rem;
    padding: 0 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #717070;
    line-height: 2rem;
  }
}
.customer-history_detail-bottom-info-rightbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-history_detail-bottom-info-rightbox ul.total-amount {
  margin: 19px 0 18px 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #b1b1b1;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-rightbox ul.total-amount {
    margin: 10px 0 20px 0;
    padding: 10px 0 0 0;
  }
}
.customer-history_detail-bottom-info-rightbox ul li {
  display: flex;
  justify-content: space-between;
}
.customer-history_detail-bottom-info-rightbox ul li p {
  margin-bottom: 0;
}
.customer-history_detail-bottom-info-rightbox .acquisition-points {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
}
.customer-history_detail-bottom-info-rightbox .acquisition-points span {
  width: 18px;
  height: 18px;
  background-color: #0e499d;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-rightbox .acquisition-points span {
    top: -1px;
  }
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-info-rightbox .receipt-issue {
    margin: 40px 0;
  }
}

.customer-history_detail-bottom-btn {
  margin: 24px 0 40px 0;
}
.customer-history_detail-bottom-btn .grey-button {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-btn .grey-button {
    width: auto;
  }
}
.customer-history_detail-bottom-btn .navy-button {
  width: 240px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-btn .navy-button {
    width: auto;
  }
}
.customer-history_detail-bottom-btn .navy-button a {
  color: #ffffff;
  display: block;
  padding: 11px 0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  background-color: #002b5e;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-btn .navy-button a {
    padding: 16px;
    font-size: 0.875rem;
  }
}

.form-receipt {
  background: #f5f5f5;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
}
.form-receipt-heading {
  margin-bottom: 11px;
}
.form-receipt-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}
.form-receipt-data-heading {
  text-align: left;
  margin-bottom: 5px;
  display: block;
}
.form-receipt-data input[type=text] {
  width: 124px;
  height: 36px;
  padding: 6px 11px;
  margin-right: 5px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #b1b1b1;
}
.form-receipt-data select {
  border: 1px solid #b1b1b1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 59px;
  height: 36px;
}
.form-receipt-button input[type=submit] {
  background: #002b5e;
  color: #fff;
  width: 100%;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .form-receipt-data input[type=text] {
    width: 100%;
  }
}

.customer-history_detail-main .customer-order-header {
  align-items: center;
}
.customer-history_detail-main .customer-order-header .text {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .customer-history_detail-main .customer-heading-links {
    display: block;
    margin-bottom: 25px;
  }
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.questionnaire .customer_status_ {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}
.questionnaire .customer-questionnaires-text {
  margin-bottom: 60px;
}
.questionnaire .customer-h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
.questionnaire .customer-form-link {
  color: #0e499d;
  text-decoration: underline;
}
.questionnaire .customer-form-link:hover {
  opacity: 0.6;
}
.questionnaire .customer-form-row:last-of-type {
  border-bottom: 1px solid #707070;
  margin-bottom: 32px;
}
.questionnaire .customer-form-data {
  display: inherit;
}
.questionnaire .customer-form-data label {
  position: relative;
}
.questionnaire .customer-form-text {
  margin: 20px 0;
}
.questionnaire .customer-form-name {
  display: flex;
  margin-bottom: 25px;
}
.questionnaire .customer-form-name .customer-form-input {
  width: auto;
  margin: 0 20px 0 0;
}
.questionnaire .customer-form-flexbox {
  display: flex;
  margin-bottom: 25px;
}
.questionnaire .customer-form-flexbox:last-child {
  margin-bottom: 0;
}
.questionnaire .customer-form-flexbox .customer-form-error {
  margin-left: 150px;
}
.questionnaire .customer-form-heading {
  margin-bottom: 0;
  width: 150px;
}
.questionnaire .customer-form .error_ {
  display: none;
}
.questionnaire .customer-form input[name=reviewer_name],
.questionnaire .customer-form input[name=mail],
.questionnaire .customer-form input[name=cmail],
.questionnaire .customer-form input[name=tel],
.questionnaire .customer-form input[name=title],
.questionnaire .customer-form input[name=tel8],
.questionnaire .customer-form select[name=pref] {
  width: 420px;
}
.questionnaire .customer-form input[name=reviewer_name]:focus,
.questionnaire .customer-form input[name=mail]:focus,
.questionnaire .customer-form input[name=cmail]:focus,
.questionnaire .customer-form input[name=tel]:focus,
.questionnaire .customer-form input[name=title]:focus,
.questionnaire .customer-form input[name=tel8]:focus,
.questionnaire .customer-form select[name=pref]:focus {
  outline: 1px solid #000000;
}
.questionnaire .customer-form input[name=textbox1] {
  width: 600px;
}
.questionnaire .customer-form textarea {
  border: 1px solid #b1b1b1;
  width: 600px;
  height: 200px;
  padding: 8px 17px;
}
.questionnaire .customer-form textarea:focus {
  outline: 1px solid #000000;
}
.questionnaire .customer-questionnaire-name {
  font-size: 1.25rem;
  font-weight: 500;
}
.questionnaire .customer-questionnaire-text {
  margin-bottom: 60px;
}
.questionnaire .customer-questionnaire-text {
  margin-bottom: 0;
}
.questionnaire .questionnaire_box_ {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: none;
}
.questionnaire .questionnaire_box_ .common_headline2_ {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
  padding: 0 0 10px;
  border-left: none;
}
.questionnaire .questionnaire_box_ .require {
  font-weight: 300;
  margin-left: 16px;
  font-size: 0.875rem;
}
.questionnaire .questionnaire_box_ .desc {
  margin-bottom: 25px;
  padding: 0;
  border-bottom: none;
}
.questionnaire .questionnaire_box_ .questionnaire_box_content_ {
  padding: 0;
}
.questionnaire .questionnaire-checkbox input[type=checkbox] {
  display: none;
}
.questionnaire .questionnaire-checkbox input[type=checkbox]:checked + label::before {
  border: 1px solid #002a5e !important;
}
.questionnaire .questionnaire-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 12px;
  height: 6px;
  margin: auto;
  border-left: 2px solid #002a5e;
  border-bottom: 2px solid #002a5e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.questionnaire .questionnaire-checkbox label {
  display: block;
  position: relative;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #212529;
  margin-bottom: 25px;
}
.questionnaire .questionnaire-checkbox label:last-child {
  margin-bottom: 0;
}
.questionnaire .questionnaire-checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  border: 0;
  top: 4px;
  left: -22px;
  width: 16px;
  height: 16px;
  border: 1px solid #002a5e;
  background: #fff;
}
.questionnaire .questionnaire-radio input[type=radio] {
  display: none;
}
.questionnaire .questionnaire-radio input[type=radio]:last-child {
  margin-bottom: 0;
}
.questionnaire .questionnaire-radio input[type=radio] + label {
  margin-right: 32px;
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.questionnaire .questionnaire-radio input[type=radio] + label:last-child {
  margin-bottom: 0;
}
.questionnaire .questionnaire-radio input[type=radio] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 -3px;
  background-color: #e2e2e2;
  border: 2px solid #b1b1b1;
  border-radius: 50%;
}
.questionnaire .questionnaire-radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #cf5490;
  border-radius: 50%;
}
.questionnaire .questionnaire-select-wrap {
  position: relative;
  display: inline-block;
}
.questionnaire .questionnaire-select select {
  width: 420px;
  padding: 8px 17px;
  font-size: 1rem;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.questionnaire .questionnaire-select--birth .questionnaire-select-wrap {
  display: flex;
  width: max-content;
  align-items: flex-start;
}
@media all and (-ms-high-contrast: none) {
  .questionnaire .questionnaire-select--birth .questionnaire-select-wrap {
    display: inline-block;
  }
}
.questionnaire .questionnaire-select--birth .questionnaire-select-wrap::after {
  display: none;
}
.questionnaire .questionnaire-select--birth .small-select {
  position: relative;
}
.questionnaire .questionnaire-select--birth select {
  width: 100px;
}
.questionnaire .questionnaire-select--birth select:not(:first-child) {
  margin-left: 32px;
}
.questionnaire .questionnaire-select--birth label {
  width: 155px;
}

@media screen and (max-width: 1024px) {
  .questionnaire .customer-form-data label {
    width: 100%;
  }
  .questionnaire .customer-form-input.full {
    width: 100%;
  }
  .questionnaire .customer-form-name .customer-form-input {
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
  .questionnaire .customer-form input {
    width: 100%;
  }
  .questionnaire .customer-form textarea {
    width: 100%;
    height: 120px;
  }
  .questionnaire .customer-form .questionnaire_box_ {
    margin-bottom: 40px;
  }
  .questionnaire .customer-form .questionnaire_box_ .common_headline2_ {
    background: #f5f5f5;
    padding: 15px 20px;
    margin: 0 -20px 30px;
  }
  .questionnaire .customer-form-heading {
    margin-bottom: 8px;
  }
  .questionnaire .customer-form-flexbox {
    display: block;
  }
  .questionnaire .customer-form input {
    width: 100%;
  }
  .questionnaire .customer-form input[name=textbox1] {
    width: 100%;
  }
  .questionnaire .customer-form input[name=tel] {
    width: 100%;
  }
  .questionnaire .customer-form input[name=mail] {
    width: 100%;
  }
  .questionnaire .customer-form input[name=cmail] {
    width: 100%;
  }
  .questionnaire .customer-form select[name=pref] {
    width: 100%;
  }
  .questionnaire .questionnaire-select select {
    width: 100%;
    padding: 8px 17px;
  }
  .questionnaire .questionnaire-select_box_ .desc {
    margin-bottom: 8px;
  }
  .questionnaire .questionnaire-select-radio input[type=radio] + label {
    margin-bottom: 10px;
  }
  .questionnaire .questionnaire-select-wrap {
    display: block;
  }
  .questionnaire .questionnaire-select--birth .questionnaire-select-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .questionnaire .questionnaire-select--birth .customer-form-input {
    width: 100vw;
    max-width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .questionnaire .questionnaire-select--birth select {
    min-width: calc((100% - 120px) / 3);
    max-width: 80px;
    padding: 8px 10px;
  }
  .questionnaire .questionnaire-select--birth select:not(:first-child) {
    margin-left: 10px;
  }
  .questionnaire .questionnaire-select--birth .small-select {
    width: max-content;
    display: flex;
  }
  .questionnaire .questionnaire-select--birth label {
    max-width: max-content;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.userreview .customer-form-link {
  color: #0e499d;
  text-decoration: underline;
}
.userreview .customer-form-link:hover {
  opacity: 0.6;
}
.userreview .customer-form-row:last-of-type {
  border-bottom: 1px solid #707070;
  margin-bottom: 32px;
}
.userreview .customer-form-input {
  display: flex;
}
.userreview .customer-form input[name=reviewer_name] {
  width: 500px;
}
.userreview .customer-form textarea[name=title] {
  width: 500px;
  height: 42px;
  overflow: hidden;
}
.userreview .customer-form textarea[name=comment] {
  width: 500px;
  height: 200px;
}
.userreview .customer-review-group--pc {
  display: block;
}
.userreview .customer-review-group--sp {
  display: none;
}
.userreview .customer-review-list {
  display: flex;
  margin-bottom: 25px;
}
.userreview .customer-review-item {
  margin-left: 20px;
}
.userreview .customer-review-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.userreview .customer-review-text {
  margin-bottom: 0;
}
.userreview .customer-review-attention {
  color: #fe1212;
  margin: 10px 0;
}

#title_count_msg,
#comment_count_msg,
#reviewer_name_count_msg {
  color: #212529 !important;
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #title_count_msg,
  #comment_count_msg,
  #reviewer_name_count_msg {
    display: block;
    text-align: right;
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .userreview .customer-form-row {
    padding: 14px 0;
  }
  .userreview .customer-form-row:first-of-type {
    border-top: 1px solid #707070;
  }
  .userreview .customer-form-row:last-of-type {
    margin-bottom: 36px;
  }
  .userreview .customer-form-input {
    display: block;
  }
  .userreview .customer-form-head {
    margin-bottom: 8px;
  }
  .userreview .customer-form input[name=reviewer_name] {
    width: 100%;
    margin-bottom: 5px;
  }
  .userreview .customer-form textarea[name=title] {
    width: 100%;
    height: 76px;
  }
  .userreview .customer-form textarea[name=comment] {
    width: 100%;
    height: 200px;
  }
  .userreview .customer-review-group--pc {
    display: none;
  }
  .userreview .customer-review-group--sp {
    display: block;
  }
  .userreview .customer-review-list {
    display: flex;
    margin-bottom: 25px;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.item-details-wrap {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.item-details-wrap .material-comment {
  margin-top: 30px;
}

.add-cart-wrap {
  margin: 17px 0 0;
}
.add-cart-wrap .light-gray {
  background: var(--bg-color-gray-30);
}
.add-cart-inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.add-cart-inner:not(:last-child) {
  border-bottom: solid 1px #f5f5f5;
}
.add-cart-size {
  width: 21%;
  height: auto;
  background: var(--bg-color-gray-20);
  padding: 0 10px;
  text-align: center;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart-size p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.add-cart-size span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.add-cart-action {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-color-white);
}
.add-cart-action .bookmark-wrap {
  position: relative;
  margin-left: 10px;
}
.add-cart-action .bookmark-content {
  background: var(--bg-color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: absolute;
  width: 260px;
  top: 100%;
  right: -30%;
  z-index: 10;
  text-align: center;
}
.add-cart-action .bookmark-content::before {
  content: "";
  left: 87%;
  transform: translateX(-50%);
  position: absolute;
  background: var(--bg-color-white);
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  top: -6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.add-cart-action .bookmark-button {
  cursor: pointer;
  position: relative;
}
.add-cart-action .bookmark-button.on span {
  opacity: 1;
}
.add-cart-action .bookmark-button.on span:hover {
  opacity: 0.8;
}
.add-cart-action .bookmark-button.on span::before {
  background: url(/wp-content/themes/folk/assets/img/item/product/ic_heart.svg) no-repeat 50% 50%/100% auto;
}
.add-cart-action .bookmark-button span {
  margin: 0;
  opacity: 0.8;
}
.add-cart-action .bookmark-button span:hover {
  opacity: 1;
}
.add-cart-action .bookmark-button span::before {
  content: "";
  display: block;
  background: url(/wp-content/themes/folk/assets/img/item/product/ic_heart_off.svg) no-repeat 50% 50%/100% auto;
  margin: 0;
  width: 33px;
  height: 33px;
}
.add-cart-qty {
  margin: 0 12px 0 0;
  position: relative;
}
.add-cart-qty select {
  text-align: center;
  border: solid 1px #b1b1b1;
  height: 40px;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  outline: none;
  width: 70px;
  max-width: 100%;
  background: var(--bg-color-white);
  cursor: pointer;
  border-radius: 0;
}
.add-cart-option {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.add-cart-option label {
  font-weight: 400;
  margin: 0 0 6px;
}
.add-cart-option label:last-child {
  margin: 0;
}
.add-cart-option input[type=radio] + label {
  position: relative;
}
.add-cart-option input[type=radio] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 -3px;
  background: var(--bg-color-gray-30);
  border: 2px solid #b1b1b1;
  border-radius: 50%;
}
.add-cart-option input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: var(--bg-color-pink);
  border-radius: 50%;
}
.add-cart-button-wrap {
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: auto;
  box-sizing: border-box;
  flex: 1;
}
.add-cart-button-wrap.text > span {
  font-size: 14px;
  min-height: clamp(42px, 3.515625vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart-button-wrap.text:hover .state-wrap {
  display: none;
}
.add-cart-button-wrap .cart-button {
  position: relative;
}
.add-cart-button-wrap .cart-button:hover .state-wrap {
  display: block;
}
.add-cart-button-wrap .cart-button button:hover {
  opacity: 0.8;
}
.add-cart-button-wrap .notice-wrap {
  background: var(--bg-color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px 23px 28px;
  position: absolute;
  width: 260px;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.add-cart-button-wrap .notice-wrap::before {
  content: "";
  position: absolute;
  background: var(--bg-color-white);
  width: 15px;
  height: 15px;
  transform: rotate(225deg);
  top: -6px;
  left: 50%;
  margin-left: -10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.add-cart-button-wrap .notice-wrap .cart-wrap {
  width: 200px;
  height: 50px;
  margin: 0 auto 7px;
}
.add-cart-button-wrap .notice-wrap .cart-wrap:last-child {
  margin: 0 auto;
}
.add-cart-button-wrap .notice-wrap .cart-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.add-cart-button-wrap .notice-wrap .cart-wrap a:hover {
  color: var(--color-white);
  opacity: 0.8;
}
.add-cart-button-wrap .notice-wrap p {
  line-height: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.add-cart-button-wrap .notice-wrap .btn-row {
  width: 200px;
  height: 50px;
  margin: 0 auto;
}
.add-cart-button-wrap .notice-wrap .btn-row button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.add-cart-button-wrap .notice-wrap .btn-row button:hover {
  opacity: 0.8;
}
.add-cart-button-wrap .state-wrap {
  display: none;
  background: var(--bg-color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 12px 14px;
  position: absolute;
  width: 260px;
  top: -55px;
  left: 50%;
  margin-left: -130px;
  z-index: 1;
  text-align: center;
}
.add-cart-button-wrap .state-wrap::before {
  content: "";
  position: absolute;
  background: var(--bg-color-white);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.add-cart-button-wrap .state-wrap p {
  margin: 0;
}

.option-modal {
  width: 1080px;
  max-width: 98%;
}
.option-modal .modal-lg {
  max-width: 900px;
  width: 100%;
}
.option-modal .modal-content-print {
  border-radius: 10px !important;
  padding: 50px 5%;
  position: relative;
}
.option-modal .modal-content-print .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-modal .modal-content-print .btn-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--bg-color-black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.option-modal .modal-content-print .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--bg-color-black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.option-modal .modal-content-print div.modal_ttl_wrapper_ {
  display: flex;
  align-items: center;
  gap: 20px;
}
.option-modal .modal-content-print div.modal_ttl_wrapper_ .modal-ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.option-modal .modal-content-print div.modal_ttl_wrapper_ > span.modal_ttl_description_ {
  margin-bottom: 16px;
}
.option-modal .modal-content-confirm {
  opacity: 0;
  height: 0;
}
.option-modal .modal-content-block {
  margin-bottom: 25px;
  padding: 25px 20px 0;
  border-top: solid 1px #b1b1b1;
  border-bottom: solid 1px #b1b1b1;
}
.option-modal .modal-content-block .modal-box {
  position: relative;
}
.option-modal .modal-content-block .modal-box .option__ttl {
  position: relative;
  margin-bottom: 25px;
}
.option-modal .modal-content-block .modal-box .option__ttl .add-check + .add-label {
  position: relative;
  padding: 0 0 0 21px;
  margin: 0;
}
.option-modal .modal-content-block .modal-box .option__ttl .add-check + .add-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: var(--bg-color-white);
  border: 1px solid #002B5E;
  height: 16px;
  width: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
  border: 1px solid #002B5E;
}
.option-modal .modal-content-block .modal-box .option__ttl .add-check:checked + .add-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  height: 12px;
  width: 6px;
  border-right: solid 2px #002B5E;
  border-bottom: solid 2px #002B5E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.option-modal .modal-content-block .modal-box .modal-err {
  color: var(--color-red-10);
  font-weight: bold;
}
.option-modal .option-button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.option-modal .option-button button {
  width: 215px;
}
.option-modal .option-button button:nth-child(odd) {
  margin-right: 20px;
}
.option-modal .option-button button:first-child:hover {
  color: var(--color-black);
}
.option-modal .option-button button:last-child:hover {
  color: var(--color-white);
}

.button-grad {
  background: linear-gradient(var(--color-button-cart));
  width: 100%;
  padding: 12px 5px;
  color: var(--color-white);
  font-weight: bold;
  font-size: clamp(12px, 1.09375vw, 16px);
}

.button-gray {
  background: var(--color-button-gray);
  width: 100%;
  color: var(--color-black);
  padding: 12px 5px;
  font-size: clamp(12px, 1.09375vw, 16px);
}

.button-darkblue {
  background: var(--bg-color-blue);
  color: var(--color-white);
  width: 100%;
  padding: 12px 5px;
  font-weight: bold;
  font-size: clamp(12px, 1.09375vw, 16px);
}

.option-modal.confirm .modal-content-confirm {
  opacity: 1;
  height: auto;
  margin-bottom: 40px;
}
.option-modal.confirm .modal-content-confirm p {
  margin-bottom: 36px;
}
.option-modal.confirm .modal-content-block {
  border: solid 1px #b1b1b1;
  pointer-events: none;
}
.option-modal.confirm .modal-content-bottom {
  display: none;
}

.product-detail #item-details-box .option-modal.confirm .option__dd .option-trigger,
.product-detail #item-details-box .option-modal.confirm .option__dd .popup-trigger {
  border: none;
}
.product-detail #item-details-box .option-modal.confirm .option__dd .select-wrap:after {
  display: none;
}

.return-wrap {
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 7px 1rem 20px;
}
.return-wrap .return-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.return-wrap .return-block .image-trigger__txt {
  text-decoration: none !important;
}
.return-wrap .return-block .material-icons {
  font-size: 14px;
  margin: -5px 6px 0 0;
}
.return-wrap .return-block .image-content p {
  margin: 0;
}

.option.option-section {
  border-top: none !important;
  padding: 0 1rem;
}
.option-wrap .option-modal .modal-lg {
  max-width: 1000px;
}
.option-wrap .option-modal .modal-content-print {
  border-radius: 10px;
  padding: 50px 5%;
  position: relative;
}
.option-wrap .option-modal .modal-content-print .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-wrap .option-modal .modal-content-print .btn-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--bg-color-black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.option-wrap .option-modal .modal-content-print .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--bg-color-black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.option-wrap .option-modal .modal-content-print .modal-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box:nth-child(odd) {
  margin: 0 50px 0 0;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box:last-child {
  margin-bottom: 0;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box p {
  line-height: 24px;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box img {
  width: 100%;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-title {
  text-align: center;
  margin-bottom: 20px;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-text {
  margin: 20px 0 0;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-list {
  list-style: none;
  padding: 0;
}
.option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-list:last-child {
  margin: 0;
}
.option-thumbnail {
  padding: 10px 17px 18px;
  background: var(--bg-color-white);
}
.option-thumbnail .option-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.option-thumbnail .option-block .option-box {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}
.option-thumbnail .option-block .option-box:nth-child(odd) {
  margin-right: 20px;
}
.option-thumbnail .option-block .option-box:nth-last-child(2) {
  margin-bottom: 0;
}
.option-thumbnail .option-block .option-box:last-child {
  margin-bottom: 0;
}
.option-thumbnail .option-block .option-box p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 3px;
}
.option-thumbnail .option-block .option-box__vertical-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.option-thumbnail .option-block .option-box__vertical-image .modal-text,
.option-thumbnail .option-block .option-box__vertical-image .modal-text ul {
  margin-top: 0;
}
.option-thumbnail .option-zoom .option-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: zoom-in;
  margin-top: -10px;
}
.option-thumbnail .option-zoom .option-button .material-icons {
  width: 20px;
  height: 18px;
  display: flex;
  margin: 4px 2px 0 0;
}
.option-thumbnail .option-zoom .option-button p {
  font-size: 14px;
  line-height: 25px;
  color: var(--color-blue-30);
  margin: 0;
}
.option-text {
  background: var(--bg-color-white);
  padding: 18px 10px 15px;
  position: relative;
}
.option-text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  display: block;
  width: 94%;
  height: 0.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--bg-color-gray-80);
}
.option-text p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.cart-view {
  border-top: none !important;
  padding: 5px 1rem 18px;
}
.cart-view .cart-view-link {
  background: var(--bg-color-gray-40);
  padding: 8px 16px 10px !important;
  font-size: 14px;
  line-height: 32px;
  color: var(--color-white);
  display: block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  border: 0;
}
.cart-view .cart-view-link:hover {
  opacity: 0.8;
  color: var(--color-white);
}

.contact-wrap {
  margin: 15px 0 15px;
  padding: 16px 16px 16px;
}
.contact-wrap .contact-text {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}
.contact-wrap .contact-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contact-wrap .contact-list .contact-box {
  display: flex;
  align-items: center;
}
.contact-wrap .contact-list .contact-box a {
  line-height: 24px;
  font-weight: 400;
}
.contact-wrap .contact-list .contact-box .icon {
  color: #fd91c4;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fd91c4), to(#0b53a7)) no-repeat padding-box;
  background: linear-gradient(90deg, #fd91c4 0, #0b53a7 100%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}
.contact-wrap .contact-list .contact-box .box__icon {
  font-size: 2.5em;
}
.contact-wrap .contact-list .contact-box .tel__icon {
  font-size: 2.5em;
}

.movie-iframe iframe {
  width: 100%;
  height: 260px;
}

@media screen and (min-width: 1440px) {
  .add-cart-action {
    padding: 10px 20px;
  }
  .add-cart-action .bookmark-wrap {
    margin-left: 20px;
  }
  .add-cart-action .bookmark-wrap .bookmark-content {
    right: -60%;
  }
  .add-cart-action .bookmark-wrap .bookmark-content::before {
    left: 83.5%;
  }
  .add-cart-qty {
    margin: 0 20px 0 0;
  }
  .add-cart-option {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .item-details-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .item-details-wrap {
    padding: 0;
  }
  .item-details-wrap #spec_goods_comment {
    padding: 0 1rem;
  }
  .item-details-wrap .material-comment {
    padding: 0 1rem;
  }
  .menu-area {
    margin: 0 !important;
  }
  .add-cart-wrap {
    margin: 16px 0 0;
  }
  .add-cart-size {
    width: 17%;
    padding: 6px 4px;
  }
  .add-cart-size p {
    font-size: 14px;
    line-height: 24px;
  }
  .add-cart-size p span {
    font-size: 10px;
  }
  .add-cart-action {
    height: auto;
    padding: 9px 10px 11px 9px;
  }
  .add-cart-action .bookmark-wrap {
    margin-left: auto;
  }
  .add-cart-action .bookmark-button {
    margin: 0 0 0 10px !important;
    display: block;
  }
  .add-cart-action .bookmark-button span::before {
    width: 22px !important;
    height: 34px !important;
  }
  .add-cart-action .bookmark-content {
    top: 85%;
    left: auto;
    right: -50%;
  }
  .add-cart-action .bookmark-content::before {
    left: 88.5%;
  }
  .add-cart-action .bookmark-content p {
    font-size: 14px;
  }
  .add-cart-qty {
    margin: 0 10px 0 0;
  }
  .add-cart-qty select {
    padding-left: 3px;
    padding-right: 10px;
    font-size: 14px;
    color: var(--color-black);
    width: 61px;
  }
  .add-cart-option {
    font-size: 12px;
    line-height: 32px;
  }
  .add-cart-option label {
    margin: 0;
  }
  .add-cart-option input[type=radio]:checked + label::after {
    top: 9px;
  }
  .add-cart-button-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .add-cart-button-wrap.text {
    width: 100%;
  }
  .add-cart-button-wrap.text span {
    font-size: 10px;
    min-height: auto;
  }
  .add-cart-button-wrap.text:hover .state-wrap {
    display: none;
  }
  .add-cart-button-wrap .cart-button:hover .state-wrap {
    display: none;
  }
  .add-cart-button-wrap .notice-wrap {
    width: max-content;
    left: 25%;
  }
  .add-cart-button-wrap .notice-wrap p {
    font-size: 14px;
  }
  .add-cart-button-wrap .notice-wrap .cart-wrap {
    width: 100%;
    height: 46px;
  }
  .add-cart-button-wrap .notice-wrap .cart-wrap a {
    font-size: 12px;
  }
  .add-cart-button-wrap .notice-wrap .btn-row {
    width: 100%;
  }
  .add-cart-button-wrap .notice-wrap .btn-row button {
    font-size: 12px;
  }
  .button-grad,
  .button-gray,
  .button-darkblue {
    font-size: 10px;
  }
  .option-modal .modal-lg {
    max-width: 100%;
    width: auto;
  }
  .option-modal .modal-content-block {
    display: block;
  }
  .option-modal .modal-content div.modal_ttl_wrapper_ {
    display: block;
    margin-bottom: 16px;
  }
  .option-modal .modal-content div.modal_ttl_wrapper_ .modal-ttl {
    margin-bottom: 0;
  }
  .option-modal .modal-content div.modal_ttl_wrapper_ > span.modal_ttl_description_ {
    margin-bottom: 0;
  }
  .option-modal .option-button {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .option-modal .option-button button {
    font-size: 14px;
  }
  .option-modal .option-button button:first-child {
    order: 2;
    margin-top: 15px;
    margin-right: 0;
  }
  .option-modal .option-button button:last-child {
    order: 1;
  }
  .option-modal .modal-content-bottom .option-button {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .option-modal .modal-content-bottom .option-button button {
    margin-bottom: 0;
    font-size: 14px !important;
  }
  .option-modal .modal-content-bottom .option-button button:first-child {
    order: 2;
    margin-top: 15px;
  }
  .option-modal .modal-content-bottom .option-button button:last-child {
    order: 1;
  }
  .return-wrap {
    width: auto;
    padding: 0 1rem;
    display: block;
  }
  .return-wrap .return-block {
    padding: 9px 0 12px;
  }
  .return-wrap .return-block .image-trigger {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .return-wrap .return-block .material-icons {
    margin: -7px 4px 0 0;
  }
  .option-wrap .option-modal .modal-content-print .modal-block {
    display: block;
  }
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box {
    width: 100%;
  }
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box:nth-child(odd) {
    margin-right: 0;
  }
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-text,
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-list {
    font-size: 14px;
  }
  .option-wrap .option-modal .modal-content-print .modal-block .modal-box .modal-br {
    display: none;
  }
  .option-thumbnail {
    padding: 9px 10px 10px;
  }
  .option-thumbnail .option-block .option-box {
    margin-bottom: 8px;
  }
  .option-thumbnail .option-block .option-box p {
    margin-bottom: 0;
  }
  .option-thumbnail .option-zoom .option-button {
    margin-top: -12px;
  }
  .option-thumbnail .option-zoom .option-button .material-icons {
    margin: 0 2px 0 0;
  }
  .option-thumbnail .option-zoom .option-button p {
    font-size: 12px;
  }
  .option-text {
    padding: 11px 10px 8px;
  }
  .cart-view {
    padding: 3px 1rem 18px;
  }
  .cart-view .cart-view-link {
    padding: 6px 16px 8px !important;
  }
  .contact-wrap {
    margin: 22px 0 21px;
    padding: 14px 20px 19px;
  }
  .contact-wrap .contact-text {
    text-align: center;
    margin-bottom: 16px;
  }
  .contact-wrap .contact-list .contact-box {
    display: block;
    text-align: center;
  }
  .movie-iframe {
    margin-bottom: 13px;
    padding: 0 1rem;
  }
  .movie-iframe iframe {
    height: 195px;
  }
}
@media all and (-ms-high-contrast: none) {
  .add-cart-wrap .add-cart-size {
    background: #e6e6e6;
  }
  .add-cart-wrap .add-cart-action {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .add-cart-option {
    width: auto;
  }
  .add-cart-wrap .add-cart-action .add-cart-option input[type=radio]:checked + label::after {
    background: #cf5490;
  }
  .add-cart-wrap .add-cart-action .add-cart-button-wrap .notice-wrap {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .add-cart-button-wrap .notice-wrap::before {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .add-cart-button-wrap .state-wrap {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .add-cart-button-wrap .state-wrap::before {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .bookmark-wrap {
    width: auto;
  }
  .add-cart-wrap .add-cart-action .bookmark-wrap .bookmark-content {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .bookmark-wrap .bookmark-content::before {
    background: #fff;
  }
  .add-cart-wrap .add-cart-action .add-cart-button-wrap .button-grad {
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
    color: #fff;
  }
  .option-modal .modal-content-print .btn-close::before {
    background: #000;
  }
  .option-modal .modal-content-print .btn-close::after {
    background: #000;
  }
  .option-modal .modal-content-block .modal-box .modal-err {
    color: #cc0000;
  }
  .option-modal .option-button button:last-child:hover {
    color: #fff;
  }
  .option-wrap .option-thumbnail {
    background: #fff;
  }
  .option-wrap .option-box__vertical-image {
    margin-bottom: -10px;
  }
  .option-wrap .option-box__vertical-image img {
    margin-bottom: 10px;
    height: 100%;
  }
  .option-wrap .option-text {
    background: #fff;
  }
  .option-wrap .option-text::before {
    background: #dee2e6;
  }
  .contact-wrap .contact-list {
    justify-content: center;
  }
  .contact-wrap .contact-list .contact-box:first-child {
    margin-right: 33px;
  }
  .cart-link .btn {
    background: #707070;
  }
  .cart-link a {
    color: #fff;
  }
  .button-gray {
    background: #e2e2e2;
    color: #212529;
  }
  .button-darkblue {
    background: #002b5e;
    color: #fff;
  }
  .cart-view .cart-view-link {
    background: #707070;
    color: #fff;
  }
}
.customer-menu-block {
  padding: 24px 23px 9px;
}

.customer-menu .customer-menu-block-row dd .next_rank {
  margin: 6px 0 0 !important;
}

@media screen and (max-width: 1024px) {
  .customer-menu-block {
    padding: 0;
  }
  .customer-menu .customer-menu-block-row dd .customer-menu-point-sub,
  .customer-menu .customer-menu-block-row dd .next_rank {
    margin: 5px 0 0 !important;
  }
}
.product-detail #item-details-box .option__dd .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: var(--bg-color-black);
  opacity: 0.5;
}
.product-detail #item-details-box .option__dd .popup-content {
  z-index: 1060;
}
.product-detail #item-details-box .option__content--sanrio {
  padding: 23px 20px 10px;
}
.product-detail #item-details-box .option__content--sanrio .popup-content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.product-detail #item-details-box .option__content--sanrio .option__dd {
  position: inherit;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration {
  width: 787px;
  padding: 20px 20px 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-description {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 1rem;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration p.gy-txt {
  background: var(--bg-color-black-10);
  padding: 0.5em 0.3em 0.5em 0.4em;
  font-size: 75%;
  margin-bottom: 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration h6.ttl {
  margin: 0 1rem 0 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-note {
  margin-bottom: 10px;
  padding: 0 1rem;
  font-size: 75%;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn {
  margin-left: 3px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:first-child {
  margin-left: 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:last-child {
  margin-right: 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn .img-wrap img {
  object-fit: scale-down;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn.select {
  border-radius: 4px 4px 0 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn-text {
  margin: 0;
  line-height: 1.375;
  font-weight: 500;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap::-webkit-scrollbar {
  display: none;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-container {
  display: flex;
  width: fit-content;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-box {
  flex-shrink: 0;
  width: 195px;
  height: 70px;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow {
  position: absolute;
  top: 56.3px;
  transform: translateY(-50%);
  width: 44px;
  height: 74px;
  background: var(--bg-color-gray-70);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid var(--color-line-black-20);
  border-right: 2px solid var(--color-line-black-20);
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.right {
  right: 0;
  border-left: 14px solid var(--color-line-white);
  margin-right: 19px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.right::before {
  transform: rotate(-45deg);
  margin-right: 5px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left {
  left: 0;
  border-right: 14px solid var(--color-line-white);
  margin-left: 19px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left::before {
  transform: rotate(135deg);
  margin-left: 5px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.hide {
  display: none;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content {
  padding: 0;
  height: 611px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn {
  width: 49%;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn .img-wrap {
  height: 195px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn {
  width: 32.4%;
  height: 108.5px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:nth-child(3n) {
  margin: 0 0 20px 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:nth-child(5n) {
  margin: 0 10px 20px 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn .img-wrap {
  height: 50px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .select-btns {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0 2px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .select-btns .select-btn {
  width: 18.92%;
  margin: 0 10px 20px 0;
  padding: 5px;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .select-btns .select-btn:nth-child(5n) {
  margin: 0 0 20px 0;
}
.product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .select-btns .select-btn .img-wrap {
  height: 80px;
}

#body.folk-skin.page-goods.modal-open {
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content {
    width: calc(100% - 30px);
    overflow-y: scroll;
    top: 30px;
    position: fixed;
    height: calc(100% - 60px);
    transform: translate(-50%, 0);
    overflow: hidden;
    padding: 10px 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content .tab-btns {
    margin: 10px 0 60px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .tab-content {
    height: auto;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .tab-content.show {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 65vh;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-description {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration p.gy-txt {
    width: 100%;
    text-align: center;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration h6.ttl {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 1rem;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-note {
    padding: 0 1rem;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap {
    margin-bottom: 7px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-box {
    margin-right: 4px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns {
    margin: 0 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn {
    width: 140px;
    height: 64px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:first-child {
    margin-left: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:not(:first-child) {
    margin-left: 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn img {
    max-height: 45px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn-text {
    font-size: 75%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow {
    width: 42px;
    height: 68px;
    top: 43px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.right {
    margin-right: 0;
    border-right: 9px solid var(--color-line-white);
    border-left: 7px solid var(--color-line-white);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left {
    margin-left: 0;
    border-right: 7px solid var(--color-line-white);
    border-left: 9px solid var(--color-line-white);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left::before {
    margin-left: 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.show {
    height: calc(100% - 74px);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn {
    width: 100%;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn .img-wrap {
    height: 181px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn:nth-child(-n+2) {
    margin-bottom: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn {
    width: 100%;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:nth-child(-n+9) {
    margin-bottom: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:last-child {
    margin: 0 0 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns {
    margin: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns .select-btn {
    width: 31.25%;
    margin: 0 3.1% 3.1% 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns .select-btn:nth-child(3n) {
    margin: 0 0 3.1% 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .select-btns {
    padding: 0 2px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .select-btns .select-btn .name {
    font-size: 75%;
  }
}
@media all and (-ms-high-contrast: none) {
  .product-detail #item-details-box .option__dd .modal-bg {
    background: #000;
  }
  .product-detail #item-details-box .option__content--sanrio .popup-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration p.gy-txt {
    width: 39%;
    background: rgba(158, 158, 158, 0.1);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap {
    -ms-overflow-style: auto;
    overflow: hidden;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap::-webkit-scrollbar {
    display: none;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-container {
    width: 100%;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow {
    display: none;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content {
    height: 648px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1022px) and (orientation: landscape) {
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content {
    width: calc(100% - 30px);
    overflow-y: scroll;
    top: 30px;
    position: fixed;
    height: calc(100% - 60px);
    transform: translate(-50%, 0);
    overflow: hidden;
    padding: 10px 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content .tab-btns {
    margin: 10px 0 60px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .tab-content {
    height: auto;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .tab-content.show {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 65vh;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-description {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration p.gy-txt {
    width: 100%;
    text-align: center;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration h6.ttl {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 1rem;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-note {
    padding: 0 1rem;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-wrap {
    margin-bottom: 7px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-box {
    margin-right: 4px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns {
    margin: 0 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn {
    height: 64px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:first-child {
    margin-left: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn:not(:first-child) {
    margin-left: 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn img {
    max-height: 45px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-btns .tab-btn-text {
    font-size: 75%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow {
    width: 42px;
    height: 68px;
    top: 43px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.right {
    margin-right: 0;
    border-right: 9px solid var(--color-line-white);
    border-left: 7px solid var(--color-line-white);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left {
    margin-left: 0;
    border-right: 7px solid var(--color-line-white);
    border-left: 9px solid var(--color-line-white);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-arrow.left::before {
    margin-left: 3px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.show {
    height: calc(100% - 74px);
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn {
    width: 100%;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn .img-wrap {
    height: 181px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn:nth-child(-n+2) {
    margin-bottom: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--2col.show .select-btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn {
    width: 100%;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:nth-child(-n+9) {
    margin-bottom: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content.tab-content--3col.show .select-btn:last-child {
    margin: 0 0 10px 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns {
    margin: 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns .select-btn {
    width: 31.25%;
    margin: 0 3.1% 3.1% 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .popup-content--illustration .tab-content .select-btns .select-btn:nth-child(3n) {
    margin: 0 0 3.1% 0;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .select-btns {
    padding: 0 2px;
  }
  .product-detail #item-details-box .option__content--sanrio .option__dd .select-btns .select-btn .name {
    font-size: 75%;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.receipt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 1rem;
}
.receipt-header .header-order_detail-orderid-orderdate {
  margin: 0;
}
.receipt-header .header-order_detail-orderid-orderdate dt {
  width: 150px;
  margin-right: 20px;
  font-weight: 300;
  word-break: break-all;
}
.receipt-header .header-order .header-orderdate {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.receipt-header .header-order .header-orderdate dd {
  width: 300px;
  word-break: break-all;
  margin: 0;
}
.receipt-header .header-order .header-orderid {
  display: flex;
  justify-content: space-between;
}
.receipt-header .header-order .header-orderid dd {
  width: 300px;
  word-break: break-all;
  margin: 0;
}

.receipt-wrap {
  margin: 44px auto 60px;
}
.receipt-wrap .receipt-content h1 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.receipt-wrap .receipt-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.receipt-wrap .receipt-detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.receipt-wrap .receipt-detail p {
  margin: 0;
  padding: 0;
}
.receipt-wrap .receipt-detail p:not(:last-child) {
  margin-bottom: 8px;
}
.receipt-wrap .receipt-detail-text {
  font-size: 1.25rem;
}
.receipt-wrap .receipt-detail-text .receipt-detail-total {
  margin-bottom: 16px;
}
.receipt-wrap .receipt-detail-total {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid var(--color-line-gray);
  padding-bottom: 10px;
  display: inline-block;
}
.receipt-wrap .receipt-detail-order dl {
  margin-bottom: 0;
}
.receipt-wrap .receipt-detail-order dt {
  font-weight: 300;
  margin: 0 40px 0 0;
}
.receipt-wrap .receipt-detail-order dd {
  width: 135px;
  margin-bottom: 0;
}
.receipt-wrap .receipt-detail-payment dt {
  margin-bottom: 0;
}
.receipt-wrap .receipt-detail-payment dd {
  margin-bottom: 0;
}
.receipt-wrap .receipt-detail-orderdate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.receipt-wrap .receipt-detail-shippingdate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.receipt-wrap .receipt-detail-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receipt-wrap .receipt-detail-right {
  display: flex;
  justify-content: space-between;
}
.receipt-wrap .receipt-detail-address {
  margin-right: 20px;
}
.receipt-wrap .receipt-detail-company {
  font-size: 1.125rem;
}
.receipt-wrap .receipt-detail-prefecture {
  margin-bottom: 16px !important;
}
.receipt-wrap .receipt-detail-stamp {
  width: 120px;
  height: 120px;
}
.receipt-wrap .receipt-detail-stamp img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.receipt-wrap .receipt-detail-registration {
  font-size: 0.875rem;
}
.receipt-wrap .receipt-breakdown-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid var(--color-line-gray);
  border-bottom: 1px solid var(--color-line-gray);
  margin-bottom: 24px;
}
.receipt-wrap .receipt-breakdown-table td {
  font-size: 1rem;
  padding: 18px 10px;
}
.receipt-wrap .receipt-total dl {
  margin-bottom: 0;
}
.receipt-wrap .receipt-total-subtotal {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-subtotal dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-subtotal dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-postage {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-postage dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-postage dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-commission {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-commission dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-commission dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-point {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-point dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-point dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-coupon {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-coupon dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-coupon dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-other {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
}
.receipt-wrap .receipt-total-other dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-other dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-total {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 8px 10px;
  font-size: 1.125rem;
}
.receipt-wrap .receipt-total-total dl {
  margin-bottom: 0;
}
.receipt-wrap .receipt-total-total dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-total dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-total-total span {
  font-weight: 700;
}
.receipt-wrap .receipt-total-tax {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px;
  font-size: 0.875rem;
}
.receipt-wrap .receipt-total-tax dt {
  margin: 0 40px 0 0;
  font-weight: 300;
}
.receipt-wrap .receipt-total-tax dd {
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}
.receipt-wrap .receipt-breakdown-name {
  width: 40%;
}
.receipt-wrap .receipt-breakdown-color {
  width: 30%;
}
.receipt-wrap .receipt-breakdown-size {
  width: 10%;
}
.receipt-wrap .receipt-breakdown-quantity {
  width: 10%;
  text-align: right;
}
.receipt-wrap .receipt-breakdown-price {
  width: 10%;
  text-align: right;
}

@media all and (-ms-high-contrast: none) {
  .receipt-wrap .receipt-detail-total {
    border-bottom: 1px solid #707070;
  }
  .receipt-wrap .receipt-breakdown-table {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.customer-history_detail-attention {
  margin-bottom: 20px;
}
.customer-history_detail-attention-text:last-child {
  margin-bottom: 0;
}
.customer-history_detail-bottom-btn .cancel-button {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.customer-history_detail-bottom-btn .cancel-button input {
  width: 300px;
  height: 60px;
  color: var(--color-white);
  background: linear-gradient(var(--color-button-cart));
  border: none;
  outline: 0;
  margin: 0;
  font-weight: 700;
}

.customer-order-header .text--cancel > span {
  display: inline-block;
}
.customer-order-header .order-id {
  font-weight: 300;
  margin-left: 30px;
}
.customer-order-summary p {
  margin: 0;
}
.customer-order-summary .order-price {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .customer-history_detail-bottom-btn .cancel-button input {
    width: 100%;
    height: 50px;
  }
  .customer-order-header .order-id {
    margin-left: 0;
  }
  .customer-order-left h3.text {
    margin: 0;
  }
  .customer-order-summary .order-price {
    display: block;
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .customer-history_detail-bottom-btn .cancel-button input {
    background: linear-gradient(40deg, #ff6ec4 0, #7873f5 100%);
    color: #fff;
  }
}
.customer-history_detail-oder-status .customer-shipping-progressbar {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .customer-order-status .status-text {
    display: block;
    text-align: right;
    margin-top: -3px;
  }
  .customer-order-status .cancel-link {
    display: block;
    text-align: right;
    margin: 8px 0 0 10px;
  }
  .customer-order-detail-receipt {
    display: block;
    margin-top: 12px;
  }
}
.form-receipt-input {
  margin-inline: 0;
}

@media screen and (max-width: 1024px) {
  .form-receipt-input:first-child {
    width: 100%;
  }
  .form-receipt-data input[type=text] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 99%;
  }
}
@media screen and (max-width: 768px) {
  .form-receipt-data input[type=text] {
    width: 97.5%;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.quickorder .customer-header {
  margin-top: -1.5rem;
  padding: 39px 0 12px;
}
.quickorder-wrap .customer-form-button {
  margin-top: 60px;
}
.quickorder .sp {
  display: none;
}
.quickorder-title {
  padding: 52px 0 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
.quickorder-title div {
  margin-left: 10px;
  text-align: center;
}
.quickorder-title span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.538;
  margin-top: -7px;
}
.quickorder-title .goods {
  flex-basis: 11.71875vw;
  margin-left: 0;
}
.quickorder-title .name {
  flex-basis: 17.96875vw;
}
.quickorder-title .size {
  flex-basis: 6.25vw;
}
.quickorder-title .stock {
  flex-basis: 8.59375vw;
}
.quickorder-title .processing {
  flex-basis: 10.9375vw;
}
.quickorder-title .qty {
  flex-basis: 6.25vw;
}
.quickorder-title .amt {
  flex-basis: 9.375vw;
  text-align: right;
}
.quickorder-title .del {
  flex-basis: 4.140625vw;
  margin-left: 3.90625vw;
  flex-shrink: 0;
}
.quickorder-detail {
  border-top: 1px solid var(--color-line-lightgray-10);
  padding: 18px 0;
}
.quickorder-detail:nth-child(2) {
  border-top: 2px solid var(--color-line-blue-20);
}
.quickorder-detail:last-child {
  border-bottom: 2px solid var(--color-line-blue-20);
}
.quickorder-detail--add {
  display: block;
  padding: 18px 0 0;
}
.quickorder-detail--add .quickorder-information {
  padding: 0 0 25px;
}
.quickorder-number {
  flex-basis: 11.71875vw;
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.quickorder-number input {
  width: 150px;
  height: 40px;
  padding: 3px 8px 6px 7px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  border: solid 1px var(--color-line-lightgray-10);
}
.quickorder-number input[type=text]:focus:not([readonly]) {
  outline: var(--color-line-black-20) solid 1px;
  border-color: solid 1px var(--color-line-lightgray-10);
  box-shadow: none;
}
.quickorder-number.error input {
  color: var(--color-red-30);
  background: var(--bg-color-red-10);
  border: solid 1px var(--color-line-red-10);
}
.quickorder-number.error input::placeholder {
  color: var(--color-red-30);
}
.quickorder-number.error .quickorder-error {
  display: block;
}
.quickorder-error {
  display: none;
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-red-30);
}
.quickorder-name {
  display: flex;
  flex-basis: 17.96875vw;
  margin: 0 auto 0 10px;
}
.quickorder-goods p {
  margin: 0;
}
.quickorder-goods-name {
  font-weight: 700;
}
.quickorder-img {
  max-width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 9px;
}
.quickorder img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.quickorder-size {
  flex-basis: 6.25vw;
  margin: 0 auto 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickorder-size select {
  text-align: center;
  border: solid 1px var(--color-line-lightgray-10);
  height: 40px;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  outline: none;
  width: 70px;
  max-width: 100%;
  background: var(--bg-color-white);
  cursor: pointer;
  border-radius: 0;
}
.quickorder-size select:focus {
  outline: var(--color-line-black-20) solid 1px;
}
.quickorder-status {
  flex-basis: 8.59375vw;
  margin: 0 auto 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.quickorder-status p {
  margin: -3px 0 0 0;
  text-align: center;
}
.quickorder-status .soldout {
  color: var(--color-red-30);
}
.quickorder-status .notice {
  border: none;
  cursor: pointer;
  outline: 0;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1.286;
  margin: 6px auto 0;
  padding: 10px 10px 12px 9px;
  background: var(--bg-color-gray-30);
  width: 103px;
}
.quickorder-status .notice:focus-visible {
  outline: 2px solid var(--color-line-black-20) !important;
}
.quickorder-option {
  flex-basis: 10.9375vw;
  margin: 0 auto 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickorder-option input[type=radio]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.quickorder-option input[type=radio]:not(:checked) {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.quickorder-option .add-cart-option {
  margin: 0;
}
.quickorder-option .add-cart-option input[type=radio] + label {
  position: relative;
}
.quickorder-option .add-cart-option label {
  font-weight: 400;
  margin-bottom: 6px;
}
.quickorder-option .add-cart-option input[type=radio] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 -3px;
  background: var(--bg-color-gray-30);
  border: 2px solid #b1b1b1;
  border-radius: 50%;
}
.quickorder-option .add-cart-option input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: var(--bg-color-pink);
  border-radius: 50%;
}
.quickorder-option .add-cart-option input[type=radio]:focus + label::before {
  border: 2px solid var(--color-line-black-20);
}
.quickorder-qty {
  flex-basis: 6.25vw;
  margin: 0 auto 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickorder-qty select {
  text-align: center;
  border: solid 1px var(--color-line-lightgray-10);
  height: 40px;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  outline: none;
  width: 70px;
  max-width: 100%;
  background: var(--bg-color-white);
  cursor: pointer;
  border-radius: 0;
}
.quickorder-qty select:focus {
  outline: var(--color-line-black-20) solid 1px;
}
.quickorder-price {
  flex-basis: 9.375vw;
  text-align: right;
}
.quickorder-price p {
  margin: 0;
}
.quickorder-add {
  flex-basis: 4.140625vw;
  margin: 0 0 0 4.6875vw;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.quickorder-del {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-20);
  text-decoration: underline;
}
.quickorder-del:focus-visible {
  outline: 2px solid var(--color-line-black-20) !important;
}
.quickorder-del::before {
  content: "×";
  display: block;
}
.quickorder-bookmark {
  margin-top: 19px;
  text-align: center;
}
.quickorder-bookmark .bookmark-button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
}
.quickorder-bookmark .bookmark-button:focus-visible {
  outline: 2px solid var(--color-line-black-20) !important;
}
.quickorder-bookmark .bookmark-button span {
  margin: 0;
  opacity: 0.8;
}
.quickorder-bookmark .bookmark-button span:hover {
  opacity: 1;
}
.quickorder-bookmark .bookmark-button span::before {
  content: "";
  display: block;
  background: url(/wp-content/themes/folk/assets/img/item/product/ic_heart_off.svg) no-repeat 50% 50%/100% auto;
  margin: 0 auto;
  width: 33px;
  height: 33px;
}
.quickorder-bookmark .bookmark-button.on span:hover {
  opacity: 0.8;
}
.quickorder-bookmark .bookmark-button.on span::before {
  background: url(/wp-content/themes/folk/assets/img/item/product/ic_heart.svg) no-repeat 50% 50%/100% auto;
}
.quickorder-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quickorder-embroidery {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-top: 1px solid var(--color-line-lightgray-10);
  width: 78%;
  margin-left: auto;
  padding: 12px 0 14px;
}
.quickorder-embroidery p,
.quickorder-embroidery .quickorder-del {
  margin: 0;
}
.quickorder-embroidery .quickorder-name {
  margin: 0;
  margin-right: auto;
  display: block;
  flex-basis: 75%;
}
.quickorder-embroidery .quickorder-price {
  margin: 0 0 0 auto;
}
.quickorder-position {
  padding: 13px 0 0 23px;
}
.quickorder-add-button {
  text-align: right;
  margin-top: 23px;
}
.quickorder-add-button button {
  font-size: 0.875rem;
  line-height: 2.286;
  padding: 2px 23px 3px 23px;
  background: var(--bg-color-gray-30);
  color: var(--color-black);
}
.quickorder-add-button button::before {
  content: "+";
  margin-right: 8px;
}
.quickorder-link {
  margin-top: 5px;
  text-align: center;
}
.quickorder-link a {
  position: relative;
  color: var(--color-blue-20);
  font-size: 0.75rem;
  letter-spacing: -0.05em;
  text-decoration: underline;
}
.quickorder-link a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--color-line-blue-10);
  border-bottom: 2px solid var(--color-line-blue-10);
  transform: rotate(-45deg);
}
.quickorder-note {
  margin: 50px 0 68px;
  padding: 22px 40px 40px;
  background: var(--bg-color-gray-30);
}
.quickorder-note-title {
  color: var(--color-blue-40);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.778;
  margin-bottom: 24px;
}
.quickorder-note-block {
  background: var(--bg-color-white);
  padding: 25px 30px 26px 30px;
}
.quickorder-note-block p {
  margin: 0;
}
.quickorder-note-box:not(:last-child) {
  margin-bottom: 23px;
}
.quickorder-note-text span {
  font-weight: 700;
}
.quickorder-number-title {
  display: none;
}
.quickorder-qty-title {
  display: none;
}
.quickorder-size-title {
  display: none;
}
.quickorder-price-title {
  display: none;
}
.quickorder .option-modal .modal-content-print .modal-ttl {
  text-align: center;
}

@media only screen and (min-width: 1281px) and (max-width: 1349px) {
  .quickorder-embroidery {
    width: 76%;
  }
}
@media screen and (min-width: 1281px) {
  .quickorder-title .name {
    flex-basis: 16.40625vw;
  }
  .quickorder-title .del {
    margin-left: 1.5625vw;
  }
  .quickorder-name {
    flex-basis: 16.40625vw;
  }
  .quickorder-size select {
    width: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .quickorder-title .del {
    margin-left: 2.34375vw;
  }
}
@media screen and (min-width: 1650px) {
  .quickorder-title .del {
    margin-left: 3.90625vw;
  }
}
@media screen and (max-width: 1280px) {
  .quickorder-detail {
    font-size: 0.875rem;
    padding: 15px 0;
  }
  .quickorder-number input {
    width: 135px;
  }
  .quickorder-option .add-cart-option input[type=radio]:checked + label::after {
    top: 17.5% !important;
  }
  .quickorder-embroidery {
    width: 73.5%;
  }
}
@media screen and (max-width: 1024px) {
  .quickorder .customer-header-wrap {
    margin: 0;
  }
  .quickorder .customer-header {
    border-bottom: 0;
    margin-top: -0.75rem;
    margin-bottom: 0;
    padding: 0;
    background: none;
  }
  .quickorder .customer-header .customer-h1 {
    padding: 40px 15px 8px;
    background: var(--bg-color-gray-60);
  }
  .quickorder .customer-header .customer-links {
    padding: 16px 15px;
    text-align: right;
  }
  .quickorder .customer-container {
    padding: 0;
  }
  .quickorder-wrap {
    max-width: 100%;
  }
  .quickorder-wrap .customer-form-button {
    margin: 100px 0 44px;
  }
  .quickorder .pc {
    display: none;
  }
  .quickorder .sp {
    display: block;
  }
  .quickorder-table {
    font-size: 0.875rem;
  }
  .quickorder-table p {
    margin: 0;
    font-size: 0.875rem;
  }
  .quickorder-number-title {
    display: block;
  }
  .quickorder-qty-title {
    display: block;
  }
  .quickorder-size-title {
    display: block;
  }
  .quickorder-price-title {
    display: block;
  }
  .quickorder-title {
    display: none;
  }
  .quickorder-detail {
    margin: 0 -1rem 0 -1rem;
    padding: 0;
  }
  .quickorder-detail--add .quickorder-information {
    padding: 0;
  }
  .quickorder-detail--add .quickorder-information .quickorder-add {
    padding: 16px 15px;
  }
  .quickorder-detail--add .quickorder-information .quickorder-add .quickorder-del {
    order: 2;
    margin: 0;
  }
  .quickorder-detail--add .quickorder-information .quickorder-add .quickorder-bookmark {
    order: 1;
    margin-right: 2%;
  }
  .quickorder-detail--add .quickorder-information-price {
    width: 100%;
    padding: 0;
    border: none;
  }
  .quickorder-detail:last-child {
    border-bottom: none;
  }
  .quickorder-number {
    width: 100% !important;
    height: auto;
    background: var(--bg-color-gray-50);
    padding: 18px 15px 15px 15px;
    flex-basis: auto;
  }
  .quickorder-number-title {
    width: 32%;
    margin-right: 3px !important;
    font-weight: 700;
    line-height: 1.286;
  }
  .quickorder-number-title span {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5;
  }
  .quickorder-number input {
    width: 67%;
  }
  .quickorder-error {
    width: 70%;
    font-size: 0.75rem !important;
    margin: 6px 0 0 auto !important;
    padding-left: 10px;
  }
  .quickorder-name {
    width: 100% !important;
    background: var(--bg-color-gray-50);
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 21px 0;
    padding: 6px 15px 19px 15px;
    flex-basis: auto;
  }
  .quickorder-size {
    margin: 0;
    padding: 0 8px 14px 15px;
    flex-basis: auto;
  }
  .quickorder-size-title {
    font-weight: 500;
    line-height: 0.571;
    margin-right: 25px !important;
  }
  .quickorder-size select {
    padding-left: 3px;
    padding-right: 10px;
    color: var(--color-black);
    width: 80px;
  }
  .quickorder-size-noselect {
    width: 100% !important;
    justify-content: flex-start;
  }
  .quickorder-qty {
    justify-content: flex-start;
    margin: 0;
    padding: 0 15px 14px;
    flex-basis: 100%;
    order: 1;
  }
  .quickorder-qty-title {
    font-weight: 500;
    line-height: 0.571;
    margin-right: 38.5px !important;
  }
  .quickorder-qty select {
    padding-left: 3px;
    padding-right: 10px;
    color: var(--color-black);
    width: 80px;
  }
  .quickorder-img {
    margin-right: 25px;
  }
  .quickorder .add-cart-option {
    line-height: 1.75;
    flex-direction: row;
    align-items: center;
    margin: 0 15px;
  }
  .quickorder .add-cart-option input[type=radio]:checked + label::after {
    top: 32.5% !important;
  }
  .quickorder-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 15px;
    padding: 0;
    flex-basis: auto;
    order: 3;
  }
  .quickorder-price-title {
    font-weight: 500;
    line-height: 0.571;
    font-size: 0.875rem !important;
    margin-right: 25px !important;
  }
  .quickorder-price-price {
    font-size: 1.09375rem !important;
    line-height: 1.429;
  }
  .quickorder-option {
    width: 100% !important;
    justify-content: flex-start;
    flex-basis: auto;
    order: 3;
    margin: 0;
  }
  .quickorder-option label {
    font-size: 0.875rem;
    line-height: 2.667;
    margin-bottom: 17px !important;
  }
  .quickorder-option label:not(:last-child) {
    margin-right: 5px;
  }
  .quickorder-add {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0;
    padding: 16px 15px 48px 15px;
    order: 4;
    flex-basis: auto;
  }
  .quickorder-status {
    justify-content: space-between;
    flex-direction: row;
    margin: -18px 0 0 0;
    padding: 0 15px 0 0;
    flex-basis: calc(100% - 170px);
  }
  .quickorder-status p :not(:first-child) {
    margin-top: 0;
  }
  .quickorder-status .notice {
    width: auto;
    margin: 0 0 0 10px;
  }
  .quickorder-information {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }
  .quickorder-embroidery {
    width: auto;
    margin: 0 15px;
    padding: 16px 0;
  }
  .quickorder-embroidery .quickorder-name {
    width: auto !important;
    background: none;
    margin: 0;
    padding: 0;
    flex-basis: 65%;
  }
  .quickorder-embroidery .quickorder-price {
    width: auto !important;
    border-top: none;
    margin: 0;
    padding: 0;
    flex-basis: 20%;
  }
  .quickorder-embroidery .quickorder-price .quickorder-price-price {
    margin: 0;
    padding: 0;
    font-size: 0.875rem !important;
  }
  .quickorder-embroidery .quickorder-add {
    width: auto !important;
    padding: 0;
  }
  .quickorder-position {
    padding: 6px 0 0 21px;
  }
  .quickorder-notice-button {
    width: auto;
    margin: -28px 15px 50px;
    order: 5;
  }
  .quickorder-notice-button .notice {
    font-size: 0.875rem;
    line-height: 2.286;
    padding: 7px 10px;
    background: var(--bg-color-gray-30);
    text-align: center;
  }
  .quickorder-del {
    width: auto;
    margin: 0;
    font-size: 0.875rem;
    order: 2;
  }
  .quickorder-bookmark {
    width: auto;
    margin-top: 0;
    margin-right: 2%;
    order: 1;
  }
  .quickorder-bookmark .bookmark-button span::before {
    width: 27px;
    height: 27px;
  }
  .quickorder-add-button {
    text-align: center;
    margin-top: 0;
  }
  .quickorder-add-button button {
    width: 100%;
    padding: 5px 23px 8px 23px;
  }
  .quickorder-link {
    flex-basis: 100%;
    text-align: left;
  }
  .quickorder-note {
    margin: 50px 0 44px;
    padding: 20px;
  }
  .quickorder-note-title {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .quickorder-note-block {
    font-size: 0.875rem;
    padding: 10px 15px 11px 15px;
  }
  .quickorder-note-box:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media all and (-ms-high-contrast: none) {
  .quickorder-detail {
    border-top: 1px solid #b1b1b1;
  }
  .quickorder-detail:nth-child(2) {
    border-top: 2px solid #002b5e;
  }
  .quickorder-detail:last-child {
    border-bottom: 2px solid #002b5e;
  }
  .quickorder-number.error input {
    color: #fe1212;
    background: #fce8e8;
    border: solid 1px #fc9797;
  }
  .quickorder-number.error::placeholder {
    color: #fe1212;
  }
  .quickorder-size select {
    border: solid 1px #b1b1b1;
    background: #fff;
  }
  .quickorder-qty select {
    border: solid 1px #b1b1b1;
    background: #fff;
  }
  .quickorder-status .soldout {
    color: #fe1212;
  }
  .quickorder-status .notice {
    background: #e2e2e2;
  }
  .quickorder-option .add-cart-option input[type=radio]:checked + label::after {
    background: #cf5490;
  }
  .quickorder-del {
    color: #0e499d;
  }
  .quickorder-embroidery {
    border-top: 1px solid #b1b1b1;
    justify-content: space-between;
  }
  .quickorder-error {
    color: #fe1212;
  }
  .quickorder-add-button button {
    background: #e2e2e2;
    color: #212529;
  }
  .quickorder-link a {
    color: #0e499d;
  }
  .quickorder-link a::after {
    border-left: 2px solid #0e499d;
    border-bottom: 2px solid #0e499d;
  }
  .quickorder-note {
    background: #e2e2e2;
  }
  .quickorder-note-title {
    color: #002b5d;
  }
  .quickorder-note-block {
    background: #fff;
  }
}
@media all and (max-width: 1024px) and (-ms-high-contrast: none) {
  .quickorder-status {
    flex-basis: calc(96% - 170px);
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .quickorder .customer-header .customer-h1 {
    background: #fafafb;
  }
  .quickorder-number {
    background: #f5f5f5;
  }
  .quickorder-name {
    background: #f5f5f5;
  }
  .quickorder-price {
    border-top: 1px solid #b1b1b1;
  }
  .quickorder-notice-button .notice {
    background: #e2e2e2;
  }
}
@-moz-document url-prefix() {
  .quickorder-option .add-cart-option input[type=radio]:checked + label::after {
    top: 6.5px;
  }
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

:root {
  --color-white: #fff;
  --color-line-lightgray: #dee2e6;
  --color-line-gray: #707070;
  --color-line-lightgray-10: #b1b1b1;
  --color-line-red-10: #fc9797;
  --color-line-blue-10: #0e499d;
  --color-line-blue-20:#002b5e;
  --color-line-black-10:#212529;
  --color-line-black-20:#000;
  --color-line-white: #fff;
  --bg-color-gray-10: 158, 158, 158;
  --bg-color-gray-20: #e6e6e6;
  --bg-color-gray-30: #e2e2e2;
  --bg-color-gray-40: #707070;
  --bg-color-gray-50: #f5f5f5;
  --bg-color-gray-60: #fafafb;
  --bg-color-gray-70: #ededed;
  --bg-color-gray-80: #dee2e6;
  --bg-color-white:#fff;
  --bg-color-pink:#cf5490;
  --bg-color-black:#000;
  --bg-color-black-10: rgba(158, 158, 158, 0.1);
  --bg-color-blue:#002b5e;
  --bg-color-red-10: #fce8e8;
  --color-pink: #ff6ec4;
  --color-purple: #7873f5;
  --color-blue-20: #0e499d;
  --color-blue-30: #002b5e;
  --color-blue-40: #002b5d;
  --color-red-10: #cc0000;
  --color-red-20: #dc3644;
  --color-red-30: #fe1212;
  --color-black: #212529;
  --color-black-20:#000;
  --color-button-cart: 40deg,#ff6ec4,#7873f5;
  --color-button-gray: #e2e2e2;
  --color-button-darkgray: #707070;
  --color-button-blue: #002b5e;
}

.print .customer-main-print-ttl-wrap--top {
  align-items: center;
  border: none;
  margin-bottom: 30px;
}
.print .customer-main-print-ttl-wrap--top .customer-h2 {
  margin-bottom: 0;
}
.print .customer-main-print-ttl-wrap--top .customer-heading-links {
  margin-bottom: 0;
}
.print .customer-main-print-ttl-wrap--top .customer-heading-links .customer-heading-link {
  margin-left: 0;
}
.print .customer-main-print-note {
  margin-bottom: 30px;
}
.print .customer-main-print-note p:last-child {
  margin-bottom: 0;
}
.print .customer-main-print-note a {
  text-decoration: underline;
  color: var(--color-blue-20);
}
.print .customer-main-print-note a:hover {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .print .customer-main-print-note a {
    color: #0e499d;
  }
}
@media screen and (max-width: 1024px) {
  .print .customer-main-print-ttl-wrap--top {
    display: block;
    margin-bottom: 25px;
  }
  .print .customer-main-print-ttl-wrap--top .customer-h2 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .print .customer-main-print-note {
    margin-bottom: 20px;
  }
}