﻿@charset "UTF-8";

/* ---- HEADER ---- */

#header {
  background: #FFF;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 11;
}
#header.block-order-header:not(.fixed) {
  border-bottom: 1px solid #EFEFEF;
}
.block-header-news {
  padding: 6px 20px;
  background: #F4F4F4;
  text-align: center;
}
#header.fixed .block-header-news {
  display: none;
}
.block-header-news a {
  display: inline-block;
  font-size: 14px;
  padding: 1px 0 0 27px;
  background: url(../../img/usr/common/icon_caution.png) no-repeat left center;
}
.block-header-main .container {
  display: flex;
  align-items: center;
  padding: 1px 0 6px;
}
.block-order-header .block-header-main .container {
  padding: 14px 0;
}
.block-header-logo {
  width: 97px;
  line-height: 0;
  margin: 8px 20px 0 0;
}
.block-header-menu {
  display: flex;
  margin: 0 20px 0 auto;
}
.block-header-menu li:not(:last-child) {
  margin: 0 30px 0 0;
}
.block-header-menu li a,
.block-header-menu li span {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0 0 0 21px;
  cursor: pointer;
}
.block-header-menu li a:before,
.block-header-menu li span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F4F4F4;
}
.block-header-menu li a:after,
.block-header-menu li span:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  transform: rotate(45deg);
}
.block-header-menu li a:hover,
.block-header-menu li span:hover {
  text-decoration: underline;
}
.block-header-search {
  position: relative;
  margin: 0 15px 0 0;
}
.block-header-search--bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .75);
  z-index: 12;
}
.block-header-search form {
  position: relative;
  display: flex;
  z-index: 12;
}
.block-header-search--image {
  position: absolute;
  top: 10px;
  left: 21px;
}
input.block-header-search--keyword {
  background: #EFEFEF;
  border-right: 30px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  border: 0;
  width: 410px;
  border-radius: 30px;
  padding: 7px 20px 7px 50px;
  -webkit-appearance: none;
}
.block-header-search--submit {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 30px;
  background: #FFF;
  margin: 0 0 0 5px;
  padding: 0 13px;
  transition: .3s ease;
  -webkit-appearance: none;
}
.block-header-search--submit:hover {
  opacity: .8;
}
.block-header-search--tags {
  display: none;
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
.block-header-search--tags ul {
  background: #FFF;
  border-radius: 5px;
  padding: 12px 22px;
  width: 1030px;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.block-header-search--tags li {
  margin: 2.5px;
}
.block-header-search--tags li a {
  display: block;
  background: #EFEFEF;
  border-radius: 30px;
  font-size: 14px;
  padding: 3px 12px 2px;
}
.block-header-search--tags li a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-header-customer-menu {
  display: flex;
  margin: 0 15px 0 0;
}
.block-header-customer-menu li {
  width: 50px;
  margin: 0 7px;
}
.block-header-customer-menu a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  padding: 43px 0 0;
}
.block-header-customer-menu--entry a {
  background: url(../../img/usr/common/icon_header_entry.png) no-repeat center top 13px;
}
.block-header-customer-menu--login a {
  background: url(../../img/usr/common/icon_header_login.png) no-repeat center top 14px;
}
.block-header-customer-menu--bookmark a {
  background: url(../../img/usr/common/icon_header_bookmark.png) no-repeat center top 12px;
}
.block-header-customer-menu--mypage a {
  background: url(../../img/usr/common/icon_header_mypage.png) no-repeat center top 8px;
}
.block-header-customer-menu--cart a {
  background: url(../../img/usr/common/icon_header_cart.png) no-repeat center top 7px;
}
.block-header-customer-menu a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-header-customer-menu--cart-count {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 20px;
  height: 20px;
  background: #E9091A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 0 0;
}
.block-header-menu-btn {
  position: relative;
  width: 50px;
  text-align: center;
  padding: 43px 0 0;
  cursor: pointer;
}
.block-header-menu-btn span {
  font-size: 10px;
}
.block-header-menu-btn:before,
.block-header-menu-btn:after,
.block-header-menu-btn span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #000;
  transition: .3s ease;
}
.block-header-menu-btn:before {
  top: 20px;
}
.block-header-menu-btn:after {
  top: 38px;
}
.block-header-menu-btn span:before {
  top: 29px;
}
.block-header-menu-btn.open:before {
  top: 28px;
  transform: rotate(-45deg);
}
.block-header-menu-btn.open:after {
  top: 28px;
  transform: rotate(45deg);
}
.block-header-menu-btn.open span:before {
  opacity: 0;
}
.block-category-header {
  position: relative;
  background: #888;
}
.header-category-flg + header .block-category-header {
  margin: 0 0 4px;
}
.block-category-header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
}
.block-category-header .container {
  display: flex;
  align-items: flex-end;
  border-left: 1px solid #AAA;
  background: #FFF;
}
.block-category-header a {
  position: relative;
  display: block;
  flex: 1;
  border-right: 1px solid #AAA;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  background: #888;
}
.block-category-header a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: .3s ease;
}
.block-category-header a:hover {
  text-decoration: none;
  opacity: .8;
}
body:has(.header-category-flg[value="gift"]) .block-category-header a.block-category-header--gift:before {
  top: -4px;
  background: #E9091A;
}
body:not(.page-category):not(.page-goods) .block-category-header a.block-category-header--gift,
body:has(.header-category-flg[value="gift"]) .block-category-header a.block-category-header--gift {
  background: #E9091A;
}
body:not(.page-category):not(.page-goods) .block-category-header a.block-category-header--health,
body:has(.header-category-flg[value="health"]) .block-category-header a.block-category-header--health {
  background: #0E9EE6;
}
body:not(.page-category):not(.page-goods) .block-category-header a.block-category-header--hobby,
body:has(.header-category-flg[value="hobby"]) .block-category-header a.block-category-header--hobby {
  background: #479542;
}
body:has(.header-category-flg[value="health"]) .block-category-header a.block-category-header--health:before {
  top: -4px;
  background: #0E9EE6;
}
body:has(.header-category-flg[value="hobby"]) .block-category-header a.block-category-header--hobby:before {
  top: -4px;
  background: #479542;
}
body:has(.block-header-main:has(.block-header-menu-btn.open)) .block-category-header a:before {
  opacity: 0;
}
.block-header-category {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 12;
}
.block-header-category--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
}
.block-header-category--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 900px;
  height: 445px;
  max-width: 90%;
  max-height: 90%;
}
.block-header-category--header {
  font-weight: bold;
  text-align: center;
  background: #EAEAEA;
  padding: 17px 0 15px;
}
.block-header-category--close {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.block-header-category--close:before,
.block-header-category--close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
.block-header-category--close:after {
  transform: rotate(-45deg);
}
.block-header-category--tab {
  display: flex;
  padding: 0 50px;
  margin: 15px 0 20px;
}
.block-header-category--tab li {
  flex: 1;
  color: #BBB;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 14px 0;
  transition: .3s ease;
}
.block-header-category--tab li.active {
  pointer-events: none;
  border-bottom: 5px solid #E9091A;
}
.block-header-category--tab li[data-tab-id="gift"].active {
  color: #E9091A;
}
.block-header-category--tab li[data-tab-id="health"].active {
  color: #0E9EE6;
  border-color: #0E9EE6;
}
.block-header-category--tab li[data-tab-id="hobby"].active {
  color: #479542;
  border-color: #479542;
}
.block-header-category-list {
  padding: 0 60px 40px;
  height: 100%;
}
.block-header-category-list:not([data-list-id="gift"]) {
  display: none;
}
.block-header-category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
  max-height: calc(100% - 145px);
  padding: 0 10px;
}
.block-header-category-list ul::-webkit-scrollbar {
  width: 3px;
  background: #DDD;
}
.block-header-category-list ul::-webkit-scrollbar-thumb {
  background-color: #666;
}
.block-header-category-list li {
  width: calc((100% - 50px) / 2);
}
.block-header-category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #999;
  padding: 10px 25px 10px 0;
}
.block-header-category-list li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
.block-header-category-list li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-header-category-list li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 14px 0 0;
}
.block-header-category-list li figure img {
  max-width: 100%;
  max-height: 100%;
}
.block-header-category-list li p {
  flex: 1;
  font-size: 15px;
}

