@charset "utf-8";

/* price
   ========================================================================== */
.item-price-box {
  font-weight: bold;
  font-family: var(--font-family-en);
}
.item-price-box .item-exists-sale {
  display: none;
}
/* item-price normal or sale */
.item-price-box .item-price {
  display: block;
  font-weight: bold;
}
.item-price-box .item-price--sale {
  display: none;
}
.item-price-box .item-exists-sale+.item-price-box__container .item-price {
  display: none;
}
.item-price-box .item-exists-sale--notmember+.item-exists-sale--discount+.item-price-box__container .item-price {
  display: block;
}
.item-price-box .item-exists-sale+.item-price-box__container .item-price--sale {
  display: block;
}
.item-price-box .item-exists-sale--notmember+.item-exists-sale--discount+.item-price-box__container .item-price--sale {
  display: none;
}
.item-price-box .item-exists-sale+.item-price-box__container .item-sale_price {
  display: none;
}
.item-price-box .item-exists-sale--timesale+.item-price-box__container .item-sale_price--timesale {
  display: block;
}
.item-price-box .item-exists-sale--discount+.item-price-box__container .item-sale_price--discount {
  display: block;
}
.item-price-box .item-exists-sale--notmember+.item-exists-sale--discount+.item-price-box__container .item-sale_price--discount {
  display: none;
}
.item-price-box .item-exists-sale--memberrank+.item-price-box__container .item-sale_price--memberrank {
  display: block;
}
.item-price-box .item-exists-sale--familysale+.item-price-box__container .item-sale_price--familysale {
  display: block;
}
/* オフ率を非表示に。 正常なオフ率を表示する機能がないため */
.item-price-box .item-discount_rate--basic {
  display: none ! important;
}
/* familysale時に通常のoff率を非表示に familysaleでは別のoff率を使用するため */
.item-price-box .item-exists-sale--familysale+.item-price-box__container .item-discount_rate--basic {
  display: none;
}
.item-price-data {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-price .price {
    font-weight: bold;
    letter-spacing: 0.6px;
  }
}
/* item_list search
   ========================================================================== */
#list-search-data {
  display: none;
}
/* apply.html
   ========================================================================== */
.page-contact .lottery-item__images {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 40px;
}
.page-contact .lottery-item__images .owl-dot {
  width: 8vw;
  margin: 0 1.5vw;
  background: #ECEDED;
}
.page-contact .lottery-item__images .owl-dot.active {
  background: #000;
}
.page-contact .lottery-item__images .item__caption {
  margin: 0.8em;
  font-weight: bold;
  text-align: center;
}
.page-contact .lottery-item__info {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 60px;
}
.page-contact .lottery-item__info-row {
  text-align: center;
}
.page-contact .lottery-item__info-row+.lottery-item__info-row {
  padding: 1em 0 0;
}
.page-contact .lottery-item__title {
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
  word-break: normal;
}
.page-contact .lottery-item__price {
  margin: .5em 0 0;
  text-align: center;
}
.page-contact .lottery-item__sozai {
  margin: .5em 0 0;
  text-align: center;
}
.page-contact .lottery-item__size {
  margin: .5em 0 0;
  text-align: center;
}
.page-contact .lottery-item__select {
  margin: 1em 1em 0;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-contact .lottery-item__select dt {
  padding: 0.5em 0;
}
.contact-cautions {
  margin: 40px 0 0;
  padding: 2em 1.5em;
  background: #e5e5e5;
}
.contact-cautions__body+.contact-cautions__header {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #fff;
}
.contact-cautions__title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.contact-cautions__body {
  margin: 1.5em 0 0;
  line-height: 1.6;
  font-size: 13px;
}
.contact-cautions__body p:not(:last-child) {
  margin: 0 0 1em;
}
.contact-cautions__body .strong {
  font-weight: bold;
}
.contact-cautions__body .caution {
  color: #f00;
}
.page-contact .agree-check {
  display: block;
  margin: 0 0 2em;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .page-contact .lottery-item {
    display: flex;
    max-width: 960px;
    margin: 0 auto 0;
  }
  .page-contact .lottery-item__images {
    width: 50%;
    height: auto;
    max-width: none;
  }
  .page-contact .lottery-item__images .owl-dots {
    margin: 0;
  }
  .page-contact .lottery-item__images .owl-dot {
    width: 35px;
    margin: 0 10px;
  }
  .page-contact .lottery-item__info {
    width: 50%;
    padding: 0 0 0 5%;
    max-width: none;
  }
  .page-contact .lottery-item__title {
    text-align: left;
  }
  .page-contact .lottery-item__price {
    text-align: left;
  }
  .page-contact .lottery-item__sozai {
    text-align: left;
  }
  .page-contact .lottery-item__size {
    text-align: left;
  }
  .page-contact .lottery-item__select {
    display: flex;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    justify-content: normal;
  }
  .page-contact .lottery-item__info-row {
    text-align: left;
  }
  .page-contact .lottery-item__info-row+.lottery-item__info-row {
    padding: 40px 0 0;
  }
}
/* ext/lottery.html
   ========================================================================== */
.page-lottery .page-title em {
  display: block;
  word-break: normal;
}
.page-lottery .page-title span {
  display: block;
  margin: .8em 0 0;
  word-break: normal;
  font-size: .8em;
}
.lottery-list__item {
  position: relative;
  padding: 30px 20px;
  width: 100%;
}
.lottery-list__item+.lottery-list__item {
  border-top: 1px solid #ccc;
}
.lottery-list__item-image {
  width: 40%;
  float: left;
}
.lottery-list__item-info {
  line-height: 1.4;
}
.lottery-list__item-info-main {
  width: 100%;
  padding: 3% 0 3% 40%;
}
.lottery-list__item-title {
  margin: 0 0 1.5em;
  padding: 0 20px;
  font-size: 22px;
  word-break: normal;
  line-height: 1.2;
}
.lottery-list__item-price {
  padding: 0 20px;
  font-size: 13px;
}
.lottery-list__item-price span {
  display: inline-block;
}
.lottery-list__item-price--val {
  font-size: 1.8em;
}
.lottery-list__item-info-sub {
  float: left;
  width: 100%;
}
.lottery-list__item-desc {
  width: 100%;
  padding: 20px 0;
  font-size: 13px;
}
.lottery-list__item-parts+.lottery-list__item-parts {
  margin: 1.5em 0 0;
}
.lottery-list__item-parts dt {
  margin: 0 0 0.3em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.lottery-list__item-parts dd {
  padding: 0 0 0 1em;
  display: inline-block;
}
.lottery-list__item-action {
  width: 100%;
  text-align: center;
}
.lottery-list__item-action .btn {
  width: 160px;
}
.btn-lottery-entry {
  border-color: #FFC454;
  background: #FFC454;
  color: #fff;
}
.btn-lottery-entry:hover {
  border-color: #FFC454;
  background: #FFC454;
  color: #fff;
  opacity: .7;
}
.btn-lottery-entry--disabled {
  cursor: default;
}
.lottery-list__item--comingsoon::after {
  content: 'COMING SOON';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Open Sans Condensed", Osaka, arial, helvetica, sans-serif;
  word-break: normal;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: .05em;
}
.lottery-list__item--comingsoon .lottery-list__item-info-sub {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-lottery .page-section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lottery-list__item {
    display: flex;
    flex-wrap: nowrap;
  }
  .lottery-list__item-image {
    float: none;
    width: 30%;
  }
  .lottery-list__item-info {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
  .lottery-list__item-info-main {
    padding-left: 0;
  }
  .lottery-list__item-title {
    margin: 0 0 .5em;
    font-size: 22px;
  }
  .lottery-list__item-info-sub {
    float: none;
    width: 100%;
  }
  .lottery-list__item-info-sub-inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .lottery-list__item-desc {
    width: auto;
    flex: 1;
    padding: 0;
  }
  .lottery-list__item-parts {
    padding: 0 20px;
  }
  .lottery-list__item-parts+.lottery-list__item-parts {
    margin: 1.2em 0 0;
  }
  .lottery-list__item-action {
    width: 160px;
    flex: 0 0 160px;
  }
  .lottery-list__item--comingsoon::after {
    font-size: 80px;
  }
}
.lottery-information {
  margin: 30px 0 0;
  padding: 30px 20px;
  background: #e5e5e5;
  line-height: 1.4;
}
.lottery-information__item+.lottery-information__item {
  margin: 1.5em 0 0;
}
.lottery-information__item-title {
  margin: 0 0 0.3em;
}
.lottery-information__item-description {
  padding: 0 0 0 1em;
}
.page-lottery .form-action__info {
  padding: 0 1em;
  line-height: 1.6;
}
.page-lottery .form-action__info span {
  display: inline-block;
}


/* common/messages.xhtml
   ext/social_provider.xhtml
   ========================================================================== */
#error {
  margin: 30px 0;
  padding: 20px;
  background: transparent;
}
#error table {
  margin: 10px auto !important;
}
#error td {
  padding: 0 10px;
}
#error .ico {
  width: 48px;
  text-align: center;
  vertical-align: top;
}
#error .content {
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  vertical-align: middle;
}
/*  social_provider.xhtmlのエラー部分
-------------------------------------------------------------*/
#social_plus_error {
  width: 100%;
  padding: 10px 0px;
}
#social_plus_error table {
  margin: 0px auto 10px;
  border: none !important;
  font-size: 85%;
}
#social_plus_error td {
  padding: 10px;
  border: none !important;
}
#social_plus_error .ico {
  width: 40px;
  vertical-align: top;
  text-align: center;
}
#social_plus_error .content {
  padding: 5px;
  color: #C00;
  font-weight: bold;
  vertical-align: middle;
  line-height: 150%;
  float: none;
}
#social_plus_error .buttonarea {
  margin: 10px;
  padding-top: 10px;
  border-top: #CCC 1px dashed;
  text-align: center;
}
#social_plus_error ul {
  background: none;
}
#social_plus_error li {
  float: none;
  font-size: 100%;
  border: 0px;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: auto;
  line-height: 150%;
}
/* social_plus
   ========================================================================== */
.social_provider ul {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 20px 0;
}
.social_provider ul li {
  width: 260px;
  height: 50px;
  padding: 0 0 0 20px;
  flex: 0 1 auto;
}
.social_provider ul li a {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_provider ul li a:hover {
  opacity: .7;
}
.social_provider ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  height: 50px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.social_provider li.line a {
  background-color: #06C755;
}
.social_provider li.line a::before {
  background-image: url("../images/social_2_line.png");
}
.social_provider li.facebook a {
  background-color: #1877F2;
}
.social_provider li.facebook a::before {
  background-image: url("../images/social_2_facebook.png");
}
.social_provider li.twitter a {
  background-color: #1D9BF0;
}
.social_provider li.twitter a::before {
  background-image: url("../images/social_2_twitter.png");
}
.social_provider li.google a {
  background-color: #fff;
  color: #7E7E7E;
}
.social_provider li.google a::before {
  background-image: url("../images/social_2_google.png");
}
.social_provider li.google a::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 20px);
  height: 100%;
  border: 1px solid #d3d3d3;
  background: transparent;
}
.social_provider li.yahoo a::before {
  background-image: url("../images/social_yahoo.png");
}
.social_provider li.mixi a::before {
  background-image: url("../images/social_mixi.png");
}
.social_provider li.paypal a::before {
  background-image: url("../images/social_paypal.png");
}
#social_plus .social_plus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8px;
}
#social_plus .social_plus-list__item {
  width: 50%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
#social_plus .social_plus-list__item-name {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding: 0 0 0 70px;
}
#social_plus .social_plus-list__item-name::before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#social_plus .social_plus-list__item-ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}
#social_plus .social_plus-list__item-ctrl a {
  display: inline-block;
  min-width: 90px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 38px;
  margin-left: 1em;
  font-weight: bold;
}
#social_plus .social_plus-list__item-ctrl a:hover {
  opacity: .7;
}
#social_plus .social_plus-list__item-ctrl .on a {
  color: var(--color-red);
  border-color: var(--color-red);
}
#social_plus .social_plus-list__item-ctrl .off a {
  color: #606060;
  border-color: #D3D3D3;
}
#social_plus .social_plus-list__item-ctrl .off a span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
#social_plus .social_plus-list__item-ctrl .off a span::before,
#social_plus .social_plus-list__item-ctrl .off a span::after {
  content: '';
  position: absolute;
  display: block;
  width: 1em;
  height: 2px;
  transform-origin: center center;
  top: 50%;
  left: 0;
  background: #D3D3D3;
}
#social_plus .social_plus-list__item-ctrl .off a span::before {
  transform: translateY(-50%) rotate(-45deg);
}
#social_plus .social_plus-list__item-ctrl .off a span::after {
  transform: translateY(-50%) rotate(45deg);
}
#social_plus .social_plus-list__item.line .social_plus-list__item-name::before {
  background-image: url(../images/social_2_line.png);
}
#social_plus .social_plus-list__item.twitter .social_plus-list__item-name::before {
  background-image: url(../images/social_2_twitter.png);
}
#social_plus .social_plus-list__item.facebook .social_plus-list__item-name::before {
  background-image: url(../images/social_2_facebook.png);
}
#social_plus .social_plus-list__item.google .social_plus-list__item-name::before {
  background-image: url(../images/social_2_google.png);
  box-shadow: inset 0 0 0 1px #d3d3d3;
}
#social_plus .social_plus-list__item.yahoo .social_plus-list__item-name::before {
  background-image: url(../images/social_yahoo.png);
}
#social_plus .social_plus-list__item.mixi .social_plus-list__item-name::before {
  background-image: url(../images/social_mixi.png);
}
#social_plus .social_plus-list__item.paypal .social_plus-list__item-name::before {
  background-image: url(../images/social_paypal.png);
}
@media screen and (max-width: 768px) {
  #social_plus .social_plus-list__item {
    width: 100%;
  }
}
#social_plus .social_plus-list__item.rakuten .social_plus-list__item-name {
  padding-left: 0;
}
#social_plus .social_plus-list__item.rakuten .social_plus-list__item-name::before {
  display: none;
}
/* ext/family_sale.html
   ========================================================================== */
