@charset "UTF-8";
body {
  position: relative;
  color: #2F3131;
}

img {
  max-width: 100%;
}

.page-top .pane-contents,
.page-top .pane-main,
.page-category,
.page-event,
.page-goods,
.page-alertgoods,
.page-topicdetaillist,
.page-topic,
.page-contentspages .p-page,
.page-search,
.page-alert {
  padding-bottom: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(8.3333333333px, 0.6944444444vw, 10px);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .page-top .pane-contents,
.page-top .pane-main,
.page-category,
.page-event,
.page-goods,
.page-alertgoods,
.page-topicdetaillist,
.page-topic,
.page-contentspages .p-page,
.page-search,
.page-alert {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}

.pane-right-menu {
  margin-top: 4em;
}
@media screen and (max-width: 959px) {
  .pane-right-menu {
    margin-top: 3.4em;
  }
}

.block-recent-item {
  width: 113em;
  padding: 0 1.5em;
  border: none;
}
@media screen and (max-width: 959px) {
  .block-recent-item {
    width: 100%;
  }
}
.block-recent-item--header {
  margin: 0;
  padding: 0;
  font-size: 2.8em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-recent-item--header {
    font-size: 2.4em;
  }
}
.block-recent-item--header::after {
  content: none;
}
.block-recent-item--header a {
  pointer-events: none;
}
.block-recent-item--body {
  margin-top: 2.5em;
}
@media screen and (max-width: 959px) {
  .block-recent-item--body {
    margin-top: 2em;
  }
}
.block-recent-item--message {
  font-size: 1.4em;
}
.block-recent-item--items {
  width: 100%;
}
.block-recent-item--items a {
  font-size: 1.5em;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  .block-recent-item--items a {
    font-size: 1.2em;
  }
}
.block-recent-item--items a:hover {
  color: #BBA975 !important;
}
.block-recent-item--keep-history {
  margin-top: 4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  .block-recent-item--keep-history {
    margin-top: 2em;
  }
}
.block-recent-item--keep-history a {
  transition: color 0.3s;
}
.block-recent-item--keep-history a:hover {
  color: #BBA975 !important;
}

.block-thumbnail-h {
  gap: 2em;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  .block-thumbnail-h {
    flex-wrap: nowrap;
    gap: 1.5em;
    overflow-x: auto;
  }
}
.block-thumbnail-h > li {
  width: calc(16.6666666667% - 1.6666666667em);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .block-thumbnail-h > li {
    flex-shrink: 0;
    width: 14em;
  }
}
.block-thumbnail-h--goods-image {
  color: #2F3131;
}
.block-thumbnail-h--goods-image a {
  display: block;
  width: 100%;
}
.block-thumbnail-h--goods-image a figure {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.block-thumbnail-h--goods-image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.block-thumbnail-h--goods-image a figure img:hover {
  transform: scale(1.05);
}
.block-thumbnail-h--goods-image > figure {
  padding: 0;
}
.block-thumbnail-h--goods-description {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.block-thumbnail-h--goods-description .variation-name {
  margin-top: 0.3em;
  font-size: 1.1em;
}
@media screen and (max-width: 959px) {
  .block-thumbnail-h--goods-description .variation-name {
    font-size: 1em;
  }
}
.block-thumbnail-h--goods-description .block-thumbnail-h--soldoutcomment {
  order: 0;
}
.block-thumbnail-h--goods-description > * {
  order: 2;
}
.block-thumbnail-h--soldoutcomment {
  margin-bottom: 1em;
  padding: 0 0.5em;
  border: 1px solid #740212;
  text-align: center;
}
.block-thumbnail-h--soldoutcomment > span {
  color: #740212 !important;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .block-thumbnail-h--soldoutcomment > span {
    font-size: 1em;
    line-height: 1.7;
  }
}
.block-thumbnail-h--price-items:has(.default-price) .price {
  color: #9F2732;
}
.block-thumbnail-h--price-items .price {
  margin-top: 0.4em;
  font-size: 2em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-thumbnail-h--price-items .price {
    font-size: 1.4em;
  }
}
.block-thumbnail-h--price-items .price::after {
  content: "（税込）";
  font-size: 60%;
}
.block-thumbnail-h--price-items .default-price {
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
}
.block-thumbnail-h--price-items .default-price::after {
  content: "（税込）";
}

.block-common-alert {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}

.block-search-goods .alert {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}

.block-credit-card-confirmation .action {
  margin: 0;
}

.block-icon--auto-on-sales {
  display: none !important;
}

.u-sp-only {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc-only {
    display: block;
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent-15 {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u-indent-20 {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}

.u-font01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.u-font02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.u-fw700 {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-border {
  border: 1px solid #E5E5E5 !important;
}

.u-color02 {
  color: #491D24 !important;
  border-color: #491D24 !important;
}

.u-color03 {
  color: #BBA975 !important;
  border-color: #BBA975 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.c-inner03, .c-inner02, .c-inner01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5em;
}

.c-inner01 {
  max-width: 113em;
}

.c-inner02 {
  max-width: 83em;
}

.c-inner03 {
  max-width: 89em;
}

.c-title01 {
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 959px) {
  .c-title01 {
    font-size: 2.8em;
  }
}
.c-title01:not(:last-child) {
  margin-top: 0;
  margin-bottom: 0.78em;
}
@media screen and (max-width: 959px) {
  .c-title01:not(:last-child) {
    margin-bottom: 0.71em;
  }
}

.c-title02 {
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .c-title02 {
    font-size: 2em;
  }
}
.c-title02:not(:last-child) {
  margin-top: 0;
  margin-bottom: 0.91em;
}
@media screen and (max-width: 959px) {
  .c-title02:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

.c-text-wrap01 {
  margin-bottom: 4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-text-wrap01 {
    margin-bottom: 3em;
  }
}

.c-text01 {
  font-size: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.c-text01 + p {
  margin-top: 1.7em;
}

.c-text02 {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .c-text02 {
    font-size: 1.4em;
  }
}
.c-text02 + p {
  margin-top: 1.7em;
}

.c-lead01 {
  font-size: 2em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .c-lead01 {
    font-size: 1.8em;
  }
}
.c-lead01:not(:last-child) {
  margin-bottom: 1.5em;
}

.c-lead02 {
  font-size: 2em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .c-lead02 {
    font-size: 1.6em;
  }
}
.c-lead02:not(:last-child) {
  margin-bottom: 1.5em;
}

.c-note01 {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: 1.2em;
  text-align: left;
}
.c-note01::before {
  content: "※";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.c-button-wrap01 {
  margin-top: 4em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-button-wrap01 {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 960px) {
  .c-button-wrap01--pc-left {
    text-align: left;
  }
}
.c-button-wrap01--flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 959px) {
  .c-button-wrap01--flex {
    flex-direction: column;
    gap: 1em;
  }
}
.c-button-wrap01--flex .c-button01 {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .c-button-wrap01--flex .c-button01 {
    max-width: 30em;
    margin: 0 auto;
  }
}

.c-button01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  min-height: 4em;
  margin: 0 auto;
  padding: 0.8em 1em;
  border: 1px solid #2F3131;
  background-color: #2F3131;
  text-decoration: none;
  transition: background 0.3s;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-button01:hover {
    opacity: 0.7;
  }
}
.c-button01 > span {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  .c-button01--sp-text {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: initial;
    min-height: initial;
    padding: 0 2.4em 0.5em 0;
    border: none;
    border-bottom: 1px solid #999999;
    background: none;
  }
  .c-button01--sp-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    top: calc(50% - 0.35em);
    right: 0;
    bottom: auto;
    left: auto;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='10' viewBox='0 0 12 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12' height='10' transform='translate(0.011)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.011)' clip-path='url(%23a)'%3E%3Cpath d='M0,0,6.688-.636,6.052,6.052' transform='translate(3.968 0.74) rotate(45)' fill='none' stroke='%232f3131' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .c-button01--sp-text > span {
    color: #2F3131;
    font-size: 1.4em;
    font-weight: bold;
  }
}
.c-button01--back {
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.c-button01--back > span {
  color: #2F3131;
}
.c-button01--cart span {
  position: relative;
}
.c-button01--cart span::before {
  content: "";
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.613' height='16.613' viewBox='0 0 16.613 16.613'%3E%3Crect width='16.613' height='16.613' fill='%23ffffff' opacity='0'/%3E%3Cpath d='M2760.28,143.909h-10.462l-1.22-10.132h-1.723a.3.3,0,0,1,0-.6h2.258l1.22,10.132h9.927a.3.3,0,1,1,0,.6Z' transform='translate(-2746.008 -131.389)' fill='%23ffffff'/%3E%3Cpath d='M2761.6,143.251h-10.208v-.6h10.145a1.132,1.132,0,0,0,.065-.134l0,0,1.671-4.083h-12.6v-.6h12.978a.351.351,0,0,1,.345.334.541.541,0,0,1-.075.273l-1.763,4.306a1.289,1.289,0,0,1-.2.343A.5.5,0,0,1,2761.6,143.251Z' transform='translate(-2747.634 -133.23)' fill='%23ffffff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(3.842 13.154)' fill='%23ffffff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(11.089 13.154)' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}
.c-button01--white {
  background-color: #fff;
}
.c-button01--white > span {
  color: #2F3131;
}
.c-button01--event-none {
  pointer-events: none;
}
.c-button01--event-none:hover {
  opacity: 1;
}

.js-accordion-button {
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .js-accordion-button:hover {
    opacity: 0.7;
  }
}
.js-accordion-button.is-active::after {
  transform: translateY(-50%) rotate(0);
}
.js-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.js-accordion-content.is-active {
  grid-template-rows: 1fr;
}
.js-accordion-inner {
  overflow: hidden;
}

.l-container, .l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content);
}

.l-header {
  height: 11em !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: min(0.6944444444vw, 10px);
  font-weight: 500;
}
.l-header--buy #header {
  position: relative;
}
.l-header--buy .l-header__nav {
  min-height: 7em;
}
.l-header a {
  transition: color 0.3s;
}
.l-header a:hover {
  color: #BBA975 !important;
}
.l-header #header {
  height: 11em !important;
}
.l-header__news {
  padding: 0.9em 1.5em;
  background-color: #491D24;
}
.l-header__news a {
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-header__news a:hover {
    opacity: 0.7;
  }
}
.l-header__news a p {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
.l-header__nav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4em;
  padding: 0 4em;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  transition: padding 0.3s;
}
.l-header__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.l-header__nav-list .item {
  min-width: 5em;
}
.l-header__nav-list .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  text-decoration: none;
}
.l-header__nav-list .item a img {
  width: 2.6em;
  height: 2.6em;
}
.l-header__nav-list .item a .text {
  font-size: 1.1em;
  white-space: nowrap;
}
.l-header__nav-list .item--cart .block-headernav--cart-count {
  top: -0.6em;
  left: -0.3em;
  background-color: #BBA975;
  text-align: center;
}
.l-header__nav-list .item--cart .fa-shopping-cart::before {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20transform%3D%22translate(0.267)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2226%22%20transform%3D%22translate(-0.267)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cg%20transform%3D%22translate(2.095%202.6)%22%3E%3Cpath%20d%3D%22M2747.073%2C133.673h2.856l1.751%2C14.541h14.63%22%20transform%3D%22translate(-2747.073%20-133.673)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M2750.677%2C138.321h18.609s.075%2C0%2C.078.065a.523.523%2C0%2C0%2C1-.067.185l-2.541%2C6.206a1.526%2C1.526%2C0%2C0%2C1-.2.365.27.27%2C0%2C0%2C1-.217.1H2751.7%22%20transform%3D%22translate(-2747.554%20-134.293)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-width%3D%221%22%2F%3E%3Cg%20transform%3D%22translate(4.27%2015.883)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%222.383%22%20cy%3D%222.383%22%20r%3D%222.383%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%222.383%22%20cy%3D%222.383%22%20r%3D%221.883%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(14.67%2015.883)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%222.383%22%20cy%3D%222.383%22%20r%3D%222.383%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%222.383%22%20cy%3D%222.383%22%20r%3D%221.883%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__nav-list .item--search > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.l-header__nav-list .item--search > span .fa-search::before {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23999%22%20opacity%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(0.812%2011.162)%20rotate(-45)%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%227.567%22%20cy%3D%227.567%22%20r%3D%227.567%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%227.567%22%20cy%3D%227.567%22%20r%3D%227.067%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M0%2C0V6.442%22%20transform%3D%22translate(7.567%2015.135)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__nav-list .item--search > span .text {
  font-size: 1.1em;
}
.l-header__nav-list .item--search .block-headernav--search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 11em;
  width: 100%;
  height: 80px;
  z-index: 1001;
  border-top: 1px #ccc solid;
  background: #ffffff;
  transition: all 0.4s ease;
}
.l-header__nav-list .item--search .block-headernav--search-inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 0 100px 0 200px;
}
.l-header__nav-list .item--search .block-headernav--search-inner .block-global-search--keyword {
  font-size: 1.6em;
}
.l-header__nav-list .item--search .block-headernav--search-inner .fa-search::before {
  content: "";
  display: block;
  width: 2.6em;
  height: 2.6em;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23999%22%20opacity%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(0.812%2011.162)%20rotate(-45)%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%3E%3Ccircle%20cx%3D%227.567%22%20cy%3D%227.567%22%20r%3D%227.567%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%227.567%22%20cy%3D%227.567%22%20r%3D%227.067%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M0%2C0V6.442%22%20transform%3D%22translate(7.567%2015.135)%22%20fill%3D%22none%22%20stroke%3D%22%23333131%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__nav-list .item--search .block-headernav--search-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.l-header__nav-list .item--search .block-headernav--search-close-btn::before, .l-header__nav-list .item--search .block-headernav--search-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 8px;
  width: 40px;
  height: 2px;
  background: #000;
}
.l-header__nav-list .item--search .block-headernav--search-close-btn::before {
  transform: rotate(45deg);
}
.l-header__nav-list .item--search .block-headernav--search-close-btn::after {
  transform: rotate(-45deg);
}
.l-header__nav-list .item--search .block-headernav--search-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  cursor: pointer;
}
.l-header__logo {
  flex-shrink: 0;
  width: 29.5em;
  transition: width 0.3s;
}
.l-header__logo img {
  width: 17.5em;
}
.l-header__globalnav {
  position: static !important;
  height: 100% !important;
}
.l-header__globalnav .block-globalnav {
  width: 100%;
}
.l-header__globalnav-list {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 3em;
  min-height: 5.2em;
}
.l-header__globalnav-list > li {
  display: inline-block !important;
  width: auto !important;
  font-size: 1em !important;
}
.l-header__globalnav-list > li > a {
  padding: 1.7em 0 !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4em;
  font-weight: 500;
}
.l-header__globalnav-list > li.js-animation-hover > a {
  padding-right: 1.2em !important;
  font-size: 1.6em;
  font-weight: 900;
}
.l-header__globalnav-list > li.js-animation-hover > a::after {
  right: 0 !important;
  width: 0.6em !important;
  height: 0.6em !important;
  margin-top: -0.5em !important;
  border-right: 1px solid #2F3131 !important;
  border-bottom: 1px solid #2F3131 !important;
}
.l-header__globalnav-menu {
  top: 6.9em !important;
  max-height: calc(100dvh - 17em);
  padding: 3em 0 4em !important;
  border-top: 1px solid #E5E5E5 !important;
  border-bottom: 1px solid #E5E5E5 !important;
  background-color: #fff !important;
  overflow-y: auto;
}
.l-header__globalnav-menu * {
  color: #2F3131 !important;
}
.l-header__globalnav-menu .column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.5em;
}
.l-header__globalnav-menu .column-item {
  width: 20%;
}
.l-header__globalnav-menu .heading {
  margin: 0 0 1.5em 0;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1em;
}
.l-header__globalnav-menu .heading:not(:first-child) {
  margin-top: 3em;
}
.l-header__globalnav-menu .heading > span {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.l-header__globalnav-menu .list > li + li {
  margin-top: 0.8em;
}
.l-header__globalnav-menu .list > li a {
  padding: 0 !important;
  font-size: 1.1em;
  text-decoration: none;
}
.l-header__globalnav-menu .list > li a:hover > span {
  color: #BBA975 !important;
}
.l-header__globalnav-menu .list > li a > span {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  transition: color 0.3s;
}
.l-header__globalnav-menu .list > li a > span::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.6em;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%229%22%20viewBox%3D%220%200%2010%209%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2210%22%20height%3D%229%22%20fill%3D%22%23fff%22%20stroke%3D%22%23a8aaa9%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C5.175l5.718.544L5.174%2C0%22%20transform%3D%22translate(-0.275%204.299)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23a8aaa9%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header__globalnav-menu .c-button01 {
  font-size: 1em;
  transition: opacity 0.3s;
}
.l-header__globalnav-menu .c-button01 > span {
  color: #fff !important;
  font-weight: 500;
}

.pane-footer {
  padding: 0;
  background: none !important;
  font-size: clamp(8.3333333333px, 0.6944444444vw, 10px);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .pane-footer {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}
.pane-footer .block-page-top {
  right: 0;
}
.pane-footer .block-page-top a {
  margin: 0;
  background-color: #2F3131;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .pane-footer .block-page-top a:hover {
    opacity: 0.7;
  }
}
.pane-footer .block-page-top a::before {
  margin: -11px 0 0;
  width: 11px;
  height: 11px;
  transform: translateX(-50%) rotate(45deg);
}
.pane-footer .block-page-top a::after {
  content: "TOP";
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  font-size: 12px;
  transform: translateX(-50%);
}
.pane-footer .block-page-top a:hover {
  color: #fff !important;
}

.l-footer-banner {
  margin: 7em 0 10em;
}
@media screen and (max-width: 959px) {
  .l-footer-banner {
    margin: 5em 0 9em;
  }
}
.l-footer-banner__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .l-footer-banner__container {
    justify-content: center;
    gap: 1em;
    margin: 0 auto;
  }
}
.l-footer-banner__item {
  width: calc(50% - 1em);
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 959px) {
  .l-footer-banner__item {
    width: 100%;
    max-width: 34em;
  }
}
.l-footer-banner__item a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
  width: 100%;
  height: 100%;
  min-height: 15em;
  padding: 2.5em;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  .l-footer-banner__item a {
    min-height: 10em;
    padding: 1.5em 2em;
  }
}
.l-footer-banner__item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.2em;
  height: 2.2em;
  top: 50%;
  right: 2.5em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%232f3131%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C.267%2C12.542%2C0l-.267%2C12.543%22%20transform%3D%22translate(8.058%202.121)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.l-footer-banner__item a:hover {
  color: #BBA975 !important;
}
.l-footer-banner__item-image {
  width: 12.5em;
}
@media screen and (max-width: 959px) {
  .l-footer-banner__item-image {
    width: 9em;
  }
}
.l-footer-banner__item-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .l-footer-banner__item-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8;
  }
}

