﻿@charset "UTF-8";

/* ----トップページ本文---- */
.page-top {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.page-top img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page-top .pane-contents .container {
  display: block;
  width: 100%;
}
.page-top .pane-main {
  margin-top: 0;
  width: 100%;
  color: #000;
}
.page-top .pane-main a {
  color: inherit;
  text-decoration: none;
}
.page-top .pane-main a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

/* ----トップページ common---- */
.block-top-body {
  position: relative;
}
.block-top-bg {
  background: #F2F2F2;
}
.block-top-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 72px 0 80px;
}
.page-top .block-top-event--header {
  margin: 0 0 38px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
.page-top .block-top-event--header span {
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.176;
}
.block-top-event--header-tab{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
	margin: 0 0 48px;
  border-bottom: 2px solid #DEDEDE;
}
.block-top-event--header-tab li{
  position: relative;
	width: 180px;
  padding: 0 0 20px;
	font-size: 16px;
  letter-spacing: 0.16em;
	line-height: 1;
  text-align: center;
	color: #000;
	cursor: pointer;
}
.block-top-event--header-tab li.active::after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.block-top-event--container {
  width: 100%;
}
.block-top-event--frame {
  display: none;
}
.block-top-event--frame.active {
  display: block;
}
.block-top-detail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 38px;
  margin: 44px auto 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  background: transparent;
  border: 1px solid #434343;
  border-radius:40px;
  cursor: pointer;
  transition: all .3s;
}
.block-top-detail-link:hover {
  color: #fff !important;
  background: #000;
  opacity: 1 !important;
}
.page-top .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}
.page-top .slick-arrow.slick-next {
  right: -70px;
}
.page-top .slick-arrow.slick-prev {
  left: -70px;
  transform: translateY(-50%) scale(-1,1);
}
.page-top .slick-arrow.slick-next::before,
.page-top .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.page-top .slick-arrow.slick-next::after,
.page-top .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #707070;
  transform: rotate(30deg);
  transform-origin: calc(100% - 1px) 50%;
}

/* ----トップページ メインビジュアル ---- */
#top-slider:not(.slick-initialized) {
  min-height: 45.8vw;
  opacity: 0;
}
#top-slider > .top-slider-image:nth-child(n+2) {
  display: none;
}
#top-slider .top-slider-image a,
#top-slider .top-slider-image span {
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-decoration: none;
  text-align: center;
}
#top-slider .top-slider-image .image {
  background-size: cover;
  background-position: center;
}
#top-slider .top-slider-image .text {
  margin-top: 10px;
  display: none;
}
#top-slider .top-slider-image a img {
  width: 100%;
	/* opacity: 0; */
}
#top-slider .slick-arrow.slick-next {
  right: calc((100% - 1420px)/2 + -70px);
}
#top-slider .slick-arrow.slick-prev {
  left: calc((100% - 1420px)/2 + -70px);
}
#top-slider .slick-dots {
  position: absolute;
  bottom: 32px;
  display: flex;
  width: 100%;
  justify-content: center;
}
#top-slider .slick-dots li {
  margin: 0 7px;
}
#top-slider .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}
#top-slider .slick-dots li.slick-active button {
  background: #B7B7B7;
}
@media only screen and (min-width: 1421px) {
  #top-slider:not(.slick-initialized) {
    min-height: 650px;
  }
  #top-slider .slick-list {
    padding: 0 calc((100% - 1524px)/2) !important;
  }
  #top-slider .slick-slide {
    margin: 0 calc((100vw - 1420px)/2);
  }
}
@media only screen and (min-width: 1524px) {
  #top-slider .slick-slide {
    margin: 0 52px;
  }
}

/* ----トップページ ブランドロゴ---- */
.block-top-brandlogo {
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.block-top-brandlogo-wrapper {
  display: flex;
}
.block-top-brandlogo-list {
  display: flex;
  animation: nav-text 80s linear infinite;
}
.block-top-brandlogo-list li {
  width: 150px;
}
@keyframes nav-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ----トップページ 人気シリーズ---- */
.block-top-popularseries .block-top-event--container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.block-top-popularseries .block-top-event--container ul li {
  width: calc((100% - (26px*3))/4);
}

/* ----トップページ 注目ワード---- */
.block-top-keyword .popular-tags-wrapper {
  padding: 0;
  background: none;
}
.block-top-keyword .popular-tags-title {
  display: none;
}
.block-top-keyword .awoo-tag-wrapper {
  justify-content: center;
  gap: 16px;
}
.block-top-keyword .awoo-tag {
  padding: 12px 24px 11px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  background: #fff;
  border-color: #fff;
  border-radius: 20px;
}
.block-top-keyword .awoo-tag:hover {
  color: #fff !important;
  background: #000;
  border-color: #fff;
  opacity: 1 !important;
}
.block-top-keyword .awoo-tag span::before {
  content: "#";
}

/* ----トップページ カテゴリー---- */
.block-top-category .block-top-category-box:not(:first-child) {
  margin: 70px 0 0;
}
.block-top-category .block-top-category-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 28px;
}
.block-top-category .block-top-category-title {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.block-top-category .block-top-category-tab {
  display: flex;
  gap: 8px;
}
.block-top-category .block-top-category-tab li button {
  display: block;
  padding: 7px 17px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ACACAC;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 40px;
  transition: all .3s;
  cursor: pointer;
}
.block-top-category .block-top-category-tab li:hover button,
.block-top-category .block-top-category-tab li.active button {
  color: #fff;
  background: #000;
  border-color: #000;
}
.block-top-category .block-top-category-frame {
  display: none;
}
.block-top-category .block-top-category-frame.active {
  display: block;
}
.block-top-category .block-top-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.block-top-category .block-top-category-list li {
  width: 110px;
}
.block-top-category .block-top-category-list li a {
  display: block;
  text-decoration: none;
}
.block-top-category .block-top-category-list li a img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.block-top-category .block-top-category-list li a span {
  display: block;
  margin: 13px 0 0;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.38;
  text-align: center;
}

/* ----トップページ 特集---- */
#feature_box .block-top-event--container.bnr_box_ ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
#feature_box .block-top-event--container.bnr_box_ ul li {
  width: calc((100% - (26px*3))/4);
  margin: 0;
}
#feature_box .block-top-event--container.bnr_box_ ul li a span {
  display: none;
}

