@charset "UTF-8"; /* ----トップページ---- */
.block-top-exclusive {
  padding-top: 88px;
}

@media only screen and (min-width: 1200px) {
  .block-top-exclusive-list {
    margin-right: calc((1200px - 100vw) / 2);
  }
}

.block-top-exclusive-list-slider {
  display: flex;
  overflow: hidden;
}

.block-top-exclusive-list-item {
  flex-shrink: 0;
  width: 244px;
  padding-right: 20px;
}

.block-top-exclusive-list-item a {
  display: block;
  text-decoration: none;
}

.block-top-exclusive-list-item a:hover {
  opacity: 0.6;
}

.block-top-exclusive-list-item .item-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-top-exclusive-list-item .item-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.block-top-exclusive-list-item a:hover .item-img img {
  transform: scale(1.05);
}

.block-top-exclusive-list-item .item-name {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
}

.block-top-exclusive-list-slider .slick-arrow {
  position: absolute;
  top: 72px;
  left: 1040px;
  width: 71px;
  height: 71px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
  z-index: 9;
}

.block-top-exclusive-list-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block-top-exclusive-list-slider .slick-prev {
  left: 10px;
  transform: rotate(180deg);
}

.block-top-exclusive-list-slider .slick-next {
  left: 1040px;
}

.block-top-pickup {
  margin-top: 120px;
  padding: 100px 0;
  background-color: var(--cl-gy-2);
}

@media only screen and (min-width: 1200px) {
  .block-top-pickup {
    margin-right: calc((1200px - 100vw) / 2);
    margin-left: calc((1200px - 100vw) / 2);
  }
}

.block-top-event .block-top-pickup .ttl-top-h2 {
  margin-top: 0;
}

.block-top-pickup-list {
  margin-top: 30px;
}

.block-top-pickup-list ul {
  display: flex;
}

.block-top-pickup-list li {
  width: calc((100% - 60px) / 4);
}

.block-top-pickup-list li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.block-top-pickup-list a {
  display: block;
  text-decoration: none;
}

.block-top-pickup-list a:hover {
  opacity: 0.6;
}

.block-top-pickup-list .list-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-top-pickup-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.block-top-pickup-list a:hover .list-img img {
  transform: scale(1.05);
}

.block-top-pickup-list .list-name {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
}

.block-top-feature {
  margin-top: 120px;
}

.block-top-feature-list {
  margin-top: 30px;
}

.block-top-feature-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-top-feature-list li {
  width: calc((100% - 42px) / 3);
}

.block-top-feature-list li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.block-top-feature-list a {
  display: block;
  text-decoration: none;
}

.block-top-feature-list a:hover {
  opacity: 0.6;
}

.block-top-feature-list .list-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-top-feature-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.block-top-feature-list a:hover .list-img img {
  transform: scale(1.05);
}

.block-top-feature-list .list-name {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
} /* おすすめポテトチップス */
.block-top-vision {
  margin-top: 120px;
}

.block-top-vision-list ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.block-top-vision-list li {
  width: calc((100% - 40px) / 3);
  padding: 19px 19px 29px;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
  flex: 1;
}

.block-top-vision-list .list-img a:hover {
  opacity: 0.6;
}

.block-top-vision-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-top-vision-list .list-detail {
  margin-top: 25px;
}

.block-top-vision-list .list-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.block-top-vision-list .list-ttl-new {
  margin-left: 8px;
  padding: 2px 8px 3px;
  color: #fff;
  background-color: #c62a19;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
}

.block-top-vision-list .list-comment {
  margin-top: 22px;
}

.block-top-vision-list .list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.block-top-vision-list .list-btn .btn-arw-s {
  width: 150px;
  height: 31px;
} /* 湖池屋ポテトチップスコラム */
.block-top-column {
  margin-top: 120px;
}

.column__wrap {
  display: flex;
  gap: 20px;
}

.column__content {
  position: relative;
}

.column__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
}

.column__link:hover~.column__img,
.column__link:hover~.column__inner {
  opacity: 0.7;
}

.column__date {
  margin-bottom: 2px;
  font-size: 12px;
  color: #666;
}

.column__inner_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.column__tag {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10px;
  color: #666;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.column__img {
  width: 100%;
  margin-bottom: 10px;
}

.column__img img {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  object-fit: cover;
}

.column__inner h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.block-top-column .block-container h3 {
  font-weight: bold;
}

.block-top-about {
  width: 100%;
  height: 510px;
  margin-top: 100px;
  padding-top: 106px;
  background-image: url(../../img/usr/top/pc/bg_koikeyaonline_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-top-about .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-top-about .item-logo img {
  display: block;
}

.block-top-about .item-comment {
  margin-top: 34px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 2.14;
}

.block-top-movie {
  height: 300px;
  background-color: var(--cl-main);
}

.block-top-event-head {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 136px;
  background-color: #f9f9f9;
  border-radius: 10px;
  align-items: center;
  gap: 60px;
}

.block-top-event-img {
  width: 250px;
}

.block-top-event-text {
  flex: 1;
}

.block-top-event-copy {
  margin-top: 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.block-top-event-copy p::before {
  content: "\005C　";
}

.block-top-event-copy p::after {
  content: "　/";
}

block-top-event .ttl-top-h2 {
  margin-top: 120px;
} /* ----ヘッダー---- */
.block-header-menu-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.block-header-menu-body {
  position: absolute;
  top: 0;
  right: -101vw;
  width: 465px;
  height: 100%;
  padding: 40px 60px 160px;
  background-color: #ffffff;
  overflow: auto;
  overscroll-behavior: none;
  transition: right 0.5s;
}

.is-menu-open .block-header-menu-body {
  right: 0;
}

.block-header-menu-close {
  display: flex;
  justify-content: flex-end;
}

.block-header-menu-close label {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4xODUiIGhlaWdodD0iMTMuMTg1Ij48cGF0aCBkPSJtMTIuODkzIDEuNzAzLTQuODkgNC44OSA0Ljg5IDQuODlhMSAxIDAgMCAxLTEuNDEgMS40MWwtNC44OS00Ljg5LTQuODkgNC44OWExIDEgMCAwIDEtMS40MS0xLjQxbDQuODktNC44OS00Ljg5LTQuODlhMSAxIDAgMSAxIDEuNDEtMS40MWw0Ljg5IDQuODkgNC44OS00Ljg4YS45OTMuOTkzIDAgMCAxIDEuNDEgMS40WiIgZmlsbD0iIzFkMWQxZCIvPjwvc3ZnPg==");
  background-position: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.block-header-menu-close label:hover {
  opacity: 0.6;
}

.block-header-menu-search {
  margin-top: 66px;
}

.block-header-menu-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-header-menu-search-form form {
  display: flex;
  align-items: center;
  width: calc(100% - 75px);
}

input.block-header-menu-search--keyword {
  width: calc(100% - 42px);
  height: 45px;
  margin: 0;
  padding: 0 20px;
  border-color: var(--cl-dbl);
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #ffffff;
}

input.block-header-menu-search--keyword:hover {
  border-color: var(--cl-dbl);
  border-right: none;
}

.block-header-menu-search--submit {
  width: 42px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: var(--cl-dbl);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4yNiIgaGVpZ2h0PSIxNC4yNiI+PHBhdGggZD0ibTEzLjkxIDEyLjIyMS0xLjk4Ny0xLjk4N2E2LjUzNiA2LjUzNiAwIDEgMC0xLjY4OSAxLjY4OWwxLjk4NyAxLjk4NmExLjE5NCAxLjE5NCAwIDEgMCAxLjY4OS0xLjY4OU0zLjE2OSA2LjUzNkEzLjM2NyAzLjM2NyAwIDEgMSA2LjUzNiA5LjlhMy4zNjcgMy4zNjcgMCAwIDEtMy4zNjctMy4zNjQiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-position: left 13px center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.2s;
}

.block-header-menu-search--submit:hover {
  opacity: 0.6;
}

.block-header-menu-search--detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 45px;
  border-radius: 6px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.block-header-menu-search--detail a:hover {
  opacity: 0.6;
}

.block-header-menu-search-allegy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.block-header-menu-login {
  margin-top: 16px;
}

.block-header-menu-login .btn-arw {
  width: 100%;
  height: 60px;
}

.block-header-menu-nav {
  margin-top: 25px;
}

.block-header-menu-nav + .block-header-menu-nav {
  margin-top: 30px;
}

.block-header-menu-nav + .block-header-menu-nav.mt-60 {
  margin-top: 60px;
}

.block-header-menu-nav .layer-1st {
  border-top: 1px solid var(--cl-bdr);
}

.block-header-menu-nav .layer-1st-ttl {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 62px;
  border-bottom: 1px solid var(--cl-bdr);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.block-header-menu-nav a.layer-1st-ttl:hover {
  opacity: 0.6;
}

.block-header-menu-nav .layer-1st-ttl .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.block-header-menu-nav .layer-1st-ttl .icon-plus::before,
.block-header-menu-nav .layer-1st-ttl .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background-color: var(--cl-dbl);
}

.block-header-menu-nav .layer-1st-ttl .icon-plus::after {
  transform: rotate(0);
  transition: transform 0.14s;
}

.block-header-menu-nav .layer-1st-ttl.is-close .icon-plus::after {
  transform: rotate(90deg);
}

.block-header-menu-nav .layer-2nd {
  margin-top: 10px;
}

.block-header-menu-nav .layer-2nd-item + .layer-2nd-item {
  margin-top: 2px;
}

.block-header-menu-nav .layer-2nd-item a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 62px;
  padding: 0 30px 0 20px;
  background-color: var(--cl-gy-1);
  font-weight: 600;
  text-decoration: none;
}

.block-header-menu-nav .layer-2nd-item a:hover {
  opacity: 0.6;
}

.block-header-menu-nav a.layer-1st-ttl::after,
.block-header-menu-nav .layer-2nd-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: var(--arw-btn-bk-s);
  background-position: center;
  background-repeat: no-repeat;
}

.block-header-menu-nav .layer-2nd-item a.list-category {
  padding-left: 0;
}

.block-header-menu-nav .layer-2nd-item a.list-category .list-img {
  margin-right: 4px;
}

.block-header-menu-nav .layer-2nd-item a.list-category .list-img img {
  display: block;
  width: 60px;
  height: auto;
}

.block-header-menu-corporate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.block-header-menu-sns {
  margin-top: 36px;
}

.block-header-menu-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-header-menu-sns li + li {
  margin-left: 16px;
}

.block-header-menu-sns a {
  display: block;
  width: 34px;
  height: 34px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.block-header-menu-sns a.icon-x {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMCAxIDQuOTc5IDQuOTc5YTE3IDE3IDAgMSAxIDI0LjA0MiAyNC4wNDJBMTYuODg5IDE2Ljg4OSAwIDAgMSAxNyAzNFptLS42OS0xNS4yODJMMjEuMDA4IDI1SDI2LjFsLTYuOTcyLTkuMzIxTDI1LjMwNSA5SDIzLjgxbC01LjM1NSA1Ljc4NUwxNC4xMjggOUg5LjA0MWw2LjYgOC44MjVMOSAyNWgxLjQ5NWw1LjgxNC02LjI4MVpNMjMuOSAyMy45aC0yLjM0TDExLjI0IDEwLjFoMi4zMzdMMjMuOSAyMy45WiIgZmlsbD0iIzFhMTkxOSIvPjwvc3ZnPg==");
}

.block-header-menu-sns a.icon-fb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDBhMTcgMTcgMCAxIDAgMTcgMTdBMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAwWm0zLjggMTQuMS0uMiAyLjVIMTh2OC44aC0zLjN2LTguOGgtMS44di0yLjVoMS44di0xLjdhNC4wMjMgNC4wMjMgMCAwIDEgLjYtMi42QTMuMSAzLjEgMCAwIDEgMTggOC41YTEyLjQ1MyAxMi40NTMgMCAwIDEgMy4yLjNsLS40IDIuNmE1Ljg0OSA1Ljg0OSAwIDAgMC0xLjQtLjJjLS43IDAtMS4zLjItMS4zLjl2MmgyLjdaIiBmaWxsPSIjMWExOTE5Ii8+PC9zdmc+");
}

.block-header-menu-sns a.icon-ig {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PGcgZmlsbD0iIzFhMTkxOSI+PHBhdGggZD0iTTIwLjUgMTAuMWgtN2EzLjM3MiAzLjM3MiAwIDAgMC0zLjQgMy40djdhMy4zNzIgMy4zNzIgMCAwIDAgMy40IDMuNGg3YTMuMzcyIDMuMzcyIDAgMCAwIDMuNC0zLjR2LTdhMy40MzYgMy40MzYgMCAwIDAtMy40LTMuNFpNMTcgMjEuNWE0LjQgNC40IDAgMSAxIDQuNC00LjQgNC4zMTMgNC4zMTMgMCAwIDEtNC40IDQuNFptNC41LTcuOGExLjEgMS4xIDAgMSAxIDEuMS0xLjEgMS4xODIgMS4xODIgMCAwIDEtMS4xIDEuMVoiLz48cGF0aCBkPSJNMTcgMTQuM2EyLjcgMi43IDAgMSAwIDIuNyAyLjcgMi42ODkgMi42ODkgMCAwIDAtMi43LTIuN1oiLz48cGF0aCBkPSJNMTcgMGExNyAxNyAwIDEgMCAxNyAxN0ExNi45ODYgMTYuOTg2IDAgMCAwIDE3IDBabTguNiAyMC41YTUuMTIxIDUuMTIxIDAgMCAxLTUuMSA1LjFoLTdhNS4xMjEgNS4xMjEgMCAwIDEtNS4xLTUuMXYtN2E1LjEyMSA1LjEyMSAwIDAgMSA1LjEtNS4xaDdhNS4xMjEgNS4xMjEgMCAwIDEgNS4xIDUuMVoiLz48L2c+PC9zdmc+");
}

.block-header-menu-sns a.icon-ln {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PGcgZmlsbD0iIzFhMTkxOSI+PHBhdGggZD0iTTE5LjIgMTQuNWEuNDcyLjQ3MiAwIDAgMC0uNS41djIuMmwtMS44LTIuNWEuNTIuNTIgMCAwIDAtLjQtLjJoLS4xYy0uMi4xLS4zLjItLjMuNHYzLjVhLjUuNSAwIDAgMCAxIDB2LTIuMmwxLjggMi41YS41Mi41MiAwIDAgMCAuNC4yaC4xYy4yLS4xLjMtLjIuMy0uNFYxNWMtLjEtLjMtLjMtLjUtLjUtLjVaTTE0LjkgMTQuNWEuNDcyLjQ3MiAwIDAgMC0uNS41djMuNWEuNS41IDAgMCAwIDEgMFYxNWEuNDcyLjQ3MiAwIDAgMC0uNS0uNVpNMTMuNSAxOGgtMS4zdi0zLjFhLjUuNSAwIDAgMC0xIDB2My41YS40NzIuNDcyIDAgMCAwIC41LjVoMS44YS40NzIuNDcyIDAgMCAwIC41LS41LjQ1OC40NTggMCAwIDAtLjUtLjRaIi8+PHBhdGggZD0iTTE3IDBhMTcgMTcgMCAxIDAgMTcgMTdBMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAwWm03LjEgMjFhMjkuMjU4IDI5LjI1OCAwIDAgMS03IDUuMmMtMSAuNC0uOC0uMy0uOC0uNSAwLS4xLjEtLjguMS0uOCAwLS4yLjEtLjYgMC0uOGExLjAzOSAxLjAzOSAwIDAgMC0uOC0uNGMtNC4zLS42LTcuNS0zLjYtNy41LTcuMSAwLTQgNC03LjIgOC45LTcuMnM4LjkgMy4yIDguOSA3LjJhNi4xMTcgNi4xMTcgMCAwIDEtMS44IDQuNFoiLz48cGF0aCBkPSJNMjIuNSAxNS40YS41LjUgMCAwIDAgMC0xaC0xLjhhLjQ3Mi40NzIgMCAwIDAtLjUuNXYzLjZhLjQ3Mi40NzIgMCAwIDAgLjUuNWgxLjhhLjUuNSAwIDAgMCAwLTFoLTEuM3YtLjhoMS4zYS41LjUgMCAwIDAgMC0xaC0xLjN2LS44aDEuM1oiLz48L2c+PC9zdmc+");
}

.block-header-menu-sns a:hover {
  opacity: 0.6;
} /* ----フッター---- */
.pane-footer .container {
  width: 100%;
}

.block-footer-1 {
  padding: 50px 0 60px;
  background-color: var(--cl-gy-1);
}

.block-footer-mailmag {
  display: flex;
  justify-content: space-between;
  height: 178px;
  padding: 30px 40px 0;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-footer-mailmag .item-left {
  width: 800px;
}

.block-footer-mailmag .item-subttl {
  margin-bottom: -4px;
  padding-left: 9px;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-footer-mailmag .item-comment {
  margin-top: -10px;
  font-weight: 600;
}

.block-footer-mailmag .item-btn {
  padding-top: 29px;
}

.block-footer-mailmag .item-btn .btn-arw {
  width: 287px;
  height: 40px;
}

.block-footer-mailmag .item-btn .btn-arw::after {
  right: 30px;
}

.block-footer-mailmag .item-link {
  margin-top: 24px;
}

.block-footer-feature {
  padding: 84px 0 0;
}

.block-footer-feature .item-ttl {
  display: flex;
  align-items: baseline;
}

.block-footer-feature .item-ttl h2 {
  margin: 0 20px 0 0;
  font-size: 2.2rem;
  font-weight: 600;
}

.block-footer-feature .item-list {
  margin-top: 46px;
}

.block-footer-feature .item-list ul {
  display: flex;
}

.block-footer-feature .item-list li {
  width: calc(100% / 4);
  padding: 0 20px 18px;
}

.block-footer-feature .item-list li:not(:last-child) {
  border-right: 1px solid var(--cl-bdr);
}

.block-footer-feature .item-list .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
}

.block-footer-feature .item-list .list-ttl {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.block-footer-feature .item-list .list-comment {
  margin-top: 16px;
  line-height: 1.71;
}

.block-footer-feature .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.block-footer-feature .item-btn .btn-arw {
  width: 287px;
  height: 40px;
}

.block-footer-feature .item-btn .btn-arw::after {
  right: 30px;
}

.block-footer-2 {
  padding: 70px 0 50px;
  background-color: var(--cl-main);
  color: #ffffff;
}

.block-footer-2 a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.block-footer-2 a:hover {
  opacity: 0.6;
}

.block-footer-nav {
  display: flex;
  flex-wrap: wrap;
}

.block-footer-nav-item {
  width: calc((100% - 260px) / 5);
}

.block-footer-nav-item:not(:nth-child(5n)) {
  margin-right: 65px;
}

.block-footer-nav-item:not(:nth-child(-n + 5)) {
  margin-top: 40px;
}

.block-footer-nav-item.col2 {
  width: calc(65px + (100% - 260px) / 5 * 2);
}

.block-footer-nav-item.col2 .col2 {
  display: flex;
  gap: 90px;
}

.block-footer-nav-item.col2 .col2 .layer-2nd {
  width: 253px;
}

.block-footer-nav-item .layer-1st-item-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #444444;
  font-weight: 600;
}

.block-footer-nav-item a {
  display: flex;
  align-items: center;
  position: relative;
}

.block-footer-nav-item a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 4px;
  height: 7px;
  margin-right: 11px; /*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjYuODIyIj48cGF0aCBkPSJNNCAzLjQxM2EuNDcxLjQ3MSAwIDAgMS0uMTQxLjM0MUwuODAxIDYuNjkzYS41MDUuNTA1IDAgMCAxLS4zMjkuMTI5LjQ3MS40NzEgMCAwIDEtLjM0MS0uMTQxLjQ3OS40NzkgMCAwIDEgLjAxMi0uNjY4bDIuNy0yLjYtMi43LTIuNmEuNDc5LjQ3OSAwIDAgMS0uMDEyLS42Ny40NzkuNDc5IDAgMCAxIC42Ny0uMDEybDMuMDU4IDIuOTRBLjQ3MS40NzEgMCAwIDEgNCAzLjQxM1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");*/
background-image:url(../../img/usr/common/pc/arw_footer.png);
  background-position: center;
  background-repeat: no-repeat;
}

.block-footer-nav-item li + li {
  margin-top: 8px;
}

.block-footer-nav-item .layer-2nd {
  margin-top: 18px;
}

.block-footer-nav-item .layer-3rd {
  margin-top: 8px;
  padding-left: 15px;
}

.block-footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 94px;
}

.block-footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 287px;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  color: var(--cl-main);
  font-weight: 600;
}