.l-footer {
  padding: 4em 0 2.4em;
  background-color: #491D24;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 3em 0 2em;
  }
}
.l-footer__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 4em;
}
.l-footer__list > li {
  width: calc(33.33% - 2.6666666667em);
}
@media screen and (max-width: 959px) {
  .l-footer__list > li {
    width: 100%;
  }
}
.l-footer__list > li a {
  position: relative;
  display: block;
  padding: 1.4em 0;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%232f3131%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C0H6.052V6.052%22%20transform%3D%22translate(3.279%200.74)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.l-footer__list > li a:hover {
  color: #fff !important;
  opacity: 0.6;
}
.l-footer__list > li a > span {
  font-size: 1.4em;
}
.l-footer__info {
  margin-top: 5em;
  padding: 3em 5em;
  background-color: #59252E;
}
@media screen and (max-width: 959px) {
  .l-footer__info {
    margin-top: 3em;
    padding: 2em 1.5em;
  }
}
.l-footer__info p {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .l-footer__info p {
    font-weight: 500;
  }
}
.l-footer__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4em;
}
@media screen and (max-width: 959px) {
  .l-footer__item {
    flex-direction: column;
    gap: 2em;
  }
}
.l-footer__sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}
.l-footer__sns > li {
  max-width: 3.4em;
  max-height: 3.2em;
}
.l-footer__sns > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-footer__sns > li a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns > li a img {
  height: 100%;
}
.l-footer__copy {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.p-top-kv__slider {
  max-width: calc(84.7222222222vw + 1em);
  margin: 0 auto;
  overflow: visible !important;
}
@media screen and (max-width: 959px) {
  .p-top-kv__slider {
    max-width: calc(82.0512820513vw + 1em);
  }
}
.p-top-kv__slider-wrap {
  overflow: hidden;
}
.p-top-kv__slider-item img {
  width: 100%;
  padding: 0 0.5em;
}
.p-top-kv .swiper-pagination {
  position: static;
  margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
  .p-top-kv .swiper-pagination {
    margin-top: 1em;
  }
}
.p-top-kv .swiper-pagination-bullet {
  margin: 0 0.8em !important;
}
@media screen and (max-width: 959px) {
  .p-top-kv .swiper-pagination-bullet {
    margin: 0 0.5em !important;
  }
}
.p-top-kv .swiper-pagination-bullet-active {
  background: #333131;
}

.p-top-news {
  margin-top: 2.5em;
  padding: 1.1em 0;
  background-color: #BBA975;
  text-align: center;
}
.p-top-news__text {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-top-news__text {
    font-size: 1.4em;
  }
}

.block-top-event {
  width: 113em;
  padding: 5em 1.5em;
}
@media screen and (max-width: 959px) {
  .block-top-event {
    padding: 3.4em 1.5em 4em;
  }
}
@media screen and (max-width: 959px) {
  .block-top-event {
    width: 100%;
  }
}
.block-top-event--header {
  margin: 0;
  padding: 0;
  font-size: 3.2em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-top-event--header {
    padding-right: 3.2em;
    font-size: 2.8em;
  }
}
.block-top-event--header::after {
  content: none;
}
.block-top-event--header a {
  pointer-events: none;
}
.block-top-event .block-top-event--goods {
  margin-top: 2.5em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-top-event--goods {
    position: relative;
    margin-top: 2em;
  }
}
.block-top-event .block-top-event--goods .c-button01 {
  margin-top: 4em;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-top-event--goods .c-button01 {
    position: absolute;
    right: 0;
    bottom: calc(100% + 2.8em);
    margin: 0;
  }
  .block-top-event .block-top-event--goods .c-button01 > span {
    font-size: 1.2em;
  }
}
.block-top-event .block-pickup-list-p {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.block-top-event .block-pickup-list-p--items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p--items {
    justify-content: flex-start;
    gap: 1.5em;
    overflow-x: auto;
  }
}
.block-top-event .block-pickup-list-p li {
  display: contents;
}
.block-top-event .block-pickup-list-p--item-body {
  position: relative;
  display: block;
  width: calc(16.6666666667% - 1.6666666667em);
  margin: 0;
  padding: 0 0 5em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p--item-body {
    flex-shrink: 0;
    width: 14em;
  }
}
.block-top-event .block-pickup-list-p--image {
  display: block;
  width: 100% !important;
}
.block-top-event .block-pickup-list-p--image a {
  display: block;
  width: 100%;
}
.block-top-event .block-pickup-list-p--image a figure {
  width: 100%;
  height: 100%;
  padding: 0.5em;
  background: none;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.block-top-event .block-pickup-list-p--image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.block-top-event .block-pickup-list-p--image a figure img:hover {
  transform: scale(1.05);
}
.block-top-event .block-pickup-list-p--item-description {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 0;
}
.block-top-event .block-pickup-list-p--goods-name {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p--goods-name {
    font-size: 1.2em;
  }
}
.block-top-event .block-pickup-list-p--goods-name a {
  text-decoration: none;
}
.block-top-event .block-pickup-list-p--goods-name a:hover {
  color: #BBA975 !important;
}
.block-top-event .block-pickup-list-p--comment,
.block-top-event .block-pickup-list-p .block-icon {
  display: none;
}
.block-top-event .block-pickup-list-p--add-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.block-top-event .block-pickup-list-p--add-cart .block-list-add-cart-btn {
  width: 100%;
  border: 1px solid #2F3131;
  background: none;
  font-size: 1.2em;
}
.block-top-event .block-pickup-list-p--add-cart .block-list-add-cart-btn::before {
  content: "カートに入れる";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  padding-left: 1.7em;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.613' height='16.613' viewBox='0 0 16.613 16.613'%3E%3Crect width='16.613' height='16.613' fill='%232f3131' opacity='0'/%3E%3Cpath d='M2760.28,143.909h-10.462l-1.22-10.132h-1.723a.3.3,0,0,1,0-.6h2.258l1.22,10.132h9.927a.3.3,0,1,1,0,.6Z' transform='translate(-2746.008 -131.389)' fill='%232f3131'/%3E%3Cpath d='M2761.6,143.251h-10.208v-.6h10.145a1.132,1.132,0,0,0,.065-.134l0,0,1.671-4.083h-12.6v-.6h12.978a.351.351,0,0,1,.345.334.541.541,0,0,1-.075.273l-1.763,4.306a1.289,1.289,0,0,1-.2.343A.5.5,0,0,1,2761.6,143.251Z' transform='translate(-2747.634 -133.23)' fill='%232f3131'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(3.842 13.154)' fill='%232f3131'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(11.089 13.154)' fill='%232f3131'/%3E%3C/svg%3E") no-repeat center left/1.3em 1.3em;
  color: #2F3131;
  font-weight: bold;
  transform: translate(-50%, -50%);
  transition: background 0.3s, color 0.3s;
}
.block-top-event .block-pickup-list-p--add-cart .block-list-add-cart-btn:hover {
  background: #2F3131;
  color: #2F3131 !important;
  opacity: 1;
}
.block-top-event .block-pickup-list-p--add-cart .block-list-add-cart-btn:hover::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.613' height='16.613' viewBox='0 0 16.613 16.613'%3E%3Crect width='16.613' height='16.613' fill='%23ffffff' opacity='0'/%3E%3Cpath d='M2760.28,143.909h-10.462l-1.22-10.132h-1.723a.3.3,0,0,1,0-.6h2.258l1.22,10.132h9.927a.3.3,0,1,1,0,.6Z' transform='translate(-2746.008 -131.389)' fill='%23ffffff'/%3E%3Cpath d='M2761.6,143.251h-10.208v-.6h10.145a1.132,1.132,0,0,0,.065-.134l0,0,1.671-4.083h-12.6v-.6h12.978a.351.351,0,0,1,.345.334.541.541,0,0,1-.075.273l-1.763,4.306a1.289,1.289,0,0,1-.2.343A.5.5,0,0,1,2761.6,143.251Z' transform='translate(-2747.634 -133.23)' fill='%23ffffff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(3.842 13.154)' fill='%23ffffff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(11.089 13.154)' fill='%23ffffff'/%3E%3C/svg%3E");
  color: #fff;
}
.block-top-event .block-pickup-list-p--price-items:has(.default-price) .price {
  color: #9F2732;
}
.block-top-event .block-pickup-list-p .price {
  margin-top: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p .price {
    font-size: 1.4em;
  }
}
.block-top-event .block-pickup-list-p .price::after {
  content: "（税込）";
  font-size: 70%;
}
.block-top-event .block-pickup-list-p .default-price {
  font-size: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .block-top-event .block-pickup-list-p .default-price {
    font-size: 1.1em;
  }
}
.block-top-event .block-pickup-list-p .default-price::after {
  content: "（税込）";
}

.p-top-search {
  padding: 5em 0 6em;
  background-color: #F1F1F1;
}
@media screen and (max-width: 959px) {
  .p-top-search {
    padding: 3em 0 4em;
  }
}
.p-top-search__list-wrap + .p-top-search__list-wrap {
  margin-top: 4em;
}
@media screen and (max-width: 959px) {
  .p-top-search__list-wrap + .p-top-search__list-wrap {
    margin-top: 3em;
  }
}
.p-top-search__image-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5em 3.2em;
}
@media screen and (max-width: 959px) {
  .p-top-search__image-list {
    gap: 1.5em 1em;
  }
}
.p-top-search__image-list > li {
  width: calc(50% - 1.6em);
}
@media screen and (max-width: 959px) {
  .p-top-search__image-list > li {
    width: calc(50% - 0.5em);
  }
}
.p-top-search__image-list > li a {
  text-decoration: none;
}
.p-top-search__image-list > li a .image {
  overflow: hidden;
  aspect-ratio: 795/412;
}
.p-top-search__image-list > li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-top-search__image-list > li a .caption {
  margin-top: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
}
@media screen and (max-width: 959px) {
  .p-top-search__image-list > li a .caption {
    margin-top: 0.3em;
    font-size: 1.4em;
  }
}
.p-top-search__image-list > li a:hover .image img {
  transform: scale(1.05);
}
.p-top-search__image-list > li a:hover .caption {
  color: #2F3131;
}
.p-top-search__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .p-top-search__list {
    gap: 0.6em;
  }
}
.p-top-search__list > li {
  width: calc(20% - 0.8em);
}
@media screen and (max-width: 959px) {
  .p-top-search__list > li {
    width: calc(50% - 0.3em);
  }
}
.p-top-search__list > li a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 4.5em;
  padding: 1em 1.4em;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .p-top-search__list > li a {
    min-height: 5em;
  }
}
.p-top-search__list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1em;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='10' viewBox='0 0 12 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12' height='10' transform='translate(0.011)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.011)' clip-path='url(%23a)'%3E%3Cpath d='M0,0,6.688-.636,6.052,6.052' transform='translate(3.968 0.74) rotate(45)' fill='none' stroke='%232f3131' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.p-top-search__list > li a > span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3em;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  .p-top-search__list > li a > span {
    z-index: 1.4em;
  }
}
.p-top-search__list > li a:hover > span {
  color: #BBA975;
}
.p-top-search__feature-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .p-top-search__feature-list {
    gap: 1em;
  }
}
.p-top-search__feature-list > li {
  width: calc(25% - 1.5em);
}
@media screen and (max-width: 959px) {
  .p-top-search__feature-list > li {
    width: calc(50% - 0.5em);
  }
}
.p-top-search__feature-list > li a {
  width: 100%;
}
.p-top-search__feature-list > li a .image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-top-search__feature-list > li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-top-search__feature-list > li a:hover .image img {
  transform: scale(1.05);
}