.block-header-bnr--item a {
  display: block;
  height: 40px;
  background: repeat-x center / auto 40px;
}
.block-header-bnr--item img {
  margin: 0 auto;
  width: auto;
  height: 40px;
  display: block;
  object-fit: contain;
  opacity: 0;
}

/* ---- MENU ---- */
.block-menu {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  z-index: 11;
}
#header.fixed + .block-menu {
  top: 74px !important;
}
.block-menu--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
}
.block-menu--contents {
  position: relative;
  background: #EFEFEF;
  padding: 70px 0;
}
.block-menu .container {
  width: 965px;
}
.block-menu-point {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.block-menu-point li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 475px;
  background: #FFF;
  border-radius: 5px;
  padding: 8px 30px;
  /* ITOYOKADO-896 start */
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  flex-grow: 10;
  /* ITOYOKADO-896 end */
}
.block-menu-point li a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-menu-point-item--img {
  line-height: 0;
  width: 160px; /* ITOYOKADO-896 */
}
.block-menu-point-item--point {
  color: #E28300;
  font-size: 15px;
  font-weight: bold;
  /* ITOYOKADO-896 start */
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 4px;
  flex-grow: 10;
  /* ITOYOKADO-896 end */
}
.block-menu-point-item--point span {
  font-size: 49px;
  font-weight: 600;
  /* margin: 0 5px 0 0; *//* ITOYOKADO-896 */
  letter-spacing: 1px;
  flex-grow: 10; /* ITOYOKADO-896 */
  text-align: right; /* ITOYOKADO-896 */
}
/* ITOYOKADO-895 start */
.block-menu-point-item--point .safix {
  font-size: 15px;
  flex-grow: 1;
  text-align: right;
  letter-spacing: unset;
}
/* ITOYOKADO-895 end */
.block-menu-guide {
  margin: 0 0 50px;
}
.block-menu-guide--title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.block-menu-guide ul {
  display: flex;
  justify-content: space-between;
}
.block-menu-guide li {
  width: 230px;
}
.block-menu-guide li a {
  display: flex;
  align-items: center;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  padding: 0 20px;
  min-height: 90px;
}
.block-menu-guide li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-menu-guide li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EFEFEF;
  margin: 0 16px 0 0;
}
.block-menu-guide li p {
  flex: 1;
  line-height: 1.2;
  font-weight: bold;
}
.block-menu-link {
  display: flex;
  justify-content: center;
}
.block-menu-link li {
  margin: 0 15px;
}
.block-menu-link li a {
  font-size: 14px;
}