.block-footer-contact a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 13px;
  margin-top: -6px;
  background-image: var(--arw-btn-bk);
  background-repeat: no-repeat;
}

.block-footer-sns {
  margin-top: 36px;
}

.block-footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-footer-sns li + li {
  margin-left: 16px;
}

.block-footer-sns a {
  display: block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}

.block-footer-sns a.icon-x {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMCAxIDQuOTc5IDQuOTc5YTE3IDE3IDAgMSAxIDI0LjA0MiAyNC4wNDJBMTYuODg5IDE2Ljg4OSAwIDAgMSAxNyAzNFptLS42OS0xNS4yODJMMjEuMDA4IDI1SDI2LjFsLTYuOTcyLTkuMzIxTDI1LjMwNSA5SDIzLjgxbC01LjM1NSA1Ljc4NUwxNC4xMjggOUg5LjA0MWw2LjYgOC44MjVMOSAyNWgxLjQ5NWw1LjgxNC02LjI4MVpNMjMuOSAyMy45aC0yLjM0TDExLjI0IDEwLjFoMi4zMzdMMjMuOSAyMy45WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.block-footer-sns a.icon-fb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDBhMTcgMTcgMCAxIDAgMTcgMTdBMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAwWm0zLjggMTQuMS0uMiAyLjVIMTh2OC44aC0zLjN2LTguOGgtMS44di0yLjVoMS44di0xLjdhNC4wMjMgNC4wMjMgMCAwIDEgLjYtMi42QTMuMSAzLjEgMCAwIDEgMTggOC41YTEyLjQ1MyAxMi40NTMgMCAwIDEgMy4yLjNsLS40IDIuNmE1Ljg0OSA1Ljg0OSAwIDAgMC0xLjQtLjJjLS43IDAtMS4zLjItMS4zLjl2MmgyLjdaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.block-footer-sns a.icon-ig {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTIwLjUgMTAuMWgtN2EzLjM3MiAzLjM3MiAwIDAgMC0zLjQgMy40djdhMy4zNzIgMy4zNzIgMCAwIDAgMy40IDMuNGg3YTMuMzcyIDMuMzcyIDAgMCAwIDMuNC0zLjR2LTdhMy40MzYgMy40MzYgMCAwIDAtMy40LTMuNFpNMTcgMjEuNWE0LjQgNC40IDAgMSAxIDQuNC00LjQgNC4zMTMgNC4zMTMgMCAwIDEtNC40IDQuNFptNC41LTcuOGExLjEgMS4xIDAgMSAxIDEuMS0xLjEgMS4xODIgMS4xODIgMCAwIDEtMS4xIDEuMVoiLz48cGF0aCBkPSJNMTcgMTQuM2EyLjcgMi43IDAgMSAwIDIuNyAyLjcgMi42ODkgMi42ODkgMCAwIDAtMi43LTIuN1oiLz48cGF0aCBkPSJNMTcgMGExNyAxNyAwIDEgMCAxNyAxN0ExNi45ODYgMTYuOTg2IDAgMCAwIDE3IDBabTguNiAyMC41YTUuMTIxIDUuMTIxIDAgMCAxLTUuMSA1LjFoLTdhNS4xMjEgNS4xMjEgMCAwIDEtNS4xLTUuMXYtN2E1LjEyMSA1LjEyMSAwIDAgMSA1LjEtNS4xaDdhNS4xMjEgNS4xMjEgMCAwIDEgNS4xIDUuMVoiLz48L2c+PC9zdmc+");
}

.block-footer-sns a.icon-ln {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTE5LjIgMTQuNWEuNDcyLjQ3MiAwIDAgMC0uNS41djIuMmwtMS44LTIuNWEuNTIuNTIgMCAwIDAtLjQtLjJoLS4xYy0uMi4xLS4zLjItLjMuNHYzLjVhLjUuNSAwIDAgMCAxIDB2LTIuMmwxLjggMi41YS41Mi41MiAwIDAgMCAuNC4yaC4xYy4yLS4xLjMtLjIuMy0uNFYxNWMtLjEtLjMtLjMtLjUtLjUtLjVaTTE0LjkgMTQuNWEuNDcyLjQ3MiAwIDAgMC0uNS41djMuNWEuNS41IDAgMCAwIDEgMFYxNWEuNDcyLjQ3MiAwIDAgMC0uNS0uNVpNMTMuNSAxOGgtMS4zdi0zLjFhLjUuNSAwIDAgMC0xIDB2My41YS40NzIuNDcyIDAgMCAwIC41LjVoMS44YS40NzIuNDcyIDAgMCAwIC41LS41LjQ1OC40NTggMCAwIDAtLjUtLjRaIi8+PHBhdGggZD0iTTE3IDBhMTcgMTcgMCAxIDAgMTcgMTdBMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAwWm03LjEgMjFhMjkuMjU4IDI5LjI1OCAwIDAgMS03IDUuMmMtMSAuNC0uOC0uMy0uOC0uNSAwLS4xLjEtLjguMS0uOCAwLS4yLjEtLjYgMC0uOGExLjAzOSAxLjAzOSAwIDAgMC0uOC0uNGMtNC4zLS42LTcuNS0zLjYtNy41LTcuMSAwLTQgNC03LjIgOC45LTcuMnM4LjkgMy4yIDguOSA3LjJhNi4xMTcgNi4xMTcgMCAwIDEtMS44IDQuNFoiLz48cGF0aCBkPSJNMjIuNSAxNS40YS41LjUgMCAwIDAgMC0xaC0xLjhhLjQ3Mi40NzIgMCAwIDAtLjUuNXYzLjZhLjQ3Mi40NzIgMCAwIDAgLjUuNWgxLjhhLjUuNSAwIDAgMCAwLTFoLTEuM3YtLjhoMS4zYS41LjUgMCAwIDAgMC0xaC0xLjN2LS44aDEuM1oiLz48L2c+PC9zdmc+");
}

.block-footer-nav-2 {
  margin-top: 36px;
}

.block-footer-nav-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.block-footer-nav-2 li + li {
  position: relative;
  margin-left: 21px;
}

.block-footer-nav-2 li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #ffffff;
}

.block-footer-copyright {
  margin-top: 34px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
} /* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  display: none !important;
} /* ----カテゴリ画面---- */
.page-top .block-top-category,
.block-otherpage-brand_list .block-top-category {
  width: 1200px;
  margin: 120px auto 0;
  background: none;
}

.block-category-style-p {
  width: 100%;
  margin: 60px 0 0;
  padding: 0;
}

.page-top .block-category-style-p,
.block-otherpage-brand_list .block-category-style-p {
  margin: 30px 0 0;
}

.block-category-style-p .block-category-style-p--item {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.block-category-style-p .block-category-style-p--item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.page-top .block-category-style-p .block-category-style-p--item,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item {
  width: calc((100% - 150px) / 7);
  flex-basis: calc((100% - 150px) / 7);
  border: none;
  transition: opacity 0.2s;
}

.page-top .block-category-style-p .block-category-style-p--item:hover,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item:hover {
  opacity: 0.6;
}

.block-category-style-p .block-category-style-p--item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.block-category-style-p .block-category-style-p--item:not(:nth-child(-n + 4)) {
  margin-top: 20px;
}

.page-top .block-category-style-p .block-category-style-p--item:not(:nth-child(4n)),
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item:not(:nth-child(4n)) {
  margin-right: 0;
}

.page-top .block-category-style-p .block-category-style-p--item:not(:nth-child(-n + 4)),
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item:not(:nth-child(-n + 4)) {
  margin-top: 0;
}

.page-top .block-category-style-p .block-category-style-p--item:not(:nth-child(7n)),
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item:not(:nth-child(7n)) {
  margin-right: 25px;
}

.page-top .block-category-style-p .block-category-style-p--item:not(:nth-child(-n + 7)),
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item:not(:nth-child(-n + 7)) {
  margin-top: 25px;
}

.block-category-style-p .block-category-style-p--item a:hover {
  opacity: 0.6;
}

.page-top .block-category-style-p .block-category-style-p--item a:hover,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item a:hover {
  opacity: 1;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
  width: 100%;
  order: 10;
  float: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image a {
  display: block;
  position: relative;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-image a::before,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item .block-category-style-p--item-image a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
  width: 100%;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  order: 20;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  position: relative;
  margin: -70px 0 0;
  padding: 0 20px;
  border: none;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  z-index: 9;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.2rem;
  font-weight: 700;
  order: 20;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a {
  text-decoration: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  position: relative;
  width: 100%;
  margin-top: 11px;
  padding: 0 20px 22px;
  line-height: 1.71;
  float: none;
  order: 30;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment,
.block-otherpage-brand_list .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  display: none;
}

.block-otherpage-brand_list .block-genre-page--goods {
  margin-top: 25px;
}

.page-top .block-top-topic {
  width: 1200px;
  margin: 120px auto 0;
  background: none;
}

.block-top-topic--next-page {
  display: none;
}

.block-top-topic--body {
  margin: 0;
}

.block-topic--items {
  border-top: 1px solid var(--cl-bdr);
} /* ----ジャンル画面---- */
.block-genre-page--goods {
  width: 1200px;
  margin: 120px auto 0;
}

.block-genre-style {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
}

.block-genre-style--item {
  margin: 10px 10px 0 0;
}

.block-genre-style--item h3 {
  margin: 0;
  padding: 0;
}

.block-genre-style--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 41px;
  border: 1px solid var(--cl-bdr);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.block-genre-style--item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: var(--arw-btn-bk-s);
  background-position: center;
  background-repeat: no-repeat;
}

.block-genre-style--item a:hover {
  opacity: 0.6;
} /* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #111;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
} /* ----トピック画面---- */
.page-topicdetaillist .block-topic--items {
  margin: 0 0 36px;
}

.block-topic--items li {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--cl-bdr);
}

.block-topic--items a {
  display: block;
  padding: 14px 0;
  text-decoration: none;
}

.block-topic--items a:hover {
  opacity: 0.6;
}

.block-topic--items dl,
.block-topic--items dt,
.block-topic--items dd {
  display: flex;
  align-items: center;
}

.block-topic--items dt {
  flex-shrink: 0;
  width: 100px;
  margin: 0;
  color: #999999;
}

.block-topic--items dd:nth-child(2) {
  flex-shrink: 0;
  width: 62px;
}

.block-topic--items dd:nth-child(3) {
  flex-shrink: 1;
  width: 100%;
}

.block-top-topic--icon {
  display: block;
  width: auto;
  height: 19px;
  border-radius: 3px;
}

.block-topic-page--article-header {
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-icon {
  width: 54px;
  margin: 0 0 4px 5px;
  border-radius: 4px;
} /* ----クイックオーダー---- */
.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
} /* ----購入フロー---- */
.block-cart-recent-item--header {
  font-size: 24px;
  padding: 12px 0;
  text-align: left;
  border-top: 0;
}

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 24px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
  margin: 20px 0 10px;
  padding: 0;
  border: 0;
  color: var(--cl-main);
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  border: 0;
  margin: 0 0 12px;
}

.block-order-estimate--uid input[type="text"] {
  max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 37.3%;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  color: #d53100;
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  padding: 0;
  border: 0;
}

.block-order-complete--message {
  margin: 0 0 30px;
}

.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid {
  margin: 0 0 30px;
  border: 0;
}

.block-order-complete--orderid th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-complete--orderid td {
  display: block;
  width: 100%;
  padding: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-complete--orderid th,
.block-order-complete--orderid td {
  border: 0;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}

.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
} /* ----マイページ---- */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

.block-pickup-list-p--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  position: relative;
  width: 200px;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-pickup-list-w--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
  text-decoration: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price {
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #d53115;
}

.block-goods-list-l--price-infos {
  white-space: nowrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin-top: 8px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
} /* ----クイックビュー---- */
.block-quickview {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  min-width: 920px;
  max-width: none;
  height: auto;
  padding: 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.block-quickview-line + .block-quickview-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.block-quickview-item {
  display: flex;
  width: 100%;
}

.block-quickview-item .block-quickview--image {
  display: block;
  width: 420px;
  margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
  width: 100%;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
  width: 420px;
  height: 420px;
}

.block-quickview-item .block-quickview--description {
  width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
  margin: 0 0 12px;
  padding: 0 0 17px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.333;
  color: #111;
  background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
  margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
  font-size: 24px;
  font-weight: 500;
  color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
  font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment + .block-quickview--price-items .block-quickview--price {
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
  font-size: 14px;
  font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
  width: 6em;
  margin-right: 1em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--image {
  position: relative;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn_l.png) center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_l.png) center/50% no-repeat;
} /* ----ページ機能---- */
.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
} /* ----商品詳細画面---- */
.pane-goods-left-side {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pane-goods-left-side > .block-icon-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.pane-goods-left-side .spec_class1_name {
  margin-bottom: 10px;
  text-align: right;
}

.pane-goods-left-side .spec_class1_name a {
  color: var(--cl-gy-3);
}

.block-goods-name--text {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
}

.pane-goods-left-side > .block-goods-attr1 {
  margin-top: 2px;
  color: var(--cl-gy-3);
  font-size: 1.4rem;
}

.block-goods-main-img {
  position: relative;
  margin-top: 12px;
}

.block-goods-main-img .block-icon {
  position: absolute;
  top: 0;
  right: 96px;
  z-index: 99;
}

.block-goods-main-img-slider {
  display: flex;
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.block-goods-main-img-slider.slick-initialized {
  display: block;
  overflow: visible;
}

.block-goods-main-img-slider-item {
  flex-shrink: 0;
}

.block-goods-main-img-slider-item img {
  display: block;
  border-radius: 10px;
}

.block-goods-main-img .block-goods-favorite {
  position: absolute;
  right: 109px;
  bottom: 18px;
}

.block-goods-main-img .block-goods-favorite--btn,
.block-goods-main-img .block-goods-favorite-registed--btn {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  overflow: hidden;
}

.block-goods-main-img .block-goods-favorite-registed--btn {
  background-image: var(--fv-on);
}

.block-goods-main-img-slider-dots-wrapper {
  margin-top: 30px;
}

.block-goods-main-img-slider-dots-wrapper ul {
  display: flex;
  align-items: center;
}

.block-goods-main-img-slider-dots-wrapper li {
  position: relative;
  width: calc((100% - 80px) / 9);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

.block-goods-main-img-slider-dots-wrapper li:not(:nth-child(9n)) {
  margin-right: 10px;
}

.block-goods-main-img-slider-dots-wrapper li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--cl-main);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.15s;
}

.block-goods-main-img-slider-dots-wrapper li.slick-active::after {
  opacity: 1;
}

.block-goods-main-img-slider-dots-wrapper img {
  display: block;
  width: 100%;
}

.block-goods-comment {
  width: 600px;
  margin: 20px auto 0;
  line-height: 1.71;
}

.block-accessory-list {
  margin: 100px 0 50px;
  padding-top: 108px;
}

.block-goods-main-img-slider-dots-wrapper+.block-accessory-list {
  padding-top: 0;
}

.block-accessory-list--name {
  font-size: 2rem;
}

.block-goods-comment2,
.block-goods-comment4,
.block-goods-comment5 {
  margin-top: 30px;
}

.block-goods-comment3,
.block-goods-comment6 {
  margin-top: 50px;
}

.block-goods-comment7 {
  margin-top: 80px;
}

.block-goods-h2 {
  padding-top: 28px;
  border-top: 1px solid var(--cl-bdr);
  font-size: 2rem;
}

.block-goods-desc + .block-goods-desc {
  margin-top: 8px;
}

.block-goods-desc dt,
.block-goods-desc dd {
  display: inline;
}

.block-goods-allergy-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}

.block-goods-allergy-list + .block-goods-allergy-list {
  margin-top: 10px;
}

.block-goods-allergy-list h3 {
  width: 187px;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.block-goods-allergy-list ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 187px);
  margin: -10px -10px 0 0;
}

.block-goods-allergy-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 0 0;
  padding: 0 13px;
  border: 1px solid var(--cl-main);
  border-radius: 6px;
  background-color: #ffffff;
  font-weight: 600;
}

.block-goods-comment-header {
  position: relative;
  cursor: pointer;
}

.block-goods-comment-header:not(:first-child) {
  margin-top: 30px;
}

.block-goods-comment-header .block-goods-h2 {
  margin: 0;
  padding-bottom: 28px;
}

.block-goods-comment-header .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.block-goods-comment-header .icon-plus::before,
.block-goods-comment-header .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: var(--cl-main);
}

.block-goods-comment-header .icon-plus::after {
  transform: rotate(0);
  transition: transform 0.16s;
}

.block-goods-comment-header.is-close .icon-plus::after {
  transform: rotate(90deg);
}

.block-goods-comment-tbl {
  margin-top: 20px;
}

.block-goods-comment-tbl table {
  width: 100%;
  table-layout: fixed;
}

.block-goods-comment-tbl th,
.block-goods-comment-tbl td {
  height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--tbl-bdr);
  text-align: center;
  vertical-align: middle;
}

.block-goods-comment-tbl th {
  background-color: var(--tbl-th);
}

.block-goods-comment-comment {
  line-height: 1.71;
}

.block-goods-comment-brand-img img {
  display: block;
}

.block-goods-comment-brand-comment {
  margin-top: 28px;
  line-height: 1.71;
}

.block-goods-comment-brand-comment p + p {
  margin-top: 1.5em;
}

.block-goods-comment-brand-sns-list {
  margin-top: 36px;
}

.block-goods-comment-brand-sns-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-goods-comment-brand-sns-list li + li {
  margin-left: 10px;
}

.block-goods-comment-brand-sns-list a {
  display: block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}

.block-goods-comment-brand-sns-list a.icon-x {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMCAxIDQuOTc5IDQuOTc5YTE3IDE3IDAgMSAxIDI0LjA0MiAyNC4wNDJBMTYuODg5IDE2Ljg4OSAwIDAgMSAxNyAzNFptLS42OS0xNS4yODJMMjEuMDA4IDI1SDI2LjFsLTYuOTcyLTkuMzIxTDI1LjMwNSA5SDIzLjgxbC01LjM1NSA1Ljc4NUwxNC4xMjggOUg5LjA0MWw2LjYgOC44MjVMOSAyNWgxLjQ5NWw1LjgxNC02LjI4MVpNMjMuOSAyMy45aC0yLjM0TDExLjI0IDEwLjFoMi4zMzdMMjMuOSAyMy45WiIvPjwvc3ZnPg==");
}