/* ----トップページ ランキング---- */
.block-top-ranking .block-top-event--container .block-top-event--header{
  display: none;
}
.block-top-ranking .block-top-event--goods,
.block-top-ranking .block-ranking-r {
  margin: 0;
  overflow: visible;
}
.block-top-ranking .block-ranking-r ul {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 28px;
  margin: 0;
}
.block-top-ranking .block-ranking-r ul li {
  display: block;
  width: calc((100% - (28px*4))/5);
  margin: 0;
  padding: 0;
}
.block-top-ranking .block-ranking-r--goods-image figure {
  padding: 0;
  background: #fff;
}
.block-top-ranking .block-ranking-r--goods-image .block-ranking-r--rank {
  top: -6px;
  left: -6px;
  width: 30px;
  height: 30px;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #000;
  border-radius: unset;
}
.block-top-ranking .block-ranking-r--goods-image .block-ranking-r--rank::after {
  content: none;
}
.block-top-ranking .block-ranking-r--goods-name a {
  font-size: 13px;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block-top-ranking .block-ranking-r--price-infos {
  margin: 6px 0 0;
}
.block-top-ranking .block-ranking-r--scomment {
  font-size: 13px;
}
.block-top-ranking .price {
  display: inline;
  font-size: 14px;
  text-align: left;
}
.block-top-ranking .default-price {
  display: inline;
  margin: 0 0 0 8px;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #888;
}
.block-top-ranking .price:has(+ .default-price) {
  color: #cc3302;
}
.block-top-ranking .revico-star .revico-star-block--rate {
  transform: scale(0.5);
}
.block-top-ranking .revico-star-block--title {
  margin: 3px 0 0 -80px;
  font-size: 15px;
}
.block-top-ranking .revico-star-block--total {
  font-weight: 400;
  font-size: 14px;
}
.block-top-ranking .customize_block-goods-bookmark,
.block-top-ranking .variation-name,
.block-top-ranking .block-icon {
  display: none;
}

/* ----トップページ ブランド---- */
.block-top-brand .block-top-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.block-top-brand .block-top-brand-list li {
  width: calc((100% - (20px*5))/6);
}
.block-top-brand .block-top-brand-list li:has(.lazyload) {
  height: 196px;
}
.block-top-brand .block-top-brand-list li a {
  display: block;
}

/* ----トップページ special banner---- */
.block-top-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 248px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-top-banner-text {
  width: 1200px;
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

/* ----トップページ 導線---- */
.block-top-entrance {
  background-color: #0c1e43;
  color: #fff;
  padding-block: 50px;
}
.block-top-entrance-inner {
  margin-inline: auto;
  width: 1200px;
}
.block-top-entrance-inner > *:last-child {
  margin-bottom: 0;
}
.block-top-entrance-link {
  display: grid;
  grid-template-columns: minmax(auto, 1fr);
  place-items: center;
  row-gap: 12px;
  margin-bottom: 30px;
}
.block-top-entrance-link-hdg {
  font-family: 'Karla', sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  margin: unset;
}
.block-top-entrance-link-btn {
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  padding: 6px 40px 8px;
}
.block-top-entrance-link-btn:hover {
  background-color: #fff!important;
  color: #0c1e43!important;
  opacity: 1!important;
}

/* ----トップページ instagram---- */
.ecbn-selection-widget,
.ecbn-selection-widget .ecbn-selection-page-wrapper {
  margin: 0 !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-snap {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 10px;
  width: auto !important;
  height: auto !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-item {
  position: static !important;
  width: calc((100% - (10px*4))/5) !important;
  padding: 0 !important;
}
.ecbn-selection-item .ecbn-selection-detail {
  display: block!important;
  height: auto !important;
  margin: 8px 0 0;
  padding: 0 !important;
}
.ecbn-selection-item .ecbn-selection-detail .ecbn-selection-user {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Karla", sans-serif;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}
.ecbn-selection-item .ecbn-selection-detail .ecbn-selection-user:before {
  content: none !important;
}
.ecbn-selection-item .ecbn-selection-detail .ecbn-selection-caption {
  display: none !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-image-loading-more,
.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
  display: none !important;
}

/* ----トップページ review---- */
.block-top-review .revico-comment-outer-head .revico-title,
.block-top-review .revico-comment-outer-head .revico-logo,
.block-top-review .revico-review-comment-row .revico-review-comment-detail--product-name span {
  display: none;
}
.block-top-review .revico-comment-outer-head .revico-next,
.block-top-review .revico-comment-outer-head .revico-back {
  position: absolute;
  top: 180px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.block-top-review .revico-comment-outer-head .revico-next {
  right: -70px;
}
.block-top-review .revico-comment-outer-head .revico-back {
  left: -70px;
  transform: scale(-1,1);
}
.block-top-review .revico-comment-outer-head .revico-next::before,
.block-top-review .revico-comment-outer-head .revico-back::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.block-top-review .revico-comment-outer-head .revico-next::after,
.block-top-review .revico-comment-outer-head .revico-back::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #707070;
  transform: rotate(30deg);
  transform-origin: calc(100% - 1px) 50%;
}
.block-top-review .revico-comment-outer-head .revico-next img,
.block-top-review .revico-comment-outer-head .revico-back img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.block-top-review #revico-review-zone {
  position: relative;
  width: 100%;
  margin: 0;
}
.block-top-review .revico-multicomment-top {
  padding: 40px;
  background: #fff;
}
.block-top-review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 100%;
  margin: 0;
}
.block-top-review .revico-multicomment-top .revico-comment-main {
  gap: 20px;
  max-width: 100%;
}
.block-top-review .revico-multicomment-top .revico-review-comment-row-wrapper {
  width: 208px;
  min-width: unset;
  height: auto;
  min-height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail {
  padding: 0 !important;
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail--product-name-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail--product-name-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none !important;
  height: 100% !important;
  /* object-fit: cover !important; */
  transform: translate(-50%,-50%);
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail--product-name p {
  min-height: calc(1em*1.5);
  margin: 16px 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail--comment {
  margin: -5px 0 0 !important;
}
.block-top-review .revico-review-comment-row .revico-review-comment-detail--comment--content {
  width: 100%;
  color: #8E8E8E;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* ----トップページ recommend---- */
.block-top-recommend .rec_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}
.block-top-recommend .rec_items > li {
	width: calc((100% - (30px*4))/5);
  margin: 0;
  padding: 0;
}
.block-top-recommend .rec_items > li:nth-child(n+6) {
  display: none;
}
.block-top-recommend .rec_items .rec_detail img {
  padding: 0;
  background: none;
}
.block-top-recommend .rec_items .rec_detail .title {
  margin: 16px 0 0;
  font-size: 13px;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block-top-recommend .rec_items .rec_detail .sprice {
  margin: 6px 0 0;
  font-weight: bold;
  font-size: 14px;
  color: #444;
}
.block-top-recommend .rec_items .slick-list {
  margin: 0 -15px;
}
.block-top-recommend .rec_items .slick-slide {
  margin: 0 15px;
}

/* ----トップページ 最近見た商品---- */
.block-top-itemhistory .block-recent-item--header,
.block-top-itemhistory .block-recent-item--keep-history,
.block-top-itemhistory .block-recent-item--empty-message,
.block-top-itemhistory .customize_block-goods-bookmark,
.block-top-itemhistory .block-goods-detail-j .block-icon,
.block-top-itemhistory .block-goods-detail-j .block-goods-detail-j--scomment,
.block-top-itemhistory .revico-star-zone {
  display: none;
}
.block-top-itemhistory .block-recent-item--items {
  width: 100%;
  overflow: visible;
}
.block-top-itemhistory .block-goods-detail-j {
  overflow: visible;
}
.block-top-itemhistory .block-recent-item--body .block-goods-detail-j--items {
  gap: 20px;
  margin: 0;
}
.block-top-itemhistory .block-recent-item--body .block-goods-detail-j--items li {
  display: block;
  width: calc((100% - (20px*5))/6);
  padding: 0;
  margin: 0;
}
.block-top-itemhistory .block-recent-item--body .block-goods-detail-j--items > li:nth-child(n+7) {
  display: none;
}
.block-top-itemhistory .block-goods-detail-j--goods-image figure {
	padding: 0;
  background: none;
}
.block-top-itemhistory .block-goods-detail-j--goods-name {
  font-size: 13px;
  letter-spacing: 0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block-top-itemhistory .block-goods-detail-j .block-goods-detail-j--goods .price {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #000 !important;
}
.block-top-itemhistory .slick-list {
  margin: 0 -10px;
}
.block-top-itemhistory .slick-slide {
  margin: 0 10px;
}


body .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container{
	width: calc((100% - 20px) / 5)!important;
}
body .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container:nth-of-type(5n){
	margin-right: 0!important;
}
body .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container:nth-of-type(3n){
	margin-right: 5px!important;
}

/* ----トップページ予備テンプレート2---- */
.page-top #keioyokohama{
	text-align: center;
	margin-bottom: 130px;
}
.page-top #keioyokohama a{
	display: block;
}
.page-top #keioyokohama a:hover{
	opacity: 0.8;
}
.block-top-sale .sale-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.block-top-sale .sale-list .child {
  width: calc(20% - 20px);
  margin: 20px 0 0 20px;
}
.block-top-sale .sale-list .text{
	text-align: center;
}
.page-top .acetop-yotpo-pictures-gallery,
#acetop-yotpo-pictures-gallery,
#top_yotpo{
  margin-bottom: 100px;
}


.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container span{
  display: none !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container:before {
  content: '';
  display: block;
  background-image: url(/img/usr/top2/yotpo-non-image.jpg);
  background-size: contain;
  width: 88px;
  height: 88px;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-site-quote-container{
  border: none !important;
  padding: 0 !important;
}

/*.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-small-box a{
   pointer-events: none;
}*/

#yotpo-testimonials-custom-tab .yotpo-main .product-link{
  color: #FA8258 !important;
}

#top_yotpo .yotpo-icon-btn-big.transparent-color-btn {
  pointer-events: none;
}

.yotpo-label .yotpo-logo-title a,
.yotpo-label .yotpo-icon-btn-big.transparent-color-btn,
.yotpo-logo-bg-white.yotpo-icon-btn-small {
  pointer-events: none;
}
.yotpo-reviews-carousel .carousel-display-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#carousel-top-panel:before {
  content: "お客様の声";
  color: #4f4f4f;
  font-size: 1.4em;
  font-weight: 700;
}
#top_yotpo #carousel-top-panel .headline{
  font-size: 16px !important;
  display: none;
}

#top_yotpo #carousel-top-panel .all-reviews  a{
  font-size: 13px !important;
}

#top_yotpo .scroller .standard-layout .small-version .carousel-review-title{
  font-size: 14px !important;
}

#top_yotpo .scroller .standard-layout .small-version .carousel-review-body {
  font-size: 12px !important;
}

.yotpo-logo-title {
  cursor: pointer;
}

.yotpo-logo-title span {
  color: #e4152c !important;
}

.page-goods .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star{
  font-size: 23.5px !important;
}

.block-order-estimate--amazonpay-loginheader,
.block-order-estimate--amazonpay-login {
  display: none;
}

/* ----トップページイベント---- */
.page-top #block_of_event {
  display: none;
}
.block-top-event .ranking-tab ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.block-top-event .ranking-tab ul li {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  width: 200px;
}
.block-top-event .ranking-tab ul li.active {
  background-color: #444;
  color: #fff;
}
.block-top-event .ranking-tab ul li + li {
  margin-left: 20px;
}
.block-top-event [data-tab] + .block-top-event--goods {
  display: none;
}
.block-top-event [data-tab].active + .block-top-event--goods {
  display: block;
}
.block-top-event--goods .block-ranking-r--goods-description .customize_block-goods-bookmark {
  bottom: 155px;
}
.block-top-free-2 {
  /*border-top: 1px #e5e5e5 solid;*/
  margin: 0 auto;
}
h2.block-top-free2--header {
  padding: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
}
h2.block-top-free2--header:after {
  content: none;
}
.block-top-free2--body {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.block-top-free2--items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.block-top-free2--items li {
  width: calc(100% / 4);
  padding: 0 8px;
  margin-bottom: 32px;
}
.block-top-free2--items li:nth-child(3n) {}
.block-top-free2--items li a {
  display: block;
  position: relative;
}
.block-top-free2--items li a img {
  display: block;
}
.block-top-free2--items li a span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-top-free2--items li a:hover span {
  background: rgba(0, 0, 0, 0);
}

.block-top-body--features + .block-top-body--features {
  margin-top: 80px;
}
/*.block-top-free2--items li {float: left;}.block-top-free2--items > li {width: 535px;height: auto;}.block-top-free2--items > li:first-child {width: 354px;height: auto;margin-right: 10px;}.block-top-free2--sub-items li {width: 172px;height: 172px;margin-left: 9px;margin-bottom: 9px;}.block-top-free2--sub-items li:nth-of-type(3n+1) {margin-left: 0;}*/
.block-top-category .block-category-style-t--item-name {
  border: none !important;
}
.block-top-category .block-category-style-t--item-name a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: static;
  border: 1px solid #E5E5E5;
}
.block-top-category .block-category-style-t--item {
  flex-basis: 16.666%;
}
.block-top-category .block-category-style-t--item:nth-child(n+13) {
  display: none;
}
.block-top-category .block-category-style-t--item-comment {
  display: none;
}
/* ----ヘッダー(パターン1)---- */

