@charset "UTF-8";
body {
  counter-reset: number 0;
}
.pane-main .block-top-keyword {
  padding: 20px 0 5px;
}
.pane-main .block-top-keyword p {
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
}
.pane-main .block-top-keyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  overflow-x: scroll;
  padding: 0 15px 10px;
}
.pane-main .block-top-keyword li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pane-main .block-top-keyword li a {
  display: block;
  font-size: 12px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 8px;
}
.page-top .block-top-body--body {
  border: none;
  height: auto;
  margin-bottom: 0;
}
.page-top .top_splide {
  opacity: 0;
  visibility: visible;
}
.page-top .top_splide .splide__track,
.page-top .top_splide .splide__slide {
  max-width: 100%;
  padding: 0 2.3em;
}
.page-top .top_splide.is-initialized {
  opacity: 1;
}
.page-top .top_splide.is-initialized .splide__track,
.page-top .top_splide.is-initialized .splide__slide {
  padding: 0;
}
.page-top .top_splide .splide__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .top_splide .splide__slide img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.page-top .top_splide .splide__pagination {
  bottom: -18px;
  gap: 5px;
}
.page-top .top_splide .splide__pagination__page {
  width: 20px;
  height: 3px;
  background: #e8e8e8;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}
.page-top .top_splide .splide__pagination__page.is-active {
  background: #002966;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-top .block-top-anchor-link {
  padding: 30px 0 0;
}
.page-top .block-top-anchor-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.page-top .block-top-anchor-link li a {
  position: relative;
  width: 110px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #002966;
  border-radius: 4px;
  padding-right: 10px;
}
.page-top .block-top-anchor-link li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-top .block-brand-body--body {
  padding: 45px 15px 80px;
}
.page-top .block-brand-body--body h2 {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin: 0 auto 30px;
  padding: 0;
}
.page-top .block-brand-body--body h2 span {
  font-size: 12px;
  margin: 0;
}
.page-top .block-brand-body--body ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
}
.page-top .block-brand-body--body li {
  text-align: center;
}