.page-familysale .page-section {
  padding-left: 0;
  padding-right: 0;
}
.page-section-familysale .page-section__header-hero {
  margin: 0 auto 30px;
  text-align: center;
}
.page-section-familysale .page-section__body {
  text-align: center;
}
.page-section-familysale .page-section__title {
  line-height: 1.6;
  border: none;
}
.page-section-familysale .page-section__title span {
  display: inline-block;
}
.page-section-familysale .page-section__description {
  padding-left: 5%;
  padding-right: 5%;
}
/* freaksstore_family_sale_join.html
   ========================================================================== */
@media screen and (max-width: 768px) {
  .page-section-login-familysale .form-default.login-form .form-control-inline {
    display: block;
    margin-left: 160px;
    padding: 0 1px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .page-section-login-familysale .login-form .login-form-label {
    letter-spacing: 0;
    margin-right: 6px;
  }
  .page-section-login-familysale .login-form .form-group {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0 1px 0 0;
  }
  .page-section-login-familysale .login-form .form-control-login-id input,
  .page-section-login-familysale .login-form .form-control-login-password input {
    max-width: 180px;
  }
  .page-section-login-familysale .login-form .form-group-login-password {
    margin-left: 2%;
  }
}
.page-section-login-familysale .page-section__footer-description li {
  margin: 0.5em 0 0;
}
/* tagsapi
   ========================================================================== */
/*
22/01
https://api.tagfab.jp/tagfab.css
*/
.tagfab-list {
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .tagfab-list {
    width: auto;
    margin: 0 -20px;
  }
}
.tagfab-list div[data-tagfab-live-list] {
  margin-top: 0;
  max-width: 1100px !important;
}
@media screen and (max-width: 768px) {
  .tagfab-list div[data-tagfab-live-list] {
    max-width: inherit !important;
  }
}
.tagfab-list div[data-tagfab-live-list-grid] {
  grid-template-columns: repeat(6, minmax(0px, 1fr)) !important;
  gap: 18px !important;
}
@media screen and (max-width: 768px) {
  .tagfab-list div[data-tagfab-live-list-grid] {
    width: 100%;
    grid-template-columns: repeat(3, 1fr) !important;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px;
    gap: 7px !important;
  }
  .tagfab-list div[data-tagfab-live-list-grid]::-webkit-scrollbar {
    display: none;
  }
}
.tagfab-list div[data-tagfab-live-list-grid-cell-name] {
  font-size: 14px !important;
  line-height: 1.5;
}
.tagfab-list div[data-tagfab-live-list-grid-cell-date] {
  font-size: 15px !important;
  font-family: var(--font-family-en);
  color: var(--font-color-gray) !important;
}
@media screen and (max-width: 768px) {

  .tagfab-list div[data-tagfab-live-list-grid-cell-name],
  .tagfab-list div[data-tagfab-live-list-grid-cell-date] {
    font-size: 11px !important;
  }
}
/* 商品詳細
   ========================================================================== */
.product-breadcrumb {
  padding: 5px 0;
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .product-breadcrumb {
    max-width: var(--total-width-pc);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 768px) {
  .product-breadcrumb {
    padding: 5px 20px;
  }
}
.product-breadcrumb::-webkit-scrollbar {
  display: none;
}
.product-breadcrumb li {
  display: inline;
}
.product-breadcrumb li:not(:first-child):before {
  margin-right: 8px;
  margin-left: 8px;
  content: ">";
  display: inline-block;
  font-size: 12px;
  transform: scale(0.8, 1);
  vertical-align: middle;
}
.product-breadcrumb a {
  padding: 5px 0;
  display: inline-block;
}
.page-product .product-shop {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #222;
  font-family: var(--font-family-en);
  padding-left: 1.5em;
  background: url(../img/common/icon_shop.svg) left center no-repeat;
}
.page-product .product-brand {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #656565;
  font-family: var(--font-family-en);
  letter-spacing: 0.05em;
}
.page-product .product-brand a {
  position: relative;
  padding-right: 1em;
}
.page-product .product-brand a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1px solid #656565;
  border-right: 1px solid #656565;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.page-product .product-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}
.page-product .product-main-wrapper {
  overflow: hidden;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: var(--total-width-pc);
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .page-product .product-main-wrapper {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .page-product .product-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-main-wrapper .common-section__header,
.product-main-wrapper .common-section__body,
.product-main-wrapper .common-section__footer {
  padding-left: 0;
  padding-right: 0;
}
.product-main-wrapper .common-section__header {
  margin-bottom: 26px;
}
.product-main-wrapper .common-section__title {
  font-size: 24px;
}
.product-main-wrapper .common-section__title .alt {
  margin-top: 12px;
  font-size: 13px;
}
.page-product .product-main-image {
  overflow: hidden;
}
.page-product .product-main-image-slider {
  position: relative;
}
.page-product .product-main-image-slider__pagenum {
  text-align: center;
  color: #fff;
  line-height: 12px;
  padding-left: 4px;
  font-size: 11px;
}
.page-product .product-main-image-slider__pagenum .current {
  font-weight: bold;
  display: inline-block;
}
.page-product .product-main-image-slider .caption {
  position: absolute;
  text-align: center;
  font-size: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 18px;
  left: 39%;
  padding: 7px 9px;
  line-height: 1.4;
  transform: translateX(-45%);
  max-width: 66%;
}
.page-product .product-main-image-slider .caption:empty {
  padding: 0;
}
.product-thumbs__toggle {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  padding: 9px 11px;
  border-radius: 2px;
  font-family: var(--font-family-en);
}
.product-thumbs__toggle .icon {
  width: 12px;
  height: 12px;
  position: relative;
}
.product-thumbs__toggle .icon>span {
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.9);
}
.product-thumbs__toggle .icon>span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.product-thumbs__toggle .icon>span:nth-of-type(2) {
  top: 0;
  right: 0;
}
.product-thumbs__toggle .icon>span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.product-thumbs__toggle .icon>span:nth-of-type(4) {
  bottom: 0;
  right: 0;
}
.product-thumbs__toggle:hover {
  opacity: .7;
}
.page-product .product-variant-slider .item img {
  border: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .page-product .product-main-info {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .page-product .product-header {
    margin: 0.5em 0 0;
  }
  .page-product .product-variant-slider {
    padding: 6px 17px 9px;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
  }
  .page-product .product-variant-slider::-webkit-scrollbar {
    display: none;
  }
  .page-product .product-variant-slider .item {
    width: 68px;
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
  }
}
.page-product .product-status-block {
  margin-top: 20px;
}
.page-product .header-banner-block {
  margin-top: 10px;
}
.page-product .product-status__list {
  display: block;
  margin: -2px -3px;
  overflow: hidden;
}
.page-product .product-status__item {
  float: left;
  padding: 3px;
  line-height: 0;
}
.page-product .product-status__item:empty {
  display: none;
}
.page-product .product-status__item-vipsale + .product-status__item-timesale,
.page-product .product-status__item-vipsale + .product-status__item-sale,
.page-product .product-status__item-timesale + .product-status__item-sale {
  display: none;
}
.product-status-icon {
  padding: 3px 11px;
  line-height: 22px;
  font-size: 11px;
  background: #F0F0F0;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  color: #2d2d2d;
  letter-spacing: 0.2px;
}
.page-product .product_variant_all {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 1) 100%);
  height: 140px;
  margin-top: -140px;
  position: relative;
  text-align: center;
  padding-top: 90px;
  font-size: 15px;
  cursor: pointer;
}
.page-product .product_variant_all:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 15px;
}
.page-product .product-variant__image {
  border: 2px solid transparent;
  cursor: pointer;
}
.page-product .product-variant-slider .active-thumbnail img {
  border-color: var(--color-red);
}
.page-product .product-variant__name {
  margin: 4px 0 0 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-product .product-variant__comment {
  display: none;
}
.page-product .product-variant-grid {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-product .product-variant-grid {
    display: block;
    margin-top: 10px;
  }
  .page-product .product-variant-grid__list {
    display: block;
    margin: -5px -7px;
    overflow: hidden;
  }
  .page-product .product-variant-grid__item {
    float: left;
    width: 25%;
    padding: 5px 7px;
  }
  .page-product .product-variant__image {
    line-height: 0;
  }
  .page-product .product-variant__image img {
    width: 100%;
    max-width: 87px;
  }
  .page-product .product-variant-grid .active-thumbnail .product-variant__image {
    border-color: var(--color-red);
  }
  .product-thumbs__toggle {
    display: none;
  }
}
.page-product .product-main-stock {
  font-size: 12px;
  overflow-x: scroll;
  border-bottom: 1px solid #E8E8E8;
}
.page-product .product-main-stock::-webkit-scrollbar {
  display: none;
}
.page-product .product-main-stock__block {
  padding: 9px 20px;
  display: flex;
  white-space: nowrap;
  height: 40px;
  transition: height, padding 0.2s;
}
.page-product .product-main-stock__block:empty {
  padding: 0 20px;
  height: 0;
}
.page-product .product-main-stock__color {
  line-height: 22px;
  margin-right: 12px;
}
.page-product .product-main-stock__size {
  display: inline-block;
  padding-right: 10px;
}
.page-product .product-main-stock__size li {
  display: inline-block;
  background: #F4F4F4;
  height: 22px;
  border-radius: 11px;
  padding: 0 10px;
  line-height: 22px;
  margin-right: 3px;
}
.page-product .product-main-stock__size .low_stock {
  color: var(--color-red);
  font-weight: bold;
}
.page-product .product-main-stock__size .no_stock {
  color: #B5B5B5;
}
.page-product .product-main-stock__size .size {
  font-weight: bold;
}

.page-product .product-price-block {
  margin-top: 12px;
}
.page-product .product-price .item-price {
  font-size: 24px;
}
.page-product .product-price .item-price-box .tax {
  font-size: 12px;
  margin-left: 0.3em;
  letter-spacing: 0.5px;
}
.page-product .product-price .item-normal_price {
  font-size: 12px;
  display: inline-block;
  text-decoration: line-through;
  color: #676565;
}
.page-product .product-price .item-discount_rate {
  font-size: 11px;
  display: inline-block;
  color: #fff;
  background: var(--color-red);
  line-height: 19px;
  padding: 0 6px;
  border-radius: 3px;
  vertical-align: bottom;
  margin-right: 6px;
  margin-left: 0;
  font-weight: normal;
}
.page-product .product-price .item-sale_price {
  margin-top: 8px;
}
.page-product .product-price .item-sale_price .price {
  color: var(--color-red);
}
.page-product .product-point {
  margin: 18px 0 8px;
  text-align: right;
}
.page-product .product-timesale {
  margin: 10px 0 -10px;
  color: var(--color-red);
  font-size: 11px;
  background: #FDEAEA;
  padding: 9px 10px;
  border-radius: 2px;
  display: inline-block;
}
.page-product .product-timesale .product-timesale-term {
  font-size: 1.15em;
  font-weight: bold;
}

/* .page-product .banner-block */
.page-product .product-price-block .banner-block {
  top: 6px;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .page-product .product-timesale {
    margin: 10px 0 0px;
    text-align: right;
  }
  .item-price-box .item-price .price {
    font-weight: bold;
  }
}
.page-product .product-reserve-section,
.page-product .share-sns-section {
  padding: 28px 20px;
}
.page-product .product-reserve-title {
  margin-bottom: 14px;
  color: var(--color-red);
  font-size: 13px;
  font-weight: bold;
}
.page-product .product-reserve-title span {
  display: inline-block;
  padding-left: 2em;
  line-height: 18px;
  background: url(../img/common/icon_alert.svg) left center no-repeat;
  background-size: contain
}
.page-product .product-reserve-date {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.page-product .product-reserve-terms {
  margin-top: 6px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}
.page-product .product-reserve-caution {
  margin-top: 10px;
  font-size: 10px;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .page-product .product-reserve-caution {
    font-size: 12px;
  }
}
.page-product .product-action-block {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.page-product .product-action-select__btn {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #FFF;
  background: var(--color-red);
  border: none;
  text-align: center;
  font-size: 15px;
  line-height: 62px;
  font-weight: bold;
  height: 62px;
  border-radius: 4px;
}
.page-product .product-action-select__btn.disabled,
.page-product .product-action-select__btn[disabled] {
  border: 1px solid;
  background: #CCC;
  border-color: #CCC;
  cursor: default;
  color: #fff;
}
.page-product .product-action-select {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  padding-bottom: 10px;
}
.page-product .product-action-storestocks {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding-right: 5px;
  position: relative;
}
.page-product .product-action-favorite {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  padding-left: 5px;
  position: relative;
}
.page-product .product-action-select__btn span {
  display: inline-block;
  background-position: 0 50%;
  background-image: url(../img/common/icon_cart_btn.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.page-product .product-action-favorite__btn,
.page-product .product-action-storestocks__btn {
  display: block;
  width: 100%;
  padding: 0 12px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  background: #fff;
}
.page-product .product-action-favorite__btn:hover {
  color: #000;
  background: #fff;
}
.page-product .product-action-favorite__btn span {
  display: inline-block;
  background: url(../img/common/icon_favorite.svg) 100% 50% no-repeat;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.page-product .product-action-storestocks__btn span {
  display: inline-block;
  background: url(../img/common/icon_storestocks.svg) 100% 50% no-repeat;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.page-product .product-action-favorite__btn.disabled,
.page-product .product-action-favorite__btn[disabled],
.page-product .product-action-storestocks__btn.disabled,
.page-product .product-action-storestocks__btn[disabled] {
  background: #CCC;
  border-color: #CCC;
}
.page-product .product-action-favorite__btn.disabled span,
.page-product .product-action-favorite__btn[disabled] span,
.page-product .product-action-storestocks__btn.disabled span,
.page-product .product-action-storestocks__btn[disabled] span {
  filter: invert(100%);
}
.page-product .product-main-favorite {
  position: absolute;
  bottom: 18px;
  right: 20px;
  z-index: 1;
}
.page-product .product-main-favorite__btn {
  display: block;
  border: 1px solid #EAEAEA;
  width: 48px;
  padding: 10px 0 5px;
  font-size: 12px;
  border-radius: 2px;
  background: #fff;
  color: #000;
}
.page-product .product-main-favorite__btn:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(../img/common/icon_favorite_main.svg) 100% 50% no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.page-product .product-main-favorite__btn .favorite_count {
  display: block;
  margin-top: 6px;
}
.page-product .product-styling__icon {
  position: absolute;
  bottom: 90px;
  right: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, .75);
  text-align: center;
  gap: 4px 0;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
}
.page-product .product-styling__icon.active {
  animation: fade-in .8s ease-out forwards;
  visibility: initial;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  80% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-product .product-styling__icon .icon {
  font-size: 10px;
  transform: scale(.9);
  display: flex;
  line-height: 1.22;
  font-family: var(--font-family-en);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 48px;
  height: 44px;
  gap: 6px 0;
}
.page-product .product-styling__icon .icon:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform-origin: center center;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 769px) {
  .page-product .product-styling__icon {
    display: none;
  }
  .page-product .product-main-favorite {
    display: none;
  }
  .page-product .product-action-select__btn {
    padding: 18px;
    font-size: inherit;
    line-height: 1.2;
  }
  .page-product .product-action-select__btn span {
    font-size: 25px;
  }
}
.page-product .product-detail-item__content {
  margin: 8px 0 20px;
  font-size: 12px;
  line-height: 1.7;
}
.page-product .product-detail-item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.page-product .product-detail-item__description {
  margin: 1em 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}
.page-product .product-detail__toggle {
  margin: 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 100%);
}
.page-product .product-detail__toggle a {
  display: inline-block;
  padding: 24px 34px 5px;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-family: "Open Sans Condensed", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, 'メイリオ', "MS PGothic", arial, helvetica, sans-serif;
  font-weight: bold;
}
.page-product .product-detail-tab-container {
  border-top: 1px solid var(--border-color-gray);
}
.page-product .product-detail-tab {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  align-items: stretch
}
.page-product .product-detail-tab li {
  width: 100%;
  text-align: center;
}
.page-product .product-detail-tab button {
  border: none;
  background: none;
  padding: 14px 0 12px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
  color: #000;
}
.page-product .product-detail-tab button[data-tab-trigger="product-detail-tab-staffreview"] {
  padding: 8px 0 6px;
}
.page-product .product-detail-tab .active {
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-weight: normal;
}
.page-product .product-detail-tab .product_review_count,
.page-product .product-detail-tab .staff_review_count {
  font-size: 12px;
  color: #707070;
  font-weight: normal;
}
.page-product .product-detail-tab .product_review_count .text,
.page-product .product-detail-tab .staff_review_count .text {
  font-size: 9px;
}
.page-product .product-detail-content {
  display: none;
  padding: 35px 20px 0;
  line-height: 1.7;
}
.page-product .product-detail-content[data-tab-content="product-detail-tab-description"] {
  overflow: hidden;
}
.page-product .product-detail-content[data-tab-content="product-detail-tab-description"]+.product-detail-content_all {
  display: none;
}
.page-product .product-detail-content[data-tab-content="product-detail-tab-description"].active+.product-detail-content_all {
  display: block;
}
.page-product .product-detail-content[data-tab-content="product-detail-tab-staffreview"] {
  padding-top: 0;
}
.page-product .product-detail-content_all {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 1) 100%);
  height: 140px;
  margin-top: -140px;
  position: relative;
  text-align: center;
  padding-top: 90px;
  font-size: 15px;
  cursor: pointer;
  z-index: 1;
}
.page-product .product-detail-content_all:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 15px;
}
.page-product .product-detail-content.active {
  display: block;
}
.page-product .product-detail-content-inner-group {
  overflow: hidden;
  padding-bottom: 10px;
}
.product-detail-content-inner-group ~ .product-detail-content-inner {
  padding-top: 36px;
  margin-top: 24px;
  border-top: 1px solid #ccc;
}
@media ( max-width: 768px ) {
  .product-detail-content-inner-group ~ .product-detail-content-inner {
    padding-inline: 20px;
    margin-inline: -20px;
  }
}
.product-detail-content-inner-group + .product-detail-content-inner {
  margin-top: 0;
}
.product-detail-content-inner-group ~ .product-detail-content-inner .product-detail-content-title {
  padding: 0;
  font-size: 16px;
}
@media ( max-width: 768px ) {
  .product-detail-content-inner-group ~ .product-detail-content-inner .product-detail-content-title {
    font-size: 15px;
  }
}
.product-detail-content-inner-group ~ .product-detail-content-inner .product-content__appeal {
  margin: 0;
}
.product-relation-content__row + .product-relation-content__row {
  margin: 16px 0 16px;
}
.product-relation-content__row iframe[src*="youtube"] {
  width: 100%;
}
.page-product .product-detail-content-inner:not(:last-child) {
  margin-bottom: 40px;
}
.page-product .product-detail-content-inner>div {
  margin-bottom: 2em;
}
.page-product .product-detail-content-inner strong {
  font-weight: bold;
}
.product-detail-content-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-product .product-detail__toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-product .product-detail-block.is-overflow .product-detail__toggle.open {
  display: block;
}
.page-product .product-detail-block.is-overflow.opened .product-detail__toggle.open {
  display: none;
}
.page-product .product-detail-block.is-overflow.opened .product-detail__toggle.close {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-product .product-detail-block {
    position: relative;
    height: auto;
    overflow: hidden;
    box-sizing: content-box;
  }
  .page-product .product-detail-block .product-detail-item {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  .page-product .product-main-image-slider .caption {
    left: 46%;
  }
  .page-product .product-detail-block {
    height: auto;
  }
  .page-product .product-detail-item {
    overflow: hidden;
  }
  .page-product .product-detail-item__content {
    font-size: 14px;
  }
  .page-product .product-detail-item__title {
    margin-top: 0;
    font-size: 24px;
  }
  .page-product .product-detail-item__description {
    margin: 22px 0;
    font-size: inherit;
  }
  .page-product .product-detail-item:nth-child(odd) .product-detail-item__image {
    float: left;
    width: 41%;
  }
  .page-product .product-detail-item:nth-child(odd) .product-detail-item__content {
    margin-left: 41%;
    padding: 40px 6% 40px;
  }
  .page-product .product-detail-item:nth-child(even) .product-detail-item__image {
    float: right;
    width: 41%;
  }
  .page-product .product-detail-item:nth-child(even) .product-detail-item__content {
    float: left;
    width: 59%;
    padding: 40px 6% 0;
  }
  .page-product .product-detail__toggle {
    display: none ! important;
  }
}
.page-product .product-description-block {
  margin: 7vw auto;
  padding: 0 4%;
}
.page-product .product-description-tab {
  margin-bottom: 30px;
  text-align: center;
}
.page-product .product-description-tab__list {
  display: inline-block;
  overflow: hidden;
}
.page-product .product-description-tab__item {
  float: left;
  padding: 0 22px;
}
.page-product .product-description-tab__item a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  line-height: 1.5;
}
.page-product .product-description-tab__item a.active {
  color: var(--color-red);
  border-bottom-color: var(--color-red);
}
.page-product .product-description-content {
  line-height: 1.7;
}
.page-product .product-description-content p {
  margin: 1em 0;
  font-size: 12px;
}
.page-product .product-description-content strong {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .page-product .product-description-block {
    margin: 80px auto;
    max-width: 1160px;
    padding: 0 20px;
  }
  .page-product .product-description-tab {
    margin-bottom: 50px;
  }
  .page-product .product-description-content {
    display: none;
  }
  .page-product .product-description-content.active {
    display: block;
  }
  .page-product .product-description-content p {
    font-size: inherit;
  }
}
.page-product .product-toggle-header {
  padding: 20px 0;
}
.page-product .product-toggle-title {
  font-weight: bold;
}
.page-product .product-toggle-body {
  margin: 0;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-product .product-toggle-block[data-expand] .product-toggle-header {
    position: relative;
  }
  .page-product .product-toggle-block[data-expand] .product-toggle-header:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #000;
  }
  .page-product .product-toggle-block[data-expand]:not(.expanded) .product-toggle-header:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background: #000;
  }
}
@media screen and (min-width: 769px) {
  .page-product .product-toggle-title {
    text-align: center;
  }
  .page-product .product-toggle-body {
    display: block !important;
    height: auto !important;
    margin: 30px auto 0 !important;
    padding: 0;
  }
}
.page-product .product-size-table,
.page-product .product-size-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.page-product .product-size-table th,
.page-product .product-size-table td,
.page-product .product-size-table-wrap th,
.page-product .product-size-table-wrap td {
  padding: 22px 13px;
  border: 1px solid #EAEAEA;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.page-product .product-size-table th,
.page-product .product-size-table-wrap th,
.page-product .product-size-table-wrap tr:first-child td {
  color: #AEAEAE;
  background: #F8F8F8;
  font-weight: bold;
}
.page-product .product-size-table-wrap {
  overflow-x: scroll;
}
.page-product .product-size-table-wrap table {
  margin-bottom: 10px;
  line-height: 1;
}
.page-product .size-guide-link {
  margin: 15px auto;
  text-align: right;
}
.page-product .size-guide-link a {
  text-decoration: underline;
}
.page-product .size-model-info {
  margin: 16px auto;
  padding: 16px;
  background: #F9FBFA;
  display: table;
  width: 100%;
}
.page-product .size-model-info:empty {
  display: none;
}
.page-product .size-model-info p {
  display: table-row;
}
.page-product .size-model-info span {
  display: table-cell;
  text-align: left;
}
.page-product .size-model-info span:first-child {
  text-align: right;
}
.page-product .size-model-info span:last-child:before {
  display: inline-block;
  content: '：';
  margin: 0 1em;
}
@media screen and (min-width: 769px) {

  .page-product .product-size-table,
  .page-product .product-size-table-wrap table {
    margin: 0 auto;
    max-width: 570px;
  }
  .page-product .product-size-table-wrap table {
    margin-bottom: 10px;
  }
}
.page-product .product-data-table {
  width: 100%;
  background: #F8F8F8;
  border: 15px solid #F8F8F8;
}
.page-product .product-data-table:first-of-type {
  border-bottom: none;
}
.page-product .product-data-table:last-of-type {
  border-top: none;
}
.page-product .product-data-table th,
.page-product .product-data-table td {
  position: relative;
  padding: 6px 10px;
  text-align: left;
  vertical-align: top;
}
.page-product .product-data-table th {
  width: 30%;
  white-space: nowrap;
  font-weight: bold;
}
.page-product .product-data-table th:after {
  content: ':';
  position: absolute;
  right: 0;
  font-weight: normal;
}
.page-product .product-data-table a {
  text-decoration: underline;
}
.page-product .product-data-table ul,
.page-product .product-data-table li {
  display: inline;
}
.page-product .product-data-table td>ul>li {
  display: block;
}
.page-product .product-data-table ul ul:before {
  content: '>';
  margin: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .page-product .product-data-table th {
    padding-right: 20px;
  }
  .page-product .product-data-table td {
    padding-left: 20px;
  }
}
.page-product .product-spec-table,
.page-product .product-spec-table tbody,
.page-product .product-spec-table tr,
.page-product .product-spec-table th,
.page-product .product-spec-table td {
  width: auto;
  margin: -12px auto auto;
}
.page-product .product-spec-table {
  width: 100%;
  margin: 0 auto;
}
.page-product .product-assessments-averages .product-spec-table,
.page-product .product-staff-review__assessment .product-spec-table {
  table-layout: fixed;
}
.page-product .product-spec-table th {
  font-size: 13px;
  padding: 16px 10px 16px 0;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
}
.page-product .product-assessments-averages .product-spec-table th,
.page-product .product-staff-review__assessment .product-spec-table th {
  padding-right: 1.5em;
  width: 30%;
  white-space: normal;
}
.page-product .product-spec-table td {
  padding: 24px 10px 10px;
  text-align: left;
}
.page-product .product-spec-table span {
  display: inline-block;
  font-size: 9px;
}
.page-product .product-spec-table tr:not(.show-exist-value) span {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding-top: 1.5em;
  color: #5d5d5d;
}
.page-product .product-spec-table tr:not(.show-exist-value) span.yes {
  color: var(--color-red);
  font-weight: bold;
}
.page-product .product-spec-table tr:not(.show-exist-value) span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D3D3D3;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-product .product-spec-table tr:not(.show-exist-value) span:last-child::after {
  right: 0;
  left: inherit;
  transform: inherit;
}
.page-product .product-spec-table tr:not(.show-exist-value) span.yes:last-child::before {
  left: inherit;
  right: -3px;
  transform: inherit;
}
.page-product .product-spec-table tr:not(.show-exist-value) span:first-child::after {
  left: 0;
  transform: inherit;
}
.page-product .product-spec-table tr:not(.show-exist-value) span.yes:first-child::before {
  left: -3px;
  transform: inherit;
}
.page-product .product-spec-table tr:not(.show-exist-value) span.no:after {
  background: var(--color-red);
}
.page-product .product-spec-table tr:not(.show-exist-value) span.yes:after {
  background: var(--color-red);
  border: 2px solid #fff;
  top: -5px;
  border-radius: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
}
.page-product .product-spec-table tr:not(.show-exist-value) span.yes:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: var(--color-red);
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
.page-product .product-spec-table tr:not(.show-exist-value) span i {
  position: absolute;
}
.page-product .product-spec-table tr:not(.show-exist-value) span:first-child i {
  left: 0;
  right: auto;
}
.page-product .product-spec-table tr:not(.show-exist-value) span:last-child i {
  left: auto;
  right: 0;
}
.page-product .product-spec-table .show-exist-value p {
  font-size: 11px;
}
.page-product .product-spec-table .show-exist-value th {
  padding-top: 24px;
}
.page-product .item-property-data {
  display: none;
}
.page-product .product-spec-graph {
  height: 3px;
  background: #D3D3D3;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.page-product .product-spec-bar {
  background: var(--color-red);
  height: 3px;
  margin-top: -3px;
}
@media screen and (min-width: 769px) {
  .page-product .product-assessments-averages .product-spec-table th,
  .page-product .product-staff-review__assessment .product-spec-table th {
    padding-right: 3em;
  }
}

.page-product .product-footer-block {
  margin: 20px 0 50px;
  padding: 0 4%;
  text-align: center;
}
.page-product .product-footer-select {
  margin-top: 20px;
}
.page-product .product-footer-select__btn {
  display: block;
  width: 100%;
  padding: 10px;
  color: #FFF;
  background: var(--color-red);
  border: none;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
}
.page-product .product-footer-select__btn span {
  display: block;
  font-size: 20px;
}
.page-product .cart-modal-title {
  font-size: 16px;
  font-weight: bold;
}
.page-product .cart-wrapper {
  padding: 24px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-product .cart-variant {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 24px;
  justify-content: space-between;
}
.page-product .cart-variant:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-product .cart-variant-body {
  flex: 1;
  margin-left: 0;
}
.page-product .cart-variant-options {
  margin-top: 0;
}
.page-product .cart-variant-option {
  display: table;
  width: 100%;
}
.page-product .cart-variant-option:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.page-product .cart-variant-header {
  width: calc(50px + 4%);
}
.page-product .item-price-box .item-exists-sale--timesale+.item-price-box__container .item-sale_price--timesale {
  display: inline-block;
}
.page-product .item-price-box .item-exists-sale--discount+.item-price-box__container .item-sale_price--discount {
  display: inline-block;
}
.page-product .item-price-box .item-exists-sale--memberrank+.item-price-box__container .item-sale_price--memberrank {
  display: inline-block;
}
.page-product .item-price-box .item-exists-sale--familysale+.item-price-box__container .item-sale_price--familysale {
  display: inline-block;
}
.page-product .banner-block {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .page-product .product-variant-slider {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .page-product .product-variant-slider .item:nth-child(n + 33) {
    display: none;
  }
  .page-product .product-main-image {
    margin-bottom: 40px;
  }
  .page-product .product-main-image-slider {
    cursor: zoom-in;
  }
  .page-product .product-main-image-slider .owl-nav,
  .page-product .product-main-image-slider .owl-dots {
    opacity: 0;
    visibility: hidden;
  }
  .page-product .product-main-image-slider:hover .owl-nav,
  .page-product .product-main-image-slider:hover .owl-dots {
    opacity: 1;
    visibility: visible;
  }
  .page-product .product-main-stock {
    display: none;
  }
  .page-product .product-detail-tab-container {
    border-top: none;
  }
  .page-product .product-styling-detail,
  .page-product .product-blog-detail {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid var(--border-color-gray);
  }
  .page-product .product-styling-detail .styling-detail-list,
  .page-product .product-blog-detail .blog-list {
    padding-left: 0;
    padding-right: 0;
  }
  .page-product .product-detail-content {
    padding: 35px 0 0;
  }
  .page-product .product-detail-content[data-tab-content="product-detail-tab-staffreview"] {
    padding-top: 0;
  }
  /* 右側 */
  .page-product .product-main-info,
  .page-product .product-detail-tab-container,
  .page-product .share-sns-section {
    margin-left: calc(100% - 560px);
    margin-left: 49%;
  }
  /* 左側 */
  .page-product .product-main-image,
  .page-product .product-variant-block,
  .page-product .product-styling-detail,
  .page-product .product-blog-detail {
    float: left;
    clear: both;
    overflow: hidden;
    width: calc(100% - 620px);
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .page-product .product-spec-graph {
    min-width: 190px;
    max-width: 380px;
    width: 45vw;
  }
  .page-product .product-spec-table .show-exist-value p {
    min-width: 190px;
    max-width: 380px;
    width: 45vw;
    margin: 0 auto;
  }
  .page-product .product_variant_all {
    display: none;
  }
  .page-product .size-model-info {
    background: #f8f8f8;
  }
  .page-product .product-detail-content-inner>div {
    line-height: 1.8;
  }
  .page-product .product-assessments-averages .product-spec-graph,
  .page-product .product-staff-reviews .product-spec-graph {
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 996px) {
  /* 右側 */
  .page-product .product-main-info,
  .page-product .product-detail-tab-container,
  .page-product .share-sns-section {
    margin-left: 44%;
  }
  /* 左側 */
  .page-product .product-main-image,
  .page-product .product-variant-block,
  .page-product .product-styling-detail,
  .page-product .product-blog-detail {
    float: left;
    clear: both;
    overflow: hidden;
    width: 40%;
  }
}
.page-product .product-variant-slider.show .item {
  display: inline-block;
}
.page-product .product-lottery-section {
  margin: 20px 0;
  line-height: 1.75;
  color: #d60400;
  font-size: 11.5px;
  background: #fff1f1;
  padding: 13px;
  border: 1px solid;
  border-radius: 3px;
}
.page-product .product-annotation {
  text-align: right;
  position: relative;
  margin-top: 20px;
}
.page-product .product-annotation__btn {
  border: none;
  background: none;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 0 3px 0;
  text-decoration: underline;
  color: #222;
  text-underline-offset: 0.3em;
}
.page-product .sustainable {
  padding-left: 16px;
  background: url(../img/common/icon_ecology.svg) 0 50% no-repeat;
}
.page-product .product-annotation-block {
  text-align: left;
  width: 330px;
  display: none;
  position: absolute;
  right: 0;
  border-radius: 3px;
  z-index: 10;
}
.page-product .product-annotation-block_inner {
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  padding: 18px 21px;
  overflow-y: scroll;
  max-height: 50vh;
}
.page-product .product-annotation-block.top {
  bottom: 30px;
}
.page-product .product-annotation-block.bottom {
  top: 20px;
  padding-top: 15px;
}
.page-product .product-annotation-block:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background: #F7F7F7;
  position: absolute;
  right: 57px;
}
.page-product .product-annotation-block.top:after {
  transform: rotate(45deg);
  bottom: -7px;
}
.page-product .product-annotation-block.bottom:after {
  transform: rotate(-135deg);
  top: 8px;
}
.page-product .product-annotation-block.active {
  display: block;
}
.page-product .product-annotation__title {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 15px;
}
.page-product .product-annotation__title .alt {
  font-size: 9px;
  font-family: var(--font-family-en);
  float: right;
  font-weight: normal;
  color: #9F9F9F;
}
.page-product .product-annotation__description {
  line-height: 1.9;
  margin-bottom: 12px;
  font-size: 10px;
}
.page-product .product-annotation__description p {
  margin-bottom: 8px;
}
.page-product .product-annotation__description .heading1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 15px;
}
.page-product .product-annotation__description .heading2 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 12px;
}
.page-product .product-annotation__description .heading3 {
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 12px;
}
.page-product .product-annotation__description ul {
  margin-bottom: 12px;
  padding-left: 1em;
}
.page-product .product-annotation__description li {
  text-indent: -1em;
}
.page-product .product-annotation__list {
  display: flex;
  gap: 10px 0;
  flex-direction: column;
}
.page-product .product-annotation__item {
  display: flex;
  background: #fff;
  border: 1px solid #EDEDED;
  padding: 10px 13px;
  border-radius: 4px;
  align-items: center;
}
.page-product .product-annotation__item_term {
  width: 33%;
  font-size: 11px;
  padding-left: 30px;
  padding-right: 8px;
}
.page-product .product-annotation__item_term.eco {
  background: url(../img/common/icon_sustainable_eco.svg) 3px 50% no-repeat;
  background-size: auto 22px;
}
.page-product .product-annotation__item_term.ethical {
  background: url(../img/common/icon_sustainable_ethical.svg) 0 50% no-repeat;
  background-size: auto 22px;
}
.page-product .product-annotation__item_term .en {
  font-size: 8px;
  color: #888;
  display: block;
  margin-top: 5px;
  font-family: var(--font-family-en);
}
.page-product .product-annotation__item_description {
  font-size: 9px;
  line-height: 1.69;
  flex: 1;
}

.product-lottery-list {
  line-height: 1.7;
  padding-left: 1em;
  font-size: 12px;
}
.lottery-modal-txt {
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.5px;
  color: #c70404;
}
.ftbold {
  font-weight: bold;
}
.redtx {
  color: #e22213;
}
.product-lottery-list li::before {
  content: '・';
}
.product-lottery-list li {
  text-indent: -1em;
  margin-bottom: 0.3em;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-list__item {
  width: 100%;
}
.blog-list__item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F0F0F0;
}
.blog-list-item {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px 15px;
}
.blog-list-item__image {
  width: 95px;
}
.blog-list-item__info {
  flex: 1;
  line-height: 1.4;
}
.blog-staff_sig {
  display: flex;
  font-size: 11px;
  gap: 0 10px;
  margin-top: 10px;
}
.blog-staff_sig__image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-staff_sig__meta {
  flex: 1;
}
.blog-list-item__title {
  font-size: 13px;
  margin-bottom: .3em;
}
.blog-list-item__date {
  font-size: 11px;
}
.blog-staff_sig__name {
  font-weight: bold;
}
.review-total-rating {
  text-align: center;
  margin-bottom: 40px;
}
.review-total-rating .average_late {
  color: #ccc;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
}
.review-total-rating a {
  text-decoration: underline;
  font-size: 12px;
}
.review-total-rating .average {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}
.review-total-rating .total {
  font-weight: bold;
  vertical-align: middle;
}
.rating_input_l {
  display: none;
}
.rating_input_l+label {
  display: inline-block;
  height: 29px;
  width: 30px;
  overflow: hidden;
  background-size: 191px 29px;
  background-image: url(../img/common/icon_star_off.svg);
  background-position: 0 0;
}
.rating_input_l.checked+label {
  background-image: url(../img/common/icon_star_on.svg);
}
.rating_input_l:checked+label {
  background-image: url(../img/common/icon_star_on.svg);
}
.rating_input_l+label~label {
  margin-left: 6px;
}
.rating_view_l,
.rating_view_m,
.rating_view_s {
  height: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.rating_view_l {
  width: 190px;
  padding-top: 29px;
}
.rating_view_m {
  width: 96px;
  padding-top: 15px;
}
.rating_view_s {
  width: 63px;
  padding-top: 9px;
}
.rating_view_l:before,
.rating_view_l:after,
.rating_view_m:before,
.rating_view_m:after,
.rating_view_s:before,
.rating_view_s:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating_view_l:before,
.rating_view_l:after {
  height: 29px;
  width: 190px;
  background-size: 190px 29px;
}
.rating_view_m:before,
.rating_view_m:after {
  height: 15px;
  width: 96px;
  background-size: 96px 15px;
}
.rating_view_s:before,
.rating_view_s:after {
  height: 9px;
  width: 63px;
  background-size: 63px 9px;
}
.rating_view_l:before,
.rating_view_m:before,
.rating_view_s:before {
  background-image: url(../img/common/icon_star_off.svg);
}
.rating_view_l:after,
.rating_view_m:after,
.rating_view_s:after {
  background-image: url(../img/common/icon_star_on.svg);
}
.rating_view_l.late0:after,
.rating_view_m.late0:after,
.rating_view_s.late0:after {
  width: 0;
}
.rating_view_l.late1:after,
.rating_view_m.late1:after,
.rating_view_s.late1:after {
  width: 20%;
}
.rating_view_l.late2:after,
.rating_view_m.late2:after,
.rating_view_s.late2:after {
  width: 40%;
}
.rating_view_l.late3:after,
.rating_view_m.late3:after,
.rating_view_s.late3:after {
  width: 60%;
}
.rating_view_l.late4:after,
.rating_view_m.late4:after,
.rating_view_s.late4:after {
  width: 80%;
}
.rating_view_l.late5:after,
.rating_view_m.late5:after,
.rating_view_s.late5:after {
  width: 100%;
}
.morph-uploader-container {
  padding: 8px;
  border: 1px solid #E5E5E5;
}
.morph-uploader__items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 420px;
}
.morph-uploader__item {
  position: relative;
  max-width: 33.333%;
  width: 33.333%;
  flex-basis: 33.333%;
  padding: 8px;
}
.morph-uploader__item:before,
.morph-uploader__item:after {
  position: absolute;
  top: 11px;
  right: 6px;
  z-index: 10;
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}
.morph-uploader__item:before {
  transform: rotate( 45deg );
}
.morph-uploader__item:after {
  transform: rotate( -45deg );
}
.review-confirm-section__body .morph-uploader__item:before,
.review-confirm-section__body .morph-uploader__item:after {
  content: none;
}
.morph-uploader__image {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 4px;
  width: 100%;
}
.morph-uploader__subtract {
  position: relative;
  display: block;
}
.morph-uploader__subtract:before {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  display: block;
  height: 24px;
  width: 24px;
  background: #000000;
  border-radius: 50%;
  content: "";
}
.morph-uploader__add {
  position: relative;
  order: 3;
  max-width: 33.333%;
  width: 33.333%;
  flex-basis: 33.333%;
  padding: 8px;
}
.add-picture {
  position: relative;
  padding-top: calc( 100% - 4px );
  width: 100%;
  height: 0;
  border: 2px dashed rgba( 128, 128, 128, 0.76 );
  border-radius: 5%;
}
.add-picture__caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/common/icon_upload.svg) no-repeat;
  background-position: calc( 50% + 4px ) calc( 50% + -8px );
  background-size: 33.333%;
}
.add-picture__quantity {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 12.5%;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .morph-uploader-container {
    padding: 4px;
  }
  .morph-uploader__item {
    padding: 4px;
  }
  .morph-uploader__item:before,
  .morph-uploader__item:after {
    top: 7px;
    right: 2px;
  }
  .morph-uploader__add {
    padding: 4px;
  }
}
.review-summary:after {
  content: '';
  display: block;
  border-bottom: 12px solid #F5F5F5;
  margin: 0 -20px;
}
.review-graph {
  width: 100%;
  margin-bottom: 40px;
}
.review-graph .rating span {
  vertical-align: middle;
}
.review-graph .rating {
  width: 116px;
}
.review-graph .graph {
  vertical-align: middle;
  padding: 8px 0 6px;
  position: relative;
}
.review-graph .graph:before {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: #e7e7e7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
}
.review-graph .graph span {
  height: 12px;
  text-indent: -9999px;
  background: var(--color-red);
  display: block;
  position: relative;
}
.review-graph .people {
  color: #111;
  text-align: right;
  font-size: 11px;
  width: 11%;
  vertical-align: middle;
}
.review-graph .people a {
  color: #234E03;
  text-decoration: underline;
  font-weight: bold;
}
.review-list {
  margin: 0 -20px;
}
.review-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #f7f7f7;
}
.review-list-header .sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.review-list-header .sort-label {
  word-break: keep-all;
}
.review-filter-tag {
  cursor: pointer;
  color: #868686;
}
.review-filter-tag:before {
  content: '×';
  display: inline-block;
  font-size: 18px;
  padding-right: 4px;
}
.review-list-item {
  padding: 40px 0 30px;
  margin: 0 20px;
}
.review-list-item:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.review-list-item__info {
  overflow: hidden;
  margin-bottom: 15px;
}
.review-list-item__info .date {
  float: right;
  display: block;
  font-size: 11px;
  color: #535353;
}
.review-list-item__info .rating {
  display: block;
}
.review-list-item__info .size {
  clear: both;
}
.review-list-item__info .color {
  margin-left: 6px;
  padding-left: 8px;
  border-left: 1px solid #000;
}
.review-list-item__uploads {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -4px 16px;
}
.review-list-item__upload-item {
  max-width: 72px;
  width: 33.333%;
  margin: 0 4px;
}
.review-list-item__image {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.review-list-item__comment {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.69;
  color: #2D2D2D;
}
.review-list-item__author {
  margin-bottom: 20px;
}
.review-list-item__author .author {
  display: block;
  font-weight: bold;
}
.review-list-item__author .data li {
  display: inline;
  color: #555;
}
.review-list-item__author .data li:not(:first-child) {
  border-left: 1px solid #000;
  padding-left: 6px;
  margin-left: 8px;
}
.review-rate__btn:not(.finish) {
  background: var(--color-red) url(../img/common/icon_like.svg) 8px 49% no-repeat;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 12px 4px 24px;
  font-size: 12px;
}
.review-rate__btn+.finish {
  color: #868686;
  font-size: 11px;
  border: none;
  background: none;
  padding: 0;
}
.review-list-items + .common-section__footer {
  display: none;
}
.review-list-items.done + .common-section__footer {
  display: inherit;
}
#js-customer-review-list.none {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #js-customer-review-list.none {
    min-height: 240px;
  }
}
.page-review {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 780px;
  margin: 0 auto;
}
.page-review .page-title {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.page-review .product-item-detail {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}
.review-section {
  margin-bottom: 40px;
}
.review-complete {
  line-height: 1.69;
  display: none;
}
.review-complete-campaign {
  text-align: center;
  margin: 40px 0;
}
.review-complete-campaign a {
  color: #0810D6;
  text-decoration: underline;
  font-size: 13px;
}
.review-complete .title {
  color: var(--color-red);
  font-weight: bold;
  line-height: 2.14;
}
.review-complete .coupon-campaign {
  border: 2px solid #333;
  width: 280px;
  margin: 5px auto 10px auto;
}
.review-complete .coupon-campaign dt {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid #333;
  line-height: 38px;
}
.review-complete .coupon-campaign dd {
  position: relative;
  padding-bottom: 18px;
}
.review-complete .coupon-campaign .coupon-code {
  color: var(--color-red);
  display: block;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
}
.review-complete .coupon-campaign .coupon-text {
  background: #B81C23;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  width: 100%;
}
.review-complete .notes {
  line-height: 2.14;
}
.review-complete .notes dt {
  font-weight: bold;
  margin-top: 5px;
}
/* バリデーション */
.invalid-messege {
  color: #E00000;
  margin: 30px auto;
  line-height: 1.6;
}
.review-section .invalid .text,
.review-section .invalid .textarea,
.review-section .invalid .number {
  background-color: #ffc0cb;
}
.review-section .review-section__title {
  border-bottom: none;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 18px 0;
}
.review-section .review-section__title .required {
  background: #E00000;
  border-radius: 3px;
  padding: 2px 4px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-bottom;
}
.review-section .form-support-block {
  color: #868686;
  font-size: 11px;
  line-height: 1.69;
}
.review-section .review-section__link {
  color: var(--color-red);
}
.review-confirm-section__body {
  line-height: 1.69;
}
.product-review-summary-block .review-total-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0 0;
}
.product-review-summary-block .rating_view_m {
  flex: 0 0 auto;
  margin: 0;
  cursor: pointer;
}
.product-review-summary-block .review-total {
  flex: 0 0 auto;
  margin: 0;
  margin-left: 10px;
  cursor: pointer;
}
.product-action-review__btn,
.member-history-action__btn {
  display: block;
  width: 100%;
  padding: 0 9px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #111;
  border-radius: 4px;
  color: #111;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  -webkit-appearance: none;
}
.product-action-review__btn:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/icon_review_write.svg) 100% 50% no-repeat;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.product-action-review__btn:hover,
.member-history-action__btn:hover {
  color: #111;
  background: #fff;
}
.product-similar-search__icon {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 1;
  cursor: pointer;
}
.product-similar-search__icon .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3) url(../img/common/similar_search.svg) 50% 50% no-repeat;
  background-size: 27px 27px;
  text-indent: -9999px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
}
.similar_search-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.similar_search-overlay.active {
  display: block;
}
.similar_search-loading,
.similar_search-success,
.similar_search-error {
  top: 100%;
}
.similar_search-error.active,
.similar_search-loading.active {
  transition: opacity .3s;
  height: auto;
  overflow: hidden;
}
.similar_search-loading,
.similar_search-error {
  position: fixed;
  z-index: 10001;
  background: #fff;
  height: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  opacity: 0;
}
.similar_search-error,
.similar_search-success {
  opacity: 0;
  transition: opacity .8s;
}
.similar_search-loading.active,
.similar_search-error.active,
.similar_search-success.active {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@supports (-webkit-touch-callout: none) {
  .similar_search-loading.active,
  .similar_search-error.active,
  .similar_search-success.active {
    min-height: 90vh;
  }
}
.similar_search-loading.active,
.similar_search-error.active {
  display: flex;
}
.similar_search-loading .img,
.similar_search-error .img {
  filter: brightness(75%);
}
.similar_search-loading .text,
.similar_search-error .text {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  background: rgba(0,0,0, 0.2);
  padding: 6px 16px;
  line-height: 1.5;
  text-align: center;
  max-width: 80%;
}
.similar_search-loading .loading + .text {
  margin-top: 40px;
}
.similar_search-loading .loading {
  display: inline-block;
  height: 60px;
  width: 60px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  animation: loading 1s ease-in-out infinite;
  border-radius: 50%;
  z-index: 999;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes loading {
  0% {
    transform:rotate(0deg);
  }
  70% {
    transform:rotate(359deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
.similar_search-loading .loading:before {
  content: "";
  display: block;
  border-radius: 50%;
  height: 60px;
  width: 100%;
  border: 8px solid hsla(0,0%,100%,.4);
  position: relative;
  box-sizing: border-box;
}
.similar_search-loading .similar_search__reset,
.similar_search-error .similar_search__reset {
  margin-left: calc(100vw - 44px);
  margin-top: -44px;
}
.similar_search-loading .loading:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.similar_search-error,
.similar_search-success {
  position: fixed;
  top: 100%;
  z-index: 10001;
  background: #fff;
  padding-top: 60px;
}
.similar_search__header {
  position: fixed;
  height: 60px;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 1;
}
.similar_search__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.similar_search__reset {
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.similar_search__reset:after,
.similar_search__reset:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin-left: -8px;
  border-radius: 2px;
  background: #000;
}
.similar_search__reset:before {
  transform: rotate(-45deg);
}
.similar_search__reset:after {
  transform: rotate(45deg);
}
.similar_search__image .img{
  max-width: 36px;
  max-height: 43px;
}
.similar_search__items {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 110px);
  padding-bottom: 80px;
}
.similar_search__thumbs {
  display: flex;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: scroll;
}
.similar_search__thumbs::-webkit-scrollbar {
  display: none;
}
.similar_search__thumbs .thumb {
  width: 82px;
  min-width: 82px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  min-height: 105px;
  padding: 12px 4px 8px;
  border-bottom: 2px solid transparent;
}
.similar_search__thumbs .thumb.active {
  color: var(--color-red);
  border-bottom: var(--color-red) 2px solid;
  font-weight: bold;
}
.similar_search__thumbs .thumb .img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 8px;
  border: 1px solid #E2E2E2;
  position: relative;
  box-sizing: content-box;
}
.similar_search__thumbs .thumb .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.similar_search__thumbs .thumb .label {
  white-space: normal;
}
.similar_search__thumbs .thumb:not(.active) .label {
  text-align: center;
  margin: 0 -4px;
  color: #B5B5B5;
}
@media screen and (max-width: 768px) {
  .similar_search__thumbs .thumb .label {
    font-size: 11px;
  }
  .similar_search__thumbs .thumb:not(.active) .label {
    font-size: 10px;
  }
}
.similar_search__thumbs .thumb.active .img {
  border: 4px solid var(--color-red);
  min-width: 54px;
  min-height: 54px;
  max-width: 54px;
  max-height: 54px;
}
@media screen and (min-width: 769px) {
  .similar_search__thumbs .thumb {
    width: 96px;
    min-width: 96px;
  }
  .similar_search__thumbs .thumb .img {
    min-width: 66px;
    min-height: 66px;
    max-width: 66px;
    max-height: 66px;
  }
  .similar_search__thumbs .thumb.active .img {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}
.similar_search__displaytabs {
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  justify-content: space-evenly;
  margin-bottom: 1em;
}
.similar_search__displaytabs::-webkit-scrollbar {
  display: none;
}
.similar_search__displaytabs .tab {
  min-width: 110px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 4px 8px;
  border-bottom: 2px solid transparent;
}
.similar_search__displaytabs .tab.active {
  color: var(--color-red);
  border-bottom: var(--color-red) 2px solid;
  font-weight: bold;
}
.similar_search__displaytabs .tab .label {
  white-space: normal;
}
.similar_search__displaytabs .tab:not(.active) .label {
  text-align: center;
  margin: 0 -4px;
  color: #B5B5B5;
}
@media screen and (max-width: 768px) {
  .similar_search__displaytabs .tab {
    font-size: 13px;
  }
}
.similar_search__items .items,
.similar_search__displayitems .items {
  display: none;
}
.similar_search__items .items {
  padding: 22px;
}
.similar_search__items .items.active,
.similar_search__displayitems .items.active {
  display: block;
}
@media screen and (min-width: 769px) {
  .similar_search__header {
    position: absolute;
    border-radius: 6px 6px 0 0;
  }
  .similar_search-loading,
  .similar_search-success,
  .similar_search-error {
    max-width: 700px;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
  }
  .similar_search-loading.active,
  .similar_search-error.active,
  .similar_search-success.active {
    top: 50px;
    bottom: 50px;
  }
  .similar_search-loading .img,
  .similar_search-error .img {
    filter: brightness(75%);
    width: 70%;
  }
  .similar_search-loading .similar_search__reset,
  .similar_search-error .similar_search__reset {
    position: absolute;
    right: 0;
    top: 8px;
    margin-top: 0;
  }
}
.suggest-container .suggest-results {
  position: relative;
  height: 0;
  overflow: hidden;
}
.detail-search-modal {
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.detail-search-modal__close-btn {
  position: absolute;
  right: var(--edge-space);
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
}
.detail-search-modal__close-btn.is_similar_search {
  top: -40px;
}
.detail-search-modal__close-btn::before,
.detail-search-modal__close-btn::after {
  content: '';
  width: 27px;
  height: 2px;
  background: #111;
  position: absolute;
  transform-origin: center center;
  top: 20px;
  right: -4px;
  border-radius: 1px;
}
.detail-search-modal__close-btn::before {
  transform: rotate(45deg);
}
.detail-search-modal__close-btn::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .detail-search-modal-wrapper {
    padding: 0;
  }
  .detail-search-modal {
    max-width: none;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .detail-search-modal-wrapper {
  }
  .detail-search-modal {
    height: 600px;
    max-height: calc(100% - 20px);
  }
}
.detail-search-modal iframe {
  width: 100%;
  height: 100%;
}
/* =================================================================
item_detail_search.html
=================================================================*/
.detail-search {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #383535;
}
.detail-search__container {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.detail-search__container a {
    color: #383535;
}
.detail-search-panel {
    position: relative;
    max-height: 100%;
    overflow: auto;
}

.detail-search-panel--sub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    height: 100%;
    z-index: 10;
    background: #fff;

    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.detail-search-panel--sub.is-active {
    transform: translateX(0);
}
/* .detail-search-panel__header */
.detail-search-panel__header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: center;
    z-index: 2;
}
.detail-search-panel__title {
    font-size: 17px;
    line-height: 60px;
}
.detail-search-panel__prev-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    left: var(--edge-space);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.detail-search-panel__prev-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-red);
    border-left: 2px solid var(--color-red);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: center center;
}
@media screen and (min-width: 769px) {
  .detail-search-panel__title {
    font-size: 18px;
  }
}

/* .detail-search-panel__body */
.detail-search-panel__body {
  min-height: calc(100% - 60px - 90px);   /* panel__header,panel__footer */
}
/* .detail-search-panel__next-btn */
.detail-search-panel__next-btn {
  position: relative;
  padding: 0 24px 0 0;
  line-height: 32px;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}
.detail-search-panel__next-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.detail-search__subtitle {
  padding: 0 var(--edge-space);
  font-size: .9em;
  line-height: 3;
  color: #888888;
  background: #f8f8f8;
}
/* .filter-search-keyword */
.detail-search-keyword {
  padding: 15px 0 10px;
}
.detail-search-keyword .detail-search-input-wrapper {
  position: relative;
  margin: 0 55px 10px var(--edge-space);
}
.detail-search-keyword input {
  width: 100%;
  height: 38px;
  padding: 0 1em;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.detail-search-keyword input::placeholder {
  font-size: 13px;
}
.detail-search-keyword .detail-search-keyword__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/common/icon_filter_search_loupe.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  border: none;
}
.detail-search-keyword .keyword-hashtag {
  white-space: nowrap;
  font-size: 11px;
}
.detail-search-keyword .keyword-hashtag-list {
  width: auto;
  overflow-x: scroll;
  margin: 0 auto;
  padding: 0 var(--edge-space) 10px;
  display: flex;
  justify-content: flex-start;
  gap: 0 10px;
}
.detail-search-keyword .keyword-hashtag-list__link {
  display: block;
  padding: .75em;
  background: #F8F8F8;
  color: #222;
  border-radius: 4px;
}
/* .detail-search-history */
.detail-search-history {
  position: relative;
  padding: 0;
  line-height: 2;
  font-size: 13px;
}
.detail-search-history__item {
  position: relative;
}
.detail-search-history__item > a {
  display: block;
  position: relative;
  padding: 1em 50px 1em var(--edge-space);
}
.detail-search-history__item:not(:last-child) > a {
  border-bottom: 1px solid #e9e9e9;
}

.detail-search-history__remove-btn {
  width: 40px;
  height: calc(100% - 2px);
  padding: 0;
  position: absolute;
  top: 1px;
  right: calc(var(--edge-space) - 10px);
  text-indent: -9999px;
  border: none;
  background: #fff;
}
.detail-search-history__remove-btn::before,
.detail-search-history__remove-btn::after {
  content: '';
  width: 15px;
  height: 2px;
  background: #888;
  position: absolute;
  top: 50%;
  right: 10px;
  transform-origin: center center;
  border-radius: 1px;
}
.detail-search-history__remove-btn::before {
  transform: translateY(-50%) rotate(45deg);
}
.detail-search-history__remove-btn::after {
  transform: translateY(-50%) rotate(-45deg);
}
.detail-search-history__remove-btn:hover {
  opacity: .7;
}

/* .detail-search-list */
.detail-search-list {
  position: relative;
  padding: 0;
  line-height: 2;
}
.detail-search-list__item > a,
.detail-search-list__item > span {
  display: block;
  position: relative;
  padding: 1em var(--edge-space);
  border-bottom: 1px solid #e9e9e9;
}
.detail-search-list__item .detail-search-list__item > a,
.detail-search-list__item .detail-search-list__item > span {
  padding-left: calc(var(--edge-space) * 1.5);
}
.detail-search-list__item .detail-search-list__item .detail-search-list__item > a,
.detail-search-list__item .detail-search-list__item .detail-search-list__item > span {
  padding-left: calc(var(--edge-space) * 2);
}
.detail-search-list__item > a::after,
.detail-search-list__item > span::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  position: absolute;
  right: var(--edge-space);
  top: 50%;
  transform-origin: center center;
}
.detail-search-list__item > a::after {
  transform: translateY(-50%) rotate(45deg);
}
.detail-search-list__item > span::after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}
.detail-search-list__item.expanded > span::after {
  transform: translateY(-50%) rotate(-45deg)
}
.detail-search-list__item .detail-search-list__btn {
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 1em var(--edge-space);
  border: none;
  text-align: left;
  color: #383535;
  cursor: pointer;
}
.detail-search-list__item:not(:last-child) .detail-search-list__btn {
  border-bottom: 1px solid #e9e9e9;
}
.detail-search-list__item .detail-search-list__btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.detail-search-list__item .detail-search-list__btn input {
  display: none;
}
/* .detail-search-suggest */
.detail-search-suggest__form {
  position: sticky;
  top: 60px;
  margin: 0;
  padding: 20px var(--edge-space);
  background: #F8F8F8;
  z-index: 2;
}
.detail-search-suggest__form input.suggest-keyword {
  position: relative;
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.detail-search-input-wrapper {
  position: relative;
}
.detail-search-suggest__form .detail-search-input-wrapper::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_filter_search_loupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
.detail-search-suggest__form input.suggest-keyword::placeholder {
  font-size: 13px;
}
/* .detail-search-item-modal */
.detail-search-item-modal {
  width: 100%;
  padding: 0;
  text-align: left;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .detail-search-item-modal-wrapper {
    padding: 0;
  }
  .detail-search-item-modal {
    max-width: none;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .detail-search-item-modal {
    height: 600px;
    max-height: calc(100% - 20px);
  }
}
/* -- snap ---- */
.detail-search-snap.styling-list {
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2px;
}
.detail-search-snap .styling-list__item {
  width: calc((100% - 4px) / 3);
}
.styling-modal--detail-search .remodal-close {
  left: var(--edge-space);
  right: auto;
}
.styling-modal--detail-search .remodal-close::before {
  display: none;
}
.styling-modal--detail-search .remodal-close::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-red);
  border-left: 2px solid var(--color-red);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  background: none;
}
/* --------------------------------
 ブランド検索用
-------------------------------- */
.suggest-container .suggest-results {
  position: relative;
  height: 0;
  overflow: hidden;
}
.suggest-container .suggest-list.is-search li {
  display: none;
}
.suggest-container .suggest-list.is-search li.presentation {
  display: block;
}
.suggest-container .suggest-list .brand-name-kana {
  display: none;
}
/* =================================================================
Filter Search
=================================================================*/
/* --------------------------------
 filter-search-modal-trigger-wrapper
-------------------------------- */
.filter-search-modal-trigger-wrapper {
  margin: 0;
  text-align: center;
}
.filter-search-modal-trigger-wrapper .filter-search-modal__open-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #222;
  background: #fff;
  font-size: 13px;
  border-radius: 4px;
  color: #222;
}
.filter-search-modal-trigger-wrapper .filter-search-modal__open-btn span {
  display: inline-block;
  padding-left: 24px;
  background-color: #fff;
  background-image: url(../img/common/icon_filter_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
}
@media screen and (max-width: 768px) {
  .filter-search-modal-trigger-wrapper {
    margin-bottom: 20px;
  }
  .filter-search-modal-trigger-wrapper .filter-search-modal__open-btn {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .filter-search-modal-trigger-wrapper {
    margin-bottom: 50px;
  }
  .filter-search-modal-trigger-wrapper .filter-search-modal__open-btn {
    width: 205px;
  }
}
.filter-search-modal-trigger-floating {
  position: fixed;
  z-index: 8;
  right: 20px;
  bottom: 71px;
  width: 44px;
  height: 44px;
  max-width: 70px;
  max-height: 70px;
}
@media screen and (min-width: 769px) {
  .filter-search-modal-trigger-floating {
    right: 40px;
    bottom: 40px;
    width: 48px;
    height: 48px;
  }
  .filter-search-modal-trigger-floating .filter-search-modal__open-btn {
    background-size: 18px;
  }
}
.filter-search-modal-trigger-floating .filter-search-modal__open-btn {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  background-color: #222;
  background-image: url(../img/common/icon_filter_search_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  outline: none;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  border-radius: 50%;
  transform: translateY(50%);
}
.footer-scrolled .filter-search-modal-trigger-floating {
  opacity: 0;
}
.half-page-scrolled .filter-search-modal__open-btn {
  opacity: 0.9;
  visibility: visible;
  transform: translateY(0%);
}
/* --------------------------------
 filter-search
-------------------------------- */
.filter-search-modal {
  width: 100%;
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.filter-search-modal__close-btn {
  position: absolute;
  right: var(--edge-space);
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
}
.filter-search-modal__close-btn::before,
.filter-search-modal__close-btn::after {
  content: '';
  width: 27px;
  height: 2px;
  background: #111;
  position: absolute;
  transform-origin: center center;
  top: 20px;
  right: -4px;
  border-radius: 1px;
}
.filter-search-modal__close-btn::before {
  transform: rotate(45deg);
}
.filter-search-modal__close-btn::after {
  transform: rotate(-45deg);
}
.filter-search-modal__prev-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  left: var(--edge-space);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.filter-search-modal__prev-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-red);
  border-left: 2px solid var(--color-red);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .filter-search-modal-wrapper {
    padding: 0;
  }
  .filter-search-modal {
    max-width: none;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .filter-search-modal {
    height: 600px;
    max-height: calc(100% - var(--edge-space));
  }
}
/* --------------------------------
 filter-search
-------------------------------- */
.filter-search {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.filter-search__container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.filter-search__container a {
  color: #383535;
}
.filter-search-panel {
  position: relative;
  max-height: 100%;
  overflow: auto;
}
.filter-search-panel--sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  height: 100%;
  z-index: 10;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filter-search-panel--sub.is-active {
  transform: translateX(0);
}
/* .filter-search-panel__header */
.filter-search-panel__header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
  z-index: 2;
}
.filter-search-panel__title {
  font-size: 17px;
  line-height: 60px;
}
.filter-search-panel__prev-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  left: var(--edge-space);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.filter-search-panel__prev-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-red);
  border-left: 2px solid var(--color-red);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
}
/* .filter-search-panel__footer */
.filter-search-panel__footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 20px var(--edge-space);
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.filter-search-clear-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  color: #222;
}
.filter-search-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  border: 1px solid var(--color-red);
  border-radius: 5px;
  background: var(--color-red);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.filter-search-panel__select-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-red);
  border-radius: 5px;
  background: var(--color-red);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .filter-search-panel__title {
    font-size: 18px;
  }
  .filter-search-panel__select-btn {
    width: 250px;
  }
}
/* .filter-search-panel__body */
.filter-search-panel__body {
  min-height: calc(100% - 60px - 90px);   /* panel__header,panel__footer */
}
/* .filter-search-panel__next-btn */
.filter-search-panel__next-btn {
  position: relative;
  padding: 0 24px 0 0;
  line-height: 32px;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}
