@charset "utf-8";

/* Item List Style
-------------------------------*/
.favorite {
  position: absolute;
  right: 1rem;
  text-indent: -9999px;
  display: block;
  background: url(/ja-jp/assets/front/img/heart.svg) no-repeat center center;
  background-size: 13px auto;
  margin-top: 1rem;
  width: 29px;
  height: 29px;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
.favorite:hover {
  opacity: 1;
}
.cat_favorite {
  right: 0 !important;
}
.favorite.active {
  background: url(/ja-jp/assets/front/img/h_ico02.svg) no-repeat center center;
  background-size: 13px auto;
  background-color: #fff;
}
.item-bag .a-icon-bag {
  float: right;
  color: #444;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: url(/ja-jp/assets/front/img/plus.svg) no-repeat center center;
  background-size: 15px auto;
  background-color: #fff;
  opacity: 0.8;
}
.a-icon-bag:before {
  content: none;
}
.item-bag {
  position: absolute;
  padding: 12px 0 0 0;
  right: 1rem;
  top: 3.3rem;
}
.item-bag:hover {
  opacity: 1;
}
.a-heading-2.product-title {
  width: 250px;
}
.image-holder img {
  display: block;
}
.image-holder:hover img {
  display: none;
}
.image-holder:hover .img2 {
  display: block;
}
.image-holder .img2 {
  display: none;
}

.o-local-navigation .navigation {
  overflow: hidden;
}
.o-local-navigation .navigation ul {
  padding-bottom: 10px;
}
.o-local-navigation .navigation ul::-webkit-scrollbar {
  display: none;
}
.o-local-navigation .navigation .a-button {
  margin-bottom: 5px;
  padding: 1px 12px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
.o-local-navigation .navigation .a-link {
  margin-right: 0px;
}
.o-local-navigation .navigation .a-link {
  color: #1b1b1b;
  line-height: 17px;
  letter-spacing: 0.4px;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.o-local-navigation .navigation .a-link.is-selected {
  font-weight: 600;
}
li.a-button .a-link:hover {
  opacity: 1;
}

li.a-button:hover .a-link {
  font-weight: 600;
}
.u-row .o-category-listing,
.o-grid-controller.is-four-cols .content .scrollable-content {
  /* display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; */
  /* display: grid;
	grid-template-columns: repeat(12, 1fr); */
}
.change-view_btn {
  border: none;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
  letter-spacing: 0.4px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 16px;
}
.change-view_btn.column-4 {
  background-image: url("/ja-jp/assets/front/img/change_view02.svg");
}
.change-view_btn.column-6 {
  background-image: url("/ja-jp/assets/front/img/change_view03.svg");
}
.change-view_btn.column-10 {
  background-image: url("/ja-jp/assets/front/img/change_view04.svg");
}
.cv-btn-sp{
  display: none;
}
.cv-btn-pc{
  display: block;
}
.side-btn-wrap{
  position: sticky;
	bottom: 20%;
	right: 0;
	height: 40px;
	width: 40px;
	margin: 14px;
	margin-left: auto;
	margin-right: 50px;
	display: block;
}
@media (max-width: 1025px) {
  .change-view_btn {
    background-color: #fff;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 25;
  }
  .change-view_btn::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    content: "";
  }
  .change-view_btn.column-4 {
    background-image: url("/ja-jp/assets/front/img/change_view01-sp.svg");
  }

  .change-view_btn.column-6 {
    background-image: url("/ja-jp/assets/front/img/change_view02-sp.svg");
  }

  .change-view_btn.column-10 {
    background-image: url("/ja-jp/assets/front/img/change_view03-sp.svg");
  }
	.cv-btn-sp{
		display: block;
	}
	.cv-btn-pc{
		display: none;
	}
	.side-btn-wrap{
		margin-right: 0;
	}
}
.m-item-column.hide-change-view.column-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.9375rem;
}
.m-item-column.hide-change-view.column-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.9375rem;
}
.m-item-column.column-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.9375rem;
}
.m-item-column.column-6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.5rem;
}
.pl-12 .description {
  padding-left: 12px;
}
.pr-12 .description {
  padding-right: 12px;
}
.m-item-column.column-10 {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.625rem;
  row-gap: 0.2rem;
}

