@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.m-pankuzu {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   sec-anchors — ページ内リンク
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-anchors {
  padding-top: 40px;
}
.sec-anchors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-anchors__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.sec-anchors__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .sec-anchors__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
  }
}
.sec-anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 60px;
  padding: 10px 10px 10px;
  background: #fff;
  border: 1px solid #BBBBBB;
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.07em;
  color: #56524E;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-anchors__item a {
    height: 50px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.sec-anchors__item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -4px;
}
.sec-anchors__item a:hover {
  background: #F6F6F4;
}

/*--------------------------------------------------------------------------
   sec-flow — ご注文の流れ
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-flow {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-flow {
    padding-block: 50px;
  }
}
.sec-flow .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-flow .l-wrap {
    gap: 40px;
  }
}
.sec-flow .c-hdg-section {
  margin-bottom: 0;
}
.sec-flow {
  /* --- ステップアイコン横並び --- */
}
.sec-flow__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-flow__steps {
    display: none;
  }
}
.sec-flow__steps-line {
  position: absolute;
  top: 29.5px;
  left: 100px;
  right: 100px;
  height: 0;
  border-top: 1px solid #BBBBBB;
}
.sec-flow__step-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.5%;
}
.sec-flow__step-icon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #56524E;
}
.sec-flow__step-icon-circle img {
  width: 34px;
  height: 34px;
}
.sec-flow__step-icon-hdg {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #56524E;
  text-align: center;
}
.sec-flow__step-icon-sub {
  margin-top: 6px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #56524E;
  text-align: center;
}
.sec-flow {
  /* --- 詳細カード --- */
}
.sec-flow__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1080px;
}
.sec-flow__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 35px 40px;
  background: #F6F6F4;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-flow__detail {
    gap: 20px;
    padding: 24px 20px;
  }
}
.sec-flow__detail-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #56524E;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sec-flow__detail-no {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.sec-flow__detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec-flow__detail-body {
    gap: 16px;
  }
}
.sec-flow__detail-hdg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-flow__detail-hdg {
    font-size: 14px;
  }
}
.sec-flow__detail-txt {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-flow__detail-txt {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-flow__detail-arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 14px solid #7B7A78;
}
.sec-flow {
  /* --- 補足 --- */
}
.sec-flow__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec-flow__notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-flow__note-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 36px 40px 44px;
  background: #F6F6F4;
  border-left: 7px solid #BBBBBB;
}
@media only screen and (max-width: 767px) {
  .sec-flow__note-box {
    padding: 24px 20px 30px;
    gap: 20px;
  }
}
.sec-flow__note-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec-flow__note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-flow__note-ico img {
  width: 100%;
  height: auto;
}
.sec-flow__note-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-flow__note-title {
    font-size: 14px;
  }
}
.sec-flow__note-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-flow__note-txt {
    font-size: 12px;
    line-height: 22px;
  }
}

/*--------------------------------------------------------------------------
   sec-return — 返品・交換について
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-return {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-return {
    padding-block: 50px;
  }
}
.sec-return .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-return .l-wrap {
    gap: 40px;
  }
}
.sec-return .c-hdg-section {
  margin-bottom: 0;
}
.sec-return__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.sec-return__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 36px 40px 44px;
  background: #fff;
  border-left: 7px solid #BBBBBB;
}
@media only screen and (max-width: 767px) {
  .sec-return__box {
    padding: 24px 20px 30px;
    gap: 20px;
  }
}
.sec-return__box--flow {
  gap: 34px;
}
.sec-return__box-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec-return__box-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-return__box-ico img {
  width: 100%;
  height: auto;
}
.sec-return__box-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-return__box-title {
    font-size: 14px;
  }
}
.sec-return__box-sub {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
.sec-return__box-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-return__box-txt {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-return {
  /* 必要条件 */
}
.sec-return__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-return__conditions {
    padding: 16px 20px;
  }
}
.sec-return__conditions-hdg {
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #BBBBBB;
}
.sec-return__conditions-hdg p {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
}
.sec-return__conditions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 20px;
  list-style: none;
}
.sec-return__conditions-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: calc(50% - 10px);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-return__conditions-list li {
    width: 100%;
    font-size: 12px;
  }
}
.sec-return__conditions-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.sec-return__conditions-check img {
  width: 100%;
  height: auto;
}
.sec-return {
  /* 注釈 */
}
.sec-return__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 24px 30px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-return__notice {
    padding: 16px 20px;
  }
}
.sec-return__notice-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-return__notice-ico img {
  width: 100%;
  height: auto;
}
.sec-return__notice-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-return__notice-txt {
    font-size: 12px;
  }
}
.sec-return {
  /* フロー */
}
.sec-return__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-return__flow {
    padding: 0 16px;
  }
}
.sec-return__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 20px 10px;
  border-bottom: 1px solid #BBBBBB;
}
.sec-return__flow-step:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .sec-return__flow-step {
    padding: 16px 0;
    gap: 10px;
  }
}
.sec-return__flow-step p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-return__flow-step p {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-return__flow-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #56524E;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #F7F7F7;
}