.filter-search-panel__next-btn::before {
  display: none;
  content: '選択する';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.filter-search-panel__next-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.filter-search-panel__next-btn span {
  color: #888888;
}
.filter-search-panel__next-btn.is-selected span {
  color: var(--color-red);
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .filter-search-panel__next-btn {
    padding: 0 80px 0 0;
    text-align: left;
  }
  .filter-search-panel__next-btn::before {
    display: block;
  }
}
.filter-search__subtitle {
  padding: 0 var(--edge-space);
  font-size: .9em;
  line-height: 3;
  color: #888888;
  background: #f8f8f8;
}
.filter-search__accenttitle {
  padding: 12px var(--edge-space);
  line-height: 32px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.filter-search-item {
  padding: 12px var(--edge-space);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-search-item + .filter-search-item {
  border-top: 1px solid #E9E9E9;
}
.filter-search-list__item > a {
  display: block;
}
@media screen and (max-width: 768px) {
  .filter-search-item {
    flex-wrap: wrap;
  }
  .filter-search-item__title {
    flex: 1 1 25%;
  }
  .filter-search-item__contents {
    flex: 1 1 70%;
  }
  .filter-search-item[data-filter-search-item=keyword] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=sex] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=num] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=type] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=tag1] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=stock] .filter-search-item__title,
  .filter-search-item[data-filter-search-item=color] .filter-search-item__title {
    flex: 0 0 100%;
    margin: 4px 0;
  }
  .filter-search-item[data-filter-search-item=keyword] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=sex] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=num] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=type] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=tag1] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=stock] .filter-search-item__contents,
  .filter-search-item[data-filter-search-item=color] .filter-search-item__contents {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 769px) {
  .filter-search-item__title {
    flex: 1 1 25%;
  }
  .filter-search-item__contents {
    flex: 1 1 70%;
  }
}
/* .filter-search-keyword */
.filter-search-keyword {
  margin: 8px 0;
}
.filter-search-keyword input {
  width: 100%;
  height: 38px;
  padding: 0 1em;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.filter-search-keyword input::placeholder {
  font-size: 13px;
}
.filter-search-list--simple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.filter-search-list--simple .filter-search-list__item {
  line-height: 2;
  flex: 1;
  text-align: center;
}
.filter-search-list--simple .filter-search-list__item > a {
  padding: .35em 0;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.filter-search-list--simple .filter-search-list__item > a > span {
  white-space: nowrap;
  display: block;
}
.filter-search-item[data-filter-search-item=sex] .filter-search-list__item,
.filter-search-item[data-filter-search-item=num] .filter-search-list__item {
  flex: 0 1 32%;
}
.filter-search-item[data-filter-search-item=type] .filter-search-list--simple,
.filter-search-item[data-filter-search-item=tag1] .filter-search-list--simple,
.filter-search-item[data-filter-search-item=stock] .filter-search-list--simple,
.filter-search-item[data-filter-search-item=color] .filter-search-list--simple {
  gap: 0 10px;
}
.filter-search-list--simple .filter-search-list__item.is-active > a {
  border-color: #FBEBED;
  background: #FBEBED;
  color: var(--color-red);
  font-weight: bold;
}
.filter-search-list--simple .filter-search-list__item.is-disabled > a {
  background: #BFBFBF;
}
/* .filter-search-list--style-radio */
.filter-search-list--style-radio .filter-search-list__item {
  line-height: 2;
  flex: 1;
  text-align: left;
}
.filter-search-list--style-radio .filter-search-list__item > a {
  position: relative;
}
.filter-search-list--style-radio .filter-search-list__item > a::before {
  position: absolute;
  top: 50%;
  left: var(--edge-space);
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid var(--color-red);
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--color-white);
}
.filter-search-list--style-radio .filter-search-list__item > a::after {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(var(--edge-space) + 4px);
  content: '';
  width: 11px;
  height: 11px;
  background: var(--color-red);
  border-radius: 50%;
  transform: translateY(-50%);
}
.filter-search-list--style-radio .filter-search-list__item.is-active > a {
  border-color: #FBEBED;
  background: #FBEBED;
  color: var(--color-red);
  font-weight: bold;
}
.filter-search-list--style-radio .filter-search-list__item.is-active > a::after {
  display: block;
}
@media screen and (max-width: 768px) {
  .filter-search-list--style-radio .filter-search-list__item > a {
    padding: 1em var(--edge-space) 1em 50px;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (min-width: 769px) {
  .filter-search-list--style-radio {
    padding: var(--edge-space);
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 4px 8px;
  }
  .filter-search-panel--sub-shop .filter-search-list--style-radio {
    gap: var(--edge-space) 8px;
  }
  .filter-search-list--style-radio .filter-search-list__item {
    flex: 0 1 calc((100% - var(--edge-space)) / 2);
  }
  .filter-search-list--style-radio .filter-search-list__item > a {
    padding: .5em .5em .5em 38px;
  }
  .filter-search-list--style-radio .filter-search-list__item > a::before {
    left: 10px;
  }
  .filter-search-list--style-radio .filter-search-list__item > a::after {
    left: 14px;
  }
}
/* .filter-search-tree .filter-search-list--tree */
.filter-search-panel--tree {
  height: 100%;
}
.filter-search-panel--tree .filter-search-panel__header {
  position: relative;
}
.filter-search-panel--tree .filter-search-panel__body {
  position: relative;
  height: calc(100% - 60px);
  min-height: calc(100% - 60px);
  overflow: hidden;
}
.filter-search-tree {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.filter-search-tree__next-btn {
  position: relative;
}
.filter-search-tree__next-btn::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  position: absolute;
  right: var(--edge-space);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .filter-search-tree__item {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
  }
  .filter-search-tree-list__prev-btn {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: var(--edge-space);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
  }
  .filter-search-tree-list__prev-btn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-red);
    border-left: 2px solid var(--color-red);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: center center;
  }
  .filter-search-tree-list__prev-btn.is-active {
    display: block;
  }
  .filter-search-tree__item--level_1 {
    z-index: 10;
  }
  .filter-search-tree__item--level_2 {
    z-index: 20;
  }
  .filter-search-tree__item--level_1,
  .filter-search-tree__item--level_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .filter-search-tree__item--level_1.is-active,
  .filter-search-tree__item--level_2.is-active {
    transform: translateX(0);
  }
  .filter-search-list--tree {
    line-height: 2;
  }
  .filter-search-list--tree .filter-search-list__item > a {
    position: relative;
    padding: 1em var(--edge-space);
    border-bottom: 1px solid #e9e9e9;
  }
  .filter-search-list--tree .filter-search-list__item.is-active > a {
    border-color: #FBEBED;
    background: #FBEBED;
    color: var(--color-red);
  }
}
@media screen and (min-width: 769px) {
  .filter-search-tree__item {
    width: calc(100% / 3);
    height: 100%;
    overflow-y: scroll;
    background: #fff;
  }
  .filter-search-tree-list__prev-btn {
    display: none;
  }
  .filter-search-tree__item--level_0 {
    position: relative;
    border-right: 1px solid #E9E9E9;
    z-index: 30;
  }
  .filter-search-tree__item--level_1 {
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    border-right: 1px solid #E9E9E9;
    z-index: 20;
  }
  .filter-search-tree__item--level_2 {
    position: absolute;
    top: 0;
    left: calc(200% / 3);
    z-index: 10;
  }
  .filter-search-tree__item--level_1,
  .filter-search-tree__item--level_2 {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .filter-search-tree__item--level_1.is-active,
  .filter-search-tree__item--level_2.is-active {
    opacity: 1;
    transform: translateX(0);
  }
  .filter-search-list--tree .filter-search-list__item {
    text-align: left;
  }
  .filter-search-list--tree .filter-search-list__item > a {
    position: relative;
    padding: 1em;
    border-bottom: 1px solid #e9e9e9;
  }
  .filter-search-tree__item--level_0 .filter-search-list--tree .filter-search-list__item > a {
    background: #f8f8f8;
    border-bottom: 1px solid #fff;
  }
  .filter-search-list--tree .filter-search-list__item.is-active > a {
    border-color: #FBEBED;
    background: #FBEBED;
    color: var(--color-red);
    font-weight: bold;
  }
}
.filter-search-suggest__form {
  position: sticky;
  top: 60px;  /* パネルヘッダの高さ */
  margin: 0;
  padding: 20px var(--edge-space);
  background: #F8F8F8;
  z-index: 2;
}
.filter-search-suggest__form input.suggest-keyword {
  position: relative;
  width: 100%;
  height: 38px;
  padding: 0 1em;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.filter-search-input-wrapper {
  position: relative;
}
.filter-search-input-wrapper::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/icon_filter_search_loupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
.filter-search-suggest__form input.suggest-keyword::placeholder {
  font-size: 13px;
}
.filter-search-research-wrapper {
  margin: 4em 0 5em;
  text-align: center;
}
.filter-search-research__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid var(--color-red);
  background: #fff;
  font-size: 13px;
  border-radius: 4px;
  color: var(--color-red);
}
.filter-search-research__btn span {
  display: inline-block;
  padding-left: 24px;
  background-color: #fff;
  background-image: url(../img/common/icon_loupe_red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
}
@media screen and (min-width: 769px) {
  .filter-search-research__btn {
    font-size: 15px;
  }
}
.page-item_list-breadcrumb__last-item span {
  position: relative;
  display: inline-block;
  margin: 0;
}
.page-item_list-breadcrumb__last-item > span {
  margin-right: .5em;
}
.page-item_list-breadcrumb__last-item > span + span {
  margin-left: .5em;
}
.page-item_list-breadcrumb__unit--BRAND *:not(:first-child){
  display: none;
}
@media screen and (max-width: 768px) {
  .page-item_list {
    padding-left: var(--edge-space);
    padding-right: var(--edge-space);
  }
}
.page-item_list-header {
  margin: 25px 0 20px;
  text-align: center;
}
.page-item_list-header__title {
  margin-bottom: .5em;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
.page-item_list-header__title .page-item_list-header__title-unit {
  position: relative;
  display: inline-block;
  margin: 0 .2em;
}
.page-item_list-header__title .page-item_list-header__title-unit span {
  position: relative;
  display: inline-block;
  margin: 0 .125em;
}
.page-item_list-header__item-count {
  font-size: 13px;
  color: #888;
}
@media screen and (min-width: 769px) {
  .page-item_list-header {
    margin: 30px 0 30px;
  }
  .page-item_list-header__title {
    font-size: 28px;
  }
  .page-item_list-header__item-count {
    font-size: 16px;
  }
}
.search-product-grid {
  margin: 0 auto;
  max-width: var(--total-width-pc);
  padding: 0;
  box-sizing: content-box;
}
.search-product-grid__list {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, calc((100% - 7px) / 2));
  gap: 18px 7px;
}
.search-product-grid__item {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 641px) {
  .search-product-grid__list {
    grid-template-columns: repeat(3, calc((100% - 7px * 2) / 3));
  }
}
@media screen and (min-width: 769px) {
  .search-product-grid__list {
    grid-template-columns: repeat(4, calc((100% - 7px * 3) / 4));
  }
}
@media screen and (min-width: 997px) {
  .search-product-grid__list {
    gap: 35px 18px;
    grid-template-columns: repeat(5, calc((100% - 18px * 4) / 5));
  }
}
.search-product {
  position: relative;
  display: grid;
  gap: 8px 0;
}
.search-product-visual {
  display: block;
  position: relative;
}
.search-product-visual .item-discount_rate {
  background: #DF0000;
  color: #fff;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
}
.search-product-visual__link {
  display: block;
}
.search-product-visual__primary,
.search-product-visual__secondary {
  line-height: 0;
  transition: all .2s linear;
}
.search-product-visual__secondary {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.search-product-visual__primary img,
.search-product-visual__secondary img {
  width: 100%;
}
.search-product-visual__badge {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  max-width: 25%;
}
.search-product-visual__badge + .search-product-visual__badge {
  display: none;
}
@media screen and (min-width: 769px) {
  .search-product-visual__secondary {
    display: block;
  }
  .search-product-visual:hover .search-product-visual__primary {
    opacity: 0;
    visibility: hidden;
  }
  .search-product-visual:hover .search-product-visual__secondary {
    opacity: 1;
    visibility: visible;
  }
}
.search-product-info {
  display: grid;
  gap: 4px 0;
}
.search-product-info__category,
.search-product-info__brand {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  font-family: var(--font-family-en);
  font-weight: bold;
  line-height: 1.2;
}
.search-product-info__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .search-product-info__category,
  .search-product-info__brand {
    font-size: 15px;
  }
  .search-product-info__name {
    font-size: 14px;
  }
  .search-product-info .item-price {
    font-size: 16px;
  }
}
.search-product-status {
  width: 100%;
}
.search-product-status__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.search-product-status__item {
  width: calc((100% - (2px * 2)) / 3);
  max-width: 56px;
}
.search-product-status__item:empty {
  display: none;
}
.search-product-status__item-vipsale + .search-product-status__item-timesale,
.search-product-status__item-vipsale + .search-product-status__item-sale,
.search-product-status__item-timesale + .search-product-status__item-sale {
  display: none;
}
.search-product-status__item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .search-product-status__list {
    gap: 3px;
  }
  .search-product-status__item {
    width: calc((100% - (3px * 2)) / 3);
  }
}
.search-product-review .number {
  font-size: 10px;
  color: #888;
  margin-left: 5px;
}
/**
 * Staff Review
 * Assessments Averages
*/
.page-product .product-assessments-averages {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 16px #f5f5f5 solid;
}
.page-product .product-assessments-averages.none {
  display: none;
}
.page-product .product-staff-reviews {
  padding-top: 36px;
  margin: 0 20px;
}
.page-product .product-assessments-averages.none + .product-staff-reviews {
  padding-top: 0;
}
.page-product .product-staff-review {
  padding-bottom: 4em;
  border-bottom: 1px solid #F5F5F5;
}
.page-product .product-staff-review + .product-staff-review {
  padding-top: 40px;
}
.page-product .product-staff-review__staff {
  width: 100%;
  padding-bottom: 16px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: flex-start;
}
.page-product .product-staff-review__staff-image {
  flex-basis: 25%;
  width: 25%;
}
.page-product .product-staff-review__staff-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
.page-product .product-staff-review__staff-meta {
  flex-basis: 75%;
  width: 75%;
  padding-left: 36px;
}
.page-product .product-staff-review__staff-name {
  margin: 12px 0 0;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
}
.page-product .product-staff-review__staff-store {
  margin: 4px 0 0;
  line-height: 1.5em;
}
.page-product .product-staff-review__staff-height {
  margin: 4px 0 0;
  font-size: .9em;
  line-height: 1.5em;
}
.product-staff-review__title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
.product-staff-review__published-at {
  margin-bottom: 20px;
  color: #818181;
  font-size: 11px;
}
.page-product .product-staff-review__assessment {
  padding-bottom: 36px;
}
.page-product .product-staff-review__comment {
  height: 3em;
  overflow: hidden;
  font-size: 14px;
}
.page-product .product-staff-review__comment.open {
  height: auto;
}
.page-product .product-staff-review__more-comment {
  position: relative;
  text-align: center;
  cursor: pointer;
  height: 3em;
  margin-top: -1.5em;
  padding-top: 4em;
  font-size: 15px;
  background: rgb( 255, 255, 255 );
  background: linear-gradient( 180deg, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, .9 ) 50%, rgba( 255, 255, 255, 1 ) 100% );
}
.page-product .product-staff-review__more-comment::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 15px;
}
.page-product .product-staff-review__comment.open + .product-staff-review__more-comment {
  display: none;
}
.page-product .product-staff-review__error {
  text-indent: -20px;
}
@media screen and (max-width: 768px) {
  .page-product .product-assessments-averages {
    margin-left: -20px;
    margin-right: -20px;
    padding: 35px 20px 35px;
  }
  .page-product .product-staff-reviews {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-product .product-staff-review {
    padding-bottom: 2.75em;
  }
  .page-product .product-staff-review__staff {
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .page-product .product-staff-review__staff-image {
    flex-basis: 30%;
    width: 30%;
  }
  .page-product .product-staff-review__staff-meta {
    flex-basis: 70%;
    width: 70%;
    padding-left: 24px;
  }
  .product-staff-review__title {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .product-staff-review__published-at {
    margin-bottom: 6px;
  }
  .page-product .product-staff-review__assessment {
    padding-bottom: 20px;
  }
  .page-product .product-staff-review__comment {
    font-size: 13px;
  }
  .page-product .product-staff-review__more-comment {
    height: 4em;
    padding-top: 3.25em;
  }
  .page-product .product-staff-review__error {
    text-indent: 0;
  }
}

/**
 * Customer Review List
 * Summary Graph / Review Product
 */
 .page-customer-review-list {
  line-height: 1.7;
}
.customer-review-list-top-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.customer-review-list-summary-graph {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding-right: 20px;
}
.review-product {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding-left: 20px;
}
.review-product__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.review-product__image {
  max-width: 105px;
}
.review-product__descriptions {
  flex-basis: auto;
  width: 100%;
  max-width: none;
  padding-left: 20px;
}
.review-product__container:not( .done ) .review-product__image {
  width: 100%;
  aspect-ratio: 1/1.2;
  width: 100%;
  background: #E7E7E7;
}
.review-product__container:not( .done ) .review-product__brand {
  display: inline-block;
  height: 1em;
  width: 100%;
  background: #e7e7e7;
}
.review-product__container:not( .done ) .review-product__title {
  display: inline-block;
  height: 1em;
  width: 100%;
  background: #e7e7e7;
}
@media screen and (max-width: 768px) {
  .product-detail-content-title {
    padding: 0 20px;
  }
  .customer-review-list-top-container {
    padding: 0 20px;
  }
  .customer-review-list-summary-graph {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .review-product {
    display: none;
  }
  .page-customer-review-list .review-list {
    margin: 0;
  }
}
/**
 * Social Plus
 * Signup /
 */
.signup-socialplus__heading {
  font-weight: bold;
  text-align: center;
}
.signup-socialplus__secondary {
  padding: 36px 0 0px;
  margin-top: 36px;
  border-top: 1px solid #e7e7e7;
}

/* 10%ポイントバックキャンペーン */
#timesale-countdown .timesale-countdown_block,
#timesale-countdown-timer .timesale-countdown_block {
  background: #FAF5F4;
  width: 700px;
  margin: 0 auto 30px;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #timesale-countdown .timesale-countdown_block,
  #timesale-countdown-timer .timesale-countdown_block {
    width: auto;
    padding: 16px 0;
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 374px) {
  #timesale-countdown .timesale-countdown_block,
  #timesale-countdown-timer .timesale-countdown_block {
    margin: 0 0 20px;
  }
}
#timesale-countdown .timesale-countdown_title,
#timesale-countdown-timer .timesale-countdown_title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-family: var(--font-family-ja);
  background: url(../img/pointback/countdown.png) left center no-repeat;
  background-size: 34px;
  padding-left: 54px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #timesale-countdown .timesale-countdown_title,
  #timesale-countdown-timer .timesale-countdown_title {
    padding-left: 36px;
    font-size: 13px;
    background-size: contain;
  }
}
#timesale-countdown .timesale-countdown_recalc,
#timesale-countdown-timer .timesale-countdown_recalc {
  display: flex;
  font-size: 45px;
  font-weight: bold;
  align-items: center;
  gap: 5px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #timesale-countdown .timesale-countdown_recalc,
  #timesale-countdown-timer .timesale-countdown_recalc {
    font-size: 28px;
    gap: 2px;
  }
}
#timesale-countdown .timesale,
#timesale-countdown-timer .timesale-countdown_day,
#timesale-countdown .timesale,
#timesale-countdown-timer .timesale-countdown_hour,
#timesale-countdown .timesale,
#timesale-countdown-timer .timesale-countdown_minutes,
#timesale-countdown .timesale-countdown_seconds,
#timesale-countdown-timer .timesale-countdown_seconds {
  display: flex;
  gap: 5px;
  margin: 0;
}
#timesale-countdown .timesale-countdown_day >,
#timesale-countdown-timer .timesale-countdown_day > span,
#timesale-countdown .timesale-countdown_hour >,
#timesale-countdown-timer .timesale-countdown_hour > span,
#timesale-countdown .timesale-countdown_minutes >,
#timesale-countdown-timer .timesale-countdown_minutes > span,
#timesale-countdown .timesale-countdown_seconds > span,
#timesale-countdown-timer .timesale-countdown_seconds > span {
  background: #B92C3B;
  color: #fff;
  font-size: 50px;
  border-radius: 12px;
  padding: 13px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-family: var(--font-family-en);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #timesale-countdown .timesale-countdown_day >,
  #timesale-countdown-timer .timesale-countdown_day > span,
  #timesale-countdown .timesale-countdown_hour >,
  #timesale-countdown-timer .timesale-countdown_hour > span,
  #timesale-countdown .timesale-countdown_minutes >,
  #timesale-countdown-timer .timesale-countdown_minutes > span,
  #timesale-countdown .timesale-countdown_seconds > span,
  #timesale-countdown-timer .timesale-countdown_seconds > span {
    font-size: 28px;
    padding: 6px 4px;
    border-radius: 8px;
    gap: 8px;
  }
}