/* ---- ヘッダー帯バナー ---- */

.block-header-banner {
  height: 55px;
  margin: 5px 0;
}
.block-header-banner .swiper {
  height: 100%;
}
.block-header-banner .swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+2) {
  opacity: 0;
}
.block-header-banner--bg {
  display: block;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.block-header-banner--bg:hover {
  opacity: 0.8;
}
.block-header-banner--text {
  font-size: 0;
}

/* ----フッター---- */

.block-footer {
  padding: 80px 0;
  background: #EFEFEF;
  border-top: 1px solid #BBB;
}
.block-footer .container {
  width: 965px;
}
.block-footer-pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 60px;
  line-height: 0;
  z-index: 11;
}
.block-footer-logo {
  text-align: center;
  margin: 0 0 25px;
}
.block-footer-logo img {
  width: 161px;
}
.block-footer-guide {
  margin: 0 0 35px;
}
.block-footer-guide--title,
.block-footer-service--title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.block-footer-guide ul,
.block-footer-service ul {
  display: flex;
  justify-content: space-between;
}
.block-footer-guide li,
.block-footer-service li {
  width: 230px;
}
.block-footer-guide li a,
.block-footer-service li a {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  padding: 0 20px;
  min-height: 90px;
  font-weight: bold;
  line-height: 1.3;
}
.block-footer-service li a {
  justify-content: center;
  text-align: center;
}
.block-footer-guide li a:hover,
.block-footer-service li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-footer-guide li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.block-footer-service {
  margin: 0 0 45px;
}
.block-footer-link {
  display: flex;
  justify-content: center;
  margin: 0 0 55px;
}
.block-footer-link li {
  margin: 0 15px;
}
.block-footer-link li a {
  font-size: 14px;
}
.block-footer-copyright {
  font-size: 11px;
  text-align: center;
}

