@charset "UTF-8";

.p-support {
  overflow: hidden;
  background: #f3f3f3;
  color: #111;
}

.p-support__anchors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 48px), 1040px);
  margin: 0 auto;
  padding: 42px 0 72px;
}

.p-support__anchors a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  border-left: 1px solid #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.p-support__anchors a:last-child {
  border-right: 1px solid #c7c7c7;
}

.p-support__anchors a::before {
  content: "▼";
  margin-right: 7px;
  font-size: 9px;
}

.p-support__inner {
  width: min(calc(100% - 48px), 1040px);
  margin: 0 auto;
}

.p-support__section {
  padding-bottom: 112px;
  scroll-margin-top: 120px;
}

.p-support__section-title {
  margin: 0 0 30px;
  padding-bottom: 13px;
  border-bottom: 1px solid #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.p-support__section-lead {
  margin: -14px 0 28px;
  color: #555;
  font-size: 13px;
}

.p-support__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.p-support__card {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  padding: 34px 72px 34px 38px;
  border: 1px solid #d2d2d2;
  background: #fff;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.p-support__card-kicker,
.p-support__shop-links span {
  margin-bottom: 14px;
  color: #e33a2d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-support__card strong {
  font-size: 20px;
  line-height: 1.65;
}

.p-support__card small {
  font-size: 12px;
}

.p-support__card-arrow {
  position: absolute;
  right: 28px;
  bottom: 26px;
  font-size: 22px;
}

.p-support__phone-panel {
  padding: 44px 48px 48px;
  background: #fff;
}

.p-support__phone-intro,
.p-support__hours {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.p-support__hours {
  margin-top: 8px;
}

.p-support__hours strong {
  margin-right: 14px;
}

.p-support__phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 42px;
  margin-top: 26px;
}

.p-support__phone-item {
  padding: 28px 0;
  border-top: 1px solid #bdbdbd;
}

.p-support__phone-item h3 {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
}

.p-support__phone-item p {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 7px 0 0;
}

.p-support__phone-item p span {
  width: 118px;
  font-size: 11px;
}

.p-support__phone-item p a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-support__phone-item p small {
  font-size: 10px;
}

.p-support__phone-item .p-support__phone-note {
  display: block;
  margin: -10px 0 12px;
  font-size: 11px;
}

.p-support__faq-groups {
  display: grid;
  gap: 14px;
}

.p-support__faq-group,
.p-support__faq-item {
  background: #fff;
}

.p-support__faq-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 19px 28px;
  border: 1px solid #111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.p-support__faq-group > summary::-webkit-details-marker,
.p-support__faq-item > summary::-webkit-details-marker {
  display: none;
}

.p-support__faq-group > summary span,
.p-support__faq-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.p-support__faq-group > summary span::before,
.p-support__faq-group > summary span::after,
.p-support__faq-toggle::before,
.p-support__faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.p-support__faq-group > summary span::after,
.p-support__faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.p-support__faq-group[open] > summary span::after,
.p-support__faq-item[open] .p-support__faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-support__faq-list {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

.p-support__faq-item + .p-support__faq-item {
  border-top: 1px solid #d2d2d2;
}

.p-support__faq-item > summary {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.p-support__faq-mark {
  color: #e33a2d;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}

.p-support__faq-toggle {
  margin-left: auto;
}

.p-support__faq-answer {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 0 68px 28px 28px;
  font-size: 13px;
  line-height: 2;
}

.p-support__faq-answer p {
  margin: 0;
}

.p-support__faq-answer a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-support__shop-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.p-support__shop-links a {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 34px 72px 34px 38px;
  background: #111;
  color: #fff;
}

.p-support__shop-links strong {
  font-size: 22px;
  line-height: 1.55;
}

.p-support__shop-links em {
  position: absolute;
  right: 28px;
  bottom: 25px;
  font-size: 22px;
  font-style: normal;
}

.p-support__section--last {
  padding-bottom: 140px;
}

@media (hover: hover) {
  .p-support__card:hover {
    background: #111;
    color: #fff;
  }

  .p-support__shop-links a:hover {
    background: #e33a2d;
  }
}

@media (max-width: 767px) {
  .p-support__anchors {
    grid-template-columns: repeat(2, 1fr);
    width: min(calc(100% - 32px), 520px);
    padding: 24px 0 52px;
  }

  .p-support__anchors a {
    min-height: 56px;
    border-top: 1px solid #c7c7c7;
    font-size: 11px;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .p-support__anchors a:nth-child(even) {
    border-right: 1px solid #c7c7c7;
  }

  .p-support__inner {
    width: min(calc(100% - 32px), 560px);
  }

  .p-support__section {
    padding-bottom: 72px;
  }

  .p-support__section-title {
    font-size: 20px;
  }

  .p-support__cards,
  .p-support__phone-grid,
  .p-support__shop-links {
    grid-template-columns: 1fr;
  }

  .p-support__card,
  .p-support__shop-links a {
    min-height: 160px;
    padding: 28px 62px 28px 26px;
  }

  .p-support__card strong,
  .p-support__shop-links strong {
    font-size: 18px;
  }

  .p-support__phone-panel {
    padding: 28px 24px;
  }

  .p-support__phone-grid {
    margin-top: 20px;
  }

  .p-support__phone-item {
    padding: 24px 0;
  }

  .p-support__phone-item p span {
    width: 100%;
  }

  .p-support__faq-group > summary {
    min-height: 66px;
    padding: 16px 20px;
    font-size: 16px;
  }

  .p-support__faq-item > summary {
    align-items: flex-start;
    padding: 18px 20px;
    font-size: 13px;
  }

  .p-support__faq-answer {
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 0 20px 24px;
  }

  .p-support__section--last {
    padding-bottom: 96px;
  }
}

/* お問い合わせカードは背景色を固定し、矢印だけを軽く動かす。 */
@media (hover: hover) {
  .p-support__card:hover {
    background: #fff;
    color: #111;
  }

  .p-support__card-arrow {
    transition: transform 0.22s ease;
  }

  .p-support__card:hover .p-support__card-arrow {
    transform: translate(5px, -5px);
  }

  .p-support__shop-links a:hover {
    background: #111;
  }

  .p-support__shop-links em {
    transition: transform 0.22s ease;
  }

  .p-support__shop-links a:hover em {
    transform: translate(5px, -5px);
  }
}

/* Missing-piece request landing, forms, and completion screen. */
.p-piece-request {
  background: #f6f6f6;
  color: #111;
}

.p-piece-request__inner {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 96px 0 140px;
}

.p-piece-request__intro {
  max-width: 860px;
  font-size: 18px;
  line-height: 1.9;
}

.p-piece-request__intro-en {
  margin-top: 4px;
  font-size: 0.9em;
}

.p-piece-request__before-request {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.p-piece-request__before-request article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 34px;
  background: #fff;
}

.p-piece-request__before-request article > span {
  color: #ef3c2f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

.p-piece-request__before-request h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
}

.p-piece-request__before-request h2[lang="en"] {
  margin-top: 5px;
  font-size: 15px;
}

.p-piece-request__before-request p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.85;
}

.p-piece-request__before-request p[lang="en"] {
  margin-top: 7px;
  color: #555;
  font-size: 12px;
}

.p-piece-request__checklist {
  margin-top: 24px;
  padding: 34px;
  background: #111;
  color: #fff;
}

.p-piece-request__checklist h2,
.p-piece-request__routes-title,
.p-piece-request__alternative > h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.55;
}

.p-piece-request__checklist h2 small,
.p-piece-request__routes-title small,
.p-piece-request__alternative > h2 small,
.p-piece-request__mailing-address h3 small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  opacity: .68;
}

.p-piece-request__checklist ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.p-piece-request__checklist li {
  position: relative;
  padding-left: 28px;
}

.p-piece-request__checklist li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  color: #ef3c2f;
  font-weight: 700;
}

.p-piece-request__checklist li strong,
.p-piece-request__checklist li span {
  display: block;
  line-height: 1.75;
}

.p-piece-request__checklist li span {
  margin-top: 2px;
  font-size: 12px;
  opacity: .72;
}

.p-piece-request__notice {
  margin-top: 24px;
  padding: 20px 24px;
  background: #fff;
  border-left: 4px solid #ef3c2f;
}

.p-piece-request__notice p + p {
  margin-top: 10px;
}

.p-piece-request__routes-title {
  margin-top: 70px;
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
}

.p-piece-request__routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
}