/**
 * 20230623 SUMMER SALE
 */
.header-banner-block .banner-block-item a {
  background: #B30122;
}

[data-title="MAX50%OFF！SUMMER SALE"] .menu-primary__label {
  color: #B30122;
  font-weight: bold;
}

#shop_name[value=top] ~ div #js-recommend_products {
    border-top: none;
}

#shop_name[value=top] ~ div #pickup-section-extra {
  background: #FAF5F4;
  border-top: none;
}

#shop_name[value=top] ~ div #pickup-section-extra .timesale-countdown_block {
  background: #FFFFFF;
}
.cookie_alert {
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  border: 1px solid var(--color-red);
  margin: 5px;
}
.cookie_alert__message {
  color: var(--color-red);
  margin-bottom: 3px;
}
.cookie_alert a {
  font-size: 12px;
}
.cookie_alert a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
  transform: rotate(45deg);
  transform-origin: center center;
  vertical-align: middle;
  margin-left: 5px;
}

/**
 * 20230720 FIREWORK
 */

.page-live {
  padding: 0;
  max-width: none;
}

.live-section {
  border: none;
}
.live-section:nth-child( odd ) {
  background: #FCEBEB;
}
.live-section:nth-child( even ) {
  background: #FFFFFF;
}

.live-header {
  background: url( '/client_info/FREAKSSTORE/view/userweb/img/live/bg-live-1440@2x.png' ) no-repeat;
  background-size: cover;
}
.live-header__key-visuals {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: var(--total-width-pc);
  padding-inline: 20px;
  box-sizing: content-box;
}
.live-header__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 50%;
  width: 50%;
}
.live-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.live-copy {
  color: #F23E64;
  font-weight: 700;
}
.live-lead-copy {
  font-weight: 500;
  line-height: 1.8;
}
@media ( max-width: 768px ) {
  .live-header {
    padding: 56px 0;
  }
  .live-header__key-visuals {
    flex-direction: column;
    align-items: center;
  }
  .live-header__row {
    flex: 0 0 100%;
    width: 100%;
  }
  .live-header__row:nth-child( 1 ) {
    flex: 0 0 auto;
    width: auto;
  }
  .live-header__row + .live-header__row {
    padding: 36px 0 0;
  }
  .live-logo {
    width: 184px;
    height: 126px;
  }
  .live-copy {
    padding: 22px 0 0;
    font-size: 22px;
  }
  .live-lead-copy {
    padding: 18px 0 0;
    font-size: 14px;
  }
}
@media ( min-width: 769px ) {
  .live-header {
    padding: 96px 0;
  }
  .live-header__key-visuals {
    flex-direction: row;
  }
  .live-header__row {
    flex: 0 0 50%;
    width: 50%;
  }
  .live-logo {
    width: 293px;
    height: 200px;
  }
  .live-copy {
    padding: 34px 0 0;
    font-size: 33px;
  }
  .live-lead-copy {
    padding: 26px 0 0;
    font-size: 20px;
  }
}