.header-pt1 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background-color: #ffffff;
  z-index: 100;
}
.header-pt1 .pane-header.active#header {
  height: 100px;
}
.header-pt1#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}
.header-pt1#customer-header #header.active {
  height: 70px;
}
.header-pt1 #header .container {
  display: flex;
}
.header-pt1 #header.active .container {
  height: 55px;
}
.header-pt1#customer-header #header.active .container {
  height: 70px;
}
.header-pt1 .block-header-logo {
  width: 300px;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt1 .pane-header.active .block-header-logo {
  width: 250px;
}
.header-pt1#customer-header #header.active .block-header-logo {
  width: 300px !important;
}
.header-pt1 .block-header-logo a {
  display: block;
  padding: 10px 0;
}
.header-pt1 .block-headernav {
  width: 100%;
  text-align: right;
}
.header-pt1 .block-headernav--item-list {
  display: inline-block;
  padding-left: 40px;
}
.header-pt1 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login {
  padding-right: 60px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login:after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #444;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.header-pt1 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 40px;
}
.header-pt1 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}
.header-pt1 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.header-pt1 .block-headernav--item-list li a:hover {}
.header-pt1 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: -8px;
  left: -15px;
  z-index: 2;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user {
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover:before {
  margin-top: -3px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

/* ----ヘッダー(パターン2)---- */

.header-pt2 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 100;
}
.header-pt2 #header.active:after {
  content: "";
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
h1.optimaized-h1.container {
    position: fixed;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    top: 0;
    z-index: 9999;
}
h1.optimaized-h1.container + div#header-wrapper header {
    top: 15px;
}
h1.optimaized-h1.container + div#header-wrapper header:after {
  top: 84px;
}
h1.optimaized-h1.container + #header-wrapper.header-pt2 {
    height: 84px;
}
.header-pt2#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}
.header-pt2 #header > .container {
  display: table;
  width: 1180px;
}
.header-pt2 .block-header-logo {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-header-logo a {
  display: block;
  padding: 10px 0;
}
.header-pt2 .block-headernav {
  width: 100%;
  text-align: right;
}
.header-pt2 .block-headernav--item-list {
  display: inline-block;
  padding-left: 40px;
}
.header-pt2 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-pt2 .block-headernav--item-list li.block-headernav--login {
  padding-right: 60px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--login:after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #444;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.header-pt2 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 40px;
}
.header-pt2 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}
.header-pt2 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.header-pt2 .block-headernav--item-list li a:hover {}
.header-pt2 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: 50%;
  margin-top: -23px;
  left: -5px;
  z-index: 2;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user {
  padding-right: 40px;
  position: relative;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul {
  display: none;
  position: absolute;
  top: 37px;
  right: 40px;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
}

/* ----ヘッダー(パターン3)---- */

.header-pt3 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  background-color: #ffffff;
  z-index: 100;
}
.header-pt3.fixedheader #header {
  height: 90px !important;
}
.header-pt3 .pane-header.active#header {
  height: 100px;
}
.header-pt3#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}
.header-pt3#customer-header #header.active {
  height: 70px;
}
.header-pt3 #header .container {
  display: flex;
  height: 90px;
  position: relative;
  z-index: 1002;
}
.header-pt3 #header .pane-globalnav .container {
  height: 58px;
}
.header-pt3.fixedheader #header .container {
  height: 90px !important;
}
.header-pt3 #header.active .container {
  height: 50px !important;
}
.header-pt3#customer-header #header .container {
  height: 70px !important;
}
.header-pt3 .block-header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 100%;
  margin-left: -150px;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1004;
  display: flex;
  align-items: center;
}
.header-pt3 .pane-header.active .block-header-logo {
  width: 250px;
  margin-left: -125px;
}
.header-pt3#customer-header .pane-header.active .block-header-logo {
  width: 300px;
  margin-left: -150px;
}
.header-pt3 .block-header-logo a {
  display: block;
}
.header-pt3 .block-headernav {
  width: 100%;
  text-align: right;
  z-index: 1003;
}
.header-pt3 .block-headernav--item-list {
  display: inline-block;
  padding-left: 40px;
}
.header-pt3 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-pt3 .block-headernav--item-list li.block-headernav--login {
  padding-right: 40px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--login:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #444;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 20px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search {
  padding-right: 25px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span {
  display: block;
  padding: 15px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 89px;
  width: 100%;
  height: 80px;
  z-index: 1001;
  border-top: 1px #ccc solid;
  background: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt3 .active .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
  top: 60px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 0 100px 0 200px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before,
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 8px;
  width: 40px;
  height: 2px;
  background: #000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-pt3 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}
.header-pt3 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.header-pt3 .block-headernav--item-list li a:hover {}
.header-pt3 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: -8px;
  left: -15px;
  z-index: 2;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user {
  margin-right: 10px;
  padding-right: 40px;
  position: relative;
}
.header-pt3#customer-header .block-headernav--item-list li.block-headernav--user {
  margin-right: 30px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user:hover:before {
  margin-top: -3px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

/* ----ヘッダー検索(パターン1)---- */

.header-pt1 .block-global-search {
  display: inline-block;
}
.header-pt1 .block-global-search--keyword {
  width: 250px;
}
.header-pt1 .block-global-search form {
  border: 1px #ccc solid;
  padding: 0 7px 0 58px;
  position: relative;
}
.header-pt1 input.block-global-search--keyword:hover,
.header-pt1 input.block-global-search--keyword {
  border: none;
  background-color: transparent;
  height: 43px;
  line-height: 35px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt1 .pane-header.active input.block-global-search--keyword:hover,
.header-pt1 .pane-header.active input.block-global-search--keyword {
  height: 35px;
  line-height: 27px;
}
.header-pt1#customer-header .pane-header input.block-global-search--keyword:hover,
.header-pt1#customer-header .pane-header input.block-global-search--keyword {
  height: 43px;
  line-height: 35px;
}
.header-pt1 button.block-global-search--submit {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  width: 45px;
  height: 100%;
  padding: 0;
}
.header-pt1 button.block-global-search--submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ccc;
}
.header-pt1 .block-global-search--searchdetail {
  margin-left: 15px;
}

/* ----ヘッダー検索(パターン3)---- */

.header-pt3 .block-headernav--search-inner form {
  margin-top: 12px;
  padding: 0 0 0 80px;
  position: relative;
}
.header-pt3 input.block-global-search--keyword:hover,
.header-pt3 input.block-global-search--keyword {
  border: none;
  width: 100%;
  background-color: transparent;
  line-height: 56px;
  height: 56px;
  padding: 0;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt3 button.block-global-search--submit {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  width: 60px;
  height: 100%;
  padding: 0;
}
.header-pt3 button.block-global-search--submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #ccc;
}
.header-pt3 .block-global-search--searchdetail {
  margin-left: 15px;
}

/* ----グローバルナビ(全パターン共通)---- */

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in70 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}

/* ----グローバルナビ(パターン1)---- */

.header-pt1 .block-globalnav {
  width: 100%;
}
.header-pt1 .block-globalnav--item-list {
  display: table;
  width: 100%;
}
.header-pt1 .block-globalnav--item-list i {
  margin-right: 10px;
}
.header-pt1 .block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.header-pt1 .block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 16px 0 26px 0;
  text-decoration: none;
}
.header-pt1 .pane-header.active .block-globalnav--item-list > li > a {
  padding-bottom: 18px;
}
.header-pt1 .block-globalnav--item-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt1 .block-globalnav--item-list > li > a:hover:after {
  left: 10%;
  width: 80%;
}
.header-pt1 .block-globalnav--item-list > li > a:before {}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  opacity: 0;
  border-color: transparent transparent #000000 transparent;
}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover:hover > a:before {
  display: block;
  opacity: 0.7;
  animation-duration: 0.5s;
  animation-name: fade-in70;
}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover:hover > div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -12px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt1 .active .block-globalnav--item-list > li.js-animation-hover a:after {
  margin-top: -8px;
}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -9px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt1 .active .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -6px;
}
.header-pt1 .block-globalnav--item-list > li:last-child > a:before {}
.header-pt1 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt1 .block-globalnav-menu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 40px 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt1 .pane-header.active .block-globalnav-menu {
  top: 50px;
}
.header-pt1 .block-globalnav-menu * {
  color: #fff;
}
.header-pt1 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt1 .block-globalnav-menu {
  display: none;
}
.header-pt1 .block-globalnav-menu .inner {
  display: flex;
}
.header-pt1 .block-globalnav-menu-main {
  width: 240px;
  padding: 0 10px;
}
.header-pt1 .block-globalnav-menu-main h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.header-pt1 .block-globalnav-menu-main figure {
  margin-bottom: 15px;
}
.header-pt1 .block-globalnav-menu-main figure a {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt1 .block-globalnav-menu-main figure a:hover {
  opacity: 0.8;
}
.header-pt1 .block-globalnav-menu-main figure a img {
  display: block;
  width: 100%;
}
.header-pt1 .block-globalnav-menu-main figure figcaption {
  font-size: 13px;
  line-height: 180%;
}
.header-pt1 .block-globalnav-menu-list {
  width: 480px;
  padding: 0 10px 0 70px;
}
.header-pt1 .block-globalnav-menu-list h2 {
  margin: 0 0 17px 0;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px #ffffff solid;
}
.header-pt1 .block-globalnav-menu-main > ul,
.header-pt1 .block-globalnav-menu-list > ul {}
.header-pt1 .block-globalnav-menu-main > ul li,
.header-pt1 .block-globalnav-menu-list > ul li {
  margin: 15px 0;
}
.header-pt1 .block-globalnav-menu-main > ul li a,
.header-pt1 .block-globalnav-menu-list > ul li a {
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header-pt1 .block-globalnav-menu-main > ul li a:hover,
.header-pt1 .block-globalnav-menu-list > ul li a:hover {
  text-decoration: underline;
}
.header-pt1 .block-globalnav-menu-main > ul li a:before,
.header-pt1 .block-globalnav-menu-list > ul li a:before {
  content: "";
  display: block;
  top: 50%;
  left: 3px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.header-pt1 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt1 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt1 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt1 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt1 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----グローバルナビ(パターン2)---- */

.header-pt2 .pane-globalnav .container {
  width: auto;
}
.header-pt2 .block-globalnav {
  width: 100%;
}
.header-pt2 .block-globalnav--item-list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header-pt2 .block-globalnav--item-list .block-globalnav--cart i {
  font-size: 22px;
  transform: scale(-1, 1);
}
.header-pt2 .block-globalnav--item-list > li {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
}
.header-pt2 .block-globalnav--item-list > li:hover {}
.header-pt2 .block-globalnav--item-list > li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  z-index: 100;
  opacity: 0;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover:after {
  opacity: 1;
}
.header-pt2 .block-globalnav--item-list > li:first-child {
  padding-left: 0;
}
.header-pt2 .block-globalnav--item-list > li:last-child {
  padding-right: 0;
}
.header-pt2 .block-globalnav--item-list > li > a,
.header-pt2 .block-globalnav--item-list > li > span {
  position: relative;
  padding: 0 10px;
  display: block;
  line-height: 70px;
  text-decoration: none;
}
.header-pt2 .block-globalnav--item-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  z-index: 102;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-globalnav--item-list > li > a:hover:after {
  left: -25%;
  width: 150%;
}
.header-pt2 .block-globalnav--item-list > li > a:before {}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > a,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > span {
  padding-right: 25px;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover {
  cursor: default;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > a:after,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover a:after,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover span:after {
  margin-top: -3px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt2 .block-globalnav--item-list > li:last-child > a:before {}
.header-pt2 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover > div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login {
  position: relative;
  padding-left: 10px;
  z-index: 100;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login > a,
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div {
  color: #ffffff;
  padding: 0 20px;
  width: 5em;
  z-index: 101;
  line-height: 70px;
  height: 70px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover {
  cursor: pointer;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div i {
  font-size: 22px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul {
  display: none;
  position: absolute;
  top: 69px;
  right: 0;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
  line-height: 40px;
  text-decoration: none;
}
.header-pt2 .block-globalnav-menu {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 70px;
  left: 0;
  padding: 20px 0 10px 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-globalnav-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.header-pt2 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt2 .block-globalnav-menu {
  display: none;
}
.header-pt2 .block-globalnav-menu-main {}
.header-pt2 .block-globalnav-menu-main h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  letter-spacing: 0em;
}
.header-pt2 .block-globalnav-menu-main ul {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main ul li {
  padding: 0 10px;
}
.header-pt2 .block-globalnav-menu-main ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt2 .block-globalnav-menu-main ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-pt2 .block-globalnav-menu-main ul li a img {
  display: block;
  height: 130px;
  margin: 0 auto 10px auto;
}
.header-pt2 .block-globalnav-menu-main ul li a div {
  margin-top: 5px;
  text-align: center;
}
.header-pt2 .block-globalnav-menu-sub {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 50px 10px;
}
.header-pt2 .block-globalnav-menu-sub h2 {
  width: 250px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header-pt2 .block-globalnav-menu-sub > ul {
  display: table;
  table-layout: fixed;
  width: 930px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li {
  display: table-cell;
  padding-left: 50px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 {
  font-size: 18px;
  font-weight: bold;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  padding-bottom: 15px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 20px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li {}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a {
  display: inline-block;
  padding: 10px 0 10px 20px;
  text-decoration: none;
  position: relative;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
  width: 6px;
  height: 1px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:hover {
  text-decoration: underline;
}
.header-pt2 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt2 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt2 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt2 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt2 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----グローバルナビ(パターン3)---- */

.header-pt3 .pane-globalnav > .container {
  width: 100%;
}
.header-pt3 .block-globalnav {
  width: 1180px;
  margin: 0 auto;
}
.header-pt3 .block-globalnav--item-list {
  display: table;
  width: 100%;
}
.header-pt3 .block-globalnav--item-list i {
  margin-right: 10px;
}
.header-pt3 .block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.header-pt3 .block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 16px 0 26px 0;
  text-decoration: none;
}
.header-pt3 .pane-header.active .block-globalnav--item-list > li > a {
  padding-bottom: 18px;
}
.header-pt3 .block-globalnav--item-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt3 .block-globalnav--item-list > li > a:hover:after {
  left: 10%;
  width: 80%;
}
.header-pt3 .block-globalnav--item-list > li > a:before {}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  opacity: 0;
  border-color: transparent transparent #000000 transparent;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover a {}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -12px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt3 .active .block-globalnav--item-list > li.js-animation-hover a:after {
  margin-top: -8px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -9px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt3 .active .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -6px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover .block-globalnav-menu a:after {
  display: none;
}
.header-pt3 .block-globalnav--item-list > li:last-child > a:before {}
.header-pt3 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover > a:before {
  display: block;
  opacity: 0.7;
  animation-duration: 0.5s;
  animation-name: fade-in70;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover > div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt3 .block-globalnav-menu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 40px 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt3 .pane-header.active .block-globalnav-menu {
  top: 50px;
}
.header-pt3 .block-globalnav-menu * {
  color: #fff;
}
.header-pt3 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt3 .block-globalnav-menu {
  display: none;
}
.header-pt3 .block-globalnav-menu .inner {
  display: flex;
}
.header-pt3 .block-globalnav-menu-main {
  width: 240px;
  padding: 0 10px;
}
.header-pt3 .block-globalnav-menu-main h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.header-pt3 .block-globalnav-menu-main figure {
  margin-bottom: 15px;
}
.header-pt3 .block-globalnav-menu-main figure a {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt3 .block-globalnav-menu-main figure a:hover {
  opacity: 0.8;
}
.header-pt3 .block-globalnav-menu-main figure a img {
  display: block;
  width: 100%;
}
.header-pt3 .block-globalnav-menu-main figure figcaption {
  font-size: 13px;
  line-height: 180%;
}
.header-pt3 .block-globalnav-menu-list {
  width: 480px;
  padding: 0 10px 0 70px;
}
.header-pt3 .block-globalnav-menu-list h2 {
  margin: 0 0 17px 0;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px #ffffff solid;
}
.header-pt3 .block-globalnav-menu-main > ul,
.header-pt3 .block-globalnav-menu-list > ul {}
.header-pt3 .block-globalnav-menu-main > ul li,
.header-pt3 .block-globalnav-menu-list > ul li {
  margin: 15px 0;
}
.header-pt3 .block-globalnav-menu-main > ul li a,
.header-pt3 .block-globalnav-menu-list > ul li a {
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header-pt3 .block-globalnav-menu-main > ul li a:hover,
.header-pt3 .block-globalnav-menu-list > ul li a:hover {
  text-decoration: underline;
}
.header-pt3 .block-globalnav-menu-main > ul li a:before,
.header-pt3 .block-globalnav-menu-list > ul li a:before {
  content: "";
  display: block;
  top: 50%;
  left: 3px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.header-pt3 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt3 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt3 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt3 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt3 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ---- 訪問回数バナー表示 ---- */
.bnr_ampp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 340px;
  height: 180px;
  z-index: 1000;
}
.bnr_ampp a:hover {
  opacity: 0.7;
}
.bnr_ampp .close {
  cursor: pointer;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../../img/usr/top/ampp_close.jpg) no-repeat;
}

/* ----フッター(全パターン共通)---- */


/*.block-footernav--sns-list li a.instagram{background-image: url(../../img/usr/ico_instagram.svg);}.block-footernav--sns-list li a.facebook{background-image: url(../../img/usr/ico_facebook.svg);}.block-footernav--sns-list li a.twitter{background-image: url(../../img/usr/ico_twitter.svg);}.block-footernav--sns-list li a.youtube{background-image: url(../../img/usr/ico_youtube.svg);}*/
.pane-footer {
  padding-bottom: 0;
}
.pane-footer > .container {
  width: 100%;
}

.block-footernav--sns-list li a.instagram {
  background-image: url(../../img/usr/ico_instagram.png?d=250507);
}
.block-footernav--sns-list li a.facebook {
  background-image: url(../../img/usr/ico_facebook.png?d=250507);
}
.block-footernav--sns-list li a.twitter {
  background-image: url(../../img/usr/ico_twitter.png);
}
.block-footernav--sns-list li a.youtube {
  background-image: url(../../img/usr/ico_youtube.png?d=250507);
}

/* ----フッター(パターン1)---- */

.footer-pt1 #pane-footer-link {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.footer-pt1 #pane-footer-link .container {
  overflow: hidden;
  width: 1000px;
}
.footer-pt1 #pane-footer-link .container .inner {
  margin-left: -10px;
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
.footer-pt1 #pane-footer-link .container .inner div {
  display: table-cell;
  padding: 0 10px;
}
.footer-pt1 #pane-footer-link .container .inner div a {
  width: 100%;
  height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #bdbdbd solid;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}
.footer-pt1 #pane-footer-link .container .inner div a:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: #444 1px solid;
  border-right: #444 1px solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover:before {
  right: 6px;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover {
  text-decoration: none;
}
.footer-pt1 footer .container {
  position: relative;
}
.footer-pt1 .block-footernav {
  margin-bottom: 30px;
  text-align: center;
}
.footer-pt1 .block-footernav li {
  padding: 0 1em;
  display: inline-block;
}
.footer-pt1 .block-footernav li a {
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}
.footer-pt1 .block-footernav li a:hover {
  opacity: 0.6;
}
.footer-pt1 .block-footernav--sns-list {
  margin-top: 30px;
}
.footer-pt1 .block-footernav--sns-list li {
  display: inline-block;
  padding: 0;
}
.footer-pt1 .block-footernav--sns-list li a {
  display: block;
  width: 40px;
  padding: 0 10px;
  height: 30px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
}

/* ----フッター(パターン2)---- */
.footer-pt2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.footer-pt2 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer-pt2 a {
  color: inherit;
  text-decoration: none;
}
.footer-pt2 a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}
.footer-pt2 .block-footer-top {
  padding: 64px 0;
  background: #F0F0F0;
}
.footer-pt2 .block-footer-top .footer-icon-links {
  display: flex;
  justify-content: space-between;
}
.footer-pt2 .block-footer-top .footer-icon-links a {
  display: block;
  width: calc(20% - 15px);
  text-align: center;
}
.footer-pt2 .block-footer-top .footer-icon-links .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
.footer-pt2 .block-footer-top .footer-icon-links .text {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.footer-pt2 .block-footer-menu {
  padding: 60px 0;
  background: #F7F7F7;
}
.footer-pt2 .block-footer-menu .container {
  display: flex;
  justify-content: space-between;
}
.footer-pt2 .block-footer-menu .block-footer-title {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 12px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.15;
}
.footer-pt2 .block-footer-menu .block-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
}
.footer-pt2 .block-footer-company a {
  display: block;
  width: fit-content;
  margin: 6px auto 0 0;
  padding: 10px 32px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 20px;
}
.footer-pt2 .block-footer-company .name {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2.13;
}
.footer-pt2 .block-footer-company .detail {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2.45;
}
.footer-pt2 .block-footer-company-customer {
  margin: 30px 0 0;
}
.footer-pt2 .block-footer-support-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.footer-pt2 .block-footer-support-list li a {
  display: flex;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2;
}
.footer-pt2 .block-footer-banner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 20px 0 0;
}
.footer-pt2 .block-footer-banner-list .global a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 52px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #fff;
  background: #163190;
  border-radius: 4px;
}
.footer-pt2 .block-footer-follow {
  display: flex;
  flex-direction: column;
  width: 350px;
}
.footer-pt2 .block-footer-follow .block-footer-banner-list {
  max-width: 290px;
  margin: 0;
}
.footer-pt2 .block-footer-sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 12px;
  margin: 15px 0;
}
.footer-pt2 .block-footer-sns-list li {
  width: 30px;
}
.footer-pt2 .block-footer-logo {
  margin: auto 0 0;
}
.footer-pt2 .block-footer-logo .message {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2.15;
}
.footer-pt2 .block-footer-logo .logo {
  margin: 25px 0 0;
}
.footer-pt2 .block-footer-bottom {
  padding: 16px 0;
  background: #fff;
}
.footer-pt2 .block-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-pt2 .block-footer-nav {
  display: flex;
}
.footer-pt2 .block-footer-nav li {
  display: flex;
}
.footer-pt2 .block-footer-nav li:not(:first-child)::before {
  content: "";
  display:inline-block;
  width: 1px;
  height: 100%;
  margin: 0 24px;
  background: #000;
}
.footer-pt2 .block-footer-nav li a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-pt2 .block-footer-copyright {
  font-size: 11px;
  letter-spacing: 0.08em;
}

/* ----ページトップに戻る---- */
.block-page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
      background: #444;
}
.block-page-top a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 15px auto;
}
.block-page-top a:before,
.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 -8px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-page-top a:hover:after {
  margin-top: -9px;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}
.block-switcher li {
  display: inline-block;
}
.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}
.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}
.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}
.block-switcher .fa-mobile-phone {
  font-size: 22px;
}
.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
  font-size: 12px;
  text-align: center;
  background-color: #F5F5F5;
  color: #444444;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}
.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}
.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}
.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}
.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}
.block-brand-list--item-name {
  padding: 15px 35px 0;
}
.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}
.block-brand-list--item-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #444;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-brand-list--item-btn:hover {
  opacity: 0.7;
}
.block-brand-detail {
  width: 800px;
  margin: 0 auto 80px auto;
}
.block-brand-detail--header {
  text-align: center;
}
.block-brand-detail--image {
  margin-top: 40px;
}
.block-brand-detail--image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----商品詳細画面---- */