@media (max-width: 1025px) {
  .m-item-column.hide-change-view.column-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.9375rem;
  }
  .m-item-column.hide-change-view.column-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.9375rem;
  }
  .m-item-column.column-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.9375rem;
  }
  .m-item-column.column-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 1.5rem;
  }
  .m-item-column.column-10 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.3125rem;
    row-gap: 0;
  }
  .m-item-column.column-4 .column:nth-child(1n + 1) .description,
  .m-item-column.column-6 .column:nth-child(2n + 1) .description,
  .m-item-column.hide-change-view.column-3 .column:nth-child(2n + 1) .description,
  .m-item-column.hide-change-view.column-2 .column:nth-child(2n + 1) .description {
    padding-left: 12px;
  }
  .m-item-column.column-4 .column:nth-child(1n + 1) .description,
  .m-item-column.column-6 .column:nth-child(2n) .description,
  .m-item-column.hide-change-view.column-3 .column:nth-child(2n) .description,
  .m-item-column.hide-change-view.column-2 .column:nth-child(2n) .description {
    padding-right: 12px;
  }
}
.u-row.u-full-width .contain {
	max-width: none !important;
}
.o-local-navigation {
	max-width: none !important;
}
.o-local-navigation .item-navs-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
}
.o-page-content .o-local-navigation .navigation-container{
	position: relative;
}
.o-local-navigation .item-navigation-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 50%;
  margin: auto;
  padding: 0 40px;
  position: absolute;
	bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
	.o-local-navigation .item-navigation-wrapper {
		bottom: 0;
	}
}
.o-local-navigation .item-navigation {
	margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.o-local-navigation .item-navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1025px) {
	.o-local-navigation .item-navigation ul {
		justify-content: normal;
	}
}
.o-local-navigation .item-navigation li {
  display: inline-block;
}
.o-local-navigation .item-navigation li.is-active {
  font-weight: 600;
}
.o-local-navigation .item-navigation a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
	line-height: 1;
}
.o-local-navigation .item-scroll-button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-local-navigation .item-scroll-button.item-left {
  left: 0;
}
.o-local-navigation .item-scroll-button.item-right {
  right: 0;
}
.o-local-navigation .item-scroll-button.item-right::before,
.o-local-navigation .item-scroll-button.item-left::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 1.5px 1.5px 0;
  padding: 2px;
  margin-bottom: 5px;
}
.o-local-navigation .item-scroll-button.item-right::before {
  transform: rotate(-45deg);
}
.o-local-navigation .item-scroll-button.item-left::before {
  transform: rotate(135deg);
}
.o-local-navigation .item-scroll-button.item-left::after,
.o-local-navigation .item-scroll-button.item-right::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.o-local-navigation .item-scroll-button.item-left::after {
  left: 100%;
  width: 30px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.o-local-navigation .item-scroll-button.item-right::after {
  right: 100%;
  width: 30px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.o-local-navigation .a-heading-1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 140%;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}
@media (max-width: 1025px) {
  .o-local-navigation .item-navigation-wrapper {
    width: 100%;
    padding: 0;
    padding-bottom: 2rem;
  }
  .o-local-navigation .item-navigation ul {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
  .o-local-navigation .a-heading-1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.o-product .description .m-swatches {
  width: 100%;
  max-width: 35px;
  margin-top: 0;
  display: flex;
	align-items: center;
}
.o-product .description .item-tags {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.o-product .description .m-product-markers {
  margin-left: auto;
  margin-top: 0;
}
.m-product-marker .marker-text {
  letter-spacing: 0.03em;
}
.m-product-marker .promo-marker {
  max-width: 7.5rem;
  display: inline-block;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}
.m-product-marker.m-product-markers{
  margin-top: 2px;
}
@media (max-width: 10250px) {
  .m-product-marker .promo-marker {
    max-width: 11.5rem;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .m-product-marker .promo-marker {
    max-width: 8.5rem;
    display: inline-block;
  }
}
.m-product-marker .promo-marker span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
	line-height: 1;
}
.o-product .image-holder {
  overflow: hidden;
}
.m-swatches .a-link {
	display: flex;
	align-items: center;
}
.m-swatches .a-link .more-color {
  font-size: 14px;
  line-height: 145%;
  display: inline-block;
  line-height: 1;
}
.o-product-sort
  .o-filter
  .m-dropdown.filter-dropdown
  .list-wrapper
  .a-option
  .a-link {
  display: block;
}
.o-product-sort .o-filter .m-dropdown.filter-dropdown .placeholder {
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}
.m-dropdown.filter-dropdown .placeholder {
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}
.o-product-filter .a-link.txt-clear {
  text-transform: none;
  display: inline;
  vertical-align: super;
}
.o-product-filter .a-link.txt-clear:after {
  font-family: COS-Icons;
  font-weight: 400;
  content: "";
  margin-left: 3px;
  font-size: 10px;
}
.o-product-filter .a-link.txt-clear.js-clear {
  font-size: 12px;
  color: #444;
  line-height: 12px;
  display: none;
  white-space: nowrap;
}
.a-button.heart {
  background: #444 url(/ja-jp/assets/front/img/heart.svg) no-repeat top 15px
    right 55px;
  background-size: 15px;
}
.o-product.item_archive__list .image-if-hover {
  background: #eee;
}
.o-product.item_archive__list .image-if-hover img {
  /* opacity: 0; */
}
.o-product.item_archive__list {
  position: relative;
}
.o-product.item_archive__list .favorite {
  opacity: 0;
}
.o-product.item_archive__list .item-bag {
  opacity: 0;
}

.o-product.item_archive__list:hover .favorite {
  opacity: 1;
}
.o-product.item_archive__list:hover .item-bag {
  opacity: 1;
}
.o-product .description .product-title,
.o-product-cofs .description .product-title {
  margin-top: 19px;
}
.o-category-listing.m-item-column .column {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.o-category-listing.m-item-column .column .o-product .description {
  width: 100%;
}
.o-category-listing.m-item-column.column-10 .column .description {
  display: none;
}
.o-product .description .product-title {
  width: 100%;
  margin-top: 0;
}
.o-product .description .m-product-price {
  margin-top: 0;
}
.o-product .description .m-product-price span {
  white-space: nowrap;
  font-size: 0.813rem;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 10250px) {
  .o-product .description .m-product-price span {
    font-size: 11px;
  }
}
@media (max-width: 650px) {
	.o-category-listing.m-item-column .column .o-product .description{
		position: relative;
	}
}
.o-seo-text .a-paragraph {
  font-size: 13px;
  line-height: 20px;
}
.m-product-price span.is-reduced-percent {
  color: #d44511;
  display: inline-block;
}
.m-product-price span.is-reduced {
  color: #c80100;
}
.m-product-price span.is-deprecated {
  margin-right: 0;
  margin-left: 7px;
}
.item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0 6px;
}
.a-swatch .a-image {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  margin-top: 2.5px;
}
.marker-text .promo-marker span {
  color: #1b1b1b !important;
}

.product-title {
  flex: 1;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h2-product-title {
  margin: 0;
  font-size: 1rem;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}

.m-product-price {
  white-space: nowrap;
  line-height: 1;
}
.item-info .m-product-price {
  max-width: none;
}

@media (min-width: 1025px) {
  .o-product-filter .a-link.txt-clear {
    font-size: 11px;
  }
  .o-product-filter .a-link.txt-clear {
    letter-spacing: 0.0825em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
  }
  .o-category-listing .column {
    margin-bottom: 27px;
    margin-top: 0;
  }
  .a-heading-2.product-title {
    width: 310px;
  }
  .m-t-19-pc {
    margin-top: 19px !important;
  }
  .m-b-16-pc {
    margin-top: 16px !important;
  }
}
@media (max-width: 1025px) {
  .item-bag {
    display: none;
  }
  .o-product.item_archive__list .favorite {
    opacity: 1;
    right: 1rem;
  }
  .o-product .description .item-tags {
    padding-bottom: 0;
  }
}
@media (max-width: 780px) {
  .o-product .description .product-title {
    width: 140px;
  }
}
@media (max-width: 650px) {
  .o-product.item_archive__list .favorite {
    opacity: 1;
    right: 1rem;
    margin-top: 0;
		top: -3rem;
  }
}
@media (max-width: 420px) {
  .o-product .description .product-title {
    width: 100%;
  }
  .o-category-listing .column {
    margin-bottom: 55px;
    margin-top: 0;
  }
}
.o-search.is-default-open .js-a-input-search {
  color: #444;
}
.o-page-content{
	margin-top: 0 !important;
}
.o-page-content .shop_by_size {
  color: #444;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0;
  font-family: "source-han-sans-japanese";
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
.o-page-content .category-push-background {
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.o-page-content .category-push-background .o-hero {
  margin-top: 10px;
}
.o-hero .m-teaser-full-width {
  text-align: center;
  margin: 0 auto;
}
.o-page-content
  .category-push-background
  .o-hero
  .m-teaser-full-width
  .cta-wrapper
  .a-link {
  color: #444;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
  line-height: 40px;
}
.q-alpha2 {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 23px;
}
.m-dropdown.filter-dropdown,
.sp-filter {
  color: #1b1b1b !important;
}
.m-dropdown.filter-dropdown .placeholder:hover span {
  color: #767676;
}
.sp-filter:hover {
  color: #767676 !important;
}
.h2-filter {
  font-weight: 500 !important;
  font-size: 12px !important;
  min-height: 12px !important;
}
@media (max-width: 767px) {
  .m-dropdown .placeholder.h2-filter {
    padding: 0px !important;
  }
  .p-b-22 {
    padding-bottom: 22px !important;
  }
  .p-b-16 {
    padding-bottom: 20px !important;
  }
  .p-t-21 {
    padding-top: 21px !important;
  }
  .m-0 {
    margin: 0px !important;
  }
  .bg-btn-44 {
    background-color: #444444 !important;
  }
  .m-b-0 {
    margin-bottom: 0px !important;
  }
  .m-t-0 {
    margin-top: 0px !important;
  }
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.hide {
  display: none !important;
}
.h2-product-title {
  font-weight: normal !important;
  font-size: 0.813rem !important;
  line-height: 14px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.h2-product-title.show_cms_only {
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-thickness: 1.5px; 
}

/* goods.tpl Style
-------------------------------*/
img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .o-quick-buy .product-image {
    width: 48%;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .o-quick-buy {
    height: auto;
  }
  .o-quick-buy .right-panel .o-product-information {
    padding: 11px 4px 30px;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .title .a-paragraph {
    display: inline-block;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .m-product-price {
    display: block;
  }
  .o-quick-buy .right-panel .colorList ul li {
    display: inline-flex;
  }
  .color_list .color_detail .color_no_image,
  .color_list .color_detail img {
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
  }
  .colorList ul li.out-of-stock .tooltip-text {
    background-color: #ccc;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.04em;
    visibility: hidden;
    width: 102px;
    text-align: center;
    padding: 7px 0 4px;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
  }
  .color_detail.out-of-stock:after {
    background: linear-gradient(
      to top left,
      rgba(231, 231, 231, 0) 0,
      rgba(231, 231, 231, 0) calc(50% - 0.8px),
      #e7e7e7 50%,
      rgba(231, 231, 231, 0) calc(50% + 0.8px),
      rgba(231, 231, 231, 0) 100%
    );
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
  }
  .o-lightbox:not(.is-checkout-btn) li:nth-of-type(n) {
    text-align: center !important;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    width: 100%;
    margin: 0px;
  }
  .m-dropdown .placeholder {
    text-align: center !important;
    padding: 13px !important;
  }
  .m-dropdown .a-option {
    padding: 13px !important;
    border-bottom: 1px solid #e7e7e7;
    color: #454545;
  }
  .m-dropdown.pdp-dropdown .list-wrapper {
    position: relative;
    padding-top: 0px !important;
  }
}
.o-product-information .o-form .color-section {
  padding: 24px 0 0;
}
.o-quick-buy .right-panel {
  padding-top: 0;
}
.o-quick-buy .right-panel .o-product-information {
  padding: 0 6px 30px;
}
.o-quick-buy .right-panel .o-product-information h1 {
  font-size: 2em;
  margin: 0 0;
  font-family: "source-han-sans-japanese";
}
.o-quick-buy .right-panel .o-product-information h1 p {
  font-family: "source-han-sans-japanese";
  font-weight: 400;
}
.o-quick-buy .right-panel .o-product-information .o-form .m-product-price {
  margin: 25px 0 36px;
}
/*colorList*/
.colorList ul li {
  margin: 0 10px 10px 0;
  width: 18px;
  height: 18px;
  text-align: center;
  /*overflow: hidden;*/
}
.colorList {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.grid-cols-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gap-4{
 column-gap: 1.25rem;
}
.grid-center{
  grid-template-columns: repeat(3, 1fr);
}
.seo-container {
  grid-column: span 1 / span 4;
  text-align: left;
  padding-bottom: 2.5rem;
}
.a-heading-1.seo-title{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  margin-bottom:0px;
}
.a-paragraph.seo-content{
    font-size: .813rem;
    font-weight: 400;
    line-height: 145%;
    text-transform: none;
}
@media only screen and (max-width: 1025px) {
  .seo-container {
    grid-column: 1 / 5;
    padding-bottom: 4.5rem;
  }
}
.m-item-column{
	display: none;
}

.o-seo-text .a-paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行で表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}

.o-seo-text.expanded .a-paragraph {
  display: block; /* 全文表示 */
  -webkit-line-clamp: unset;
}
.seo-categories-top {
  position: relative;
}
.contain.expanded .toggle-button {
  position: static;
  padding-left: 0;
  padding-top: 0.75rem;
}
.toggle-button {
  display: block;
  background: none;
  border: none;
  color: #000;
  background-color: #fff;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  padding: 0 5px 0 10px;
  z-index: 1;
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
}
.toggle-button::before {
  content: "";
  position: absolute;
  left: -30px; /* ボタンの左側に配置 */
  top: 0;
  width: 30px; /* グラデーションの幅 */
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none; /* グラデーション部分でのクリックを無効にする */
}
.marker-label.temp-marker{
	position: absolute;
	top: -1px;
}

@media only screen and (max-width: 600px) {
  .o-category-listing .o-product .image-if-hover .new-marker {
    left: 0 !important;
  }
}

@media (min-width: 1025px) {
  .o-category-listing .o-product .image-if-hover .new-marker {
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.o-category-listing .o-product .image-if-hover .new-marker {
  color: #1b1b1b;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 0 8px 1px 8px;
}
.o-category-listing .o-product .image-if-hover .new-marker span {
  font-family: "SuisseIntl", "source-han-sans-japanese", sans-serif;
  line-height: 140%;
}


.o-category-listing .o-product .image-if-hover .new-marker span {
	font-size: 9px !important;
	line-height: 13px;
	letter-spacing: 0.04em !important;
}


@media (min-width: 1025px) {
  .o-category-listing .o-product .image-if-hover .new-marker span {
    font-size: 9px !important;
    letter-spacing: 0.0825em !important;
  }

  .o-category-listing .o-product .image-if-hover .new-marker {
    color: #1b1b1b;
    background-color: #fff;
    top: -3px !important;
    left: 0 !important;
    padding: 0 8px 1px 8px;
  }

  .o-category-listing .o-product .image-if-hover .new-marker span {
    font-size: 10px;
    background-color: #fff;
    padding: 6px 8px;
  }
}
.o-product .description .temp-marker,
.o-product-cofs .description .temp-marker {
  font-family: "source-han-sans-japanese";
  font-weight: 400;
  letter-spacing: 0.0825em;
  position: absolute;
  top: -5px !important;
  left: 8px !important;
}
.o-product .image-if-hover .temp-marker .ico.ico2 {
  line-height: 4.5;
	font-size: 10px;
	padding-left: 10px;
}
@media (max-width: 1025px) {
  .o-product .description .temp-marker,
  .o-product-cofs .description .temp-marker {
    top: -3px !important;
    left: 0px !important;
  }
  .o-product .description .temp-marker .ico.ico2 {
    padding-left: 8px;
    line-height: 1.5;
  }
}
.colorList ul {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colorList ul li {
  display: inline-block;
  margin: 5px;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  box-sizing: content-box;
}
.colorList li.active span {
  color: #e6e6e6;
}
.colorList li img {
  width: 18px;
  height: 18px;
}
.colorList li.active {
  width: 22px;
  height: 22px;
  border: 1px solid #1b1b1b;
}
.colorList li.active img {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
.colorList li span.color_no_image {
  width: 100%;
  height: 18px;
  display: inline-block;
}
.colorList li.active span.color_no_image {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.color_detail.out-of-stock {
  color: #e7e7e7;
  position: relative;
}
.color_detail.out-of-stock:after {
  background: linear-gradient(
    to top left,
    rgba(231, 231, 231, 0) 0,
    rgba(231, 231, 231, 0) calc(50% - 0.8px),
    #e7e7e7 50%,
    rgba(231, 231, 231, 0) calc(50% + 0.8px),
    rgba(231, 231, 231, 0) 100%
  );
  content: "";
  position: absolute;
  width: calc(100%);
  height: 100%;
  top: 0;
  left: 0;
}

.colorList ul li.out-of-stock .tooltip-text {
  background-color: #fff;
  color: #000;
  border:1px solid black;
	text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
  visibility: hidden;
  width: max-content;
  text-align: center;
  padding:4px 4px 2px 4px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
}
.colorList ul li.out-of-stock:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* .colorList ul li.out-of-stock:hover .tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent;
  transform: rotate(180deg);
} */
.colorList ul li.in-stock .tooltip-text {
  background-color: #fff;
  color: #000;
  border:1px solid black;
	text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
  visibility: hidden;
  width: max-content;
  text-align: center;
  padding:4px 4px 2px 4px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
}
.colorList ul li.in-stock:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* .colorList ul li.in-stock:hover .tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent;
  transform: rotate(180deg);
} */
.colorList ul li span {
  visibility: hidden;
}
/*size select*/
.o-quick-buy
  .right-panel
  .o-product-information
  .o-form
  .color-section.pc-size-section
  .a-paragraph {
  margin: 20px 0 10px;
}
.o-quick-buy
  .right-panel
  .o-product-information
  .o-form
  .color-section
  .pdp-dropdown
  .placeholder {
  padding: 9px;
  margin-bottom: 8px;
  text-align: center;
}
.o-quick-buy .right-panel .o-product-information .o-form .m-dropdown {
  max-width: 326px;
  margin-bottom: 10px;
}
.o-quick-buy
  .right-panel
  .o-product-information
  .o-form
  .m-dropdown
  .a-icon-arrow-down-small {
  top: 12px;
}
/*size guide*/

.o-quick-buy .right-panel .o-product-information .a-link.size-guide-txt {
  border-bottom: 1px solid #1b1b1b;
}
/*add to bag button*/
.o-quick-buy .right-panel .o-product-information .o-form .a-button {
  background: #666666;
  max-width: 248px;
}
.o-quick-buy .right-panel .o-product-information .o-form .a-button {
  padding: 10px 10px 12px;
}
.o-page-content.visible {
  opacity: 0.1;
}
#goods_quick_view.reveal-modal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba();
}
.o-product-information .o-form .m-product-price span .tax {
  color: #999999;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .o-quick-buy
    .right-panel
    .o-product-information
    .o-form
    .color-section
    .a-paragraph {
    margin-bottom: 15px;
  }
  .colorList ul li {
    margin: 0 12px 11px 0;
    width: 18px;
    height: 18px;
    text-align: center;
  }
  .colorList ul li.active {
    margin: -2px 12px 11px 0;
    text-align: center;
  }
  .colorList li img {
    width: 100%;
    height: 100%;
  }
  .colorList li span.color_no_image {
    width: 100%;
    height: 100%;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option.size-det-list {
    padding: 12px 8px;
    color: #454545;
  }
  .m-dropdown.pdp-dropdown .list-wrapper {
    text-align: center;
  }
  .m-dropdown.pdp-dropdown .placeholder {
    padding: 10px 0 0 13px;
  }
  .m-dropdown.pdp-dropdown {
    width: 65%;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .list-wrapper {
    max-width: 326px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .colorList ul li {
    margin: 7px;
  }
  .colorList ul li.active {
    margin: 6px;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option.size-det-list {
    padding: 12px 8px;
    color: #454545;
  }
  .m-dropdown.pdp-dropdown {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .pc-size-section {
    display: block;
  }
  .sp-size-section {
    display: none;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .list-wrapper {
    max-width: 326px;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .o-quick-buy .right-panel .o-product-information {
    padding: 18px 6px 30px;
  }
  .o-product-information .o-form .title .a-paragraph {
    display: block;
    margin: 0;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .m-product-price {
    display: block;
    margin: 12px 0 22px;
    padding-bottom: 0;
  }
  .o-quick-buy .product-image {
    width: 100%;
  }
  .o-product-information {
    text-align: left;
  }
  .o-quick-buy
    .right-panel
    .o-product-information
    .o-form
    .color-section
    .a-paragraph {
    margin-bottom: 5px;
  }
  .o-quick-buy
    .right-panel
    .o-product-information
    .o-form
    .color-section.pc-size-section
    .a-paragraph {
    margin: 5px 0 10px;
  }
  .colorList ul {
    text-align: left;
    display: inline-block;
  }
  .colorList ul li {
    width: 18px;
    height: 18px;
    margin: 6px 5px 7px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .colorList ul li.active {
    width: 22px;
    height: 22px;
    border: 1px solid #1b1b1b;
    box-sizing: border-box;
    margin: 5px 5px 8px;
  }
  .colorList li img {
    width: 100%;
    height: auto;
  }
  .colorList li span.color_no_image {
    width: 100%;
    height: 100%;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    width: 100%;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    margin: 5px 0 10px;
  }
  .m-dropdown.pdp-dropdown
    .list-wrapper
    .options
    .a-option.size-det-list.out-of-stock
    .size-name {
    color: #e7e7e7;
  }
  .m-dropdown.pdp-dropdown
    .list-wrapper
    .options
    .a-option.size-det-list.out-of-stock
    .size-name
    .out-stock-size {
    color: #999999;
    padding-left: 5px;
  }
  .m-dropdown.pdp-dropdown
    .list-wrapper
    .options
    .a-option.size-det-list.is-stock-low
    .size-name
    .stock-low-size {
    color: #999999;
  }
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    padding: 10px 10px 10px;
    max-width: 326px;
  }

  .pc-size-section {
    display: block;
  }
  .sp-size-section {
    display: none;
  }
  .color-section.sp-size-section {
    width: 100%;
    display: inline-block;
  }
  .js-mixin.sp-size-section {
    width: 48%;
    display: inline-block;
  }
  .sp-size-section .m-dropdown.pdp-dropdown {
    margin: 10px 0 0 0;
    width: 100%;
    color: #1b1b1b;
  }
}
@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    margin: 8px 0 18px 1px !important;
    padding: 10px 10px 7px !important;
    width: 100% !important;
  }
  .o-lightbox:not(.is-checkout-btn) li:nth-of-type(n) {
    text-align: center !important;
  }
}
.o-product-information .o-form .a-button.is-disabled {
  border: 0px solid #cccccc !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .o-lightbox .lightbox-content {
    padding: 70px 12px 300px !important;
  }
}

@media (max-width: 420px) {
  .o-lightbox .lightbox-content {
    padding: 70px 12px 300px !important;
  }
}

@media (max-width: 767px) {
  .m-dropdown.pdp-dropdown .list-wrapper {
    border: 1px solid #e7e7e7;
    position: absolute;
    height: inherit;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 255px;
    bottom: auto;
    left: -1px;
    width: calc(100% + 2px);
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
  }
  .m-dropdown.pdp-dropdown .list-wrapper .options .a-option.size-det-list {
    padding: 12px 8px;
  }
  .u-row:not(.u-full-width) > [class^="o-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .o-quick-buy .right-panel .o-product-information .o-form .a-button {
    max-width: 100%;
  }
}
.out-of-stock .size-name.option-swatch,
.out-of-stock .out-stock-size {
  color: #e7e7e7;
}
.m-dropdown.filter-dropdown .list-wrapper .options .m-checkbox .a-label {
  color: #1b1b1b;
}

.seo-bottom {
  text-align: center;
}

.explore-more{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 6.25rem;
}
.explore-more .explore-content{
  padding-bottom: 3.75rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
.explore-more .title{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 2.5rem;
}
.explore-content ul{
  grid-column-start: 4;
  grid-column-end: 12;
}
.explore-content ul li a{
  font-size: .813rem;
  letter-spacing: .03em;
  line-height: 145%;
}
.px-4{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-15{
  padding-bottom: 3.75rem;
}
@media (max-width: 912px) {
  .explore-content ul{
    grid-column-start: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.new-marker-text {
  color: #ffffff;
  background-color: #1b1b1b;
  font-family: Suisse International Regular;
}

.preorder-icon {
  margin-top: 8px;
  color: #fff !important;
  background-color: #1b1b1b !important;
}

.preorder-icon span {
  color: #fff !important;
  background-color: #1b1b1b !important;
}

#quickview_model {
  display: none;
}

/* pankuzu design */
.crumbsList {
  grid-column: span 4 / span 4;
  margin-left: -16px;
}

.crumbsList .small-12.column {
  position: relative;
}

.crumbsList .clearfix {
  display: flex;
  font-size: 13px;
  padding: 0 0 0 16px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  line-height: 140%;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
}

@media (min-width: 1025px) {
  .grid-cols-4 .crumbsList {
    grid-column: span 2 / span 4;
  }
}

@media (max-width: 912px) {
  .crumbsList .clearfix {
    margin: 1rem 0 0 0;
  }
}
.crumbsList li a span {
  display: flex;
}

.crumbsList li a span:after{
	content: " /";
  padding: 0 .5rem;
}
.crumbsList li.last a span:after{
	content: "";
}

.navigation-container .gradient-box-r {
  width: 16px;
  height: 16px;
  z-index: 4;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to left, white, transparent);
}

.navigation-container .gradient-box-l {
  width: 16px;
  height: 16px;
  z-index: 4;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
/* Item List Load More Button*/
.loading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  column-gap: 1.25rem;
  width: 100%;
}
.loading-button {
  margin-bottom:12px;
  background-color:transparent;
  border:1px solid #dadada;
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  font-family:"SuisseIntl", "source-han-sans-japanese", sans-serif;
  font-weight:normal;
  text-align:center;
  display:inline-table;
  text-decoration:none !important;
  height: 50px;
  max-width: 28rem;
  width: 28rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}
.loading-button:hover {
  border:1px solid #1B1B1B;
}
.loading-button span {
  mix-blend-mode: difference;
  font-weight: 500;
  font-size: .813rem;
  letter-spacing: .04em;
  line-height: 145%;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .loading {
    padding-top: 5rem;
  }
  .loading-button {
    grid-column-start: 5;
    grid-column-end: 9;
    max-width: 28rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .loading {
    padding-top: 3.75rem;
  }
  .loading-button {
    grid-column-start: 1;
    grid-column-end: 13;
    width: 100%;
  }
	.filters-content .filter-dropdown .value-label{
		display: none;
  }
}
@media (min-width: 1024px) {
	.product-sort-wrapper .o-product-sort .o-filter .m-dropdown.filter-dropdown .a-icon-arrow-down-small{
		width: 156px;
	}
	.product-sort-wrapper .o-filter .m-dropdown.filter-dropdown .a-icon-arrow-down-small:before{
		display: grid;
		place-self: center;
		padding-right: 140px;
	}
	.product-sort-wrapper .o-filter .m-dropdown.filter-dropdown.is-open .a-icon-arrow-down-small:before{
		padding-right: 0;
		padding-left: 140px;
		padding-top: 2px;
	}
	#moreBtn{
		display: block!important;
	}
	.content-section .u-row > .item-navs-wrap{
		padding: 0 0 16px 20px;
	}
	.content-section > .item-navs-wrap{
		padding-left: 20px;
	}
}

/* 値引きアイコン */
.marker-label.temp-marker .discount-icon-text {
  display: inline;
  background-color: #fff;
  color: #1B1B1B;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
}