.block-goods-comment-brand-sns-list a.icon-fb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMSAwIDAgMTdhMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAxNyIgZmlsbD0iIzUwNzhiYyIvPjxwYXRoIGQ9Ik0xMi45IDE0LjFoMS44di0xLjdhNC4wMjMgNC4wMjMgMCAwIDEgLjYtMi42QTMuMSAzLjEgMCAwIDEgMTggOC41YTEyLjQ1MyAxMi40NTMgMCAwIDEgMy4yLjNsLS40IDIuNmE1Ljg0OSA1Ljg0OSAwIDAgMC0xLjQtLjJjLS43IDAtMS4zLjItMS4zLjl2MmgyLjdsLS4yIDIuNUgxOHY4LjhoLTMuM3YtOC44aC0xLjhaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.block-goods-comment-brand-sns-list a.icon-ln {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMSAwIDAgMTdhMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAxNyIgZmlsbD0iIzNhYWUzNiIvPjxwYXRoIGQ9Ik0yNS45IDE2LjVjMC00LTQtNy4yLTguOS03LjJzLTguOSAzLjItOC45IDcuMmMwIDMuNiAzLjIgNi42IDcuNSA3LjEuMy4xLjcuMi44LjRhMS4xIDEuMSAwIDAgMSAwIC44cy0uMS42LS4xLjgtLjIuOS44LjVhMjcuNDIgMjcuNDIgMCAwIDAgNy01LjIgNi4zNzkgNi4zNzkgMCAwIDAgMS44LTQuNFptLTEyLjQgMi40aC0xLjhhLjQ3Mi40NzIgMCAwIDEtLjUtLjV2LTMuNWEuNS41IDAgMSAxIDEgMFYxOGgxLjNhLjQ3Mi40NzIgMCAwIDEgLjUuNS40NTguNDU4IDAgMCAxLS41LjRabTEuOS0uNWEuNS41IDAgMCAxLTEgMHYtMy41YS41LjUgMCAxIDEgMSAwWm00LjIgMGMwIC4yLS4xLjQtLjMuNGgtLjFhLjc1OC43NTggMCAwIDEtLjQtLjJMMTcgMTYuMXYyLjJhLjUuNSAwIDAgMS0xIDB2LTMuNWMwLS4yLjEtLjQuMy0uNGguMWEuNzU4Ljc1OCAwIDAgMSAuNC4ybDEuOCAyLjV2LTIuMmEuNS41IDAgMSAxIDEgMFptMi45LTIuMmEuNS41IDAgMCAxIDAgMWgtMS4zdi44aDEuM2EuNS41IDAgMCAxIDAgMWgtMS44YS40NzIuNDcyIDAgMCAxLS41LS41di0zLjZhLjQ3Mi40NzIgMCAwIDEgLjUtLjVoMS44YS41LjUgMCAwIDEgMCAxaC0xLjN2LjhaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.block-goods-comment-brand-sns-list a:hover {
  opacity: 0.6;
}

.block-goods-comment-brand-feature {
  margin-top: 60px;
  padding: 60px 0;
  background-color: var(--cl-gy-2);
}

.block-goods-comment7 .block-goods-comment-brand-feature {
  margin-top: 0;
  padding: 100px 0 160px;
}

@media only screen and (min-width: 1200px) {
  .block-goods-comment7 .block-goods-comment-brand-feature {
    margin-right: calc((1200px - 100vw) / 2);
    margin-left: calc((1200px - 100vw) / 2);
  }
}

.block-goods-comment7 .block-goods-comment-brand-feature-inner {
  width: 1200px;
  margin: 0 auto;
}

.block-goods-comment-brand-feature .block-goods-comment-brand-feature-ttl {
  margin: -4px 0 50px;
  padding: 0;
  font-size: 3.2rem;
  text-align: center;
}

.block-goods-comment7 .block-goods-comment-brand-feature .block-goods-comment-brand-feature-ttl {
  margin-bottom: 70px;
}

.block-goods-comment-brand-feature-item {
  position: relative;
}

.block-goods-comment7 .block-goods-comment-brand-feature-item {
  display: flex;
  align-items: center;
}

.block-goods-comment7 .block-goods-comment-brand-feature-item.item-right {
  flex-direction: row-reverse;
}

.block-goods-comment4 .block-goods-comment-brand-feature-item + .block-goods-comment-brand-feature-item {
  margin-top: 60px;
}

.block-goods-comment7 .block-goods-comment-brand-feature-item + .block-goods-comment-brand-feature-item {
  margin-top: 90px;
}

.block-goods-comment4 .item-right .block-goods-comment-brand-feature-img {
  display: flex;
  justify-content: flex-end;
}

.block-goods-comment7 .block-goods-comment-brand-feature-img {
  position: relative;
  flex-shrink: 0;
  z-index: 9;
}

.block-goods-comment-brand-feature-img img {
  display: block;
  width: 680px;
  height: auto;
}

.block-goods-comment4 .item-right .block-goods-comment-brand-feature-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.block-goods-comment4 .item-left .block-goods-comment-brand-feature-img img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.block-goods-comment7 .block-goods-comment-brand-feature-img img {
  border-radius: 10px;
}

.block-goods-comment-brand-feature-detail.bg-wt {
  background-color: #ffffff;
}

.block-goods-comment-brand-feature-detail.bg-rd {
  background-color: var(--cl-rd);
  color: #ffffff;
}

.block-goods-comment4 .block-goods-comment-brand-feature-detail {
  width: 670px;
  margin-top: -208px;
  padding: 244px 124px 60px 100px;
}

.block-goods-comment4 .item-right .block-goods-comment-brand-feature-detail {
  border-bottom-right-radius: 10px;
}

.block-goods-comment4 .item-left .block-goods-comment-brand-feature-detail {
  margin-left: auto;
  border-bottom-left-radius: 10px;
}

.block-goods-comment7 .block-goods-comment-brand-feature-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% - 680px);
  min-height: 520px;
}

.block-goods-comment7 .item-right .block-goods-comment-brand-feature-detail {
  padding: 60px 80px 60px 0;
}

.block-goods-comment7 .item-left .block-goods-comment-brand-feature-detail {
  padding: 60px 0 60px 80px;
}

.block-goods-comment7 .block-goods-comment-brand-feature-detail::before,
.block-goods-comment7 .block-goods-comment-brand-feature-detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffff;
}

.block-goods-comment7 .block-goods-comment-brand-feature-detail::before {
  width: 284px;
}

.block-goods-comment7 .item-right .block-goods-comment-brand-feature-detail::before {
  right: -284px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.block-goods-comment7 .item-left .block-goods-comment-brand-feature-detail::before {
  left: -284px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .block-goods-comment7 .block-goods-comment-brand-feature-detail::after {
    width: calc((100vw - 1200px) / 2);
  }

  .block-goods-comment7 .item-right .block-goods-comment-brand-feature-detail::after {
    left: calc((1200px - 100vw) / 2);
  }

  .block-goods-comment7 .item-left .block-goods-comment-brand-feature-detail::after {
    right: calc((1200px - 100vw) / 2);
  }
}

.block-goods-comment7 .block-goods-comment-brand-feature-detail.bg-rd::before,
.block-goods-comment7 .block-goods-comment-brand-feature-detail.bg-rd::after {
  background-color: var(--cl-rd);
}

.block-goods-comment-brand-feature-detail .block-goods-comment-brand-feature-sub_ttl {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  text-align: left;
}

.block-goods-comment-brand-feature-comment {
  margin-top: 22px;
  line-height: 1.71;
}

.block-goods-comment-brand-feature-comment p + p {
  margin-top: 1.6em;
}

.block-goods-comment-bot-bnr,
.block-goods-comment-d1-img {
  margin-top: 30px;
  padding: 50px 0;
  border-top: 1px solid var(--cl-bdr);
  border-bottom: 1px solid var(--cl-bdr);
}

.block-goods-comment-bot-bnr + .block-goods-comment-d1-img {
  border-top: none;
}

.block-goods-comment-bot-bnr a,
.block-goods-comment-d1-img a {
  display: block;
}

.block-goods-comment-bot-bnr a:hover,
.block-goods-comment-d1-img a:hover {
  opacity: 0.6;
}

.block-goods-comment-bot-bnr img,
.block-goods-comment-d1-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.block-goods-right-side-inner {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

.block-goods-tag {
  overflow: hidden;
}

.block-goods-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -4px 0 0;
}

.block-goods-tag li {
  margin: 4px 4px 0 0;
}

.block-goods-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 18px;
  border: 1px solid var(--cl-bdr);
  border-radius: 32px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.block-goods-tag a:hover {
  opacity: 0.6;
}

.block-goods-star {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cl-bdr);
}

.block-goods-star-img img {
  display: block;
  width: 76px;
  height: auto;
}

.block-goods-star-number,
.block-goods-star-number a {
  color: var(--cl-gy-3);
}

.pane-goods-right-side .block-variation {
  margin-top: 12px;
}

.pane-goods-right-side .block-variation .block-variation {
  margin-top: 0;
}

.block-variation--name {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
}

.block-variation--item {
  display: block;
  width: calc((100% - 20px) / 5);
  margin-right: 0;
}

.block-variation--item:not(:nth-child(5n)) {
  margin-right: 5px;
}

.block-variation--item:not(:nth-child(-n + 5)) {
  margin-top: 5px;
}

.block-color--item dt {
  width: 100%;
  height: auto;
}

.block-variation--item dt,
.block-variation--item.active dt {
  border: none;
}

.block-color--item-term figure {
  width: 100%;
  height: auto;
}

.block-color--item-term figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-variation--item-description {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  text-align: center;
}

.block-goods-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  position: relative;
  margin: 18px 0 0 0;
}

.block-goods-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 20px;
  margin-right: auto;
  padding: 0 3px 0 5px;
  border-radius: 4px;
  background-color: var(--cl-gd);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

.block-goods-price--on-sales-comment {
  width: 100%;
  color: var(--cl-rd);
  font-size: 1.2rem;
  font-weight: 700;
}

.block-goods-price--price {
  font-size: 2.6rem;
  order: 20;
}

.block-goods-price--on-sales-comment + .block-goods-price--price {
  color: var(--cl-rd);
}

.block-goods-price--price::after {
  font-size: 1.2rem;
}

.block-goods-price--default-price {
  margin-right: 10px;
  font-size: 1.2rem;
  order: 10;
}

.block-goods-point {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.block-goods-point p {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
}

.block-goods-point p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS44OSIgaGVpZ2h0PSIxMy45NDUiPjxnIGZpbGw9IiMxYTEzMTEiPjxwYXRoIGQ9Ik0xMi4xNjguMzQyQS42ODUuNjg1IDAgMCAwIDExLjU3NSAwaC03LjI2YS42ODYuNjg2IDAgMCAwLS41OTMuMzQyTC4wOTEgNi42M2EuNjg3LjY4NyAwIDAgMCAwIC42ODRsMy42MzEgNi4yODRhLjY4Ni42ODYgMCAwIDAgLjU5My4zNDJoNy4yNjFhLjY4NS42ODUgMCAwIDAgLjU5My0uMzQyTDE1LjggNy4zMWEuNjg2LjY4NiAwIDAgMCAwLS42ODRabS4zMTYgMTEuMDY5YTMuNDMgMy40MyAwIDAgMS0yLjk2MyAxLjcxMWgtMy4xNWEzLjQzIDMuNDMgMCAwIDEtMi45NjQtMS43MTFsLTEuNTgtMi43MjhhMy40MjggMy40MjggMCAwIDEgMC0zLjQyMmwxLjU3NS0yLjcyOEEzLjQzIDMuNDMgMCAwIDEgNi4zNjYuODIyaDMuMTVhMy40MyAzLjQzIDAgMCAxIDIuOTYzIDEuNzExbDEuNTc1IDIuNzI4YTMuNDMgMy40MyAwIDAgMSAwIDMuNDIyWiIvPjxwYXRoIGQ9Ik01LjI5MiAxMS4yNTZWMy4wNzRhLjI5NC4yOTQgMCAwIDEgLjMxMS0uMzExaDIuNzc5YzEuOTMgMCAzLjUzNi42ODUgMy41MzYgMi44NjQgMCAyLjA5Mi0xLjYxOSAzLjAxNC0zLjQ4NiAzLjAxNGgtLjcxYS4yOTQuMjk0IDAgMCAwLS4zMTEuMzExdjIuM2EuMjk0LjI5NCAwIDAgMS0uMzExLjMxMUg1LjYwNGEuMjk0LjI5NCAwIDAgMS0uMzExLS4zMTFtMi4zLTQuMjg0aC43MzVjMS4wMzQgMCAxLjUxOS0uNDg2IDEuNTE5LTEuMzQ1IDAtLjg4NC0uNTYtMS4yLTEuNTgyLTEuMmgtLjY3MmEuMTc3LjE3NyAwIDAgMC0uMTg3LjE4N3YyLjE3MWEuMTc3LjE3NyAwIDAgMCAuMTg3LjE4NyIvPjwvZz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}

.block-goods-cart-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: -3px;
}

.block-goods-qty {
  width: 70px;
}

.block-goods-qty dt {
  margin: 0 0 5px 2px;
  font-size: 1.2rem;
  font-weight: 600;
}

.block-goods-qty-select {
  width: 70px;
  height: 60px;
  padding: 0 20px 0 10px;
  border-radius: 4px;
  font-size: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Ljc2MSIgaGVpZ2h0PSIxMi4yNzYiPjxwYXRoIGQ9Ik03LjY3MiA3LjcxMWEuNDQzLjQ0MyAwIDAgMCAuMDUyLS40NDEuNDI4LjQyOCAwIDAgMC0uMzc3LS4yNDFILjQyYS40MjguNDI4IDAgMCAwLS4zNzguMjQxLjM0NS4zNDUgMCAwIDAtLjA0Mi4xNzkuNC40IDAgMCAwIC4wOTQuMjYybDMuNDY0IDQuNDA4YS40MDcuNDA3IDAgMCAwIC4zMjUuMTU3LjQyNC40MjQgMCAwIDAgLjMyNS0uMTU3TS4wODkgNC41NjZhLjQ0My40NDMgMCAwIDAtLjA1Mi40NDEuNDI4LjQyOCAwIDAgMCAuMzc3LjI0MWg2LjkyN2EuNDI4LjQyOCAwIDAgMCAuMzc4LS4yNDEuMzQ1LjM0NSAwIDAgMCAuMDQyLS4xNzkuNC40IDAgMCAwLS4wOTQtLjI2Mkw0LjIwMy4xNThhLjQwNy40MDcgMCAwIDAtLjMyNS0uMTU3LjQyNC40MjQgMCAwIDAtLjMyNS4xNTciLz48L3N2Zz4=");
  background-position: center right 9px;
  background-size: auto;
}

.block-add-cart {
  width: 250px;
  margin-left: auto;
}

.block-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-add-cart--btn::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-no-stock--message,
.block-outside-sales-period--message,
.block-nosales-landingpage-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 60px;
  border: none;
  border-radius: 4px;
  background-color: var(--cl-gy-2);
  color: var(--cl-main);
  font-size: 1.6rem;
  font-weight: 600;
}

.block-arrival-notice--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 60px;
}

.block-goods-write-review-btn {
  margin-top: 10px;
}

.block-goods-write-review-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid var(--cl-main);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.block-goods-write-review-btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4wMDIiIGhlaWdodD0iMTMuMDAzIj48cGF0aCBkPSJNMi41NTcgMTNILjM2MkEuMzU4LjM1OCAwIDAgMSAwIDEyLjY0MXYtMi4yYS4zNTYuMzU2IDAgMCAxIC4xMDktLjI2bDcuODgtNy44OEwxMC43IDUuMDE1bC03Ljg5IDcuODc5YS4zMzkuMzM5IDAgMCAxLS4yNTMuMTA2Wm04LjkxMy04Ljc1OEw4Ljc2MiAxLjUzMyAxMC4wODMuMjEyYS43MTguNzE4IDAgMCAxIDEuMDE5IDBsMS42OSAxLjY5YS43Mi43MiAwIDAgMSAwIDEuMDE4bC0xLjMyMSAxLjMyMVoiIGZpbGw9IiMxYTE5MTkiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}

.block-goods-write-review-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: var(--arw-btn-bk-s);
  background-position: center;
  background-repeat: no-repeat;
}

.block-goods-write-review-btn a:hover {
  opacity: 0.6;
}

.block-goods-anker-btn {
  margin-top: 15px;
  padding: 22px 20px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}

.block-goods-anker-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-goods-anker-btn li:nth-child(odd) {
  width: 142px;
}

.block-goods-anker-btn li:nth-child(even) {
  width: calc(100% - 142px);
}

.block-goods-anker-btn li:not(:nth-child(-n + 2)) {
  margin-top: 8px;
}

.block-goods-anker-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  text-decoration: none;
}

.block-goods-anker-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background-image: var(--arw-btn-bk);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.block-goods-anker-btn a:hover {
  opacity: 0.6;
}

.block-goods-nav {
  margin-top: 16px;
}

.block-goods-nav ul {
  display: flex;
  justify-content: space-between;
} /*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-tag {
  order: 10;
}

.block-goods-star {
  order: 20;
}

.pane-goods-right-side .block-variation {
  order: 30;
}

.block-goods-price {
  order: 40;
}

.block-goods-point {
  order: 50;
}

.block-goods-cart-btn {
  order: 60;
}

.block-goods-write-review-btn {
  order: 70;
}

.block-goods-comment9 {
  order: 80;
} /* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
} /* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
} /* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
} /* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-goods-list-l--bookmark {
  position: relative;
}

.block-bulk-purchase-b--goods-bookmark {
  position: relative;
}

.block-goods-list-s--bookmark {
  position: relative;
}

.block-goods-name-n--goods-bookmark {
  position: relative;
} /* スライダー */
.slick-slide *:focus {
  outline: none;
} /* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r--goods {
  position: relative;
  width: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  margin: 0;
}

.block-ranking-r--goods:not(:nth-child(4n)) {
  margin-right: 20px;
}

.block-ranking-r--goods:not(:nth-child(-n + 4)) {
  margin-top: 60px;
}

.block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.block-ranking-r--goods-image figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.block-ranking-r--goods a {
  display: block;
  text-decoration: none;
}

.block-ranking-r--goods a:hover {
  opacity: 0.6;
}

.block-ranking-r .block-icon {
  position: absolute;
  top: 1px;
  right: 11px;
}

.block-ranking-r--goods-name {
  margin-top: 10px;
}

.block-ranking-r--goods-name a {
  font-weight: 600;
}

.block-ranking-r .block-goods-attr1 {
  margin-top: 4px;
  color: var(--cl-gy-3);
}

.block-ranking-r--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 6px;
}

.block-ranking-r--scomment {
  color: var(--cl-rd);
  font-size: 1.2rem;
  font-weight: 700;
}

.block-ranking-r--price-items {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  margin-top: 4px;
}

.block-ranking-r--price {
  font-size: 2rem;
}

.block-ranking-r--price::after {
  font-size: 1.2rem;
}

.block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
  margin-left: 4px;
  color: var(--cl-rd);
}

.block-ranking-r--default-price {
  font-size: 1.2rem;
}

.block-ranking-r--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.block-ranking-r--add-cart {
  width: calc(100% - 50px);
}

.block-ranking-r--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.block-ranking-r--add-cart a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
}

.block-ranking-r .block-goods-list--favorite--btn,
.block-ranking-r .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-ranking-r .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  top: 0;
  left: 20px;
  width: 41px;
  height: 56px;
  padding-bottom: 14px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS4wMDMiIGhlaWdodD0iNTUuOTk4Ij48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtNDAuNTAzIDU1LjA1Mi0xOS43Mi0xMy40NDYtLjI4Mi0uMTkyLS4yODIuMTkyTC41IDU1LjA1MlYuNWg0MC4wMDN2NTQuNTUyWiIvPjxwYXRoIGQ9Ik00MC4wMDMgNTQuMTA2VjFIMXY1My4xMDZsMTkuNTAxLTEzLjI5NyAxOS41MDIgMTMuMjk3bTEgMS44OTJMMjAuNTAxIDQyLjAxOS4wMDEgNTUuOTk4VjBoNDEuMDAydjU1Ljk5OFoiIGZpbGw9IiNlOGU4ZTgiLz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  color: var(--cl-main);
  font-size: 2.7rem;
  font-weight: 700;
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI1NiI+PHBhdGggZD0iTTIwLjUgNDIuMDIzIDAgNTZWNDFoNDF2MTVaTTAgNDFWMGg0MXY0MVoiIGZpbGw9IiNmNmNiNDUiLz48L3N2Zz4=");
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI1NiI+PHBhdGggZD0iTTIwLjUgNDIuMDIzIDAgNTZWNDFoNDF2MTVaTTAgNDFWMGg0MXY0MVoiIGZpbGw9IiNCMkMwQ0UiLz48L3N2Zz4=");
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MSIgaGVpZ2h0PSI1NiI+PHBhdGggZD0iTTIwLjUgNDIuMDIzIDAgNTZWNDFoNDF2MTVaTTAgNDFWMGg0MXY0MVoiIGZpbGw9IiM5NTY5NDkiLz48L3N2Zz4=");
} /* トップページ */
@media only screen and (min-width: 1200px) {
  .block-top-event--goods {
    margin-right: calc((1200px - 100vw) / 2);
  }
}

.block-top-event--goods .block-ranking-r--items > ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.block-top-event--goods .block-ranking-r--items > ul.slick-intialized {
  display: block;
  overflow: visible;
}

