@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input,
select,
button,
textarea {
  font: inherit;
}

strong {
  font-weight: 700;
}

:root {
  --Accent-1: #494949;
  --Accent-2: #003A8B;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height, 0px);
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  main {
    padding-top: 142px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: 142px;
  }
}

@media screen and (min-width: 1024px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .hide-sp {
    display: none;
  }
}

.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font__en {
  font-family: "Inter", sans-serif;
}

.u-font__both {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.u-color__text--accent {
  color: #003A8B;
}

.u-color__bg--accent {
  background: #003A8B;
}

.c-icon__svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: inherit;
}

.c-badge--frozen {
  color: #0075FB;
  border-color: #0075FB;
}
.c-badge--chilled {
  color: #0075FB;
  border-color: #0075FB;
}
.c-badge--ambient {
  color: #F11E81;
  border-color: #F11E81;
}

@media screen and (max-width: 719px) {
  .c-announce_bar {
    padding: 10px 40px;
  }
}
.c-announce_bar__text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.c-announce_bar__close {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-announce_bar__close svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 719px) {
  .c-announce_bar__close svg {
    width: 16px;
    height: 16px;
  }
}
.c-announce_bar__close i {
  font-size: 28px;
}
@media screen and (max-width: 719px) {
  .c-announce_bar__close i {
    font-size: 24px;
  }
}

.c-product_item {
  padding-top: 32px;
}
#information-show-view .c-product_item {
  padding-top: unset;
}
.c-product_item__actions {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 720px) {
  .c-product_item__button {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}
.c-product_item__button--cart {
  margin-right: 0;
}
.c-product_item__button--favorite.is-on {
  border: 1px solid #003A8B;
}
.c-product_item__inner__eyecatch {
  box-sizing: content-box;
  aspect-ratio: 1/1;
  padding-bottom: 30px;
  /* 画像本体 */
}
.c-product_item__inner__eyecatch__tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 4px;
}
.c-product_item__inner__eyecatch__tags__new {
  background-color: #F2F5F9;
  color: #003A8B;
}
.c-product_item__inner__eyecatch__tags__soldout {
  background-color: #F5F5F5;
  color: #000000;
}
.c-product_item__inner__eyecatch__tags__new, .c-product_item__inner__eyecatch__tags__soldout, .c-product_item__inner__eyecatch__tags__preorder {
  padding: 1px 8px;
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .c-product_item__inner__eyecatch__tags__new, .c-product_item__inner__eyecatch__tags__soldout, .c-product_item__inner__eyecatch__tags__preorder {
    font-size: 1.2rem;
  }
}
.c-product_item__inner__eyecatch__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.c-product_item__inner__eyecatch__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product_item__inner__eyecatch__img__primary, .c-product_item__inner__eyecatch__img__hover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-product_item__inner__content {
  margin-top: 8px;
}
@media screen and (max-width: 719px) {
  .c-product_item__inner__content {
    margin-top: 8px;
  }
}
.c-product_item__inner__title {
  font-size: 1.3rem;
  color: #494949;
}
.c-product_item__inner__price {
  font-size: 1.6rem;
  font-weight: 500;
  color: #494949;
}
.c-product_item__inner__price span.is-label {
  font-size: 1.4rem;
}
.c-product_item__inner__price > .origin {
  margin-right: 4px;
}
.c-product_info .c-product_item__inner__price > .origin {
  display: block;
  width: 100%;
  color: #9A9A9A;
  font-weight: 400;
  font-size: 1.3rem;
  text-decoration: unset;
}
.c-product_info .c-product_item__inner__price > .origin .price {
  font-size: 1.3rem;
  text-decoration: line-through;
}
.c-product_info .c-product_item__inner__price > .origin .is-label {
  font-size: 1.3rem;
}
.c-product_info .c-product_item__inner__price .sale, .c-product_info .c-product_item__inner__price > .price {
  font-size: 2.6rem;
}
.c-product_info .c-product_item__inner__price > .is-label {
  font-size: 1.6rem;
}
.c-product_info__co_selling .c-product_item__inner__price:has(.origin) > .sale, .c-product_info__co_selling .c-product_item__inner__price:has(.origin) > .is-label {
  color: #E21E1E;
}
.c-product_item__inner__control {
  margin-top: 20px;
}
.c-product_item__inner__control .btn-cut, .c-product_item__inner__control .btn-add {
  width: calc((100% - 8px) / 2);
  border-color: #003A8B;
  color: #003A8B;
}
.c-product_item__inner__control .btn-cut span, .c-product_item__inner__control .btn-add span {
  font-size: 1.3rem;
  line-height: 20px;
}
.c-product_item__inner__control .btn-cut i, .c-product_item__inner__control .btn-add i {
  font-size: 2rem;
}
.c-product_item__inner__control .btn-cut.is-sold, .c-product_item__inner__control .btn-add.is-sold {
  pointer-events: none;
  border-color: #A8A9AD;
  color: #A8A9AD;
}

