@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #404040;
}
body.fixed {
  overflow: hidden;
  position: fixed;
}
body a {
  color: #404040;
  text-decoration: none;
}
body:before {
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(64,64,64,0.302);
  z-index: -1;
}
body:has(.block-headernav--search .active):before {
  opacity: 1;
  z-index: 2;
}
.isPc {
  display: none;
}
.isSp {
  display: block;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
.reddit-sans {
  font-family: "Reddit Sans", sans-serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.block-topic-path {
  background: transparent;
  font-size: 10px;
  padding: 15px 15px 20px;
  margin: 0;
}
.block-topic-path .block-topic-path--list {
  margin: 0;
}
.block-topic-path--list {
  margin: 0;
}
.block-topic-path--category-item a {
  color: #404040;
  font-weight: normal;
}
.block-topic-path--category-item:last-of-type a {
  color: #002966;
  font-weight: 500;
}
.block-top-notice-slide {
  padding: 13px 20px;
  margin: 45px 0 0;
  background: #e4e9ef;
}
.top_notice_splide {
  margin: auto;
  text-align: center;
}
.top_notice_splide .splide__slide {
  width: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.top_notice_splide .splide__slide a,
.top_notice_splide .splide__slide span {
  display: block;
  color: #002966;
  /* padding: 0 30px; */
}
.top_notice_splide .splide__arrow {
  background: transparent;
  z-index: 1;
}
.top_notice_splide .splide__arrow svg {
  display: none;
}
.top_notice_splide .splide__arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
}
.top_notice_splide .splide__arrow--prev {
  left: -0.5em;
}
.top_notice_splide .splide__arrow--prev:before {
  border-top: 1px solid #002966;
  border-left: 1px solid #002966;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_notice_splide .splide__arrow--next {
  right: -0.5em;
}
.top_notice_splide .splide__arrow--next:before {
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-top-category,
.block-header-list--category-inner {
  border-bottom: 1px solid #f3f3f3;
}
.block-top-category h2,
.block-header-list--category-inner h2 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding: 0 15px;
}
.block-top-category h2:after,
.block-header-list--category-inner h2:after {
  content: none;
}
.block-top-category h2 span,
.block-header-list--category-inner h2 span {
  margin: 0;
}
.block-top-category h3,
.block-header-list--category-inner h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  color: #002966;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 25px;
  border-top: 1px solid #f3f3f3;
}
.block-top-category h3:before,
.block-header-list--category-inner h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #002966;
}
.block-top-category h3:after,
.block-header-list--category-inner h3:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #002966;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-top-category h3.open:after,
.block-header-list--category-inner h3.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-worry-content,
.block-header-list--worry {
  padding: 28px 15px 0;
}
.block-worry-content h3,
.block-header-list--worry h3 {
  color: #002966;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 30px;
}
.keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.keyword-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.keyword-list li a {
  display: block;
  font-size: 12px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 8px;
}
.block-dynamic-genre--body {
  display: none;
  background: #f8f8f8;
}
.block-dynamic-genre--body li {
  border-bottom: 1px solid #fff;
}
.block-dynamic-genre--body li:last-child {
  border: none;
}
.block-dynamic-genre--body a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 11px;
  padding-left: 6em;
}
.block-dynamic-genre--body a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#block_of_itemhistory {
  background: #e4e9ef;
  margin: 80px 0 0;
  padding: 50px 0 70px;
  border: none;
}
#block_of_itemhistory .block-recent-item {
  border: none;
  padding: 90px 0 95px;
}
#block_of_itemhistory .block-recent-item--header {
  color: #002966;
  font-size: 0;
  text-align: left;
  margin: 0;
  padding: 0 15px 25px;
}
#block_of_itemhistory .block-recent-item--header:before {
  display: block;
  font-family: "Montserrat", sans-serif;
  content: "HISTORY";
  color: #002966;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