.block-top-event--goods .block-ranking-r--goods {
  flex-shrink: 0;
  position: relative;
  width: 360px;
  flex-basis: 360px;
  padding-right: 20px;
  margin: 0;
}

.block-top-event--goods .block-ranking-r--goods:not(:nth-child(4n)) {
  margin-right: 0;
}

.block-top-event--goods .block-ranking-r--goods:not(:nth-child(-n + 4)) {
  margin-top: 0;
}

.block-top-event--goods .block-ranking-r .block-icon {
  right: 34px;
}

.block-top-event--goods .block-ranking-r .slick-arrow {
  position: absolute;
  top: 140px;
  width: 71px;
  height: 71px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
  transition: 0.2s;
}

.block-top-event--goods .block-ranking-r .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block-top-event--goods .block-ranking-r .slick-prev {
  left: 10px;
  transform: rotate(180deg);
}

.block-top-event--goods .block-ranking-r .slick-next {
  left: 1040px;
} /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t--items {
  display: flex;
  margin: 0;
}

.block-thumbnail-t--goods {
  position: relative;
  width: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  margin: 0;
}

.block-thumbnail-t--goods:not(:nth-child(4n)) {
  margin-right: 20px;
}

.block-thumbnail-t--goods:not(:nth-child(-n + 4)) {
  margin-top: 60px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.block-thumbnail-t--goods-image figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.block-thumbnail-t--goods a {
  display: block;
  text-decoration: none;
}

.block-thumbnail-t--goods a:hover {
  opacity: 0.6;
}

.block-thumbnail-t .block-icon {
  position: absolute;
  top: 1px;
  right: 11px;
}

.block-thumbnail-t--goods-name {
  margin-top: 8px;
}

.block-thumbnail-t--goods-name a {
  font-weight: 600;
}

.block-thumbnail-t .block-goods-attr1 {
  margin-top: 4px;
  color: var(--cl-gy-3);
}

.block-thumbnail-t--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 6px;
}

.block-thumbnail-t--scomment {
  color: var(--cl-rd);
  font-size: 1.2rem;
  font-weight: 700;
}

.block-thumbnail-t--price-items {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 4px;
}

.block-thumbnail-t--price {
  font-size: 2rem;
  order: 20;
}

.block-thumbnail-t--price::after {
  font-size: 1.2rem;
}

.block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: var(--cl-rd);
}

.block-thumbnail-t--default-price {
  margin-right: 4px;
  font-size: 1.2rem;
  order: 10;
}

.block-thumbnail-t--goods-comment {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.667;
}

.block-thumbnail-t--goods-comment p {
  display: -webkit-box;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-thumbnail-t--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.block-thumbnail-t--add-cart {
  width: calc(100% - 50px);
}

.block-thumbnail-t--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.block-thumbnail-t--add-cart a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
}

.block-thumbnail-t .block-goods-list--favorite--btn,
.block-thumbnail-t .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-thumbnail-t .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
} /* スライダー */
.block-top-event--goods .block-thumbnail-t--items,
.block-reviewdetail-lineup .block-thumbnail-t--items,
.block-accessory-list--list .block-thumbnail-t--items {
  flex-wrap: nowrap;
  overflow: hidden;
}

.block-top-event--goods .block-thumbnail-t--items.slick-initialized,
.block-reviewdetail-lineup .block-thumbnail-t--items.slick-initialized,
.block-accessory-list--list .block-thumbnail-t--items.slick-initialized {
  display: block;
  overflow: visible;
}

.block-top-event--goods .block-thumbnail-t--goods,
.block-reviewdetail-lineup .block-thumbnail-t--goods,
.block-accessory-list--list .block-thumbnail-t--goods {
  flex-shrink: 0;
  position: relative;
  width: 360px;
  flex-basis: 360px;
  padding-right: 20px;
  margin: 0;
}

.block-reviewdetail-lineup .block-thumbnail-t--goods {
  width: 240px;
  flex-basis: 240px;
}

.block-accessory-list--list .block-thumbnail-t--goods {
  width: 266px;
  flex-basis: 266px;
}

.block-top-event--goods .block-thumbnail-t--goods:not(:nth-child(4n)),
.block-reviewdetail-lineup .block-thumbnail-t--goods:not(:nth-child(4n)),
.block-accessory-list--list .block-thumbnail-t--goods:not(:nth-child(4n)) {
  margin-right: 0;
}

.block-top-event--goods .block-thumbnail-t--goods:not(:nth-child(-n + 4)),
.block-reviewdetail-lineup .block-thumbnail-t--goods:not(:nth-child(-n + 4)),
.block-accessory-list--list .block-thumbnail-t--goods:not(:nth-child(-n + 4)) {
  margin-top: 0;
}

.block-top-event--goods .block-thumbnail-t .block-icon {
  right: 34px;
}

.block-reviewdetail-lineup .block-thumbnail-t .block-icon,
.block-accessory-list--list .block-thumbnail-t .block-icon {
  right: 30px;
}

.block-top-event--goods .block-thumbnail-t .slick-arrow,
.block-reviewdetail-lineup .block-thumbnail-t .slick-arrow {
  position: absolute;
  top: 140px;
  left: 1040px;
  width: 71px;
  height: 71px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
  z-index: 9;
}

.block-top-event--goods .block-thumbnail-t .slick-arrow.slick-disabled,
.block-reviewdetail-lineup .block-thumbnail-t .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block-top-event--goods .block-thumbnail-t .slick-prev,
.block-reviewdetail-lineup .block-thumbnail-t .slick-prev {
  left: 10px;
  transform: rotate(180deg);
}

.block-top-event--goods .block-thumbnail-t .slick-next,
.block-reviewdetail-lineup .block-thumbnail-t .slick-next {
  left: 1040px;
}

.block-reviewdetail-lineup .block-thumbnail-t .slick-next {
  top: 166px;
  left: 1130px;
}

.block-accessory-list--list .block-thumbnail-t .slick-arrow {
  position: absolute;
  top: 166px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider-s);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}

.block-accessory-list--list .block-thumbnail-t .slick-prev {
  left: -10px;
}

.block-accessory-list--list .block-thumbnail-t .slick-next {
  right: -10px;
  transform: rotate(180deg);
} /* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-recent-item {
  width: 1200px;
  margin: 120px auto 0;
}

@media only screen and (min-width: 1200px) {
  .block-recent-item--body,
  .block-bookmarklist-content {
    margin-right: calc((1200px - 100vw) / 2);
  }
}

.block-recent-item--items {
  width: 100%;
}

.block-thumbnail-h {
  flex-wrap: nowrap;
  margin: 0;
  overflow: hidden;
}

.block-thumbnail-h--item {
  flex-shrink: 0;
  position: relative;
  width: 240px;
  flex-basis: 240px;
  margin: 0;
  padding-right: 20px;
}

.block-thumbnail-h--goods-image {
  aspect-ratio: 1 / 1;
}

.block-thumbnail-h--goods-image figure {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.block-thumbnail-h--goods-image figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.block-thumbnail-h--goods-image figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.block-thumbnail-h--goods a {
  display: block;
  text-decoration: none;
}

.block-thumbnail-h--goods a:hover {
  opacity: 0.6;
}

.block-thumbnail-h .block-icon {
  position: absolute;
  top: 1px;
  right: 34px;
}

.block-thumbnail-h--goods-name {
  margin-top: 10px;
}

.block-thumbnail-h--goods-name a {
  font-weight: 600;
}

.block-thumbnail-h .block-goods-attr1 {
  margin-top: 4px;
  color: var(--cl-gy-3);
}

.block-thumbnail-h--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 6px;
}

.block-thumbnail-h--scomment {
  color: var(--cl-rd);
  font-size: 1.2rem;
  font-weight: 700;
}

.block-thumbnail-h--price-items {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 4px;
}

.block-thumbnail-h--price {
  font-size: 2rem;
  order: 20;
}

.block-thumbnail-h--price::after {
  font-size: 1.2rem;
}

.block-thumbnail-h--scomment + .block-thumbnail-h--price-items .block-thumbnail-h--price {
  color: var(--cl-rd);
}

.block-thumbnail-h--default-price {
  margin-right: 4px;
  font-size: 1.2rem;
  order: 10;
}

.block-thumbnail-h--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.block-thumbnail-h--add-cart {
  width: calc(100% - 50px);
}

.block-thumbnail-h--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.block-thumbnail-h .block-goods-list--favorite--btn,
.block-thumbnail-h .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-thumbnail-h .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
}

.block-thumbnail-h .slick-arrow {
  position: absolute;
  top: 165px;
  width: 71px;
  height: 71px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
  z-index: 9;
}

.block-thumbnail-h .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.block-thumbnail-h .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.block-thumbnail-h .slick-next {
  left: 1130px;
  width: 71px;
}

.block-recent-item--keep-history {
  display: none;
} /* マイページ */
.block-mypage-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.block-mypage-left {
  width: 260px;
}

.block-mypage-main {
  width: 900px;
}

.block-mypage-cutomer-info {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--cl-gy-2);
}

.block-mypage--customer-name {
  margin-top: -4px;
  font-size: 1.6rem;
  text-align: center;
}

.block-mypage--customer-name b {
  margin-right: 5px;
  font-size: 2rem;
  font-weight: 600;
}

.block-mypage--customer-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}

.block-mypage--customer-rank span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  background-color: var(--cl-gd);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

.block-mypage--customer-rank-message {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.block-mypage--customer-point {
  margin-top: 16px;
  padding: 8px 10px 17px;
  border-radius: 4px;
  background-color: #ffffff;
}

.block-mypage--customer-point p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}

.block-mypage--mypoint-point {
  position: relative;
  top: 4px;
  margin: 0 8px;
  font-size: 3rem;
  font-weight: 700;
}

.block-mypage--customer-point-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.block-mypage--customer-btn-1 {
  margin-top: 20px;
}

.block-mypage--customer-btn-1 ul {
  display: flex;
  justify-content: space-between;
}

.block-mypage--customer-btn-1 li {
  width: calc((100% - 10px) / 2);
}

.block-mypage--customer-btn-1 a {
  height: 95px;
  padding-top: 58px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.2rem;
}

.block-mypage--customer-btn-1 a.icon-coupon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDUiIGhlaWdodD0iOTUiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzA3MDcwIiBkPSJNMTIwIDYxMmgxMDV2OTVIMTIweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjAgLTYxMikiIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0iTTE5NS44NTkgNjUxLjI2OGEyLjcyOCAyLjcyOCAwIDAgMSAyLjcyOC0yLjcyOXYtMTAuNzgySDE0NnYyNy4wMmg1Mi41ODd2LTEwLjc4YTIuNzI4IDIuNzI4IDAgMCAxLTIuNzI4LTIuNzI5WiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDcwMzAzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS44Ii8+PHBhdGggZD0iTTE5My4wMTEgNjM5LjAxOWEuNDc3LjQ3NyAwIDAgMS0uNDc3LS40Nzd2LS42MzVhLjQ3Ny40NzcgMCAwIDEgLjk1MyAwdi42MzZhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny40NzdNMTkzLjAxMSA2NjAuOTk1YS40NzcuNDc3IDAgMCAxLS40NzctLjQ3N3YtMS4yMmEuNDc3LjQ3NyAwIDEgMSAuOTUzIDB2MS4yMjFhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny40NzdtMC0zLjY2M2EuNDc3LjQ3NyAwIDAgMS0uNDc3LS40Nzd2LTEuMjIxYS40NzcuNDc3IDAgMCAxIC45NTMgMHYxLjIyMWEuNDc3LjQ3NyAwIDAgMS0uNDc3LjQ3N20wLTMuNjYzYS40NzcuNDc3IDAgMCAxLS40NzctLjQ3N3YtMS4yMjFhLjQ3Ny40NzcgMCAwIDEgLjk1MyAwdjEuMjIxYS40NzcuNDc3IDAgMCAxLS40NzcuNDc3bTAtMy42NjNhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny0uNDc3di0xLjIyMWEuNDc3LjQ3NyAwIDEgMSAuOTUzIDB2MS4yMjFhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny40NzdtMC0zLjY2M2EuNDc3LjQ3NyAwIDAgMS0uNDc3LS40Nzd2LTEuMjJhLjQ3Ny40NzcgMCAxIDEgLjk1MyAwdjEuMjIxYS40NzcuNDc3IDAgMCAxLS40NzcuNDc3bTAtMy42NjNhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny0uNDc3di0xLjIyMWEuNDc3LjQ3NyAwIDEgMSAuOTUzIDB2MS4yMjFhLjQ3Ny40NzcgMCAwIDEtLjQ3Ny40NzdNMTkzLjAxMSA2NjQuMDczYS40NzcuNDc3IDAgMCAxLS40NzctLjQ3N3YtLjYzNmEuNDc3LjQ3NyAwIDAgMSAuOTUzIDB2LjYzNmEuNDc3LjQ3NyAwIDAgMS0uNDc3LjQ3N00xNTMuMjgxIDY1NC45MDlhMy4wMiAzLjAyIDAgMCAxLTIuMTYyLS43NjYgMi43MzkgMi43MzkgMCAwIDEtLjgxMi0yLjA5MyAyLjc5MiAyLjc5MiAwIDAgMSAuNzgyLTIuMSAzLjAxNyAzLjAxNyAwIDAgMSAyLjE5My0uNzU5IDMuMDg4IDMuMDg4IDAgMCAxIDEuODMuNTM0bC0uNDIgMS4xMDZhMi4yNyAyLjI3IDAgMCAwLTEuMjU4LS40MiAxLjUzMiAxLjUzMiAwIDAgMC0xLjE1Mi40MjQgMS42NzMgMS42NzMgMCAwIDAtLjQxNSAxLjIxNSAxLjY0IDEuNjQgMCAwIDAgLjQzMSAxLjIgMS41MTYgMS41MTYgMCAwIDAgMS4xMzIuNDM4IDIuMjY3IDIuMjY3IDAgMCAwIDEuMjU4LS40MTlsLjQyIDEuMTA2YTMuMDg2IDMuMDg2IDAgMCAxLTEuODMuNTM0TTE1Ny4xMTIgNjQ5Ljk1NmEzLjIxOCAzLjIxOCAwIDEgMS0uNzc0IDIuMDkzIDIuODM2IDIuODM2IDAgMCAxIC43NzQtMi4wOTNtLjc4OSAyLjA5M3EwIDEuNiAxLjMgMS42dDEuMy0xLjZxMC0xLjYtMS4zLTEuNnQtMS4zIDEuNk0xNjcuMzQ2IDY1NC4zMTFhMi43IDIuNyAwIDAgMS0zLjM5NCAwIDIuNDE0IDIuNDE0IDAgMCAxLS41OTEtMS43NjV2LTMuMjc3aDEuNTR2My4zOTNhMS4yODEgMS4yODEgMCAwIDAgLjE5MS43ODUuNzkyLjc5MiAwIDAgMCAxLjE0MyAwIDEuMjgxIDEuMjgxIDAgMCAwIC4xOTEtLjc4NXYtMy4zOTNoMS41MXYzLjI3OWEyLjQxNCAyLjQxNCAwIDAgMS0uNTkxIDEuNzY1TTE3MS4wNzIgNjUzLjA5NHYxLjczOWgtMS40ODd2LTUuNTI4YTExLjU5MiAxMS41OTIgMCAwIDEgMS42NzgtLjExNXEyLjU5MiAwIDIuNTkyIDEuODY4YTEuOTU2IDEuOTU2IDAgMCAxLS41ODMgMS41MzcgMi40NzggMi40NzggMCAwIDEtMS43LjUyMiA0LjQ4MSA0LjQ4MSAwIDAgMS0uNS0uMDIzbTAtMS4xMDZhMi4xNzcgMi4xNzcgMCAwIDAgLjM0My4wMjMgMS4xMzggMS4xMzggMCAwIDAgLjc2Mi0uMjI5LjgwOC44MDggMCAwIDAgLjI2Ny0uNjQ4cTAtLjgtMS4wMjktLjhhMS42NDIgMS42NDIgMCAwIDAtLjM0My4wMzhaTTE3NS42MjggNjQ5Ljk1NmEzLjIxOSAzLjIxOSAwIDEgMS0uNzc0IDIuMDkzIDIuODM2IDIuODM2IDAgMCAxIC43NzQtMi4wOTNtLjc4OSAyLjA5M3EwIDEuNiAxLjMgMS42dDEuMy0xLjZxMC0xLjYtMS4zLTEuNnQtMS4zIDEuNk0xODUuMTAzIDY1Mi4zMTdoLjAxNXYtMy4wNDhoMS40ODd2NS41NjdoLTEuNDg3bC0xLjY2Mi0zLjA1aC0uMDE1djMuMDVoLTEuNDg3di01LjU2N2gxLjQ4N1oiIGZpbGw9IiMwNzAzMDMiLz48L2c+PC9zdmc+");
}

.block-mypage--customer-btn-1 a.icon-favorite {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDUiIGhlaWdodD0iOTUiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzA3MDcwIiBkPSJNMjM1IDYxMmgxMDV2OTVIMjM1eiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTYxMikiIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0iTTI4OS43OTYgNjYzLjgxN2M4LjMxNC03LjU1NCAxMy43NjItMTIuNDc5IDEzLjU0LTE4LjYyM2E4LjY0NSA4LjY0NSAwIDAgMC0zLjcwNi02Ljc5NCA5LjE2IDkuMTYgMCAwIDAtMTIuMTMxIDEuNzQyIDkuMTc3IDkuMTc3IDAgMCAwLTEyLjEzMS0xLjc0MiA4LjY0NSA4LjY0NSAwIDAgMC0zLjcwNyA2Ljc5NGMtLjIwNiA2LjE0NCA1LjIyNiAxMS4wNyAxMy41NCAxOC41OTJsLjE3NC4xNTlhMy4xNjEgMy4xNjEgMCAwIDAgNC4yNi4wMTZaIiBmaWxsPSIjZmZmIiBzdHJva2U9IiMxYTE5MTkiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48L3N2Zz4=");
}

.block-mypage--customer-btn-2 {
  margin-top: 20px;
}

.block-mypage--customer-btn-2 li + li {
  margin-top: 10px;
}

.block-mypage--customer-btn-2 a {
  height: 31px;
}

.block-mypage--customer-btn-2 .js-modal-btn {
  height: 55px;
}

.block-mypage--customer-logout {
  margin-top: 15px;
  text-align: center;
}

.block-mypage-left-rank_bnr {
  margin-top: 40px;
}

.block-mypage-left-rank_bnr a {
  display: block;
}

.block-mypage-left-rank_bnr a:hover {
  opacity: 0.6;
}

.block-mypage-left-rank_bnr img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-mypage-left-goods_bnr {
  margin-top: 30px;
}

.block-mypage-left-goods_bnr li + li {
  margin-top: 20px;
}

.block-mypage-left-goods_bnr a {
  display: block;
  text-decoration: none;
}

.block-mypage-left-goods_bnr a:hover {
  opacity: 0.6;
}

.block-mypage-left-goods_bnr .list-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-mypage-left-goods_bnr img {
  display: block;
  width: 100%;
  height: auto;
  height: auto;
  transition: 0.6s;
}

.block-mypage-left-goods_bnr a:hover .list-img img {
  transform: scale(1.05);
}

.block-mypage-left-goods_bnr .list-ttl {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
}

.block-mypage-main-bnr ul {
  display: flex;
  flex-wrap: wrap;
}

.block-mypage-main-bnr li {
  width: calc((100% - 42px) / 3);
}

.block-mypage-main-bnr li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.block-mypage-main-bnr a {
  display: block;
}

.block-mypage-main-bnr a:hover {
  opacity: 0.6;
}

.block-mypage-main-bnr .list-img {
  border-radius: 10px;
  overflow: hidden;
}

.block-mypage-main-bnr .list-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}

.block-mypage-main-bnr a:hover .list-img img {
  transform: scale(1.05);
}

.block-mypage-hitory {
  margin-top: 80px;
}

.block-mypage-hitory-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-mypage-hitory-header h3 {
  margin: 0;
}

.block-mypage-hitory-list {
  margin-top: 20px;
}