.live-schedules {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: auto;
  width: 100%;
  max-width: 578px;
}
.live-schedule {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 136px;
  background: #FFFFFF;
  border-radius: 5px;
}
.live-schedule.shadow-none {
  border: 1px solid #ffe1e3;
}
.live-schedule:not( .shadow-none ) {
  box-shadow: 0 3px 6px rgba( 242, 62, 100, .06 );
}
.live-schedule__col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.live-schedule__date {
  font-family: 'Lato';
  font-weight: 700;
}
.live-schedule__day-of-week {
  font-weight: 500;
}
.live-schedule__time {
  padding: 3px 0 0;
  font-family: 'Lato';
  font-weight: 500;
  letter-spacing: .05em;
}
.live-schedule__label {
  padding: 8px 0 0;
  font-weight: 500;
  line-height: 1.75;
}
.live-schedule__link {
  padding-right: 1.5em;
  width: 100%;
  color: #F23E64;
  font-weight: 500;
  text-align: right;
}
@media ( max-width: 768px ) {
  .live-schedule {
    padding: 16px 16px;
  }
  .live-schedule__col:nth-child( 1 ) {
    flex: 0 0 22%;
    width: 22%;
  }
  .live-schedule__col:nth-child( 2 ) {
    flex: 0 0 78%;
    padding-left: 12px;
    min-height: 92px;
    width: 78%;
    border-left: 1px solid #E3E3E3;
  }
  .live-schedule__date {
    font-size: 16px;
  }
  .live-schedule__day-of-week {
    font-size: 10px;
  }
  .live-schedule__time {
    font-size: 15px;
  }
  .live-schedule__label {
    font-size: 13px;
  }
  .live-schedule__link {
    font-size: 13px;
  }
  .live-schedule.shadow-none {
    min-height: 0;
  }
  .live-schedule.shadow-none .live-schedule__col:nth-child( 2 ) {
    align-items: center;
    min-height: 40px;
  }
  .live-schedule.shadow-none .live-schedule__label {
    padding: 0;
  }
}
@media ( min-width: 769px ) {
  .live-schedule {
    padding: 24px 28px;
  }
  .live-schedule__col:nth-child( 1 ) {
    flex: 0 0 20%;
    width: 20%;
  }
  .live-schedule__col:nth-child( 2 ) {
    flex: 0 0 80%;
    padding-left: 28px;
    min-height: 92px;
    width: 80%;
    border-left: 1px solid #E3E3E3;
  }
  .live-schedule__date {
    font-size: 21px;
  }
  .live-schedule__day-of-week {
    font-size: 13px;
  }
  .live-schedule__time {
    font-size: 20px;
  }
  .live-schedule__label {
    font-size: 17px;
  }
  .live-schedule__link {
    font-size: 17px;
  }
}

