@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
ul,
ol,
p,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
body.open {
  overflow: hidden;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
a:hover {
  opacity: .8;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.open header {
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
}
.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 4%;
  position: relative;
  z-index: 999;
}
.header-logo {
  /* height: 30px; */
}
.header-logo a {
  display: block;
}
.header-logo img {
  /* max-height: 30px; */
}
.header-nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav li {
  width: 28px;
}
.header-nav .icon-login {
  display: none;
}
.header-nav .nav-text {
  display: none;
}
.header-nav .icon-favorite {
  margin-right: 15px;
}
.header-nav .icon-cart {
  margin-right: 25px;
  position: relative;
}
.icon-cart-num {
  background-color: #ee0038;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -4px;
  width: 20px;
}
.hamburger-btn {
  height: 20px;
  position: relative;
  width: 25px;
}
.hamburger-btn span {
  background-color: #333;
  border-radius: 4px;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.hamburger-btn span:nth-of-type(1) {
  top: 0;
}
.hamburger-btn span:nth-of-type(2) {
  top: 8px;
}
.hamburger-btn span:nth-of-type(3) {
  bottom: 0;
}
.open .hamburger-btn span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.open .hamburger-btn span:nth-of-type(2) {
  opacity: 0;
}
.open .hamburger-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.header-menu {
  background: #fff;
  display: none;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  z-index: 990;
}
.header-nav-member {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-nav-member li {
  margin: 0 30px 20px 0;
}
.header-nav-member li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.header-nav-member li:last-child {
  margin-right: 0;
}
.header-nav-member a {
  font-weight: 500;
}
.header-nav-search {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 4%;
}
.header-nav-search-input {
  width: 88% !important;
}
.header-nav-search-input input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  height: 100%;
  padding: 0 16px;
  width: 100%;
}
.header-nav-search-btn {
  width: 12%;
}
.header-nav-search-btn a {
  background: #333 url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-search_3.webp') no-repeat center center/24px 21px;
  border-radius: 0 5px 5px 0;
  display: block;
  height: 40px;
  width: 100%;
}
.header-nav-category a {
  background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-right_4.webp') no-repeat right 4% center/7px 12px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-weight: 500;
  padding: 18px 4%;
}
.header-nav-category .has-sub-category {
  background-image: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-down_2.webp');
  background-size: 12px 7px;
}
.header-nav-category .has-sub-category.open {
  background-image: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-up_2.webp');
  background-size: 12px 7px;
}
.header-nav-category .header-nav-sub-category {
  display: none;
}
.header-nav-category .header-nav-sub-category a {
  font-weight: 300;
  padding-left: 6%;
}
.header-other-link {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-other-link li {
  margin: 0 15px 15px 0;
}
.header-other-link li:last-child {
  margin: 0;
}
.hamburger-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
/*
    .hamburger-close::before {
      background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-hamburger-close_1.webp') no-repeat center center/contain;
      content: '';
      display: inline-block;
      height: 14px;
      margin-right: 7px;
      width: 14px;
    }
*/
footer {
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.footer-wrapper {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 4%;
  width: 100%;
}
.footer-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer-logo {
  margin-right: 30px;
}
.footer-logo img {
  /* max-height: 30px; */
}
.footer-sns-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sns-list li {
  margin-right: 15px;
}
.footer-sns-list li:last-child {
  margin-right: 0;
}
.footer-sns-list .footer-sns-instagram,
.footer-sns-list .footer-sns-facebook {
  width: 22px;
}
.footer-sns-list .footer-sns-twitter {
  width: 24px;
}
.footer-sns-list .footer-sns-youtube {
  width: 28px;
}
.footer-sns-list a {
  display: block;
}
.footer-info-address span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-info-address span:last-child {
  margin-bottom: 0;
}
.footer-nav-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer-nav-category li {
  background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-right_4.webp') no-repeat left center/7px 12px;
  margin: 0 30px 20px 0;
  padding-left: 16px;
}
.footer-nav-category li:last-child {
  margin-right: 0;
}
.footer-nav-category a {
  font-size: 12px;
  font-weight: 600;
}
.footer-nav-sub-category {
  display: none;
}
.footer-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav-other li {
  margin: 0 0 20px 0;
}
.footer-nav-other li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.footer-nav-other li:last-child {
  margin-right: 0;
}
.footer-nav-other a {
  font-size: 12px;
}
.copyright {
  padding: 15px;
  text-align: center;
}
.copyright small {
  font-size: 13px;
}
.side-nav {
  display: none;
}
.other-item {
  border-top: 1px solid #f2f2f2;
  padding: 40px 4%;
}
.other-item-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.other-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-item-list li {
  margin-bottom: 15px;
  width: 44vw;
}
.other-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.other-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.other-item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .other-item-name {
  display: block;
  max-height: 32px;
  line-height: 18px;
}
.item-sale-price {
  color: #c3123b;
}
.original-price {
  margin-bottom: 8px;
  text-decoration: line-through;
}
.other-item-price {
  font-size: 12px;
  display: block;
}
.other-item-price::before {
  content: '\a5';
}
.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 8px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list li,
.breadcrumb-list a {
  font-size: 13px;
}
.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.calendar-wrap div {
  padding: 0 10px 10px;
}
.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}
.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding: 8px 0;
  height: auto !important;
}
.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}
.this-month {
  background: #333;
}
.next-month {
  background: #333;
}
.saturday {
  color: #006BED;
}
.sunday {
  color: #F23E0C;
}
.footer-nav-other {
  display: block;
}
@media screen and (min-width: 350px) {
  .header-other-link li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 418px) {
  .header-nav-member li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 541px) {
  .footer-nav-other li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  .header-other-link li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-info-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-info {
    margin: 0 30px 0 0;
  }
  .other-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .other-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .other-item-img {
    height: 29vw;
  }
}
@media screen and (min-width: 1000px) {
  body.open {
    overflow-y: scroll;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .open header {
    background-color: initial;
    height: auto;
  }
  .header-inner {
    padding: 20px 30px;
  }
  .header-logo {
    /* height: 44px; */
  }
  .header-logo img {
    /* max-height: 44px; */
  }
  .header-nav li {
    width: 70px;
  }
  .header-nav .nav-text {
    display: block;
    font-size: 10px;
    font-weight: 600;
  }
  .header-nav .icon-login > a,
  .header-nav .icon-favorite a,
  .header-nav .icon-cart a,
  .header-nav .icon-hamburger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav .icon-hamburger:hover {
    opacity: .8;
  }
  .header-nav .icon-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    width: auto;
  }
  .header-nav .icon-login .nav-text {
    position: relative;
  }
  .header-nav .icon-login.logged-in .nav-text::after {
    background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-down_2.webp') no-repeat center center/contain;
    content: '';
    height: 6px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% + 7px);
    width: 10px;
  }
  .header-nav .icon-login.logged-in.open .nav-text::after {
    background-image: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-up_2.webp');
  }
  .header-nav .icon-login .header-member-list {
    display: none;
    left: calc(50% - 75px);
    padding-top: 22px;
    position: absolute;
    top: 16px;
    width: 150px;
  }
  .header-nav .icon-login .header-member-list li {
    background-color: rgba(246, 246, 246, .9);
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
  }
  .header-nav .icon-login .header-member-list li:last-child {
    border-bottom: none;
  }
  .header-nav .icon-login .header-member-list li a {
    display: block;
    font-weight: 600;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
  }
  .header-nav .icon-login .icon-image {
    margin-right: 10px;
    width: 24px;
  }
  .header-nav .icon-favorite,
  .header-nav .icon-cart {
    margin-right: 20px;
  }
  .header-nav .icon-favorite {
    width: 80px;
  }
  .header-nav .icon-favorite .icon-image,
  .header-nav .icon-cart .icon-image {
    width: 24px;
  }
  .icon-cart-num {
    left: 14px;
  }
  .hamburger-btn {
    height: 16px;
    width: 20px;
  }
  .hamburger-btn span:nth-of-type(2) {
    top: 6px;
  }
  .open .hamburger-btn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .open .hamburger-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header-menu {
    background: rgba(255, 255, 255, .95);
    max-height: calc(100% - 100px);
    overflow: hidden;
  }
  .header-nav-member,
  .hamburger-close {
    display: none;
  }
  .header-nav-search {
    border-color: #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0 30px;
    width: 1000px;
  }
  .header-nav-search-input {
    width: 630px;
  }
  .header-nav-search-input input {
    border-color: #b8b8b8;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
  }
  .header-nav-search-btn {
    width: 32px;
  }
  .header-nav-search-btn a {
    background-size: 16px 14px;
    height: 30px;
  }
  .header-nav-category {
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
  }
  .header-nav-category li {
    margin: 0 20px 40px 0;
    width: 170px;
  }
  .header-nav-category a,
  .header-nav-category .has-sub-category {
    background-image: none;
    border: none;
    display: inline-block;
    font-size: 12px;
    padding: 0;
  }
  .header-nav-category .has-sub-category {
    margin-bottom: 30px;
  }
  .header-nav-category .has-sub-category:last-child {
    margin-bottom: 0;
  }
  .header-nav-category .header-nav-sub-category {
    display: block;
  }
  .header-nav-category .header-nav-sub-category li {
    margin-bottom: 20px;
  }
  .header-nav-category .header-nav-sub-category .header-nav-category-parent {
    display: none;
  }
  .header-nav-category .header-nav-sub-category a {
    font-weight: 300;
    padding: 0;
  }
  .header-other-link {
    border: none;
    margin: 0 auto;
    padding: 30px 0 40px;
    width: 1000px;
  }
  .header-other-link li {
    margin-right: 30px;
  }
  .header-other-link a {
    font-size: 14px;
  }
  .footer-logo {
    max-width: 200px;
    width: auto;
  }
  .footer-logo img {
    /* max-height: 44px; */
  }
  .footer-info-wrapper,
  .footer-nav {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .footer-info-address span{
    font-size: 14px;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .footer-nav-category {
    height: 0;
  }
  .footer-nav-category li {
    background: none;
    margin: 0;
    padding: 0;
  }
  .footer-nav-category > li {
    margin: 0 40px 30px 0;
  }
  .footer-nav-category > li > a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-nav-sub-category {
    display: block;
  }
  .footer-nav-sub-category li {
    margin-bottom: 15px;
  }
  .footer-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .footer-nav-sub-category a {
    font-size: 14px;
    font-weight: 300;
  }
  .footer-nav-other {
    display: block;
    flex: none;
    width: 210px;
  }
  .footer-nav-other li,
  .footer-nav-other li:nth-last-child(2) {
    margin: 0 0 15px;
  }
  .footer-nav-other a {
    font-size: 14px;
  }
  .copyright {
    padding: 30px 0;
  }
  .copyright small {
    font-size: 14px;
    color: black;
  }
  .side-nav {
    display: block;
    margin-right: 60px;
    width: 200px;
  }
  .side-nav-title {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
  }
  .side-nav-category > li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 34px 0;
  }
  .side-nav-category > li:last-child {
    border-bottom: none;
  }
  .side-nav-category a {
    background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-right_4.webp') no-repeat right 4% center/7px 12px;
    display: block;
    padding-right: 20px;
  }
  .side-nav-category > li > a {
    font-size: 12px;
    font-weight: 600;
  }
  .side-nav-category > li > a,
  .side-nav-sub-category li {
    margin-bottom: 28px;
  }
  .side-nav-category > li > a:last-child,
  .side-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .side-nav-sub-category a {
    font-size: 12px;
  }
  .other-item {
    padding: 80px 0;
  }
  .other-item-inner {
    margin: 0 auto;
    width: 1000px;
  }
  .other-item-list li {
    margin: 0 20px 0 0;
    width: 184px;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .other-item-list li:nth-child(n+5) {
    margin-right: 0;
  }
  .other-item-list li:nth-child(n+6) {
    display: none;
  }
  .other-item-img {
    height: 184px;
  }
  .other-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .other-item-price {
    font-size: 14px;
    /* font-weight: 600; */
    text-align: right;
  }
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list li,
  .breadcrumb-list a {
    font-size: 13px;
  }
}

/* ベースレイアウト */
.contents-wrapper {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px !important;
}
@media screen and (min-width: 1000px) {
    .contents-wrapper {
        display: flex;
        flex-direction: row;
        gap: 48px;
    }
    .side-nav {
        margin: 0;
        width: unset;
        max-width: 280px;
        min-width: 200px;
    }
    main {
        max-width: 952px !important;
    }
}
main {
    width: 100%;
    /* background: yellow; */
}

/* footer */
footer {
    border: 0;
    background: black;
    padding: 60px 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 60px;
}
.copyright {
    color: white;
    padding: 0;
}
.footer-nav-other a {
    color: black;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    text-align: end;
}
.footer-info-address {
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-align: end;
    width: 100%;
}
.footer-info-address a {
    color: black;
}
.footer-wrapper {
    padding: 0 24px !important;
}
@media screen and (min-width: 768px) {
    .footer-info-wrapper {
    width: 50%;
    gap: 16px;
    }
    .footer-info {
    width: 100%;
    justify-content: right;
    }
    .footer-logo {
    max-width: 100%;
    /* width: 100%; */
    margin: 0;
    }
    .footer-logo img {
    width: 100%;
    max-width: 600px;
    height: auto !important;
    max-height: unset;
    }
}
@media screen and (min-width: 1000px) {
  .footer-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    align-items: start;
    justify-content: space-between;
  }
  .footer-nav {
    padding: 0;
    /* background: aliceblue; */
    width: fit-content;
    margin: 0;
  }
  .footer-info-wrapper {
    width: fit-content;
    margin: 0;
    /* background: antiquewhite; */
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

/* サイドナビ */
.side-nav-title {
  text-align: left;
  border-top: unset;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 0;
  /* padding-left: 8px; */
}
.side-nav-category > li {
    padding: 10px 0;
    border-bottom: 0;
    padding: 16px 8px;
    border: 0;
}
li.side-nav-category-item:hover {
    /* background: beige; */
}
.side-nav-banners {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
img.side-nav-banner {
    width: 160px;
}

/* サイドナビ検索 */
.header-nav-search.side-nav-search {
    width: auto;
    border-bottom: 0;
    padding-top: 0;
}

ul.side-nav-sub-category {
    display: none;
}
.side-nav-category > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3rem;
    margin-bottom: 0;
}

/* ヘッダー */
.header__wrapper {
    background: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
}
nav.header__inline-navigation {
    flex: 1 1 0;
}
h1.header__logo.header-logo {
    margin: 0;
    display: block;
    height: auto;
}
.header__secondary-links {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex: 1 1 0;
}
.header__icon-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
a.fr-pc-header-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 4px;
}
.header-logo img {
    height: auto;
    /* max-height: 100px; */
}
ul#header-nav-category {
    display: block;
}
desktop-navigation {
    display: flex;
    /* background: beige; */
    width: 90%;
    height: 56px;
    margin: 0 auto;
    align-items: center;
    background: white;
}
ul.header__linklist.list--unstyled.fr-pc-header-menu-area {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
a.header__linklist-link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}
a.header__linklist-link:hover {
    color: red;
}
.header-inner {
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
header {
    box-shadow: 0 2px 6px rgb(178 178 178 / 71%);
    /* padding: 16px 40px 0 40px; */
    background: white;
}
.header__linklist {
    flex-wrap: wrap;
    row-gap: 12px;
    display: flex;
    justify-content: center;
}
.header__linklist-item:not(:last-child) {
    margin-inline-end: 32px;
}
nav.header__bottom-navigation {
    padding: 16px;
}
.header-inner {
    /* background: aqua; */
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px;
}
ul.header-nav-member {
    padding: 16px 4% 8px 4%;
    border-bottom: 0;
}
ul.header-other-link.hamburger-inner-nav {
    padding: 8px 4% 16px 4%;
}
.header-nav-member a, .hamburger-inner-nav a {
    font-weight: 600;
}
.header-nav-category {
    border-top: 1px solid #eaeaea;
}
.header-nav-category a:hover {
    /* background: beige; */
    /* color:red; */
}
nav.header-nav {
    padding-bottom: 4px;
}
@media screen and (min-width: 1000px) {
  .header-nav-category {
      display: none !important;
  }
  ul.header-other-link.hamburger-inner-nav {
    padding: 24px;
    max-width: 1280px;
    width: 100%;
  }
}

/* パンくず */
nav.breadcrumb.pc-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px !important;
    background: white;
}
.breadcrumb {
    border-bottom: 0;
}
.pc-breadcrumb {
    display: block;
}

/* パンくず（SP） */
nav.breadcrumb.sp-breadcrumb {
    display: none;
}

footer {
    background: white;
    border-top: 1px solid grey;
}
ul.footer-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 0 0 0 auto;
    height: fit-content;
}
a.footer-link-mailmagazine, a.footer-link-member-entry {
    background: #249144;
    padding: 16px;
    color: white;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.footer-sns {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 0 0 0 auto;
    align-items: center;
}
img.footer-sns-icon {
    width: 32px !important;
}
.contents-section {
    margin-bottom: 0 !important;
}
.footer-wrapper {
    border-bottom: 0;
}

@media screen and (max-width: 999px) {
  .footer-wrapper {
      display: flex;
      flex-direction: column;
  }
  .footer-info-wrapper {
      width: fit-content;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 24px;
  }
  .footer-info-address {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
  }
  ul.footer-buttons {
      margin: 0;
      margin-top: 16px;
  }
  .footer-sns {
      margin: unset;
      margin-top: 16px;
  }
}
.header-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
h1.header-logo {
    height: fit-content;
}
.header-logo img {
    height: auto;
    max-height: 50px;
}
img.footer-logo-img {
    width: 250px;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo.sp {
    display: none;
}

@media screen and (max-width: 999px) {
  .header-logo img {
      max-height: 40px;
  }
  img.footer-logo-img {
    width: 250px !important;
    max-height: unset !important;
  }
  .footer-info.pc {
    display: none;
  }
  .footer-logo.sp {
    display: block;
  }
  .footer-nav-other li {
    margin: 0;
  }
  ul.footer-buttons {
      margin: 0;
  }
  ul.footer-nav-other {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }
  .footer-info-wrapper {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 0;
      gap: 20px;
  }
  ul.contents-news-list {
    max-width: 100%;
  }
  .footer-logo img {
    max-height: unset !important;
    width: 250px !important;
  }
}

/* アンカーリンク遷移ずれ調整 */
html {
    scroll-padding-top: 120px;
}

/* おすすめ商品追従 */
.tp_slider img {
    margin: 0 auto;
}
.tp_slider .tp_next {
    right: 12px !important;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* フッターロゴ */
img.footer-logo-img {
    width: 500px;
}
@media screen and (max-width: 999px) {
    .footer-logo img {
        width: 100% !important;
        max-width: 450px;
    }
}

/* サイドナビのSNS */
.side-nav-sns {
    margin-top: 16px;
}

/* メニュー内検索 */
@media screen and (min-width: 1000px) {
    .header-nav-search.pc-hidden {
        display: none;
    }
}
.header-nav-search {
    border: 0;
}
.header-nav-search-input input {
    font-size: 14px;
}
.header-nav-search-btn a {
    background-size: 20px;
}
.header-nav-search-btn {
    width: 12%;
}

.open header {
    background: white;
}

/* ヘッダー 送料無料バー */
.header-shipping-free-info {
    background: #222;
    padding: 12px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 700;
}
.header-shipping-free-info a {
    color: white;
    text-decoration: underline;
}
.header-shipping-free-info span.shipping-price {
    color: white;
}

/* サイドバー > カレンダー */
td.thursday.day7.today {
    background: #249144;
    color: white;
    font-weight: 900 !important;
}
.calender-full-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 48px;
    margin-bottom: 48px;
}
.calneder1-bottom-text, .calneder2-bottom-text {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 14px;
}
.calender1-wrapper h2, .calender2-wrapper h2 {
    margin-bottom: 4px;
    text-align: center;
    font-size: 15px;
}
.makeshop-calendar1 th, .makeshop-calendar2 th {
    font-weight: 500 !important;
    font-size: 14px;
}
.makeshop-calendar1 td, .makeshop-calendar2 td {
    font-weight: 500 !important;
    font-size: 14px;
}
table.makeshop-calendar1, table.makeshop-calendar2 {
    margin-bottom: 4px;
}
.calneder1-bottom-text, .calneder2-bottom-text {
    color: black;
}

/* サイドバー */
.side-nav-category-item a {
    /* font-weight: 600 !important; */
    letter-spacing: 0.05rem;
}
.header-nav-category li a {
    letter-spacing: 0.05rem;
    font-weight: 600 !important;
}
.side-nav-category-item a {
    word-break: auto-phrase;
}
.header-nav-search-btn a {
    width: 36px;
    background-size: 18px !important;
}
@media screen and (min-width: 1000px) {
    .header-nav-search.side-nav-search {
        justify-content: left;
    }
    .header-nav-search-btn {
        width: 17%;
    }
}

/* カレンダー */
.calender1-wrapper, .calender2-wrapper {
    background: #f3f3f3;
    padding: 12px;
    border-radius: 8px;
}

/* サイドバー > SNS */
.footer-sns {
    align-items: center;
    justify-content: space-between;
}
.footer-sns-note img {
    height: 32px !important;
	width: auto !important;
}

/* フッター */
a.footer-sns-note {
    margin-left: -10px;
}

/* ヘッダー（SPアコーディオンメニュー） */
@media screen and (min-width: 1000px) {
    .footer-sns.accordion-sns {
        display: none;
    }
}
.header-menu {
  max-height: calc(100vh - 132px);
}
.footer-sns.accordion-sns {
    justify-content: end;
    gap: 18px !important;
    padding: 0 3%;
}
.hamburger-close {
    background: lightgray;
    color: #222;
    margin-top: 24px;
    padding: 20px 0;
}
i.fa.fa-times {
    margin-right: 6px;
    font-size: 20px;
}
.hamburger-close:hover {
    opacity: 0.8;
}
.hamburger-close:hover {
    color: white;
}
.header-nav-search {
  padding: 16px 4%;
}
@media screen and (max-width: 999px) {
    .header-inner {
        padding: 24px 4%;
    }
    i.fa.fa-bars {
        font-size: 24px;
        margin-top: -2px;
    }
    li.icon-hamburger {
        text-align: end;
    }
    .header-inner {
        align-items: center;
    }
    nav.header-nav {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 499px) {
    .header-menu {
        max-height: calc(100vh - 160px);
    }
}


@media screen and (min-width: 1000px) {
    .header-nav .icon-login .icon-image {
        margin-right: 6px;
    }
    .hamburger-btn {
        width: fit-content;
    }
    li.icon-hamburger {
        justify-content: flex-start !important;
        width: fit-content;
        padding-top: 2px;
    }
    i.fa.fa-bars {
        font-size: 24px;
    }
    .hamburger-btn {
        height: unset;
    }
    
    .icon-login, .icon-cart {
        margin: 0 !important;
    }
    .header-nav ul {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    .header-nav .icon-login .icon-image {
        margin: 0;
    }
    .icon-cart a {
        display: flex;
        flex-direction: column;
        justify-content: canter !important;
        gap: 6px;
    }
    .icon-login a {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    li.icon-hamburger {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .header-nav ul {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
}

@media screen and (max-width: 480px) {
    .header-inner {
        gap: 16px;
    }
    .header-nav .icon-cart {
        margin-right: 12px;
    }
    .icon-image img {
        height: 25px;
    }
    i.fa.fa-bars {
        font-size: 22px;
        margin-top: 0;
    }
}

.header-nav-search.side-nav-search {
  padding-left: 0;
}

@media screen and (max-width: 1000px) {
    .header-nav-category .has-sub-category.open {
        background-color: #fffb7e;
    }
    ul.header-nav-sub-category {
        background: #f5f7f8;
    }
}

/* new検索 */
input#header-search-btn-submit {
    appearance: none;
    width: 100%;
    cursor: pointer;
    display: block;
    background: #333 url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-search_3.webp') no-repeat center center / 20px 20px;
    height: 100%;
}
.header-nav-search {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
}
.header-nav-search-input {
    height: 100%;
}
.header-nav-search-btn {
    height: 100%;
}

@media screen and (max-width: 999px) {
    .header-nav-search.pc-hidden {
        height: unset;
        margin: 0 auto;
        width: 80%;
    }
    .header-nav-search-input {
        height: unset;
    }
}

.side-nav-category > li {
    padding: 12px 0 !important;
}

li.side-nav-category-item:hover {
    background: beige;
}
.side-nav-category > li > a, .side-nav-sub-category li {
    padding-left: 8px;
    color: black;
}

/* new new 検索 */
.header-nav-search.side-nav-search {
    height: fit-content;
}
li.search-category-wrap, li.search-price-wrap {
    display: none;
}
.search-keyword-wrap label {
    display: none;
}
.side-nav-search form {
    display: flex;
    flex-direction: row;
    height: 40px;
    width: 100%;
}
input#search-keyword {
    height: 40px;
}
input.btn.side-search-btn {
    background: #333 url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-search_3.webp') no-repeat center center / 18px 18px;
    width: 100%;
    max-width: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media screen and (min-width: 1000px) {
    ul.side-search {
        width: 100%;
    }
    input#search-keyword {
        width: 100%;
        padding-left: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border: unset;
        background: #f3f3f3;
    }
}

/* ヘッダー > 検索フォーム */
@media screen and (min-width: 1000px) {
    .header-nav-search.side-nav-search.sp-layout {
        display: none;
    }
}
@media screen and (max-width: 999px) {
    .header-nav-search.side-nav-search.sp-layout {
        padding: 0 4%;
        margin-bottom: 24px;
        border-bottom: 0;
    }
    .side-nav-search.sp-layout form {
        /* width: 100%; */
        /* margin: 0 auto; */
        /* justify-content: center; */
    }
    ul.side-search {
        width: 80%;
    }
    input#search-keyword {
        width: 100%;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding-left: 8px;
        border: none;
        background: #f3f3f3;
    }
    input.btn.side-search-btn {
        width: 10% !important;
        min-width: 50px;
    }
    ul.header-other-link.hamburger-inner-nav {
        border-bottom: revert-layer;
    }
}

@media screen and (min-width: 1000px) {
    .category-child-item li:hover {
        background: beige;
        border-radius: unset;
    }
}

/* 最近チェックした商品 */
@media screen and (min-width: 1000px) {
    .other-item-inner {
        margin: 0 auto;
        max-width: 952px;
        width: 100%;
    }
}
ul.other-item-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 2%;
    row-gap: 24px;
}
.other-item-list li {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100%;
}
.other-item-img {
    height: auto !important;
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 768px) {
    ul.other-item-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media screen and (max-width: 499px) {
    ul.other-item-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* カレンダー */
.calender-full-wrapper {
    gap: 4px;
}
.calender2-wrapper {
    margin-top: 16px;
}
p.shipping-info {
    padding-left: 12px;
    font-size: 13px;
    text-align: left;
}
.top-page-mv-wrapper {
  margin-bottom: 70px;
}
.top-page-mv .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  position: relative !important;
}
.bx-wrapper img {
  width: 100%;
}
.top-page-mv .bx-viewport {
  margin-bottom: 15px;
}
.top-page-mv .bx-caption {
  display: none;
}
.top-page-mv .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
.top-page-mv .bx-wrapper .bx-prev {
  background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-slide-arrow-left_1.webp') no-repeat left 10px center/12px 16px;
  left: 0;
}
.top-page-mv .bx-wrapper .bx-prev:hover,
.top-page-mv .bx-wrapper .bx-prev:focus {
  background-position: left 10px center;
}
.top-page-mv .bx-wrapper .bx-next {
  background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-slide-arrow-right_1.webp') no-repeat right 10px center/12px 16px;
  right: 0;
}
.top-page-mv .bx-wrapper .bx-next:hover,
.top-page-mv .bx-wrapper .bx-next:focus {
  background-position: right 10px center;
}
.top-page-mv .bx-wrapper .bx-pager {
  padding: 0;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #c6c6c6;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a.active,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #919191;
}
.contents-wrapper {
  padding: 0 4% 60px;
}
.contents-section {
  margin-bottom: 40px;
}
.contents-section:last-child {
  margin-bottom: 0;
}
.contents-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.contents-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents-item-list li {
  margin-bottom: 30px;
  width: 44vw;
}
.contents-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.contents-item-list a {
  display: block;
}
.contents-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.contents-item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  overflow: hidden;
}
.contents-item-price {
  font-size: 12px;
  display: block;
}
.contents-item-price::before {
  content: '\a5';
}
.contents-new-item-list .contents-item-img::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffa00b;
  border-radius: 50%;
  color: #fff;
  content: 'NEW';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  left: calc(50% - 18px);
  position: absolute;
  top: -18px;
  width: 35px;
}
.contents-ranking-item-list {
  counter-reset: ranking;
}
.contents-ranking-item-list .contents-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-ranking-item-list .contents-item-info::before {
  color: #E30F14;
  content: counter(ranking);
  counter-increment: ranking;
  font-family: Futura, Century Gothic;
  font-size: 30px;
  line-height: 1;
}
.windows .contents-ranking-item-list .contents-item-info::before {
  font-weight: 600;
}
.contents-ranking-item-list .contents-item-info div {
  margin-left: 10px;
}
.contents-banner-list {
  margin-bottom: 40px;
}
.contents-banner-list li {
  margin-bottom: 15px;
  width: 100%;
}
.contents-banner-list li:last-child {
  margin-bottom: 0;
}
.contents-banner-list a {
  display: block;
}
.contents-section-news .contents-section-title {
  margin-bottom: 40px;

}
.contents-news-list {
  margin-bottom: 30px;
}
.contents-news-list li {
  margin-bottom: 0;
  width: 100%;
}
.contents-news-list li:last-child {
  margin-bottom: 0;
}
.contents-news-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contents-news-title a {
  color: #4a79b3;
  font-size: 13px;
}
.contents-news-link {
  height: 50px;
  margin: 0 auto;
  max-width: 310px;
  width: 90%;
}
.contents-news-link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url('/import/tenant_1/kobe-spice.jp/view/images/template/10/icon-arrow-right_4.webp') no-repeat right 10px center/7px 12px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.review-list-unit {
  display: block;
  margin-bottom: 60px;
}
.index-review-image img {
  width: 170px;
  margin: 0 auto 20px;
}
.review-list-name {
  font-weight: bold;
  margin: 16px 0;
}
.review-index-score {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.review-list-content {
  max-width: 100%;
}
.reviewRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.reviewRateStar {
  color: #fcc620;
  font-size: 0;
  margin-right: 5px;
}
.reviewRateStar:last-child {
  margin-right: 0;
}
.reviewRateStar::before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
}
.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5c0';
}
.starOff::before {
  content: '\f005';
  color: #c6c6c6;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.other-item-top {
  padding: 40px 0;
}
@media screen and (min-width: 720px) {
  .top-page-mv .bx-wrapper {
    width: 100%;
  }
  .bx-viewport {
    overflow: visible!important;
  }
  .top-page-mv .bx-viewport {
    height: 570px;
    width: 720px!important;
    margin: 0 auto 15px;
  }
  .top-page-mv .bx-viewport li {
    width: 720px;
  }
  .top-page-mv .bx-wrapper .bx-pager,
  .top-page-mv .bx-wrapper .bx-controls-auto {
    bottom: -20;
  }
  .top-page-mv .bx-wrapper .bx-prev {
    left: calc(50% - 360px);
  }
  .top-page-mv .bx-wrapper .bx-next {
    right: calc(50% - 360px);
  }
}
@media screen and (min-width: 768px) {
  .top-page-mv {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .contents-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contents-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .contents-item-img {
    height: 29vw;
  }
  .contents-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 67px;
  }
  .contents-banner-list li {
    margin-bottom: 20px;
    width: 48%;
  }
  .contents-banner-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .contents-news-list {
    margin: 0 auto 60px;
    max-width: 770px;
  }
  .contents-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents-news-list .contents-news-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 30px;
  }
  .contents-news-title a {
    font-size: 14px;
    line-height: 24px;
  }
  .contents-news-link {
    height: 66px;
    width: 340px;
  }
  .contents-news-link a {
    background-position: right 20px center;
    border-color: #969696;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1000px) {
  .top-page-mv-wrapper {
    margin-bottom: 60px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 80px 30px;
    width: 100%;
  }
  main {
    width: calc(100% - 260px);
  }
  .contents-section {
    margin-bottom: 40px;
  }
  .contents-section-title {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .contents-item-list li {
    margin: 0 20px 30px 0;
    max-width: 230px;
    width: calc(20% - 20px);
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .contents-item-list li:last-child {
    margin-right: 0;
  }
  .contents-item-img {
    height: 100%;
  }
  .contents-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-bottom: 10px;
  }
  _:-ms-lang(x)::-ms-backdrop, .contents-item-name {
    display: block;
    max-height: 32px;
    line-height: 18px;
  }
  .contents-item-price {
    font-size: 13px;
  }
  .contents-banner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents-banner-list li {
    margin-right: 20px;
    max-width: 350px;
    width: 45%;
  }
  .other-item-top {
    padding: 80px 0;
  }
  .index-review-list {
    display: flex;
    flex-wrap: wrap;
  }
  .review-list-unit {
    display: flex;
    justify-content: center;
    margin: 0 40px 40px 0;
  }
  .review-list-unit:nth-child(3n) {
    margin-right: 0;
  }
  .index-review-image img {
    width: 170px;
    margin: 0 20px 20px 0;
  }
  .review-list-name {
    font-weight: bold;
    margin: 16px 0;
  }
  .review-index-score {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
  }
  .review-score {
    margin: 0 3px;
  }
  .review-list-content {
    max-width: 300px;
  }
}

/* 追記 */

/* 新着アイテム > NEWマーク　非表示化 */
.contents-new-item-list .contents-item-img::before {
    display:none;
}

/* 「新着アイテム」セクション 5列→4列 */
/* PCレイアウト：商品リストを4列表示に変更 */
@media screen and (min-width: 1000px) {
  /* 新着・おすすめ・スペシャルの各リストを対象に指定 */
  .contents-new-item-list li,
  /* .contents-section:not(.contents-ranking-item-list) .contents-item-list li {
    width: 23.5% !important;    1枚の幅を約4分の1に設定
    margin-right: 2% !important; 商品間の余白を調整
    max-width: none !important;   既存の230px制限を解除
    margin-bottom: 30px !important;
  } */
  /* 4の倍数（右端）の商品の余白を消して一行に収める */
  .contents-new-item-list li:nth-child(4n),
  .contents-section:not(.contents-ranking-item-list) .contents-item-list li:nth-child(4n) {
    margin-right: 0 !important;
  }
  /* 既存の5列用や3列用の余白設定をリセット
  .contents-new-item-list li:nth-child(3n),
  .contents-section:not(.contents-ranking-item-list) .contents-item-list li:nth-child(3n) {
    margin-right: 2% !important;
  } */
  /* 改行のタイミングを4列に合わせて調整 */
  .contents-item-list li:nth-child(4n+1) {
    clear: both;
  }
  /* 画像の比率を正方形に維持 */
  .contents-item-img {
    height: auto !important;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .contents-item-list li {
        margin-right: 2%;
        width: 28vw;
    }
    ul.contents-item-list.contents-new-item-list {
        justify-content: center;
    }
}

/* 新着レビュー一覧 */
.review-stars-score {
    display: flex;
    flex-direction: row;
}
.reviewRate {
    margin: 0;
    gap: 2px;
}
.reviewRateStar::before {
    font-size: 14px;
}
.reviewRateStar.starOn {
    margin: 0;
}
.review-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.review-name-date {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px;
}
.review-list-name a {
    font-weight: 600;
    font-size: 14px;
}
.review-list-content {
    font-size: 14px;
}
    .index-review-list {
        display: flex;
        flex-direction: row;
        max-width: 1000px;
        margin: 0 auto;
        gap: 24px;
    }
    li.review-list-unit {
        display: flex;
        flex-direction: row;
        /* background: aliceblue; */
        width: 100%;
        justify-content: start;
        margin: 0;
        gap: 16px;
        /* background: #2491441f; */
        background: #f5f5dca6;
        padding: 16px 24px;
        border-radius: 16px;
    }
    .review-list-content-wrap {
        /* background: antiquewhite; */
        display: flex;
        flex-direction: column;
        margin: 0 auto 0 0;
        width: 100%;
        justify-content: center;
        gap: 8px;
    }
     .index-review-image {
         width: 20%;
         display: flex;
         flex-direction: row;
         align-items: center;
    }
    .index-review-image img {
        width: 100%;
        margin: 0;
        border-radius: 8px;
    }
    .review-list-content {
        max-width: 100% !important;
    }
    p.review-list-name {
        margin: 0;
        font-weight: unset;
    }
    .review-index-score {
        margin: 0;
        flex-direction: column;
        align-items: start;
    }
@media screen and (min-width: 1000px) {
    ul.index-review-list {
        flex-direction: column;
    }
}

/* 新着アイテム */
@media screen and (max-width: 599px) {
    ul.contents-item-list.contents-new-item-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 4%;
        row-gap: 16px;
    }
}
@media screen and (min-width: 768px) {
    ul.contents-item-list {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 2%;
        row-gap: 24px;
    }
    .contents-new-item-list li, .contents-section:not(.contents-ranking-item-list) .contents-item-list li {
        width: 100% !important;
        margin: 0 !important;
    }
    .contents-item-list li {
        max-width: 100%;
    }
}
.contents-item-img {
    height: auto !important;
    aspect-ratio: 1 / 1;
}

/* 新着情報 */
ul.contents-news-list {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contents-news-list li {
  margin-bottom: 0 !important;
}
.contents-news-link a {
    background: #249144;
    color: white;
    font-size: 14px;
    border-radius: 100px;
    width: fit-content;
    padding: 16px 24px;
    border: 0;
    font-weight: 500;
}
.contents-news-link {
    width: fit-content;
    height: fit-content;
    max-width: unset;
}
@media screen and (min-width: 768px) {
    .contents-news-list {
        margin: 0;
    }
}

span.contents-news-date {
    margin: 0;
    font-weight: 500 !important;
}
.contents-news-list .contents-news-date {
    margin-right: 0;
}
.contents-news-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    line-height: 22px;
}

/* 共通 */
h2.contents-section-title {
    font-size: 26px;
    letter-spacing: 0.2rem;
}
.top-spacer-block {
    height: 100px;
}
section.other-item.other-item-top {
    border: 0;
}
/* フォント */
.contents-news-list .contents-news-date {
    font-size: 14px;
}
.contents-news-title a {
    font-size: 14px;
    color: unset;
}
span.contents-item-name {
    font-size: 14px;
    line-height: 1.4;
}
span.other-item-name {
    font-size: 16px;
}
h2.other-item-title {
    font-size: 26px;
}
.side-nav-category > li > a, .side-nav-sub-category li {
    font-size: 16px;
}

/* ランキング */
@media screen and (min-width: 768px) {
    ul.contents-item-list.contents-ranking-item-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.side-nav-category > li {
    padding: 14px 0;
}
.side-nav-category > li > a, .side-nav-sub-category li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3rem;
}

/* レビュー */
@media screen and (max-width: 999px) {
    ul.index-review-list {
        flex-direction: column;
    }
}

/*  */

.about-our-spices {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about-our-spices h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
}
.about-our-spices p {
    font-size: 16px;
    line-height: 1.4rem;
}
.rightContents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
@media screen and (max-width: 599px) {
  ul.contents-item-list.contents-ranking-item-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6%;
    row-gap: 16px;
  }
  .contents-ranking-item-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6%;
    row-gap: 16px;
  }
  ul.contents-item-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 6% !important;
    row-gap: unset !important;
  }
    .contents-item-list li {
        width: 100%;
    }
}