/* ---- 左メニュー 絞り込み ---- */

.block-leftmenu-filter-item {
  padding: 22px 0 27px;
  border-top: 1px solid #DDD;
}
.block-leftmenu-filter-item--title {
  font-weight: bold;
  margin: 0 0 10px;
}
input.block-leftmenu-filter--keyword {
  width: 100%;
  padding: 7px 15px 7px 32px;
  background: #F8F8F8 url(../../img/usr/common/icon_search.png) no-repeat left 10px center / 16px;
}
.block-leftmenu-filter-item--price {
  display: flex;
  align-items: center;
}
.block-leftmenu-filter-item--price input {
  width: 90px;
  text-align: right;
  padding: 7px 8px;
}
.block-leftmenu-filter-item--price p {
  margin: 0 7px;
}
.block-leftmenu-filter-item--price p:last-child {
  margin-right: 0;
}
.block-leftmenu-filter-item--checkbox li:not(:first-child) {
  padding: 14px 0 0;
  margin: 14px 0 0;
  border-top: 2px dotted #DDD;
}
.block-leftmenu-filter-item--checkbox li label {
  overflow: hidden;
}
.block-leftmenu-filter-item--checkbox li label input {
  float: left;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox {
  display: flex;
  flex-wrap: wrap;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox li {
  position: relative;
  width: 40px;
  border: 0;
  padding: 0;
  margin: 0 13px 20px 0;
  line-height: 0;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox li:nth-child(5n) {
  margin-right: 0;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  box-shadow: none;
  background: transparent;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input {
  border: none;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: .3s ease;
  opacity: 0;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input:checked:before {
  opacity: 1;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input:after {
  width: 10px;
  height: 6px;
  top: 16px;
  left: 15px;
  border-color: #000;
  border-width: 2px;
  opacity: 0;
}
.block-leftmenu-filter-item--color .block-leftmenu-filter-item--checkbox input:checked:after {
  opacity: 1;
}
.block-leftmenu-filter-item--brand .block-leftmenu-filter-item--checkbox li:nth-child(n+11) {
  display: none;
}
.block-leftmenu-filter-item--brand-more {
  display: none;
  position: relative;
  padding: 10px 20px 0 0;
  text-align: right;
  color: #0E9EE6;
  text-decoration: underline;
  width: 110px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.block-leftmenu-filter-item--brand-more:hover {
  text-decoration: none;
}
.block-leftmenu-filter-item--brand-more:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 2px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  transform: rotate(45deg);
}
.block-leftmenu-filter-item--brand-more.open:after {
  top: 10px;
  transform: rotate(-135deg);
}
.block-leftmenu-filter-btn {
  margin: 15px 0 0;
}
.block-leftmenu-filter-btn--submit {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #444;
  border: 0;
  border-radius: 40px;
  text-align: center;
  margin: 0 0 20px;
  padding: 15px 0 14px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: .3s ease;
}
.block-leftmenu-filter-btn--clear {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #BBB;
  padding: 10px 0 8px;
  border-radius: 40px;
  cursor: pointer;
  transition: .3s ease;
}
.block-leftmenu-filter-btn--submit:hover,
.block-leftmenu-filter-btn--clear:hover {
  opacity: .8;
}

/* ----セクションタイトル---- */
.block-section-title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  color: #666;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
.block-section-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 44px;
  background: linear-gradient(to bottom, #0E9EE6 35%, #E9091A 35%);
}
.block-section-title span {
  display: block;
  color: #000;
  font-size: 34px;
  font-weight: 500;
}
.block-section-title:not(:has(span)) {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding-top: 7px;
  margin: 0 0 30px;
}

/* ----もっと見るボタン---- */
.block-btn-more {
  position: relative;
  display: block;
  width: 210px;
  margin: 0 auto;
  padding: 9px 0 8px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #444;
  border-radius: 30px;
}
.block-btn-more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
}
.block-btn-more:hover {
  opacity: .8;
  text-decoration: none;
}

/* ----ブランド画面---- */

.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 20px 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: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----ゲストお気に入り画面---- */
.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-category-list-head {
  margin: 0 0 60px;
  text-align: center;
}
.block-category-list--header-img {
  line-height: 0;
  margin: 0 0 35px;
}
.block-category-list--header-img img {
  width: 100%;
}
.block-category-list--header {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
.block-category-list--sub {
  margin: 20px 0 0;
}
.block-category-list-event {
  padding: 40px 37px 35px;
  margin: 0 0 60px;
  background: #EFEFEF;
}

/* ---- ジャンル一覧 ---- */
.block-genre-page-head {
  margin: 0 0 60px;
  text-align: center;
}
.block-genre-page--header-img {
  line-height: 0;
  margin: 0 0 35px;
}
.block-genre-page--header-img img {
  width: 100%;
}
.block-genre-page--header {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
.block-genre-page--sub {
  margin: 20px 0 0;
}
.block-genre-style--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-genre-style--item {
  width: 182px;
  margin: 5px;
}
.block-genre-style--item a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #DDD;
  border-radius: 30px;
  padding: 10px 35px 10px 20px;
  font-size: 15px;
  line-height: 1.3;
  /*height: 100%;*/ /* ITOYOKADO-793 */
}
/* ITOYOKADO-828 start */
.block-category-style-g--item .block-category-style--body,
.block-genre-style--item .block-genre-style--body {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 35px 10px 20px;
  font-size: 15px;
  line-height: 1.3;
}
.block-category-style-g--item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
/* ITOYOKADO-828 end */
.block-genre-style--item a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-genre-style--item a:hover {
  text-decoration: none;
  opacity: .8;
}

/* ---- イベント一覧 ---- */
.block-event-page-head {
  margin: 0 0 60px;
  text-align: center;
}
.block-event-page--header-img {
  line-height: 0;
  margin: 0 0 35px;
}
.block-event-page--header-img img {
  width: 100%;
}
.block-event-page--header {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
body:not(:has(.pane-topic-path)) .block-event-page--header {
  margin-top: 35px;
}

/* ---- 詳細検索 ---- */
.block-search-goods .fieldset .form-label {
  width: 180px;
}
.block-search-goods--keyword input {
  width: 600px;
  padding-right: 50px;
  background: url(../../img/usr/common/icon_search.png) no-repeat right 20px center;
}
.block-search-goods--category .form-control {
  display: flex;
}
.block-search-goods--category select {
  width: 220px;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 35px 13px 15px;
  margin: 0 15px 0 0;
}
.block-search-goods--price .form-control {
  display: flex;
  align-items: center;
}
.block-search-goods--price input {
  width: 180px;
  text-align: right;
}
.block-search-goods--price .form-control p {
  margin: 0 8px;
}
.block-search-goods--color ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 18px 0 16px;
}
.block-search-goods--color li {
  position: relative;
  margin: 0 12px;
}
.block-search-goods--color li img {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.block-search-goods--color .form-control label {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  text-align: center;
  margin: 8px 0 0;
}
.block-search-goods--color input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 8px;
  box-shadow: none;
  border: 0;
}
.block-search-goods--color input:hover {
  border: 1px solid #888;
}
.block-search-goods--color input:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: .3s ease;
  opacity: 0;
}
.block-search-goods--color input:checked {
  background: transparent;
}
.block-search-goods--color input:checked:before {
  opacity: 1;
}
.block-search-goods--color input:after {
  width: 10px;
  height: 6px;
  top: 16px;
  left: 15px;
  border-color: #000;
  border-width: 2px;
}
.block-search-goods--color input:hover:after {
  top: 15px;
  left: 14px;
}
.block-search-goods--stock .form-control label {
  display: flex;
  align-items: center;
  transform: translateY(6px);
}
.block-search-goods--btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.block-search-goods--btn-clear {
  width: 200px;
  margin: 0 20px 0 0;
  padding: 12px 0;
  border: 1px solid #BBB;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.block-search-goods--search-btn {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 260px;
  background: #444;
  border: 0;
  border-radius: 40px;
  -webkit-appearance: none;
}
.block-search-goods--btn-clear:hover,
.block-search-goods--search-btn:hover {
  opacity: .8;
}

/* ---- カート ---- */
.page-cart .pane-main {
  margin: 0;
}
.block-cart-head {
  position: relative;
  width: 100%;
  background: #FFF;
  padding: 20px 0;
  margin: 0 0 50px;
  z-index: 1;
}
.block-cart-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .block-cart-head:before {
    width: 100vw;
    left: calc((100vw - 100%) / 2 * -1);
  }
}
.block-cart-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-cart-head h1 {
  margin: 0;
}
.block-cart-head--flow {
  display: flex;
  gap: 50px;
}
.block-cart-head--flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #DDD;
  color: #FFF;
  font-size: 14px;
  border-radius: 50%;
  z-index: 1;
}
.block-cart-head--flow li.block-cart-head--flow-current {
  background: #444;
}
.block-cart-head--flow li:not(:first-child):before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #DDD;
  z-index: -1;
}
.block-cart-head--flow li.block-cart-head--flow-current:before {
  background: #444;
}
.block-cart--wrapper > * {
  width: 1200px;
  margin: 0 auto;
}
.block-cart-related {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.block-cart-related:before,
.block-cart-related:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BBB;
}
.block-cart-related:after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1201px) {
  .block-cart-related:before,
  .block-cart-related:after {
    width: 100vw;
    left: calc((100vw - 100%) / 2 * -1);
  }
}
.block-cart-related--title {
  position: relative;
  width: 1200px;
  margin: 0 auto 40px;
  padding: 0 0 0 20px;
  font-weight: bold;
}
.block-cart-related--title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(to bottom, #0E9EE6 40%, #E9091A 40%);
}
.block-cart-related-list {
  width: 1200px;
  margin: 0 auto;
}
.block-cart-related-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.block-cart-related-item {
  width: 220px;
  background: #FFF;
}
.block-cart-related-item a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-cart-related-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
}
.block-cart-related-item--img i img {
  max-width: 100%;
  max-height: 100%;
}
.block-cart-related-item--name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  padding: 0 14px;
  margin: 10px 0 10px;
}
.block-cart-related-item--price {
  padding: 0 14px 15px;
}
.block-cart-related-item--price span {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 3px;
}
#cart_itemhistory:has(.block-recent-item--body) {
  padding: 100px 0;
}