.live-channel-introduction {
  font-weight: 700;
  line-height: 1.5;
}
.live-channel-introduction__highlight {
  display: block;
  color: #F23E64;
}
@media ( max-width: 768px ) {
  .live-channel-introduction {
    font-size: 18px;
  }
  .live-channel-introduction br {
    display: inherit;
  }
  .live-channel-introduction__highlight {
    padding: 8px 0 0;
  }
}
@media ( min-width: 769px ) {
  .live-channel-introduction {
    font-size: 20px;
  }
  .live-channel-introduction br {
    display: none;
  }
  .live-channel-introduction__highlight {
    padding: 16px 0 0;
  }
}

.live-tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.live-tag {
  flex: 0 0 auto;
  padding: 8px;
  font-weight: 500;
  line-height: 1;
  background: #F4F4F4;
  border-radius: 3px;
}
@media ( max-width: 768px ) {
  .live-tags {
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 0 0 10px;
    padding-right: 20px;
    margin: 0 0 10px;
    margin-right: -20px;
  }
  .live-tag {
    font-size: 11px;
  }
}
@media ( min-width: 769px ) {
  .live-tags {
    flex-wrap: wrap;
    gap: 13px;
    padding: 0 0 30px;
  }
  .live-tag {
    font-size: 14px;
  }
}