/*CSSによる商品詳細画面の項目の並び順変更用*/

.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}
.page-goods .block-icon {
  order: 20;
}
.block-goods-name {
  order: 19;
  margin: 20px 0 0 0;
}
.block-goods-name h1 {
  margin: 0;
}
.block-goods-price {
  order: 40;
  margin: 10px 0 15px 0;
}
.block-goods-comment {
  order: 50;
  margin: 10px 0;
}
form .block-goods-comment1 {
  order: 55;
  margin: 10px 0;
}
.block-goods-code {
  order: 60;
}
.block-goods-item-code {
  order: 70;
}
.block-goods-item-code2 {
  order: 80;
}
.block-goods-item-code3 {
  order: 90;
}
.block-goods-release-dt {
  order: 100;
}
.block-goods-class1 {
  order: 110;
}
.block-goods-class2 {
  order: 120;
}
.block-goods-attr1 {
  order: 130;
  display:none;
}
.block-goods-attr2 {
  order: 140;
}
.block-goods-attr3 {
  order: 150;
}
.block-goods-size {
  order: 160;
  display:none!important;
}
.block-goods-color {
  order: 170;
}
div.block-goods-acespec dl.block-goods-point {
    display: none !important;
}
.block-goods-postage {
  order: 190;
}
.block-goods-stock {
  order: 200;
}
.block-goods-spec {
  order: 210;
}
.block-rules-comment {
  order: 215;
  margin: 10px 0;
}
.block-goods-sales-detail-append {
  order: 220;
}
.block-variation {
  order: 230;
  margin-top: 15px;
  padding: 3px 0 5px 0;
}
.block-variation > select {
  margin-top: 0;
  padding: 10px 0;
}
.block-variation > .block-variation {
  border-top: none;
  border-bottom: none;
}
.block-custom-order {
  order: 240;
}
.block-goods-set {
  order: 250;
}
.block-add-cart {
  order: 260;
}
.block-no-stock {
  order: 270;
}
.block-contact-about-goods {
  order: 280;
}
.block-arrival-notice {
  order: 290;
}
.block-goods-store-stock {
  order: 300;
}
.block-accessory-list {
  order: 310;
  margin-top: 100px;
}
.block-variation-back-order {
  order: 320;
}
.block-goods-favorite {
  order: 275;
}
.block-goods-link {
  order: 340;
}
.block-goods-sns {
  order: 350;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.block-goods-sns li {
  padding-right: 10px;
}
.block-goods-sns li.block-goods-sns--pocket{
  display: none;
}
.block-goods-sns li.block-goods-sns--facebook a{
  font-size: 12px;
  color: #FFF;
  width: 75px;
  height: 20px;
  border-radius: 4px;
  background: #0866FB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 4px;
}
.block-goods-sns li.block-goods-sns--facebook a:hover{
  color: #FFF !important;
  opacity: 0.7;
}
.block-goods-sns li.block-goods-sns--facebook a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../img/usr/ico_facebook_w.png) center center / contain no-repeat;
    display: block;
    margin-right: 4px;
    position: relative;
    top: 0;
}
.block-goods-sns li:last-child {
  padding-right: 0;
}
.pane-goods-right-side .block-variation .block-variation {
  margin: 30px 0 20px 0;
}
.pane-goods-right-side .block-variation .block-variation h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding-right: 1em;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item {
  margin-bottom: 14px;
  font-size: 12px;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item span {
  font-weight: normal;
  color: #888;
}
.pane-goods-right-side .block-custom-order {
  margin-bottom: 30px;
}
.block-goods-detail select {
  min-width: 400px;
}
.block-goods-set {
  margin-top: 20px;
}
.block-goods-set .legend {
  margin: 20px 0;
  font-size: 20px;
}
.block-goods-set .block-goods-set--header {
  border-bottom: none;
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.block-goods-set .block-goods-set--item-list {
  margin-bottom: 60px;
  width: 100%;
}
.block-goods-set .block-goods-set--item-list th {
  text-align: center;
}
.block-goods-set .block-goods-set--item-list td.block-goods-set--item-name a {
  font-weight: bold;
}
.block-goods-set .block-goods-set--item-list td.block-goods-set--item-qty {
  text-align: center;
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 30px 0;
}
.block-goods-comment5 {
  margin: 0 0 30px 0;
}
.pane-goods-center .block-top-event--header {
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}
.block-accessory-list--name {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
}
.block-accessory-list--name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.pane-goods-right-side .block-accessory-list--name {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {
  display: none;
}
.pane-goods-right-side .form-group {
  position: relative;
}
.pane-goods-right-side .form-group .constraint {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
}
.pane-goods-right-side .block-accessory-list {
  margin-top: 40px;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {}
.block-goods-user-review {
  width: 1000px;
  margin: 0 auto 40px auto;
  padding: 30px 0;
}
.block-goods-footer-cart .block-variation {
  display: block;
  margin-bottom: 30px;
}
.block-goods-footer-cart .block-add-cart {
  margin: 30px auto 30px auto;
}

/*=========================================
  inquiry
=========================================*/
.block-inquiry-border--header {
  border-left: 3px solid #444;
  padding: 5px 0 5px 10px;
}
.block-inquiry-border--header ~ .block-inquiry-border--header {
  margin-top: 40px;
}
.block-inquiry .red {
  color: #FC0019;
}
.block-inquiry .block-inquiry--message {
  margin-bottom: 35px;
}
.block-inquiry p + p {
  margin-top: 15px;
}

/* ----awooタグ 下層ページ---- */
.rec_items {
  margin: 0 -7px 100px -7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rec_items .rec_detail {
  padding: 0 7px;
  margin-bottom: 30px;
  width: 16.6%;
}
.rec_items .rec_detail a {
  display: block;
  text-decoration: none;
}
.rec_items .rec_detail img {
  background: #f5f5f5;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  max-width: 100%;
}
.rec_items .rec_detail .title {
  margin-top: 5px;
}
.rec_items .rec_detail .sprice {
  font-weight: bold;
  margin-top: 10px;
}
.rec_items .rec_detail .desc {
  display: none;
}

/*=========================================
  商品詳細
=========================================*/
body.page-goods .block-topic-path {
  padding-top: 40px;
}
body.page-goods .pane-contents .container {
  width: 1120px;
}
body.page-goods .block-goods-detail {
  grid-template-columns: 1fr 430px;
}
body.page-goods .pane-goods-left-side {
  width: 590px;
}
body.page-goods .pane-goods-right-side {
  width: 430px;
}
body.page-goods .pane-goods-right-side form > * {
  max-width: 100%;
}
body.page-goods .block-goods_sticky {
  display: block;
}
body.page-goods .block-goods_sticky .swiper-slider-main {
  width: 500px;
  margin: 0 auto;
  overflow: visible;
}
body.page-goods .swiper-slider-main .swiper-slide:not(:first-child) {
  display: none;
}
body.page-goods .swiper-slider-main.swiper-initialized .swiper-slide {
  display: block;
}
body.page-goods .swiper-slider-main figure {
  width: 100%;
  height: 500px;
}
body.page-goods .swiper-slider-main figure img {
  width: 100%;
}
body.page-goods .swiper-slider-main .hacobune-univideo {
  max-height: 100%;
}
body.page-goods .swiper-slider-main .hacobune-video-js {
  background: none;
}
body.page-goods .swiper-slider-main video {
  max-height: 500px;
}
body.page-goods .pane-goods-left-side .block-goods-gallery .block-goods--video-thumbnail .img-center img {
  width: 100%;
  height: 100%;
}
body.page-goods .swiper-slider-main .swiper-slide a + div {
  margin: 8px 0 0;
}
body.page-goods .swiper-slider-main .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -44px;
  opacity: 0;
}
body.page-goods .swiper-slider-main .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -44px;
  opacity: 0;
}
body.page-goods .swiper-slider-main.swiper-initialized .swiper-button-prev,
body.page-goods .swiper-slider-main.swiper-initialized .swiper-button-next {
  opacity: 1;
}
body.page-goods .swiper-slider-main .swiper-button-prev:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -2px;
  width: 12px;
  height: 1px;
  background: #707070;
  transform: rotate(-40deg);
}
body.page-goods .swiper-slider-main .swiper-button-prev:after,
body.page-goods .swiper-slider-main .swiper-button-next:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #707070;
}

body.page-goods .swiper-slider-main .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 16px;
  right: -2px;
  width: 12px;
  height: 1px;
  background: #707070;
  transform: rotate(40deg);
}
body.page-goods .block-goods-gallery {
  margin: 50px 0 0;
}
body.page-goods .block-goods-gallery-src {
  display: flex;
  gap: 2px;
}
body.page-goods .block-goods-gallery-src li {
  position: relative;
  float: none;
  width: 94px !important;
  height: 94px;
  border-width: 2px;
}
body.page-goods .block-goods-gallery-src li.swiper-slide-thumb-active {
  border-color: #8E8E8E;
}
body.page-goods .block-goods-gallery li figure {
  width: 90px;
  height: 90px;
}
body.page-goods .block-goods-insta,
body.page-goods .block-goods-blog,
body.page-goods .block-goods-tag {
  position: relative;
  margin: 50px 0 0;
}
body.page-goods .block-goods-insta:not(:has(.ecbn-selection-wrapper)),
body.page-goods .block-goods-blog:not(:has(.hacobune-app-main)),
body.page-goods .block-goods-tag:not(:has(dd a)) {
  display: none;
}
body.page-goods .block-goods-insta--title,
body.page-goods .block-goods-blog--title,
body.page-goods .block-goods-tag--title {
  font-weight: bold;
  margin: 0 0 10px;
}
body.page-goods .block-goods-insta .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  width: 100%;
}
body.page-goods .block-goods-insta .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  width: 114px;
  margin-right: 5px;
}
body.page-goods .block-goods-insta .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item>div>a {
  width: 114px;
  height: 114px;
}
body.page-goods .block-goods-insta .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev,
body.page-goods .block-goods-insta .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  top: 36px;
}
body.page-goods .block-goods-blog .hacobune-goods.blog {
  margin: 0;
}
body.page-goods .block-goods-blog .hacobune-app-container {
  background: none;
  height: auto;
  padding: 0;
}
body.page-goods .block-goods-blog .hacobune-narrow-down,
body.page-goods .block-goods-blog .hacobune-media-post-list-item-caption {
  display: none;
}
body.page-goods .block-goods-blog .hacobune-media-post-list-item-title {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}
body.page-goods .block-goods-blog .hacobune-grid-row {
  gap: 5px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
body.page-goods .block-goods-blog .hacobune-swiper-slide {
  width: 114px !important;
  margin-right: 5px;
}
body.page-goods .block-goods-blog .hacobune-media-post-list-item {
  padding: 0;
}
body.page-goods .block-goods-insta .ecbn-selection-title {
  display: none;
}
body.page-goods .block-goods-tag div.pane-goods-center-nununiTag {
  margin: 0;
  padding: 0;
  border: 0;
}
body.page-goods .block-goods-tag #goodsdetail_nununiproductapitags_memo {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
}
body.page-goods .block-goods-tag .pane-goods-center-nununiTag dl {
  margin: 12px 0 0;
  padding: 22px 16px;
  background: #F9F9F9;
}
body.page-goods .block-goods-tag .pane-goods-center-nununiTag dt {
  display: none;
}
body.page-goods .block-goods-tag .pane-goods-center-nununiTag dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}
body.page-goods .pane-goods-center-nununiTag a {
  background: #FFF;
  border-color: #DEDEDE;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 7px 20px;
}
body.page-goods .hacobune-goods {
  border: 0;
}
.block-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  order: 31;
  margin: 0 0 18px;
}
.block-goods-detail-j--goods .block-icon [class^="block-icon--"],
.block-ranking-r .block-icon [class^="block-icon--"] {
  width: auto !important;
  margin-bottom: 0;
}
.block-icon span {
  display: block;
  border-radius: 2px;
  font-size: 10px;
  height: auto;
  padding: 1px 10px 0;
}
.block-icon span.block-icon-red {
  color: #D11000;
  background: #FFE8EA;
  border: 1px solid #D11000;
}
.block-icon span.block-icon-blue {
  color: #2F7AE0;
  background: #EBF4F9;
  border: 1px solid #2F7AE0;
}
.block-icon span.block-icon-yellow {
  color: #E3B54A;
  background: #FFFCF6;
  border: 1px solid #E3B54A;
}
.block-icon span.block-icon-gray {
  color: #231815;
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
}
body.page-goods .revico-star-zone {
  order: 32;
  margin: 0 0 20px;
}
body.page-goods .revico-star-zone .revico-star-block--title {
  display: none;
}
body.page-goods .revico-star-zone .revico-star-block--total {
  font-size: 10px;
  margin-left: -60px
}
body.page-goods .block-goods-price {
  order: 35;
  margin-bottom: 10px;
}
body.page-goods .block-goods-other-info {
  margin: 15px 0 35px;
  padding: 15px 12px;
  background: #F5F5F5;
  order: 41;
}
body.page-goods .block-goods-other-info--note li {
  font-size: 13px;
  font-weight: bold;
}
body.page-goods .block-goods-other-info--note li#pointvalue {
  display: none;
}
body.page-goods .block-goods-other-info--link {
  font-size: 12px;
  margin: 4px 0 0;
}
body.page-goods .block-goods-other-info--link a:before {
  content: '※';
  display: inline-block;
}
body.page-goods .block-goods-price--on-sales-comment {
  font-size: 14px;
}
body.page-goods .block-goods-price--price {
  font-size: 28px;
  font-weight: bold;
}
body.page-goods .block-goods-detail:has(.block-goods-price--default-price) .block-goods-price--on-sales-comment + .block-goods-price--price {
  color: #D11000;
}
body.page-goods .block-goods-detail:has(.block-goods-price--on-sales-comment:empty) .block-goods-price--price {
  color: #444;
}
body.page-goods:has(.block-icon--auto-on-sales) .block-goods-price--price::after {
  font-size: 12px;
}
body.page-goods .block-goods-price--price.price + .block-goods-price--default-price.default-price {
  color: #8E8E8E;
}
body.page-goods .block-add-cart,
body.page-goods .block-goods-favorite {
  order: 40;
}
body.page-goods .block-add-cart .block-add-cart--btn {
  width: 380px;
  font-size: 15px;
  background-color: #D11000;
  background-position: left 110px top 17px;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
}
body.page-goods .block-arrival-notice {
  width: 380px;
  border: 0;
}
body.page-goods .block-arrival-notice a {
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 150px;
  background-position: left 120px center;
  background-color: #F2F2F2;
  border-radius: 4px;
}
body.page-goods .block-no-stock {
  width: 380px;
}
body.page-goods .block-no-stock--message {
  width: 380px;
  border-radius: 4px;
  background: #FFE8EA;
  color: #D11000;
  font-size: 15px;
  border: 0;
  line-height: 50px;
  height: 50px;
}
body.page-goods .block-add-cart--btn.customize_btn-reservation {
  color: #2F7AE0;
  font-size: 15px;
  background: #E5F0FF;
  border: 1px solid #2F7AE0;
  border-radius: 4px;
}
body.page-goods .block-no-stock {
  order: 40;
}
body.page-goods div#unisize_1000 {
  order: 42;
}
body.page-goods .block-goods-favorite + div#unisize_1000 {
  margin-top: 12px;
}
body.page-goods .block-variation {
  order: 43;
}
body.page-goods .block-customize-variation-group-selected-item {
  order: 44;
}
body.page-goods .block-variation.block-color {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.page-goods .block-variation.block-color h2 {
  font-size: 14px;
  margin: 0;
}
body.page-goods .block-variation.block-color .block-variation--selected-item {
  color: #8E8E8E;
  margin: 0 0 0 8px;
}
body.page-goods .block-color--item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 15px 0 0;
}
body.page-goods .block-color--item {
  width: 64px;
  margin: 0;
  padding: 0;
}
body.page-goods .block-color--item dt {
  width: 100%;
  height: 64px;
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
body.page-goods .block-color--item.active dt {
  border: 2px solid #525252;
}
body.page-goods .block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
}
body.page-goods .block-color--item dt figure {
  position: static;
  width: 63px;
  height: 63px;
}
body.page-goods .block-variation--item-description {
  display: none;
}
body.page-goods .block-customize-variation-group-selected-item {
  font-size: 14px;
  margin: 25px 0 15px;
}
body.page-goods .block-customize-variation-group-selected-item span {
  color: #8E8E8E;
  font-size: 12px;
  margin: 0 0 0 8px;
}
body.page-goods #customize_goods_overlay_accordion {
  order: 44;
}
body.page-goods div#customize_goods_overlay_accordion ul {
  border: 0;
  max-height: 600px;
  overflow-y: auto;
  margin: 0 0 50px;
}
body.page-goods div#customize_goods_overlay_accordion ul::-webkit-scrollbar {
  width: 6px;
}
body.page-goods div#customize_goods_overlay_accordion ul::-webkit-scrollbar-thumb {
  background: #F2F2F2;
}
body.page-goods div#customize_goods_overlay_accordion ul::-webkit-scrollbar-track {
  box-shadow: none;
}
body.page-goods div#customize_goods_overlay_accordion ul > div:not(:last-child) {
  margin: 0 0 10px;
}
body.page-goods div#customize_goods_overlay_accordion a {
  text-decoration: none;
}
body.page-goods div#customize_goods_overlay_accordion li {
  padding: 13px 23px;
  border: 2px solid #DEDEDE;
  border-radius: 2px;
}
body.page-goods div#customize_goods_overlay_accordion li.customize_active {
  border: 2px solid #444;
}
body.page-goods div#customize_goods_overlay_accordion li.customize_no_stock {
  opacity: .6;  
  border: 2px dashed #E5E5E5;
}
body.page-goods .customize_variation_group_audion {
  display: flex;
  align-items: center;
}
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_img {
  border: 0;
  width: 67px;
  margin-right: 10px;
}
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_img img {
  width: 100%;
}
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_stock {
  flex: 1;
  margin: 0 20px 0 0;
}
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_stock div.inner_variation {
  font-size: 15px;
  line-height: 1.4;
}
body.page-goods div#customize_goods_overlay_accordion li.customize_no_stock div.customize_variation_group_audion_stock div.inner_variation,
body.page-goods li.customize_no_stock div.customize_variation_group_audion_price {
  color: #8E8E8E;
}
body.page-goods div.customize_variation_group_audion_price {
  text-align: left;
  width: 120px;
}
body.page-goods div.customize_variation_group_audion_price span.customize_variation_group_audion_original_price {
  color: #8E8E8E;
  font-size: 13px;
}
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_stock div.variaiton_stock_txt,
body.page-goods div#customize_goods_overlay_accordion li div.customize_variation_group_audion_stock div.variaiton_stock_txt_no_stock {
  display: none;
}
body.page-goods #paymentbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F9F9F9;
  padding: 15px;
  margin: 0 0 10px;
}
body.page-goods #paymentbox_title {
  width: 140px;
}
body.page-goods #paymentbox_main {
  width: 250px;
  padding: 0;
  margin: 0;
  border: 0;
}
body.page-goods #paymentbox p {
  margin: 0 0 4px;
  font-size: 15px;
}
body.page-goods #paymentbox_title a {
  color: #231815;
  font-size: 12px;
}
body.page-goods #paymentbox .paymentlist img {
  height: 20px;
}
body.page-goods .block-goods-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #F9F9F9;
  padding: 15px;
  order: 45;
  margin: 0 0 18px;
}
body.page-goods .block-goods-return dt p {
  font-size: 15px;
  font-weight: bold;
}
body.page-goods .block-goods-return dt a {
  color: #231815;
  font-size: 12px;
}
body.page-goods .block-goods-return dd {
  flex: 1;
  font-size: 13px;
}
body.page-goods div.block-shopstock-about-goods {
  border: 0;
  order: 48;
}
body.page-goods div.block-shopstock-about-goods a {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  color: #231815;
  font-size: 13px;
  font-weight: normal;
  height: auto;
}
body.page-goods div.block-shopstock-about-goods a:hover {
  opacity: .7;
}
body.page-goods div.block-shopstock-about-goods a span {
  display: block;
  width: 100%;
  height: auto;
  background-size: 16px;
  background-position: left 17px center;
  margin: 0;
  padding: 0;
}
body.page-goods .block-contact-about-goods {
  order: 46;
  margin: 0;
}
body.page-goods .block-contact-about-goods--btn {
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  color: #231815;
  font-size: 13px;
  padding: 13px 0;
  background: url(https://store.ace.jp/img/usr/common/icon_mail.svg) no-repeat left 17px center / 15px;
}
body.page-goods .pane-goods-center {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  overflow: visible;
  padding: 90px 0 0;
  z-index: 1;
}
body.page-goods .pane-goods-center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: #F8F8F8;
  z-index: -1;
}
@media only screen and (min-width: 1121px) {
  body.page-goods .pane-goods-center:before {
    left: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
  }
}
body.page-goods .pane-goods-center h3 {
  color: #000;
  font-size: 15px;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #DEDEDE;
}
body.page-goods .pane-goods-comment {
  width: 590px;
  padding: 0;
}
body.page-goods div.pane-goods-center .block-goods-comment1 {
  float: none;
  width: 100%;
}
body.page-goods div.pane-goods-center .block-goods-comment1 dd {
  font-size: 14px;
}
body.page-goods .block-goods-about-series-brand {
  border: 1px solid #DEDEDE;
  margin: 50px 0 0;
  padding: 24px;
}
body.page-goods .block-goods-about-series-brand:not(:has(dl)) {
  display: none;
}
body.page-goods .block-goods-about-series-brand dl:not(:last-child) {
  margin: 0 0 20px;
}
body.page-goods .block-goods-about-series-brand:has(dd img) dl {
  position: relative;
  padding-left: 210px;
}
body.page-goods .block-goods-about-series-brand h3 {
  font-size: 13px;
  margin: 0 0 12px;
  border: 0;
  padding: 0;
}
body.page-goods .block-goods-about-series-brand dd {
  font-size: 12px;
  padding: 0 0 15px;
  border-bottom: 1px solid #DEDEDE;
}
body.page-goods .block-goods-about-series-brand dl:last-child dd {
  border: 0;
  padding: 0;
}
body.page-goods .block-goods-about-series-brand dd u:has(a:hover) {
  text-decoration: none;
}
body.page-goods .block-goods-about-series-brand dd img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 174px;
}
body.page-goods div.pane-goods-center div.block-goods-acespec {
  float: none;
  display: flex;
  flex-direction: column;
  width: 430px;
}
body.page-goods .pane-goods-nununi {
  width: 100%;
}
body.page-goods #block_of_itemhistory {
  width: 955px;
  margin: 50px auto 0;
  border: 0;
}
body.page-goods #block_of_itemhistory .block-recent-item--keep-history,
body.page-goods #block_of_itemhistory .block-recent-item--empty-message,
body.page-goods #block_of_itemhistory .customize_block-goods-bookmark,
body.page-goods #block_of_itemhistory .block-goods-detail-j .block-icon,
body.page-goods #block_of_itemhistory .block-goods-detail-j .block-goods-detail-j--scomment,
body.page-goods #block_of_itemhistory .brand-logo-wrap,
body.page-goods #block_of_itemhistory .revico-star-zone {
  display: none;
}
body.page-goods #block_of_itemhistory .block-recent-item--header {
  font-size: 14px;
  padding: 0;
}
body.page-goods #block_of_itemhistory .block-recent-item--header:before {
  content: 'RECENTLY VIEWED ITEMS';
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.176;
}
body.page-goods #block_of_itemhistory .block-recent-item--header:after {
  display: none;
}
body.page-goods #block_of_itemhistory .block-recent-item--items {
  width: 100%;
  overflow: visible;
}
body.page-goods #block_of_itemhistory .block-goods-detail-j {
  overflow: visible;
}
body.page-goods #block_of_itemhistory .block-recent-item--body .block-goods-detail-j--items {
  gap: 20px;
  margin: 0;
}
body.page-goods #block_of_itemhistory .block-recent-item--body .block-goods-detail-j--items li {
  display: block;
  width: 175px;
  padding: 0;
  margin: 0;
}
body.page-goods #block_of_itemhistory .block-recent-item--body .block-goods-detail-j--items > li:nth-child(n+7) {
  display: none;
}
body.page-goods #block_of_itemhistory .block-goods-detail-j--goods-image figure {
	padding: 0;
  background: none;
}
body.page-goods #block_of_itemhistory .block-goods-detail-j--goods-name,
body.page-goods #block_of_itemhistory .variation-name {
  display: none;
}
body.page-goods #block_of_itemhistory .block-goods-detail-j .block-goods-detail-j--goods .price {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #000 !important;
}
body.page-goods #block_of_itemhistory .slick-list {
  margin: 0 -10px;
}
body.page-goods #block_of_itemhistory .slick-slide {
  margin: 0 10px;
}
body.page-goods .slick-arrow {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
}
body.page-goods .slick-arrow.slick-next {
  left: auto;
  right: -40px;
}
body.page-goods .slick-arrow:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -2px;
  width: 12px;
  height: 1px;
  background: #707070;
  transform: rotate(-40deg);
}
body.page-goods .slick-arrow:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #707070;
}
body.page-goods .slick-arrow.slick-next:before {
  left: auto;
  right: -2px;
  transform: rotate(40deg);
}
body.page-goods .special-feature {
  width: 975px;
  margin: 0 auto;
}
body.page-goods .special-feature h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
  border: 0;
}
body.page-goods .special-feature h3 span {
  display: block;
  font-size: 34px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.176;
  margin: 0 0 5px;
}
body.page-goods .special-feature ul:not(.slick-slider) {
  display: flex;
}
body.page-goods .special-feature li {
  width: 175px;
}
body.page-goods .special-feature li a {
  display: block;
  margin: 0 10px;
}
body.page-goods .special-feature li span {
  display: none;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description:not(.--type-box) {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description:not(.--type-box) dt {
  float: none;
  width: 90px;
  border-radius: 7px;
  background: #F2F2F2;
  padding: 14px 10px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.54;
  font-weight: normal;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description dt:before {
  display: none;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description:not(.--type-box) dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-bottom: 1px dashed #DEDEDE;
  padding: 5px 0;
  min-height: 60px;
  font-size: 14px;
  line-height: 1.54;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description:has(+.block-goods-spec-caution) dd {
  border: 0;
}
body.page-goods div#spec_goods_comment {
  display: none;
}
body.page-goods .block-goods-spec-caution {
  font-size: 12px;
  margin: 15px 0 30px;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-notes {
  margin: 15px 0 0;
  order: 10000;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-notes dt {
    display: none;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-notes dd {
  font-size: 12px;
  border: 0;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-box {
  border: 1px solid #DEDEDE;
  padding: 20px 22px;
  margin: 0 0 16px;
  order: 10001;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-box dt {
  float: none;
  width: 100%;
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: normal;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.--type-box dd {
  font-size: 13px;
  line-height: 1.7;
}

dl.goods-detail-description.block-goods-release-dt,
dl.goods-detail-description.block-goods-size {
    display: none !important;
}

body.page-goods #owan-banner-text.-bordered {
  color: #FFF;
  background: #000;
  border: 0;
  cursor: pointer;
  margin: 16px 0 0;
}
body.page-goods #owan-banner-text.-bordered svg {
  fill: #FFF;
}
body.page-goods .block-goods-wrapping-setting {
  display: flex;
  align-items: center;
  gap: 23px;
  border: 1px solid #DEDEDE;
  padding: 16px 24px;
  margin: 15px 0 0;
  order: 41;
}
body.page-goods .block-goods-wrapping-setting--img {
  width: 103px;
}
body.page-goods .block-goods-wrapping-setting--text {
  flex: 1;
}
body.page-goods .block-goods-wrapping-setting--text label {
  font-size: 14px;
}
body.page-goods .block-goods-wrapping-setting--text input {
  width: 14px;
}
body.page-goods .block-goods-wrapping-setting--text p {
  font-size: 13px;
  margin: 5px 0;
}
body.page-goods .block-goods-wrapping-setting--charge {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 6px;
}
body.page-goods .block-goods-wrapping-setting--text a {
  font-size: 12px;
}
body.page-goods #rec_area:has(.rec_items) {
  margin: 100px 0 0;
}
body.page-goods #rec_area .block-recent-item--header {
  font-size: 0;
  padding: 0;
}
body.page-goods #rec_area .block-recent-item--header:before {
  content: 'RECOMMEND';
  font-size: 34px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
body.page-goods #rec_area .block-recent-item--header:after {
  content: 'おすすめアイテム';
  position: static;
  width: auto;
  height: auto;
  background: none;
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 0;
}
body.page-goods .rec_items {
  gap: 30px 20px;
  margin-bottom: 0;
}
body.page-goods .rec_items .rec_detail {
  width: 208px;
}
body.page-goods .rec_items .rec_detail .title {
  display: -webkit-box;  
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;    
}
body.page-goods .pane-goods-nununi {
  display: none;
}
body.page-goods .pane-goods-center-nununiTag {
  margin: 0;
  padding: 0;
  border: 0;
}
body.page-goods .pane-goods-center-nununiTag dt {
  display: none;
}
body.page-goods .block-goods-review {
  position: relative;
  display: flex;
  gap: 95px;
  width: 100%;
  margin: 100px 0 0;
  padding: 90px 0;
  z-index: 1;
}
body.page-goods .block-goods-review:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
}
@media screen and (min-width: 1121px) {
  body.page-goods .block-goods-review:before {
    width: 100vw;
    left: calc((100vw - 1120px) / 2 * -1);
  }
}
body.page-goods .block-goods-review .hacobune-app-container {
  padding: 0;
  background: none;
  width: 432px;
}
body.page-goods .block-goods-review .hacobune-app-container:not(:has(.hacobune-app-main)):before {
  content: 'コメントはまだ登録されていません。';
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 20px;
  letter-spacing: 1px;
}
body.page-goods .block-goods-review .block-goods-staff-comment .staff-comment h2 {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 10px 15px;
  width: 100%;
}
body.page-goods .block-goods-review .hacobune-goods .staff-comment h2 {
  display: none;
}
body.page-goods .block-goods-review .hacobune-goods .hacobune-reception-comment-list-item {
  margin: 0 0 16px;
}
body.page-goods .block-goods-review .hacobune-goods .hacobune-reception-comment-list .hacobune-reception-comment-list-item {
  gap: 15px;
}
body.page-goods .block-goods-review .hacobune-goods .hacobune-reception-comment-list .hacobune-reception-comment-list-item .hacobune-reception-comment-list-item-content {
  background: #FFF;
  border-radius: 4px;
  padding: 15px 12px;
}
body.page-goods .block-goods-review .hacobune-goods .hacobune-reception-comment-list .hacobune-reception-comment-list-item .hacobune-reception-comment-list-item-content:before {
  left: -10px;
  margin-top: -10px;
  border-right: 20px solid #FFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
body.page-goods .block-goods-review .hacobune-goods .hacobune-reception-comment-list .hacobune-reception-comment-list-item .hacobune-reception-comment-list-item-content .hacobune-reception-comment-list-item-content-comment {
  font-size: 12px;
  line-height: 2;
}
body.page-goods .block-goods-review #revico-review-zone {
  width: 590px;
}
body.page-goods .block-goods-review .revico-star .revico-review {
  display: none;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
body.page-goods .block-goods-review .revico-star .revico-star-block-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin: 0 0 10px;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-block {
  justify-content: flex-start;
  margin: 0;
}
body.page-goods .block-goods-review .revico-star-block--caption {
  font-size: 20px;
}
body.page-goods .block-goods-review .revico-star {
  margin: 0 0 40px;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-label {
  margin: 0 0 9px;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph {
  background: none;
  padding: 0;
}
body.page-goods .block-goods-review .revico-evaluation-graph-wrapper {
  width: 295px;
  margin: 0;
}
body.page-goods .block-goods-review .revico-evaluation-graph {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
body.page-goods .block-goods-review .revico-evaluation-graph--title {
  color: #231815;
  font-weight: normal;
  text-align: left;
  width: 60px;
}
body.page-goods .block-goods-review .revico-evaluation-graph-score {
  width: 250px;
}
body.page-goods .block-goods-review .revico-evaluation-graph-score-caption {
  display: none;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row a:not(.revico-star-graph-list--row-link-star) {
  margin: 0;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row a,
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-link span {
  color: #231815;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container {
  border: 1px solid #ccc;
  background: transparent;
}
body.page-goods .block-goods-review .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-container-bar {
  background: #ccc;
}
body.page-goods .block-goods-review .revico-evaluation-graph-wrapper .revico-evaluation-graph-score--scale {
  height: 5px;
}
body.page-goods .ecbn-selection-item .ecbn-selection-detail {
  width: 100%;
}
body.page-goods div#pointvalue {
  margin: 0 0 10px;
}
body.page-goods div#pointvaluesetflame {
  float: none;
}
body.page-goods div#pointvaluentimessales {
  margin-top: 5px;
}
body.page-goods .hacobune-app-container *,
body.page-goods .hacobune-dialog-mask * {
  font-family: "Noto Sans JP", sans-serif;
}
body.page-goods .hacobune-dialog-wrapper {
  width: 1200px;
  max-height: 85%;
  padding: 0 15px;
}
body.page-goods .hacobune-dialog-content {
  padding: 50px;
  border-radius: 10px;
}
body.page-goods .hacobune-dialog-close-button-container {
  top: -48px;
  right: 15px;
}
body.page-goods .hacobune-dialog-close-button-container .hacobune-close-button {
  background: none !important;
  border: none !important;
}
body.page-goods .hacobune-dialog-close-button-container .hacobune-close-button::before,
body.page-goods .hacobune-dialog-close-button-container .hacobune-close-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 4px;
  margin: auto;
  background: #fff;
  transform: rotate(-45deg);
}
body.page-goods .hacobune-dialog-close-button-container .hacobune-close-button::after {
  transform: rotate(45deg);
}
body.page-goods .hacobune-dialog-close-button-container .hacobune-close-button .hacobune-icon {
  display: none;
}
body.page-goods .hacobuce-media-post-item-prev-icon,
body.page-goods .hacobuce-media-post-item-next-icon {
  width: 28px;
  height: 42px;
  background: #464646;
}
body.page-goods .hacobuce-media-post-item-next-icon {
  transform: scale(-1,1);
}
body.page-goods .hacobuce-media-post-item-prev-icon::before,
body.page-goods .hacobuce-media-post-item-next-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
body.page-goods .hacobuce-media-post-item-prev-icon .hacobune-icon,
body.page-goods .hacobuce-media-post-item-next-icon .hacobune-icon  {
  display: none;
}
body.page-goods .hacobune-dialog-overlay {
  background: none;
}
body.page-goods .hacobuce-media-post-item-header,
body.page-goods .hacobuce-media-post-item-footer {
  display: none;
}
body.page-goods .hacobuce-media-post-item-root {
  grid-template-rows: unset;
  height: auto;
  max-height: unset;
}
body.page-goods .hacobuce-media-post-item-main {
  width: 100%;
  padding: 0 30px 0 0;
}
body.page-goods .hacobune-slider .hacobune-slider-swiper-container {
  margin: 0;
}
body.page-goods .hacobune-slider .hacobune-slider-next,
body.page-goods .hacobune-slider .hacobune-slider-prev {
  display: none;
}
body.page-goods .hacobune-slider .hacobune-carousel-list {
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.page-goods .hacobune-slider .hacobune-carousel-list .hacobune-carousel-list-item {
  flex-shrink: 0;
  position: relative;
  width: 74px;
  padding: 74px 0 0 0;
}
body.page-goods .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  opacity: 0.4;
}
body.page-goods .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image.hacobune-media-post-carousel-active {
  opacity: 1;
}
body.page-goods .hacobuce-media-post-item-side {
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
}
body.page-goods .hacobuce-media-post-staff-profile {
  padding: 0;
  margin: 0;
}
body.page-goods .hacobuce-media-post-staff-profile .hacobuce-media-post-staff-profile-shop-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.416;
}
body.page-goods .hacobuce-media-post-item-title {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #DEDEDE;
  font-size: 15px;
  line-height: 1.666;
}
body.page-goods .hacobune-media-post-related-product {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #DEDEDE;
}
body.page-goods .hacobune-media-post-item-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.416;
  text-align: left;
}
body.page-goods .hacobune-media-post-item-tile {
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.page-goods .hacobune-media-post-item-tile-product {
  flex-shrink: 0;
  width: 115px;
}
body.page-goods .hacobune-media-post-item-text-caption {
  width: 100%;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.page-goods .related-product-item-color,
body.page-goods .related-product-item-size {
  display: none;
}
body.page-goods .related-product-item-price {
  width: 100%;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0;
}

.block-goods-detail-j li .block-goods-detail-j--goods-name a,
.block-ranking-r--goods-name a {
  display: -webkit-box;             
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;    
  font-size: 14px;
}
.block-goods-detail-j .block-icon,
.block-ranking-r .block-icon {
  gap:4px;
}
.block-goods-detail-j .block-icon span,
.block-ranking-r .block-icon span {
  font-size: 9px;
  height: 18px;
  padding: 0 4px;
  line-height: 15px;
}

/*.block-goods-detail-j .block-icon span:nth-child(n+4),
.block-ranking-r .block-icon span:nth-child(n+4) {
  display: none;
}*/
.block-goods-detail-j .block-icon span.block-icon--auto-on-sales,
.block-ranking-r .block-icon span.block-icon--auto-on-sales,
.block-goods-detail-j .block-icon span.block-icon--auto-new,
.block-ranking-r .block-icon span.block-icon--auto-new{
    font-size: 11px !important;
    padding: 0 6px !important;
}

.block-goods-detail-j .block-icon span.block-icon--src4,
.block-ranking-r .block-icon span.block-icon--src4,
.block-goods-detail-j .block-icon span.block-icon--src5,
.block-ranking-r .block-icon span.block-icon--src5,
.block-goods-detail-j .block-icon span.block-icon--src6,
.block-ranking-r .block-icon span.block-icon--src6 {
    display: none;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.block-goods-spec.--type-list {
    order: 0;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.block-goods-stock {
    order: 1;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.block-goods-color {
    order: 2;
}
body.page-goods div.block-goods-acespec dl.goods-detail-description.block-goods-class1 {
    order: 9999;
}
body.page-goods .block-variation--item.active.color-disable-stock dt {
border: 2px dashed #525252;
}
body.page-goods div#customize_goods_overlay_accordion li.customize_active {
border: 2px solid #444;
}
div#unisize_tag_wrapper {
    order: 10002;
}