.block-mypage-hitory-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-mypage-hitory-list li {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 20px) / 2);
  border: 1px solid var(--cl-bdr);
  padding: 15px 16px;
  border-radius: 10px;
  overflow: hidden;
}

.block-mypage-hitory-list li:not(:nth-child(-n + 2)) {
  margin-top: 20px;
}

.block-mypage-hitory-list a:hover {
  opacity: 0.6;
}

.block-mypage-hitory-list .list-img {
  position: relative;
  width: 160px;
  padding-top: 33px;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}

.block-mypage-hitory-list .block-icon {
  position: absolute;
  top: 0;
  right: 10px;
}

.block-mypage-hitory-list .list-detail {
  display: flex;
  flex-direction: column;
  width: 220px;
}

.block-mypage-hitory-list .block-icon-2 {
  margin-bottom: 3px;
  order: 10;
}

.block-mypage-hitory-list .list-name {
  font-weight: 600;
  line-height: 1.71;
  order: 20;
}

.block-mypage-hitory-list .list-name a {
  display: -webkit-box;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-mypage-hitory-list .block-goods-attr1 {
  color: var(--cl-gy-3);
  order: 30;
}

.block-mypage-hitory-list .list-price {
  margin-top: auto;
  font-weight: 700;
  order: 40;
}

.block-mypage-hitory-list .list-price-s-comment {
  color: var(--cl-rd);
  font-size: 1.2rem;
}

.block-mypage-hitory-list .list-price-items {
  display: flex;
  align-items: baseline;
}

.block-mypage-hitory-list .list-price-price {
  font-size: 2rem;
}

.block-mypage-hitory-list .list-price-default-price + .list-price-price {
  color: var(--cl-rd);
}

.block-mypage-hitory-list .list-price-price::after {
  font-size: 1.2rem;
}

.block-mypage-hitory-list .list-price-default-price {
  margin-right: 4px;
  font-size: 1.2rem;
}

.block-mypage-hitory-list .list-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  order: 50;
}

.block-mypage-hitory-list .list-cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.block-mypage-hitory-list .list-cart-btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
}

.block-mypage-hitory-list .block-goods-list--favorite--btn,
.block-mypage-hitory-list .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-mypage-hitory-list .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
}

.block-mypage-main-menu {
  margin-top: 80px;
}

.block-mypage-main-menu-list {
  margin-top: 30px;
}

.block-mypage-main-menu-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-mypage-main-menu-list li {
  width: calc((100% - 102px) / 3);
  border-bottom: 1px solid var(--cl-bdr);
}

.block-mypage-main-menu-list li:not(:nth-child(3n)) {
  margin-right: 51px;
}

.block-mypage-main-menu-list li:nth-child(-n + 3) {
  border-top: 1px solid var(--cl-bdr);
}

.block-mypage-main-menu-list a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 60px;
  padding: 20px 30px 20px 0;
  font-weight: 600;
  text-decoration: none;
}

.block-mypage-main-menu-list a:hover {
  opacity: 0.6;
}

.block-mypage-main-menu-list a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 9px;
  margin-top: -4px;
  background-image: var(--arw-btn-bk-s);
  background-repeat: no-repeat;
}

.block-mypage-main-menu-list a.item-update-address-book::after {
  transform: rotate(90deg);
}

.block-mypage-main-review {
  margin-top: 80px;
}

.block-mypage-main-review-list {
  margin-top: 20px;
}

.block-mypage-main-review-list p + p {
  margin-top: 1.5em;
}

.block-mypage-main-review-list-item {
  padding: 20px 25px 30px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}

.block-mypage-main-review-list-item + .block-mypage-main-review-list-item {
  margin-top: 20px;
}

.block-mypage-main-review-list-item:not(:nth-child(-n + 5)) {
  display: none;
}

.block-mypage-main-review-list-item .list-goods {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-mypage-main-review-list-item .list-goods-img {
  width: 100px;
}

.block-mypage-main-review-list-item .list-goods-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-mypage-main-review-list-item .list-goods-detail {
  width: calc(100% - 120px);
}

.block-mypage-main-review-list-item .list-goods-name a {
  font-weight: 600;
  line-height: 1.714;
}

.block-mypage-main-review-list-item .list-goods-link {
  margin-top: 3px;
}

.block-mypage-main-review-list-item .list-goods-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 4px -5px 0 0;
  overflow: hidden;
}

.block-mypage-main-review-list-item .list-goods-tag span {
  margin: 5px 5px 0 0;
}

.block-mypage-main-review-list-item .list-goods-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 4px;
  border: 1px solid var(--cl-bdr);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

.block-mypage-main-review-list-item .list-review {
  margin-top: 20px;
  padding: 25px 25px 48px;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-mypage-main-review-list-item .list-review-profile {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cl-bdr);
}

.block-mypage-main-review-list-item .list-review-profile-img {
  width: 40px;
}

.block-mypage-main-review-list-item .list-review-profile-img img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  object-fit: cover;
}

.block-mypage-main-review-list-item .list-review-profile-detail {
  width: calc(100% - 67px);
  padding-top: 5px;
}

.block-mypage-main-review-list-item .list-review-profile-name {
  font-weight: 600;
}

.block-mypage-main-review-list-item .list-review-profile-info {
  margin-top: 6px;
  color: var(--cl-gy-3);
}

.block-mypage-main-review-list-item .list-review-content {
  margin-top: 20px;
}

.block-mypage-main-review-list-item .list-review-content-top {
  display: flex;
  justify-content: space-between;
}

.block-mypage-main-review-list-item .list-review-content-star img {
  display: block;
  width: 76px;
  height: auto;
}

.block-mypage-main-review-list-item .list-review-content-date {
  color: var(--cl-gy-3);
}

.block-mypage-main-review-list-item .list-review-content-ttl {
  margin-top: 6px;
  font-weight: 600;
  line-height: 1.857;
}

.block-mypage-main-review-list-item .list-review-content-ttl a {
  text-decoration: none;
}

.block-mypage-main-review-list-item .list-review-content-ttl a:hover {
  text-decoration: underline;
}

.block-mypage-main-review-list-item .list-review-content-comment {
  margin-top: 8px;
  line-height: 1.714;
}

.block-mypage-main-review-list-item .list-review-content.is-close .list-review-content-comment p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-mypage-main-review-list-item .list-review-content-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.block-mypage-main-review-list-item .list-review-content.is-close .list-review-content-imgs {
  display: none;
}

.block-mypage-main-review-list-item .list-review-content-imgs li {
  width: calc((100% - 48px) / 5);
}

.block-mypage-main-review-list-item .list-review-content-imgs li:not(:nth-child(5n)) {
  margin-right: 12px;
}

.block-mypage-main-review-list-item .list-review-content-imgs li:not(:nth-child(-n + 5)) {
  margin-top: 12px;
}

.block-mypage-main-review-list-item .list-review-content-imgs li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-mypage-main-review-list-item .list-review-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.block-mypage-main-review-list-item .list-review-content-btn button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.block-mypage-main-review-list-item .list-review-content-btn button::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 13px;
  height: 8px;
  margin-left: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi44MzYiIGhlaWdodD0iNy40MTQiPjxwYXRoIGQ9Im0xLjQxNCAxLjQxNCA1IDUgNS01IiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTE5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.block-mypage-main-review-list-item .list-review-content.is-close .list-review-content-btn button::after {
  top: -1px;
  transform: rotate(0deg);
}

.block-mypage-main-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.block-mypage-main-review-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 150px;
  height: 31px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

.block-mypage-main-review-btn .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA1IiBoZWlnaHQ9IjUuMjczIj48cGF0aCBkPSJtMS4wNjEgMS4wNjEgMy40NjUgMy40NjJMNy45OSAxLjA2MSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}

.block-mypage-main-review-btn .btn.is-open::after {
  transform: rotate(180deg);
}

.block-mypage-main-recommend {
  margin-top: 80px;
}

.block-mypage-main-recommend .block-thumbnail-t {
  margin-top: 30px;
}

.block-mypage-main-recommend .block-thumbnail-t--goods {
  width: calc((100% - 44px) / 3);
  flex-basis: calc((100% - 44px) / 3);
  margin: 0;
}

.block-mypage-main-recommend .block-thumbnail-t--goods:not(:nth-child(3n)) {
  margin-right: 22px;
}

.block-mypage-main-recommend .block-thumbnail-t--goods:not(:nth-child(-n + 3)) {
  margin-right: 40px;
}

.block-mypage--withdrawal-link {
  margin-top: 80px;
} /* 表示方法・並べ替え・ページャ */
.block-goods-list--sort-order-items {
  margin: 0;
  font-size: 1.2rem;
}

.block-goods-list--sort-order-items p {
  display: none;
}

.block-goods-list--sort-order-items select {
  width: 150px;
  height: 31px;
  padding: 0 45px 0 16px;
  border: 1px solid var(--cl-bdr);
  border-radius: 4px;
  font-weight: 600;
  text-align: right;
} /* 詳細検索 */
.block-search-goods--condition-items {
  width: auto;
  margin: 80px auto 0;
}

.block-search-goods--condition-items.fieldset .form-group {
  width: auto;
  margin: 0 auto;
}

.block-search-goods--condition-items.fieldset .form-label {
  width: 160px;
}

.block-search-goods--condition-items.fieldset .form-control {
  width: 800px;
} /* 商品詳細レビュー */
.block-reviewgoodsdetail-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 480px;
  padding: 0 80px 0 60px;
  border-radius: 10px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  overflow: hidden;
}

.block-reviewgoodsdetail-main-img {
  width: 450px;
}

.block-reviewgoodsdetail-main-img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 450px;
}

.block-reviewgoodsdetail-main-img img {
  display: block;
  height: auto;
}

.block-reviewgoodsdetail-main-star {
  width: 545px;
}

.block-reviewgoodsdetail-main-star .item-total {
  display: flex;
  align-items: center;
}

.block-reviewgoodsdetail-main-star .item-total-left dl {
  display: flex;
  align-items: center;
}

.block-reviewgoodsdetail-main-star .item-total-left figure {
  margin-top: 8px;
}

.block-reviewgoodsdetail-main-star .item-total-left img {
  display: block;
  width: 140px;
  height: auto;
}