#block_of_itemhistory .block-recent-item--header:after {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  content: "最近見た商品";
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #002966;
  padding: 0 0 6px;
  background: transparent;
}
#block_of_itemhistory .block-thumbnail-t--items {
  max-width: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 0 15px 10px;
}
#block_of_itemhistory .block-thumbnail-t--items li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  width: 130px;
  background: #fff;
  border-radius: 10px;
  padding: 11px 10px !important;
}
#block_of_itemhistory .block-thumbnail-t--items li:nth-child(odd) {
  padding-left: 10px !important;
}
#block_of_itemhistory .block-thumbnail-t--goods {
  position: relative;
  gap: 0;
}
#block_of_itemhistory .block-thumbnail-t--goods-image figure {
  padding: 0;
  width: 110px;
  height: 110px;
  min-width: auto;
  min-height: auto;
  background: transparent;
}
#block_of_itemhistory .block-thumbnail-t--goods-image img {
  width: 100%;
  height: 100%;
}
#block_of_itemhistory .block-icon {
  display: none;
}
#block_of_itemhistory .block-thumbnail-t--goods-description {
  display: contents;
}
#block_of_itemhistory .block-thumbnail-t--goods-name {
  color: #002966;
  font-size: 12px;
  margin: 12px 0 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 53px;
}
#block_of_itemhistory .block-thumbnail-t--comment {
  display: none;
}
#block_of_itemhistory .price {
  text-align: left;
  font-size: 12px;
  margin-top: 8px;
}
#block_of_itemhistory .block-goods-list--favorite--btn {
  position: static;
  width: 16px;
  height: 16px;
  background: url("/img/usr/common/bookmark02.png") no-repeat center/contain;
}
#block_of_itemhistory .block-goods-list--favorite-registed--btn {
  position: static;
  width: 45px;
  height: 40px;
}
#block_of_itemhistory .block-goods-favorite {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: auto;
  height: auto;
  margin-left: auto;
}
#block_of_itemhistory .block-goods-favorite:has(.block-goods-list--favorite-registed--btn) {
  right: 0;
  bottom: 2px;
}
#header-wrapper {
  background: #002966;
}
#header-wrapper + * {
  margin-top: 61px;
}
#header-wrapper.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header-wrapper .block-header-word p {
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 20px;
}
#header-wrapper .block-header-word ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
}
#header-wrapper .block-header-word li a {
  display: block;
  font-size: 12px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 8px;
}
#header-news {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  background: #9d968e;
  padding: 6px;
}
.block-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
}
.block-header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}
.block-header_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-header-logo {
  width: 71px;
}
.block-cart-btn {
  position: relative;
}
.block-header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  background: #e4e9ef;
  border-radius: 35px;
  padding: 0 20px;
}
.block-header-search .block-global-search--submit {
  background: transparent;
  opacity: 1;
  padding: 0px 15px;
  place-content: center;
}
.block-header-search .block-header-word {
  margin: 30px 0 0;
}
.block-header-search input[type="text"]:hover {
  border: none;
}
.block-header-search input[type="text"]:focus-visible,
.block-header-search input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-header-search {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 35px 15px 60px;
}
.block-header-search .block-search-box {
  position: relative;
  width: 100%;
}
.block-header-search .block-search-box > span {
  display: block;
}
.block-header-search .block-search-box--keyword {
  height: 52px;
  border: none;
  padding: 0 40px 0 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: transparent;
}
.block-header-search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.block-header-search .block-search-box--search-submit {
  background: transparent !important;
  border: none;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 8px 0;
  width: 20px;
  height: 52px;
}
.block-header .block-menu-btn span {
  background-color: #fff;
}
.block-header-menu-inner {
  padding: 28px 0 110px;
}
.block-header-list--member {
  padding: 0 15px;
}
.block-header-list--member ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.block-header-list--member a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #002966;
  border-radius: 4px;
  margin: auto;
}
.block-header-list--member 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);
}
.block-header-list--brand {
  margin: 30px 0 0;
  padding: 0 15px;
}
.block-header-list--brand .block-header-list--brand-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px;
}
.block-header-list--brand .block-header-list--brand-header p {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.block-header-list--brand .block-header-list--brand-header a {
  color: #002966;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px 8px;
}
.block-header-list--brand .block-header-list--brand-header a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
}
.block-header-list--brand ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 9px;
}
.block-header-list--brand li {
  text-align: center;
}
.block-header-list--category {
  padding: 35px 0 0;
}
.block-header-list--category .block-header-list--category-header {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding: 0 15px 20px;
}
.block-header-list--category .block-dynamic-genre--body {
  display: none;
  background: #e4e9ef;
}
.block-header-list--worry {
  padding: 30px 15px;
  border-bottom: 1px solid #f3f3f3;
}
.block-header-list--worry p {
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 20px;
}
.block-header-list--sns {
  padding: 30px 15px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}