.p-piece-request__notice--strong {
  margin-top: 28px;
}

.p-piece-request__alternative {
  margin-top: 76px;
}

.p-piece-request__alternative > h2 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
}

.p-piece-request__alternative details {
  border: 1px solid #ccc;
  background: #fff;
}

.p-piece-request__alternative details + details {
  margin-top: 12px;
}

.p-piece-request__alternative summary {
  position: relative;
  display: block;
  padding: 22px 64px 22px 24px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.p-piece-request__alternative summary::-webkit-details-marker {
  display: none;
}

.p-piece-request__alternative summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 400;
}

.p-piece-request__alternative details[open] summary::after {
  content: "−";
}

.p-piece-request__alternative summary small {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
}

.p-piece-request__alternative details > div {
  padding: 0 24px 28px;
  font-size: 14px;
  line-height: 1.85;
}

.p-piece-request__location-guide {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 4px 0 24px;
  padding: 20px;
  background: #f3f3f3;
}

.p-piece-request__location-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.p-piece-request__location-guide figcaption {
  font-weight: 700;
  line-height: 1.65;
}

.p-piece-request__location-guide figcaption small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
  font-weight: 500;
}

.p-piece-request__alternative-alert {
  margin-top: 16px !important;
  padding: 12px 14px;
  border-left: 3px solid #ef3c2f;
  background: #fff2ef;
  font-weight: 700;
}