/* ---- 商品詳細 カウンセリングモーダル ---- */
.block-goods-counseling {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}
.block-goods-counseling--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
}
.block-goods-counseling--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 900px;
  text-align: center;
  padding: 0 0 55px;
}
.block-goods-counseling--close {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.block-goods-counseling--close:before,
.block-goods-counseling--close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
.block-goods-counseling--close:after {
  transform: rotate(-45deg);
}
.block-goods-counseling--title {
  font-weight: bold;
  background: #EAEAEA;
  padding: 16px 0;
}
.block-goods-counseling--message {
  margin: 35px 50px 25px;
}
/* ITOYOKADO-1151 start */
.block-goods-counseling--error {
  color: #E9091A;
  margin: 0 0 10px 40px;
}
/* ITOYOKADO-1151 end */
.block-goods-counseling--contents ol {
  padding: 0 50px;
  margin: 0 0 10px;
  text-align: left;
}
.block-goods-counseling--contents ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 2px dotted #DDD;
}
.block-goods-counseling--question {
  position: relative;
  display: flex;
  width: 530px;
  padding: 0 0 0 40px;
  line-height: 1.625;
}
.block-goods-counseling--contents ol li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  font-weight: bold;
}
.block-goods-counseling--answer {
  display: flex;
  align-items: center;
}
.block-goods-counseling--answer input[type="radio"] {
  margin: 0 7px 0 0
}
.block-goods-counseling--answer label {
  font-size: 18px;
  font-weight: bold;
  margin: 0 40px 0 0;
}
.block-goods-counseling--answer label:last-child {
  margin: 0 20px 0 0;
}
.block-goods-counseling--btn,
.block-goods-counseling--btn-close {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  background: #444;
  border-radius: 30px;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* ---- AiReco ---- */
.block-top-ranking {
  background: #EFEFEF;
  padding: 120px 0;
}
.block-top-ranking-list {
  display: flex;
}
.block-top-ranking-items {
  width: 383px;
  background: #FFF;
  margin: 0 26px 0 0;
  padding: 0 0 35px;
}
.block-top-ranking-items:last-child {
  margin: 0;
}
.block-top-ranking-items--title {
  line-height: 0;
  margin: 0;
}
.block-top-ranking-items ul {
  padding: 20px;
}
.block-top-ranking-item:not(:last-child) {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #DDD;
}
.block-top-ranking-item a {
  position: relative;
  display: flex;
  align-items: center;
}
.block-top-ranking-item a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-top-ranking-item--rank {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  padding: 2px 0 0;
}
.block-top-ranking-item--rank-1 {
  background: #C49B3F;
}
.block-top-ranking-item--rank-2 {
  background: #AAA;
}
.block-top-ranking-item--rank-3 {
  background: #AD795D;
}
.block-top-ranking-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 20px 0 0;
}
.block-top-ranking-item--img img {
  max-width: 100%;
  max-height: 100%;
}
.block-top-ranking-item--description {
  flex: 1;
}
.block-top-ranking-item--name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.block-top-ranking-item--price span {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.block-top-recommend--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-top-recommend--main {
  width: 530px;
  background: #FFF;
}
.block-top-recommend .block-top-list {
  width: 640px;
}
.block-top-recommend--main .block-top-list {
  width: 100%;
}
.block-top-recommend--main .block-top-list img {
  width: 100%;
}
.block-top-recommend-main--img {
  line-height: 1;
}
.block-top-recommend-main--img img {
  width: 100%;
}
.block-top-recommend-main a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-top-recommend-main--name {
  padding: 0 16px;
  margin: 15px 0 5px;
}
.block-top-recommend-main--price {
  padding: 0 16px 20px;
}
.block-top-recommend-main--price span {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.block-top-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.block-top-item {
  width: 200px;
  background: #FFF;
}
.block-top-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-top-item a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-top-item--img {
  line-height: 0;
}
.block-top-item--img img {
width: 100%;
}
.block-top-item--name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  padding: 0 14px;
  margin: 10px 0 10px;
}
.block-top-item--price {
  padding: 0 14px 15px;
  margin-top: auto;
}
.block-top-item--price span {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 3px;
}
.block-category-top-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
}
.block-category-top-item {
  width: 220px;
}
.block-category-top-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  line-height: 0;
  margin: 0 0 10px;
  background: #FFF;
}
.block-category-top-item--img img {
  max-width: 100%;
  max-height: 100%;
}
.block-category-top-item a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-category-top-item--name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  padding: 0 4px;
  margin: 0 0 10px;
}
.block-category-top-item--price {
  padding: 0 4px;
}
.block-category-top-item--price span {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.block-lightningrecommend-price span {
  color: inherit;
  font-size: 12px;
}
.block-lightningrecommend-price .sale-price {
  color: #E9091A;
  font-weight: bold;
}
.block-ranking-lightningrecommend .block-ranking-r--rank {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #AAA;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 0 0;
}
.block-ranking-lightningrecommend .block-ranking-r--rank-1 {
  background: #C49B3F;
}
.block-ranking-lightningrecommend .block-ranking-r--rank-2 {
  background: #AAA;
}
.block-ranking-lightningrecommend .block-ranking-r--rank-3 {
  background: #AD795D;
}