.c-product_item__button {
  position: relative;
}
.c-product_item__button:hover {
  opacity: 0.5;
}
.c-product_item__button .u-icon--cart:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDc4NjggMTQuMTI4NUM2LjQ3ODY4IDE0LjM0NDYgNi40MTQ1OSAxNC41NTU5IDYuMjk0NSAxNC43MzU3QzYuMTc0NDIgMTQuOTE1NCA2LjAwMzc0IDE1LjA1NTUgNS44MDQwNCAxNS4xMzgyQzUuNjA0MzUgMTUuMjIwOSA1LjM4NDYxIDE1LjI0MjUgNS4xNzI2MiAxNS4yMDA0QzQuOTYwNjMgMTUuMTU4MiA0Ljc2NTkgMTUuMDU0MSA0LjYxMzA2IDE0LjkwMTNDNC40NjAyMiAxNC43NDg0IDQuMzU2MTQgMTQuNTUzNyA0LjMxMzk3IDE0LjM0MTdDNC4yNzE4IDE0LjEyOTcgNC4yOTM0NCAxMy45MSA0LjM3NjE2IDEzLjcxMDNDNC40NTg4NyAxMy41MTA2IDQuNTk4OTUgMTMuMzM5OSA0Ljc3ODY3IDEzLjIxOThDNC45NTgzOSAxMy4wOTk3IDUuMTY5NjggMTMuMDM1NiA1LjM4NTgzIDEzLjAzNTZDNS42NzU2NyAxMy4wMzU2IDUuOTUzNjQgMTMuMTUwOCA2LjE1ODU5IDEzLjM1NTdDNi4zNjM1NCAxMy41NjA3IDYuNDc4NjggMTMuODM4NyA2LjQ3ODY4IDE0LjEyODVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzLjc2MzggMTQuMTI4NUMxMy43NjM4IDE0LjM0NDYgMTMuNjk5NyAxNC41NTU5IDEzLjU3OTcgMTQuNzM1N0MxMy40NTk2IDE0LjkxNTQgMTMuMjg4OSAxNS4wNTU1IDEzLjA4OTIgMTUuMTM4MkMxMi44ODk1IDE1LjIyMDkgMTIuNjY5OCAxNS4yNDI1IDEyLjQ1NzggMTUuMjAwNEMxMi4yNDU4IDE1LjE1ODIgMTIuMDUxMSAxNS4wNTQxIDExLjg5ODIgMTQuOTAxM0MxMS43NDU0IDE0Ljc0ODQgMTEuNjQxMyAxNC41NTM3IDExLjU5OTEgMTQuMzQxN0MxMS41NTcgMTQuMTI5NyAxMS41Nzg2IDEzLjkxIDExLjY2MTMgMTMuNzEwM0MxMS43NDQgMTMuNTEwNiAxMS44ODQxIDEzLjMzOTkgMTIuMDYzOCAxMy4yMTk4QzEyLjI0MzUgMTMuMDk5NyAxMi40NTQ4IDEzLjAzNTYgMTIuNjcxIDEzLjAzNTZDMTIuOTYwOCAxMy4wMzU2IDEzLjIzODggMTMuMTUwOCAxMy40NDM3IDEzLjM1NTdDMTMuNjQ4NyAxMy41NjA3IDEzLjc2MzggMTMuODM4NyAxMy43NjM4IDE0LjEyODVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTAuNjQ4NDM4IDAuNjQ5OTAySDIuNTY5NjhMNC4zNDQ0OCA5Ljc1NzA1QzQuNDAxMTIgMTAuMDY2MSA0LjU2NTA2IDEwLjM0NTIgNC44MDczOSAxMC41NDUxQzUuMDQ5NzIgMTAuNzQ1IDUuMzU0ODcgMTAuODUzIDUuNjY5MDIgMTAuODQ5OUgxMi4xMDc0QzEyLjQyMTcgMTAuODUzMiAxMi43MjcgMTAuNzQ1MyAxMi45Njk1IDEwLjU0NTNDMTMuMjEyIDEwLjM0NTQgMTMuMzc2IDEwLjA2NjIgMTMuNDMyNyA5Ljc1NzA1TDE0LjQ5MTMgNC4wNTAxNUgzLjIzMTk1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: cover;
  color: #fff;
  display: block;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-product_item__button .u-icon--heart:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0001 23.814L12.5501 22.506C7.40012 17.778 4.00012 14.706 4.00012 10.886C3.98723 10.1586 4.12043 9.43598 4.39184 8.76097C4.66324 8.08597 5.06734 7.47228 5.58019 6.95626C6.09304 6.44024 6.70423 6.03237 7.37755 5.75681C8.05087 5.48124 8.77264 5.34359 9.50012 5.352C10.3586 5.35661 11.2058 5.548 11.9828 5.91288C12.7599 6.27776 13.4483 6.80739 14.0001 7.465C14.552 6.80739 15.2403 6.27776 16.0174 5.91288C16.7945 5.548 17.6417 5.35661 18.5001 5.352C19.2275 5.3436 19.9492 5.48122 20.6225 5.75672C21.2957 6.03222 21.9069 6.43999 22.4197 6.95591C22.9325 7.47183 23.3366 8.08539 23.6081 8.76028C23.8796 9.43517 24.0129 10.1577 24.0001 10.885C24.0001 14.708 20.6001 17.777 15.4501 22.505L14.0001 23.814Z' fill='%23FFFFFF' stroke='%23003A8B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 719px) {
  .c-product_item__button .u-icon--heart:before {
    width: 21px;
    height: 21px;
  }
}
.c-product_item__button.is-on .u-icon--heart:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0001 23.814L12.5501 22.506C7.40012 17.778 4.00012 14.706 4.00012 10.886C3.98723 10.1586 4.12043 9.43598 4.39184 8.76097C4.66324 8.08597 5.06734 7.47228 5.58019 6.95626C6.09304 6.44024 6.70423 6.03237 7.37755 5.75681C8.05087 5.48124 8.77264 5.34359 9.50012 5.352C10.3586 5.35661 11.2058 5.548 11.9828 5.91288C12.7599 6.27776 13.4483 6.80739 14.0001 7.465C14.552 6.80739 15.2403 6.27776 16.0174 5.91288C16.7945 5.548 17.6417 5.35661 18.5001 5.352C19.2275 5.3436 19.9492 5.48122 20.6225 5.75672C21.2957 6.03222 21.9069 6.43999 22.4197 6.95591C22.9325 7.47183 23.3366 8.08539 23.6081 8.76028C23.8796 9.43517 24.0129 10.1577 24.0001 10.885C24.0001 14.708 20.6001 17.777 15.4501 22.505L14.0001 23.814Z' fill='%23003A8B' stroke='%23003A8B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
}