.p-piece-request__alternative-alert[lang="en"] {
  margin-top: 6px !important;
}

.p-piece-request__alternative details > div p[lang="en"] {
  margin-top: 5px;
  color: #555;
  font-size: 12px;
}

.p-piece-request__alternative details h3 {
  margin: 22px 0 0;
  font-size: 15px;
}

.p-piece-request__alternative details h3[lang="en"] {
  margin-top: 2px;
  color: #555;
  font-size: 12px;
}

.p-piece-request__alternative details ul {
  margin: 12px 0 0;
  padding-left: 1.5em;
}

.p-piece-request__mailing-address {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  margin-top: 24px;
  padding: 28px 32px;
  background: #111;
  color: #fff;
}

.p-piece-request__mailing-address h3 {
  margin: 0;
  font-size: 18px;
}

.p-piece-request__mailing-address address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.p-piece-request__route {
  position: relative;
  display: flex;
  min-height: 220px;
  padding: 42px;
  flex-direction: column;
  justify-content: center;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.p-piece-request__route span {
  margin-bottom: 18px;
  color: #ef3c2f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .14em;
}

.p-piece-request__route strong {
  padding-right: 54px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.45;
}

.p-piece-request__route small {
  display: block;
  margin-top: 10px;
  padding-right: 54px;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.76;
}

.p-piece-request__route em {
  position: absolute;
  right: 34px;
  bottom: 28px;
  font-size: 34px;
  font-style: normal;
  transition: transform .22s ease;
}

.p-piece-request__route:hover em {
  transform: translate(5px, -5px);
}

.p-piece-request__form {
  display: grid;
  gap: 46px;
}

.p-piece-request__section {
  padding: 48px;
  background: #fff;
}

.p-piece-request__section h2 {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #111;
  font-size: 34px;
}

.p-piece-request__section > p {
  margin-bottom: 32px;
  line-height: 1.8;
}

.p-piece-request__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
}

.p-piece-request__field,
.p-piece-request__grid > label {
  display: grid;
  gap: 10px;
  font-weight: 700;
}

