/* =========================================================
     苺の花ことば｜FAQ・配送ページ
  ========================================================= */

  #ihk-help,
  #ihk-help * {
    box-sizing: border-box;
  }

  #ihk-help {
    --ihk-text: #503e38;
    --ihk-muted: #796b66;
    --ihk-deep: #5b433c;
    --ihk-pink: #d46d79;
    --ihk-pink-dark: #bc5866;
    --ihk-green: #738b56;
    --ihk-cream: #fff9f4;
    --ihk-border: rgba(187, 142, 130, .19);

    width: 100%;
    margin: 0;
    color: var(--ihk-text);
    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN",
      "Yu Gothic",
      "Meiryo",
      sans-serif;
  }

  #ihk-help a {
    text-decoration: none;
  }

  #ihk-help strong {
    font-weight: 700;
  }

  .ihk-help__mobile-br {
    display: none;
  }

  .ihk-help__hero {
    position: relative;
    overflow: hidden;
    padding: 85px 18px 78px;
    background:
      radial-gradient(
        circle at 6% 12%,
        rgba(207, 224, 184, .26) 0 110px,
        transparent 111px
      ),
      radial-gradient(
        circle at 94% 88%,
        rgba(239, 197, 200, .30) 0 120px,
        transparent 121px
      ),
      linear-gradient(
        145deg,
        #fbfdf8 0%,
        #fff9f4 50%,
        #fff3f1 100%
      );
  }

  .ihk-help__hero::before {
    position: absolute;
    top: -45px;
    right: 10%;
    width: 110px;
    height: 135px;
    border: 2px solid rgba(213, 108, 121, .13);
    border-radius: 70% 42% 67% 44%;
    content: "";
    transform: rotate(24deg);
  }

  .ihk-help__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  .ihk-help__eyebrow {
    margin: 0 0 8px;
    color: var(--ihk-pink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
  }

  .ihk-help__hero h1,
  .ihk-help__heading h2,
  .ihk-help__rank-intro h2,
  .ihk-help__contact h2 {
    margin: 0;
    color: var(--ihk-deep);
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-weight: 600;
    letter-spacing: .035em;
  }

  
.ihk-help__hero-title {
  margin: 0;
  color: var(--ihk-deep);
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .035em;
}

.ihk-help__hero-lead {
    margin: 18px 0 0;
    color: var(--ihk-muted);
    font-size: 14px;
    line-height: 1.9;
  }

  .ihk-help__hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
  }

  .ihk-help__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 24px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    transition:
      transform .2s ease,
      opacity .2s ease;
  }

  .ihk-help__button:hover {
    transform: translateY(-2px);
    opacity: .92;
  }

  .ihk-help__button--primary {
    background: var(--ihk-pink);
    color: #fff;
    box-shadow: 0 10px 24px rgba(207, 88, 104, .18);
  }

  .ihk-help__button--outline {
    border: 1px solid rgba(183, 118, 113, .24);
    background: rgba(255, 255, 255, .78);
    color: #805950;
  }

  .ihk-help__category-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-top: 1px solid rgba(184, 142, 130, .10);
    border-bottom: 1px solid rgba(184, 142, 130, .17);
    background: rgba(255, 252, 249, .96);
    box-shadow: 0 5px 17px rgba(66, 47, 41, .04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ihk-help__category-nav-inner {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ihk-help__category-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .ihk-help__category-nav a {
    display: inline-flex;
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    padding: 8px 15px;
    color: #69534c;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
  }

  .ihk-help__category-nav a:hover {
    color: var(--ihk-pink-dark);
  }

  .ihk-help__section {
    width: 100%;
    padding: 70px 18px;
    scroll-margin-top: 68px;
  }

  .ihk-help__section--cream {
    background: var(--ihk-cream);
  }

  .ihk-help__section--white {
    background: #fff;
  }

  .ihk-help__section--faq {
    background:
      linear-gradient(
        180deg,
        #fffaf6,
        #fff
      );
  }

  .ihk-help__section--rank {
    background:
      radial-gradient(
        circle at 5% 10%,
        rgba(255, 255, 255, .22) 0 90px,
        transparent 91px
      ),
      radial-gradient(
        circle at 93% 84%,
        rgba(255, 228, 224, .24) 0 105px,
        transparent 106px
      ),
      linear-gradient(
        135deg,
        #738b56,
        #8aa267
      );
  }

  .ihk-help__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }

  .ihk-help__heading {
    margin-bottom: 32px;
    text-align: center;
  }

  .ihk-help__heading h2,
  .ihk-help__rank-intro h2,
  .ihk-help__contact h2 {
    font-size: clamp(27px, 3.5vw, 40px);
    line-height: 1.5;
  }

  .ihk-help__heading > p:last-child {
    max-width: 720px;
    margin: 10px auto 0;
    color: var(--ihk-muted);
    font-size: 12px;
    line-height: 1.8;
  }

  .ihk-help__popular-grid {
    display: grid;
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ihk-help__popular-card {
    position: relative;
    display: flex;
    min-height: 265px;
    flex-direction: column;
    padding: 23px 20px 20px;
    overflow: hidden;
    border: 1px solid var(--ihk-border);
    border-radius: 19px;
    background: #fff;
    color: inherit;
    box-shadow: 0 8px 24px rgba(79, 53, 45, .055);
    transition:
      transform .2s ease,
      box-shadow .2s ease;
  }

  .ihk-help__popular-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(79, 53, 45, .09);
  }

  .ihk-help__popular-number {
    position: absolute;
    top: 14px;
    right: 16px;
    color: #c99591;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
  }

  .ihk-help__popular-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff0ec;
    font-size: 19px;
  }

  .ihk-help__popular-card h3 {
    margin: 0;
    color: #5c433c;
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
  }

  .ihk-help__popular-card p {
    margin: 10px 0 0;
    color: #7a6c66;
    font-size: 10px;
    line-height: 1.75;
  }

  .ihk-help__popular-card b {
    margin-top: auto;
    padding-top: 15px;
    color: #bb5c68;
    font-size: 9px;
  }

  .ihk-help__flow {
    display: grid;
    grid-template-columns:
      minmax(0, 1fr) 22px
      minmax(0, 1fr) 22px
      minmax(0, 1fr) 22px
      minmax(0, 1fr) 22px
      minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .ihk-help__flow article {
    min-height: 160px;
    padding: 18px 14px;
    border: 1px solid var(--ihk-border);
    border-radius: 15px;
    background: #fffdfb;
    text-align: center;
  }

  .ihk-help__flow article > span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #f8e2df;
    color: #bd626b;
    font-size: 9px;
    font-weight: 700;
  }

  .ihk-help__flow article strong {
    display: block;
    color: #59423a;
    font-size: 12px;
  }

  .ihk-help__flow article p {
    margin: 7px 0 0;
    color: #82746e;
    font-size: 9px;
    line-height: 1.65;
  }

  .ihk-help__flow > i {
    color: #cf9a95;
    font-size: 16px;
    font-style: normal;
    text-align: center;
  }

  .ihk-help__notice {
    display: flex;
    max-width: 900px;
    margin: 23px auto 0;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 18px;
    border: 1px solid rgba(210, 116, 125, .18);
    border-radius: 15px;
    background: #fff5f1;
  }

  .ihk-help__notice > span {
    flex: 0 0 auto;
    font-size: 22px;
  }

  .ihk-help__notice strong {
    display: block;
    color: #64473f;
    font-size: 11px;
  }

  .ihk-help__notice p {
    margin: 4px 0 0;
    color: #7d6c65;
    font-size: 10px;
    line-height: 1.7;
  }

  /* MEMBER RANK */
  .ihk-help__section--rank .ihk-help__eyebrow {
    color: #eef5e6;
  }

  .ihk-help__rank-intro {
    display: grid;
    grid-template-columns:
      minmax(0, 1fr)
      220px;
    gap: 36px;
    align-items: center;
  }

  .ihk-help__rank-intro h2 {
    color: #fff;
  }

  .ihk-help__rank-intro > div:first-child > p:last-child {
    max-width: 720px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    line-height: 1.85;
  }

  .ihk-help__rank-highlight {
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 20px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .ihk-help__rank-highlight small,
  .ihk-help__rank-highlight span {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
  }

  .ihk-help__rank-highlight strong {
    display: block;
    margin: 4px 0 2px;
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-size: 38px;
    font-weight: 600;
  }

  .ihk-help__rank-grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns:
      repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .ihk-help__rank-card {
    min-width: 0;
    padding: 19px 14px 17px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 17px;
    background: rgba(255, 255, 255, .93);
    text-align: center;
    box-shadow: 0 10px 24px rgba(57, 73, 42, .11);
  }

  .ihk-help__rank-medal {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
  }

  .ihk-help__rank-card--bronze .ihk-help__rank-medal {
    background: #a97659;
  }

  .ihk-help__rank-card--silver .ihk-help__rank-medal {
    background: #8d979e;
  }

  .ihk-help__rank-card--gold .ihk-help__rank-medal {
    background: #bd9850;
  }

  .ihk-help__rank-card--vip .ihk-help__rank-medal {
    background: #715b7d;
  }

  .ihk-help__rank-card > p {
    margin: 0;
    color: #9a8580;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .15em;
  }

  .ihk-help__rank-card h3 {
    margin: 4px 0 0;
    color: #59433c;
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-size: 18px;
    font-weight: 600;
  }

  .ihk-help__rank-card > strong {
    display: block;
    margin-top: 9px;
    color: #7a6963;
    font-size: 10px;
  }

  .ihk-help__rank-card > b {
    display: block;
    margin-top: 4px;
    color: #bf5f6b;
    font-size: 10px;
  }

  .ihk-help__rank-bottom {
    display: flex;
    margin-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
  }

  .ihk-help__rank-bottom strong {
    display: block;
    font-size: 13px;
  }

  .ihk-help__rank-bottom p {
    max-width: 680px;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 9px;
    line-height: 1.65;
  }

  .ihk-help__button--rank {
    flex: 0 0 auto;
    background: #fff;
    color: #607747;
  }

  /* SHIPPING */
  .ihk-help__shipping-box,
  .ihk-help__shipping-fees,
  .ihk-help__shipping-days {
    margin-top: 20px;
    padding: 24px;
    border: 1px solid var(--ihk-border);
    border-radius: 20px;
    background: #fffdfb;
  }

  .ihk-help__shipping-box-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
  }

  .ihk-help__shipping-box-heading > span {
    font-size: 24px;
  }

  .ihk-help__shipping-box-heading h3,
  .ihk-help__subheading h3 {
    margin: 0;
    color: #5d443d;
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
  }

  .ihk-help__shipping-box-heading p,
  .ihk-help__subheading > p:last-child {
    margin: 5px 0 0;
    color: #7b6d67;
    font-size: 10px;
    line-height: 1.7;
  }

  .ihk-help__temperature-grid {
    display: grid;
    margin-top: 18px;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ihk-help__temperature-card {
    padding: 17px 16px;
    border-radius: 14px;
  }

  .ihk-help__temperature-card--ok {
    border: 1px solid rgba(111, 145, 81, .19);
    background: #f4f8ef;
  }

  .ihk-help__temperature-card--ng {
    border: 1px solid rgba(196, 101, 112, .18);
    background: #fff3f1;
  }

  .ihk-help__temperature-card > span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 700;
  }

  .ihk-help__temperature-card--ok > span {
    color: #627e48;
  }

  .ihk-help__temperature-card--ng > span {
    color: #b65c67;
  }

  .ihk-help__temperature-card ul {
    margin: 0;
    padding-left: 18px;
    color: #71645f;
    font-size: 9px;
    line-height: 1.8;
  }

  .ihk-help__small-note {
    margin: 12px 0 0;
    color: #8b7c76;
    font-size: 9px;
    line-height: 1.7;
  }

  .ihk-help__table-wrap {
    margin-top: 17px;
    overflow-x: auto;
    border: 1px solid rgba(188, 147, 136, .15);
    border-radius: 13px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  .ihk-help__shipping-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: #62514b;
    font-size: 10px;
  }

  .ihk-help__shipping-table th,
  .ihk-help__shipping-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(188, 147, 136, .12);
    text-align: center;
  }

  .ihk-help__shipping-table thead th {
    background: #fff4ef;
    color: #664941;
    font-weight: 700;
  }

  .ihk-help__shipping-table tbody th {
    background: #fffdfb;
    text-align: left;
    font-weight: 700;
  }

  .ihk-help__shipping-table tbody tr:last-child th,
  .ihk-help__shipping-table tbody tr:last-child td {
    border-bottom: 0;
  }

  .ihk-help__shipping-table small {
    font-size: 8px;
    font-weight: 500;
  }

  .ihk-help__fee-notes {
    display: grid;
    margin-top: 12px;
    gap: 4px;
  }

  .ihk-help__fee-notes p {
    margin: 0;
    color: #82736c;
    font-size: 9px;
    line-height: 1.65;
  }

  .ihk-help__shipping-days-grid {
    display: grid;
    margin-top: 15px;
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .ihk-help__shipping-days-grid article {
    padding: 16px 14px;
    border-radius: 13px;
    background: #f8f8f4;
  }

  .ihk-help__shipping-days-grid strong {
    display: block;
    color: #617448;
    font-size: 11px;
  }

  .ihk-help__shipping-days-grid p {
    margin: 6px 0 0;
    color: #77706a;
    font-size: 9px;
    line-height: 1.65;
  }

  /* FAQ */
  .ihk-help__faq-group {
    max-width: 920px;
    margin: 0 auto 34px;
    scroll-margin-top: 70px;
  }

  .ihk-help__faq-group:last-child {
    margin-bottom: 0;
  }

  .ihk-help__faq-group-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }

  .ihk-help__faq-group-title > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7e5e1;
    color: #bf6670;
    font-size: 9px;
    font-weight: 700;
  }

  .ihk-help__faq-group-title p {
    margin: 0 0 2px;
    color: #c46b74;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
  }

  .ihk-help__faq-group-title h3 {
    margin: 0;
    color: #5a433b;
    font-family:
      "Yu Mincho",
      "Hiragino Mincho ProN",
      serif;
    font-size: 20px;
    font-weight: 600;
  }

  .ihk-help__faq-group details {
    margin-bottom: 7px;
    overflow: hidden;
    border: 1px solid rgba(189, 148, 137, .17);
    border-radius: 12px;
    background: #fff;
  }

  .ihk-help__faq-group summary {
    position: relative;
    display: block;
    min-height: 52px;
    padding: 16px 48px 15px 18px;
    color: #5e4942;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
  }

  .ihk-help__faq-group summary::-webkit-details-marker {
    display: none;
  }

  .ihk-help__faq-group summary::before,
  .ihk-help__faq-group summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 1px;
    background: #c16a73;
    content: "";
    transition: transform .2s ease;
  }

  .ihk-help__faq-group summary::after {
    transform: rotate(90deg);
  }

  .ihk-help__faq-group details[open] summary::after {
    transform: rotate(0);
  }

  .ihk-help__faq-group details[open] summary {
    background: #fffaf7;
  }

  .ihk-help__answer {
    padding: 0 18px 17px;
    border-top: 1px solid rgba(189, 148, 137, .10);
    color: #766862;
  }

  .ihk-help__answer p {
    margin: 13px 0 0;
    font-size: 10px;
    line-height: 1.8;
  }

  .ihk-help__answer a {
    display: inline-flex;
    margin-top: 12px;
    color: #b75864;
    font-size: 9px;
    font-weight: 700;
  }

  /* CONTACT */
  .ihk-help__contact {
    width: 100%;
    padding: 50px 18px;
    background:
      linear-gradient(
        135deg,
        #6e8652,
        #879f65
      );
  }

  .ihk-help__contact-inner {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .ihk-help__contact .ihk-help__eyebrow {
    color: #edf4e5;
  }

  .ihk-help__contact h2 {
    color: #fff;
    font-size: clamp(24px, 3.1vw, 34px);
  }

  .ihk-help__contact p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .90);
    font-size: 10px;
    line-height: 1.7;
  }

  .ihk-help__contact-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .ihk-help__button--contact {
    background: #fff;
    color: #617747;
  }

  .ihk-help__button--contact-sub {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .10);
    color: #fff;
  }

  @media screen and (max-width: 900px) {
    .ihk-help__popular-grid,
    .ihk-help__rank-grid {
      grid-template-columns:
        repeat(2, minmax(0, 1fr));
    }

    .ihk-help__flow {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .ihk-help__flow > i {
      transform: rotate(90deg);
    }

    .ihk-help__flow article {
      min-height: 0;
    }

    .ihk-help__rank-intro {
      grid-template-columns: 1fr;
    }

    .ihk-help__rank-highlight {
      max-width: 250px;
    }

    .ihk-help__temperature-grid,
    .ihk-help__shipping-days-grid {
      grid-template-columns: 1fr;
    }

    .ihk-help__contact-inner {
      display: block;
      text-align: center;
    }

    .ihk-help__contact-actions {
      justify-content: center;
      margin-top: 18px;
    }
  }

  @media screen and (max-width: 620px) {
    .ihk-help__pc-br {
      display: none;
    }

    .ihk-help__mobile-br {
      display: inline;
    }

    .ihk-help__hero {
      padding: 58px 11px 52px;
    }

    .ihk-help__hero-title {
    font-size: 27px;
    line-height: 1.45;
  }

  .ihk-help__hero-lead {
      margin-top: 13px;
      font-size: 11px;
      line-height: 1.8;
    }

    .ihk-help__hero-actions {
      display: grid;
      grid-template-columns:
        repeat(2, minmax(0, 1fr));
      gap: 7px;
      margin-top: 20px;
    }

    .ihk-help__button {
      min-height: 44px;
      gap: 6px;
      padding: 9px 11px;
      font-size: 9px;
    }

    .ihk-help__category-nav-inner {
      justify-content: flex-start;
      padding: 0 6px;
    }

    .ihk-help__category-nav a {
      min-height: 43px;
      padding: 7px 11px;
      font-size: 8px;
    }

    .ihk-help__section {
      padding: 48px 10px;
      scroll-margin-top: 58px;
    }

    .ihk-help__heading {
      margin-bottom: 23px;
    }

    .ihk-help__heading h2,
    .ihk-help__rank-intro h2 {
      font-size: 25px;
      line-height: 1.5;
    }

    .ihk-help__heading > p:last-child,
    .ihk-help__rank-intro > div:first-child > p:last-child {
      font-size: 10px;
      line-height: 1.7;
    }

    /*
      よく見られる3項目はスマホで1枚ずつ横スワイプ
    */
    .ihk-help__popular-grid {
      display: flex;
      width: calc(100% + 20px);
      margin-right: -10px;
      margin-left: -10px;
      padding: 2px 20px 13px;
      gap: 10px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 20px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .ihk-help__popular-grid::-webkit-scrollbar {
      display: none;
    }

    .ihk-help__popular-card {
      width: calc(100vw - 53px);
      max-width: 380px;
      min-height: 245px;
      flex: 0 0 calc(100vw - 53px);
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }

    .ihk-help__notice {
      padding: 14px 13px;
    }

    .ihk-help__rank-highlight {
      width: 100%;
      max-width: none;
      padding: 17px;
    }

    .ihk-help__rank-highlight strong {
      font-size: 32px;
    }

    .ihk-help__rank-grid {
      grid-template-columns:
        repeat(2, minmax(0, 1fr));
      gap: 8px;
      margin-top: 20px;
    }

    .ihk-help__rank-card {
      padding: 15px 8px 13px;
      border-radius: 13px;
    }

    .ihk-help__rank-medal {
      width: 37px;
      height: 37px;
      font-size: 15px;
    }

    .ihk-help__rank-card h3 {
      font-size: 15px;
    }

    .ihk-help__rank-card > strong,
    .ihk-help__rank-card > b {
      font-size: 9px;
    }

    .ihk-help__rank-bottom {
      display: block;
      padding: 15px 13px;
      text-align: center;
    }

    .ihk-help__rank-bottom p {
      font-size: 9px;
    }

    .ihk-help__button--rank {
      width: 100%;
      max-width: 320px;
      margin-top: 13px;
    }

    .ihk-help__shipping-box,
    .ihk-help__shipping-fees,
    .ihk-help__shipping-days {
      padding: 18px 13px;
      border-radius: 14px;
    }

    .ihk-help__shipping-box-heading h3,
    .ihk-help__subheading h3 {
      font-size: 18px;
    }

    .ihk-help__shipping-box-heading p,
    .ihk-help__subheading > p:last-child {
      font-size: 9px;
    }

    .ihk-help__temperature-card {
      padding: 14px 12px;
    }

    .ihk-help__temperature-card ul {
      font-size: 9px;
    }

    .ihk-help__faq-group {
      margin-bottom: 27px;
      scroll-margin-top: 60px;
    }

    .ihk-help__faq-group-title > span {
      width: 36px;
      height: 36px;
      flex-basis: 36px;
    }

    .ihk-help__faq-group-title h3 {
      font-size: 17px;
    }

    .ihk-help__faq-group summary {
      min-height: 49px;
      padding: 14px 42px 13px 13px;
      font-size: 10px;
    }

    .ihk-help__faq-group summary::before,
    .ihk-help__faq-group summary::after {
      right: 15px;
      width: 12px;
    }

    .ihk-help__answer {
      padding: 0 13px 14px;
    }

    .ihk-help__answer p {
      font-size: 9px;
      line-height: 1.75;
    }

    .ihk-help__contact {
      padding: 42px 11px;
    }

    .ihk-help__contact h2 {
      font-size: 23px;
    }

    .ihk-help__contact-actions {
      display: grid;
      grid-template-columns: 1fr;
      max-width: 330px;
      margin-right: auto;
      margin-left: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #ihk-help *,
    #ihk-help *::before,
    #ihk-help *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
  }