.c-product_item.--hover-mode .c-product_item__inner__eyecatch__img__primary,
.c-product_item.--hover-mode .c-product_item__inner__eyecatch__img__hover {
  width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-category_ranking_section__product .c-product_item {
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .p-category_ranking_section__product .c-product_item {
    padding-top: 44px;
  }
}

.p-category_ranking_section__product .c-product_item__inner__eyecatch__tags {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.c-product_ranking__label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-product_slider .slick-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDdMMTUgMTJMMTAgMTciIHN0cm9rZT0iIzAwM0E4QiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+") no-repeat center center/contain;
}

.p-product_slider .slick-dots li {
  margin: 0 5px;
}

.p-product_slider .slick-dots li button {
  padding: 4px;
}

.p-product_slider .slick-dots button {
  background-color: #003A8B;
}

.c-cart_item__badges {
  margin-top: 16px;
}
.c-cart_item__badges .c-badge {
  font-size: 1.1rem;
  padding: 1px 12px;
  border-radius: 1px;
}

@media screen and (min-width: 720px) {
  .l-header__inner {
    padding-block: 12px;
  }
}
@media screen and (min-width: 720px) {
  .l-header__inner__block:not(.logo__block) {
    flex: 1;
  }
}
@media screen and (min-width: 720px) {
  .l-header__inner__block:last-of-type {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 720px) {
  .l-header__inner__block__item--name {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 720px) {
  body:not(:has(main#index-view)) .l-footer {
    margin-top: 120px;
  }
}
@media screen and (max-width: 719px) {
  body:not(:has(main#index-view)):not(:has(main .p-breadcrumbs--sp)) .l-footer {
    margin-top: 80px;
  }
}

.c-footer_category {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1024px) {
  .c-footer_category {
    border-right: 0;
    border-bottom: 0;
  }
}
.c-footer_category__list {
  display: block;
  margin-left: 0;
}

.c-footer_menu {
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-footer_menu {
    padding-bottom: 24px;
  }
}
.c-footer_menu__title {
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-footer_menu__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-footer_menu__list__item {
    margin-bottom: 0;
  }
}
.c-footer_menu__list__item__inner::after {
  content: none;
}
.c-footer_menu__list__item a {
  display: block;
  position: relative;
  padding-left: 16px;
}
.c-footer_menu__list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

.c-footer_menus {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .c-footer_menus {
    margin-top: 0;
  }
}
.c-footer_menus .c-footer_menu__list__item a {
  padding-left: 0;
  padding-right: 20px;
}
.c-footer_menus .c-footer_menu__list__item a::before {
  top: 4px;
  left: auto;
  right: 10px;
  width: 1px;
  height: 13px;
}

.l-footer {
  padding: 40px 30px;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 80px 100px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer__menu {
    margin-bottom: 40px;
  }
}

.l-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom-left {
    display: flex;
    gap: 80px;
  }
}

.l-footer__logo {
  padding-top: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}

.l-footer__submenus {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}
.l-footer__submenus li a {
  font-size: 1.2rem;
}

.l-footer__copyright {
  margin-top: 20px;
  font-size: 1rem;
}

.l-footer__info__store {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer__info__store {
    margin-top: 0;
  }
}
.l-footer__info__store__sns {
  margin-bottom: 0;
  display: flex;
  gap: 16px;
}
.l-footer__info__store__sns__item i {
  font-size: 34px;
}
.l-footer__info__store__sns__item:not(:last-child) {
  margin-right: 0;
}
.l-footer__info__store .u-icon--twitter::before {
  width: 24px;
  height: 26px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.l-footer__info__store .u-icon--instagram:before {
  font-size: 36px;
}

@media screen and (max-width: 1023px) {
  .c-gmenu__container {
    width: 100%;
  }
}
.c-gmenu__container__inner {
  padding: 64px 0;
}
.c-gmenu__container__inner__list {
  border: 0;
}
.c-gmenu__container__inner__list.is-button {
  padding-inline: 24px;
  margin-bottom: 40px;
}
.c-gmenu__container__inner__list-title {
  background: #F2F5F9;
  padding: 12px 24px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-gmenu__container__inner__list__item {
  border: 0;
}
.c-gmenu__container__inner__list__item__child {
  padding: 0;
}
.c-gmenu__container__inner__menu__item:not(:last-of-type) {
  border-bottom: 1px solid var(--color-page-border);
}
.c-gmenu__container__inner__menu__item__link {
  display: block;
  padding: 20px 24px;
  font-size: 1.5rem;
}
.c-gmenu__container__inner__submenus {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 32px 24px;
  border-top: solid 1px #DFDFDF;
}
.c-gmenu__container__inner__submenus li {
  min-width: calc(50% - 5px);
}
.c-gmenu__container__inner__submenus li a {
  display: block;
  font-size: 1.2rem;
  padding-block: 10px;
}
.c-gmenu__container__inner__sns {
  display: flex;
  padding: 8px 24px;
  gap: 16px;
}
.c-gmenu__container__inner__sns li {
  width: 28px;
  height: 28px;
}
.c-gmenu__container__inner__sns li svg {
  width: 28px;
  height: 28px;
}
.c-gmenu__linkbutton {
  list-style: none;
}
.c-gmenu__linkbutton a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 24px;
  border: 1px solid #003A8B;
  border-radius: 2px;
}
.c-gmenu__linkbutton .c-icon__svg {
  position: absolute;
  left: 24px;
  width: 24px;
  height: 24px;
  fill: #003A8B;
  color: #003A8B;
}
.c-gmenu__linkbutton.is-logout {
  margin: 48px auto 0;
  padding-inline: 24px;
}
@media screen and (max-width: 1023px) {
  .c-gmenu__close {
    top: 20px;
  }
}

.c-gmenu.is-drawer .p-category_menu .p-category_menu__item--child:not(:first-child) {
  margin: 0;
}
.c-gmenu.is-drawer .p-category_menu .p-category_menu__item--child a {
  padding: 10px 24px;
  font-size: 1.4rem;
}
.c-gmenu.is-drawer .p-category_menu__button {
  font-size: 1.5rem;
  padding: 20px 24px;
}
.c-gmenu.is-drawer .p-category_menu__toggle {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.c-gmenu.is-drawer .p-category_menu__text {
  padding: 20px 24px;
  font-size: 1.5rem;
}
.c-gmenu.is-drawer .p-category_menu .u-icon--plus, .c-gmenu.is-drawer .p-category_menu .u-icon--minus {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-gmenu.is-drawer .p-category_menu .u-icon--plus:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTJMMTggMTIiIHN0cm9rZT0iIzQ5NDk0OSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZMMTIgMTgiIHN0cm9rZT0iIzQ5NDk0OSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+");
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 8px;
}
.c-gmenu.is-drawer .p-category_menu .u-icon--minus:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTJMMTggMTIiIHN0cm9rZT0iIzQ5NDk0OSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+");
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 8px;
}
.c-gmenu.is-drawer .p-category_menu__collapsible {
  padding: 0;
}
.c-gmenu.is-drawer .p-category_menu__collapsible .p-category_menu {
  background: #FAFBFD;
  padding-block: 14px;
}

.c-breadcrumbs {
  row-gap: 4px;
}
.c-breadcrumbs__item {
  color: #9A9A9A;
}
.c-breadcrumbs:not(:last-child):after {
  font-size: 16px;
}

.p-breadcrumbs--sp {
  background-color: #F5F5F5;
  margin-top: 80px;
}
.p-breadcrumbs--sp .c-breadcrumbs {
  padding: 16px 20px;
}
.p-breadcrumbs--pc {
  margin-bottom: 0;
}

@media screen and (min-width: 720px) {
  .l-container__row.u-margin__bottom--80 {
    margin-bottom: 120px;
  }
}

.c-column_item__inner__title {
  margin-top: 16px;
}
.c-column_item__inner__date {
  font-size: 1.3rem;
  color: #9A9A9A;
}
.c-column_item__inner__more {
  font-size: 1.3rem;
  color: #003A8B;
}

.c-news_item__inner {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-news_item__inner {
    padding: 32px 10px;
    align-items: center;
  }
}
.c-news_item__inner__date {
  font-size: 1.3rem;
  color: #003A8B;
}
.c-news_item__inner__title {
  font-size: 1.6rem;
  color: #494949;
}
@media screen and (min-width: 1024px) {
  .c-news_item__inner__title {
    padding-left: 40px;
  }
}
.c-news_item__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.531251%200.530273L5.53125%205.53027L0.531251%2010.5303%22%20stroke%3D%22%23494949%22%20stroke-width%3D%221.5%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-section_title {
  margin-bottom: 40px;
}
.c-section_title__head {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .c-section_title {
    margin-bottom: 56px !important;
  }
}

.c-category_header__inner__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-category_header__inner__title {
    font-size: 3.2rem;
  }
}
.c-category_header__inner__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 6px;
  background: #003A8B;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
}
.c-category_header__inner__lead {
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 24px;
}

.c-list_tool {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .c-list_tool {
    display: flex;
    justify-content: flex-end;
  }
}
.c-list_tool__num, .c-list_tool__label {
  color: #494949;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.c-list_tool__sort__wrap > * {
  height: 36px;
  font-size: 1.4rem;
}
.c-list_tool__sort__wrapper {
  display: flex;
  align-items: center;
}
.c-list_tool__sort__label {
  margin-right: 4px;
}

.c-pagination {
  padding-bottom: 20px;
}
.c-pagination__list {
  border: 0;
  position: relative;
}
.c-pagination__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #DFDFDF;
}
.c-pagination__list__item.is-active:after {
  border-color: #003A8B;
}
.c-pagination__list__item.is-active .c-pagination__list__item__page {
  color: #003A8B;
}
.c-pagination__list__item__page {
  font-size: 1.8rem;
}

.c-search_cond {
  padding: 24px 0 0;
  color: #494949;
}
@media screen and (min-width: 720px) {
  .c-search_cond {
    padding: 40px 0 0;
  }
}
.c-search_cond__condition__val {
  font-size: 1.3rem;
}
.c-search_cond__label {
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .c-search_cond__inner {
    flex-direction: column;
  }
}
.c-search_cond__condition {
  border-color: #BBBCB4;
  padding: 4px 16px;
}

.c-article_nav {
  margin: 64px auto;
}
@media screen and (min-width: 720px) {
  .c-article_nav {
    margin: 80px auto;
  }
}
@media screen and (max-width: 719px) {
  .c-article_nav {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 719px) {
  .c-article_nav__inner__prev, .c-article_nav__inner__next {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 719px) {
  .c-article_nav__inner__prev {
    margin-right: 24px;
  }
}

@media screen and (min-width: 720px) {
  .c-table tbody tr th {
    width: 25%;
  }
}

.p-custom_menu_panel__menu {
  gap: 0;
}
.p-custom_menu_panel__groups {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .p-custom_menu_panel__groups {
    gap: 32px 10px;
    justify-content: stretch;
  }
}
.p-custom_menu_panel__group {
  border: 0;
}
@media screen and (max-width: 1023px) {
  .p-custom_menu_panel__group {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.p-custom_menu_panel__item {
  flex-direction: column;
  width: 130px;
  padding: 0;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-custom_menu_panel__item {
    width: 100%;
  }
}
.p-custom_menu_panel__item.--primary.--parent-link {
  width: 335px;
  margin: 48px auto 0;
}
.p-custom_menu_panel__item.--primary.--parent-link a {
  display: flex;
  border: 1px solid #C2C2C2;
  width: 100%;
  height: 40px;
  flex: auto;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #494949;
  position: relative;
  margin-top: 0;
}
.p-custom_menu_panel__item.--primary.--parent-link a::after {
  border-top: solid 1px #494949;
  border-right: solid 1px #494949;
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
}
.p-custom_menu_panel__bullet {
  width: 130px;
  height: 130px;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .p-custom_menu_panel__bullet {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.p-custom_menu_panel__link {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 16px;
}

.p-header_menu.--center .p-custom_menu_panel {
  left: 0;
  transform: unset;
  width: 100%;
  max-width: 100%;
  padding-inline: 80px;
  border-top: 1px solid #DFDFDF;
}
@media screen and (max-width: 1023px) {
  .p-header_menu.--center .p-custom_menu_panel {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .p-search_menu__container {
    width: 100%;
  }
}
.p-search_menu__container .c-form_table__checkbox input:checked {
  background-color: #003A8B;
}
.p-search_menu__container .c-form_table__checkbox__frame {
  color: #FFFFFF;
}
.p-search_menu__container__searchbtn {
  width: 100%;
  max-width: 480px;
  bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-search_menu__container__searchbtn {
    bottom: 40px;
  }
}
.p-search_menu__container__searchbtn__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-search_menu__container__searchbtn__inner {
    width: calc(100% - 80px);
  }
}
.p-search_menu__container__searchbtn__inner button {
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-search_menu__container__searchbtn__inner button span {
  font-weight: 500;
}
.p-search_menu__container__searchbtn-reset {
  background: #868686;
}
.p-search_menu__container__searchbtn-search {
  background: #003A8B;
}
.p-search_menu__label--tags {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 16px;
  color: #494949;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .p-carousel_slider {
    margin-top: 32px;
  }
}
.p-carousel_slider__nav__arrow {
  color: #003A8B;
  display: flex;
  font-size: 20px;
}
.p-carousel_slider__nav__pagination__dot button {
  background-color: #003A8B;
}

.p-concept {
  max-width: 760px;
  margin-inline: auto;
}

.p-concept--layout2 .p-concept__inner {
  padding: 40px 20px 0;
  width: 100%;
}
.p-concept--layout2 .p-concept__image {
  height: auto;
  width: 50%;
  max-width: 100px;
  margin-inline: auto;
}
.p-concept--layout2 .p-concept__title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-concept--layout2 .p-concept__title {
    font-size: 2rem;
  }
}
.p-concept--layout2 .p-concept__text {
  margin-top: 16px;
  color: #494949;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-concept--layout2 .p-concept__text {
    margin-top: 24px;
  }
}

section[data-section-type=concept]:nth-of-type(even) {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  section[data-section-type=concept]:nth-of-type(even) {
    margin-top: 120px;
  }
}
section[data-section-type=concept]:nth-of-type(even) .p-concept__title {
  color: #D70027;
}

section[data-section-type=concept]:nth-of-type(odd) {
  margin-top: 72px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  section[data-section-type=concept]:nth-of-type(odd) {
    margin-top: 104px;
    padding-bottom: 56px;
    margin-bottom: 120px;
  }
}
section[data-section-type=concept]:nth-of-type(odd) .p-concept__title {
  color: #003A8B;
}

.p-category_ranking_section {
  padding-inline: 20px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-category_ranking_section {
    padding-bottom: 40px;
  }
}
.p-category_ranking_section__content {
  padding-block: 0;
}
.p-category_ranking_section .c-horizontal_scroll__item {
  color: #9A9A9A;
  font-size: 1.3rem;
  padding: 20px;
}
.p-category_ranking_section .c-horizontal_scroll__item:has(.is-active) {
  border-color: #003A8B;
  color: #494949;
}
.p-category_ranking_section .c-horizontal_scroll.is-scrollable::before, .p-category_ranking_section.c-horizontal_scroll.is-scrollable::after {
  content: none;
}
.p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking {
  margin-top: 0;
  right: 0;
}
.p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking::before {
  border-width: 28px 16px 4px;
}
.p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking .c-product_ranking__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 719px) {
  .p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking {
    transform: scale(1);
  }
  .p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking::before {
    border-width: 24px 14px 4px;
  }
  .p-category_ranking_section .c-product_item__inner__eyecatch__tags .c-product_ranking .c-product_ranking__text {
    width: 28px;
    height: 28px;
    line-height: 26px;
  }
}
.p-category_ranking_section .c-horizontal_scroll.is-scrollable .c-horizontal_scroll__container {
  padding-inline: 0;
}
.p-category_ranking_section__products {
  --category_ranking_section_row_gap: 48px;
  --category_ranking_section_column_gap: 20px;
}
.p-category_ranking_section__header {
  padding-inline: 0;
}

.p-banner_section {
  padding-inline: 20px;
  max-width: 1240px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-banner_section {
    padding-inline: 0;
  }
}
.p-banner_section [data-pc-columns="1"] {
  --pc-banner-width: 100%;
  --pc-banner-columns: 1;
  --pc-banner-gap: 40px;
}
.p-banner_section [data-pc-columns="2"] {
  --pc-banner-width: 100%;
  --pc-banner-columns: 2;
  --pc-banner-gap: 40px;
}
.p-banner_section [data-sp-columns="1"] {
  --sp-banner-width: 100%;
  --sp-banner-columns: 1;
  --sp-banner-gap: 20px;
}

section[data-section-type=banner] + section[data-section-type=banner] {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  section[data-section-type=banner] + section[data-section-type=banner] {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .p-column {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 720px) {
  .p-column {
    margin-top: 60px;
  }
}
.p-column__inner {
  max-width: 1240px;
}
@media screen and (min-width: 720px) {
  .p-column__inner__title {
    margin-bottom: 56px;
  }
}
.p-column__inner__list {
  display: flex;
  gap: 48px 44px;
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .p-column__inner__list {
    row-gap: 64px;
    margin-bottom: 56px;
  }
}
.p-column__inner__list__item {
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 720px) {
  .p-column__inner__list__item {
    width: calc((100% - 88px) / 3) !important;
  }
}
.p-column__inner__more {
  padding-top: 16px;
}
.p-column__inner__more__btn.u-text--btn {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 1023px) {
  .p-column__inner__more__btn.u-text--btn {
    height: 60px;
  }
}
@media screen and (max-width: 719px) {
  .p-column_header__panel__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-column_header__panel__inner__title {
  color: #494949;
  font-size: 2.4rem;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 720px) {
  .p-column_header__panel__inner__title {
    font-size: 2.8rem;
  }
}
.p-column_header__panel__inner__title::before {
  content: "";
  width: 6px;
  height: 100%;
  padding: 8px 0;
  border-radius: 4px;
  background: #003A8B;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-column_header__panel__inner__top__date {
  color: #9A9A9A;
  font-size: 1.3rem;
}
.p-column_header__panel__inner__top__share__label {
  color: #9A9A9A;
}

@media screen and (max-width: 1023px) {
  .p-news {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-news__inner {
  max-width: 960px;
}
@media screen and (min-width: 720px) {
  .p-news__inner__title {
    margin-bottom: 56px;
  }
}
.p-news__inner__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .p-news__inner__list {
    margin-bottom: 56px;
  }
}
.p-news__inner__more {
  padding-top: 16px;
}
.p-news__inner__more__btn.u-text--btn {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 1023px) {
  .p-news__inner__more__btn.u-text--btn {
    height: 60px;
  }
}

@media screen and (min-width: 720px) {
  .p-new_product__title {
    margin-bottom: 56px;
  }
}
.p-new_product__title__en {
  margin-bottom: 8px;
}
#information-show-view .p-new_product__inner {
  padding-top: 64px;
  border-top: solid 1px #DFDFDF;
}
@media screen and (min-width: 720px) {
  #information-show-view .p-new_product__inner {
    max-width: 720px;
    margin-inline: auto;
    padding-top: 80px;
  }
}

.p-product_slider [data-slides] .c-product_item__inner__eyecatch {
  max-width: 100%;
}
@media screen and (max-width: 719px) {
  .p-product_slider [data-slides="5"] .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 719px) {
  .p-product_slider [data-slides="5"] .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width: 719px) {
  .p-product_slider [data-slides="4"] .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 720px) {
  .p-product_slider [data-slides="4"] .slick-list {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 719px) {
  .p-product_slider [data-slides="4"] .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .p-product_slider [data-slides="4"] .slick-slide {
    margin: 0 12px;
  }
}

@media screen and (min-width: 720px) {
  .p-signup {
    padding-bottom: 80px;
  }
}

.p-list_header {
  margin-top: 60px;
  padding-right: 0;
  padding-left: 0;
}
.p-list_header__inner {
  display: block;
}
.p-list_header__inner__sub-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
}
.p-list_header__inner__sub-container .c-list_tool__num {
  margin-right: 0;
}
.p-list_header__inner__title {
  font-size: 2.4rem;
  margin: 0 !important;
}
@media screen and (min-width: 720px) {
  .p-list_header__inner__title {
    font-size: 2.8rem;
  }
}
.p-list_header.is-noimage .p-list_header__inner__title {
  color: #494949;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .p-list_header.is-noimage .p-list_header__inner__title {
    font-size: 2.4rem;
  }
}
.p-list_header.is-noimage .p-list_header__inner__lead {
  color: #9A9A9A;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 16px;
}
.p-list_header.is-noimage .p-list_header__inner__title + .p-list_header__inner__lead {
  margin-top: 20px;
}
.p-list_header.is-search .p-list_header__inner__title {
  text-align: left;
}
@media screen and (min-width: 720px) {
  .p-list_header.is-search .p-list_header__inner {
    display: flex;
    align-items: end;
  }
}

@media screen and (max-width: 719px) {
  .p-category_tool {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-product_list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-product_list__list {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .p-product_list__list {
    padding-top: 48px;
  }
}
@media screen and (max-width: 719px) {
  .p-product_list__list__item.medium-up--one-4 {
    width: calc((100% - 20px) / 2);
  }
  .p-product_list__list__item.medium-up--one-4:nth-child(n+3) {
    margin-top: 40px;
  }
  .p-product_list__list__item.medium-up--one-4:nth-child(even) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 720px) {
  .p-product_list .medium-up--one-4:nth-child(n+5) {
    margin-top: 64px;
  }
}

.p-zero-result {
  height: auto;
  margin-top: 48px;
}
.p-zero-result--recommend {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .p-zero-result--recommend {
    margin-top: 120px;
  }
}
.p-zero-resultーannounce {
  margin-top: 0;
}
.p-zero-resultーannounce p {
  color: #9A9A9A;
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: 60px;
}
@media screen and (min-width: 720px) {
  .p-zero-resultーannounce p {
    padding-block: 80px;
  }
}

.p-product_categories {
  gap: unset;
}
@media screen and (max-width: 719px) {
  .p-product_categories__list {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 20px;
  }
}
.p-product_categories__item {
  padding: 0;
  position: relative;
  display: flex;
  border: 0;
  min-height: unset;
}
@media screen and (max-width: 719px) {
  .p-product_categories__item {
    width: calc(50% - 7.5px);
    max-width: unset;
  }
}
.p-product_categories__item::before {
  border-top: solid 1.5px rgba(0, 58, 139, 0.5);
  border-right: solid 1.5px rgba(0, 58, 139, 0.5);
  position: absolute;
  right: 16px;
}
.p-product_categories__item:has(:hover)::before {
  border-color: rgb(0, 58, 139);
}
.p-product_categories__text.--trancate {
  color: #003A8B;
  background: #F2F5F9;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 20px;
  width: 100%;
  height: 100%;
}
.p-product_categories__text.--trancate:hover {
  background: #E5EBF3;
}

@media screen and (max-width: 719px) {
  .p-product_content {
    padding: 20px;
  }
}
.p-product_content__inner {
  max-width: 1240px;
  margin-bottom: 80px;
}
@media screen and (min-width: 720px) {
  .p-product_content__inner {
    padding-top: 30px;
  }
  .p-product_content__inner__img {
    width: 48.3870967742%;
  }
  .p-product_content__inner__info {
    width: 41.9355%;
  }
}
.p-product_content__inner__info {
  padding: 0;
}
.p-product_content__breadcrumbs--sp {
  background: #F5F5F5;
}
.p-product_content .c-product_info__title {
  margin: 0;
  color: #494949;
}
@media screen and (min-width: 720px) {
  .p-product_content .c-product_info__title {
    font-size: 2.8rem;
  }
}
.p-product_content .c-product_info__badge {
  margin-top: 20px;
}
.p-product_content .c-product_info__badges {
  margin-top: 0;
}
.p-product_content .c-product_info__review {
  margin-top: 16px;
  gap: 0;
}
.p-product_content .c-product_info__price {
  margin-top: 32px;
}
.p-product_content .c-product_info__stars {
  align-items: baseline;
}
.p-product_content .c-product_info__star {
  margin: 0;
}
.p-product_content .c-product_info__star span {
  color: #DFDFDF;
}
.p-product_content .c-product_info__average-star {
  color: #9A9A9A;
  font-size: 1.3rem;
}
.p-product_content .c-product_info__anchor-review {
  display: flex;
}
.p-product_content .c-product_info__point {
  margin-bottom: 0;
}
.p-product_content .c-product_info__form__variant {
  margin: 0;
}
.p-product_content .c-product_info__form__quantity {
  margin-top: 40px;
}
.p-product_content .c-product_info__form__quantity__label {
  color: #9A9A9A;
  font-size: 1.3rem;
}
.p-product_content .c-product_info__form__quantity .c-order_quantity__input {
  font-weight: 500;
  padding: 0 40px;
}
.p-product_content .c-product_info__form__submit {
  border: solid 1px #003A8B;
  color: #003A8B;
  font-size: 1.3rem;
}
.p-product_content .c-product_info__form__submit--async {
  margin-top: 40px;
}
.p-product_content .c-product_info #btn-plus {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L18 12' stroke='%239A9A9A' stroke-width='1.5'/%3E%3Cpath d='M12 6L12 18' stroke='%239A9A9A' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;
}
.p-product_content .c-product_info #btn-plus .u-icon--plus {
  display: none;
}
.p-product_content .c-product_info #btn-minus {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L18 12' stroke='%239A9A9A' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;
}
.p-product_content .c-product_info #btn-minus .u-icon--minus {
  display: none;
}
.p-product_content .c-product_info__favorite {
  margin-top: 32px;
  color: #003A8B;
}
.p-product_content .c-product_info__favorite__btn {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-product_content .c-product_info__favorite__btn i {
  font-size: 2.3rem;
}
.p-product_content .c-product_info__favorite__btn span {
  font-size: 1.3rem;
  text-decoration: none;
}
.p-product_content .c-product_info__share {
  margin-top: 24px;
}
.p-product_content .c-product_info__share__label {
  color: #9A9A9A;
  font-size: 1.3rem;
}
.p-product_content .c-product_info__share__list__item {
  font-size: 2.6rem;
}
.p-product_content .c-product_info__share .u-icon--twitter::before {
  width: 20px;
  height: 20px;
}
.p-product_content .c-product_info__co_selling {
  margin-top: 30px;
}
.p-product_content .c-product_info__co_selling:has(.active > #co-selling-single-tab) .c-product_info__co_selling__tab_content {
  background: #F5F5F5;
}
.p-product_content .c-product_info__co_selling:has(.active > #co-selling-recurring-tab) .c-product_info__co_selling__tab_content {
  background: #F2F5F9;
}
.p-product_content .c-product_info__co_selling__nav {
  display: flex;
  gap: 8px;
}
.p-product_content .c-product_info__co_selling__nav:before, .p-product_content .c-product_info__co_selling__nav:after {
  content: unset;
}
.p-product_content .c-product_info__co_selling__nav__list {
  width: calc((100% - 8px) / 2);
  border: unset;
}
.p-product_content .c-product_info__co_selling__nav__list a {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-product_content .c-product_info__co_selling__nav__list a#co-selling-single-tab {
  --color: #494949;
  background: #DFDFDF;
  color: var(--color);
}
.p-product_content .c-product_info__co_selling__nav__list a#co-selling-recurring-tab {
  --color: #003A8B;
  background: #D9E1EE;
  color: var(--color);
}
.p-product_content .c-product_info__co_selling__nav__list.active a::after {
  content: "";
  height: 2px;
  width: 64px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color);
}
.p-product_content .c-product_info__co_selling__nav__list.active a#co-selling-single-tab {
  background: #F5F5F5;
}
.p-product_content .c-product_info__co_selling__nav__list.active a#co-selling-recurring-tab {
  background: #F2F5F9;
}
.p-product_content .c-product_info__co_selling__tab_content {
  border-bottom: unset;
  padding: 30px 20px;
}
@media screen and (min-width: 720px) {
  .p-product_content .c-product_info__co_selling__tab_content {
    padding: 30px;
  }
}
.p-product_content .c-product_info__co_selling__tab_content__title {
  color: #494949;
  font-size: 1.7rem;
}
.p-product_content .c-product_info__co_selling .co-form-input-group {
  margin: 0;
}
.p-product_content .c-product_info__co_selling .c-product_info__co-selling-product__co-btn-group {
  display: flex;
  gap: 10px;
}
.p-product_content .c-product_info__co_selling .c-product_info__co-selling-product__co-btn-group button {
  width: calc((100% - 10px) / 2);
  margin: 0;
  border: solid 1px #003A8B;
  color: #003A8B;
  font-size: 1.3rem;
}
.p-product_content .c-product_info__co-selling-product__option_types {
  margin: 0;
}
.p-product_content .c-product_info__co-selling-product__option_types__label {
  color: #9A9A9A;
}
.p-product_content .c-product_info__co-selling-product__option_types__wrapper_quantity {
  margin: 28px 0;
}
.p-product_content .c-product_info__description {
  max-width: 780px;
  margin: 0 auto;
}
.p-product_content .c-product_img__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-product_content .c-product_img__image {
  height: 100%;
}
@media screen and (max-width: 719px) {
  .p-product_content .c-product_img__slider--thumbnail {
    padding: 0 24px;
    margin-top: 30px;
  }
}
.p-product_content .c-product_img__slider--thumbnail .splide__slide {
  height: unset !important;
}
@media screen and (max-width: 719px) {
  .p-product_content .c-product_img__slider--thumbnail .splide__slide {
    width: 20.53% !important;
    margin-right: 3.974% !important;
  }
}
@media screen and (min-width: 720px) {
  .p-product_content .c-product_img__slider--thumbnail .splide__slide {
    width: 16.667% !important;
    margin-right: 4.167% !important;
  }
}
.p-product_content .c-product_img__slider--thumbnail .splide__slide.is-active {
  position: relative;
}
.p-product_content .c-product_img__slider--thumbnail .splide__slide.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #003A8B;
}
.p-product_content .c-product_img__slider--thumbnail .splide__arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23494949' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  .p-product_content .c-product_img__slider--thumbnail .splide__arrow {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.p-product_content .c-product_img__slider--thumbnail .splide__arrow svg {
  display: none;
}
.p-product_content .c-product_img__slider--thumbnail .splide__arrow--prev {
  transform: rotate(180deg) translateY(50%);
}
.p-product_content .c-cart_item__badges {
  margin-top: 0;
}

