@charset "UTF-8";
/* カスタマイズ用CSS（SCSSソース） */
html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
}
.rc-layout {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
}
.rc-layout .rc-rootText,
.rc-layout input,
.rc-layout textarea,
.rc-layout button,
.rc-layout select,
.rc-layout p,
.rc-layout a,
.rc-layout span,
.rc-layout label,
.rc-layout li,
.rc-layout dt,
.rc-layout dd,
.rc-layout th,
.rc-layout td {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
}
.rc-layout a:hover {
  text-decoration: unset;
}
.rc-layout a:focus, .rc-layout a:focus-visible {
  outline: none;
  box-shadow: none;
}
.rc-layout .cus-shopping,
.rc-layout .cus-shoppingConfirm,
.rc-layout .cus-cart {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1280px;
    min-width: 1280px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 95rem;
  }
  .ec-layoutRole .ec-layoutRole__right {
    width: 28rem;
  }
  .ec-layoutRole .ec-layoutRole__mainBottom {
    margin-top: 6rem;
  }
  .rc-layoutRole__right {
    flex: 0 0 28rem;
    max-width: 28rem;
    margin-left: auto;
    padding-left: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
  }
  .rc-searchField {
    position: relative;
    width: 57.6rem;
    max-width: 100%;
  }
  .rc-searchField .rc-searchField__input,
  .rc-searchField input {
    width: 100%;
    height: 5.6rem;
    border: 1px solid #fbaa26;
    padding: 0 5.6rem 0 2.4rem;
    font-size: 1.6rem;
    color: #38291C;
  }
  .rc-searchField .rc-searchField__input:focus,
  .rc-searchField input:focus {
    color: #38291C;
  }
  .rc-searchField .rc-searchField__input::-moz-placeholder, .rc-searchField input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 1;
  }
  .rc-searchField .rc-searchField__input::placeholder,
  .rc-searchField input::placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 1;
  }
  .rc-searchField .rc-searchField__button,
  .rc-searchField button {
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-headline {
    position: relative;
  }
  .rc-headline::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.5rem;
    height: 0.4rem;
    background: #f47920;
    left: 0;
    bottom: -1rem;
  }
  .rc-headline p,
  .rc-headline h2 {
    display: inline;
    margin: 0;
    font-size: 3.2rem;
    font-weight: 700;
    color: #343434;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .rc-sectionHeadline {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: #343434;
  }
  .rc-sectionHeadline::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 0.4rem;
    background-color: #f47920;
  }
  .rc-productCard {
    width: 20rem;
  }
  .rc-productCard a:hover {
    color: #343434;
    text-decoration: unset;
  }
  .rc-productCard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
  }
  .rc-productCard__link .rc-productCard__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 200/160;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rc-productCard__link .rc-productCard__thumb span {
    display: block;
    width: 100%;
    aspect-ratio: 200/160;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rc-productCard__body .rc-productCard__name,
  .rc-productCard__body .rc-productCard__price {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    color: #343434;
  }
  .rc-productCard__body .rc-productCard__price {
    color: #CC0000;
  }
  .rc-topHeading {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 2.8rem;
    font-weight: 700;
    color: #343434;
  }
  .rc-topHeading::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 0.4rem;
    background-color: #f47920;
  }
  .rc-topLink {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    color: #f47920;
    text-decoration: none;
    border-bottom: 1px solid #f47920;
    padding-bottom: 0.5rem;
    padding-left: 0.6rem;
    gap: 0.6rem;
  }
  .rc-topLink:hover {
    opacity: 0.8;
    color: #f47920;
    text-decoration: none;
  }
  .rc-topLink::after {
    content: "";
    display: inline-flex;
    margin-left: 0.6rem;
    width: 1rem;
    height: 1rem;
    border-right: 2px solid #f47920;
    border-bottom: 2px solid #f47920;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .rc-topLink.rc-topLink--prev {
    padding-left: 1.8rem;
  }
  .rc-topLink.rc-topLink--prev::before {
    content: "";
    display: inline-flex;
    margin-right: 0.6rem;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: inline-block;
    transform: rotate(135deg);
  }
  .rc-topLink.rc-topLink--prev::after {
    display: none;
  }
  .rc-topMore {
    text-align: right;
    margin-top: 3rem;
  }
  .rc-topMore__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f47920;
    padding-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
  }
  .rc-topMore__button::after {
    content: "+";
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
  }
  .rc-topMore__button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #f47920;
  }
  .is-expanded .rc-topMore__button::after {
    content: "−";
  }
  .rc-pager {
    text-align: right;
  }
  .rc-pager .rc-pager__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 1.6rem;
    align-items: center;
  }
  .rc-pager .rc-pager__item a,
  .rc-pager .rc-pager__item span {
    width: 3.2rem;
    aspect-ratio: 1/1;
    border-radius: 0.6rem;
    color: #fbaa26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
  }
  .rc-pager .rc-pager__item--ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    aspect-ratio: 1/1;
    color: #fbaa26;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
  }
  .rc-pager .rc-pager__item--control a {
    border: 1px solid #f47920;
    border-radius: 100%;
    background-color: #ffffff;
    min-width: 3.2rem;
    aspect-ratio: 1/1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .rc-pager .rc-pager__item--control a::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    right: 0.2rem;
  }
  .rc-pager .rc-pager__item--control span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
  .rc-pager .rc-pager__item--control a[aria-label=前へ]::after {
    transform: rotate(135deg);
    left: 0.2rem;
    right: auto;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ],
  .rc-pager .rc-pager__item--control a[aria-label=最後へ] {
    border: none;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ]::after,
  .rc-pager .rc-pager__item--control a[aria-label=最後へ]::after {
    content: none;
    display: none;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ] span,
  .rc-pager .rc-pager__item--control a[aria-label=最後へ] span {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border: 0;
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .rc-pager .rc-pager__item--active {
    text-decoration: underline;
  }
  .rc-bestRanking {
    width: 95rem;
    margin-bottom: 8rem;
  }
  .rc-bestRanking .rc-topHeading {
    margin-bottom: 3rem;
  }
  .rc-bestRanking__inner {
    max-width: 95rem;
    margin: 0 auto;
  }
  .rc-bestRanking__slider {
    width: 100%;
  }
  .rc-bestRanking__sliderTrack {
    margin-left: 1.2rem;
    overflow: hidden;
  }
  .rc-bestRanking__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20rem;
    position: relative;
    margin-right: 1rem;
  }
  .rc-bestRanking__card .rc-bestRanking__badge {
    width: 6.6rem;
    height: 6.6rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0rem;
    left: 0rem;
    overflow: hidden;
    font-size: 2rem;
    font-weight: bold;
  }
  .rc-bestRanking__card .rc-bestRanking__badge .rc-bestRanking__badgeNumber {
    border-radius: 50%;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #f47920;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
  }
  .rc-bestRanking__card--rank1 .rc-bestRanking__badge, .rc-bestRanking__card--rank2 .rc-bestRanking__badge, .rc-bestRanking__card--rank3 .rc-bestRanking__badge {
    width: 6.6rem;
    height: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0rem;
    left: 0rem;
    overflow: hidden;
    font-size: 2rem;
    font-weight: bold;
    background-color: unset;
  }
  .rc-bestRanking__card .rc-bestRanking__figure {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rc-bestRanking__slider {
    overflow: visible;
  }
  .rc-bestRanking__slider .slick-list {
    overflow: visible;
  }
  .rc-bestRanking__badge img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-bestRanking__figure img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .rc-bestRanking__body {
    width: 100%;
    text-align: left;
  }
  .rc-bestRanking__thumb {
    width: 18rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.8rem;
  }
  .rc-bestRanking__thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .rc-bestRanking__thumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-bestRanking__body {
    text-align: left;
  }
  .rc-bestRanking__body .rc-bestRanking__code,
  .rc-bestRanking__body .rc-bestRanking__name {
    font-size: 1.6rem;
    display: inline;
    color: #343434;
  }
  .rc-bestRanking__controls {
    margin-top: 2.4rem;
    justify-content: center;
    gap: 1.6rem;
  }
  .rc-bestRanking__sliderArrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    transition: opacity 0.2s ease;
    order: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-bestRanking__sliderArrow:hover, .rc-bestRanking__sliderArrow:focus {
    opacity: 0.85;
  }
  .rc-bestRanking__sliderArrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-bestRanking__sliderArrow--prev::after {
    transform: rotate(135deg);
    left: 0.3rem;
    position: relative;
  }
  .rc-bestRanking__sliderArrow--next {
    order: 3;
  }
  .rc-bestRanking__sliderArrow--next::after {
    transform: rotate(-45deg);
    right: 0.3rem;
    position: relative;
  }
  .rc-bestRanking__dots {
    order: 2;
  }
  .rc-bestRanking .slick-dots {
    display: flex !important;
    gap: 1.2rem;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0rem;
  }
  .rc-bestRanking .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 0;
    position: relative;
    display: block;
  }
  .rc-bestRanking .slick-dots button::after {
    content: "";
    display: none;
  }
  .rc-bestRanking .slick-dots li {
    margin: 0;
    width: 0.8rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #ffe4d0;
  }
  .rc-bestRanking .slick-dots li.slick-active {
    background-color: #f47920;
  }
  .rc-breadcrumb {
    width: 128rem;
    margin: 1.5rem auto;
    margin-bottom: 4rem;
  }
  .rc-breadcrumb .rc-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-breadcrumb .rc-breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .rc-breadcrumb .rc-breadcrumb__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #343434;
    border-right: 1px solid #343434;
    transform: rotate(45deg);
    margin: 0 0.8rem 0 0.6rem;
  }
  .rc-breadcrumb .rc-breadcrumb__item a {
    color: #343434;
    text-decoration: none;
  }
  .rc-categorySearch {
    margin-bottom: 8rem;
  }
  .rc-categorySearch__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .rc-categorySearch__flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .rc-categorySearch__tabs {
    display: flex;
    width: 100%;
    border-radius: 2rem;
    background-color: rgba(251, 170, 38, 0.2);
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  .rc-categorySearch__tab {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 1.4rem 2rem;
    width: 25%;
    font-weight: 600;
    color: #fcae76;
  }
  .rc-categorySearch__tab.is-active {
    border-radius: 10rem;
    background-color: #f47920;
    color: #ffffff;
  }
  .rc-categorySearch__panel {
    display: none;
  }
  .rc-categorySearch__panel.is-active {
    display: block;
  }
  .rc-categorySearch__items {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .rc-categorySearch__item {
    text-align: center;
    text-decoration: none;
    color: #343434;
  }
  .rc-categorySearch__itemThumb {
    display: block;
    width: 16rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fbaa26;
    margin-bottom: 0.8rem;
    overflow: hidden;
  }
  .rc-categorySearch__itemThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .renewal-common-keywords {
    padding: 24px 0;
  }
  .renewal-common-keywords__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .renewal-common-keywords__list {
    gap: 8px;
  }
  .renewal-common-keywords__link {
    font-size: 1.5rem;
    padding: 8px 16px;
  }
  .rc-footer {
    background: linear-gradient(180deg, #fbaa26 0%, #f47920 100%);
    padding: 60px 0 40px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10rem;
  }
  .rc-footer__hero {
    text-align: left;
    margin-bottom: 32px;
  }
  .rc-footer__heroInner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .rc-footer__logo {
    text-align: center;
  }
  .rc-footer__logo img {
    width: 27rem;
    height: auto;
    margin-bottom: 24px;
  }
  .rc-footer__quickNav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.4rem;
    list-style: none;
    padding: 0;
    margin-bottom: 2.4rem;
  }
  .rc-footer__quickNav a {
    display: inline-flex;
    align-items: center;
    padding: 1.2rem 2.4rem;
    border-radius: 5px;
    background-color: #ffffff;
    color: #fbaa26;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    box-shadow: 0 6px 16px rgba(244, 121, 32, 0.3);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
  }
  .rc-footer__quickNav a:focus,
  .rc-footer__quickNav a:hover {
    opacity: 0.8;
  }
  .rc-footer__search {
    width: 30rem;
    height: 5.2rem;
    aspect-ratio: 300/52;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #f47920;
    padding: 0 2rem;
  }
  .rc-footer__search input {
    flex: 1;
    padding: 0;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 5.2rem;
  }
  .rc-footer__search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
  .rc-footer__search input::placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
  .rc-footer__search button {
    width: 5.2rem;
    height: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.8rem;
    padding: 0;
  }
  .rc-footer__search button img {
    width: 2rem;
    height: 2rem;
    filter: brightness(0) invert(1);
  }
  .rc-footer__categories {
    display: grid;
    grid-template-columns: repeat(4, 26rem);
    gap: 32px;
    margin: 40px auto;
    max-width: 120rem;
    justify-content: space-between;
  }
  .rc-footer__categoryColumn {
    width: 26rem;
    padding: 0 0 2rem;
  }
  .rc-footer__categoryTitle {
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding-bottom: 1rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
    margin-bottom: 2.4rem;
  }
  .rc-footer__categoryIcon {
    flex-shrink: 0;
  }
  .rc-footer__categoryIcon img {
    width: 30px;
    height: 30px;
  }
  .rc-footer__categoryColumn ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-footer__categoryColumn li {
    margin-bottom: 1.2rem;
  }
  .rc-footer__categoryColumn a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-right: 2rem;
    padding-left: 3.7rem;
    font-size: 1.6rem;
    display: block;
  }
  .rc-footer__categoryColumn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .rc-footer__bottom {
    max-width: 120rem;
    margin: 50px auto 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 11rem;
    align-items: flex-start;
    font-size: 1.6rem;
  }
  .rc-footer__bottomGroup {
    color: #ffffff;
    min-width: 18rem;
  }
  .rc-footer__bottomGroup--actions {
    flex: 1;
    min-width: 32rem;
  }
  .rc-footer__bottomHeading {
    margin: 0;
    margin-bottom: 0.8rem;
  }
  .rc-footer__siteLink {
    color: #ffffff;
    text-decoration: none;
  }
  .rc-footer__siteLink:hover {
    color: #ffffff;
  }
  .rc-footer__siteLink.is-emphasis {
    font-weight: 700;
  }
  .rc-footer__policyList {
    list-style: none;
    margin: 0 0 1.6rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .rc-footer__policyList a {
    color: #ffffff;
    text-decoration: none;
  }
  .rc-footer__social {
    display: flex;
    align-items: center;
    gap: 1.8rem;
  }
  .rc-footer__social img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .rc-footer__actionList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(13rem, 1fr));
    gap: 1.4rem 3.2rem;
  }
  .rc-footer__actionList a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    text-decoration: none;
  }
  .rc-footer__actionIcon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-footer__actionIcon img {
    width: 100%;
    height: 100%;
  }
  .rc-footer__copyright {
    text-align: right;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    opacity: 0.85;
    max-width: 120rem;
  }
  .s-view {
    display: none !important;
  }
  .rc-header {
    font-size: 16px;
    font-size: 1rem;
    background-color: #ffffff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    --rc-header-action-color: #343434;
    --rc-header-action-font-size: 1.6rem;
    --rc-header-action-font-weight: 700;
  }
  .rc-header__primary {
    border-bottom: 1px solid #f1ebe3;
  }
  .rc-header__primaryInner,
  .rc-header__secondaryInner {
    max-width: 128rem;
    margin: 0 auto;
  }
  .rc-header__primaryInner {
    display: flex;
    align-items: center;
    gap: 32px;
    min-height: 110px;
  }
  .rc-header__menuButton {
    display: none;
  }
  .rc-header__logo img {
    width: 260px;
    height: auto;
  }
  .rc-header__primaryInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rc-header__welcome {
    margin: 0;
    font-size: 13px;
    color: #b7761d;
  }
  .rc-header__actions {
    display: flex;
    justify-content: flex-end;
  }
  .rc-header__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #343434;
    font-weight: 700;
    font-size: 13px;
  }
  .rc-header__cartIcon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.4rem;
  }
  .rc-header__cartIcon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-header__cartBadge {
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background-color: #f47920;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .rc-header__cartText {
    color: var(--rc-header-action-color);
    font-size: var(--rc-header-action-font-size);
    font-weight: var(--rc-header-action-font-weight);
  }
  .rc-header__links {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-header__links li {
    min-width: auto;
  }
  .rc-header__links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--rc-header-action-color);
    font-size: var(--rc-header-action-font-size);
    font-weight: var(--rc-header-action-font-weight);
    transition: opacity 0.2s ease;
  }
  .rc-header__links a:hover {
    opacity: 0.72;
  }
  .rc-header__linkIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.4rem;
  }
  .rc-header__linkIcon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-header__greeting {
    margin: 0;
    font-size: 13px;
    color: #6b4d2d;
  }
  .rc-header__secondary {
    background-color: #fff8eb;
  }
  .rc-header__secondaryInner {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    padding: 1.2rem 0;
  }
  .rc-header__categoryNav {
    flex: 1 1 0;
    min-width: 0;
  }
  .rc-header__categoryNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
  }
  .rc-header__categoryItem {
    flex: 0 1 23.7rem;
    max-width: 23.7rem;
    position: relative;
  }
  .rc-header__categoryItem + .rc-header__categoryItem::before {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .rc-header__categoryLink {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 5.2rem;
    padding: 0 1.8rem;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: #fbaa26;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: flex-start;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .rc-header__categoryLink:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
  }
  .rc-header__categoryLink::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.9);
    margin-left: auto;
  }
  .rc-header__categoryIcon img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .rc-header__categoryToggle {
    display: none;
  }
  .rc-header__categoryDropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.8rem 0;
    background-color: #ffffff;
    border: 1px solid #f7b54a;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 50;
  }
  .rc-header__categoryItem:hover .rc-header__categoryDropdown {
    opacity: 1;
    visibility: visible;
  }
  .rc-header__categoryDropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .rc-header__categoryDropdown ul li {
    padding: 0 2rem;
    width: 100%;
  }
  .rc-header__categoryDropdown li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.8rem;
    color: #4a4a4a;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dotted #f0cda0;
  }
  .rc-header__categoryDropdown li a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    transform: rotate(-45deg);
  }
  .rc-header__categoryDropdown li a:hover {
    background-color: #fff5e7;
  }
  .rc-header__categoryItem.is-open .rc-header__categoryDropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .rc-header__categoryIcon img {
    width: 32px;
    height: 32px;
  }
  .rc-header__searchForm {
    flex: 0 1 28rem;
    max-width: 28rem;
    min-width: 22rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    border: 1px solid #fbaa26;
    border-radius: 0.5rem;
    background-color: #ffffff;
    overflow: hidden;
  }
  .rc-header__searchForm input {
    flex: 1;
    border: none;
    background: transparent;
    height: 100%;
    padding: 0 1.8rem;
    font-size: 14px;
    font-weight: 700;
    color: #38291C;
  }
  .rc-header__searchForm input:focus {
    color: #38291C;
  }
  .rc-header__searchForm input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 0.8;
  }
  .rc-header__searchForm input::placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 0.8;
  }
  .rc-header__searchForm button {
    border: none;
    width: 5.6rem;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fbaa26;
  }
  .rc-header__searchForm button span {
    display: inline-flex;
    width: 1.6rem;
    height: 1.5rem;
    font-size: 0;
    background: url("../../img/renewal_custom/icon_search.svg") center/contain no-repeat;
  }
  .rc-customOrder {
    max-width: 95rem;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  .rc-customOrder__header {
    margin-bottom: 3rem;
  }
  .rc-customOrder__eyebrow {
    margin: 0;
  }
  .rc-customOrder__innerLink,
  .rc-customOrder__footer {
    display: flex;
    justify-content: flex-end;
  }
  .rc-customOrder__lead {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    height: 6.4rem;
    line-height: 2;
  }
  .rc-customOrder__copy {
    margin-bottom: 2rem;
  }
  .rc-customOrder__flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rc-customOrder__visual {
    width: 29.1rem;
    aspect-ratio: 291/337;
  }
  .rc-customOrder__visual img {
    max-width: 100%;
    height: auto;
  }
  .rc-customOrder__links {
    border: solid 1px #ffdabe;
  }
  .rc-customOrder__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .rc-customOrder__row:not(:last-of-type) {
    border-bottom: solid 1px #ffdabe;
  }
  .rc-customOrder__link {
    width: 32rem;
    padding: 1rem 2rem;
  }
  .rc-customOrder__link:first-of-type {
    border-right: solid 1px #ffdabe;
  }
  .rc-customOrder__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #343434;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .rc-customOrder__linkArrow {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
  }
  .rc-customOrder__linkArrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #343434;
    border-right: 1px solid #343434;
    transform: translateY(-50%) rotate(45deg);
  }
  .rc-customOrder__footer {
    max-width: 95rem;
    margin: 1.6rem auto 0;
    text-align: right;
  }
  .rc-sideBanners {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  .rc-sideBanners__item {
    margin-bottom: 2rem;
  }
  .rc-sideBanners__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .rc-sideBanners__link {
    display: block;
    color: #343434;
    text-decoration: none;
    box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.12);
    overflow: hidden;
  }
  .rc-sideBanners__image img {
    width: 100%;
    display: block;
  }
  .rc-sideBanners__body {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
  .rc-sideBanners__title {
    margin: 0;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: pre-line;
  }
  .rc-sideBanners__description {
    margin: 0;
    font-size: 1.4rem;
    color: rgba(52, 52, 52, 0.8);
    line-height: 1.5;
  }
  .rc-sideCategories {
    margin-top: 2rem;
  }
  .rc-sidenav__categories {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  .rc-sidenav__categoryGroup {
    border: 1px solid #f0efeb;
    border-radius: 0;
  }
  .rc-sidenav__categoryHeading {
    margin: 0;
    padding: 1.2rem 1.6rem;
    background-color: #f79b1e;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .rc-sidenav__categoryIcon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .rc-sidenav__categoryIcon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-sidenav__categoryTitle {
    flex: 1;
  }
  .rc-sidenav__categoryGroup ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-sidenav__categoryGroup li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.6rem;
    color: #343434;
    text-decoration: none;
    border-top: 1px solid #f1ebe3;
    font-size: 1.5rem;
  }
  .rc-sidenav__categoryGroup li:first-child a {
    border-top: none;
  }
  .rc-sidenav__categoryGroup li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
  }
  .rc-fbEmbed {
    margin: 0 0 2.4rem;
  }
  .rc-fbEmbed__inner {
    max-width: 36rem;
    margin: 0 auto;
  }
  .rc-fbEmbed__inner iframe,
  .rc-fbEmbed__inner .fb-page {
    width: 100% !important;
  }
  .rc-sideLogin {
    background-color: #ffffff;
    color: #343434;
  }
  .rc-sidenav__loginPanel {
    background-color: #fff9ef;
    border: 1px solid #f4d9b3;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    color: #7a4f14;
  }
  .rc-sidenav__loginNav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .rc-sidenav__loginNav li {
    width: 100%;
  }
  .rc-sidenav__loginNav li.rc-sidenav__loginNavItem--support a {
    background-color: #fbaa26;
  }
  .rc-sidenav__loginNav li + li a {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .rc-sidenav__loginNav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2rem;
    height: 5.2rem;
    padding: 0 1.8rem;
    background-color: #f47920;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
  }
  .rc-sidenav__loginNav a::after {
    position: absolute;
    right: 1.8rem;
    top: 42%;
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
  }
  .rc-sidenav__loginNavIcon img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .rc-sidenav__support {
    border: 1px solid #f4d9b3;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    background-color: #ffffff;
    text-align: center;
  }
  .rc-sidenav__supportTitle {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d16a00;
  }
  .rc-sidenav__supportNote {
    margin: 0.8rem 0 1rem;
    font-size: 1.3rem;
    color: #7a4f14;
  }
  .rc-sidenav__supportTel {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: #cc5d05;
    text-decoration: none;
    margin-bottom: 0.6rem;
  }
  .rc-sidenav__supportTime {
    margin: 0;
    font-size: 1.2rem;
    color: #a08368;
  }
  .rc-sideQuickList {
    margin-bottom: 3rem;
  }
  .rc-sideQuickList__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-sideQuickList__list li:first-of-type {
    border-top: 1px solid #ffdabe;
  }
  .rc-sideQuickList__list li {
    border-bottom: 1px solid #ffdabe;
  }
  .rc-sideQuickList__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #343434;
    padding: 1rem 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
  }
  .rc-sideQuickList__arrow {
    width: 0.8rem;
    height: 1.4rem;
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .rc-sideSearch {
    margin-bottom: 2.4rem;
  }
  .rc-sidenav__sectionTitle {
    margin: 0 0 1.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #343434;
    position: relative;
    padding-left: 2.2rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
  }
  .rc-sidenav__sectionTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 100%;
    background-color: #f79b1e;
  }
  .rc-sidenav__searchForm {
    display: flex;
    align-items: center;
    height: 4.8rem;
    border: 1px solid #fbaa26;
    border-radius: 0.5rem;
    background-color: #ffffff;
    overflow: hidden;
  }
  .rc-sidenav__searchForm input {
    flex: 1;
    border: none;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    background: transparent;
    color: #38291C;
  }
  .rc-sidenav__searchForm input:focus {
    color: #38291C;
  }
  .rc-sidenav__searchForm input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 0.8;
  }
  .rc-sidenav__searchForm input::placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 0.8;
  }
  .rc-sidenav__searchForm button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fbaa26;
  }
  .rc-sidenav__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
  }
  .rc-sidenav__keywords a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 0.5rem;
    border: none;
    background-color: #fff1e0;
    font-size: 1.3rem;
    color: #e38b1b;
    text-decoration: none;
    font-weight: 500;
  }
  .rc-homeSlider {
    background-color: #ffffff;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    margin-bottom: 8rem;
  }
  .rc-homeSlider__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: relative;
  }
  .rc-homeSlider__track {
    margin: 0 auto;
  }
  .rc-homeSlider__slide {
    padding: 0 1.2rem;
  }
  .rc-homeSlider__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: #343434;
  }
  .rc-homeSlider__figure {
    margin: 0;
    border-radius: 2.4rem;
    overflow: hidden;
    box-shadow: 0 2rem 3.2rem rgba(52, 52, 52, 0.15);
    background-color: #ffffff;
  }
  .rc-homeSlider__figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rc-homeSlider__texts {
    text-align: center;
    padding: 1.6rem 1rem 0;
  }
  .rc-homeSlider__title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #343434;
    white-space: pre-line;
  }
  .rc-homeSlider__controls {
    margin: 0 auto;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
  .rc-homeSlider__arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    transition: opacity 0.2s ease;
    order: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-homeSlider__arrow:hover, .rc-homeSlider__arrow:focus {
    opacity: 0.85;
  }
  .rc-homeSlider__arrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-homeSlider__arrow--prev::after {
    transform: rotate(135deg);
    left: 0.3rem;
    position: relative;
  }
  .rc-homeSlider__arrow--next {
    order: 3;
  }
  .rc-homeSlider__arrow--next::after {
    transform: rotate(-45deg);
    right: 0.3rem;
    position: relative;
  }
  .rc-homeSlider__dots {
    order: 2;
  }
  .rc-homeSlider .slick-dots {
    display: flex !important;
    gap: 1.2rem;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0rem;
  }
  .rc-homeSlider .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 0;
    position: relative;
    display: block;
  }
  .rc-homeSlider .slick-dots button::after {
    content: "";
    display: none;
  }
  .rc-homeSlider .slick-dots li {
    margin: 0;
    width: 0.8rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #ffe4d0;
  }
  .rc-homeSlider .slick-dots li.slick-active {
    background-color: #f47920;
  }
  .rc-externalServices {
    width: 95rem;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  .rc-externalServices__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(30 * 100vw / 950);
  }
  .rc-externalServices__card {
    text-align: left;
  }
  .rc-externalServices__card a {
    text-decoration: none;
    color: #343434;
  }
  .rc-externalServices__thumb {
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .rc-externalServices__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-externalServices__externalIcon {
    width: 1.6rem;
    aspect-ratio: 16/16;
  }
  .rc-externalServices__externalIcon img {
    width: 100%;
    height: 100%;
  }
  .rc-externalServices__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2;
    color: #343434;
  }
  .rc-featuredItems {
    width: 95rem;
    margin-bottom: 8rem;
  }
  .rc-featuredItems__header {
    margin-bottom: 3rem;
  }
  .rc-featuredItems__eyebrow {
    margin: 0;
  }
  .rc-featuredItems__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .rc-featuredItems__item {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    box-shadow: 0 1.5rem 3rem rgba(52, 52, 52, 0.08);
    width: 29.6rem;
    aspect-ratio: 296/283;
  }
  .rc-featuredItems__item.is-collapsed {
    display: none;
  }
  .rc-featuredItems.is-expanded .rc-featuredItems__item.is-collapsed {
    display: block;
  }
  .rc-featuredItems__thumb {
    width: 27.6rem;
    aspect-ratio: 279/221;
    margin-bottom: 1rem;
  }
  .rc-featuredItems__thumb a {
    display: block;
  }
  .rc-featuredItems__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-featuredItems__name {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #343434;
  }
  .rc-featuredItems__name a {
    color: inherit;
    text-decoration: none;
  }
  .rc-featuredItems__slider {
    display: none;
  }
  .rc-followButtons {
    position: fixed;
    right: 16px;
    bottom: 96px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 50;
  }
  .rc-followButtons__item {
    width: 7rem;
    height: 7rem;
  }
  .rc-followButtons__item img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .rc-followButtons button.rc-followButtons__item {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .rc-homeVisual {
    background: linear-gradient(280deg, #ffddc5 0%, #ffdea9 100%);
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  }
  .rc-homeVisual__inner {
    width: 100%;
    max-width: 144rem;
    background-image: var(--rc-homeVisual-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-origin: content-box;
  }
  .rc-homeVisual__content {
    width: 100%;
    max-width: 128rem;
    min-height: 54rem;
    aspect-ratio: 1280/540;
    position: relative;
    margin: 0 auto;
  }
  .rc-homeVisual__logo {
    position: absolute;
    top: 2.2rem;
    left: 0;
    margin: 0;
  }
  .rc-homeVisual__logo img {
    max-width: 27rem;
    width: calc(270 * 100vw / 1280);
    height: auto;
    display: block;
  }
  .rc-homeVisual__picture {
    display: none;
  }
  .rc-homeVisual__catch {
    position: absolute;
    left: 0;
    bottom: 4rem;
  }
  .rc-homeVisual__title {
    margin: 0;
    font-size: 3.6rem;
    padding: 0.5rem 1rem;
    font-weight: 700;
    color: #f47920;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
  }
  .rc-homeVisual__desc {
    font-size: 2.4rem;
    color: #f47920;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
  }
  .rc-homeVisual__panel {
    position: absolute;
    top: 2rem;
    right: 2rem;
    max-width: 28rem;
    display: flex;
    flex-direction: column;
  }
  .rc-homeVisual__search {
    display: flex;
    align-items: center;
    padding: 1.4rem;
    background-color: #f47920;
    gap: 1.2rem;
    height: 5rem;
  }
  .rc-homeVisual__search input {
    flex: 1;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .rc-homeVisual__search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.85);
  }
  .rc-homeVisual__search input::placeholder {
    color: rgba(255, 255, 255, 0.85);
  }
  .rc-homeVisual__search button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-homeVisual__search button img {
    width: 2rem;
    height: 2rem;
  }
  .rc-homeVisual__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2.7rem;
  }
  .rc-homeVisual__navItem {
    height: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #f47920;
  }
  .rc-homeVisual__nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 2rem;
    width: 100%;
    gap: 1.2rem;
    color: #343434;
    text-decoration: none;
    font-weight: 600;
  }
  .rc-homeVisual__navIcon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgba(255, 221, 197, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .rc-homeVisual__navIcon img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-homeVisual__navCount {
    position: absolute;
    top: -0.5rem;
    right: -8.5rem;
    max-width: 2rem;
    min-width: 2rem;
    border-radius: 1.2rem;
    background-color: #ffffff;
    color: #f47920;
    border: solid 1px #f47920;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
  }
  .rc-homeVisual__navLabel {
    flex: 1;
    color: #f47920;
    font-size: 1.6rem;
  }
  .rc-homeVisual__navArrow {
    width: 0.6rem;
    height: 1.1rem;
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex: 0 0 auto;
  }
  .rc-homeVisual__notice {
    border-top: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 28rem;
    padding: 1rem 1rem;
  }
  .rc-homeVisual__noticeTitle {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f47920;
  }
  .rc-homeVisual__noticeTitle span:first-child {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f47920;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .rc-homeVisual__noticeList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-homeVisual__noticeItem + .rc-homeVisual__noticeItem {
    margin-top: 0.8rem;
  }
  .rc-homeVisual__noticeItem a,
  .rc-homeVisual__noticeItem span {
    font-size: 1.4rem;
    color: #f47920;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    display: inline-flex;
  }
  .rc-homeVisual__noticeItem span {
    cursor: default;
  }
  .rc-homeVisual__noticeItem a:hover {
    text-decoration: underline;
  }
  .renewal-home-visual-sp {
    display: none;
  }
  .rc-mypageCatalogBlock {
    width: 95rem;
  }
  .rc-mypageCatalogBlock__header {
    margin-bottom: 3rem;
  }
  .rc-mypageCatalogBlock__header .rc-mypageCatalogBlock__eyebrow {
    margin-bottom: 2rem;
  }
  .rc-mypageCatalogBlock__header .rc-mypageCatalogBlock__lead {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
    line-height: 1.5;
  }
  .rc-mypageCatalogBlock__accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .rc-mypageCatalogBlock__item {
    overflow: hidden;
  }
  .rc-mypageCatalogBlock__item summary {
    list-style: none;
    cursor: pointer;
  }
  .rc-mypageCatalogBlock__item[open] .rc-mypageCatalogBlock__chevron {
    transform: rotate(225deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .rc-mypageCatalogBlock__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #343434;
    gap: 1.2rem;
    border: 1px solid #fbaa26;
    transition: all 0.2s;
  }
  .rc-mypageCatalogBlock__summary .rc-mypageCatalogBlock__chevron {
    width: 1.2rem;
    height: 1.2rem;
    border-right: 2px solid #343434;
    border-bottom: 2px solid #343434;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .rc-mypageCatalogBlock__summary--open {
    color: #ffffff;
    background-color: #fbaa26;
  }
  .rc-mypageCatalogBlock__summaryMain {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex: 1;
  }
  .rc-mypageCatalogBlock__summaryTitle {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    flex: 1;
  }
  .rc-mypageCatalogBlock__content {
    padding: 0 2rem 1.8rem;
    padding-top: 3rem;
    color: #f47920;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  .rc-mypageCatalogBlock__content .rc-mypageCatalogBlock__summaryFigure {
    width: 45.5rem;
    margin: 0;
  }
  .rc-mypageCatalogBlock__content .rc-mypageCatalogBlock__summaryFigure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-mypageCatalogBlock__groupList {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .rc-mypageCatalogBlock__group {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 0;
  }
  .rc-mypageCatalogBlock__groupTitle {
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #343434;
  }
  .rc-mypageCatalogBlock__groupDescription {
    margin: 0;
    font-size: 1.3rem;
    color: #666666;
  }
  .rc-mypageCatalogBlock__description {
    margin: 0 0 1rem;
    font-size: 1.3rem;
    color: #999999;
  }
  .rc-mypageCatalogBlock__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .rc-mypageCatalogBlock__links li a {
    color: #f47920;
    text-decoration: underline;
    font-size: 1.6rem;
  }
  .rc-newItems {
    width: 95rem;
    margin-bottom: 8rem;
  }
  .rc-newItems__header {
    margin-bottom: 3rem;
  }
  .rc-newItems__eyebrow {
    margin: 0;
    letter-spacing: 0.08em;
  }
  .rc-newItems__title {
    margin: 0.6rem 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .rc-newItems__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .rc-newItems__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20rem;
  }
  .rc-newItems__item.is-collapsed {
    display: none;
  }
  .rc-newItems.is-expanded .rc-newItems__item.is-collapsed {
    display: flex;
  }
  .rc-newItems__thumb {
    width: 18rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.8rem;
  }
  .rc-newItems__thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .rc-newItems__thumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-newItems__cardLink {
    text-align: left;
  }
  .rc-newItems__cardLink .rc-newItems__cardCode,
  .rc-newItems__cardLink .rc-newItems__cardName {
    font-size: 1.6rem;
    display: inline;
    color: #343434;
  }
  .rc-newItems__more {
    margin-top: 1.6rem;
  }
  .rc-newItems__slider {
    display: none;
  }
  .renewal-notice-info {
    background-color: #ffffff;
    margin-bottom: 3.2rem;
    border-bottom: solid 1px #eeeeee;
  }
  .renewal-notice-info__inner {
    width: 128rem;
    padding: 0.8rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  .renewal-notice-info__label {
    color: #ffffff;
    background-color: #f47920;
    font-weight: bold;
    font-size: 1.2rem;
    width: 6rem;
    aspect-ratio: 60/24;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
  }
  .renewal-notice-info__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #343434;
  }
  .renewal-notice-info__message {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #343434;
  }
  .rc-popCollection {
    width: 95rem;
    background-color: #fff8eb;
    padding: 3rem 0;
    position: relative;
    overflow: visible;
  }
  .rc-popCollection::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: 0;
    background-color: #fff8eb;
    z-index: 0;
  }
  .rc-popCollection__inner {
    max-width: 95rem;
    margin: 0 auto;
    padding: 0 1.6rem;
    position: relative;
    z-index: 1;
  }
  .rc-popCollection__header {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  .rc-popCollection__header .rc-popCollection__eyebrow {
    margin: 0;
  }
  .rc-popCollection__lead {
    font-size: 1.6rem;
    line-height: 2;
    color: #343434;
    height: 9.6rem;
    margin-bottom: 2rem;
  }
  .rc-popCollection__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3rem;
    margin-bottom: 3rem;
  }
  .rc-popCollection__card {
    width: 20rem;
    aspect-ratio: 200/283;
    overflow: hidden;
  }
  .rc-popCollection__card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-popCollection__card a {
    text-decoration: none;
    color: #343434;
    display: block;
  }
  .rc-popCollection__footer {
    text-align: right;
  }
  .rc-recentProducts {
    width: 95rem;
    margin: 0 auto;
    margin-top: 6rem;
  }
  .rc-recentProducts__header {
    margin-bottom: 3rem;
  }
  .rc-recentProducts__title {
    font-weight: bold;
    font-size: 2.8rem;
  }
  .rc-recentProducts__inner ol,
  .rc-recentProducts__inner ul,
  .rc-recentProducts__inner li {
    list-style: none;
  }
  .rc-recentProducts__inner ul {
    list-style: none;
  }
  .rc-recentProducts__inner ul li {
    list-style: none;
  }
  .rc-recentProducts__inner ul li {
    list-style: none;
  }
  .rc-recentProducts__inner {
    padding: 3rem;
  }
  .rc-recentProducts__grid {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
    list-style: none;
  }
  .rc-recentProducts__grid .rc-recentProducts__item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .rc-recentProducts__grid .rc-recentProducts__item a:hover {
    color: #343434;
    text-decoration: unset;
  }
  .rc-recentProducts__grid .rc-recentProducts__item .rc-recentProducts__name {
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.4rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .rc-recentProducts__grid .rc-recentProducts__card {
    width: 20rem;
    text-decoration: none;
    color: #343434;
  }
  .rc-recentProducts__grid .rc-recentProducts__card .rc-recentProducts__thumb {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.8rem;
  }
  .rc-recentProducts__grid .rc-recentProducts__card .rc-recentProducts__thumb .rc-recentProducts__thumbImage {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rc-recentProducts__grid--pc {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
  .rc-recentProducts__grid--sp {
    display: none;
  }
  .rc-recentProducts__code {
    margin: 0;
    font-size: 1.4rem;
    color: rgba(52, 52, 52, 0.7);
  }
  .rc-seasonalItems {
    width: 95rem;
    margin-bottom: 8rem;
    background-color: #fff8eb;
    padding: 3rem 0;
    position: relative;
    overflow: visible;
  }
  .rc-seasonalItems::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: 0;
    background-color: #fff8eb;
    z-index: 0;
  }
  .rc-seasonalItems__inner {
    max-width: 95rem;
    margin: 0 auto;
    padding: 0 1.6rem;
    position: relative;
    z-index: 1;
  }
  .rc-seasonalItems__header {
    margin-bottom: 2.4rem;
    position: relative;
    z-index: 1;
  }
  .rc-seasonalItems__more {
    text-align: right;
    margin-top: 1.6rem;
    position: relative;
    z-index: 1;
  }
  .rc-seasonalItems__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .rc-seasonalItems__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20rem;
  }
  .rc-seasonalItems__item.is-collapsed {
    display: none;
  }
  .rc-seasonalItems.is-expanded .rc-seasonalItems__item.is-collapsed {
    display: flex;
  }
  .rc-seasonalItems__cardLink {
    text-align: left;
  }
  .rc-seasonalItems__thumb {
    width: 18rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rc-seasonalItems__thumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-seasonalItems__cardCode,
  .rc-seasonalItems__cardName {
    font-size: 1.6rem;
    color: #343434;
  }
  .rc-seasonalItems__slider {
    display: none;
  }
  .renewal-sp-header,
  .s-view {
    display: none;
  }
  .rc-specialCampaign {
    width: 95rem;
    margin-bottom: 8rem;
  }
  .rc-specialCampaign__header {
    margin-bottom: 3rem;
  }
  .rc-specialCampaign__eyebrow {
    margin: 0;
  }
  .rc-specialCampaign__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(20 * 100vw / 950);
         column-gap: calc(20 * 100vw / 950);
    row-gap: calc(26 * 100vw / 950);
    margin-bottom: 3rem;
  }
  .rc-specialCampaign__item {
    width: 46.5rem;
    aspect-ratio: 465/271;
  }
  .rc-specialCampaign__item a {
    text-decoration: none;
    color: #343434;
  }
  .rc-specialCampaign__item .rc-specialCampaign__thumb {
    position: relative;
    width: 46.5rem;
    aspect-ratio: 465/208;
    margin-bottom: 0.8rem;
  }
  .rc-specialCampaign__item .rc-specialCampaign__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-specialCampaign__item .rc-specialCampaign__title {
    font-size: 1.6rem;
  }
  .rc-specialCampaign__linkInner {
    display: flex;
    justify-content: flex-end;
  }
  .rc-wholesaleRegister {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    width: 95rem;
    background-color: #fff8eb;
    padding: 1.6rem 8.5rem;
    margin-bottom: 8rem;
  }
  .rc-wholesaleRegister__header {
    text-align: center;
    margin-bottom: 3.2rem;
    color: #f47920;
    border-bottom: #f47920 solid 1px;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .rc-wholesaleRegister__eyebrow,
  .rc-wholesaleRegister__title {
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f47920;
    display: inline-block;
  }
  .rc-wholesaleRegister__visual {
    width: 78rem;
    aspect-ratio: 780/104;
    margin-bottom: 1.2rem;
  }
  .rc-wholesaleRegister__login {
    text-align: right;
  }
  .rc-wholesaleRegister__login a {
    color: #f47920;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .rc-wholesaleRegister__login a span {
    font-weight: bold;
  }
  .rc-wholesaleRegister__loginArrow {
    position: relative;
    right: 0.5rem;
    margin-left: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.1rem solid #f47920;
    border-bottom: 0.1rem solid #f47920;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .campaign-box {
    margin: 60px 0;
  }
  .campaign-box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .campaign-box .rc-bnr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
    margin: 30px 0 0 0;
  }
  .campaign-box .rc-bnr .rc-bnr__label {
    display: block;
    font-size: 16px;
    color: #38291C;
    margin: 0.8em 0 0 0;
  }
  .campaign-box .rc-bnr .rc-bnr__label.external-link {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
  }
  .campaign-box .rc-bnr .rc-bnr__label.external-link::after {
    content: "";
    min-width: 16px;
    height: 16px;
    background: url(../../img/renewal_custom/socialmedia/icon-target.svg) no-repeat center/contain;
    margin-left: auto;
  }
  .rc-campaignSection {
    margin: 30px 0;
  }
  .rc-campaignSection .rc-campaignMain__inner {
    display: grid;
    grid-template-columns: 4fr 3fr;
    align-items: center;
    gap: 24px 60px;
  }
  .rc-campaignSection .rc-campaignMain__inner .rc-campaignMain__title {
    color: #38291C;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    margin: 8px 0;
  }
  .rc-campaignSection .rc-campaignMain__inner .rc-campaignMain__text {
    margin: 8px 0;
  }
  .rc-campaignSection .rc-grid {
    display: grid;
    gap: 24px 24px;
  }
  .rc-campaignSection .rc-grid.rc-grid--73 {
    grid-template-columns: 7fr 3fr;
  }
  .rc-campaignSection .rc-grid.rc-grid--55 {
    grid-template-columns: 1fr 1fr;
  }
  .rc-campaignSection .rc-grid .rc-grid__text {
    margin: 0.5em 0 0 0;
  }
  .rc-campaignSection .rc-campaignNote__body {
    border: 1px solid #F47920;
    background: #FFF8EB;
    padding: 16px;
  }
  .rc-campaignSection .rc-campaignNote__body .rc-campaignNote__title {
    color: #F47920;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    margin: 0;
  }
  .rc-campaignSection .rc-campaignNote__body .rc-campaignNote__text {
    line-height: 200%;
    margin: 0;
  }
  .rc-campaignSection img {
    width: 100%;
  }
  .rc-campaignSection .shortMovie {
    max-width: 300px;
    aspect-ratio: 9/16;
    margin: 0 auto;
  }
  .rc-campaignSection .shortMovie iframe {
    display: block;
    max-width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .rc-campaignSection .rc-campaignBtn__row {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
  }
  .rc-campaignSection .rc-campaignBtn {
    display: block;
    color: #f57920;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5em 1em;
    line-height: 1.8;
    border: solid 1px #f57920;
    border-radius: 6px;
  }
  .rc-campaignSection .rc-marker {
    background: linear-gradient(transparent 60%, #ffd5c2 60%);
  }
  .rc-campaignSection .strong {
    font-weight: 600;
    color: #f47920;
  }
  .rc-campaignBottom {
    margin: 60px 0 0 0;
  }
  .qa-container:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .rc-qa {
    margin: 30px 0;
  }
  .rc-qa .rc-qa__question {
    padding: 20px 24px;
    display: flex;
    gap: 1em;
    cursor: pointer;
  }
  .rc-qa .rc-qa__question.is-active {
    background: #FFF8EB;
  }
  .rc-qa .rc-qa__question .rc-qa__question-inner {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 1em;
  }
  .rc-qa .rc-qa__question .rc-qa__question-inner::before {
    content: "Q";
    color: #F47920;
  }
  .rc-qa .rc-qa__answer {
    height: 0;
    overflow: hidden;
    padding: 0 60px 0 20px;
    border-bottom: solid 1px #E2E2E2;
    transition: height 0.3s ease-out;
  }
  .rc-qa .rc-qa__answer .indent {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .rc-qa .is-active + .rc-qa__answer {
    height: auto;
    overflow: visible;
  }
  .rc-qa .icon-acc {
    position: relative;
    width: 14px;
    height: 14px;
    align-self: center;
    margin-left: auto;
  }
  .rc-qa .icon-plus::before, .rc-qa .icon-plus::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #F47920;
  }
  .rc-qa .icon-plus::after {
    transform: rotate(90deg);
  }
  .rc-qa .icon-minus::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #F47920;
    transform: rotate(90deg);
  }
  .rc-forgotRole {
    margin: 0 auto;
    max-width: 1130px;
  }
  .rc-forgetHeading {
    font-size: 20px;
    text-align: center;
  }
  .ec-pageContents .rc-stepBox--title {
    margin: 0;
  }
  .ec-pageContents .rc-stepBox {
    margin-bottom: 60px;
  }
  .ec-pageContents .rc-stepBox h4 {
    margin-top: 1.5em;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item {
    margin: 2em 0;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item a {
    color: #38291C;
    text-decoration: underline;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item .rc-marker {
    background: #FFF200;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--btn {
    max-width: 160px;
    margin: 0 6px;
  }
  .ec-pageContents .rc-stepBox .guide-table {
    border-collapse: collapse;
    border: 1px solid #333;
    margin-bottom: 1em;
  }
  .ec-pageContents .rc-stepBox .guide-table th,
  .ec-pageContents .rc-stepBox .guide-table td {
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
  }
  .ec-pageContents .rc-stepBox .payment-table {
    width: 100%;
  }
  .ec-pageContents .rc-stepBox .paymentCode-table {
    max-width: 600px;
  }
  .ec-pageContents .rc-stepBox .paymentCode-table th, .ec-pageContents .rc-stepBox .paymentCode-table td {
    width: 50%;
  }
  .ec-pageContents .rc-stepBox .bank-list {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--name {
    margin-bottom: 0.5em;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--account {
    line-height: 200%;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--account:not(:last-of-type) {
    border-bottom: solid 1px #000;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
  }
  .rc-multiorder {
    width: 128rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-multiorderHeading {
    margin-bottom: 8rem;
  }
  .ec-pageContents {
    padding: 16px 20px;
    color: #38291C;
  }
  .ec-pageContents .ec-pageHeader h1 {
    font-size: 32px;
    margin: 1.5em 0;
    padding: 0;
    border: 0;
  }
  .ec-pageContents .ec-pageHeader h1::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: #F47920;
    margin: 16px 0 0 0;
  }
  .ec-pageContents h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 28px;
    font-weight: 700;
    margin: 1em 0 0.5em 0;
  }
  .ec-pageContents h2::before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #F47920;
  }
  .ec-pageContents h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 1em 0;
    line-height: 1.6;
  }
  .ec-pageContents h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 1em 0;
    line-height: 1.6;
  }
  .ec-pageContents p {
    font-size: 16px;
    line-height: 200%;
    margin: 1em 0;
  }
  .ec-pageContents ul {
    margin: 0 0 0 1.5em;
    padding: 0;
  }
  .ec-pageContents ul li {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents ul li > ul {
    list-style: disc;
  }
  .ec-pageContents ol {
    margin: 0 0 0 1.5em;
    padding: 0;
  }
  .ec-pageContents ol li {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents ol li > ol {
    list-style: lower-alpha;
  }
  .ec-pageContents ol li > ul {
    list-style: disc;
  }
  .ec-pageContents img {
    max-width: 100%;
  }
  .ec-pageContents .figure {
    width: min(100%, 800px);
    margin-inline: auto;
  }
  .rc-pageNav {
    background: #FFF8EB;
    margin: 30px 0 60px 0;
    padding: 30px;
  }
  .rc-pageNav .rc-navGroup:not(:last-of-type) {
    padding-bottom: 2em;
  }
  .rc-pageNav .rc-navGroup--parent {
    display: inline-block;
    font-size: 16px;
    color: #F47920;
    font-weight: 700;
  }
  .rc-pageNav .rc-navGroup--childTitle {
    display: inline-block;
    font-size: 16px;
    color: #F47920;
    margin: 0 0 1em 0;
  }
  .rc-pageNav .rc-navGroup--child {
    margin: 1em 0 0 0;
  }
  .rc-pageNav .rc-pageNav--box {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
  }
  .rc-pageNav .rc-pageNav--link {
    position: relative;
    display: flex;
    color: #F47920;
    font-size: 16px;
  }
  .rc-pageNav .rc-pageNav--link::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #F47920;
    border-bottom: 1px solid #F47920;
    transform: rotate(45deg);
    order: 2;
    margin: -6px 0 0 10px;
    align-self: center;
  }
  .rc-pageNav .rc-pageNav--link:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(244, 121, 32, 0.3);
    margin: 0 1em;
    order: 3;
  }
  .rc-infoBox {
    width: min(100%, 900px);
    margin-inline: auto;
  }
  .rc-infoBox .rc-infoBox--title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .rc-pageBack {
    border-bottom: solid 1px #F47920;
    width: -moz-max-content;
    width: max-content;
  }
  .rc-pageBack .rc-pageBack--link {
    font-size: 16px;
    color: #F47920;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 0 20px 0.8em 4px;
  }
  .rc-pageBack .rc-pageBack--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .rc-pageBack .rc-pageBack--icon {
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #F47920;
    border-bottom: 1px solid #F47920;
    transform: rotate(45deg);
  }
  .rc-pageNext {
    border-bottom: solid 1px #F47920;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .rc-pageNext .rc-pageNext--link {
    font-size: 16px;
    color: #F47920;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 0 4px 0.8em 20px;
  }
  .rc-pageNext .rc-pageNext--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .rc-pageNext .rc-pageNext--icon {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #F47920;
    border-top: 1px solid #F47920;
    transform: rotate(45deg);
  }
  .u-text-right {
    text-align: right !important;
  }
  .u-text-center {
    text-align: center !important;
  }
  .privacy-container {
    padding-left: 40px;
  }
  .privacy-container .rc-policySection .rc-policySection__content {
    padding-left: 50px;
  }
  .privacy-container .rc-policySection .rc-policySection__content ol li > a {
    color: #F47920;
    font-weight: 600;
    text-decoration-line: underline;
  }
  .privacy-container .rc-policySection .rc-policySection__content ol li > a:hover {
    text-decoration: none;
  }
  .privacy-container .rc-policySection:not(:last-of-type) {
    margin: 0 0 60px 0;
  }
  .privacy-container .agreement-contents {
    padding-right: 40px;
  }
  .rc-socialList {
    display: flex;
    gap: 30px;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link {
    display: block;
    color: #F47920;
    text-decoration: underline;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link .rc-socialList__icon {
    display: block;
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-inline: auto;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link .rc-socialList__label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0.8em 0 0 0;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link:hover {
    text-decoration: none;
  }
  .rc-website {
    width: min(100%, 950px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .rc-website .rc-website__thumb {
    border: 1px solid #F47920;
  }
  .rc-website .rc-website__label {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
    font-size: 16px;
    color: #38291C;
    margin: 0.8em 0 0 0;
  }
  .rc-website .rc-website__label::after {
    content: "";
    min-width: 16px;
    height: 16px;
    background: url(../../img/renewal_custom/socialmedia/icon-target.svg) no-repeat center/contain;
    margin-left: auto;
  }
  .tradelaw-container {
    width: min(100% - 80px, 1200px);
    margin-inline: auto;
  }
  .tradelaw-container .rc-legalList {
    display: grid;
    grid-template-columns: 250px 1fr;
    margin: 0;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term,
  .tradelaw-container .rc-legalList .rc-legalList__description {
    font-size: 16px;
    padding: 1em 24px;
    line-height: 1.8;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term:nth-of-type(odd),
  .tradelaw-container .rc-legalList .rc-legalList__description:nth-of-type(odd) {
    background: #FFF9F0;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term {
    display: grid;
    align-items: center;
  }
  .tradelaw-container .rc-legalList .rc-legalList__description a {
    color: #F47920;
    font-weight: 600;
    text-decoration-line: underline;
  }
  .tradelaw-container .rc-legalList .rc-legalList__description a:hover {
    text-decoration: none;
  }
  .proc-infoBox {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 16px 32px;
    margin: 60px 0;
  }
  .proc-infoBox .proc-infoBox__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1.5em 0;
    line-height: 1.6;
  }
  .proc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .proc-list .proc-list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
  }
  .proc-list .proc-list__item .proc-list__name {
    grid-area: 1/1/2/3;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  .proc-list .proc-list__item .proc-list__image {
    aspect-ratio: 23/30;
  }
  .proc-list .proc-list__item .proc-list__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .proc-list .proc-list__item .rc-pageNext {
    margin: 0 auto 0 0;
  }
  .proc-list .proc-list__item .rc-pageNext .rc-pageNext--link {
    padding: 0 10px 0.8em 10px;
  }
  .rc-procSection {
    margin: 60px 0;
  }
  .rc-procSection .strong {
    color: #d32c2c;
    font-weight: 600;
  }
  .rc-procSection .u-text-blue {
    color: rgb(62, 147, 208);
  }
  .rc-proc .rc-procMain__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 25%;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__title {
    margin: 0;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__list {
    margin-bottom: 1em;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__list li {
    line-height: 1.6;
  }
  .rc-proc .rc-procMain__image img {
    width: 100%;
  }
  .rc-proc .price-list__text {
    margin: 1em 0 2em 0;
  }
  .rc-proc .price-list__note {
    border: solid 3px #d32c2c;
    border-radius: 10px;
    padding: 0 1em;
    margin: 2em 0;
  }
  .rc-proc .rc-procBox__mail {
    border: solid 3px #ccc;
    padding: 0 2em 1em 2em;
  }
  .rc-proc .rc-procBox__mail h3 {
    margin-bottom: 0;
  }
  .rc-proc .rc-procBox__mail h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .rc-proc .proc-cautionBlock {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 24%;
    margin: 30px 0 0 0;
  }
  .rc-proc .proc-cautionBlock__notice {
    border: solid 3px #d32c2c;
    border-radius: 10px;
    padding: 1em;
  }
  .rc-proc .proc-cautionBlock__notice .proc-cautionBlock__title {
    margin: 0;
    color: #d32c2c;
    font-weight: 600;
  }
  .rc-proc .proc-cautionBlock__notice .proc-cautionBlock__list li {
    margin: 1em 0 0 0;
  }
  .rc-proc .rc-msSystem {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 30%;
    align-items: center;
  }
  .rc-proc .rc-msSystem .rc-procBox__image img {
    width: 100%;
  }
  .rc-proc .rc-procSection__grid {
    display: grid;
    gap: 16px 24px;
    align-items: center;
    margin-bottom: 24px;
  }
  .rc-proc .rc-procSection__grid .rc-procSection__image img {
    width: 100%;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--46 {
    grid-template-columns: 40% 1fr;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--55 {
    grid-template-columns: 1fr 1fr;
  }
  .page-renewal-mypage {
    width: 95rem;
    margin: 0 auto;
  }
  .rc-mypage__head {
    margin-bottom: 6rem;
  }
  .rc-breadcrumb ol {
    display: flex;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
    color: #999999;
  }
  .rc-breadcrumb ol a {
    color: inherit;
    text-decoration: none;
  }
  .rc-mypageHero {
    padding: 3.2rem;
    border-radius: 1.8rem;
    background: linear-gradient(110deg, #fff8eb 0%, #ffe4d0 100%);
    box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.08);
  }
  .rc-mypageHero__eyebrow {
    margin: 0 0 0.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    color: #99cc33;
  }
  .rc-mypageHero__title {
    margin: 0 0 1.2rem;
    font-size: 3rem;
    color: #38291C;
  }
  .rc-mypageHero__welcome, .rc-mypageHero__summary {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #38291C;
  }
  .rc-sectionHeader {
    margin-bottom: 2rem;
  }
  .rc-sectionHeader h2 {
    margin: 0 0 0.8rem;
    font-size: 2.4rem;
    color: #38291C;
  }
  .rc-sectionHeader p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #999999;
  }
  .rc-mypageSection {
    margin-bottom: 6rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.6rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__item a {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 1.5rem;
    border: 1px solid #fbaa26;
    border-radius: 1rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #38291C;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    width: 46rem;
    aspect-ratio: 460/100;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__item a:hover {
    opacity: 0.85;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__iconWrap {
    width: 3.7rem;
    height: 3.7rem;
    flex: 0 0 auto;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__iconWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #38291C;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__caption {
    font-size: 1.6rem;
    color: #38291C;
    font-weight: 400;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActions__arrow {
    width: 1rem;
    height: 1rem;
    border-right: 2px solid #38291C;
    border-bottom: 2px solid #38291C;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3rem;
    margin-top: 0.8rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActionsSection__title {
    margin-bottom: 3rem;
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup .rc-mypageActionsSection__description {
    margin: 0 0 1.2rem;
    font-size: 1.4rem;
    color: #999999;
  }
  .rc-newsList {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #b8bec4;
  }
  .rc-newsList__item {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1.6rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid #b8bec4;
    align-items: center;
  }
  .rc-newsList__date {
    font-size: 1.3rem;
    color: #999999;
  }
  .rc-newsList__link {
    color: #0092c4;
    text-decoration: underline;
  }
  .rc-newsList__text {
    color: #38291C;
    font-size: 1.5rem;
  }
  .rc-newsList__empty {
    font-size: 1.5rem;
    color: #999999;
  }
  .rc-mypageGuides {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .rc-mypageGuides__card {
    padding: 2.4rem;
    border: 1px solid #b8bec4;
    border-radius: 1.6rem;
    background-color: #ffffff;
    box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.04);
  }
  .rc-mypageGuides__card h3 {
    margin: 0 0 1.2rem;
    font-size: 2rem;
  }
  .rc-mypageGuides__card ul {
    margin: 0;
    padding-left: 2rem;
  }
  .rc-mypageGuides__card ul li {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
  }
  .rc-mypageGuides__card ul li a {
    color: #0092c4;
  }
  .rc-mypageGuides__note {
    margin: 1.2rem 0 0;
    font-size: 1.3rem;
    color: #999999;
  }
  .rc-mypageCatalog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2rem;
  }
  .rc-mypageCatalog__group {
    background-color: #fff8eb;
    border-radius: 1.6rem;
    padding: 2.4rem;
  }
  .rc-mypageCatalog__group h3 {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
  }
  .rc-mypageCatalog__group ul {
    margin: 0;
    padding-left: 2rem;
  }
  .rc-mypageCatalog__group ul li {
    margin-bottom: 0.8rem;
  }
  .rc-mypageCatalog__group ul li a {
    color: #0092c4;
  }
  .rc-mypageSection--pop {
    margin-top: 6rem;
  }
  .rc-mypagePop__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
  .rc-mypagePop__list .rc-mypagePop__card {
    width: 14.5rem;
    aspect-ratio: 145/205;
  }
  .rc-mypagePop__thumb {
    height: 20.5rem;
  }
  .rc-mypagePop__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .rc-mypagePop__action {
    margin-top: 1.6rem;
    text-align: right;
  }
  .rc-mypagePop__empty {
    font-size: 1.5rem;
    color: #999999;
  }
  .rc-orderHistory {
    width: 128rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-favorite {
    width: 128rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-delivery {
    width: 128rem !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-productDetailPage {
    background-color: #fff8eb;
  }
  .rc-productDetail {
    width: 95rem;
    margin: 0 auto;
    padding-bottom: 12rem;
  }
  .rc-productDetail__breadcrumb {
    margin-top: 1.8rem;
  }
  .rc-productDetail__breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.3rem;
  }
  .rc-productDetail__breadcrumb a {
    color: #343434;
    text-decoration: none;
  }
  .rc-productDetail__breadcrumb .is-current span {
    color: #999999;
  }
  .rc-productDetail__header {
    position: relative;
    margin-bottom: 7.2rem;
  }
  .rc-productDetail__header::before {
    content: "";
    position: absolute;
    display: block;
    width: 6.5rem;
    height: 0.4rem;
    background: #f47920;
    left: 0;
    bottom: -1rem;
  }
  .rc-productDetail__header .rc-productDetail__code,
  .rc-productDetail__header .rc-productDetail__title {
    display: inline;
    margin: 0;
    font-size: 3.2rem;
    font-weight: 700;
    color: #38291C;
    line-height: 1.3;
  }
  .rc-productDetail__layout .rc-productDetail__layoutInner {
    display: grid;
    align-items: start;
    grid-template-columns: 36rem 1fr;
    gap: 3rem;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery {
    background: #ffffff;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__mainImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__mainImage--placeholder {
    background: #eeeeee;
    border-style: dashed;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__mainImage img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbLink {
    position: relative;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbLink .product-mark {
    position: relative;
    z-index: 1;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbItem {
    position: relative;
    width: 10rem;
    aspect-ratio: 1/1;
    border: 1px solid #eeeeee;
    overflow: hidden;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbItem.st-active {
    border-color: #f47920;
  }
  .rc-productDetail__link {
    margin-top: 6rem;
  }
  .rc-productDetail__link.rc-topLink {
    padding-left: 0rem;
    padding-right: 2rem;
  }
  .rc-productDetail__info--order {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  .rc-productDetail__info {
    width: 56rem;
    padding: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  .rc-productDetail__info .rc-productDetail__spec {
    width: 100%;
  }
  .rc-productDetail__info .rc-productDetail__specList {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: 0;
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem dt {
    width: 14rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #38291C;
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem dd {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
  }
  .rc-productDetail__thumbLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .rc-productDetail__thumbLink span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
  }
  .rc-productDetail__favoriteAction a,
  .rc-productDetail__favoriteAction span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    color: #f47920;
    gap: 0.8rem;
    line-height: 1.5;
  }
  .rc-productDetail__favoriteAction a::before,
  .rc-productDetail__favoriteAction span::before {
    content: "";
    display: inline-flex;
    width: 3.2rem;
    height: 3.2rem;
    background: url("/html/template/default/assets/img/renewal_custom/icon_favorite_o.svg") no-repeat center/contain;
    flex-shrink: 0;
  }
  .rc-productDetail__favoriteAction a:hover,
  .rc-productDetail__favoriteAction span:hover {
    text-decoration: unset;
  }
  .rc-productDetail__favoriteAction small {
    font-size: 1.6rem;
    color: #f47920;
  }
  .rc-productDetail__favoriteAction span {
    background: rgba(251, 170, 38, 0.1);
    border-color: rgba(251, 170, 38, 0.2);
  }
  .rc-productDetail__banners {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .rc-productDetail__banners img {
    display: block;
    width: 100%;
    border-radius: 1.2rem;
  }
  .rc-productDetail__note {
    margin-top: 2rem;
    padding: 1.6rem;
    border-radius: 1.2rem;
    background: #fff8eb;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .rc-productDetail__pricing {
    width: 100%;
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem dt {
    width: 14rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem dd {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceGroup--label {
    width: 14rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceGroup--list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList dt {
    font-weight: normal;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList dd {
    color: #CC0000;
  }
  .rc-productDetail__priceListNoteItem {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
  }
  .rc-productDetail__priceListNoteItem dt {
    width: 14rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #38291C;
  }
  .rc-productDetail__priceListNoteItem dd {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
  }
  .rc-productDetail__priceListNote {
    margin-bottom: 0;
  }
  .rc-productDetail__priceItem {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px dotted #f47920;
    padding-bottom: 0.8rem;
  }
  .rc-productDetail__priceItem.rc-productDetail__priceItem--label dt {
    font-weight: 700;
  }
  .rc-productDetail__priceItem.rc-productDetail__priceItem--label dd {
    visibility: hidden;
  }
  .rc-productDetail__priceItem dt {
    margin: 0;
    font-size: 1.6rem;
    color: #38291C;
  }
  .rc-productDetail__priceItem dd {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f47920;
  }
  .rc-productDetail__guest {
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
  }
  .rc-productDetail__guest .rc-productDetail__guestActions {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .rc-productDetail__guest .rc-productDetail__guestNote {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .rc-productDetail__form--order {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  .rc-productDetail__form {
    width: 100%;
    border-bottom: dotted 1px #f47920;
    padding-bottom: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  .rc-productDetail__flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .rc-productDetail__ctaButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 25.4rem;
    aspect-ratio: 254/48;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f47920;
    gap: 1rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: normal;
    border: none;
  }
  .rc-productDetail__ctaButton.rc-productDetail__addCart {
    width: 100%;
    min-width: 30rem;
    max-height: 4.8rem;
    aspect-ratio: 300/48;
  }
  .rc-productDetail__ctaButton.st-disable {
    opacity: 0.5;
    pointer-events: none;
  }
  .rc-productDetail__ctaButton:hover {
    opacity: 0.85;
    color: #ffffff;
  }
  .rc-productDetail__description {
    border-bottom: dotted 1px #f47920;
    padding: 0 1rem;
    padding-bottom: 1.6rem;
    width: 100%;
  }
  .rc-productDetail__description p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .rc-productDetail__quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__quantity > label,
  .rc-productDetail__quantity .rc-productDetail__unit {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .rc-productDetail__quantity .rc-productDetail__quantityInputs {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__quantity .rc-productDetail__quantityInputs .form-control {
    width: 100%;
    max-width: 7rem;
    aspect-ratio: 70/48;
    padding: 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 0;
    width: 100%;
  }
  .form-group > label,
  .form-group .rc-productDetail__unit {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    width: 25%;
  }
  .form-group > label[for=quantity] {
    display: none;
  }
  .form-group .form-control {
    width: 75%;
    max-width: 20rem;
    aspect-ratio: 200/48;
    padding: 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .rc-productDetail__messages p,
  .rc-productDetail__messages b {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
    color: #CC0000;
  }
  .rc-productDetail__videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .rc-productDetail__videos iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .rc-productDetail__sample {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .rc-productDetail__sample .rc-productDetail__ctaButton--ghost {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 30rem;
    aspect-ratio: 300/48;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    gap: 1rem;
    color: #f47920;
    font-size: 1.6rem;
    font-weight: normal;
    border: solid 1px rgba(255, 68, 119, 0.57);
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox > label,
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__unit {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__quantityInputs {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__quantityInputs .form-control {
    width: 100%;
    max-width: 7rem;
    aspect-ratio: 70/48;
    padding: 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .rc-productList {
    width: 95rem;
    margin-bottom: 14rem;
  }
  .rc-productList__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    position: relative;
  }
  .rc-productList__filter {
    position: static;
  }
  .rc-productList__filter .rc-productList__filterHeader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .rc-productList__filter .rc-productList__filterHeader .rc-productList__filterToggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    aspect-ratio: 200/52;
    background: #f47920;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 2rem;
  }
  .rc-productList__filter .rc-productList__filterInner {
    background-color: #fff8eb;
    position: absolute;
    width: 100%;
    top: 5.2rem;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody {
    padding: 4rem;
    display: none;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions .rc-productList__searchField.rc-searchField {
    width: 36.5rem;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions .rc-productList__filterSubmit {
    width: 20rem;
    aspect-ratio: 200/52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f47920;
    color: #ffffff;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    font-weight: 700;
  }
  .rc-productList__selectList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 3rem;
    margin-bottom: 4rem;
  }
  .rc-productList__selectList .rc-productList__selectItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__selectLabel {
    width: 8rem;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillList {
    max-width: 75rem;
    width: calc(750 * 100vw / 1280);
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio {
    display: inline-flex;
    align-items: center;
    border: 1px solid #fbaa26;
    border-radius: 0.5rem;
    padding: 0.6rem 1.8rem;
    font-size: 1.4rem;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio input {
    display: none;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio span {
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio span::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("/html/template/default/assets/img/renewal_custom/radio_off.svg") no-repeat center/cover;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.rc-productList__pillRadio--empty {
    border-style: dashed;
    color: rgba(0, 0, 0, 0.6);
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked {
    background: #f47920;
    border-color: #f47920;
    color: #ffffff;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked span {
    font-weight: 700;
    color: #ffffff;
  }
  .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked span::before {
    background: url("/html/template/default/assets/img/renewal_custom/radio_on.svg") no-repeat center/cover;
  }
  .rc-productList__filterTexts {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .rc-productList__filterEyebrow {
    font-size: 1.6rem;
    color: #343434;
    font-weight: 700;
  }
  .rc-productList__filterHint {
    margin: 0;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .rc-productList__filterIcon {
    width: 2rem;
    height: 2rem;
  }
  .rc-productList__filterBody {
    display: none;
  }
  .rc-productList__groupTitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  .rc-productList__groupNote {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.2rem;
  }
  .rc-productList__radioList {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .rc-productList__radioItem input {
    display: none;
  }
  .rc-productList__radioItem label {
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    font-size: 1.4rem;
    transition: background 0.3s ease;
  }
  .rc-productList__radioItem input:checked + label {
    background: #fbaa26;
    color: #ffffff;
    border-color: #fbaa26;
  }
  .rc-productList__headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 6.4rem;
    gap: 1.2rem;
  }
  .rc-productList__headline h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0;
    position: relative;
  }
  .rc-productList__headline h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #f47920;
    position: relative;
    bottom: -1rem;
  }
  .rc-productList__headline h1.rc-productList__title--hasChips::after {
    content: "";
    display: none;
  }
  .rc-productList__headline .rc-productList__toolbarCount {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .rc-productList__resultCount {
    font-size: 1.6rem;
  }
  .rc-productList__chips {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  .rc-productList__chips .rc-productList__chipsLabel {
    color: #999999;
    font-weight: normal;
    font-size: 1.6rem;
  }
  .rc-productList__chips .rc-productList__chipsLabel::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #f47920;
    position: relative;
    bottom: -1rem;
  }
  .rc-productList__chips .rc-productList__chipsInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .rc-productList__chips .rc-productList__chipsInner .rc-productList__chip {
    color: #000000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
  }
  .rc-productList__toolbar {
    margin-top: 2.4rem;
    padding: 1.6rem;
    border: 1px solid #eeeeee;
    border-radius: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
  .rc-productList__toolbarControls {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .rc-productList__toolbarSelect {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .rc-productList__toolbarSelect select {
    border: 1px solid #eeeeee;
    border-radius: 0.6rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
  }
  .rc-productList__results {
    margin-top: 2.4rem;
  }
  .rc-productList__grid {
    padding: 0;
    margin: 1.5rem 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
    list-style: none;
  }
  .rc-productList__empty {
    text-align: center;
    padding: 6rem 0;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .rc-blockBtn-column {
    display: grid;
    gap: 16px;
  }
  .u-color-red {
    color: #CC0000;
  }
  .u-input-err {
    display: block;
    line-height: 1.8;
  }
  .rc-reportHeading h1 {
    font-weight: 700;
    color: #f47920;
    word-break: auto-phrase;
    line-height: 1.4;
  }
}
@media screen and (max-width: 990px) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin-top: calc(10 * 100vw / 375);
  }
  .ec-layoutRole .ec-layoutRole__mainBottom {
    margin-top: calc(60 * 100vw / 375);
  }
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
  }
  .rc-searchField {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fbaa26;
    border-radius: calc(5 * 100vw / 375);
    overflow: hidden;
    background-color: #ffffff;
  }
  .rc-searchField .rc-searchField__input,
  .rc-searchField input {
    border: none;
    padding: calc(12 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
  }
  .rc-searchField .rc-searchField__input:focus,
  .rc-searchField input:focus {
    color: #38291C;
  }
  .rc-searchField .rc-searchField__input::-moz-placeholder, .rc-searchField input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 1;
  }
  .rc-searchField .rc-searchField__input::placeholder,
  .rc-searchField input::placeholder {
    color: rgba(251, 170, 38, 0.5);
    opacity: 1;
  }
  .rc-searchField .rc-searchField__button,
  .rc-searchField button {
    width: calc(50 * 100vw / 375);
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
  }
  .rc-searchField .rc-searchField__button img,
  .rc-searchField button img {
    width: calc(17 * 100vw / 375);
    aspect-ratio: 17/16;
  }
  .rc-headline {
    position: relative;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-headline::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(65 * 100vw / 375);
    height: calc(4 * 100vw / 375);
    background: #f47920;
    left: 0;
    bottom: calc(-10 * 100vw / 375);
  }
  .rc-headline p,
  .rc-headline h2 {
    display: inline;
    margin: 0;
    font-size: calc(24 * 100vw / 375);
    font-weight: 700;
    color: #343434;
    line-height: 1.3;
  }
  .rc-sectionHeadline {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 375);
    font-size: calc(20 * 100vw / 375);
    font-weight: 700;
    color: #343434;
  }
  .rc-sectionHeadline::before {
    content: "";
    display: inline-block;
    width: calc(15 * 100vw / 375);
    height: calc(3 * 100vw / 375);
    background-color: #f47920;
  }
  .rc-productCard {
    width: calc(160 * 100vw / 375);
  }
  .rc-productCard a:hover {
    color: #343434;
    text-decoration: unset;
  }
  .rc-productCard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
  }
  .rc-productCard__link .rc-productCard__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 160/160;
    margin-bottom: calc(8 * 100vw / 375);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rc-productCard__link .rc-productCard__thumb span {
    display: block;
    width: 100%;
    aspect-ratio: 160/160;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rc-productCard__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(4 * 100vw / 375);
  }
  .rc-productCard__body .rc-productCard__name,
  .rc-productCard__body .rc-productCard__price {
    font-size: calc(14 * 100vw / 375);
    font-weight: normal;
    line-height: 1.5;
    color: #343434;
    text-align: left;
  }
  .rc-productCard__body .rc-productCard__price {
    color: #CC0000;
  }
  .rc-topHeading {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 375);
    font-size: calc(20 * 100vw / 375);
    font-weight: 700;
    color: #343434;
    margin: 0 0 calc(12 * 100vw / 375);
  }
  .rc-topHeading::before {
    content: "";
    display: inline-block;
    width: calc(15 * 100vw / 375);
    height: calc(3 * 100vw / 375);
    background-color: #f47920;
  }
  .rc-topLink {
    display: inline-flex;
    align-items: center;
    gap: calc(6 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    color: #f47920;
    text-decoration: none;
    border-bottom: 1px solid #f47920;
    padding-bottom: calc(3 * 100vw / 375);
    padding-left: calc(10 * 100vw / 375);
  }
  .rc-topLink::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 2px solid #f47920;
    border-bottom: 2px solid #f47920;
    transform: rotate(-45deg);
    margin-left: calc(6 * 100vw / 375);
  }
  .rc-topLink.rc-topLink--prev {
    padding-left: calc(20 * 100vw / 375);
  }
  .rc-topLink.rc-topLink--prev::before {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 2px solid #f47920;
    border-bottom: 2px solid #f47920;
    transform: rotate(135deg);
    margin-right: calc(6 * 100vw / 375);
  }
  .rc-topLink.rc-topLink--prev::after {
    display: none;
  }
  .rc-topMore {
    text-align: center;
    margin-top: calc(24 * 100vw / 375);
  }
  .rc-topMore__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-flex;
    align-items: center;
    gap: calc(8 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
    font-weight: 700;
    color: #f47920;
    padding: calc(6 * 100vw / 375) 0 calc(12 * 100vw / 375);
    position: relative;
  }
  .rc-topMore__button::after {
    content: "+";
    font-size: calc(20 * 100vw / 375);
    line-height: 1;
  }
  .rc-topMore__button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #f47920;
  }
  .is-expanded .rc-topMore__button::after {
    content: "−";
  }
  .rc-pager {
    text-align: right;
  }
  .rc-pager .rc-pager__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: calc(4 * 100vw / 375);
    align-items: center;
  }
  .rc-pager .rc-pager__item a,
  .rc-pager .rc-pager__item span {
    width: auto;
    color: #fbaa26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(14 * 100vw / 375);
    font-weight: 600;
    text-decoration: none;
  }
  .rc-pager .rc-pager__item--ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(24 * 100vw / 375);
    aspect-ratio: 1/1;
    color: #fbaa26;
    font-size: calc(14 * 100vw / 375);
    font-weight: 600;
    border: none;
  }
  .rc-pager .rc-pager__item--control a {
    border: 1px solid #f47920;
    border-radius: 100%;
    background-color: #ffffff;
    width: calc(24 * 100vw / 375);
    aspect-ratio: 1/1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-pager .rc-pager__item--control a::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    right: calc(2 * 100vw / 375);
  }
  .rc-pager .rc-pager__item--control span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }
  .rc-pager .rc-pager__item--control a[aria-label=前へ]::after {
    transform: rotate(135deg);
    left: 0.2rem;
    right: auto;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ],
  .rc-pager .rc-pager__item--control a[aria-label=最後へ] {
    border: none;
    width: auto;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ]::after,
  .rc-pager .rc-pager__item--control a[aria-label=最後へ]::after {
    content: none;
    display: none;
  }
  .rc-pager .rc-pager__item--control a[aria-label=最初へ] span,
  .rc-pager .rc-pager__item--control a[aria-label=最後へ] span {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border: 0;
    white-space: nowrap;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-pager .rc-pager__item--active {
    text-decoration: underline;
  }
  .rc-bestRanking {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-bestRanking .rc-homeSlider__controls {
    margin-top: calc(20 * 100vw / 375);
  }
  .rc-bestRanking__header {
    margin-bottom: calc(24 * 100vw / 375);
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-bestRanking__slider {
    margin: 0 auto;
  }
  .rc-bestRanking__sliderTrack {
    margin-left: 0;
  }
  .rc-bestRanking__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(200 * 100vw / 375);
    margin-right: calc(10 * 100vw / 375);
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  .rc-bestRanking__card .rc-bestRanking__badge {
    width: calc(66 * 100vw / 375);
    height: calc(66 * 100vw / 375);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(-5 * 100vw / 375);
    left: calc(-10 * 100vw / 375);
    z-index: 1;
  }
  .rc-bestRanking__card .rc-bestRanking__badge .rc-bestRanking__badgeNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40 * 100vw / 375);
    height: calc(40 * 100vw / 375);
    border-radius: 50%;
    background-color: #f47920;
    overflow: hidden;
    font-size: calc(20 * 100vw / 375);
    color: #ffffff;
  }
  .rc-bestRanking__card--rank1 .rc-bestRanking__badge, .rc-bestRanking__card--rank2 .rc-bestRanking__badge, .rc-bestRanking__card--rank3 .rc-bestRanking__badge {
    width: calc(66 * 100vw / 375);
    height: calc(66 * 100vw / 375);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(-5 * 100vw / 375);
    left: calc(-10 * 100vw / 375);
    overflow: hidden;
    font-weight: bold;
    background-color: unset;
  }
  .rc-bestRanking__card .rc-bestRanking__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(10 * 100vw / 375);
    aspect-ratio: 1/1;
  }
  .rc-bestRanking__card .rc-bestRanking__figure img {
    max-width: 100%;
    height: auto;
  }
  .rc-bestRanking__card .rc-bestRanking__figure a {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .rc-bestRanking__badge img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-bestRanking .slick-list {
    padding-left: calc(20 * 100vw / 375);
    width: 100%;
    box-sizing: border-box;
  }
  .rc-bestRanking__thumb {
    width: 18rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.8rem;
  }
  .rc-bestRanking__thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .rc-bestRanking__thumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-bestRanking__body {
    text-align: left;
  }
  .rc-bestRanking__body .rc-bestRanking__code,
  .rc-bestRanking__body .rc-bestRanking__name {
    font-size: 1.6rem;
    display: inline;
    color: #343434;
  }
  .rc-bestRanking__controls {
    margin-top: calc(24 * 100vw / 375);
    justify-content: center;
    gap: calc(12 * 100vw / 375);
  }
  .rc-bestRanking__sliderArrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-bestRanking__sliderArrow::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-bestRanking__sliderArrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-bestRanking__sliderArrow--next::after {
    transform: rotate(-45deg);
    right: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-breadcrumb {
    width: calc(345 * 100vw / 375);
    margin: calc(10 * 100vw / 375) auto;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-breadcrumb .rc-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(8 * 100vw / 375);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-breadcrumb .rc-breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-breadcrumb .rc-breadcrumb__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: calc(8 * 100vw / 375);
    height: calc(8 * 100vw / 375);
    border-top: 1px solid #343434;
    border-right: 1px solid #343434;
    transform: rotate(45deg);
    margin: 0 calc(8 * 100vw / 375) 0 calc(6 * 100vw / 375);
  }
  .rc-breadcrumb .rc-breadcrumb__item a {
    color: #343434;
    text-decoration: none;
  }
  .rc-categorySearch {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-categorySearch__inner {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-categorySearch__header {
    margin-bottom: calc(25 * 100vw / 375);
  }
  .rc-categorySearch__flexbox {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: calc(20 * 100vw / 375);
    margin-bottom: 2rem;
  }
  .rc-categorySearch__form {
    width: 100%;
  }
  .rc-categorySearch__tabs {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(30 * 100vw / 375);
    background-color: rgba(251, 170, 38, 0.2);
    padding: calc(10 * 100vw / 375) calc(16 * 100vw / 375);
    border-radius: calc(17 * 100vw / 375);
  }
  .rc-categorySearch__tab {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(310 * 100vw / 375);
    aspect-ratio: 310/45;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(999 * 100vw / 375);
    color: #fcae76;
  }
  .rc-categorySearch__tab.is-active {
    background-color: #f47920;
    color: #ffffff;
  }
  .rc-categorySearch__panel {
    display: none;
  }
  .rc-categorySearch__panel.is-active {
    display: block;
  }
  .rc-categorySearch__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(43 * 100vw / 375);
         column-gap: calc(43 * 100vw / 375);
    row-gap: calc(26 * 100vw / 375);
  }
  .rc-categorySearch__item {
    text-align: center;
    text-decoration: none;
    color: #343434;
  }
  .rc-categorySearch__item .rc-categorySearch__itemThumb {
    display: block;
    width: calc(150 * 100vw / 375);
    height: calc(150 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    overflow: hidden;
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-categorySearch__item .rc-categorySearch__itemThumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .renewal-common-keywords {
    padding: 16px 0;
  }
  .renewal-common-keywords__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #343434;
  }
  .renewal-common-keywords__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .renewal-common-keywords__item {
    margin: 0;
  }
  .renewal-common-keywords__link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600;
    color: #fbaa26;
    background-color: rgba(251, 170, 38, 0.1);
    border: 1px solid rgba(251, 170, 38, 0.2);
    border-radius: 999px;
    transition: opacity 0.2s ease;
  }
  .renewal-common-keywords__link:hover,
  .renewal-common-keywords__link:focus {
    opacity: 0.8;
  }
  .rc-footer {
    background: linear-gradient(180deg, #fbaa26 0%, #f47920 100%);
    color: #ffffff;
    font-size: calc(13 * 100vw / 375);
    margin-top: calc(60 * 100vw / 375);
    padding-top: calc(50 * 100vw / 375);
    padding-bottom: calc(20 * 100vw / 375);
    padding-left: calc(17 * 100vw / 375);
    padding-right: calc(17 * 100vw / 375);
  }
  .rc-footer__hero {
    text-align: left;
    margin-bottom: 24px;
  }
  .rc-footer__heroInner {
    max-width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-footer__logo {
    width: calc(270 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-footer__logo img {
    width: 100%;
    height: auto;
  }
  .rc-footer__quickNav {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
  }
  .rc-footer__quickNav a {
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: calc(3 * 100vw / 375) calc(10 * 100vw / 375);
    border-radius: calc(5 * 100vw / 375);
    background-color: #ffffff;
    color: #fbaa26;
    text-decoration: none;
    font-weight: normal;
    font-size: calc(16 * 100vw / 375);
    line-height: 1.5;
  }
  .rc-footer__quickNav a:focus,
  .rc-footer__quickNav a:hover {
    opacity: 0.8;
  }
  .rc-footer__search {
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    border-radius: calc(5 * 100vw / 375);
    overflow: hidden;
    background-color: #f47920;
    padding: calc(12 * 100vw / 375) calc(47 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-footer__search input {
    flex: 1;
    padding: 0;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
  }
  .rc-footer__search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
  .rc-footer__search input::placeholder {
    color: rgba(255, 255, 255, 0.9);
  }
  .rc-footer__search button {
    width: calc(16 * 100vw / 375);
    aspect-ratio: 16/15;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rc-footer__search button img {
    filter: brightness(0) invert(1);
    width: calc(16 * 100vw / 375);
    aspect-ratio: 16/15;
  }
  .rc-footer__categories {
    margin: 28px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .rc-footer__categoryColumn {
    margin-bottom: 28px;
  }
  .rc-footer__categoryTitle {
    margin: 0;
    font-weight: 700;
    font-size: calc(16 * 100vw / 375);
    display: flex;
    align-items: center;
    gap: calc(15 * 100vw / 375);
    padding-bottom: calc(12 * 100vw / 375);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
    margin-bottom: calc(10 * 100vw / 375);
  }
  .rc-footer__categoryIcon {
    flex-shrink: 0;
  }
  .rc-footer__categoryIcon img {
    width: calc(30 * 100vw / 375);
    height: calc(30 * 100vw / 375);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-footer__categoryColumn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: calc(16 * 100vw / 375);
  }
  .rc-footer__categoryColumn:last-of-type ul {
    flex-direction: column;
    align-items: stretch;
    row-gap: calc(10 * 100vw / 375);
  }
  .rc-footer__categoryColumn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(150 * 100vw / 375);
    aspect-ratio: 150/26;
    padding-left: calc(15 * 100vw / 375);
    padding-right: calc(13 * 100vw / 375);
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-footer__categoryColumn:last-of-type a {
    width: 100%;
    aspect-ratio: auto;
    height: calc(26 * 100vw / 375);
  }
  .rc-footer__categoryColumn a::after {
    content: "";
    display: block;
    width: calc(7 * 100vw / 375);
    height: calc(7 * 100vw / 375);
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .rc-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    margin: 32px auto 24px;
    max-width: 1200px;
  }
  .rc-footer__bottomGroup {
    width: 100%;
  }
  .rc-footer__bottomGroup--actions {
    order: 1;
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-footer__bottomGroup--site {
    order: 2;
  }
  .rc-footer__bottomGroup--policies {
    order: 3;
  }
  .rc-footer__actionList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(30 * 100vw / 375) calc(0 * 100vw / 375);
  }
  .rc-footer__actionList a {
    display: flex;
    align-items: flex-start;
    gap: calc(8 * 100vw / 375);
    color: #ffffff;
    text-decoration: none;
  }
  .rc-footer__actionIcon img {
    width: calc(20 * 100vw / 375);
    height: calc(20 * 100vw / 375);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-footer__bottomHeading {
    list-style: 1.5;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    margin-bottom: calc(10 * 100vw / 375);
  }
  .rc-footer__siteLink {
    color: #ffffff;
    text-decoration: none;
    font-size: calc(16 * 100vw / 375);
    list-style: 1.5;
    font-weight: 700;
  }
  .rc-footer__policyList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(11 * 100vw / 375);
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-footer__policyList a {
    color: #ffffff;
    text-decoration: none;
    font-size: calc(16 * 100vw / 375);
  }
  .rc-footer__social {
    display: flex;
    gap: calc(16 * 100vw / 375);
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-footer__social img {
    width: calc(30 * 100vw / 375);
    height: calc(30 * 100vw / 375);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-footer__copyright {
    text-align: right;
    font-size: calc(10 * 100vw / 375);
    margin: 0 auto;
  }
  .l-view {
    display: none !important;
  }
  .rc-header {
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  }
  .rc-header__primary {
    padding: 16px;
    border-bottom: 1px solid #f1ebe3;
  }
  .rc-header__primaryInner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .rc-header__menuButton {
    align-self: flex-end;
    width: 40px;
    height: 32px;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
  }
  .rc-header__menuButton span {
    display: block;
    height: 3px;
    background-color: #ff8b27;
    border-radius: 2px;
  }
  .rc-header__logo img {
    width: 180px;
    height: auto;
  }
  .rc-header__welcome {
    margin: 0;
    font-size: 12px;
    color: #a36a11;
  }
  .rc-header__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .rc-header__cart {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f6be70;
    border-radius: 32px;
    padding: 10px 16px;
    background-color: #fff8ef;
    color: #d06700;
    font-weight: 700;
    text-decoration: none;
  }
  .rc-header__cartIcon img {
    width: 24px;
    height: 24px;
  }
  .rc-header__cartBadge {
    display: inline-flex;
    min-width: 32px;
    padding: 4px 8px;
    border-radius: 24px;
    background-color: #ff8b27;
    color: #ffffff;
    font-size: 13px;
    justify-content: center;
  }
  .rc-header__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-header__links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    text-decoration: none;
    color: #4a4a4a;
  }
  .rc-header__linkIcon img {
    width: 32px;
    height: 32px;
  }
  .rc-header__greeting {
    margin: 4px 0 0;
    font-size: 12px;
    color: #6b4d2d;
  }
  .rc-header__secondary {
    background-color: #f7a329;
    padding: 12px 0 16px;
  }
  .rc-header__secondaryInner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
  }
  .rc-header__categoryNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .rc-header__categoryItem {
    flex: 1 1 calc(50% - 8px);
    position: relative;
  }
  .rc-header__categoryLink {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .rc-header__categoryLink:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
  }
  .rc-header__categoryLink::after {
    display: none;
  }
  .rc-header__categoryToggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    border: none;
    background: transparent;
  }
  .rc-header__categoryDropdown {
    position: static;
    margin-top: 6px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 10px 0;
    display: none;
  }
  .rc-header__categoryDropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-header__categoryDropdown li a {
    display: block;
    padding: 8px 16px;
    color: #4a4a4a;
    text-decoration: none;
  }
  .rc-header__categoryItem.is-open .rc-header__categoryDropdown {
    display: block;
  }
  .rc-header__searchForm {
    display: flex;
    width: 100%;
    order: -1;
  }
  .rc-header__searchForm input {
    flex: 1;
    border: 1px solid #f3d19a;
    border-radius: 4px 0 0 4px;
    padding: 10px 12px;
    font-size: 14px;
    background-color: #ffffff;
    color: #38291C;
  }
  .rc-header__searchForm input:focus {
    color: #38291C;
  }
  .rc-header__searchForm button {
    border: 1px solid #f3d19a;
    border-left: none;
    border-radius: 0 4px 4px 0;
    padding: 0 20px;
    background-color: #ff8b27;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
  }
  .rc-customOrder {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-customOrder__header {
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-customOrder__eyebrow {
    margin: 0;
  }
  .rc-customOrder__innerLink,
  .rc-customOrder__footer {
    display: flex;
    justify-content: flex-end;
  }
  .rc-customOrder__lead {
    margin-bottom: calc(20 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    line-height: 2;
  }
  .rc-customOrder__copy {
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-customOrder__visual {
    width: calc(291 * 100vw / 375);
    aspect-ratio: 291/227;
    margin: 0 auto;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-customOrder__visual img {
    max-width: 100%;
    height: auto;
  }
  .rc-customOrder__links {
    border: solid 1px #ffdabe;
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-customOrder__row {
    display: flex;
    flex-direction: column;
  }
  .rc-customOrder__row:not(:last-of-type) {
    border-bottom: solid 1px #ffdabe;
  }
  .rc-customOrder__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(10 * 100vw / 375) calc(20 * 100vw / 375);
    background-color: #ffffff;
    text-decoration: none;
    color: #343434;
  }
  .rc-customOrder__link:first-of-type {
    border-bottom: solid 1px #ffdabe;
  }
  .rc-customOrder__linkArrow {
    position: relative;
    width: calc(12 * 100vw / 375);
    height: calc(12 * 100vw / 375);
  }
  .rc-customOrder__linkArrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(8 * 100vw / 375);
    height: calc(8 * 100vw / 375);
    border-top: 1px solid #343434;
    border-right: 1px solid #343434;
    transform: translateY(-50%) rotate(45deg);
  }
  .rc-sideBanners {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rc-sideBanners__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
  }
  .rc-sideBanners__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .rc-sideBanners__link {
    display: block;
    color: #343434;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    overflow: hidden;
  }
  .rc-sideBanners__image img {
    width: 100%;
    display: block;
  }
  .rc-sideBanners__body {
    padding: 12px 0 0;
    font-size: 16px;
  }
  .rc-sideBanners__title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    white-space: pre-line;
  }
  .rc-sideCategories {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #f1ebe3;
    margin-top: 16px;
    padding-top: 12px;
  }
  .rc-sidenav__categoryGroup {
    border: 1px solid #f0efeb;
    border-radius: 0;
  }
  .rc-sidenav__categoryHeading {
    margin: 0;
    padding: 10px 14px;
    background-color: #f79b1e;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .rc-sidenav__categoryIcon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .rc-sidenav__categoryIcon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-sidenav__categoryTitle {
    flex: 1;
  }
  .rc-sidenav__categoryGroup ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-sidenav__categoryGroup li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #343434;
    text-decoration: none;
    border-top: 1px solid #f1ebe3;
    font-size: 15px;
  }
  .rc-sidenav__categoryGroup li:first-child a {
    border-top: none;
  }
  .rc-sidenav__categoryGroup li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
  }
  .rc-fbEmbed {
    margin: 0 0 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background-color: #ffffff;
    padding: 12px;
  }
  .rc-fbEmbed__inner {
    max-width: 360px;
    margin: 0 auto;
  }
  .rc-fbEmbed__inner iframe,
  .rc-fbEmbed__inner .fb-page {
    width: 100% !important;
  }
  .rc-sideLogin {
    background-color: #ffffff;
    font-size: 14px;
    color: #343434;
  }
  .rc-sidenav__loginPanel {
    background-color: #fff9ef;
    border: 1px solid #f4d9b3;
    padding: 14px;
    margin-bottom: 14px;
    color: #7a4f14;
  }
  .rc-sidenav__loginNav {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    border: 1px solid #f6a024;
  }
  .rc-sidenav__loginNav li + li a {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .rc-sidenav__loginNav a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 14px;
    background-color: #f6a024;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
  }
  .rc-sidenav__loginNavIcon img {
    width: 22px;
    height: 22px;
  }
  .rc-sidenav__support {
    border: 1px solid #f4d9b3;
    padding: 14px;
    margin-bottom: 16px;
    background-color: #ffffff;
    text-align: center;
  }
  .rc-sidenav__supportTitle {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #d16a00;
  }
  .rc-sidenav__supportNote {
    margin: 6px 0 10px;
    font-size: 12px;
    color: #7a4f14;
  }
  .rc-sidenav__supportTel {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #cc5d05;
    text-decoration: none;
    margin-bottom: 4px;
  }
  .rc-sidenav__supportTime {
    margin: 0;
    font-size: 12px;
    color: #a08368;
  }
  .rc-sideQuickList {
    margin: 0 0 calc(24 * 100vw / 375);
    padding: calc(16 * 100vw / 375);
    background-color: #fff8eb;
    border-radius: calc(12 * 100vw / 375);
  }
  .rc-sideQuickList__title {
    margin: 0 0 calc(12 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
    color: #343434;
  }
  .rc-sideQuickList__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .rc-sideQuickList__list li + li {
    border-top: 1px solid rgba(251, 170, 38, 0.3);
  }
  .rc-sideQuickList__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #343434;
    padding: calc(12 * 100vw / 375) 0;
    font-weight: 600;
  }
  .rc-sideQuickList__arrow {
    width: calc(6 * 100vw / 375);
    height: calc(12 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .rc-sideSearch {
    padding: 16px 0;
    border-top: 1px solid #f1ebe3;
  }
  .rc-sidenav__sectionTitle {
    margin: 0 0 8px;
    font-weight: 700;
    color: #343434;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
    height: 48px;
    display: flex;
    align-items: center;
  }
  .rc-sidenav__sectionTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #f79b1e;
  }
  .rc-sidenav__searchForm {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid #f79b1e;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .rc-sidenav__searchForm input {
    flex: 1;
    border: none;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    color: #38291C;
  }
  .rc-sidenav__searchForm input:focus {
    color: #38291C;
  }
  .rc-sidenav__searchForm input::-moz-placeholder {
    color: rgba(247, 155, 30, 0.7);
  }
  .rc-sidenav__searchForm input::placeholder {
    color: rgba(247, 155, 30, 0.7);
  }
  .rc-sidenav__searchForm button {
    width: 48px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #f79b1e;
  }
  .rc-sidenav__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
  }
  .rc-sidenav__keywords a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #fff1e0;
    border: none;
    font-size: 14px;
    color: #e38b1b;
    text-decoration: none;
    font-weight: 500;
  }
  .rc-homeSlider {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    overflow: hidden;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .rc-homeSlider__inner {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .rc-homeSlider__track {
    width: 100%;
  }
  .rc-homeSlider__slide {
    padding: 0 calc(6 * 100vw / 375);
  }
  .rc-homeSlider__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #343434;
  }
  .rc-homeSlider__figure {
    margin: 0;
    border-radius: calc(18 * 100vw / 375);
    overflow: hidden;
    box-shadow: 0 calc(12 * 100vw / 375) calc(22 * 100vw / 375) rgba(52, 52, 52, 0.12);
  }
  .rc-homeSlider__figure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-homeSlider__texts {
    text-align: center;
    padding-top: calc(12 * 100vw / 375);
  }
  .rc-homeSlider__title {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
    line-height: 1.5;
    white-space: pre-line;
    color: #343434;
  }
  .rc-homeSlider__controls {
    margin-top: calc(24 * 100vw / 375);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 * 100vw / 375);
    width: 100%;
    align-self: center;
  }
  .rc-homeSlider__arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-homeSlider__arrow::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-homeSlider__arrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-homeSlider__arrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-homeSlider__arrow--next::after {
    transform: rotate(-45deg);
    right: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-homeSlider__dots {
    display: flex;
    justify-content: center;
    max-width: calc(260 * 100vw / 375);
  }
  .rc-homeSlider__dots .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(12 * 100vw / 375);
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0rem;
  }
  .rc-homeSlider__dots .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 0;
    position: relative;
    display: block;
  }
  .rc-homeSlider__dots .slick-dots button::after {
    content: "";
    display: none;
  }
  .rc-homeSlider__dots .slick-dots li {
    margin: 0;
    width: calc(8 * 100vw / 375);
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #ffe4d0;
  }
  .rc-homeSlider__dots .slick-dots li.slick-active {
    background-color: #f47920;
  }
  .rc-homeSlider .slick-list {
    width: 100%;
    box-sizing: border-box;
  }
  .rc-externalServices {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(50 * 100vw / 375);
  }
  .rc-externalServices__grid {
    display: flex;
    flex-direction: column;
    gap: calc(30 * 100vw / 375);
  }
  .rc-externalServices__thumb {
    width: 100%;
    position: relative;
    margin-bottom: calc(5 * 100vw / 375);
  }
  .rc-externalServices__thumb img {
    width: 100%;
    height: auto;
  }
  .rc-externalServices__externalIcon {
    max-width: 1.6rem;
    width: calc(16 * 100vw / 375);
    aspect-ratio: 1/1;
  }
  .rc-externalServices__externalIcon img {
    width: 100%;
    height: 100%;
  }
  .rc-externalServices__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(16 * 100vw / 375);
    line-height: 2;
    color: #343434;
  }
  .rc-externalServices__title > span {
    width: calc(327 * 100vw / 375);
  }
  .rc-featuredItems {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-featuredItems .rc-homeSlider__controls {
    margin-top: 0;
  }
  .rc-featuredItems__inner {
    display: none;
  }
  .rc-featuredItems__slider {
    display: block;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-featuredItems__header {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-featuredItems__slider .slick-list {
    padding-bottom: calc(30 * 100vw / 375);
  }
  .rc-featuredItems__card {
    width: calc(296 * 100vw / 375);
    aspect-ratio: 296/283;
    margin-right: calc(10 * 100vw / 375);
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: calc(5 * 100vw / 375);
    box-shadow: 0 calc(15 * 100vw / 375) calc(30 * 100vw / 375) rgba(52, 52, 52, 0.08);
    padding: calc(15 * 100vw / 375) calc(10 * 100vw / 375);
    text-align: left;
  }
  .rc-featuredItems__cardThumb {
    margin-bottom: calc(12 * 100vw / 375);
  }
  .rc-featuredItems__cardThumb a {
    display: block;
  }
  .rc-featuredItems__cardThumb img {
    width: 100%;
    height: auto;
  }
  .rc-featuredItems__cardName {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 600;
  }
  .rc-featuredItems__cardName a {
    color: #343434;
    text-decoration: none;
  }
  .rc-featuredItems__sliderArrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-featuredItems__sliderArrow::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-featuredItems__sliderArrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-featuredItems__sliderArrow--next::after {
    transform: rotate(-45deg);
    right: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-followButtons {
    position: fixed;
    right: calc(10 * 100vw / 375);
    bottom: calc(50 * 100vw / 375);
    display: flex;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
    z-index: 50;
  }
  .rc-followButtons__item {
    width: calc(35 * 100vw / 375);
    height: calc(35 * 100vw / 375);
  }
  .rc-followButtons__item img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .rc-followButtons button.rc-followButtons__item {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .rc-homeVisual {
    background: linear-gradient(280deg, #ffddc5 0%, #ffdea9 100%);
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  }
  .rc-homeVisual__inner {
    width: 100%;
  }
  .rc-homeVisual__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rc-homeVisual__picture {
    margin: 0;
  }
  .rc-homeVisual__picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .rc-homeVisual__catch {
    margin-top: 16px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(244, 121, 32, 0.25);
  }
  .rc-homeVisual__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #f47920;
  }
  .rc-homeVisual__desc {
    margin: 12px 0 0;
    font-size: 14px;
    color: #343434;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
  }
  .rc-homeVisual__panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rc-homeVisual__search {
    display: flex;
    align-items: center;
    border-radius: 32px;
    padding: 10px 10px 10px 20px;
    background-color: #f47920;
    gap: 12px;
  }
  .rc-homeVisual__search input {
    flex: 1;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
  }
  .rc-homeVisual__search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.85);
  }
  .rc-homeVisual__search input::placeholder {
    color: rgba(255, 255, 255, 0.85);
  }
  .rc-homeVisual__search button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rc-homeVisual__search button img {
    width: 18px;
    height: 18px;
  }
  .rc-homeVisual__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: calc(16 * 100vw / 375);
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(251, 170, 38, 0.25);
  }
  .rc-homeVisual__navItem + .rc-homeVisual__navItem {
    border-top: 1px solid rgba(251, 170, 38, 0.2);
  }
  .rc-homeVisual__nav a {
    display: flex;
    align-items: center;
    gap: calc(14 * 100vw / 375);
    padding: calc(14 * 100vw / 375) calc(16 * 100vw / 375);
    min-height: calc(60 * 100vw / 375);
    text-decoration: none;
    color: #343434;
    font-weight: 600;
    font-size: calc(15 * 100vw / 375);
  }
  .rc-homeVisual__navIcon {
    width: calc(36 * 100vw / 375);
    height: calc(36 * 100vw / 375);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .rc-homeVisual__navIcon img {
    width: calc(22 * 100vw / 375);
    height: calc(22 * 100vw / 375);
    filter: brightness(0) saturate(100%);
  }
  .rc-homeVisual__navCount {
    position: absolute;
    top: calc(-4 * 100vw / 375);
    right: calc(-4 * 100vw / 375);
    min-width: calc(22 * 100vw / 375);
    padding: calc(2 * 100vw / 375) calc(6 * 100vw / 375);
    border-radius: 999px;
    background-color: #fbaa26;
    color: #ffffff;
    font-size: calc(11 * 100vw / 375);
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .rc-homeVisual__navLabel {
    flex: 1;
    font-size: inherit;
  }
  .rc-homeVisual__navArrow {
    width: calc(8 * 100vw / 375);
    height: calc(14 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.4;
  }
  .rc-homeVisual__notice {
    border-radius: 16px;
    border: 1px solid rgba(244, 121, 32, 0.3);
    background-color: #ffffff;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  .rc-homeVisual__noticeTitle {
    margin: 0 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #f47920;
  }
  .rc-homeVisual__noticeTitle span:first-child {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fbaa26;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .rc-homeVisual__noticeList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .rc-homeVisual__noticeItem + .rc-homeVisual__noticeItem {
    margin-top: 8px;
  }
  .rc-homeVisual__noticeItem a,
  .rc-homeVisual__noticeItem span {
    text-decoration: none;
    color: #343434;
    font-weight: 600;
  }
  .rc-homeVisual__noticeItem span {
    cursor: default;
  }
  .renewal-home-visual-sp {
    display: block;
  }
  .rc-mypageCatalogBlock {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-mypageCatalogBlock__header {
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__header .rc-mypageCatalogBlock__eyebrow {
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__header .rc-mypageCatalogBlock__lead {
    color: #38291C;
    font-size: calc(16 * 100vw / 375);
    font-weight: 400;
    line-height: 1.5;
  }
  .rc-mypageCatalogBlock__accordion {
    display: flex;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__item summary {
    list-style: none;
    cursor: pointer;
  }
  .rc-mypageCatalogBlock__item[open] .rc-mypageCatalogBlock__chevron {
    transform: rotate(225deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .rc-mypageCatalogBlock__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(12 * 100vw / 375) calc(12 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
    font-weight: normal;
    color: #343434;
    gap: calc(8 * 100vw / 375);
    border: 1px solid #fbaa26;
    transition: all 0.2s;
  }
  .rc-mypageCatalogBlock__summary .rc-mypageCatalogBlock__chevron {
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 2px solid #343434;
    border-bottom: 2px solid #343434;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .rc-mypageCatalogBlock__summary--open {
    color: #ffffff;
    background-color: #fbaa26;
  }
  .rc-mypageCatalogBlock__summaryMain {
    display: flex;
    align-items: center;
    gap: calc(12 * 100vw / 375);
    flex: 1;
  }
  .rc-mypageCatalogBlock__summaryTitle {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    flex: 1;
  }
  .rc-mypageCatalogBlock__summaryFigure {
    flex: 0 0 calc(80 * 100vw / 375);
    margin: 0;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__summaryFigure img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-mypageCatalogBlock__content {
    padding: 0 calc(16 * 100vw / 375) calc(14 * 100vw / 375);
    padding-top: calc(16 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__groupList {
    display: flex;
    flex-direction: column;
    gap: calc(20 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__group {
    display: flex;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
    padding: calc(12 * 100vw / 375) 0;
    border-top: 1px solid #f5f5f5;
  }
  .rc-mypageCatalogBlock__groupTitle {
    margin: 0;
    font-size: calc(15 * 100vw / 375);
    font-weight: 700;
    color: #343434;
  }
  .rc-mypageCatalogBlock__groupDescription {
    margin: 0;
    font-size: calc(12 * 100vw / 375);
    color: #666666;
  }
  .rc-mypageCatalogBlock__description {
    margin: 0 0 calc(10 * 100vw / 375);
    font-size: calc(12 * 100vw / 375);
    color: #999999;
  }
  .rc-mypageCatalogBlock__links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
  }
  .rc-mypageCatalogBlock__links li a {
    color: #f47920;
    text-decoration: underline;
    font-size: calc(16 * 100vw / 375);
  }
  .rc-newItems {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-newItems__header {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-newItems__inner {
    display: none;
  }
  .rc-newItems__slider {
    display: block;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    overflow: hidden;
  }
  .rc-newItems__sliderTrack {
    margin-left: 0;
  }
  .rc-newItems__card {
    width: calc(200 * 100vw / 375);
    margin-right: calc(10 * 100vw / 375);
    box-sizing: border-box;
    text-align: center;
  }
  .rc-newItems__cardThumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(10 * 100vw / 375);
    aspect-ratio: 1/1;
  }
  .rc-newItems__cardThumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-newItems__cardThumb a {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .rc-newItems__cardLink .rc-newItems__cardCode,
  .rc-newItems__cardLink .rc-newItems__cardName {
    font-size: calc(16 * 100vw / 375);
    display: inline;
    color: #343434;
  }
  .rc-newItems__more {
    margin-top: calc(20 * 100vw / 375);
  }
  .rc-newItems__sliderArrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-newItems__sliderArrow::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-newItems__sliderArrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-newItems__sliderArrow--next::after {
    transform: rotate(-45deg);
    right: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-newItems .slick-list {
    padding-left: calc(20 * 100vw / 375);
    width: 100%;
    box-sizing: border-box;
  }
  .renewal-notice-info {
    background-color: #ffffff;
    padding: calc(7 * 100vw / 375) calc(15 * 100vw / 375);
    border-bottom: solid 1px #eeeeee;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .renewal-notice-info__label {
    display: none;
  }
  .renewal-notice-info__title {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: bold;
    line-height: 1.5;
    color: #343434;
  }
  .renewal-notice-info__message {
    margin: 0;
    font-size: calc(12 * 100vw / 375);
    line-height: 1.5;
    color: #343434;
  }
  .rc-popCollection {
    padding: calc(60 * 100vw / 375) 0;
    background-color: #fff8eb;
  }
  .rc-popCollection__inner {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-popCollection__header {
    margin-bottom: calc(30 * 100vw / 375);
    position: relative;
  }
  .rc-popCollection__header .rc-popCollection__eyebrow {
    margin: 0;
  }
  .rc-popCollection__lead {
    font-size: calc(16 * 100vw / 375);
    line-height: 2;
    color: #343434;
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-popCollection__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(20 * 100vw / 375);
         column-gap: calc(20 * 100vw / 375);
    row-gap: calc(13 * 100vw / 375);
    margin-bottom: calc(33 * 100vw / 375);
  }
  .rc-popCollection__card {
    width: calc(162 * 100vw / 375);
    aspect-ratio: 162/229;
  }
  .rc-popCollection__card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-popCollection__card a {
    text-decoration: none;
    color: #343434;
    display: block;
  }
  .rc-popCollection__footer {
    text-align: right;
  }
  .rc-recentProducts {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-top: calc(40 * 100vw / 375);
  }
  .rc-recentProducts__header {
    width: calc(345 * 100vw / 375);
    margin: 0 auto calc(25 * 100vw / 375);
  }
  .rc-recentProducts__grid {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .rc-recentProducts__grid--pc {
    display: none;
  }
  .rc-recentProducts__grid--sp {
    display: grid;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(20 * 100vw / 375);
  }
  .rc-recentProducts__item {
    display: flex;
    flex-direction: column;
    gap: calc(8 * 100vw / 375);
  }
  .rc-recentProducts__item .rc-recentProducts__name {
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
    height: calc(90 * 100vw / 375);
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    line-height: 1.5;
  }
  .rc-recentProducts__card {
    width: calc(160 * 100vw / 375);
  }
  .rc-recentProducts__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 160/160;
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-recentProducts__thumb .rc-recentProducts__thumbImage {
    display: block;
    width: 100%;
    aspect-ratio: 160/160;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .rc-recentProducts__code {
    margin: 0;
    font-size: calc(13 * 100vw / 375);
    color: rgba(52, 52, 52, 0.7);
  }
  .rc-recentProducts__name {
    margin: 0;
    font-size: calc(15 * 100vw / 375);
    font-weight: 700;
    line-height: 1.4;
  }
  .rc-recentProducts__price {
    margin: 0;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-recentProducts__price span {
    font-size: calc(18 * 100vw / 375);
    font-weight: 700;
    margin-left: calc(4 * 100vw / 375);
  }
  .rc-recentProducts__price--guest {
    color: rgba(52, 52, 52, 0.55);
  }
  .rc-recentProducts__price--guest span {
    font: inherit;
    margin: 0;
  }
  .rc-seasonalItems {
    padding: calc(60 * 100vw / 375) 0;
    margin-bottom: calc(60 * 100vw / 375);
    background-color: #fff8eb;
  }
  .rc-seasonalItems .rc-topHeading {
    margin-bottom: 0;
  }
  .rc-seasonalItems__header {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-seasonalItems__inner {
    display: none;
  }
  .rc-seasonalItems__slider {
    display: block;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    overflow: hidden;
  }
  .rc-seasonalItems__sliderTrack {
    margin-left: 0;
  }
  .rc-seasonalItems__card {
    width: calc(200 * 100vw / 375);
    margin-right: calc(10 * 100vw / 375);
    box-sizing: border-box;
    text-align: left;
  }
  .rc-seasonalItems__cardThumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(10 * 100vw / 375);
    aspect-ratio: 1/1;
  }
  .rc-seasonalItems__cardThumb img {
    max-width: 100%;
    height: auto;
  }
  .rc-seasonalItems__cardLink {
    text-align: left;
  }
  .rc-seasonalItems__cardCode,
  .rc-seasonalItems__cardName {
    font-size: calc(16 * 100vw / 375);
    color: #343434;
  }
  .rc-seasonalItems__more {
    margin-top: calc(20 * 100vw / 375);
  }
  .rc-seasonalItems__sliderArrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    border-radius: 50%;
    border: 1px solid #fbaa26;
    background-color: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rc-seasonalItems__sliderArrow::after {
    content: "";
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    display: block;
  }
  .rc-seasonalItems__sliderArrow--prev::after {
    transform: rotate(135deg);
    left: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-seasonalItems__sliderArrow--next::after {
    transform: rotate(-45deg);
    right: calc(1 * 100vw / 375);
    position: relative;
  }
  .rc-seasonalItems .slick-list {
    padding-left: calc(20 * 100vw / 375);
    width: 100%;
    box-sizing: border-box;
  }
  .renewal-sp-header--page {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
    padding: calc(16 * 100vw / 375);
    background-color: #fff8eb;
  }
  .renewal-sp-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    background-color: #ffffff;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .renewal-sp-header__top--transparent {
    background-color: transparent;
    box-shadow: none;
  }
  .renewal-sp-header__logo img {
    width: 150px;
    height: auto;
  }
  .renewal-sp-header__menu {
    width: 40px;
    height: 32px;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
  }
  .renewal-sp-header__menu span {
    display: block;
    height: 3px;
    background-color: #ff8b27;
    border-radius: 2px;
  }
  .renewal-sp-header__search {
    width: 100%;
    display: flex;
    border: 1px solid #fbaa26;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
  }
  .renewal-sp-header__search input {
    flex: 1;
    border: none;
    padding: calc(12 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    color: #343434;
  }
  .renewal-sp-header__search input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
  }
  .renewal-sp-header__search input::placeholder {
    color: rgba(251, 170, 38, 0.5);
  }
  .renewal-sp-header__search button {
    width: 48px;
    border: none;
    background: transparent;
  }
  .renewal-sp-header__search button img {
    width: calc(16 * 100vw / 375);
  }
  .renewal-sp-header__categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .renewal-sp-header--page .renewal-sp-header__categories {
    display: none;
  }
  .renewal-sp-header__pageNav {
    display: none;
  }
  .renewal-sp-header--page .renewal-sp-header__pageNav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #f4c37a;
    background: linear-gradient(90deg, #f6aa3d 0%, #f79a2f 100%);
    overflow: visible;
    position: relative;
    z-index: 20;
  }
  .renewal-sp-header__pageNavItem {
    position: relative;
    aspect-ratio: 172/42;
  }
  .renewal-sp-header--page .renewal-sp-header__pageNavTrigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 calc(5 * 100vw / 375);
    width: 100%;
    background: transparent;
    cursor: pointer;
    aspect-ratio: 172/42;
  }
  .renewal-sp-header--page .renewal-sp-header__pageNavItem:nth-child(2n) .renewal-sp-header__pageNavTrigger {
    border-right: none;
  }
  .renewal-sp-header--page .renewal-sp-header__pageNavItem:nth-last-child(-n+2) .renewal-sp-header__pageNavTrigger {
    border-bottom: none;
  }
  .renewal-sp-header__pageNavIcon {
    max-width: 2.1rem;
    width: calc(21 * 100vw / 375);
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .renewal-sp-header__pageNavIcon img {
    width: 100%;
    height: auto;
    max-height: calc(21 * 100vw / 375);
  }
  .renewal-sp-header__pageNavLabel {
    flex: 1;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  .renewal-sp-header__pageNavCaret {
    width: calc(5.5 * 100vw / 375);
    height: calc(11 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    opacity: 0.9;
  }
  .renewal-sp-header__pageNavDropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    right: -1px;
    background-color: #ffffff;
    border: 1px solid #ffdabe;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
  .renewal-sp-header__pageNavDropdownList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .renewal-sp-header__pageNavDropdownList li + li {
    border-top: 1px solid #ffdabe;
  }
  .renewal-sp-header__pageNavDropdownList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(12 * 100vw / 375) calc(20 * 100vw / 375);
    color: #343434;
    text-decoration: none;
    font-weight: 600;
  }
  .renewal-sp-header__pageNavDropdownArrow {
    width: calc(6 * 100vw / 375);
    height: calc(12 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .renewal-sp-header__pageNavItem.is-open .renewal-sp-header__pageNavCaret {
    transform: rotate(-90deg);
  }
  .renewal-sp-header__overlay {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, rgba(251, 170, 38, 0.85) 0%, rgba(244, 121, 32, 0.85) 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 90;
  }
  .renewal-sp-header__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .renewal-sp-header__drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(348 * 100vw / 375);
    height: 100vh;
    background: transparent;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    z-index: 95;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .renewal-sp-header__drawer.is-open {
    transform: translateX(0);
  }
  .renewal-sp-header__drawerInner {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    padding: calc(20 * 100vw / 375) calc(20 * 100vw / 375) calc(40 * 100vw / 375);
    overflow-y: auto;
  }
  .renewal-sp-header__drawerHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(12 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .renewal-sp-header__drawerHead .renewal-sp-header__logo img {
    width: calc(150 * 100vw / 375);
    max-width: 150px;
  }
  .renewal-sp-header__drawerClose {
    border: none;
    background: transparent;
    width: calc(36 * 100vw / 375);
    height: calc(36 * 100vw / 375);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .renewal-sp-header__drawerClose img {
    width: calc(26 * 100vw / 375);
  }
  .renewal-sp-header__actionList {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: calc(24 * 100vw / 375);
  }
  .renewal-sp-header__actionList li {
    border-bottom: 1px solid #ffdabe;
  }
  .renewal-sp-header__actionList li a {
    display: flex;
    align-items: center;
    gap: calc(12 * 100vw / 375);
    padding: calc(14 * 100vw / 375) calc(24 * 100vw / 375);
    min-height: calc(55 * 100vw / 375);
    text-decoration: none;
    color: #343434;
    font-weight: 600;
    font-size: calc(15 * 100vw / 375);
    position: relative;
  }
  .renewal-sp-header__actionIcon {
    width: calc(30 * 100vw / 375);
    height: calc(30 * 100vw / 375);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .renewal-sp-header__actionIcon img {
    width: calc(20 * 100vw / 375);
    height: calc(20 * 100vw / 375);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .renewal-sp-header__actionLabel {
    flex: 1;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
  }
  .renewal-sp-header__actionBadge {
    min-width: calc(20 * 100vw / 375);
    height: calc(20 * 100vw / 375);
    border-radius: 999px;
    background-color: #f47920;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(14 * 100vw / 375);
    font-weight: normal;
    padding: 0 calc(6 * 100vw / 375);
    position: absolute;
    left: calc(120 * 100vw / 375);
  }
  .renewal-sp-header__actionArrow {
    width: calc(8 * 100vw / 375);
    height: calc(14 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .renewal-sp-header__notice {
    background-color: #f47920;
    padding: calc(16 * 100vw / 375) calc(20 * 100vw / 375);
    color: #ffffff;
    margin-bottom: calc(24 * 100vw / 375);
  }
  .renewal-sp-header__noticeTitle {
    font-weight: bold;
    font-size: calc(16 * 100vw / 375);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8 * 100vw / 375);
    margin-bottom: calc(16 * 100vw / 375);
  }
  .renewal-sp-header__noticeIcon {
    width: calc(22 * 100vw / 375);
    aspect-ratio: 22/22;
  }
  .renewal-sp-header__notice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(6 * 100vw / 375);
  }
  .renewal-sp-header__noticeItem {
    display: flex;
    align-items: center;
    gap: calc(10 * 100vw / 375);
    border-bottom: 1px solid #ffdabe;
    padding: calc(10 * 100vw / 375) 0;
  }
  .renewal-sp-header__noticeItem:last-child {
    border-bottom: none;
  }
  .renewal-sp-header__noticeLabel {
    flex: 1;
    min-width: 0;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
  }
  .renewal-sp-header__noticeArrow {
    width: calc(8 * 100vw / 375);
    height: calc(14 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .renewal-sp-header__quickList {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: calc(24 * 100vw / 375);
  }
  .renewal-sp-header__quickList li:first-of-type {
    border-top: solid 1px #ffdabe;
  }
  .renewal-sp-header__quickList li {
    border-bottom: solid 1px #ffdabe;
  }
  .renewal-sp-header__quickList li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(12 * 100vw / 375);
    padding: calc(18 * 100vw / 375) calc(11 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    text-decoration: none;
    color: #343434;
  }
  .renewal-sp-header__quickList li a::after {
    content: "";
    width: calc(6 * 100vw / 375);
    height: calc(12 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .renewal-sp-header__drawerSearch {
    width: 100%;
    display: flex;
    border: 1px solid #fbaa26;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    height: calc(50 * 100vw / 375);
    margin-bottom: calc(16 * 100vw / 375);
  }
  .renewal-sp-header__drawerSearch input {
    flex: 1;
    border: none;
    padding: calc(12 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    color: #343434;
    background: transparent;
  }
  .renewal-sp-header__drawerSearch input::-moz-placeholder {
    color: rgba(251, 170, 38, 0.5);
  }
  .renewal-sp-header__drawerSearch input::placeholder {
    color: rgba(251, 170, 38, 0.5);
  }
  .renewal-sp-header__drawerSearch button {
    width: calc(48 * 100vw / 375);
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .renewal-sp-header__drawerSearch button img {
    width: calc(20 * 100vw / 375);
    height: calc(20 * 100vw / 375);
  }
  .renewal-sp-header__categoryList {
    display: flex;
    flex-direction: column;
    gap: calc(12 * 100vw / 375);
  }
  .renewal-sp-header__quickKeywords {
    margin-bottom: calc(24 * 100vw / 375);
  }
  .renewal-sp-header__quickKeywordsTitle {
    margin: 0 0 calc(10 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
    color: #343434;
    font-weight: 600;
  }
  .renewal-sp-header__quickKeywordsList {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8 * 100vw / 375);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .renewal-sp-header__quickKeywordsList a {
    display: inline-flex;
    align-items: center;
    padding: calc(3 * 100vw / 375) calc(10 * 100vw / 375);
    background-color: rgba(251, 170, 38, 0.1);
    color: #f47920;
    border-radius: calc(5 * 100vw / 375);
    text-decoration: none;
    font-weight: normal;
    font-size: calc(14 * 100vw / 375);
  }
  .renewal-sp-header__category {
    background-color: #fbaa26;
    color: #ffffff;
  }
  .renewal-sp-header__categoryBtn {
    width: 100%;
    border: none;
    background: transparent;
    color: inherit;
    padding: calc(14 * 100vw / 375);
    display: flex;
    align-items: center;
    gap: calc(10 * 100vw / 375);
    font-weight: 700;
  }
  .renewal-sp-header__categoryIcon img {
    width: calc(24 * 100vw / 375);
    height: calc(24 * 100vw / 375);
  }
  .renewal-sp-header__categoryCaret {
    margin-left: auto;
    width: calc(10 * 100vw / 375);
    height: calc(20 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
  .renewal-sp-header__subcategory {
    display: none;
    background-color: #ffffff;
  }
  .renewal-sp-header__subcategoryList {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ffdabe;
    border-right: 1px solid #ffdabe;
  }
  .renewal-sp-header__subcategoryList li {
    border-bottom: 1px solid #ffdabe;
  }
  .renewal-sp-header__subcategoryList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(13 * 100vw / 375) calc(20 * 100vw / 375);
    text-decoration: none;
    color: #343434;
    font-weight: 600;
  }
  .renewal-sp-header__subcategoryArrow {
    width: calc(6 * 100vw / 375);
    height: calc(12 * 100vw / 375);
    background-image: url("/html/template/default/assets/img/renewal_custom/icon_allow_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .renewal-sp-header__category.is-open .renewal-sp-header__subcategory {
    display: block;
  }
  .renewal-sp-header__category.is-open .renewal-sp-header__categoryCaret {
    transform: rotate(-90deg);
  }
  .renewal-sp-header__sideBannersWrapper {
    margin-top: calc(24 * 100vw / 375);
  }
  .renewal-sp-sideBanners {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(8 * 100vw / 375);
  }
  .renewal-sp-sideBanners__link {
    display: block;
    color: #343434;
    text-decoration: none;
    overflow: hidden;
  }
  .renewal-sp-sideBanners__image img {
    width: 100%;
    display: block;
    margin-bottom: calc(3 * 100vw / 375);
  }
  .renewal-sp-sideBanners__body {
    font-size: calc(16 * 100vw / 375);
  }
  .renewal-sp-sideBanners__title {
    margin: 0;
    font-weight: normal;
    font-size: calc(16 * 100vw / 375);
    line-height: 1.4;
    white-space: pre-line;
  }
  .rc-specialCampaign {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-specialCampaign__header {
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-specialCampaign__eyebrow {
    margin: 0;
  }
  .rc-specialCampaign__grid {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
  }
  .rc-specialCampaign__item {
    width: calc(345 * 100vw / 375);
    aspect-ratio: 345/222;
  }
  .rc-specialCampaign__item a {
    text-decoration: none;
    color: #343434;
  }
  .rc-specialCampaign__item .rc-specialCampaign__title {
    font-size: calc(16 * 100vw / 375);
  }
  .rc-specialCampaign__item .rc-specialCampaign__thumb {
    position: relative;
    width: calc(345 * 100vw / 375);
    aspect-ratio: 345/154;
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-specialCampaign__item .rc-specialCampaign__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rc-specialCampaign__linkInner {
    display: flex;
    justify-content: flex-end;
  }
  .rc-wholesaleRegister {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    width: calc(345 * 100vw / 375);
    background-color: #fff8eb;
    padding: calc(16 * 100vw / 375) calc(17 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .rc-wholesaleRegister__header {
    text-align: center;
    color: #f47920;
    border-bottom: #f47920 solid 1px;
    padding-bottom: calc(10 * 100vw / 375);
    margin-bottom: calc(10 * 100vw / 375);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
  }
  .rc-wholesaleRegister__panel {
    width: 100%;
  }
  .rc-wholesaleRegister__eyebrow,
  .rc-wholesaleRegister__title {
    line-height: 1.5;
    font-size: calc(20 * 100vw / 375);
    font-weight: bold;
    color: #f47920;
    display: block;
  }
  .rc-wholesaleRegister__visual {
    max-width: calc(320 * 100vw / 375);
    width: 100%;
    aspect-ratio: 320/140;
    margin-bottom: calc(12 * 100vw / 375);
  }
  .rc-wholesaleRegister__visual .rc-wholesaleRegister__ctaLink {
    display: block;
    width: 100%;
    aspect-ratio: 320/140;
  }
  .rc-wholesaleRegister__visual .rc-wholesaleRegister__ctaLink img {
    width: 100%;
    aspect-ratio: 320/140;
  }
  .rc-wholesaleRegister__login {
    text-align: right;
  }
  .rc-wholesaleRegister__login a {
    color: #f47920;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .rc-wholesaleRegister__login a span {
    font-weight: bold;
  }
  .rc-wholesaleRegister__loginArrow {
    position: relative;
    right: calc(5 * 100vw / 375);
    margin-left: calc(15 * 100vw / 375);
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: calc(2 * 100vw / 375) solid #f47920;
    border-bottom: calc(2 * 100vw / 375) solid #f47920;
    display: inline-block;
    transform: rotate(-45deg);
  }
  .campaign-box {
    margin: 60px 0;
  }
  .campaign-box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .campaign-box .rc-bnr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 16px;
    margin: 30px 0 0 0;
  }
  .campaign-box .rc-bnr .rc-bnr__label {
    display: block;
    font-size: 16px;
    color: #38291C;
    margin: 0.5em 0 0 0;
  }
  .campaign-box .rc-bnr .rc-bnr__label.external-link {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
  }
  .campaign-box .rc-bnr .rc-bnr__label.external-link::after {
    content: "";
    min-width: 16px;
    height: 16px;
    background: url(../../img/renewal_custom/socialmedia/icon-target.svg) no-repeat center/contain;
    margin-left: auto;
  }
  .rc-campaignSection {
    margin: 30px 0;
  }
  .rc-campaignSection .rc-campaignMain__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 16px 60px;
  }
  .rc-campaignSection .rc-campaignMain__inner .rc-campaignMain__title {
    color: #38291C;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    margin: 8px 0;
  }
  .rc-campaignSection .rc-campaignMain__inner .rc-campaignMain__text {
    margin: 8px 0;
  }
  .rc-campaignSection .rc-grid {
    display: grid;
    gap: 24px 24px;
  }
  .rc-campaignSection .rc-grid.rc-grid--73 {
    grid-template-columns: 7fr 3fr;
  }
  .rc-campaignSection .rc-grid.rc-grid--55 {
    grid-template-columns: 1fr 1fr;
  }
  .rc-campaignSection .rc-grid .rc-grid__text {
    margin: 0.5em 0 0 0;
  }
  .rc-campaignSection .rc-campaignNote__body {
    border: 1px solid #F47920;
    background: #FFF8EB;
    padding: 16px;
  }
  .rc-campaignSection .rc-campaignNote__body .rc-campaignNote__title {
    color: #F47920;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    margin: 0;
  }
  .rc-campaignSection .rc-campaignNote__body .rc-campaignNote__text {
    line-height: 200%;
    margin: 0;
  }
  .rc-campaignSection img {
    width: 100%;
  }
  .rc-campaignSection .shortMovie {
    max-width: 300px;
    aspect-ratio: 9/16;
    margin: 0 auto;
  }
  .rc-campaignSection .shortMovie iframe {
    display: block;
    max-width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .rc-campaignSection .rc-campaignBtn__row {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
  }
  .rc-campaignSection .rc-campaignBtn {
    display: block;
    color: #f57920;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5em 1em;
    line-height: 1.8;
    border: solid 1px #f57920;
    border-radius: 6px;
  }
  .rc-campaignSection .rc-marker {
    background: linear-gradient(transparent 60%, #ffd5c2 60%);
  }
  .rc-campaignSection .strong {
    font-weight: 600;
    color: #f47920;
  }
  .rc-campaignBottom {
    margin: 60px 0 0 0;
  }
  .qa-container:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .rc-qa {
    margin: 30px 0;
  }
  .rc-qa .rc-qa__question {
    padding: 20px 20px;
    display: flex;
    gap: 10px;
    cursor: pointer;
  }
  .rc-qa .rc-qa__question.is-active {
    background: #FFF8EB;
  }
  .rc-qa .rc-qa__question .rc-qa__question-inner {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
  }
  .rc-qa .rc-qa__question .rc-qa__question-inner::before {
    content: "Q";
    color: #F47920;
    margin-right: 1em;
  }
  .rc-qa .rc-qa__answer {
    height: 0;
    overflow: hidden;
    border-bottom: solid 1px #E2E2E2;
    transition: height 0.3s ease-out;
  }
  .rc-qa .rc-qa__answer .indent {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .rc-qa .is-active + .rc-qa__answer {
    height: auto;
    overflow: visible;
  }
  .rc-qa .icon-acc {
    position: relative;
    width: 14px;
    height: 14px;
    align-self: center;
    margin-left: auto;
  }
  .rc-qa .icon-plus::before, .rc-qa .icon-plus::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #F47920;
  }
  .rc-qa .icon-plus::after {
    transform: rotate(90deg);
  }
  .rc-qa .icon-minus::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #F47920;
    transform: rotate(90deg);
  }
  .rc-forgetHeading {
    font-size: 16px;
  }
  .ec-pageContents .rc-stepBox--title {
    margin: 0;
  }
  .ec-pageContents .rc-stepBox {
    margin-bottom: 60px;
  }
  .ec-pageContents .rc-stepBox h4 {
    margin-top: 1.5em;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item {
    margin: 2em 0;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item a {
    color: #38291C;
    text-decoration: underline;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--item .rc-marker {
    background: #FFF200;
  }
  .ec-pageContents .rc-stepBox .rc-stepBox--btn {
    max-width: 120px;
    margin: 0 6px;
  }
  .ec-pageContents .rc-stepBox .guide-table {
    border-collapse: collapse;
    border: 1px solid #333;
    margin-bottom: 1em;
  }
  .ec-pageContents .rc-stepBox .guide-table th,
  .ec-pageContents .rc-stepBox .guide-table td {
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
  }
  .ec-pageContents .rc-stepBox .table-container {
    overflow-x: scroll;
  }
  .ec-pageContents .rc-stepBox .payment-table {
    white-space: nowrap;
    width: 100%;
  }
  .ec-pageContents .rc-stepBox .paymentCode-table {
    max-width: 600px;
  }
  .ec-pageContents .rc-stepBox .paymentCode-table th, .ec-pageContents .rc-stepBox .paymentCode-table td {
    width: 50%;
  }
  .ec-pageContents .rc-stepBox .bank-list {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--name {
    margin-bottom: 0.5em;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--account {
    line-height: 200%;
  }
  .ec-pageContents .rc-stepBox .bank-list .bank-list--account:not(:last-of-type) {
    border-bottom: solid 1px #000;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
  }
  .rc-multiorder {
    width: calc(345 * 100vw / 375);
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-multiorderHeading {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .ec-pageContents {
    padding: 10px 26px;
    color: #38291C;
  }
  .ec-pageContents .ec-pageHeader h1 {
    font-size: 24px;
    margin: 1.5em 0;
    padding: 0;
    border: 0;
  }
  .ec-pageContents .ec-pageHeader h1::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background: #F47920;
    margin: 16px 0 0 0;
  }
  .ec-pageContents h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    margin: 2em 0 0.5em 0;
  }
  .ec-pageContents h2::before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #F47920;
  }
  .ec-pageContents h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 2em 0 1em 0;
    line-height: 1.6;
  }
  .ec-pageContents h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 1em 0;
    line-height: 1.6;
  }
  .ec-pageContents p {
    font-size: 16px;
    line-height: 200%;
    margin: 1em 0;
  }
  .ec-pageContents ul {
    margin: 0 0 0 1.5em;
    padding: 0;
  }
  .ec-pageContents ul li {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents ul li > ul {
    list-style: disc;
  }
  .ec-pageContents ol {
    margin: 0 0 0 1.5em;
    padding: 0;
  }
  .ec-pageContents ol li {
    font-size: 16px;
    line-height: 200%;
  }
  .ec-pageContents ol li > ol {
    list-style: lower-alpha;
  }
  .ec-pageContents ol li > ul {
    list-style: disc;
  }
  .ec-pageContents img {
    max-width: 100%;
  }
  .ec-pageContents .figure {
    margin: 1em 0;
  }
  .rc-pageNav {
    background: #FFF8EB;
    margin: 60px 0;
    padding: 15px;
  }
  .rc-pageNav .rc-navGroup:not(:last-of-type) {
    padding-bottom: 2em;
  }
  .rc-pageNav .rc-navGroup--parent {
    display: inline-block;
    font-size: 16px;
    color: #F47920;
    font-weight: 700;
  }
  .rc-pageNav .rc-navGroup--childTitle {
    display: inline-block;
    font-size: 16px;
    color: #F47920;
    margin: 0 0 1em 0;
  }
  .rc-pageNav .rc-navGroup--child {
    margin: 1em 0 0 0;
  }
  .rc-pageNav .rc-pageNav--box {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
  }
  .rc-pageNav .rc-pageNav--link {
    display: flex;
    color: #F47920;
    font-size: 16px;
  }
  .rc-pageNav .rc-pageNav--link::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #F47920;
    border-bottom: 1px solid #F47920;
    transform: rotate(45deg);
    order: 2;
    margin: -6px 0 0 10px;
    align-self: center;
  }
  .rc-infoBox {
    width: min(100%, 900px);
    margin-inline: auto;
  }
  .rc-infoBox .rc-infoBox--title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .rc-pageBack {
    border-bottom: solid 1px #F47920;
    width: -moz-max-content;
    width: max-content;
  }
  .rc-pageBack .rc-pageBack--link {
    font-size: 16px;
    color: #F47920;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 0 20px 0.8em 4px;
  }
  .rc-pageBack .rc-pageBack--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .rc-pageBack .rc-pageBack--icon {
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #F47920;
    border-bottom: 1px solid #F47920;
    transform: rotate(45deg);
  }
  .rc-pageNext {
    border-bottom: solid 1px #F47920;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .rc-pageNext .rc-pageNext--link {
    font-size: 16px;
    color: #F47920;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 0 4px 0.8em 20px;
  }
  .rc-pageNext .rc-pageNext--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .rc-pageNext .rc-pageNext--icon {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #F47920;
    border-top: 1px solid #F47920;
    transform: rotate(45deg);
  }
  .u-text-right {
    text-align: right !important;
  }
  .u-text-center {
    text-align: center !important;
  }
  .rc-policySection .rc-policySection__content ol li > a {
    color: #F47920;
    font-weight: 600;
    text-decoration-line: underline;
  }
  .rc-policySection .rc-policySection__content ol li > a:hover {
    text-decoration: none;
  }
  .rc-policySection:not(:last-of-type) {
    margin: 0 0 30px 0;
  }
  .rc-socialList {
    display: flex;
    gap: 30px;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link {
    display: block;
    color: #F47920;
    text-decoration: underline;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link .rc-socialList__icon {
    display: block;
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-inline: auto;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link .rc-socialList__label {
    display: block;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    text-align: center;
    margin: 0.8em 0 0 0;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link:hover {
    text-decoration: none;
  }
  .rc-website {
    width: min(100%, 950px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .rc-website .rc-website__thumb {
    border: 1px solid #F47920;
  }
  .rc-website .rc-website__label {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
    font-size: 16px;
    color: #38291C;
    margin: 0.8em 0 0 0;
  }
  .rc-website .rc-website__label::after {
    content: "";
    min-width: 16px;
    height: 16px;
    background: url(../../img/renewal_custom/socialmedia/icon-target.svg) no-repeat center/contain;
    margin-left: auto;
  }
  .tradelaw-container .rc-legalList {
    display: grid;
    grid-template-columns: 250px 1fr;
    margin: 0;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term,
  .tradelaw-container .rc-legalList .rc-legalList__description {
    font-size: 16px;
    padding: 1em 24px;
    line-height: 1.8;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term:nth-of-type(odd),
  .tradelaw-container .rc-legalList .rc-legalList__description:nth-of-type(odd) {
    background: #FFF9F0;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term {
    display: grid;
    align-items: center;
  }
  .tradelaw-container .rc-legalList .rc-legalList__description a {
    color: #F47920;
    font-weight: 600;
    text-decoration-line: underline;
  }
  .tradelaw-container .rc-legalList .rc-legalList__description a:hover {
    text-decoration: none;
  }
  .proc-infoBox {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 16px 32px;
    margin: 60px 0;
  }
  .proc-infoBox .proc-infoBox__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1.5em 0;
    line-height: 1.6;
  }
  .proc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .proc-list .proc-list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
  }
  .proc-list .proc-list__item .proc-list__name {
    grid-area: 1/1/2/3;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  .proc-list .proc-list__item .proc-list__image {
    aspect-ratio: 23/30;
  }
  .proc-list .proc-list__item .proc-list__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .proc-list .proc-list__item .rc-pageNext {
    margin: 0 auto 0 0;
  }
  .proc-list .proc-list__item .rc-pageNext .rc-pageNext--link {
    padding: 0 10px 0.8em 10px;
  }
  .rc-procSection {
    margin: 30px 0;
  }
  .rc-procSection .strong {
    color: #d32c2c;
    font-weight: 600;
  }
  .rc-procSection .u-text-blue {
    color: rgb(62, 147, 208);
  }
  .rc-proc .rc-procMain__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 25%;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__title {
    margin: 0;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__list {
    margin-bottom: 1em;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__list li {
    line-height: 1.6;
  }
  .rc-proc .price-list__text {
    margin: 1em 0 2em 0;
  }
  .rc-proc .price-list__note {
    border: solid 3px #d32c2c;
    border-radius: 10px;
    padding: 0 1em;
    margin: 2em 0;
  }
  .rc-proc .rc-procBox__mail {
    border: solid 3px #ccc;
    padding: 0 2em 1em 2em;
  }
  .rc-proc .rc-procBox__mail h3 {
    margin-bottom: 0;
  }
  .rc-proc .rc-procBox__mail h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .rc-proc .proc-cautionBlock {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 24%;
    margin: 30px 0 0 0;
  }
  .rc-proc .proc-cautionBlock__notice {
    border: solid 3px #d32c2c;
    border-radius: 10px;
    padding: 1em;
  }
  .rc-proc .proc-cautionBlock__notice .proc-cautionBlock__title {
    margin: 0;
    color: #d32c2c;
    font-weight: 600;
  }
  .rc-proc .proc-cautionBlock__notice .proc-cautionBlock__list li {
    margin: 1em 0 0 0;
  }
  .rc-proc .rc-msSystem {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 30%;
    align-items: center;
  }
  .rc-proc .rc-msSystem .rc-procBox__image img {
    width: 100%;
  }
  .rc-proc .rc-procSection__grid {
    display: grid;
    gap: 16px 24px;
    align-items: center;
    margin-bottom: 24px;
  }
  .rc-proc .rc-procSection__grid .rc-procSection__image img {
    width: 100%;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--46 {
    grid-template-columns: 40% 1fr;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--55 {
    grid-template-columns: 1fr 1fr;
  }
  .page-renewal-mypage {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-mypage__head {
    margin-bottom: calc(50 * 100vw / 375);
  }
  .rc-mypageHero__eyebrow {
    font-size: calc(12 * 100vw / 375);
    letter-spacing: 0.2em;
    color: #f47920;
    margin-bottom: calc(4 * 100vw / 375);
  }
  .rc-mypageHero__summary, .rc-mypageHero__welcome {
    margin: 0;
    font-size: calc(14 * 100vw / 375);
    line-height: 1.6;
    color: #343434;
  }
  .rc-mypageSection {
    margin-bottom: calc(60 * 100vw / 375);
  }
  .rc-mypageSection--actions .rc-mypageActionsGroup {
    display: flex;
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
  }
  .rc-mypageActionsSection__title {
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-sectionHeader {
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-sectionHeader > h2 {
    margin: 0;
  }
  .rc-mypageActions {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: calc(15 * 100vw / 375);
  }
  .rc-mypageActions__item a {
    display: flex;
    align-items: center;
    gap: calc(12 * 100vw / 375);
    padding: calc(10 * 100vw / 375) calc(13 * 100vw / 375);
    border: 1px solid #fbaa26;
    border-radius: calc(10 * 100vw / 375);
    text-decoration: none;
    color: #343434;
    font-size: calc(14 * 100vw / 375);
    background-color: #ffffff;
    box-shadow: 0 calc(4 * 100vw / 375) calc(14 * 100vw / 375) rgba(0, 0, 0, 0.04);
  }
  .rc-mypageActions__iconWrap {
    width: calc(32 * 100vw / 375);
    height: calc(32 * 100vw / 375);
    flex: 0 0 auto;
  }
  .rc-mypageActions__iconWrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .rc-mypageActions__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(4 * 100vw / 375);
  }
  .rc-mypageActions__label {
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
    color: #343434;
  }
  .rc-mypageActions__caption {
    font-size: calc(16 * 100vw / 375);
    line-height: 1.5;
    color: #343434;
  }
  .rc-mypageActions__arrow {
    display: inline-block;
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    border-right: 2px solid #343434;
    border-bottom: 2px solid #343434;
    transform: rotate(-45deg);
    margin-left: calc(20 * 100vw / 375);
  }
  .rc-newsList {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #b8bec4;
  }
  .rc-newsList__item {
    display: flex;
    flex-direction: column;
    gap: calc(4 * 100vw / 375);
    padding: calc(12 * 100vw / 375) 0;
    border-bottom: 1px solid #b8bec4;
  }
  .rc-newsList__date {
    font-size: calc(12 * 100vw / 375);
    color: #999999;
  }
  .rc-newsList__link {
    color: #0092c4;
    text-decoration: underline;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-newsList__text {
    font-size: calc(14 * 100vw / 375);
    color: #343434;
  }
  .rc-newsList__empty {
    font-size: calc(14 * 100vw / 375);
    color: #343434;
  }
  .rc-mypageGuides {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
  }
  .rc-mypageGuides__card {
    padding: calc(16 * 100vw / 375);
    border: 1px solid #b8bec4;
    border-radius: calc(12 * 100vw / 375);
    background-color: #ffffff;
  }
  .rc-mypageGuides__card h3 {
    margin: 0 0 calc(10 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
  }
  .rc-mypageGuides__card ul {
    margin: 0;
    padding-left: calc(18 * 100vw / 375);
  }
  .rc-mypageGuides__card ul li {
    margin-bottom: calc(6 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
  .rc-mypageGuides__card ul li a {
    color: #0092c4;
  }
  .rc-mypageGuides__note {
    margin: calc(8 * 100vw / 375) 0 0;
    font-size: calc(12 * 100vw / 375);
    color: #999999;
  }
  .rc-mypageCatalog {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
  }
  .rc-mypageCatalog__group {
    padding: calc(16 * 100vw / 375);
    border-radius: calc(12 * 100vw / 375);
    background-color: #fff8eb;
  }
  .rc-mypageCatalog__group h3 {
    margin: 0 0 calc(10 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
  }
  .rc-mypageCatalog__group ul {
    margin: 0;
    padding-left: calc(18 * 100vw / 375);
  }
  .rc-mypageCatalog__group ul li {
    margin-bottom: calc(6 * 100vw / 375);
  }
  .rc-mypageCatalog__group ul li a {
    color: #0092c4;
    font-size: calc(14 * 100vw / 375);
  }
  .rc-mypagePop__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(6 * 100vw / 375);
  }
  .rc-mypagePop__card {
    aspect-ratio: 100/145;
  }
  .rc-mypagePop__card a {
    display: block;
    text-decoration: none;
  }
  .rc-mypagePop__thumb {
    width: 100%;
  }
  .rc-mypagePop__thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .rc-mypagePop__title {
    margin: calc(10 * 100vw / 375) calc(10 * 100vw / 375) calc(12 * 100vw / 375);
    font-size: calc(13 * 100vw / 375);
    line-height: 1.5;
  }
  .rc-mypagePop__action {
    margin-top: calc(16 * 100vw / 375);
    text-align: right;
  }
  .rc-mypagePop__empty {
    font-size: calc(13 * 100vw / 375);
    color: #999999;
  }
  .rc-orderHistory {
    width: calc(345 * 100vw / 375);
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-favorite {
    width: calc(345 * 100vw / 375);
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-favorite .cus-product-list {
    width: 100%;
    max-width: unset !important;
    min-width: unset !important;
    margin: 45px auto 0;
  }
  .rc-favorite .cus-product-list__inner {
    margin: 0;
  }
  .rc-favorite .cus-product-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(10 * 100vw / 375);
  }
  .rc-favorite .cus-product-list ul li {
    width: 100%;
    margin: 0;
  }
  .rc-delivery {
    width: calc(345 * 100vw / 375);
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .rc-deliveryHeading__title {
    margin: 0;
  }
  .rc-productDetailPage {
    background-color: #fff8eb;
  }
  .rc-productDetail {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(40 * 100vw / 375);
  }
  .rc-productDetail__breadcrumb {
    margin-top: 1.8rem;
  }
  .rc-productDetail__breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.3rem;
  }
  .rc-productDetail__breadcrumb a {
    color: #343434;
    text-decoration: none;
  }
  .rc-productDetail__breadcrumb .is-current span {
    color: #999999;
  }
  .rc-productDetail__header {
    position: relative;
    margin-bottom: calc(30 * 100vw / 375);
  }
  .rc-productDetail__header::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(65 * 100vw / 375);
    height: calc(4 * 100vw / 375);
    background: #f47920;
    left: 0;
    bottom: calc(-10 * 100vw / 375);
  }
  .rc-productDetail__header .rc-productDetail__code,
  .rc-productDetail__header .rc-productDetail__title {
    display: inline;
    margin: 0;
    font-size: calc(24 * 100vw / 375);
    font-weight: 700;
    color: #38291C;
    line-height: 1.3;
  }
  .rc-productDetail__layout .rc-productDetail__layoutInner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: calc(30 * 100vw / 375);
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__mainImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(320 * 100vw / 375);
    margin: 0 auto;
    margin-bottom: calc(35 * 100vw / 375);
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__mainImage img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 * 100vw / 375);
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbLink {
    position: relative;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbLink .product-mark {
    position: relative;
    z-index: 1;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbItem {
    position: relative;
    width: calc(90 * 100vw / 375);
    aspect-ratio: 1/1;
    border: 1px solid #eeeeee;
    overflow: hidden;
  }
  .rc-productDetail__layout .rc-productDetail__media .rc-productDetail__gallery .rc-productDetail__thumbList .rc-productDetail__thumbItem.st-active {
    border-color: #f47920;
  }
  .rc-productDetail__link {
    margin-top: calc(30 * 100vw / 375);
    order: 4;
  }
  .rc-productDetail__link.rc-topLink {
    padding-left: 0rem;
    padding-right: calc(20 * 100vw / 375);
  }
  .rc-productDetail__info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .rc-productDetail__info .rc-productDetail__info--order {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    order: 1;
  }
  .rc-productDetail__info .rc-productDetail__spec {
    width: 100%;
    margin-top: calc(40 * 100vw / 375);
  }
  .rc-productDetail__info .rc-productDetail__spec.rc-productDetail__spec--notice {
    margin: 0;
  }
  .rc-productDetail__info .rc-productDetail__specList {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    margin: 0;
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    border-bottom: dotted 1px #f47920;
    padding-bottom: calc(16 * 100vw / 375);
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem dt {
    width: 14rem;
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    color: #38291C;
  }
  .rc-productDetail__info .rc-productDetail__specList .rc-productDetail__specItem dd {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
  }
  .rc-productDetail__thumbLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .rc-productDetail__thumbLink span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
  }
  .rc-productDetail__favorite {
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-productDetail__favorite .rc-productDetail__favoriteAction a,
  .rc-productDetail__favorite .rc-productDetail__favoriteAction span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: calc(16 * 100vw / 375);
    color: #f47920;
    gap: calc(4 * 100vw / 375);
    line-height: 1.5;
  }
  .rc-productDetail__favorite .rc-productDetail__favoriteAction a::before,
  .rc-productDetail__favorite .rc-productDetail__favoriteAction span::before {
    content: "";
    display: inline-flex;
    width: calc(28 * 100vw / 375);
    height: calc(28 * 100vw / 375);
    background: url("/html/template/default/assets/img/renewal_custom/icon_favorite_o.svg") no-repeat center/contain;
    flex-shrink: 0;
  }
  .rc-productDetail__favorite .rc-productDetail__favoriteAction a:hover,
  .rc-productDetail__favorite .rc-productDetail__favoriteAction span:hover {
    text-decoration: unset;
  }
  .rc-productDetail__favorite .rc-productDetail__favoriteAction small {
    font-size: calc(16 * 100vw / 375);
    color: #f47920;
  }
  .rc-productDetail__favorite .rc-productDetail__favoriteAction span {
    background: rgba(251, 170, 38, 0.1);
    border-color: rgba(251, 170, 38, 0.2);
  }
  .rc-productDetail__banners {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .rc-productDetail__banners img {
    display: block;
    width: 100%;
    border-radius: 1.2rem;
  }
  .rc-productDetail__note {
    margin-top: 2rem;
    padding: calc(16 * 100vw / 375);
    border-radius: 1.2rem;
    background: #fff8eb;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .rc-productDetail__pricing {
    width: 100%;
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    border-bottom: dotted 1px #f47920;
    padding-bottom: calc(16 * 100vw / 375);
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem dt {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceSummary .rc-productDetail__priceSummaryItem dd {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    border-bottom: dotted 1px #f47920;
    padding-bottom: calc(16 * 100vw / 375);
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceGroup--label {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    color: #38291C;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceGroup--list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList dt {
    font-weight: normal;
  }
  .rc-productDetail__pricing .rc-productDetail__priceGroup .rc-productDetail__priceList dd {
    color: #CC0000;
  }
  .rc-productDetail__priceListNoteItem {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    border-bottom: dotted 1px #f47920;
    padding-bottom: calc(16 * 100vw / 375);
  }
  .rc-productDetail__priceListNoteItem dt {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    color: #38291C;
  }
  .rc-productDetail__priceListNoteItem dd {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
  }
  .rc-productDetail__priceListNote {
    margin-bottom: 0;
  }
  .rc-productDetail__priceItem {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px dotted #f47920;
    padding-bottom: 0.8rem;
  }
  .rc-productDetail__priceItem.rc-productDetail__priceItem--label dt {
    font-weight: 700;
  }
  .rc-productDetail__priceItem.rc-productDetail__priceItem--label dd {
    visibility: hidden;
  }
  .rc-productDetail__priceItem dt {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    color: #38291C;
  }
  .rc-productDetail__priceItem dd {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
    color: #f47920;
  }
  .rc-productDetail__guest .rc-productDetail__guestActions {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .rc-productDetail__guest .rc-productDetail__guestNote {
    margin-top: calc(8 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
  }
  .rc-productDetail__form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .rc-productDetail__flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
    width: 100%;
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-productDetail__cta {
    width: 100%;
  }
  .rc-productDetail__ctaButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    aspect-ratio: 168/48;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f47920;
    gap: calc(10 * 100vw / 375);
    color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    border: none;
  }
  .rc-productDetail__ctaButton.rc-productDetail__addCart {
    width: 100%;
    aspect-ratio: 345/48;
  }
  .rc-productDetail__ctaButton.st-disable {
    opacity: 0.5;
    pointer-events: none;
  }
  .rc-productDetail__ctaButton:hover {
    opacity: 0.85;
  }
  .rc-productDetail__description {
    width: 100%;
    margin-bottom: calc(16 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
    order: 2;
  }
  .rc-productDetail__description p {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    line-height: 1.5;
  }
  .rc-productDetail__videos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(10 * 100vw / 375);
  }
  .rc-productDetail__videos iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .rc-productDetail__quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__quantity > label,
  .rc-productDetail__quantity .rc-productDetail__unit {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 500;
  }
  .rc-productDetail__quantity > label[for=quantity] {
    display: none;
  }
  .rc-productDetail__quantity .rc-productDetail__quantityInputs {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__quantity .rc-productDetail__quantityInputs .form-control {
    width: 100%;
    max-width: 7rem;
    aspect-ratio: 70/48;
    padding: 0;
    font-size: calc(16 * 100vw / 375);
    text-align: right;
  }
  .rc-productDetail__form--order {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
    order: 3;
    margin-top: calc(16 * 100vw / 375);
  }
  .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: calc(8 * 100vw / 375);
    margin-bottom: 0;
    width: 100%;
  }
  .form-group > label,
  .form-group .rc-productDetail__unit {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 500;
    width: 25%;
  }
  .form-group > label[for=quantity] {
    display: none;
  }
  .form-group .form-control {
    width: 30%;
    aspect-ratio: 70/48;
    padding: 0;
    padding-right: calc(10 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    text-align: right;
  }
  .rc-productDetail__messages p,
  .rc-productDetail__messages b {
    font-size: calc(16 * 100vw / 375);
    line-height: 2;
    font-weight: 400;
    color: #CC0000;
  }
  .rc-productDetail__sample {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: calc(10 * 100vw / 375);
    gap: calc(10 * 100vw / 375);
    width: 100%;
  }
  .rc-productDetail__sample .rc-productDetail__ctaButton--ghost {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    aspect-ratio: 345/48;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f47920;
    gap: calc(10 * 100vw / 375);
    color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    font-weight: normal;
    border: none;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox > label,
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__unit {
    margin: 0;
    font-size: calc(16 * 100vw / 375);
    font-weight: 500;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__quantityInputs {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .rc-productDetail__sample .rc-productDetail__sampleFlexbox .rc-productDetail__quantityInputs .form-control {
    width: 100%;
    max-width: 7rem;
    aspect-ratio: 70/48;
    padding: 0;
    font-size: calc(16 * 100vw / 375);
    text-align: right;
  }
  .rc-productList {
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
    margin-top: calc(10 * 100vw / 375);
    margin-bottom: calc(40 * 100vw / 375);
  }
  .rc-productList__filter {
    position: relative;
  }
  .rc-productList__filter .rc-productList__filterHeader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(345 * 100vw / 375);
    margin: 0 auto;
  }
  .rc-productList__filter .rc-productList__filterHeader .rc-productList__filterToggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    aspect-ratio: 200/52;
    background: #f47920;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 2rem;
  }
  .rc-productList__filter .rc-productList__filterInner {
    background-color: #fff8eb;
    position: absolute;
    width: 100%;
    top: calc(52 * 100vw / 375);
    left: 0;
    z-index: 5;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody {
    padding: calc(24 * 100vw / 375);
    display: none;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(16 * 100vw / 375);
    margin-bottom: calc(18 * 100vw / 375);
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__selectLabel {
    display: block;
    font-size: calc(16 * 100vw / 375);
    font-weight: 700;
    margin-bottom: calc(8 * 100vw / 375);
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillList {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8 * 100vw / 375);
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio {
    display: inline-flex;
    align-items: center;
    border: 1px solid #fbaa26;
    border-radius: calc(5 * 100vw / 375);
    padding: calc(10 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
    cursor: pointer;
    background: #ffffff;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio input {
    display: none;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio span {
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio span::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("/html/template/default/assets/img/renewal_custom/radio_off.svg") no-repeat center/cover;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.rc-productList__pillRadio--empty {
    border-style: dashed;
    color: rgba(0, 0, 0, 0.6);
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked {
    background: #f47920;
    border-color: #f47920;
    color: #ffffff;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked span {
    font-weight: 700;
    color: #ffffff;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__selectList .rc-productList__selectItem .rc-productList__pillRadio.is-checked span::before {
    background: url("/html/template/default/assets/img/renewal_custom/radio_on.svg") no-repeat center/cover;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: calc(16 * 100vw / 375);
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions .rc-productList__searchField.rc-searchField {
    width: 100%;
  }
  .rc-productList__filter .rc-productList__filterInner .rc-productList__filterBody .rc-productList__filterActions .rc-productList__filterSubmit {
    width: 100%;
    aspect-ratio: 320/52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f47920;
    color: #ffffff;
    font-size: calc(16 * 100vw / 375);
    border: none;
    cursor: pointer;
    font-weight: 700;
  }
  .rc-productList__header {
    margin-bottom: calc(20 * 100vw / 375);
    position: relative;
  }
  .rc-productList__headline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: calc(8 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-productList__headline.rc-productList__headline--hasChips {
    margin-bottom: calc(10 * 100vw / 375);
  }
  .rc-productList__headline h1 {
    font-size: calc(24 * 100vw / 375);
    font-weight: bold;
    margin: 0;
    position: relative;
  }
  .rc-productList__headline h1::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(3 * 100vw / 375);
    background-color: #f47920;
    position: relative;
    bottom: calc(-5 * 100vw / 375);
  }
  .rc-productList__headline h1.rc-productList__title--hasChips::after {
    content: "";
    display: none;
  }
  .rc-productList__headline .rc-productList__toolbarCount {
    font-size: calc(18 * 100vw / 375);
    font-weight: bold;
  }
  .rc-productList__chips {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * 100vw / 375);
    margin-bottom: calc(20 * 100vw / 375);
  }
  .rc-productList__chips .rc-productList__chipsLabel {
    min-width: calc(67 * 100vw / 375);
    width: 20%;
    color: #999999;
    font-weight: normal;
    font-size: calc(16 * 100vw / 375);
  }
  .rc-productList__chips .rc-productList__chipsLabel::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(3 * 100vw / 375);
    background-color: #f47920;
    position: relative;
    bottom: calc(-1 * 100vw / 375);
  }
  .rc-productList__chips .rc-productList__chipsInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: calc(10 * 100vw / 375);
         column-gap: calc(10 * 100vw / 375);
    row-gap: calc(5 * 100vw / 375);
    width: 78%;
  }
  .rc-productList__chips .rc-productList__chipsInner .rc-productList__chip {
    color: #000000;
    font-size: calc(16 * 100vw / 375);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
  }
  .rc-productList__grid {
    padding: 0;
    margin: calc(35 * 100vw / 375) 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 * 100vw / 375);
    list-style: none;
  }
  .rc-blockBtn-column {
    display: grid;
    gap: 16px;
  }
  .u-color-red {
    color: #CC0000;
  }
  .u-input-err {
    display: block;
    line-height: 1.8;
  }
  .rc-reportHeading h1 {
    font-size: 28px;
    font-weight: 700;
    color: #f47920;
    word-break: auto-phrase;
    line-height: 1.4;
  }
}
@media screen and (max-width: 990px) and (max-width: 599px) {
  .campaign-box .rc-bnr {
    grid-template-columns: 1fr;
  }
  .rc-campaignSection .rc-grid.rc-grid--73 {
    grid-template-columns: 1fr;
  }
  .rc-campaignSection .rc-grid.rc-grid--55 {
    grid-template-columns: 1fr;
  }
  .rc-campaignSection .rc-campaignBtn__row {
    flex-direction: column;
  }
  .rc-campaignSection .rc-campaignBtn {
    text-align: center;
  }
  .rc-socialList {
    gap: 15px;
  }
  .rc-socialList .rc-socialList__item .rc-socialList__link .rc-socialList__icon {
    width: 36px;
    height: 36px;
  }
  .rc-website {
    grid-template-columns: 1fr;
  }
  .proc-infoBox {
    grid-template-columns: 1fr;
  }
  .proc-infoBox .proc-infoBox__image {
    width: 80%;
    margin-inline: auto;
  }
  .rc-proc .rc-procBox__mail {
    padding: 0 1em 1em 1em;
  }
}
@media screen and (max-width: 990px) and (max-width: 740px) {
  .tradelaw-container .rc-legalList {
    grid-template-columns: 1fr;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term,
  .tradelaw-container .rc-legalList .rc-legalList__description {
    padding: 0;
  }
  .tradelaw-container .rc-legalList .rc-legalList__term {
    padding: 1.5em 1em 0.2em 1em;
  }
  .tradelaw-container .rc-legalList .rc-legalList__description {
    padding: 0.2em 1em 1.5em 1em;
  }
  .rc-proc .rc-msSystem {
    grid-template-columns: 1fr;
  }
  .rc-proc .rc-msSystem .rc-procBox__image {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 990px) and (max-width: 840px) {
  .proc-list {
    grid-template-columns: 1fr;
  }
  .rc-proc .rc-procMain__grid {
    grid-template-columns: 1fr;
  }
  .rc-proc .rc-procMain__grid .rc-procMain__image {
    text-align: center;
  }
  .rc-proc .proc-cautionBlock {
    grid-template-columns: 1fr;
  }
  .rc-proc .proc-cautionBlock .proc-cautionBlock__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--46 {
    grid-template-columns: 1fr;
  }
  .rc-proc .rc-procSection__grid.rc-procSection__grid--55 {
    grid-template-columns: 1fr;
  }
}