.block-header-list--sns .block-header-list--brand-header {
  font-family: "Montserrat", sans-serif;
  color: #002966;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.block-header-list--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-header-list--link {
  padding: 20px 15px 0;
}
.block-header-list--link li a {
  color: #404040;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
}
.block-header-list--link li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 15px;
}
.block-header-menu-list--navi li:has(.block-header-menu-list--ttl) {
  border: none;
}
.block-header-menu-list--navi .category_link {
  border: none;
}
.block-header-menu-list--navi .category_link ul,
.block-header-menu-list--navi .category_link li {
  border: none;
}
.block-header-menu-list--navi .series_link {
  padding: 0 0 20px;
}
.block-header-menu-list--navi .series_link ul,
.block-header-menu-list--navi .series_link li {
  border: none;
}
.block-header-menu-list--navi .category_link_wrap > a,
.block-header-menu-list--navi .series_link_wrap > a {
  padding: 10px 0;
}
.block-header-menu-list--navi .layer_2 li {
  border: none;
}
.block-header-menu-list--navi .layer_2 li a {
  padding: 11px 0;
}
.block-header-menu-list--navi .block-header-menu-list--ttl p {
  padding: 25px 0 15px;
}
.block-headernav--cart-count {
  top: -5px;
  right: -10px;
}
.pane-footer {
  position: relative;
}
.pane-footer .container > .block-page-totop {
  display: none !important;
  opacity: 0 !important;
}
.footer_scoring {
  margin: 50px 15px 43px;
  padding: 0 0 30px;
  border: 1px solid #f3f3f3;
}
.footer_scoring h2 {
  color: #002966;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0 0;
}
.footer_scoring h2 span {
  font-size: 16px;
  margin: 0 0 10px;
}
.footer_scoring ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 30px 0 0;
}
.footer_scoring li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 120px;
  border-radius: 10px;
  background: #e4e9ef;
  padding: 5px 0 10px;
}
.footer_scoring p {
  text-align: center;
  color: #002966;
  min-height: 41px;
  font-size: 14px;
  font-weight: 600;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.footer_scoring .footer_scoring_link {
  margin: 25px 0 0;
}
.footer_inner {
  position: relative;
  background: #f3f3f3;
  margin: 70px 0 0;
}
.footer_top {
  padding: 50px 15px 55px;
}
.footer_top .container {
  margin: auto;
}
.block-footerlogo {
  text-align: center;
}
.block-footersns--sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px 0 50px;
}
.block-footersns--sns-list li {
  margin: auto 0;
}
.block-footersns--sns-list a {
  display: -ms-grid;
  display: grid;
}
.block-footersns--sns-list img {
  vertical-align: text-bottom;
}
.block-footernav ul {
  padding: 0 20px;
}
.block-footernav li {
  border-bottom: 1px solid #fff;
}
.block-footernav li:last-child {
  border: none;
}
.block-footernav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #404040;
  font-size: 14px;
  text-decoration: none;
  padding: 11px 0;
}
.block-footernav a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #002966;
  border-right: 1px solid #002966;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer_bottom {
  background: #002966;
}
.footer_bottom .container {
  padding: 12px 0;
  text-align: center;
}
.footer_bottom .block-footer-link a {
  display: inline-block;
}
.footer_bottom .block-footer-link img {
  vertical-align: baseline;
}
#copyright {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  padding: 10px 0 0;
}
.block-page-totop {
  position: absolute;
  top: -50px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: transparent;
}
.block-page-totop a {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 100px;
  background: #002966;
}
.block-page-totop a:hover {
  opacity: 1;
}
.block-page-totop a:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common_link {
  margin: 30px 0 0;
}
.common_link a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 240px;
  height: 46px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #002966;
  border-radius: 4px;
  margin: auto;
}
.common_link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-cookie-consent--btn {
  padding: 0.5em 1em;
  text-align: center;
}