@media screen and (max-width: 719px) {
  .p-recommend_product {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-recommend_product__inner {
  max-width: 1240px;
}

.p-review {
  padding: 60px 20px;
  border-top: unset;
}
@media screen and (min-width: 1024px) {
  .p-review {
    padding: 80px 40px;
    max-width: 1320px;
    margin-inline: auto;
  }
}
.p-review__inner {
  max-width: unset;
}
.p-review__inner__list {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-review__inner .c-review_item_detail {
    gap: 30px;
  }
}
.p-review__inner .c-review_item_detail__star {
  letter-spacing: unset;
}
.p-review__inner .c-review_item_detail__name {
  font-size: 1.7rem;
}
.p-review__inner .c-review_item_detail__name::after {
  content: "さん";
  font-size: 1.3rem;
  padding-left: 6px;
}
.p-review__inner .c-review_item_detail__time {
  color: #9A9A9A;
  font-size: 1.2rem;
}
.p-review__inner .c-review_item_detail__title {
  font-size: 1.7rem;
  margin-bottom: 16px;
}
.p-review__inner .c-review_item_detail__button.--useful {
  border-radius: 2px;
  border-color: #003A8B;
  color: #003A8B;
  background: unset;
}
.p-review__inner__all__btn {
  margin-top: 30px;
}

@media screen and (max-width: 719px) {
  .p-set_selection {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .p-set_selection__inner {
    display: block;
  }
  .p-set_selection__inner .p-set_selection__content {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 719px) {
  .p-set_selection__content__list .c-product_item:not(:nth-child(-n+2)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .p-set_selection__content__list .c-product_item {
    width: calc((100% - 80px) / 3);
  }
  .p-set_selection__content__list .c-product_item:not(:nth-child(-n+3)) {
    margin-top: 64px;
  }
  .p-set_selection__content__list .c-product_item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

.p-selected_set_products__review {
  z-index: 1;
}
.p-selected_set_products__prices {
  background: #F2F5F9;
}
@media screen and (max-width: 719px) {
  .p-selected_set_products__prices {
    order: unset;
  }
}
.p-selected_set_products__purchase {
  border-top: unset;
}
.p-selected_set_products__purchase .c-button {
  font-size: 1.3rem;
}
@media screen and (max-width: 719px) {
  .p-selected_set_products__purchase {
    background: #F2F5F9;
  }
}
.p-selected_set_products__item {
  border-color: #F5F5F5;
}
.p-selected_set_products .c-modal {
  padding-top: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-selected_set_products .p-order_summary__value {
  font-size: 1.3rem;
}
.p-selected_set_products .p-order_summary__value .total_price {
  font-size: 1.7rem;
}
.p-selected_set_products .p-order_summary__record.--total {
  font-size: 1.7rem;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .p-selected_set_products__review {
    display: grid;
  }
  .p-selected_set_products__purchase {
    padding: 10px 15px;
  }
  .p-selected_set_products .c-modal__close {
    display: block;
  }
  .p-selected_set_products .c-modal:not([open]) {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .p-page_header__inner {
    padding-bottom: 30px;
  }
}
.p-page_header__inner__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 720px) {
  .p-page_header__inner__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-page_article {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-page_article__inner h2 {
  margin-bottom: 20px;
}
.p-page_article__inner p {
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (min-width: 720px) {
  .p-page_article__inner p {
    font-size: 1.5rem;
  }
}
.p-page_article__inner img {
  margin-top: 0;
  margin-bottom: 16px;
}
.p-page_article__inner ul {
  margin-top: unset;
  margin-left: unset;
}
.p-page_article__inner ul li:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .p-page_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-page_content__inner p {
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .l-header__inner__block.logo__block {
    max-width: 192px;
  }
}

.l-header__inner__block__link {
  vertical-align: middle;
}

.p-custom_menu__item.--text {
  border: 0;
  padding: 0 10px;
}
.p-custom_menu__item.--text:last-child {
  border: 0;
}

.p-header_menu {
  padding: 8px 60px 0;
}
@media screen and (max-width: 1023px) {
  .p-header_menu {
    padding: 0;
  }
}
.p-header_menu.--horizontal-scroll {
  padding: 0;
  border-bottom: 0;
}

.p-header_menu.--horizontal-scroll::before,
.p-header_menu.--horizontal-scroll::after {
  content: none;
}

.c-header_menu {
  font-size: 1.3rem;
  font-weight: 500;
  color: #494949;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 10px 12px;
}
@media screen and (max-width: 1023px) {
  .c-header_menu {
    padding: 10px;
  }
}

.c-header_menu:hover, .c-header_menu[aria-expanded=true] {
  border-bottom: 3px solid #003A8B;
  border-radius: 0;
}

.c-header_menu[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.p-custom_menu__item.--has-children > .c-header_menu {
  gap: 0;
}

.p-custom_menu__item.--has-children > .c-header_menu::after {
  width: 24px;
  height: 20px;
}