/* おすすめ商品 カラム */
ul.contents-item-list.recommend-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* おすすめ商品 > バナー群 */
.rightContents {
    width: 100%;
    gap: 30px;
}
.rightContents a img {
    width: 100%;
}

/* instagram（tagplus） */
.tagplus-ugc-1047__wrapper {
    padding: 0 !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
h2.tagplus-ugc-title {
    font-size: 26px;
    letter-spacing: 0.1rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
p.tagplus-ugc-title-caption {
    margin: 0 !important;
}

/* セクション見出し */
@media screen and (max-width: 599px) {
    h2.contents-section-title {
        font-size: 20px;
    }
}

/* U-KOMI「レビューをもっと見る」ボタン */
.reviewWebsiteRedirect_morebtn a {
    background: #249144 !important;
    color: white !important;
    font-size: 14px !important;
    border-radius: 100px !important;
    width: fit-content;
    padding: 16px 24px !important;
    border: 0 !important;
    font-weight: 500 !important;
    margin: 0;
}

/* セール商品 */
.contents-item-list.top-special-item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: unset;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.top-special-item-list-item {
  max-width: 240px !important;
}

/* 商品名 見切れ防止*/
@media screen and (min-width: 1000px) {
    span.contents-item-name {
        height: auto;
        line-height: 1.5;
        font-size: 14px;
        /* max-height: 3em; */
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 500px) {
    ul.contents-news-list {
        max-width: 100%;
    }
}

.item-soldout-badge {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 2em;
    line-height: 2em;
    padding: 0;
    position: absolute;
    color: #fff;
    z-index: 10;
    text-align: center;
}