.page-top .block-brand-body--body li img {
  width: 100%;
}
.page-top .block-brand-body--body .brand_name {
  margin: 10px 0 0;
}
.page-top .custom_ranking_container {
  background: #faf9f2;
  padding: 45px 15px 80px;
}
.page-top .custom_ranking_container .block-goods-detail-j--item:before {
  counter-increment: number;
  content: counter(number) " ";
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  width: 37px;
  height: 37px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  background: #bebebe;
  z-index: 1;
}
.page-top .custom_ranking_container .block-goods-detail-j--item:nth-of-type(1):before {
  background: #d1c379;
}
.page-top .custom_ranking_container .block-goods-detail-j--item:nth-of-type(2):before {
  background: #c9c6b8;
}
.page-top .custom_ranking_container .block-goods-detail-j--item:nth-of-type(3):before {
  background: #d1a579;
}
.page-top .custom_header h2 {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin: 0 auto 30px;
  padding: 0;
}
.page-top .custom_header h2:after {
  content: "ランキング";
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.page-top .custom_tubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.page-top .custom_tubs h2 {
  font-weight: normal;
  background: #fff;
  border-radius: 20px;
  padding: 8px 20px;
}
.page-top .custom_tubs h2.is_active {
  color: #fff;
  background: #002966;
}
.page-top .custom_item {
  display: none;
  margin: 40px 0 0;
}
.page-top .custom_item.is_active {
  display: block;
}
.page-top .block-event-ranking--link {
  display: none;
}
.page-top .block-event-ranking--link.is_active {
  display: block;
}
.page-top .block-goods-detail-j--items {
  counter-reset: number;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
  border: none;
}
.page-top .block-goods-detail-j--item {
  position: relative;
  border: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 15px;
}
.page-top .block-goods-detail-j--item:not(:has(.block-list-add-cart-btn)) .block-goods-favorite {
  right: 15px;
}
.page-top .block-goods-detail-j--item:not(:has(.block-list-add-cart-btn)) .block-goods-favorite:has(.block-goods-list--favorite-registed--btn) {
  right: 5px;
}
.page-top .block-goods-list--image-relative {
  position: static;
}
.page-top .block-goods-detail-j--goods-description {
  padding: 0;
  display: -ms-grid;
  display: grid;
}
.page-top .block-icon {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  margin: 8px 0 0;
}
.page-top .variation-name {
  display: none;
}
.page-top .block-goods-detail-j--comment {
  display: none;
}
.page-top .block-goods-detail-j--stock {
  display: none;
}
.page-top .block-goods-detail-j--cart-btn {
  -webkit-box-ordinal-group: 301;
      -ms-flex-order: 300;
          order: 300;
  position: relative;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-top .block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  background: transparent !important;
  font-size: 0;
  padding: 0;
  width: auto;
}
.page-top .block-goods-detail-j--cart-btn .block-list-add-cart-btn:before {
  position: relative;
  bottom: 0;
  content: "";
  background: url("/img/usr/common/cart02.png") no-repeat center/contain;
  width: 22px;
  height: 24px;
  display: block;
}
.page-top .block-goods-detail-j--cart-btn .goods-list-qty {
  display: none;
}
.page-top .block-goods-detail-j--goods-image figure {
  padding: 0;
  width: auto;
  height: auto;
}
.page-top .block-goods-detail-j--goods-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.page-top .block-goods-detail-j--goods-name {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #002966;
  font-size: 11px;
  font-weight: 500;
  margin: 10px 0 0;
}
.page-top .block-goods-detail-j--price-infos {
  -webkit-box-ordinal-group: 301;
      -ms-flex-order: 300;
          order: 300;
  margin: 5px 0 0;
}
.page-top .block-goods-detail-j--price-infos .price {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.page-top .block-goods-favorite {
  position: absolute;
  bottom: 16px;
  right: 45px;
  width: auto;
  height: auto;
  z-index: 1;
}
.page-top .block-goods-favorite:has(.block-goods-list--favorite-registed--btn) {
  bottom: 8px;
  right: 30px;
}
.page-top .block-goods-favorite .block-goods-list--favorite--btn {
  position: static;
  width: 24px;
  height: 20px;
  background: url("/img/usr/common/bookmark02.png") no-repeat center/contain;
  cursor: pointer;
}
.page-top .block-goods-favorite .block-goods-list--favorite-registed--btn {
  position: static;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.page-top .block_event_newitem {
  padding: 50px 15px 80px;
  background: #e4e9ef;
}
.page-top .block_event_newitem h2 {
  text-align: left;
  padding: 0;
}
.page-top .block_event_newitem h2 a {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.page-top .block_event_newitem h2:after {
  position: static;
  left: auto;
  content: "新着商品";
  color: #002966;
  font-size: 12px;
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  background: transparent;
  margin: 0;
}
.page-top .block-top-category {
  padding: 50px 0 0;
}
.page-top .block-worry-content {
  padding: 50px 15px 15px;
}
.page-top .block-free-2 {
  border: none;
  margin: 0;
}
.page-top .block-instagram-content {
  background: #fff;
  padding: 50px 0 0;
  margin: 0;
}
.page-top .block-instagram-content h2 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding: 0;
}
.page-top .block-instagram-content h2:after {
  content: none;
}
.page-top .block-top-topic {
  border: none;
  margin: 0;
  padding: 50px 15px 0;
}
.page-top .block-top-topic .block-top-topic--header {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding: 0;
}
.page-top .block-top-topic .block-top-topic--header:after {
  position: static;
  left: auto;
  content: "お知らせ";
  color: #002966;
  font-size: 12px;
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  background: transparent;
  margin: 0;
  line-height: 1;
}
.page-top .block-top-topic--items {
  border: none;
}
.page-top .block-top-topic--items li {
  padding: 10px 0;
}
.page-top .block-top-topic--items li a:after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-top .block-top-topic--items dt {
  font-family: "Roboto", sans-serif;
  color: #404040;
}
.page-top .block-top-topic--items dd {
  color: #002966;
  font-weight: 500;
}
.page-top .block-top-topic--items .block-icon-image--table-cell-angle-right {
  display: none;
}
.page-top .block-top-topic--next-page {
  padding: 0;
}
.page-top .block-top-topic--next-page a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 240px;
  height: 46px;
  text-align: center;
  background: #002966;
  border-radius: 4px;
  margin: auto;
  font-size: 0;
  text-decoration: none;
}
.page-top .block-top-topic--next-page a:before {
  content: "もっと見る";
  color: #fff;
  font-size: 14px;
}
.page-top .block-top-topic--next-page a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