.live-playlist {
  --player-border-radius: 0;
  --fw-thumbnail-border-radius: 0;
  --fw-thumbnail-font-size: 10px;
  --fw-thumbnail-font-weight: bold;
  --fw-button-color: #F23E64;
}
@media ( max-width: 768px ) {
  .live-playlist {
    --fw-thumbnail-gap: 13px;
    --fw-thumbnail-height: 247px;
    --fw-thumbnail-width: 150px;
  }
}
@media ( min-width: 769px ) {
  .live-playlist {
    margin: auto;
    width: 987px;
    --fw-thumbnail-gap: 16px;
    --fw-thumbnail-height: 304px;
    --fw-thumbnail-width: 186px;
  }
}

@media ( max-width: 768px ) {
  .js-daytona-live {
    margin-bottom: 60px;
  }
}
@media ( min-width: 769px ) {
  .js-daytona-live {
    margin-bottom: 60px;
  }
}

.fw-embed-feed-heading {
  padding: 6px 0 4px;
  font-weight: bold;
  font-size: 13px;
}
@media ( min-width: 769px ) {
  .fw-embed-feed-heading {
    padding: 8px 0;
    font-size: 15px;
  }
}

/**
 * 20230911 FEATURE: CONTENT: PRODUCT
 */

.ss-feature-detail .content-area-product {
  display: none !important;
}