.p-top-rank {
  margin: 5em 0 4em;
}
.p-top-rank__tab {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-top-rank__tab-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2.5em 0 3em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-list {
    margin: 2em 0;
  }
}
.p-top-rank__tab-list > li {
  min-width: 15em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-list > li {
    width: auto;
    min-width: initial;
    padding: 0 0.8em 0.8em;
  }
}
.p-top-rank__tab-list > li.is-current {
  border-color: #2F3131;
}
.p-top-rank__tab-list > li.is-current > span {
  opacity: 1;
}
.p-top-rank__tab-list > li:hover > span {
  color: #BBA975;
  opacity: 1;
}
.p-top-rank__tab-list > li > span {
  font-size: 1.4em;
  font-weight: bold;
  opacity: 0.4;
  transition: color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-list > li > span {
    font-size: 1.3em;
  }
}
.p-top-rank__tab-content {
  position: relative;
}
.p-top-rank__tab-content > div {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1.2s, visibility 1.2s;
}
.p-top-rank__tab-content > div.is-active {
  position: relative;
  z-index: 0;
  opacity: 1;
  visibility: visible;
}
.p-top-rank__tab-content > div .block-top-event--goods {
  text-align: center;
}
.p-top-rank__tab-content > div .block-top-event--goods a:hover {
  color: #BBA975 !important;
}
.p-top-rank__tab-content > div .block-top-event--goods .c-button01 {
  margin-top: 4em;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-top-event--goods .c-button01 {
    margin-top: 2.5em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--items {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--items {
    justify-content: flex-start;
    gap: 1.5em;
    overflow-x: auto;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--items > li {
  display: contents;
}
.p-top-rank__tab-content > div .block-ranking-r--goods {
  max-width: 16.6em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--goods {
    flex-shrink: 0;
    max-width: 14em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--goods-image {
  height: auto;
  padding: 0;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-image a {
  display: block;
  width: 100%;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-image a figure {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5em;
  background: none;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-image a figure img:hover {
  transform: scale(1.05);
}
.p-top-rank__tab-content > div .block-ranking-r--rank {
  top: 0;
  left: 0;
  z-index: 1;
  width: 1.6em;
  height: 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}
.p-top-rank__tab-content > div .block-ranking-r--rank::after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 2.75em;
  height: 2.75em;
  background-color: #BBA975;
  transform: none;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-top-rank__tab-content > div .block-ranking-r--rank-2::after {
  background-color: #A8AAA9;
}
.p-top-rank__tab-content > div .block-ranking-r--rank-3::after {
  background-color: #947962;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-description {
  margin-top: 1.5em;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--goods-description {
    margin-top: 1.2em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--goods-description .block-icon {
  display: none;
}
.p-top-rank__tab-content > div .block-ranking-r--goods-name {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--goods-name {
    font-size: 1.2em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--price-infos .price {
  margin-top: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--price-infos .price {
    font-size: 1.4em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--price-infos .price::after {
  content: "（税込）";
  font-size: 70%;
}
.p-top-rank__tab-content > div .block-ranking-r--price-infos .default-price {
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-top-rank__tab-content > div .block-ranking-r--price-infos .default-price {
    font-size: 1.1em;
  }
}
.p-top-rank__tab-content > div .block-ranking-r--price-infos .default-price::after {
  content: "（税込）";
}

.block-top-topic {
  width: 100%;
  max-width: 113em;
  margin: 4em auto 5em;
  padding: 0 1.5em;
  border: none;
}
.block-top-topic--header {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.2em;
  text-align: left !important;
}
@media screen and (max-width: 959px) {
  .block-top-topic--header {
    font-size: 2.8em;
  }
}
.block-top-topic--header > span {
  display: none;
}
.block-top-topic--header::before {
  content: "お知らせ";
  color: #2F3131;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.block-top-topic--header::after {
  content: none !important;
}
.block-top-topic--body {
  width: 100%;
  margin-top: 2.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  .block-top-topic--body {
    margin-top: 2em;
  }
}
.block-top-topic--items {
  margin: 0;
  border: none;
}
.block-top-topic--items > li {
  position: relative;
  padding: 0;
  border-color: #E5E5E5;
}
.block-top-topic--items > li:nth-child(n+4) {
  display: none;
}
.block-top-topic--items > li:not(:has(a)) {
  padding: 2em 1em;
}
@media screen and (max-width: 959px) {
  .block-top-topic--items > li:not(:has(a)) {
    padding: 1em 1em 1.5em;
  }
}
.block-top-topic--items > li a {
  padding: 2em 1em;
}
@media screen and (max-width: 959px) {
  .block-top-topic--items > li a {
    padding: 1em 1em 1.5em;
  }
}
.block-top-topic--items > li a:hover {
  color: #BBA975 !important;
}
@media screen and (max-width: 959px) {
  .block-top-topic--items > li dl {
    flex-direction: column;
    gap: 0.6em;
  }
}
.block-top-topic--items > li dl dt {
  flex-shrink: 0;
  width: 12em;
  color: #999999;
  font-size: 1.3em;
  line-height: 1.8;
}
.block-top-topic--items > li dl dd {
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.block-top-topic--items > li img {
  position: absolute;
  display: block;
  width: auto;
  height: 1.9em;
  top: 3.15em;
  right: auto;
  bottom: auto;
  left: 8em;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .block-top-topic--items > li img {
    top: 2.2em;
    left: 8.5em;
    height: 1.7em;
  }
}
.block-top-topic--next-page {
  margin-top: 4em;
}
@media screen and (max-width: 959px) {
  .block-top-topic--next-page {
    margin-top: 2.5em;
  }
}
.block-top-topic--next-page a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 21.43em;
  min-height: 2.86em;
  margin: 0 auto;
  padding: 0.57em 0.71em;
  border: 1px solid #2F3131;
  background-color: #2F3131;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .block-top-topic--next-page a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959px) {
  .block-top-topic--next-page a {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 11em;
    min-height: initial;
    padding: 0 2.4em 0.5em 0;
    border: none;
    border-bottom: 1px solid #999999;
    background: none;
    color: #fff;
    text-align: left;
  }
}
.block-top-topic--next-page a:hover {
  color: #2F3131 !important;
}
@media screen and (max-width: 959px) {
  .block-top-topic--next-page a:hover {
    color: #fff !important;
  }
}
.block-top-topic--next-page a::before {
  content: "お知らせ一覧を見る";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  border: none;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .block-top-topic--next-page a::before {
    top: calc(50% - 0.35em);
    left: 0;
    min-width: 11em;
    color: #2F3131;
    font-weight: bold;
    transform: translateY(-50%);
  }
}
.block-top-topic--next-page a::after {
  content: none;
}
@media screen and (max-width: 959px) {
  .block-top-topic--next-page a::after {
    content: "";
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    top: calc(50% - 0.35em);
    right: 0;
    bottom: auto;
    left: auto;
    border: none;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='10' viewBox='0 0 12 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12' height='10' transform='translate(0.011)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.011)' clip-path='url(%23a)'%3E%3Cpath d='M0,0,6.688-.636,6.052,6.052' transform='translate(3.968 0.74) rotate(45)' fill='none' stroke='%232f3131' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
}

.block-top-free-2 {
  width: 100%;
}

.p-top-about {
  padding: 5em 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 959px) {
  .p-top-about {
    padding: 3.4em 0 4em;
  }
}
.p-top-about__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8em;
}
@media screen and (max-width: 959px) {
  .p-top-about__container {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-about__image {
  flex-shrink: 0;
  width: 55em;
}
@media screen and (max-width: 959px) {
  .p-top-about__image {
    order: 2;
    width: 100%;
    max-width: 50em;
    margin: 0 auto 2em;
  }
}
.p-top-about__image img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-top-about__item {
    display: contents;
  }
  .p-top-about__item .c-text01 {
    order: 3;
  }
  .p-top-about__item .c-button-wrap01 {
    order: 4;
  }
}

.p-top-info {
  padding: 4em 0 0;
}
@media screen and (max-width: 959px) {
  .p-top-info {
    padding: 2em 0 0;
  }
}
.p-top-info__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .p-top-info__list {
    flex-wrap: wrap;
    gap: 1em;
  }
}
.p-top-info__list > li {
  width: calc(25% - 1.5em);
}
@media screen and (max-width: 959px) {
  .p-top-info__list > li {
    width: calc(50% - 0.5em);
  }
}
.p-top-info__list > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.5em 2em;
  border: 1px solid #E5E5E5;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  .p-top-info__list > li a {
    padding: 2em 1.5em 3em;
  }
}
.p-top-info__list > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 3.2em;
  height: 3.2em;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: #2F3131;
}
@media screen and (max-width: 959px) {
  .p-top-info__list > li a::before {
    width: 2em;
    height: 2em;
  }
}
.p-top-info__list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.6em;
  height: 1.6em;
  top: auto;
  right: 0.8em;
  bottom: 0.8em;
  left: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='10' viewBox='0 0 12 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12' height='10' transform='translate(0.011)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-0.011)' clip-path='url(%23a)'%3E%3Cpath d='M0,0,6.688-.636,6.052,6.052' transform='translate(3.968 0.74) rotate(45)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-info__list > li a::after {
    right: 0.5em;
    bottom: 0.5em;
    width: 1em;
    height: 1em;
  }
}
.p-top-info__list > li a:hover {
  color: #BBA975 !important;
}
.p-top-info__list-icon {
  width: 6em;
}
@media screen and (max-width: 959px) {
  .p-top-info__list-icon {
    width: 4em;
  }
}
.p-top-info__list-icon svg {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-top-info__list-icon svg {
    height: 100%;
  }
}
.p-top-info__list-title {
  margin: 1em 0 0.75em;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-top-info__list-title {
    margin: 0.75em 0 0.62em;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 959px) {
  .p-top-info__list .c-text01 {
    font-size: 1.2em;
  }
}
.p-top-info__box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5em;
  margin-top: 3em;
  padding: 4.5em 12em 5em;
  background-color: #F1F1F1;
}
@media screen and (max-width: 959px) {
  .p-top-info__box {
    flex-direction: column;
    gap: 3.5em;
    padding: 4em 2em 5em;
  }
}
.p-top-info__box-item {
  position: relative;
  width: 50%;
  padding-bottom: 6.5em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-top-info__box-item {
    width: 100%;
    padding-bottom: 6em;
  }
}
.p-top-info__box-item .c-text01 {
  text-align: left;
}
.p-top-info__box-item .c-button01 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-cart--procedure-container .p-cart-cool,
.block-cart--rule-container .p-cart-cool {
  order: 2;
  margin-bottom: 20px;
}
.block-cart--procedure-container .p-cart-cool__button,
.block-cart--rule-container .p-cart-cool__button {
  position: relative;
}
.block-cart--procedure-container .p-cart-cool__button-on,
.block-cart--rule-container .p-cart-cool__button-on {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  border: 1px solid #2F3131;
  cursor: pointer;
}
.block-cart--procedure-container .p-cart-cool__button-off,
.block-cart--rule-container .p-cart-cool__button-off {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #06b6d4;
  border: 1px solid #06b6d4;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.block-cart--procedure-container .p-cart-cool__button-off::after,
.block-cart--rule-container .p-cart-cool__button-off::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.block-cart--procedure-container .p-cart-cool__button-off input,
.block-cart--rule-container .p-cart-cool__button-off input {
  display: none;
}
.block-cart--procedure-container .p-cart-cool__button-off.is-active,
.block-cart--rule-container .p-cart-cool__button-off.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.block-cart--procedure-container .p-cart-cool__button-text,
.block-cart--rule-container .p-cart-cool__button-text {
  padding-left: 25px;
}
.block-cart--procedure-container .block-cart--order,
.block-cart--rule-container .block-cart--order {
  order: 3;
}

.page-topicdetaillist .container {
  width: 100%;
  max-width: 113em;
  padding: 0 1.5em;
}
.page-topicdetaillist .pane-main {
  width: 100%;
}
.page-topicdetaillist .block-icon-image--flex-cell {
  position: relative;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-topicdetaillist .block-icon-image--flex-cell::before {
  content: "お知らせ一覧";
  position: absolute;
  top: 0;
  left: 0;
  color: #2F3131;
}
.page-topicdetaillist .block-icon-image--flex-cell-margin {
  display: none;
}
.page-topicdetaillist .block-topic-details--header {
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-topicdetaillist .block-topic-details--header::before {
  content: "お知らせ一覧";
  position: absolute;
  top: 20px;
  left: 10px;
  color: #2F3131;
}
.page-topicdetaillist .block-topic-details--pager-top {
  display: none;
}
.page-topicdetaillist .block-topic-details--items {
  margin: 0;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.page-topicdetaillist .block-topic-details--items > li {
  position: relative;
  padding: 0;
  border-color: #E5E5E5;
}
.page-topicdetaillist .block-topic-details--items > li:not(:has(a)) {
  padding: 2em 1em;
}
@media screen and (max-width: 959px) {
  .page-topicdetaillist .block-topic-details--items > li:not(:has(a)) {
    padding: 1em 1em 1.5em;
  }
}
.page-topicdetaillist .block-topic-details--items > li a,
.page-topicdetaillist .block-topic-details--items > li p {
  padding: 2em 1em;
}
@media screen and (max-width: 959px) {
  .page-topicdetaillist .block-topic-details--items > li a,
.page-topicdetaillist .block-topic-details--items > li p {
    padding: 1em 1em 1.5em;
  }
}
.page-topicdetaillist .block-topic-details--items > li a:hover {
  color: #BBA975 !important;
}
.page-topicdetaillist .block-topic-details--items > li dl {
  display: flex;
}
@media screen and (max-width: 959px) {
  .page-topicdetaillist .block-topic-details--items > li dl {
    flex-direction: column;
    gap: 0.6em;
  }
}
.page-topicdetaillist .block-topic-details--items > li dl dt {
  flex-shrink: 0;
  width: 12em;
  color: #999999;
  font-size: 1.3em;
  line-height: 1.8;
}
.page-topicdetaillist .block-topic-details--items > li dl dd {
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.page-topicdetaillist .block-topic-details--items > li img {
  position: absolute;
  display: block;
  width: auto;
  height: 1.9em;
  top: 3.15em;
  right: auto;
  bottom: auto;
  left: 8em;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .page-topicdetaillist .block-topic-details--items > li img {
    top: 2.2em;
    left: 8.5em;
    height: 1.7em;
  }
}
.page-topicdetaillist .block-topic-details--pager-bottom {
  margin: 4em 0 3em;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pager-total {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pager-total .pager-count {
  font-size: 1.5em;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pagination {
  margin: 0 0.3em;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pagination li {
  margin: 0;
  padding: 0 0.5em;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pagination li.pager-current span {
  background-color: #2F3131 !important;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pagination li span,
.page-topicdetaillist .block-topic-details--pager-bottom .pagination li a {
  width: 2.8571428571em;
  height: 2.8571428571em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  line-height: 2.8571428571em;
}
.page-topicdetaillist .block-topic-details--pager-bottom .pagination li a {
  color: #2F3131 !important;
}
.page-topicdetaillist .action-buttons .btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}

.page-topic .pane-contents .container {
  width: 100%;
  max-width: 113em;
  padding: 0 1.5em;
}
.page-topic .pane-main {
  width: 100%;
  margin-bottom: 8em;
}
.page-topic .block-topic-page--article-icon {
  height: 1.2em;
}
.page-topic .block-topic-page--article-body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.p-page .c-text01 {
  margin-bottom: 0;
  padding: 0;
}
.p-page a {
  transition: color 0.3s;
}
.p-page a:hover {
  color: #BBA975 !important;
}
.p-page__heading {
  margin: 8em 0;
  text-align: center;
}
.p-page__title01 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
}
.p-page__title01::after {
  content: none !important;
}
.p-page__title01 > span {
  padding: 0 !important;
  font-size: 3.2em !important;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 959px) {
  .p-page__title01 > span {
    font-size: 2.8em;
  }
}
.p-page__title01:not(:last-child) {
  margin-top: 0;
  margin-bottom: 6em;
}
@media screen and (max-width: 959px) {
  .p-page__title01:not(:last-child) {
    margin-bottom: 5em;
  }
}
.p-page__title02 {
  margin: 0 !important;
  padding: 1em 1em 0.8em !important;
  border: none !important;
  background-color: #E5E5E5;
  font-size: 1em !important;
}
.p-page__title02 > span {
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-page__title02 > span {
    font-size: 2.4em;
  }
}
.p-page__title02:not(:last-child) {
  margin-bottom: 4em !important;
}
@media screen and (max-width: 959px) {
  .p-page__title02:not(:last-child) {
    margin-bottom: 3em !important;
  }
}
.p-page__title03 {
  margin: 0 !important;
  padding: 0 0 0.5em 0 !important;
  border-bottom: 1px solid #2F3131;
  background: none !important;
  color: #2F3131 !important;
  font-size: 1em !important;
  line-height: 1.5;
}
.p-page__title03 > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-page__title03 > span {
    font-size: 2em;
  }
}
.p-page__title03:not(:last-child) {
  margin-bottom: 3em !important;
}
@media screen and (max-width: 959px) {
  .p-page__title03:not(:last-child) {
    margin-bottom: 2em !important;
  }
}
.p-page__title04 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 1.4em !important;
  border-bottom: none !important;
  font-size: 1em !important;
  line-height: 1.5;
}
.p-page__title04::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.4em;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #E5E5E5;
}
.p-page__title04 > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-page__title04 > span {
    font-size: 1.8em;
  }
}
.p-page__title04:not(:last-child) {
  margin-bottom: 1.7em !important;
}
@media screen and (max-width: 959px) {
  .p-page__title04:not(:last-child) {
    margin-bottom: 1.5em !important;
  }
}
.p-page__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1em 1em;
}
@media screen and (max-width: 959px) {
  .p-page__nav-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .p-page__nav-list > li {
    width: calc(50% - 0.5em);
  }
}
.p-page__nav-list > li.long {
  grid-column: 3/5;
  grid-row: 2/3;
}
@media screen and (max-width: 959px) {
  .p-page__nav-list > li.long {
    width: 100%;
  }
}
.p-page__nav-list > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: initial;
  max-width: initial;
}
@media screen and (max-width: 959px) {
  .p-page__nav-list > li > a {
    padding: 0.8em 2.8em 0.8em 1em;
  }
}
.p-page__nav-list > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(-0.096%200.411)%22%20fill%3D%22%23333131%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(15.411%200.096)%20rotate(90)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C0H9.119V9.119%22%20transform%3D%22translate(4.941%201.115)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-page__nav-list > li > a > span {
    font-size: 1.3em;
  }
}
.p-page__section {
  margin: 8em 0;
}
@media screen and (max-width: 959px) {
  .p-page__section {
    margin: 6em 0;
  }
}
.p-page__section:last-child {
  margin-bottom: 12em;
}
@media screen and (max-width: 959px) {
  .p-page__section:last-child {
    margin-bottom: 8em;
  }
}
.p-page__wrap + .p-page__wrap {
  margin-top: 5em;
}
.p-page__textarea {
  padding: 0 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
}
.p-page__textarea + .p-page__textarea {
  margin-top: 3em;
}
.p-page__textarea > * + * {
  margin-top: 1.7em;
}
.p-page__image {
  width: 100%;
}
.p-page__image img {
  width: 100%;
  height: auto;
}
.p-page__image--5col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.p-page__image--5col img {
  width: calc(20% - 1.6em);
}
@media screen and (max-width: 959px) {
  .p-page__image--5col img {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
.p-page__image--6col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.p-page__image--6col img {
  width: calc(16.6666666667% - 1.6666666667em);
}
@media screen and (max-width: 959px) {
  .p-page__image--6col img {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
.p-page__list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-page__list > li + li {
  margin-top: 0.5em;
}
.p-page__list > li::before {
  content: "・";
  position: absolute;
  display: block;
  width: 1em;
  height: 1.7em;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.p-page__order-list {
  padding-left: 2em;
}
.p-page__order-list > li {
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
  list-style-type: decimal;
}
.p-page__order-list > li + li {
  margin-top: 0.5em;
}
.p-page__table {
  table-layout: fixed;
}
.p-page__table th,
.p-page__table td {
  min-width: 15em;
  padding: 0.8em 1.5em;
  border: 1px solid #2F3131;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-page__table th,
.p-page__table td {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 959px) {
  .p-page__table th,
.p-page__table td {
    min-width: 6em;
  }
}
.p-page__table th {
  background-color: #E5E5E5;
  font-weight: bold;
}
.p-page__table caption {
  caption-side: bottom;
  margin-top: 0.3em;
  text-align: left;
}
.p-page__3col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4em 3em;
}
@media screen and (max-width: 959px) {
  .p-page__3col {
    gap: 3em 2em;
    max-width: 50em;
    margin: 0 auto;
  }
}
.p-page__3col-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(33.3333333333% - 2em);
}
@media screen and (max-width: 959px) {
  .p-page__3col-item {
    width: calc(50% - 1em);
  }
}
.p-page__3col-caption {
  flex-grow: 1;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-page__3col-fig {
  width: 100%;
}
.p-page__3col-fig img {
  width: 100%;
  height: auto;
}
.p-page__5col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3em 2em;
}
@media screen and (max-width: 959px) {
  .p-page__5col {
    max-width: 50em;
    margin: 0 auto;
  }
}
.p-page__5col-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(20% - 1.6em);
}
@media screen and (max-width: 959px) {
  .p-page__5col-item {
    width: calc(50% - 1em);
  }
}
.p-page__5col-caption {
  flex-grow: 1;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-page__5col-fig {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-page__5col-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-page__faq > div:last-child {
  border-bottom: 1px solid #2F3131;
}
.p-page__faq > div dt {
  position: relative;
  padding: 1em 3em 1em 0;
  border-top: 1px solid #2F3131;
  font-size: 1.6em;
}
@media screen and (max-width: 959px) {
  .p-page__faq > div dt {
    font-size: 1.5em;
  }
}
.p-page__faq > div dt::before, .p-page__faq > div dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 2px;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-color: #2F3131;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-page__faq > div dt::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-page__faq > div dd .p-page__textarea {
  border-top: 1px solid #2F3131;
  padding-top: 2em;
  padding-bottom: 4em;
}
@media screen and (max-width: 959px) {
  .p-page__faq > div dd .p-page__textarea {
    padding-bottom: 3em;
  }
}
.p-page__define {
  max-width: 80em;
  margin: 0 auto;
}
.p-page__define > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2em;
  padding: 2em 0;
  border-bottom: 1px solid #2F3131;
}
.p-page__define > div dt {
  flex-shrink: 0;
  width: 10em;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-page__define > div dt {
    width: 8em;
  }
}
.p-page__define > div dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-page__feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4em 2em;
}
@media screen and (max-width: 959px) {
  .p-page__feature {
    gap: 2em 1em;
  }
}
.p-page__feature-item {
  width: calc(25% - 1.5em);
}
@media screen and (max-width: 959px) {
  .p-page__feature-item {
    width: calc(50% - 0.5em);
  }
}
.p-page__feature-item a {
  text-decoration: none;
}
.p-page__feature-item a:hover .image img {
  transform: scale(1.05);
}
.p-page__feature-item a .image {
  margin-bottom: 1em;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-page__feature-item a .image img {
  width: 100%;
  transition: transform 0.3s;
}
.p-page__feature-item a .title {
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-page__feature-item a .title {
    font-size: 1.6em;
  }
}
.p-page__feature-item a .lead {
  margin-top: 0.2em;
  font-size: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-page__feature-item a .lead {
    font-size: 1.3em;
  }
}

.p-feature .cate-text {
  display: inline-block;
  font-size: 1em;
  line-height: inherit;
}
.p-feature__head {
  margin-bottom: 4em;
}
.p-feature__head h1 {
  margin: 0;
}
.p-feature__title01 {
  margin: 0 0 1.25em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #2F3131;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-feature__title01 {
    font-size: 2em;
  }
}
.p-feature__title02 {
  position: relative;
  margin: 0 0 1.25em 0;
  padding-bottom: 0.3em;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-feature__title02 {
    font-size: 2em;
  }
}
.p-feature__title02::after {
  content: "";
  position: absolute;
  display: block;
  width: 3em;
  height: 1px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #491D24;
}
.p-feature__title03 {
  position: relative;
  margin: 0 0 1.25em 0;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-feature__title03 {
    font-size: 2em;
  }
}
.p-feature__title04 {
  position: relative;
  margin: 0 0 2.4em 0;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-feature__title04 span {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #70561C;
  font-size: 2.8em;
}
@media screen and (max-width: 959px) {
  .p-feature__title04 span {
    font-size: 2.2em;
  }
}
.p-feature__title05 {
  position: relative;
  margin: 0 0 0.8em 0;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.p-feature__title06 {
  position: relative;
  margin: 0 0 0.8em 0;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.p-feature__lead {
  font-size: 1.8em;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-feature__lead {
    font-size: 1.6em;
  }
}
.p-feature__lead + p {
  margin-top: 1em;
}
.p-feature__price {
  font-weight: bold;
}
.p-feature__price .text {
  margin-right: 0.3em;
  font-size: 1.6em;
}
.p-feature__price .number {
  font-size: 2.4em;
}
.p-feature__price .yen {
  margin-left: 0.3em;
  font-size: 1.8em;
}
@media screen and (max-width: 959px) {
  .p-feature__price .yen {
    font-size: 1.4em;
  }
}
.p-feature__textwrap + .p-feature__textwrap {
  margin-top: 3em;
}
.p-feature__wrap + .p-feature__wrap {
  margin-top: 8em;
}
.p-feature__textarea {
  padding: 0 5em;
}
@media screen and (max-width: 959px) {
  .p-feature__textarea {
    padding: 0 1.5em;
  }
}
.p-feature__textarea + .p-feature__textarea {
  margin-top: 2em;
}
.p-feature__list:not(:last-child) {
  margin-bottom: 2em;
}
.p-feature__list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-feature__list > li {
    font-size: 1.4em;
  }
}
.p-feature__list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.p-feature__list > li + li {
  margin-top: 0.3em;
}
.p-feature__image {
  width: 100%;
  margin-bottom: 3em;
}
.p-feature__image img {
  width: 100%;
}
.p-feature__movie {
  position: relative;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.p-feature__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-feature__button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  max-width: 46em;
  margin: 3em auto 0;
}
.p-feature__button {
  display: block;
  transition: opacity 0.3s !important;
}
.p-feature__button:hover {
  opacity: 0.7;
}
.p-feature__button img {
  width: 100%;
}
.p-feature__2col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .p-feature__2col {
    flex-direction: column;
    gap: 2em;
  }
}
.p-feature__2col .img {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-feature__2col .img {
    width: 100%;
  }
}
.p-feature__2col .contents {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.p-feature__2col--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .p-feature__2col--reverse {
    flex-direction: column;
  }
}
.p-feature__3col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .p-feature__3col {
    flex-direction: column;
    gap: 2em;
  }
}
.p-feature__3col .item {
  width: 33.33%;
}
@media screen and (max-width: 959px) {
  .p-feature__3col .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5em;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-feature__3col .item .image {
    max-width: 30%;
  }
}
.p-feature__lineup {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .p-feature__lineup {
    gap: 2em;
  }
}
.p-feature__lineup > * {
  width: calc(33.3333333333% - 2em);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-feature__lineup > * {
    width: calc(50% - 1em);
  }
}
.p-feature__naiyou {
  display: inline-block;
  text-align: left;
}
.p-feature__naiyou:not(:last-child) {
  margin-bottom: 2em;
}
.p-feature__naiyou .title {
  margin-bottom: 0.8em;
  border-bottom: 1px solid #2F3131;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-feature__naiyou .title {
    font-size: 1.6em;
  }
}
.p-feature__naiyou .list:not(:last-child) {
  margin-bottom: 0.8em;
}
.p-feature__naiyou .list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-feature__naiyou .list > li {
    font-size: 1.4em;
  }
}
.p-feature__naiyou .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.p-feature__naiyou .list > li + li {
  margin-top: 0.3em;
}
.p-feature__naiyou .text {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-feature__naiyou .text {
    font-size: 1.4em;
  }
}
.p-feature__naiyou .text + .text {
  margin-top: 0.5em;
}
.p-feature__note {
  padding: 2em;
  border: 1px solid #E5E5E5;
  text-align: left;
}
.p-feature__note:not(:last-child) {
  margin-bottom: 2em;
}
.p-feature__note .title {
  margin-top: 0;
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #2F3131;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-feature__note .title {
    font-size: 1.6em;
  }
}
.p-feature__note ul:not(:last-child) {
  margin-bottom: 0.8em;
}
.p-feature__note ul > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-feature__note ul > li {
    font-size: 1.4em;
  }
}
.p-feature__note ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.p-feature__note ul > li + li {
  margin-top: 0.3em;
}
.p-feature__box {
  padding: 4em;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 959px) {
  .p-feature__box {
    padding: 2em;
  }
}
.p-feature__tabel {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}
.p-feature__tabel th,
.p-feature__tabel td {
  min-width: 10em;
  padding: 0.5em 1em;
  border: 1px solid #A8AAA9;
  vertical-align: middle;
}
.p-feature__tabel th {
  background-color: #E5E5E5;
  text-align: center;
}
.p-feature__tabel-wrap {
  overflow-x: auto;
}

.p-feature-award__medals {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 5em;
}
@media screen and (max-width: 959px) {
  .p-feature-award__medals {
    gap: 2em;
  }
}
.p-feature-award__medal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  text-align: center;
}
.p-feature-award__medal-title {
  margin: 0;
  font-size: 1em;
}
.p-feature-award__medal-title > span {
  display: block;
}
.p-feature-award__medal-title > span:nth-child(1) {
  font-size: 2.2em;
}
.p-feature-award__medal-title > span:nth-child(2) {
  color: #999999;
  font-size: 1.2em;
}
.p-feature-award__medal-image {
  height: 11.6em;
}
@media screen and (max-width: 959px) {
  .p-feature-award__medal-image {
    height: 8em;
  }
}
.p-feature-award__medal-image img {
  width: auto;
  height: 100%;
}
.p-feature-award__medal-lead {
  font-size: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .p-feature-award__medal-lead {
    font-size: 1.4em;
  }
}
.p-feature-award__medal-lead .number {
  font-size: 140%;
  letter-spacing: 0.04em;
}
.p-feature-award__medal-lead .number:not(:first-child) {
  margin-left: 0.2em;
}
.p-feature-award__medal-text {
  margin-top: 0.2em;
  font-size: 1.3em;
}
@media screen and (max-width: 959px) {
  .p-feature-award__medal-text {
    font-size: 1.1em;
  }
}
.p-feature-award__title01 {
  margin: 0;
  font-size: 1em;
}
.p-feature-award__title01 > span {
  display: inline-block;
}
.p-feature-award__title01 > span:nth-child(1) {
  font-size: 2.8em;
}
.p-feature-award__title01 > span:nth-child(2) {
  margin-left: 0.9em;
  color: #999999;
  font-size: 1.5em;
}
.p-feature-award__title02 {
  margin: 0 0 0.4em 0;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-feature-award__desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #70561C;
  font-size: 1.4em;
}
.p-feature-award__head {
  position: relative;
  width: 100%;
  margin-bottom: 4em;
  overflow: hidden;
}
.p-feature-award__head-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-feature-award__head-bg {
    min-width: 78em;
  }
}
.p-feature-award__head-bg img {
  width: 100%;
  height: auto;
}
.p-feature-award__head-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 9.4em;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-feature-award__head-image {
    width: 8em;
  }
}
.p-feature-award__head-medal {
  position: absolute;
  display: block;
  width: 11.9em;
  height: auto;
  top: 6.8em;
  right: auto;
  bottom: auto;
  left: calc(50% + 8.4em);
}
@media screen and (max-width: 959px) {
  .p-feature-award__head-medal {
    top: 6em;
    left: calc(50% + 6em);
    width: 8em;
  }
}
.p-feature-award__head-medal img {
  width: 100%;
  height: auto;
}
.p-feature-award__heading {
  margin-bottom: 3.5em;
}
.p-feature-award__price {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-feature-award__price .text {
  font-size: 1.4em;
}
.p-feature-award__price .number {
  margin-left: 0.1em;
  font-size: 2em;
}
.p-feature-award__price .yen {
  margin-left: -0.1em;
  font-size: 0.9em;
}
@media screen and (max-width: 959px) {
  .p-feature-award__price .yen {
    font-size: 1.4em;
  }
}

.p-guide-accordion__button {
  position: relative;
  max-width: 20em;
  margin: 2em auto 6em;
  padding: 0.5em 2em;
  border: 1px solid #2F3131;
  background-color: #2F3131;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-guide-accordion__button:hover {
    opacity: 0.7;
  }
}
.p-guide-accordion__button > span {
  font-size: 1.6em;
}
.p-guide-accordion__button > span:nth-child(2) {
  display: none;
}
.p-guide-accordion__button.is-active > span {
  font-size: 1.6em;
}
.p-guide-accordion__button.is-active > span:nth-child(1) {
  display: none;
}
.p-guide-accordion__button.is-active > span:nth-child(2) {
  display: block;
}
.p-guide-accordion__content {
  position: relative;
  padding-top: 37em;
}
.p-guide-accordion__content::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6em;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(47, 49, 49, 0.2) 100%);
}
.p-guide-accordion__content.is-active::after {
  content: none;
}
.p-guide-accordion__inner {
  margin-top: -37em;
  overflow: hidden;
}

.p-check-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.5);
  color: #2F3131;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(8.3333333333px, 0.6944444444vw, 10px);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-check-modal {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}
.p-check-modal__content {
  width: calc(100% - 3em);
  max-width: 68em;
  padding: 5em 4em;
  background-color: #fff;
  text-align: center;
}
.p-check-modal__logo {
  max-width: 20em;
  margin: 0 auto;
}
.p-check-modal__logo img {
  width: 100%;
}
.p-check-modal__textarea {
  margin-top: 2em;
}
.p-check-modal__textarea > p + P {
  margin-top: 0.8em;
}
.p-check-modal__define {
  display: inline-block;
  width: auto;
  margin-top: 2em;
}
.p-check-modal__define dt {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}
.p-check-modal__age {
  margin-top: 0.4em;
}
.p-check-modal__age-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
}
.p-check-modal__age-year {
  position: relative;
  width: 14em;
  height: 4em;
}
.p-check-modal__age-year::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1.4em;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2212%22%20height%3D%2210%22%20transform%3D%22translate(0.011)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(10%20-0.011)%20rotate(90)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C0%2C6.688-.636%2C6.052%2C6.052%22%20transform%3D%22translate(3.968%200.74)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-check-modal__age-year select {
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  font-size: 1.4em;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-check-modal__age-year select::-ms-expand {
  display: none;
}
.p-check-modal__age-month {
  position: relative;
  width: 8em;
  height: 4em;
}
.p-check-modal__age-month::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1.4em;
  top: 50%;
  right: 1em;
  bottom: auto;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2212%22%20height%3D%2210%22%20transform%3D%22translate(0.011)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(10%20-0.011)%20rotate(90)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C0%2C6.688-.636%2C6.052%2C6.052%22%20transform%3D%22translate(3.968%200.74)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-check-modal__age-month select {
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  font-size: 1.4em;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-check-modal__age-month select::-ms-expand {
  display: none;
}
.p-check-modal__age-error {
  margin-top: 0.4em;
  text-align: left;
}
.p-check-modal__age-error > p {
  display: none;
  color: #cc0000;
  font-size: 1.2em;
}
.p-check-modal__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 0.5em 3em;
  border: none;
  background-color: #2F3131;
  color: #fff;
  outline: none;
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-check-modal__button:hover {
    opacity: 0.7;
  }
}
.p-check-modal__button > span {
  font-size: 1.4em;
}
.p-check-modal__button-wrap {
  margin-top: 2em;
}
.p-check-modal__bottom {
  margin-top: 3em;
}
.p-check-modal__bottom p {
  font-size: 1.2em;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-check-modal__bottom p {
    text-align: left;
  }
}
.p-check-modal__bottom a {
  transition: color 0.3s;
}
.p-check-modal__bottom a:hover {
  color: #BBA975 !important;
}