/*--------------------------------------------------------------------------
   sec-exchange — サイズ交換の流れ
   sec-refund  — 返品・返金の流れ （共通パターン）
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* mixin
-----------------------------------------------------------------*/
/* section — sec-exchange
-----------------------------------------------------------------*/
.sec-exchange {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-exchange {
    padding-block: 50px;
  }
}
.sec-exchange .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-exchange .l-wrap {
    gap: 40px;
  }
}
.sec-exchange .c-hdg-section {
  margin-bottom: 0;
  line-height: 1.4;
}
.sec-exchange .c-hdg-section span {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .sec-exchange .c-hdg-section span {
    font-size: 14px;
  }
}
.sec-exchange__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.sec-exchange__notice-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-exchange__notice-ico img {
  width: 100%;
  height: auto;
}
.sec-exchange__notice-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__notice-txt {
    font-size: 12px;
  }
}
.sec-exchange__notice-txt u {
  text-underline-offset: 3px;
}
.sec-exchange__notice-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-exchange__notice-ico img {
  width: 100%;
  height: auto;
}
.sec-exchange__notice-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__notice-txt {
    font-size: 12px;
  }
}
.sec-exchange__notice-txt u {
  text-underline-offset: 3px;
}
.sec-exchange__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1080px;
}
.sec-exchange__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 35px 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__detail {
    gap: 20px;
    padding: 24px 20px;
  }
}
.sec-exchange__detail {
  background: #F6F6F4;
}
.sec-exchange__detail-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #56524E;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__detail-no {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.sec-exchange__detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__detail-body {
    gap: 10px;
  }
}
.sec-exchange__detail-hdg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__detail-hdg {
    font-size: 14px;
  }
}
.sec-exchange__detail-txt {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__detail-txt {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-exchange__detail-arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 14px solid #7B7A78;
}
.sec-exchange__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  width: 100%;
  max-width: 1080px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.sec-exchange__shipping-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__shipping-note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.sec-exchange__shipping-note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.sec-exchange__shipping-note-ico img {
  width: 100%;
  height: auto;
}
.sec-exchange__shipping-note-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__shipping-note-txt {
    font-size: 12px;
  }
}
.sec-exchange__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-exchange__badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #393939;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__badge {
    width: 120px;
    height: 120px;
  }
}
.sec-exchange__badge-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__badge-label {
    font-size: 11px;
  }
}
.sec-exchange__badge-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__badge-main {
    font-size: 15px;
    line-height: 22px;
  }
}
.sec-exchange__badge-sub {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__badge-sub {
    font-size: 9px;
  }
}
.sec-exchange__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.5555555556vw, 80px);
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-exchange__note-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 36px 40px 40px;
  background: #F6F6F4;
  border-left: 7px solid #BBBBBB;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__note-box {
    padding: 24px 20px 30px;
    gap: 20px;
  }
}
.sec-exchange__note-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec-exchange__note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-exchange__note-ico img {
  width: 100%;
  height: auto;
}
.sec-exchange__note-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__note-title {
    font-size: 14px;
  }
}
.sec-exchange__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  list-style: none;
}
.sec-exchange__note-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__note-list li {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-exchange__note-list li::before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-exchange__note-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-exchange__note-txt {
    font-size: 12px;
    line-height: 22px;
  }
}

/* section — sec-refund
-----------------------------------------------------------------*/
.sec-refund {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-refund {
    padding-block: 50px;
  }
}
.sec-refund .l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-refund .l-wrap {
    gap: 40px;
  }
}
.sec-refund .c-hdg-section {
  margin-bottom: 0;
  line-height: 1.4;
}
.sec-refund .c-hdg-section span {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .sec-refund .c-hdg-section span {
    font-size: 14px;
  }
}
.sec-refund__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.sec-refund__notice-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-refund__notice-ico img {
  width: 100%;
  height: auto;
}
.sec-refund__notice-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-refund__notice-txt {
    font-size: 12px;
  }
}
.sec-refund__notice-txt u {
  text-underline-offset: 3px;
}
.sec-refund__notice-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-refund__notice-ico img {
  width: 100%;
  height: auto;
}
.sec-refund__notice-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-refund__notice-txt {
    font-size: 12px;
  }
}
.sec-refund__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1080px;
}
.sec-refund__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 35px 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-refund__detail {
    gap: 20px;
    padding: 24px 20px;
  }
}
.sec-refund__detail {
  background: #fff;
}
.sec-refund__detail-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #56524E;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sec-refund__detail-no {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.sec-refund__detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec-refund__detail-body {
    gap: 10px;
  }
}
.sec-refund__detail-hdg {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-refund__detail-hdg {
    font-size: 14px;
  }
}
.sec-refund__detail-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-refund__detail-txt {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-refund__detail-arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 14px solid #7B7A78;
}
.sec-refund__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  width: 100%;
  max-width: 1080px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-refund__shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.sec-refund__shipping {
  background: #fff;
}
.sec-refund__shipping-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec-refund__shipping-note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.sec-refund__shipping-note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.sec-refund__shipping-note-ico img {
  width: 100%;
  height: auto;
}
.sec-refund__shipping-note-txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-refund__shipping-note-txt {
    font-size: 12px;
  }
}
.sec-refund__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-refund__badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-refund__badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #393939;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-refund__badge {
    width: 120px;
    height: 120px;
  }
}
.sec-refund__badge-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-refund__badge-label {
    font-size: 11px;
  }
}
.sec-refund__badge-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-refund__badge-main {
    font-size: 15px;
    line-height: 22px;
  }
}
.sec-refund__badge-sub {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-refund__badge-sub {
    font-size: 9px;
  }
}

/*--------------------------------------------------------------------------
   sec-receipt — 領収書・明細について
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-receipt {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-receipt {
    padding-block: 50px;
  }
}
.sec-receipt .l-wrap-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-receipt .l-wrap-l {
    gap: 40px;
  }
}
.sec-receipt .c-hdg-section {
  margin-bottom: 0;
}
.sec-receipt__txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-receipt__txt {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
}
/*# sourceMappingURL=guide-how-to-order.css.map */