.ss-feature-detail .ss-boxtype-list:has( .content-area-product ):not( :has(
    .content-area-title,
    .content-area-description,
    .content-area-coordinate,
    .content-area-html
) ) {
  display: none !important;
}

/**
 * 20230919 WEBVIEW: ELEMENT: HEADER, FOOTER, NAVIGATION
 */

.is-webview .header-banner-block,
.is-webview .header-primary-container,
.is-webview .header-search-container,
.is-webview .common-footer,
.is-webview .document-footer,
.is-webview .footer-menu {
  display: none;
}

.is-webview.top .header-search-container,
.is-webview.list .header-search-container,
.is-webview.view .header-search-container {
  display: inherit;
}

/**
 * 20230927 WEBVIEW: REVIEW CAMPAIGN: MESSAGE
 */

.review-campaign-announce {
  display: none;
}

.is-webview .review-campaign-announce {
  display: inherit;
}

/**
 * 20230929 WEBVIEW: SOCIAL PLUS: MESSAGE
 */

.social-plus-deprecated {
    display: none;
    padding-inline: 18px;
    color: #5D5D5D;
    font-size: 12px;
    line-height: 1.69;
    text-align: center;
}

.is-webview .social-plus-deprecated {
    display: inherit;
}

.is-webview .page-mypage #social_plus .page-section__body,
.is-webview .page-login .login-social .page-section__body,
.is-webview .page-cart-login .login-social .page-section__body {
    display: none;
}

/**
 * 202310 THEME: HALLOWEEN
 */

.add-theme.halloween .document-header .banner-block-item a {
  color: #FFC86C;
  background: no-repeat #5F378D;
  background-image:
    url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/bg.png' ),
    url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/bg.png' )
  ;
  background-position:
    -4% 0,
    104% 0
  ;
  background-size: auto 90%;
}

.add-theme.halloween .header-logo {
  position: relative;
}

.add-theme.halloween .bat1,
.add-theme.halloween .bat2,
.add-theme.halloween .bat3 {
  position: absolute;
  background: no-repeat;
  background-size: 100%;
}

.add-theme.halloween .bat1 {
  top: -7px;
  left: -34px;
  width: 28px;
  height: 13px;
  transform: rotate( 353deg );
  background-image: url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/bat1.svg' );
  animation: bat1Move 8.667s linear infinite;
}

.add-theme.halloween .bat2 {
  top: -13px;
  right: -28px;
  width: 27px;
  height: 17px;
  transform: rotate( 1deg );
  background-image: url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/bat2.svg' );
  animation: bat2Move 8.667s 2.16s linear infinite;
}

.add-theme.halloween .bat3 {
  bottom: -2px;
  right: -36px;
  width: 23px;
  height: 10px;
  transform: rotate( 355deg );
  background-image: url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/bat3.svg' );
}

.add-theme.halloween .freak {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 9999999999;
  width: 252px;
  height: 137px;
  background: no-repeat url( '/client_info/FREAKSSTORE/view/userweb/img/theme/2023-halloween/animation.gif' );
  background-size: 100%;
  animation: spWalk 10s linear;
}

@media ( min-width: 768px ) {
  .add-theme.halloween .document-header .banner-block-item a {
    background-position:
      calc( 50% - 200px ) calc( 0% ),
      calc( 50% + 200px ) calc( 0% )
    ;
  }

  .add-theme.halloween .bat1 {
    width: 32px;
    height: 15px;
  }

  .add-theme.halloween .bat2 {
    width: 31px;
    height: 20px;
  }

  .add-theme.halloween .bat3 {
    width: 26px;
    height: 12px;
  }

  .add-theme.halloween .freak {
    bottom: -2px;
    width: 292px;
    height: 160px;
    animation: pcWalk 10s linear;
  }
}

@keyframes spWalk {
  0% {
    transform: translateX( -252px );
  }
  100% {
    transform: translateX( 0 );
  }
}

@keyframes pcWalk {
  0% {
    transform: translateX( -292px );
  }
  100% {
    transform: translateX( 0 );
  }
}

@keyframes bat1Move {
  0% {
    transform: rotate( 366deg );
  }
  2.5% {
    transform: rotate( 353deg );
  }
  5% {
    transform: rotate( 366deg );
  }
  7.5% {
    transform: rotate( 353deg );
  }
  10% {
    transform: rotate( 366deg );
  }
  49% {
    transform: rotate( 366deg );
  }
  50% {
    transform: rotate( 366deg );
  }
  52.5% {
    transform: rotate( 353deg );
  }
  55% {
    transform: rotate( 366deg );
  }
  57.5% {
    transform: rotate( 353deg );
  }
  60% {
    transform: rotate( 366deg );
  }
  100% {
    transform: rotate( 366deg );
  }
}

@keyframes bat2Move {
  0% {
    transform: rotate( 1deg );
  }
  2.5% {
    transform: rotate( -14deg );
  }
  5% {
    transform: rotate( 1deg );
  }
  7.5% {
    transform: rotate( -14deg );
  }
  10% {
    transform: rotate( 1deg );
  }
  49% {
    transform: rotate( 1deg );
  }
  50% {
    transform: rotate( 1deg );
  }
  52.5% {
    transform: rotate( -14deg );
  }
  55% {
    transform: rotate( 1deg );
  }
  57.5% {
    transform: rotate( -14deg );
  }
  60% {
    transform: rotate( 1deg );
  }
  100% {
    transform: rotate( 1deg );
  }
}