.p-piece-request__field {
  margin-bottom: 28px;
}

.p-piece-request__form b {
  display: inline-block;
  margin-left: 6px;
  color: #ef3c2f;
  font-size: 12px;
}

.p-piece-request__form input,
.p-piece-request__form select {
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  box-sizing: border-box;
}

.p-piece-request__item-code {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.2fr;
  gap: 10px;
  align-items: center;
}

.p-piece-request__positions,
.p-piece-request__sex {
  margin: 32px 0 0;
  padding: 0;
  border: 0;
}

.p-piece-request__positions legend,
.p-piece-request__sex legend {
  margin-bottom: 16px;
  font-weight: 700;
}

.p-piece-request__positions > div {
  display: grid;
  grid-template-columns: 36px repeat(2, minmax(0, 180px));
  gap: 16px;
  align-items: end;
  margin-top: 14px;
}

.p-piece-request__positions label {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.p-piece-request__sex {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.p-piece-request__sex legend {
  width: 100%;
}

.p-piece-request__sex label,
.p-piece-request__privacy {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-piece-request__sex input,
.p-piece-request__privacy input {
  width: 20px;
  min-height: 20px;
}

.p-piece-request__privacy {
  justify-content: center;
}

.p-piece-request__submit {
  display: flex;
  width: min(460px, 100%);
  min-height: 82px;
  margin: 0 auto;
  padding: 18px 28px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: #ef3c2f;
  color: #fff;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.p-piece-request__submit span {
  transition: transform .22s ease;
}

.p-piece-request__submit:hover span {
  transform: translateX(6px);
}

.p-piece-request__trap {
  position: absolute !important;
  left: -9999px !important;
}

.p-piece-request__complete {
  padding: 70px 48px;
  background: #fff;
  text-align: center;
}

.p-piece-request__complete h2 {
  margin-bottom: 18px;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .p-piece-request .c-page-header__title {
    font-size: 26px;
  }

  .p-piece-request__inner {
    width: calc(100% - 40px);
    padding: 52px 0 88px;
  }

  .p-piece-request__intro {
    font-size: 15px;
  }

  .p-piece-request__routes,
  .p-piece-request__grid,
  .p-piece-request__before-request {
    grid-template-columns: 1fr;
  }

  .p-piece-request__before-request {
    gap: 14px;
    margin-top: 32px;
  }

  .p-piece-request__before-request article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 20px;
  }

  .p-piece-request__before-request h2 {
    font-size: 18px;
  }

  .p-piece-request__checklist {
    padding: 26px 20px;
  }

  .p-piece-request__checklist h2,
  .p-piece-request__routes-title,
  .p-piece-request__alternative > h2 {
    font-size: 22px;
  }

  .p-piece-request__routes {
    gap: 16px;
    margin-top: 36px;
  }

  .p-piece-request__routes-title,
  .p-piece-request__alternative {
    margin-top: 52px;
  }

  .p-piece-request__route {
    min-height: 170px;
    padding: 28px 24px;
  }

  .p-piece-request__section {
    padding: 30px 20px;
  }

  .p-piece-request__section h2 {
    font-size: 26px;
  }

  .p-piece-request__item-code {
    grid-template-columns: 1fr;
  }

  .p-piece-request__item-code > span {
    display: none;
  }

  .p-piece-request__positions > div {
    grid-template-columns: 28px 1fr 1fr;
    gap: 10px;
  }

  .p-piece-request__alternative summary {
    padding: 19px 54px 19px 20px;
    font-size: 16px;
  }

  .p-piece-request__alternative details > div {
    padding: 0 20px 24px;
  }

  .p-piece-request__location-guide {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .p-piece-request__mailing-address,
  .p-piece-request__mailing-address address {
    grid-template-columns: 1fr;
  }

  .p-piece-request__mailing-address {
    gap: 16px;
    padding: 24px 20px;
  }

  .p-piece-request__mailing-address address {
    gap: 14px;
  }
}