.block-reviewgoodsdetail-main-star .item-total-right {
  margin-left: 13px;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

.block-reviewgoodsdetail-main-star .item-star-distribution {
  margin-top: 16px;
  padding-top: 30px;
  border-top: 1px solid var(--cl-bdr);
}

.block-reviewgoodsdetail-main-star .item-star-distribution li {
  display: flex;
  align-items: center;
  height: 30px;
}

.block-reviewgoodsdetail-main-star .item-star-distribution li + li {
  margin-top: 10px;
}

.block-reviewgoodsdetail-main-star .item-star-distribution .list-left {
  display: flex;
  align-items: center;
}

.block-reviewgoodsdetail-main-star .item-star-distribution .list-left img {
  display: block;
  width: 106px;
  height: auto;
}

.block-reviewgoodsdetail-main-star .item-star-distribution .list-left span {
  display: block;
  margin-left: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.block-reviewgoodsdetail-main-star .item-star-distribution .list-right {
  display: flex;
  align-items: center;
  width: 397px;
  margin-left: auto;
}

.block-reviewgoodsdetail-main-star .list-graph {
  position: relative;
  width: 314px;
  height: 14px;
  border-radius: 14px;
  background-color: var(--cl-gy-2);
}

.revico-star-graph-list--row-container-bar {
  position: relative;
  height: 14px;
  border-radius: 14px;
  background-color: #dba744;
}

.revico-star-graph-list--row-container-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 14px;
  background-color: #ffc300;
}

.block-reviewgoodsdetail-main-star .list-qty {
  margin-left: auto;
  font-size: 1.6rem;
}

.block-reviewgoodsdetail-back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.block-reviewgoodsdetail-back_btn a {
  position: relative;
  width: 150px;
  height: 31px;
  padding-left: 6px;
  font-size: 1.2rem;
}

.block-reviewgoodsdetail-back_btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 6px;
  height: 9px;
  margin-top: -4px;
  background-image: var(--arw-btn-wt-s);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.block-reviewgoodsdetail-nav {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.block-reviewgoodsdetail-nav > div + div {
  margin-left: 10px;
}

.page-goodsreview .block-reviewgoodsdetail-nav {
  display: none;
}

.block-reviewgoodsdetail-nav > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 35px;
  background-color: var(--cl-gd);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.block-reviewgoodsdetail-nav > div.item-filter > span {
  width: 120px;
  padding-left: 30px;
}

.block-reviewgoodsdetail-nav > div.item-sort > span {
  width: 210px;
  padding-left: 40px;
}

.block-reviewgoodsdetail-nav > div > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewgoodsdetail-nav > div.item-filter > span::before {
  left: 19px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTcgMTRhLjc3OS43NzkgMCAwIDEtLjc3OC0uNzc4VjEwLjExYS43NzguNzc4IDAgMCAxIDEuNTU1IDB2Ljc3OGg1LjQ0NWEuNzc4Ljc3OCAwIDAgMSAwIDEuNTU1SDcuNzc3di43NzlBLjc3OS43NzkgMCAwIDEgNyAxNFptLTIuMzM0LTEuNTU2SC43NzhhLjc3OC43NzggMCAwIDEgMC0xLjU1NWgzLjg4OHYxLjU1NVptLS43NzgtMy4xMTFhLjc3OS43NzkgMCAwIDEtLjc3OC0uNzc4di0uNzc4SC43NzdhLjc3OC43NzggMCAwIDEgMC0xLjU1NUgzLjExdi0uNzc4YS43NzguNzc4IDAgMCAxIDEuNTU1IDB2My4xMTJhLjc3OS43NzkgMCAwIDEtLjc3Ni43NzdabTkuMzM0LTEuNTU2aC03VjYuMjIyaDdhLjc3OC43NzggMCAwIDEgMCAxLjU1NVptLTMuMTExLTMuMTExYS43NzkuNzc5IDAgMCAxLS43NzgtLjc3OFYuNzc3YS43NzguNzc4IDAgMSAxIDEuNTU1IDB2Ljc3OGgyLjMzNGEuNzc4Ljc3OCAwIDAgMSAwIDEuNTU1aC0yLjMzNHYuNzc4YS43NzkuNzc5IDAgMCAxLS43NzcuNzc4Wk03Ljc3OCAzLjExMWgtN2EuNzc4Ljc3OCAwIDAgMSAwLTEuNTU1aDd2MS41NTVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

.block-reviewgoodsdetail-nav > div.item-sort > span::before {
  left: 21px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41OTMiIGhlaWdodD0iMTEuOTk5Ij48cGF0aCBkPSJNMTEuMjIxIDEySDguNDAzYS4zNzUuMzc1IDAgMCAxLS4yNjgtLjYzN2wuODkyLS45TDYuNyA4LjExNWwxLjA0OS0xLjA1OCAyLjMyNyAyLjM1NS44ODUtLjg5MmEuMzYuMzYgMCAwIDEgLjI2MS0uMTE0LjM3LjM3IDAgMCAxIC4zNzEuMzc2djIuODQyYS4zNjkuMzY5IDAgMCAxLS4zNzIuMzc2Wk0uNzQyIDExLjY4N2EuNzMyLjczMiAwIDAgMS0uNTI0LS4yMi43NS43NSAwIDAgMSAwLTEuMDU3bDguOC04Ljg4LS44ODUtLjg5MmEuMzc1LjM3NSAwIDAgMSAuMjY4LS42MzdoMi44MThhLjM2OS4zNjkgMCAwIDEgLjM3Mi4zNzV2Mi44NDJhLjM3My4zNzMgMCAwIDEtLjM3Ni4zNzkuMzYuMzYgMCAwIDEtLjI1Ny0uMTA5bC0uODg1LS44OTItOC44MSA4Ljg3MmEuNzMyLjczMiAwIDAgMS0uNTIxLjIxOVptMi44LTYuNzU5TC4yMjcgMS41ODNhLjc1MS43NTEgMCAwIDEgMC0xLjA1OC43MzYuNzM2IDAgMCAxIDEuMDQ4IDBsMy4zMjMgMy4zNTMtMS4wNTUgMS4wNVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}

.block-reviewgoodsdetail-review-lsit {
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}

.block-reviewgoodsdetail-review-lsit-item {
  padding: 21px 30px 28px;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-reviewgoodsdetail-review-lsit-item + .block-reviewgoodsdetail-review-lsit-item {
  margin-top: 20px;
}

.block-reviewgoodsdetail-review-lsit-item .list-top {
  display: flex;
  align-items: center;
}

.block-reviewgoodsdetail-review-lsit-item .list-star img {
  display: block;
  width: 76px;
  height: auto;
}

.block-reviewgoodsdetail-review-lsit-item .list-tag {
  display: flex;
  align-items: center;
  margin-left: 13px;
}

.block-reviewgoodsdetail-review-lsit-item .list-tag span + span {
  margin-left: 5px;
}

.block-reviewgoodsdetail-review-lsit-item .list-tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 4px;
  border: 1px solid var(--cl-bdr);
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

.block-reviewgoodsdetail-review-lsit-item .list-date {
  margin-left: auto;
  color: var(--cl-gy-3);
}

.block-reviewgoodsdetail-review-lsit-item .list-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-reviewgoodsdetail-review-lsit-item .list-detail {
  flex-shrink: 1;
}

.block-reviewgoodsdetail-review-lsit-item .list-ttl {
  margin-top: -4px;
  font-weight: 600;
  line-height: 1.71;
}

.block-reviewgoodsdetail-review-lsit-item .list-comment {
  margin-top: 14px;
  line-height: 1.71;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs {
  flex-shrink: 0;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body {
  display: flex;
  margin-left: 40px;
  overflow: hidden;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body.slick-initialized {
  display: block;
  width: 490px;
  padding: 0 8px;
  overflow: visible;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body .list-imgs-body-item {
  flex-shrink: 0;
  width: 148px;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body.slick-initialized .list-imgs-body-item {
  width: 158px;
  padding: 0 5px;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body .list-imgs-body-item + .list-imgs-body-item {
  margin-left: 10px;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body.slick-initialized .list-imgs-body-item + .list-imgs-body-item {
  margin-left: 0;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider-s);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body .slick-prev {
  left: -6px;
}

.block-reviewgoodsdetail-review-lsit-item .list-imgs-body .slick-next {
  right: -6px;
  transform: rotate(180deg);
}

.block-reviewgoodsdetail-review-lsit-item .list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.block-reviewgoodsdetail-review-lsit-item .list-btn a {
  width: 176px;
  height: 31px;
}

.block-review-goods-info-bottom {
  margin-top: 80px;
}

.block-reviewdetail-lineup + .block-review-goods-info-bottom {
  margin-top: 120px;
}

.block-review-goods-info-bottom .item-name {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.block-review-goods-info-bottom .item-comment {
  margin-top: 12px;
}

.block-review-goods-info-bottom .item-comment p + p {
  margin-top: 1.5em;
}

.block-reviewgoodsdetail-related-category {
  margin-top: 40px;
}

.block-reviewgoodsdetail-related-category h2 {
  margin: 0;
  font-size: 1.4rem;
}

.block-reviewgoodsdetail-related-category .item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px -4px 0 0;
}

.block-reviewgoodsdetail-related-category .item-list li {
  margin: 4px 4px 0 0;
}

.block-reviewgoodsdetail-related-category .item-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 20px;
  border: 1px solid var(--cl-bdr);
  border-radius: 32px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.block-reviewgoodsdetail-related-category .item-list a:hover {
  opacity: 0.6;
} /* レビュー詳細 */
.block-reviewdetail-user-info {
  margin-top: 22px;
  padding-top: 26px;
  border-top: 1px solid var(--cl-bdr);
}

.block-reviewdetail-user-info-inner {
  display: flex;
  align-items: center;
  height: 40px;
  color: var(--cl-gy-3);
}

.block-reviewdetail-user-info .item-img {
  width: 40px;
}

.block-reviewdetail-user-info .item-img img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.block-reviewdetail-user-info .item-info {
  margin-left: 26px;
}

.block-reviewdetail-user-info .item-date {
  margin-left: auto;
}

.block-reviewdetail-main {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}

.block-reviewdetail-main-left {
  width: 460px;
}

.block-reviewdetail-main-right {
  width: 620px;
}

.block-reviewdetail-main-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-reviewdetail-main-desc {
  margin-top: 22px;
  padding: 22px 20px 20px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
  line-height: 1.71;
}

.block-reviewdetail-main-desc .item-name {
  font-weight: 600;
}

.block-reviewdetail-main-desc .item-name a {
  text-decoration: underline;
}

.block-reviewdetail-main-desc .item-name a:hover {
  text-decoration: none;
}

.block-reviewdetail-main-desc .item-comment {
  margin-top: 14px;
}

.block-reviewdetail-main-star {
  display: flex;
  align-items: center;
}

.block-reviewdetail-main-star img {
  display: block;
  width: 106px;
  height: auto;
}

.block-reviewdetail-main-star div {
  margin-left: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.block-reviewdetail-main-star div b {
  font-size: 2.2rem;
}

.block-reviewdetail-main-imgs {
  display: flex;
  margin-top: 25px;
  overflow: hidden;
}

.block-reviewdetail-main-imgs.slick-initialized {
  display: block;
  overflow: visible;
}

.block-reviewdetail-main-imgs-item {
  flex-shrink: 0;
  width: 200px;
}

.block-reviewdetail-main-imgs.slick-initialized .block-reviewdetail-main-imgs-item {
  width: 210px;
  padding: 0 5px;
}

.block-reviewdetail-main-imgs-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.block-reviewdetail-main-imgs .slick-arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider-s);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}

.block-reviewdetail-main-imgs .slick-prev {
  left: -12px;
}

.block-reviewdetail-main-imgs .slick-next {
  right: -12px;
  transform: rotate(180deg);
}

.block-reviewdetail-main-ttl {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 700;
}

.block-reviewdetail-main-comment {
  margin-top: 16px;
  line-height: 1.71;
}

.block-reviewdetail-main-comment p + p {
  margin-top: 2em;
}

.block-reviewdetail-reply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}

.block-reviewdetail-reply .item-left {
  width: 156px;
  font-weight: 700;
  text-align: center;
}

.block-reviewdetail-reply .item-left .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.block-reviewdetail-reply .item-left .item-img img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 76px;
}

.block-reviewdetail-reply .item-right {
  position: relative;
  width: 953px;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-reviewdetail-reply .item-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -34px;
  width: 47px;
  height: 23px;
  margin-top: -11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSIyMyI+PHBhdGggZD0iTTcuOTQgMTMuNDQzYTIgMiAwIDAgMSAwLTMuODg1TDQ0LjUyNS42MDZBMiAyIDAgMCAxIDQ3IDIuNTQ4djE3LjkwNGEyIDIgMCAwIDEtMi40NzUgMS45NDJaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewdetail-reply .item-ttl {
  margin-bottom: 20px;
  font-weight: 600;
}

.block-reviewdetail-reply .item-comment {
  line-height: 1.71;
}

.block-reviewdetail-reply .item-comment p + p {
  margin-top: 2em;
}

.block-reviewdetail-revico {
  margin-top: 60px;
}

.block-reviewdetail-pager {
  margin-top: 60px;
}

.block-reviewdetail-pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.block-reviewdetail-pager li {
  max-width: 400px;
}

.block-reviewdetail-pager li + li {
  margin-left: 120px;
}

.block-reviewdetail-pager a {
  display: -webkit-box;
  align-items: center;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.333;
  letter-spacing: 0.05em;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-reviewdetail-pager a.block-reviewdetail-pager-prev {
  padding-left: 17px;
}

.block-reviewdetail-pager a.block-reviewdetail-pager-next {
  padding-right: 17px;
  text-align: right;
}

.block-reviewdetail-pager a.block-reviewdetail-pager-prev::before,
.block-reviewdetail-pager a.block-reviewdetail-pager-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 13px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxNCIgaGVpZ2h0PSIxMi44MzYiPjxwYXRoIGQ9Ik02IDExLjQyMiAxIDYuNDE0bDUtNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWExOTE5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewdetail-pager a.block-reviewdetail-pager-prev::before {
  left: 0;
}

.block-reviewdetail-pager a.block-reviewdetail-pager-next::after {
  right: 0;
  transform: rotate(180deg);
}

.block-reviewdetail-pager a:hover {
  opacity: 0.65;
}

.block-reviewdetail-lineup {
  /* margin-top: 120px; */
}

@media only screen and (min-width: 1200px) {
  .block-reviewdetail-lineup {
    margin-right: calc((1200px - 100vw) / 2);
  }
}

.block-reviewdetail-lineup h2 {
  margin-bottom: 18px;
} /* 下層 */
.required:after {
  background-color: var(--cl-rd);
}

.block-addr2-message,
.block-birth-message,
.count-msg {
  color: var(--cl-rd);
}

.count-msg {
  margin-top: 8px;
  font-size: 1.2rem;
}

.block-shipping-address--dept,
.block-shipping-address-confirmation--dept,
.block-member-password--update-new-pwd1,
.block-member-info--pwd,
.block-withdrawal--pwd,
.block-credit-card-confirmation--oldpwd,
.block-login--pwd,
.block-update-new-password--new-pwd1 {
  border-bottom: 1px solid var(--tbl-bdr);
}

.block-common-alert {
  padding: 0;
  border: none;
  color: var(--cl-rd);
  background-color: transparent;
}

.block-purchase-history-detail .block-purchase-history-detail--receipt {
  text-decoration: none;
}

.block-favorite--image figure {
  padding: 0;
  background-color: transparent;
}

.block-regular-purcharse-method-info-update--regular-sales-items {
  width: 100%;
}

.block-thumbnail-t--goods-description {
  padding: 0 16px 20px;
}

.block-top-event--goods .block-thumbnail-t--goods-description {
  padding: 0;
}

.pane-order-contents {
  border: none;
} /* ----画面上部メッセージ---- */
.alert {
  margin-top: 5px;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
  position: relative;
  border: none;
  color: var(--cl-rd);
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/sys/icon/alert.png);
}

.success {
  margin-top: 5px;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
  position: relative;
  border: none;
  color: var(--cl-main);
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 12px auto;
  background-position: 10px 50%;
  background-image: url(../../img/sys/icon/success.png);
} /* 注文内容確認 */
.block-order-regular-add-confirm--regular-cycle-detail th,
.block-order-estimate--sales-append-list th {
  color: var(--cl-main);
}

.block-order-regular-add-confirm--commit-btn,
.block-cart--order > .btn,
.block-order-method--next-btn,
.block-order-estimate--commit-btn {
  height: 60px;
}

.block-order-regular-add-confirm--procedure-container,
.block-cart--procedure-container,
.block-order-method--procedure-container,
.block-order-estimate--procedure-container {
  background-color: transparent;
}

.block-order-regular-add-confirm--commit {
  font-size: 1.2rem;
}

.block-order-regular-add-confirm--return-agree,
.block-order-estimate--return-agree {
  margin: 8px 0 12px;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  text-decoration: underline;
  text-align: center;
}

.block-order-regular-add-confirm--goods-item-image,
.block-cart--goods-list-image,
.block-order-estimate--goods-item-image {
  padding: 0;
  background-color: transparent;
}

.block-promotion-message--content,
.block-order-estimate--promotion-novelty-helper {
  border-color: var(--cl-rd);
}

.block-promotion-message--content span,
.block-order-estimate--point-add-num,
.block-order-estimate--point-add dd + dd,
.block-order-estimate--creditcard-newaddress-message,
.block-order-estimate--entry-customer-point,
.block-order-complete--cart span {
  color: var(--cl-rd);
}

.block-cart--order > .btn + .btn {
  margin-top: 10px;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-info {
  width: 50%;
}

.block-order-estimate--promotion-freespace {
  margin-bottom: 20px;
}

.block-order-estimate--procedure {
  border: none;
  padding: 0;
}

.block-order-estimate--procedure-container {
  padding: 20px;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--price-items dt .help-block,
.block-order-regular-add-confirm--price-items dt .help-block {
  margin-top: 0;
  font-size: 1rem;
}

.block-order-estimate--coupon-discount,
.block-order-estimate--coupon-discount-price,
.block-order-estimate--point-out,
.block-order-estimate--point-out-price,
.block-order-estimate--promotion-discount,
.block-order-estimate--promotion-discount-price {
  color: var(--cl-rd);
}

.block-order-estimate--entry {
  margin: 20px 0 0;
  padding: 0 14px;
}

.block-order-estimate--entry .fieldset,
.block-order-estimate--mailnews {
  margin: 0;
  padding: 0;
}

.block-order-complete--cart-btn {
  margin-top: 20px;
}

.block-order-gift-dest--cart-back a {
  color: var(--cl-main);
}

.block-order-gift-select--sales-append-textbox input {
  width: 100%;
}

.modal-header {
  background-color: var(--cl-dbl);
}

.modal-content {
  background-color: var(--cl-gy-1);
}

.status-percentage {
  color: var(--cl-dbl);
}

[class^="status-progress"]:after {
  border-right: var(--cl-dbl) solid 4px;
  background: var(--cl-dbl);
}

.block-common-alert .action {
  margin: 0;
}

.block-purchase-history-detail--add-goods {
  border: 1px solid var(--cl-dbl);
  color: #fff;
  background: var(--cl-dbl);
}

.block-favorite--delete-fg input:checked ~ .switch:before {
  background-color: var(--cl-dbl);
}

.block-favorite--form li {
  border: none;
  border-top: none;
  padding: 0;
}

.block-favorite--form li:first-child {
  border-top: none;
}

.block-favorite--items li {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
}

.block-favorite--items li:first-child {
  border-top: 1px solid #ccc;
}

.block-member-info-confirmation--login-state-saving label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-purchase-history--table th {
  white-space: nowrap;
}

.block-purchase-history--search-btn {
  border: 1px solid var(--cl-dbl);
  color: #fff;
  background: var(--cl-dbl);
  font-weight: 700;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 730px;
  margin: 20px auto 20px;
}

.block-order-cancellation--order-info-right {
  margin-top: auto;
}

.block-cookie-consent {
  padding-right: calc((100% - 1200px) / 2);
  padding-left: calc((100% - 1200px) / 2);
}

.block-login--member-frame {
  width: 50%;
}

.block-login--social-frame {
  width: 450px;
  padding-left: 60px;
}

.block-login--display-password {
  display: block;
}

.block-order-method--coupon-content,
.block-order-method--promotion-content {
  display: flex;
  align-items: center;
}

.block-order-method--coupon-content label,
.block-order-method--promotion-content label {
  margin-right: 5px;
}

.block-order-method--coupon-available-btn {
  margin-left: 5px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  border-color: var(--cl-dbl);
  color: var(--cl-dbl);
}

.block-order-method--goods-item-image {
  padding: 0;
  background-color: transparent;
}

.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation {
  margin: 0 0 40px 0;
}

.block-order-method--spec-content dl {
  margin: 0;
}

.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  border-bottom: 1px solid #ccc;
}

dl.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
}

.block-order-method--payment-method-select li {
  display: flex;
}

.block-order-method--payment-method-select label {
  width: 220px;
}

.block-order-method--payment-method-select li .help-block {
  width: calc(100% - 220px);
  margin: 3px 0 0;
  text-align: left;
}

.block-order-method--payment-method-select li .help-block img {
  display: none;
}

.block-order-method--sales-append-content {
  border: none;
}

.block-cart--goods-list-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-cart--goods-list-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: var(--fv-on);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fieldset-vertical .form-group {
  margin: 10px 0 20px;
}

.fieldset-vertical .form-label {
  margin-bottom: 10px;
}

.block-order-cancellation--cancellation-reasons-form .btn[name="cancel"] {
  border: 1px solid var(--cl-dbl);
  color: #fff;
  background: var(--cl-dbl);
}

.block-update-credit-card-info--expire select[name="select_card_m"],
.block-update-credit-card-info--expire select[name="select_card_y"] {
  margin-right: 5px !important;
}

.block-refillgoods-list--customer-name,
.block-goodsadd-list--customer-name,
.block-goodschange-list--customer-name {
  margin-top: 24px;
}

.block-purchase-history-cardupdate--oldpwd {
  border-bottom: 1px solid var(--tbl-bdr);
}

.block-order-estimate--address-frame h2 {
  background-color: var(--cl-dbl);
}

.block-order-estimate--dest-address-item-buttons__selected {
  border: 1px solid var(--cl-dbl);
  background-color: #ffffff;
  color: var(--cl-dbl);
}

.block-order-estimate--address-frame {
  background-color: #ffffff;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  border: solid 1px var(--tbl-bdr);
}

.block-order-gift-select--method-list li {
  display: flex;
}

.block-order-gift-select--method-list label {
  width: 340px;
}

.block-order-gift-select--method-list li .help-block {
  margin-left: 10px;
}

.block-order-gift-select--sales-append-content {
  border: none;
}

.block-order-gift-select--sales-append-content .fieldset {
  margin-top: 0;
}

.block-pagecategory-page-list--date {
  margin-top: 10px;
}

.block-pagecategory-page-list--auto-new img {
  width: auto;
  height: 20px;
}

.block-goods-list--favorite--btn,
.block-goods-list--favorite-registed--btn {
  cursor: pointer;
}

.block-order-estimate--novelty-content h3 {
  margin: 0 0 16px;
} /* 商品購入規約 */
.block-goods-agree--item {
  margin-bottom: 50px;
}

.block-order-estimate--regular-cycle th {
  color: var(--cl-main);
} /* 酒類 */
.block-ageconfirmation-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.block-ageconfirmation-submit-comment {
  font-size: 1.6rem;
  text-align: center;
}

.block-ageconfirmation-submit-select {
  margin-top: 10px;
}

.block-ageconfirmation-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.block-ageconfirmation-submit-btn input {
  width: 300px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
}

.block-ageconfirmation-contact {
  margin-top: 100px;
}

.block-ageconfirmation-contact-list dl {
  display: flex;
  margin-top: 20px;
}

.block-ageconfirmation-contact-list dl + dl {
  margin-top: 10px;
}

.block-ageconfirmation-contact-list dt {
  flex-shrink: 0;
}

/* LP */
.block-landingpage .form-error {
  color: var(--cl-rd);
  font-size: 2rem;
}

.block-landingpage-form {
  padding: 0;
  overflow: visible;
}

.block-landingpage-form--goods {
  display: grid;
  grid-template-columns: 300px 1fr 160px;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "img name qty"
    "img error qty";
  margin-top: 24px;
  padding: 20px 40px;
}

.block-landingpage-form--goods {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.block-landingpage-form--goods.is-selected {
  background-color: #f7f7f7;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.15));
}

.block-landingpage-form--goods.is-selected::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
  border-radius: 5px;
}

.block-landingpage-form--goods + .block-landingpage-form--goods {
  margin-top: 20px;
}

.block-landingpage-form--goods-image {
  grid-area: img;
}

.block-landingpage-form--goods-goods {
  grid-area: name;
}

.block-landingpage-form--goods-price {
  grid-area: price;
}

.block-landingpage-form--goods-qty {
  grid-area: qty;
}

.block-landingpage-form--goods-goods-error {
  grid-area: error;
}

.block-landingpage-form--goods-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.block-landingpage-form--goods-goods {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.block-landingpage-form--goods-price {
  margin-top: 20px;
  padding: 0 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.block-landingpage-form--goods-price .tax {
  font-size: 1.5rem;
  font-weight: 300;
}

.block-landingpage-form--goods-qty {
  display: flex;
  align-items: center;
  position: relative;
}

.block-landingpage-form--goods-qty select {
  width: 100%;
  height: 54px;
  font-size: 2rem;
}

.block-landingpage-form--goods-goods-error {
  margin-top: 20px;
  padding: 0 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

.block-landingpage-form--regular-goods {
  margin-top: 24px;
  text-align: center;
}

.block-landingpage-form--regular-goods-goods{
  display: block;
}

.block-landingpage-form--regular-goods-qty {
  display: block;
  margin-top: 5px;
} /* レビュートップ */
.revico-widget {
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.block-review-container {
  width: 1200px;
  margin: 0 auto;
}

.block-review-top--comment {
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.71;
  margin-bottom: 80px;
}

.revico-ranking-inner {
  width: 1136px !important;
  max-width: none !important;
  margin: 40px auto 0 !important;
  color: var(--cl-main) !important;
}

a.revico-ranking--slide-btn {
  width: 25px !important;
  height: 25px !important;
  background-color: transparent !important;
  background-image: var(--arw-slider-s) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.revico-multicomment-vertical-display .revico-comment-outer-head .revico-next,
.revico-multicomment-vertical-display .revico-comment-outer-head .revico-back {
  width: 25px !important;
  height: 25px !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.revico-multicomment-vertical-display .revico-comment-outer-head .revico-next img,
.revico-multicomment-vertical-display .revico-comment-outer-head .revico-back img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

a.revico-ranking--prev-btn {
  left: -32px !important;
}

a.revico-ranking--next-btn {
  right: -32px !important;
  transform: rotate(180deg);
}

.revico-multicomment-vertical-display .revico-comment-outer-head .revico-next {
  top: 169px !important;
  right: 13px;
}

.revico-multicomment-vertical-display .revico-comment-outer-head .revico-back {
  top: 169px !important;
  left: 13px;
}

.revico-multicomment-vertical-display .revico-comment-outer-foot .revico-logo {
  bottom: -40px !important;
}

a.revico-ranking--prev-btn span::before,
a.revico-ranking--next-btn span::before {
  content: none !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content {
  min-width: 50% !important;
  padding: 0 !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content:nth-child(odd) {
  padding-right: 35px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content:nth-child(even) {
  padding-left: 35px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--product-info {
  width: 212px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info {
  width: calc(100% - 212px) !important;
  margin: 0 !important;
  padding: 0 0 0 24px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--product-info--ranking-ribbon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.6rem !important;
  font-family: "Noto sans", sans-serif !important;
  font-weight: 700 !important;
}

.revico-ranking-content--product-info--product-image {
  width: 100%;
  height: auto !important;
  padding: 20px 26px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--product-info--product-image img {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 160px !important;
  height: 160px !important;
  transform: translateY(0) translateX(0) !important;
  border-radius: 10px !important;
  object-fit: cover !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--product-info--product-name {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--product-info--product-name a {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.857 !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content .star-rating-wrapper .star-rating .starability-result,
.revico-ranking .revico-ranking-list .revico-ranking-content .pickup-star-rating-wrapper .star-rating .starability-result,
.revico-multicomment-top .revico-starability-result {
  background-image: url("https://show.revico.jp/img/star_yellow.png") !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content .star-rating-wrapper .star-rating--caption {
  font-size: 1.4rem !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content .star-rating-wrapper .star-rating--caption + label {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 600;
}

.revico-ranking .revico-ranking-list .revico-ranking-content .pickup-star-rating-wrapper {
  margin-top: 14px !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content .pickup-star-rating-wrapper .star-rating {
  width: 75px !important;
  transform: scale(0.5) !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--reviewer-attribute-answer ul {
  color: var(--cl-main) !important;
  font-size: 1.2rem !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--evaluation-answer {
  display: none;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--review-comment-wrapper {
  height: 207px !important;
  margin: 15px 0 0 !important;
  font-size: 1.4rem !important;
  line-height: 1.714;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--review-detail-link-wrapper {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, #fff 50%) !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--review-detail-link a {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.revico-ranking .revico-ranking-list .revico-ranking-content--review-info--review-detail-link--anchor-icon::before {
  content: "" !important;
  display: inline-block !important;
  position: relative !important;
  top: 1px !important;
  width: 8px !important;
  height: 13px !important;
  margin-left: 6px !important;
  background-image: var(--arw-btn-bk) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.revico-ranking .revico-logo {
  margin-top: 20px !important;
}

.revico-multicomment-top .revico-multicomment-inner,
.revico-multicomment-top .revico-comment-main {
  max-width: 100% !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper {
  flex-shrink: 0;
  width: 224px !important;
  height: 435px !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper:not(:last-of-type) {
  width: 244px !important;
  padding-right: 20px !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  width: 100% !important;
  height: 100% !important;
  padding: 20px !important;
  border: 1px solid var(--cl-bdr) !important;
  border-radius: 10px !important;
  background-color: #fff;
}

.revico-multicomment-vertical-display .revico-review-comment-row .revico-review-comment-detail--product-name img {
  width: 156px !important;
  height: 156px !important;
  border-radius: 10px;
  object-fit: cover;
}

.revico-multicomment-vertical-display .revico-review-comment-row .revico-review-comment-detail--product-name p {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  justify-content: flex-start !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  margin: 0 !important;
  transform-origin: left !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  height: 140px !important;
  max-height: none !important;
  margin: -12px 0 0 !important;
}

.revico-multicomment-vertical-display .revico-review-comment-row .revico-review-comment-detail--comment--content {
  width: 100% !important;
  max-height: none !important;
  font-size: 1.4rem !important;
  line-height: 1.714 !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  width: 150px !important;
  height: 31px !important;
  right: 17px !important;
  bottom: -197px !important;
  border-radius: 4px !important;
  background-color: var(--cl-dbl) !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 9px;
  margin-top: -4px;
  background-image: var(--arw-btn-wt-s);
  background-repeat: no-repeat;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name span img {
  display: none !important;
}

.block-ttl-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.block-ttl-btn {
  margin-bottom: 30px;
}

.block-ttl-btn a {
  width: 150px;
  height: 31px;
} /*.block-reviewtop-review-all_list {margin-top: 120px;}*/
.revico-multicomment-vertical-display+.block-reviewtop-review-all_list {
  margin-top: 60px;
}

.block-reviewtop-review-all_list-content {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--cl-gy-2);
}

.block-reviewtop-review-all_list-content h3 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.block-reviewtop-review-all_list-items + h3 {
  margin-top: 30px;
}

.block-reviewtop-review-all_list-items {
  display: flex;
  flex-wrap: wrap;
}

.block-reviewtop-review-all_list-items li {
  width: calc((100% - 60px) / 6);
}

.block-reviewtop-review-all_list-items li:not(:nth-child(6n)) {
  margin-right: 12px;
}

.block-reviewtop-review-all_list-items li:not(:nth-child(-n + 6)) {
  margin-top: 12px;
}

.block-reviewtop-review-all_list-items a {
  width: 100%;
  height: 31px;
}

.block-reviewtop-review-all_list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.block-reviewtop-review-all_list-btn a {
  width: 180px;
  height: 31px;
}

.block-reviewtop-main_review .revico-multicomment-top {
  margin-top: 60px !important;
  background-color: transparent !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper {
  padding: 0 0 54px !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter span,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort span,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--filter span,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--sort span {
  left: 0 !important;
  margin-left: 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-color: var(--cl-gd);
  color: #ffffff;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter::before,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--filter::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTcgMTRhLjc3OS43NzkgMCAwIDEtLjc3OC0uNzc4VjEwLjExYS43NzguNzc4IDAgMCAxIDEuNTU1IDB2Ljc3OGg1LjQ0NWEuNzc4Ljc3OCAwIDAgMSAwIDEuNTU1SDcuNzc3di43NzlBLjc3OS43NzkgMCAwIDEgNyAxNFptLTIuMzM0LTEuNTU2SC43NzhhLjc3OC43NzggMCAwIDEgMC0xLjU1NWgzLjg4OHYxLjU1NVptLS43NzgtMy4xMTFhLjc3OS43NzkgMCAwIDEtLjc3OC0uNzc4di0uNzc4SC43NzdhLjc3OC43NzggMCAwIDEgMC0xLjU1NUgzLjExdi0uNzc4YS43NzguNzc4IDAgMCAxIDEuNTU1IDB2My4xMTJhLjc3OS43NzkgMCAwIDEtLjc3Ni43NzdabTkuMzM0LTEuNTU2aC03VjYuMjIyaDdhLjc3OC43NzggMCAwIDEgMCAxLjU1NVptLTMuMTExLTMuMTExYS43NzkuNzc5IDAgMCAxLS43NzgtLjc3OFYuNzc3YS43NzguNzc4IDAgMSAxIDEuNTU1IDB2Ljc3OGgyLjMzNGEuNzc4Ljc3OCAwIDAgMSAwIDEuNTU1aC0yLjMzNHYuNzc4YS43NzkuNzc5IDAgMCAxLS43NzcuNzc4Wk03Ljc3OCAzLjExMWgtN2EuNzc4Ljc3OCAwIDAgMSAwLTEuNTU1aDd2MS41NTVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--sort {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 210px !important;
  height: 35px !important;
  margin: 0 0 0 10px !important;
  padding: 0 0 0 40px !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-color: var(--cl-gd);
  color: #ffffff;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort::before,
.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--sort::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41OTMiIGhlaWdodD0iMTEuOTk5Ij48cGF0aCBkPSJNMTEuMjIxIDEySDguNDAzYS4zNzUuMzc1IDAgMCAxLS4yNjgtLjYzN2wuODkyLS45TDYuNyA4LjExNWwxLjA0OS0xLjA1OCAyLjMyNyAyLjM1NS44ODUtLjg5MmEuMzYuMzYgMCAwIDEgLjI2MS0uMTE0LjM3LjM3IDAgMCAxIC4zNzEuMzc2djIuODQyYS4zNjkuMzY5IDAgMCAxLS4zNzIuMzc2Wk0uNzQyIDExLjY4N2EuNzMyLjczMiAwIDAgMS0uNTI0LS4yMi43NS43NSAwIDAgMSAwLTEuMDU3bDguOC04Ljg4LS44ODUtLjg5MmEuMzc1LjM3NSAwIDAgMSAuMjY4LS42MzdoMi44MThhLjM2OS4zNjkgMCAwIDEgLjM3Mi4zNzV2Mi44NDJhLjM3My4zNzMgMCAwIDEtLjM3Ni4zNzkuMzYuMzYgMCAwIDEtLjI1Ny0uMTA5bC0uODg1LS44OTItOC44MSA4Ljg3MmEuNzMyLjczMiAwIDAgMS0uNTIxLjIxOVptMi44LTYuNzU5TC4yMjcgMS41ODNhLjc1MS43NTEgMCAwIDEgMC0xLjA1OC43MzYuNzM2IDAgMCAxIDEuMDQ4IDBsMy4zMjMgMy4zNTMtMS4wNTUgMS4wNVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper {
  padding: 20px 30px 30px !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: var(--cl-gy-1) !important;
  margin: 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper + .revico-review-comment-row-wrapper {
  margin-top: 20px !important ;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  padding: 0 !important;
  border: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] {
  display: grid !important;
  grid-template-columns: 100px 1fr !important;
  grid-template-rows: auto auto 1fr !important;
  grid-auto-rows: 1fr !important;
  gap: 0px 20px !important;
  grid-auto-flow: row !important;
  grid-template-areas: "img name" "img detail" "img tag" !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name-image {
  grid-area: img;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name {
  grid-area: name;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-detail {
  grid-area: detail;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--addition-evaluationanswer {
  grid-area: tag;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name-image img {
  display: block !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 10px !important;
  object-fit: cover;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name a {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  line-height: 1.714 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-detail {
  margin-top: 5px;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-detail a {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important  ;
  text-decoration: underline !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-detail a img {
  display: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name:hover {
  opacity: 1 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name a:hover,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-detail a:hover {
  text-decoration: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--addition-evaluationanswer {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 3px -5px 0 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--addition-evaluationanswer li {
  margin: 5px 5px 0 0 !important;
}
.block-reviewtop-main_review.revico-multicomment-top.revico-review-comment-row-wrapper.revico-review-comment-row.revico-review-comment-detail.revico-review-comment-detail--product[data-all-product-review="true"].revico-review-comment-detail--addition-evaluationanswer.revico-review-comment-detail--addition-evaluationanswer--label {
  display: none;
}
.block-reviewtop-main_review.revico-multicomment-top.revico-review-comment-row-wrapper.revico-review-comment-row.revico-review-comment-detail.revico-review-comment-detail--product[data-all-product-review="true"].revico-review-comment-detail--addition-evaluationanswer.revico-review-comment-detail--addition-evaluationanswer--status {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 20px !important;
  padding: 0 4px !important;
  border: 1px solid var(--cl-bdr) !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  font-size: 1.2rem !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 0 !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer {
  display: grid !important;
  grid-template-columns: 40px 1fr !important;
  grid-template-rows: auto 1fr !important;
  grid-auto-rows: 1fr !important;
  gap: 0px 28px !important;
  grid-auto-flow: row !important;
  grid-template-areas: "img name" "img profile" !important;
  position: relative !important;
  margin: 20px 0 0 !important;
  padding: 30px 30px 20px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  background-color: #ffffff !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: var(--cl-bdr);
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-image {
  grid-area: img;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-top {
  grid-area: name;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-profile--attribute {
  grid-area: profile;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-staff-profile {
  display: none;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-image img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  object-fit: cover;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-top {
  display: flex;
  align-items: center;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-label[data-reviewer-label="購入確認済み"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 20px;
  margin-right: 7px;
  border-radius: 4px;
  background-color: #7a6c0f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-label[data-reviewer-label="購入確認済み"]::before {
  content: "購入確認済";
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-profile--name {
  color: var(--cl-main) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-profile--attribute {
  margin-top: 14px !important;
  color: var(--cl-gy-3) !important;
  font-size: 1.4rem !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-profile--attribute li {
  display: inline !important;
  position: relative !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition-reviewer-profile--attribute li + li::before {
  content: "/" !important;
  margin: 0 3px !important;
  font-size: 1.4rem !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  width: 100% !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 10px 30px 0 !important;
  background-color: #ffffff !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  color: var(--cl-gy-3) !important;
  font-size: 1.4rem !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--title {
  padding: 8px 30px 0 !important;
  background-color: #ffffff !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
  margin: 0 !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.857 !important;
}

.block-reviewtop-main_review .revico-review-comment-detail--addition {
  display: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  margin: 0 !important;
  padding: 16px 30px 0 !important;
  background-color: #ffffff !important;
  font-size: 1.4rem !important;
  line-height: 1.714 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span {
  padding: 15px 0 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span::after {
  content: "" !important;
  display: inline-block !important;
  position: relative !important;
  top: -1px !important;
  width: 13px !important;
  height: 8px !important;
  margin-left: 12px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi44MzYiIGhlaWdodD0iNy40MTQiPjxwYXRoIGQ9Im0xLjQxNCAxLjQxNCA1IDUgNS01IiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTE5MTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action {
  margin: 0 !important;
  padding: 30px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background-color: #ffffff !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns {
  display: flex !important;
  align-items: center !important;
  margin: 0 20px 0 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns a {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  font-size: 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns a:nth-child(1) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMCAxIDQuOTc5IDQuOTc5YTE3IDE3IDAgMSAxIDI0LjA0MiAyNC4wNDJBMTYuODg5IDE2Ljg4OSAwIDAgMSAxNyAzNFptLS42OS0xNS4yODJMMjEuMDA4IDI1SDI2LjFsLTYuOTcyLTkuMzIxTDI1LjMwNSA5SDIzLjgxbC01LjM1NSA1Ljc4NUwxNC4xMjggOUg5LjA0MWw2LjYgOC44MjVMOSAyNWgxLjQ5NWw1LjgxNC02LjI4MVpNMjMuOSAyMy45aC0yLjM0TDExLjI0IDEwLjFoMi4zMzdMMjMuOSAyMy45WiIvPjwvc3ZnPg==") !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns a:nth-child(2) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMSAwIDAgMTdhMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAxNyIgZmlsbD0iIzUwNzhiYyIvPjxwYXRoIGQ9Ik0xMi45IDE0LjFoMS44di0xLjdhNC4wMjMgNC4wMjMgMCAwIDEgLjYtMi42QTMuMSAzLjEgMCAwIDEgMTggOC41YTEyLjQ1MyAxMi40NTMgMCAwIDEgMy4yLjNsLS40IDIuNmE1Ljg0OSA1Ljg0OSAwIDAgMC0xLjQtLjJjLS43IDAtMS4zLjItMS4zLjl2MmgyLjdsLS4yIDIuNUgxOHY4LjhoLTMuM3YtOC44aC0xLjhaIiBmaWxsPSIjZmZmIi8+PC9zdmc+") !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns a:nth-child(3) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0iTTE3IDM0QTE3IDE3IDAgMSAwIDAgMTdhMTYuOTg2IDE2Ljk4NiAwIDAgMCAxNyAxNyIgZmlsbD0iIzNhYWUzNiIvPjxwYXRoIGQ9Ik0yNS45IDE2LjVjMC00LTQtNy4yLTguOS03LjJzLTguOSAzLjItOC45IDcuMmMwIDMuNiAzLjIgNi42IDcuNSA3LjEuMy4xLjcuMi44LjRhMS4xIDEuMSAwIDAgMSAwIC44cy0uMS42LS4xLjgtLjIuOS44LjVhMjcuNDIgMjcuNDIgMCAwIDAgNy01LjIgNi4zNzkgNi4zNzkgMCAwIDAgMS44LTQuNFptLTEyLjQgMi40aC0xLjhhLjQ3Mi40NzIgMCAwIDEtLjUtLjV2LTMuNWEuNS41IDAgMSAxIDEgMFYxOGgxLjNhLjQ3Mi40NzIgMCAwIDEgLjUuNS40NTguNDU4IDAgMCAxLS41LjRabTEuOS0uNWEuNS41IDAgMCAxLTEgMHYtMy41YS41LjUgMCAxIDEgMSAwWm00LjIgMGMwIC4yLS4xLjQtLjMuNGgtLjFhLjc1OC43NTggMCAwIDEtLjQtLjJMMTcgMTYuMXYyLjJhLjUuNSAwIDAgMS0xIDB2LTMuNWMwLS4yLjEtLjQuMy0uNGguMWEuNzU4Ljc1OCAwIDAgMSAuNC4ybDEuOCAyLjV2LTIuMmEuNS41IDAgMSAxIDEgMFptMi45LTIuMmEuNS41IDAgMCAxIDAgMWgtMS4zdi44aDEuM2EuNS41IDAgMCAxIDAgMWgtMS44YS40NzIuNDcyIDAgMCAxLS41LS41di0zLjZhLjQ3Mi40NzIgMCAwIDEgLjUtLjVoMS44YS41LjUgMCAwIDEgMCAxaC0xLjN2LjhaIiBmaWxsPSIjZmZmIi8+PC9zdmc+") !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns a + a {
  margin-left: 10px !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns img {
  display: none !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail div.revico-review-comment-detail--action-helpful,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail div.revico-review-comment-detail--action-like {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 31px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--cl-bdr) !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail div.revico-review-comment-detail--action-like {
  margin-left: 10px !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful:hover,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like:hover {
  color: var(--cl-gy-3) !important;
  opacity: 0.65;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click {
  display: flex;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  height: 31px !important;
  margin: 0 !important;
  padding: 0 10px 0 16px !important;
  color: var(--cl-gy-3) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click::before,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click::before {
  top: -2px;
  width: 14px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MzkiIGhlaWdodD0iMTIuNDgiPjxwYXRoIGQ9Ik0uNjI5IDQuOTMyaDEuODg3djcuNTQ5SC42MjlBLjYyOS42MjkgMCAwIDEgMCAxMS44NTJWNS41NjFhLjYyOS42MjkgMCAwIDEgLjYyOS0uNjI5Wm0zLjMzLS44MTNMNy45ODUuMDkyQS4zMTQuMzE0IDAgMCAxIDguNC4wNjNsLjUzNi40YS45NDQuOTQ0IDAgMCAxIC4zNDguOTg4bC0uNzI1IDIuODVoNC4wMjZhMS4yNTggMS4yNTggMCAwIDEgMS4yNTggMS4yNTh2MS4zMjZhMS4yNTkgMS4yNTkgMCAwIDEtLjA5NS40NzlMMTEuOCAxMi4wOTFhLjYyOS42MjkgMCAwIDEtLjU4Mi4zOUg0LjRhLjYyOS42MjkgMCAwIDEtLjYyOS0uNjI5VjQuNTYzYS42MjkuNjI5IDAgMCAxIC4xODgtLjQ0NFoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=");
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click::before {
  top: -1px;
  width: 15px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43NTkiIGhlaWdodD0iMTMuMDE3Ij48cGF0aCBkPSJNOC40NDkgMTIuNTdjMy44NzMtMy41MTkgNi40MS01LjgxMyA2LjMwNy04LjY3NUE0LjAyNyA0LjAyNyAwIDAgMCAxMy4wMy43M2E0LjI2NyA0LjI2NyAwIDAgMC01LjY1LjgxMkE0LjI3NSA0LjI3NSAwIDAgMCAxLjcyOS43MyA0LjAyNyA0LjAyNyAwIDAgMCAuMDA0IDMuODk2Yy0uMSAyLjg2MiAyLjQzNCA1LjE1NiA2LjMwNyA4LjY2bC4wODEuMDc0YTEuNDcyIDEuNDcyIDAgMCAwIDEuOTg0LjAwN1oiIGZpbGw9IiM2NjYiLz48L3N2Zz4=");
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click-count,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click-count {
  position: relative;
  margin: 0 0 0 4px !important;
  padding: 0 !important;
  background: none !important;
  color: var(--cl-main) !important;
  font-weight: 300 !important;
  cursor: pointer;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click-count::before,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click-count::before {
  content: "(";
}

.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-helpful-click-count::after,
.block-reviewtop-main_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-like-click-count::after {
  content: "件)";
}

.block-reviewtop-main_review .revico-review-show_detail {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 25px !important;
}

.block-reviewtop-main_review .revico-review-show_detail a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 176px !important;
  height: 31px !important;
  border-radius: 4px !important;
  background-color: var(--cl-dbl) !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}

.block-reviewtop-main_review .revico-review-show_detail a::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 13px !important;
  width: 6px !important;
  height: 9px !important;
  margin-top: -4px !important;
  background-image: var(--arw-btn-wt-s) !important;
  background-repeat: no-repeat !important;
}

.block-reviewtop-main_review .revico-review-show_detail a:hover {
  opacity: 0.65;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer {
  width: 100% !important;
  margin: 40px 0 0 !important;
  padding: 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more {
  margin: 0 !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 150px !important;
  height: 31px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 4px !important;
  background-image: none !important;
  background-color: var(--cl-dbl) !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 13px !important;
  width: 6px !important;
  height: 9px !important;
  margin-top: -4px !important;
  background-image: var(--arw-btn-wt-s) !important;
  background-repeat: no-repeat !important;
  transform: rotate(90deg) !important;
}

.block-reviewtop-main_review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span {
  left: 0 !important;
}

.block-review-container .block-otherpage-brand_list .block-top-category {
  margin-top: 80px;
}

.block-review-container .block-reviewgoodsdetail-related-category h2 {
  margin-top: 40px;
}

.revico-comment-outer-foot {
  position: relative !important;
  height: 35px !important;
}

.revico-comment-outer-foot {
  height: auto !important;
}

.revico-multicomment-vertical-display .revico-multicomment-top .revico-comment-main .revico-logo,
.revico-multicomment-vertical-display .revico-multicomment-top .revico-comment-main .revico-review-comment-row-no-comment {
  display: none;
}

.block-cart--goods-list-item-price {
  font-size: 1.8rem;
} /* 商品一覧Revicoレビュー */
.block-category-revico-review {
  margin: 170px 0 100px;
  padding: 100px 0;
  background-color: var(--cl-gy-2);
}

@media only screen and (min-width: 1200px) {
  .block-category-revico-review {
    margin-right: calc((1200px - 100vw) / 2);
    margin-left: calc((1200px - 100vw) / 2);
  }
}

.block-category-revico-review-container {
  width: 1200px;
  margin: 0 auto;
}

.block-category-revico-review .revico-review-comment-row-wrapper {
  background-color: var(--cl-gy-2);
} /* Order系共通 */
.ttl-order,
.block-order-method h1,
.block-order-complete,
.block-order-regular-add-complete h1,
.block-order-complete h1,
.block-order-estimate h1,
.block-order-regular-add-confirm h1 {
  margin: 40px 0 24px;
  text-align: left;
}

.block-order-flow--step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 80px;
}

.block-order-flow--step > li {
  display: flex;
  align-items: center;
}

.block-order-flow--step > li + li {
  margin-left: 40px;
}

.block-order-flow--step > li div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: var(--cl-gy-2);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

.block-order-flow--step > li.is-current div:nth-child(1) {
  background-color: var(--cl-dbl);
}

.block-order-flow--step > li div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  color: #969696;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.block-order-flow--step > li.is-current div:nth-child(2) {
  color: var(--cl-dbl);
}

.block-cart--rule,
.block-order-method--host-title-confirmation h3,
.block-order-method h2,
.block-order-method h2,
.block-order-estimate h2,
.block-order-regular-add-confirm h2 {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 9px;
  border-bottom: 2px solid var(--cl-main);
  background-color: transparent;
  color: var(--cl-main);
  font-size: 2.4rem;
  font-weight: 700;
}

.block-footer-2.block-footer-cart {
  padding-top: 30px;
}

.help-block {
  margin-top: 10px;
  color: #969696;
  font-size: 1.2rem;
}

.block-cart-bottom_area {
  margin-top: 100px;
}

.block-cart-bottom_area-bnr {
  margin-top: 40px;
}

.block-cart-bottom_area-bnr li + li {
  margin-top: 20px;
}

.block-cart-bottom_area-bnr a {
  display: block;
}

.block-cart-bottom_area-bnr a:hover {
  opacity: 0.65;
}

.block-cart-bottom_area-bnr img {
  display: block;
  height: auto;
} /* 買い物カゴ */
.block-cart {
  margin-bottom: 100px;
}

.block-cart--rule {
  margin-top: 60px;
}

.block-cart--goods-list li {
  border-bottom: 1px solid var(--cl-bdr);
}

.block-cart--goods-list-image {
  width: 160px;
  height: auto;
  background-color: transparent;
}

.block-cart--goods-list-item-name a {
  text-decoration: none;
}

.block-cart--goods-list-image .block-goods-list--favorite--btn,
.block-cart--goods-list-image .block-goods-list--favorite-registed--btn {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.block-cart--goods-list-item-comment {
  margin-top: 10px;
  padding: 0;
  color: #969696;
}

.block-cart--goods-list-item-price-info .price::after {
  font-weight: 300;
}

.block-cart--goods-point-info {
  margin-top: 5px;
}

.block-cart--goods-point-title {
  font-weight: 300;
}

.block-cart--goods-list-item-input {
  display: flex;
  flex-direction: column;
}

.block-cart--goods-list-item-delete {
  width: auto;
  margin: 16px 0 0 auto;
  color: #969696;
  text-align: right;
}

.block-cart--subtotal {
  margin-top: 0;
  padding: 10px 0 20px;
}

.block-cart--subtotal-price::after {
  font-size: 1.2rem;
  font-weight: 300;
}

.block-bookmarkslider {
  margin-top: 100px;
}

.block-cart--amazonpay {
  margin-top: 24px;
}

.block-bookmarkslider--header {
  margin: 0 0 27px;
  padding: 0;
  border: none;
  font-size: 2.6rem;
  font-weight: 700;
} /* ご注文方法 */
.help-block {
  font-size: 1.2rem;
}

.block-order-method--host-confirmation,
.block-order-method--dest-content,
.block-order-method--goods-content {
  margin: 0;
  padding: 0;
  border: none;
}

.block-order-method address {
  font-size: 1.4rem;
}

.block-order-method--dest,
.block-order-method--goods,
.block-order-method--destmethod,
.block-order-method--dest,
.block-order-method--regular-list,
.block-order-method--spec,
.block-order-method--payment {
  margin-top: 80px;
}

.block-order-method--dest-item {
  padding: 20px 0;
  border-bottom: none;
  overflow: hidden;
}

.block-order-method--dest-item:first-child {
  padding-top: 0;
  border-top: none;
}

.block-order-method--dest-list address {
  display: block;
  margin: 10px 0 0;
  padding: 16px;
  background-color: var(--cl-gy-1);
  float: none;
}

.block-order-method--dest-add {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-order-method--dest-add .btn {
  width: 260px;
  height: 40px;
  border-color: var(--cl-bdr);
  background-image: url(../../img/usr/common/sp/arw_btn_bk.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.block-order-method--dest-title-salesinclude {
  margin-bottom: 5px;
}

.block-order-method--dest-list {
  margin-top: 20px;
}

.block-order-method--dest-item {
  padding: 0;
}

.block-order-method--dest-item + .block-order-method--dest-item {
  margin-top: 30px;
}

.block-order-method--goods-list li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--cl-bdr) !important;
}

.block-order-method--goods-list li:first-child {
  padding-top: 0;
}

.block-order-method--goods-item-image {
  width: 160px;
  height: auto;
  background-color: transparent;
}

.block-order-method--goods-item-comment {
  margin-top: 16px;
  padding: 0;
  color: #969696;
}

.block-order-method--goods-item-quantity {
  color: var(--cl-main);
}

.block-order-method--spec-content dl dd {
  display: flex;
}

.block-order-method--spec-content dl dd label {
  margin-right: 30px !important;
}

.block-order-method--point-use-select label + label {
  margin-top: 10px !important;
}

.block-order-method--point-use-select input[name="pointpay_num"] {
  width: 80px;
  margin-top: 5px;
}

.block-order-method--regular-list > label:has(input[type="radio"]) {
  display: block;
  padding: 20px 20px 20px 54px;
  border: 1px solid var(--cl-bdr);
}

.block-order-method--regular-list > label:has(input[type="radio"]) + label {
  margin-top: 10px;
}

.block-order-method--regular-list > label:has(input[type="radio"])::before {
  top: 20px;
  left: 20px;
}

.block-order-method--regular-add-list-detail,
.block-order-method--regular-add-list-detail:last-of-type {
  padding: 0;
  border: none;
}

.block-order-method dt {
  font-weight: 300;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-address > dd {
  padding: 5px 10px 0 0;
}

.block-order-method--regular-add-list-list > .block-order-method--regular-add-list-info {
  width: 60%;
  margin-left: auto;
}

.block-order-method--regular-add-info .block-order-method--regular-add-info-detail {
  padding: 0;
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
}

.block-order-method--regular-add-info .block-order-method--regular-add-info-detail + li {
  margin-top: 4px;
}

.block-order-method--regular-add-info-detail > span {
  font-size: 1.4rem;
}

.block-order-method--regular-add-info .block-order-method--regular-add-goods-info {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border: none;
  border-top: 1px solid var(--cl-bdr);
  font-weight: 300;
}

.block-order-method--regular-add-goods-item > ul > li + li {
  margin-top: 4px;
}

.block-order-method--regular-add-goods-item-name > span {
  font-size: 1.4rem;
  padding: 0;
}

.block-order-method--spec-content {
  padding: 0;
  border: none;
}

.block-regular-cycle--cycle-type {
  display: flex;
}

.block-regular-cycle--cycle-type input[type="radio"] + label {
  margin-right: 30px;
}

.block-order-method--spec-content dl.block-regular-cycle--cycle-sub-type dd {
  display: block;
}

.block-regular-cycle--cycle-timing-m .help-block:first-child {
  margin: 0 0 5px;
}

.block-regular-cycle--select-dm {
  margin-top: 10px;
}

.block-regular-cycle--deliv_date {
  margin: 20px 0 0;
}

.block-regular-cycle--deliv_date--prev-expected-dt,
.block-regular-cycle--deliv_date--next-expected-dt {
  display: flex;
  align-items: center;
  padding: 3px 0;
  border: none;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  width: 180px;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date {
  width: calc(100% - 180px);
  padding: 0;
  text-align: left;
}

.block-order-method--payment-content {
  padding: 0;
  border: none;
}

.block-order-method--destmethod-detail {
  padding: 0;
  border: none;
} /* 注文確認 */
.block-order-estimate--confirmation {
  padding: 0;
  border: none;
}

.block-order-estimate--total,
.block-order-regular-add-confirm--total {
  display: flex;
  align-items: baseline;
  padding: 8px 0;
  text-align: left;
}

.block-order-estimate--total-price,
.block-order-regular-add-confirm--total-price {
  margin-left: auto;
}

.block-order-estimate--total-tax {
  margin-left: -4px;
  font-size: 1rem;
  font-weight: 300;
}

.block-order-estimate--point-add dd+dd {
  padding: 0;
  color: #969696;
}

.block-order-estimate--point-add {
  border-bottom: none;
}

.block-order-estimate--procedure-container .block-order-estimate--now-point,
.block-order-estimate--procedure-container .block-order-estimate--limited-point {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 1.2rem;
}

.block-order-estimate--procedure-container .block-order-estimate--now-point dt,
.block-order-estimate--procedure-container .block-order-estimate--limited-point dt {
  margin-right: 10px;
  font-weight: 600;
}

.block-order-estimate--price-items,
.block-order-regular-add-confirm--price-items {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--cl-bdr);
  color: var(--cl-main);
}

.block-order-estimate--pay-input {
  padding: 0 20px 20px;
  border: none;
  background-color: var(--cl-gy-2);
}

.block-order-estimate--pay-header {
  margin: 0 -20px;
  margin-bottom: 10px;
  background-color: var(--cl-dbl);
  font-weight: 700;
}

.fieldset .form-group.block-order-estimate--pay-savecard,
.fieldset .form-group.block-order-estimate--pay-selectcard {
  padding: 10px 0;
  border: none;
}

.fieldset .form-group.block-order-estimate--pay-savecard .form-control,
.fieldset .form-group.block-order-estimate--pay-selectcard .form-control {
  padding: 10px;
  background-color: #ffffff;
}

.fieldset .form-group.block-order-estimate--pay-savecard .form-control label + label,
.fieldset .form-group.block-order-estimate--pay-selectcard .form-control label + label {
  margin-top: 10px;
}

.fieldset.block-order-estimate--pay-input .form-group {
  border: none;
}

.fieldset.block-order-estimate--pay-input .form-group + .form-group {
  margin-top: 10px;
}

.fieldset.block-order-estimate--pay-input .form-label {
  border: none;
  background-color: #dadee0;
}

.fieldset.block-order-estimate--pay-input .form-label label {
  font-weight: 700;
}

.fieldset.block-order-estimate--pay-input .form-group .form-control {
  border: none;
  background-color: #ffffff;
}

.fieldset.block-order-estimate--pay-input .form-group.block-order-estimate--pay-savecard .form-control {
  padding: 0;
  background-color: transparent;
}

.block-order-estimate--date-spec-confirmation {
  padding: 0;
  border: none;
}

.block-order-estimate--goods-content {
  padding: 0;
  border: none;
}

.block-order-estimate--goods-list li,
.block-order-regular-add-confirm--goods-list li {
  margin: 0;
  padding: 0;
  border: none;
}

.block-order-estimate--goods-list li + li,
.block-order-regular-add-confirm--goods-list li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--cl-bdr);
}

.block-order-estimate--goods-item-image,
.block-order-regular-add-confirm--goods-item-image {
  width: 160px;
  height: auto;
  background-color: transparent;
}

.block-order-estimate--goods-item-comment {
  color: #969696;
}

.block-order-estimate--goods-item-quantity {
  color: var(--cl-main);
}

.block-order-estimate--amt::after {
  font-size: 1rem;
  font-weight: 300;
}

.block-order-estimate--sales-append {
  padding: 0;
  border: none;
}

.block-order-regular-add-confirm--return-agree,
.block-order-estimate--return-agree {
  color: var(--cl-rd);
  font-weight: 700;
}

.block-order-regular-add-confirm--confirmation {
  padding: 0;
  border: none;
}

.block-order-regular-add-confirm--confirmation-list li {
  padding: 0;
}

.block-order-regular-add-confirm--confirmation-list li + li {
  margin-top: 20px;
}

div.block-order-regular-add-confirm--regular-cycle {
  position: relative;
  margin-top: 60px;
}

.block-order-regular-add-confirm--change-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.block-order-regular-add-confirm--regular-cycle-confirmation {
  padding: 0;
  border: none;
}

.block-order-regular-add-confirm--regular-cycle-detail,
.block-order-estimate--sales-append-list {
  border: none;
}

.block-order-regular-add-confirm--regular-cycle-detail th,
.block-order-estimate--sales-append-list th {
  width: 180px;
  padding: 0 0 3px;
  border: none;
  background-color: transparent;
  font-weight: 300;
}

.block-order-regular-add-confirm--regular-cycle-detail td,
.block-order-estimate--sales-append-list td {
  width: calc(100% - 180px);
  padding: 0 0 3px;
  border: none;
}

.block-order-regular-add-confirm--next-expected-dt {
  margin-top: 10px;
  padding: 0;
}

.block-order-regular-add-confirm--next-expected-dt span {
  font-size: 1.4rem;
}

.block-order-regular-add-confirm--next-expected-dt span:nth-child(1) {
  width: 180px;
}

.block-order-regular-add-confirm--next-expected-dt span:nth-child(2) {
  width: calc(100% - 180px);
}

.block-order-regular-add-confirm--regular-cycle-info {
  margin: 5px 0 0;
  font-size: 1.2rem;
}

.block-order-regular-add-confirm--goods {
  margin-top: 60px;
}

.block-order-regular-add-confirm--goods-label {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.block-order-regular-add-confirm--goods .block-order-regular-add-confirm--goods-content {
  padding: 0;
  margin: 0;
  border: none;
}

.block-order-regular-add-confirm--goods .block-order-regular-add-confirm--goods-content + .block-order-regular-add-confirm--goods-label {
  margin-top: 40px;
}

.block-order-regular-add-confirm--goods-price-first {
  font-size: 1.6rem;
}

.block-order-regular-add-confirm--goods-price-first::after {
  content: "（税込）";
  font-size: 1rem;
  font-weight: 300;
}

.block-order-regular-add-confirm--total-tax {
  font-size: 1rem;
  font-weight: 300;
}

.block-order-regular-add-confirm {
  margin-bottom: 100px;
}

.block-order-estimate--goods {
  margin-top: 60px;
}

.block-order-estimate--amt {
  margin: 0;
  font-size: 1.8rem;
}

.block-order-method--point-use-select {
  padding: 16px;
  border: none;
  background-color: var(--cl-gy-1);
} /* 注文完了 */
.block-order-complete,
.block-order-regular-add-complete {
  min-height: calc(100vh - 462px);
}

.block-order-complete--orderinfo,
.block-order-regular-add-complete--message {
  font-size: 1.6rem;
}

.block-order-complete--orderid th,
.block-order-regular-add-complete--regular-sales th {
  color: var(--cl-main);
}

.block-order-complete--orderid td a,
.block-order-regular-add-complete--regular-sales td a {
  font-size: 1.8rem;
}

.block-order-complete--orderid td a:hover,
.block-order-regular-add-complete--regular-sales td a:hover {
  text-decoration: none;
}

.block-order-complete--home,
.block-order-regular-add-complete--home {
  margin-top: 80px;
}

.block-order-complete--home-btn,
.block-order-regular-add-complete--home-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 44px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
} /* レビュートップ Community Talk */
.page-reviewdetail .revico-widget .revico-community-talk-wrapper {
  background-color: var(--cl-gy-1) !important;
}

.page-reviewdetail .revico-logo-wrapper {
  position: absolute !important;
  top: 0 !important;
  right: 17px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk {
  position: relative !important;
  width: 1040px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-logo-wrapper {
  position: absolute !important;
  top: 50px !important;
  right: 17px !important;
  width: auto !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-title {
  padding-top: 30px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-talkroom-list-item {
  padding: 35px 30px 40px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-talkroom-details-contents .revico-community-talk-details-user {
  display: none !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-talkroom-details--contents {
  margin-bottom: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 1.875 !important;
}

.page-reviewdetail .revico-widget .revico-community-talk p.revico-community-talk-talkroom-details--date {
  color: var(--cl-gy-3) !important;
  font-size: 1.4rem !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-from-other p.revico-community-talk-talkroom-details--date {
  position: absolute !important;
  top: 42px !important;
  right: 15px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details {
  padding: 45px 15px 15px 25px !important;
}

.page-reviewdetail .revico-widget .revico-community-talk-user--profile-pic {
  margin-right: 30px !important;
}

.page-reviewdetail .revico-community-talk-user--nickname {
  font-weight: 700 !important;
}

.page-reviewdetail .revico-widget .revico-community-talk-user--reviewer-attribute-answer {
  display: none !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-nice-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-nice {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  height: 31px !important;
  padding: 0 14px !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-nice::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 13px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MzkiIGhlaWdodD0iMTIuNDgiPjxwYXRoIGQ9Ik0uNjI5IDQuOTMyaDEuODg3djcuNTQ5SC42MjlBLjYyOS42MjkgMCAwIDEgMCAxMS44NTJWNS41NjFhLjYyOS42MjkgMCAwIDEgLjYyOS0uNjI5Wm0zLjMzLS44MTNMNy45ODUuMDkyQS4zMTQuMzE0IDAgMCAxIDguNC4wNjNsLjUzNi40YS45NDQuOTQ0IDAgMCAxIC4zNDguOTg4bC0uNzI1IDIuODVoNC4wMjZhMS4yNTggMS4yNTggMCAwIDEgMS4yNTggMS4yNTh2MS4zMjZhMS4yNTkgMS4yNTkgMCAwIDEtLjA5NS40NzlMMTEuOCAxMi4wOTFhLjYyOS42MjkgMCAwIDEtLjU4Mi4zOUg0LjRhLjYyOS42MjkgMCAwIDEtLjYyOS0uNjI5VjQuNTYzYS42MjkuNjI5IDAgMCAxIC4xODgtLjQ0NFoiIGZpbGw9IiMxYTE5MTkiLz48L3N2Zz4=");
  background-position: center left 0;
  background-repeat: no-repeat;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-nice svg {
  position: relative;
  width: 10px !important;
  margin: 0 !important;
}

.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-reply-details-nice svg path {
  display: none !important;
}

.page-reviewdetail .revico-widget .revico-community-talk-reply-post {
  padding: 0 !important; /* background-color: transparent !important;*/
}

.page-reviewdetail .revico-widget .revico-community-talk-reply-post--area-toggle-button,
.page-reviewdetail .revico-widget .revico-community-talk .revico-community-talk-talkroom-post--postbutton {
  background-color: var(--cl-dbl) !important;
}

.page-reviewdetail .revico-widget .revico-community-talk-reply-post--area-toggle-button {
  height: 50px !important;
  border-radius: 4px !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
}

.page-reviewdetail .revico-widget .revico-community-talk-reply-post--area-toggle-button svg {
  display: none !important;
} /* その他 */
.block-order-estimate--dest-address-register-btn {
  border: 1px solid var(--cl-dbl);
  color: #fff;
  background: var(--cl-dbl);
}

.block-order-estimate--address-frame-close span:before {
  top: 9px;
  right: -3px;
  width: 25px;
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  top: 9px;
  right: -3px;
  width: 25px;
  transform: rotate(-45deg);
}

.block-inquiry-history-detail--subject {
  margin: 20px 0 6px;
}

.block-inquiry-history-detail--subject,
.block-inquiry-history-detail--contact-name,
.block-inquiry-history-detail--update-dt {
  font-size: 1.4rem;
}

.block-inquiry-history-detail--update-dt {
  font-weight: 300;
}

.block-inquiry-history-detail--form {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--cl-bdr);
}

.block-landingpage-form--payment-content-method-select .help-block img {
  display: none;
}

.block-login--ask-password {
  font-size: 1.4rem;
}

.revico-multicomment-vertical-display .block-ttl-container {
  margin-top: 80px;
} /* メンテナンス */
.block-maintenance {
  text-align: center;
}

.block-maintenance>img {
  width: 170px;
  height: auto;
}

.block-maintenance_text {
  margin: 30px auto;
}

.block-maintenance .item-btn .btn-arw {
  width: 287px;
  height: 40px;
  margin: 0 auto;
}

.block-maintenance .item-link {
  margin-top: 24px;
}

.pane-topic-path-bottom {
  padding-top: 70px;
}
.revico-review-comment-detail--addition-evaluationanswer--label {
  display: none;
}
.revico-review-comment-detail--addition-evaluationanswer--status {
  width: auto;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 20px !important;
  padding: 0 4px !important;
  border: 1px solid var(--cl-bdr) !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  font-size: 1.2rem !important;
}
.page-goodsreview .revico-modal-state:checked ~ .revico-modal {
  display: none !important;
}
