@charset "UTF-8";
/*=========== ヘッダー ===========*/
@media (max-width: 599px) {
  .fs-l-header {
    margin-bottom: 5px;
  }
}

/*=========== スライダー ===========*/
div[class^=swiper-button-] {
  text-indent: -9999px;
  width: 20px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  z-index: 3;
  margin-top: -20px;
}
@media (min-width: 600px) {
  div[class^=swiper-button-] {
    width: 30px;
    height: 70px;
    background-size: 30px;
    margin-top: -35px;
  }
}
div[class^=swiper-button-].swiper-button-disabled {
  opacity: 0.1;
}

.swiper-button-prev {
  background-image: url("../image/common/ic-arrow-left.png");
  top: 50%;
  left: 0;
}

.swiper-button-next {
  background-image: url("../image/common/ic-arrow-right.png");
  top: 50%;
  right: 0;
}

.swiper-pagination {
  position: static;
}

.lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lazy-preloader::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("https://osharewalker.itembox.design/item/src/loading.svg") no-repeat center;
  background-size: contain;
}

/*=========== メイン ===========*/
/*イベント看板*/
@media (max-width: 599px) {
  .main__event-banner {
    line-height: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 600px) {
  .main__event-banner {
    display: none !important;
  }
}

/*メインスライダー*/
#main-slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #main-slider div[class^=swiper-button-] {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #main-slider {
    margin-bottom: 70px;
  }
  #main-slider.swiper-container::before {
    content: "";
    display: block;
    height: calc(100% - 32px);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #main-slider.swiper-container::after {
    content: "";
    display: block;
    height: calc(100% - 32px);
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  #main-slider div[class^=swiper-button-] {
    margin-top: -55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #main-slider.swiper-container::before {
    width: 16.6666666667%;
  }
  #main-slider.swiper-container::after {
    width: 16.6666666667%;
  }
  #main-slider .swiper-button-next {
    right: calc(16.6666666667% - 30px);
  }
  #main-slider .swiper-button-prev {
    left: calc(16.6666666667% - 30px);
  }
  #main-slider .swiper-wrapper {
    aspect-ratio: 100/66.6667;
  }
}
@media screen and (min-width: 1025px) {
  #main-slider.swiper-container::before {
    width: 33.8709677419%;
  }
  #main-slider.swiper-container::after {
    width: 33.8709677419%;
  }
  #main-slider .swiper-button-next {
    right: calc(33.8709677419% - 30px);
  }
  #main-slider .swiper-button-prev {
    left: calc(33.8709677419% - 30px);
  }
  #main-slider .swiper-wrapper {
    aspect-ratio: 100/32.2581;
  }
}
#main-slider .swiper-slide {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
#main-slider .swiper-pagination {
  margin-top: 5px;
  height: 2.24rem;
}
@media (min-width: 600px) {
  #main-slider .swiper-pagination {
    margin-top: 10px;
  }
}
#main-slider .swiper-pagination span {
  background: #ccc;
  width: 20px;
  height: 3px;
  border-radius: 0;
}
@media (min-width: 600px) {
  #main-slider .swiper-pagination span {
    width: 40px;
    height: 5px;
  }
}
#main-slider .swiper-pagination span:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 600px) {
  #main-slider .swiper-pagination span:not(:last-child) {
    margin-right: 10px;
  }
}
#main-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #2e2e2e;
}

/*スライダー下イベントバナー*/
.event-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 599px) {
  .event-banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .event-banner {
    max-width: 1024px;
    margin: 0 auto;
    gap: 6px;
    width: 800px;
  }
}
.event-banner li {
  line-height: 0;
  width: 100%;
  margin: 0;
  padding: 5px;
}
@media (min-width: 600px) {
  .event-banner li {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}

/*検索(SP)*/
.main-search--sp {
  margin: 0 10px;
}
@media (min-width: 600px) {
  .main-search--sp {
    display: none;
  }
}
.main-search--sp .fs-c-checkbox.searchStock {
  display: none;
}

.main-search--sp__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.main-search--sp__inner .main-search--sp__form {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 100vh;
  flex: 1;
  position: relative;
}
.main-search--sp__inner .poplink.sphs {
  top: 45px;
}
.main-search--sp__inner .main-search--sp__formtext {
  flex-grow: 1;
  border: none;
  padding: 10px 0;
}
.main-search--sp__inner .search-btn--sp {
  width: 25px;
  line-height: 0;
  margin-left: 15px;
}

.main-search--sp__filterpage a {
  display: block;
  padding: 5px 0;
}

.main-search--sp-keyword {
  margin: 0 10px;
}
.main-search--sp-keyword__list {
  /*main-search--sp-keyword__list*/
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.main-search--sp-keyword__list li {
  white-space: pre;
}
.main-search--sp-keyword__list li a {
  font-size: 1.2rem;
  display: block;
  white-space: pre-wrap;
  color: #7b7b7b;
  padding: 5px 10px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background-color: #f6f6f6;
}
.main-search--sp-keyword__list li a::before {
  content: "#";
}

/*ニュース*/
.news {
  background: #eee;
}
@media (min-width: 600px) {
  .news {
    margin: 0 auto;
  }
}
.news__item {
  /*news__item*/
}
.news__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.news__inner {
  /*news__inner*/
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
@media (min-width: 600px) {
  .news__inner {
    font-size: 1.6rem;
    padding: 25px 0;
  }
}
.news__inner::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #999;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .news__inner::before {
    margin-right: 20px;
  }
}
.news__inner::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../image/common/ic-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .news__inner::after {
    background-size: 15px;
  }
}
.news__inner div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .news__inner div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .news__inner div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
  }
}
.news-date {
  /*news-date*/
  color: #999;
}
@media (max-width: 599px) {
  .news-date {
    display: block;
  }
}
@media (min-width: 600px) {
  .news-date {
    display: inline-block;
    min-width: 6em;
    margin-right: 20px;
  }
}
@media (min-width: 600px) {
  .news a {
    text-decoration: underline;
  }
  .news a:hover {
    text-decoration: none;
  }
}

/*各セクション共通*/
.section {
  padding: 40px 10px;
  overflow-x: hidden;
}
@media (min-width: 600px) {
  .section {
    padding: 100px 20px;
  }
}
.section__heading {
  /*section__heading*/
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .section__heading {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
.section__heading--sub {
  display: block;
  color: #999;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .section__heading--sub {
    font-size: 1.8rem;
  }
}
.section__link {
  /*section__link*/
  display: flex;
  justify-content: center;
}
.section__link a {
  font-weight: bold;
  text-align: center;
  display: block;
  border: 1px solid #2e2e2e;
  min-width: 240px;
  background-image: url("../image/common/ic-arrow.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 12px;
  padding: 10px 25px;
}
@media (min-width: 600px) {
  .section__link a {
    font-size: 1.6rem;
    min-width: 300px;
    background-position: center right 10px;
    background-size: 15px;
    padding: 15px 30px;
  }
}
.section__link-sub {
  /*section__link-sub*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .section__link-sub {
    margin-top: 20px;
  }
}
.section__link-sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #2e2e2e;
  padding: 0 5px;
}
.section__link-sub a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../image/common/ic-arrow.png") no-repeat center;
  background-size: contain;
  margin-left: 5px;
}
@media (min-width: 600px) {
  .section__link-sub a::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}

/*閲覧履歴*/
.history.flywheel-recommend__frame {
  max-width: 1024px;
  margin: 0 auto;
}
.history .fr3-item__link {
  gap: 10px;
}
@media (max-width: 599px) {
  .history .fr3-productListCarousel__ButtonContainer {
    display: none;
  }
}
@media (min-width: 600px) {
  .history .fr3-productListCarousel__ButtonContainer {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 70px;
    margin-top: -35px;
  }
}
.history .fr3-productListCarousel__ButtonContainer:first-of-type {
  left: 0 !important;
}
.history .fr3-productListCarousel__ButtonContainer:first-of-type .fr3-productListCarousel__Button {
  background-image: url("../image/common/ic-arrow-left.png");
}
.history .fr3-productListCarousel__ButtonContainer:last-of-type {
  right: 0 !important;
}
.history .fr3-productListCarousel__ButtonContainer:last-of-type .fr3-productListCarousel__Button {
  background-image: url("../image/common/ic-arrow-right.png");
}
.history .fr3-productListCarousel__Button {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 600px) {
  .history .fr3-productListCarousel__Button {
    background-size: 30px;
  }
}
.history .fr3-productListCarousel__Button img {
  display: none;
}
.history .fr3-item__productName {
  line-height: 1.6;
}
@media (min-width: 600px) {
  .history .fr3-item__productName {
    font-size: 1.4rem;
  }
}
.history .fr3-item__productPrice {
  gap: 0;
}
@media (min-width: 600px) {
  .history .fr3-item__productPrice {
    font-size: 1.8rem;
  }
}
.history .fr3-item__productPrice__price {
  color: #021d38;
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .history .fr3-item__productPrice__price {
    font-size: 1.8rem;
  }
}

/*新作アイテム*/
.product__list {
  /*product__list*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 9px;
  row-gap: 20px;
  background: #fff;
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .product__list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 50px;
    padding-bottom: 50px;
  }
}
.product__item {
  /*product__item*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__img {
  /*product__img*/
  margin-bottom: 5px;
  min-height: 0%; /*IE対策*/
}
@media (min-width: 600px) {
  .product__img {
    margin-bottom: 10px;
  }
}
.product__tag {
  /*product__tag*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .product__tag {
    margin-bottom: 5px;
  }
}
.product__tag span {
  color: #999;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 600px) {
  .product__tag span {
    font-size: 1.2rem;
  }
}
.product__tag span[data-tag=新作] {
  color: #d04b50;
  border: 2px solid #d04b50;
  text-align: center;
  display: inline-block;
  width: 4em;
  margin-bottom: 5px;
}
.product__tag span[data-tag=再入荷] {
  color: #5770cc;
  border: 2px solid #5770cc;
  text-align: center;
  display: inline-block;
  width: 4em;
  margin-bottom: 5px;
}
.product__tag span[data-tag=予約] {
  color: #3fb680;
  border: 2px solid #3fb680;
  text-align: center;
  display: inline-block;
  width: 4em;
  margin-bottom: 5px;
}
.product__tag span[data-tag=予告] {
  color: #eb6808;
  border: 2px solid #eb6808;
  text-align: center;
  display: inline-block;
  width: 4em;
  margin-bottom: 5px;
}
.product__tag span[data-tag=コーデセット] {
  color: #a265a9;
  border: 2px solid #a265a9;
  width: 7em;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
}
.product__tag span.product__tag-comment {
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .product__tag span.product__tag-comment {
    width: 100%;
  }
}
.product__tag span:not(:last-child) {
  margin-right: 5px;
}
.product__name {
  /*product__name*/
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 599px) {
  .product__name {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .product__name {
    margin-bottom: 5px;
  }
}
.product__price {
  /*product__price*/
  font-weight: bold;
  margin-top: auto;
}
@media (min-width: 600px) {
  .product__price {
    font-size: 1.8rem;
  }
}

#new-slider {
  line-height: 0;
}
@media (min-width: 600px) {
  #new-slider {
    max-width: 1024px;
    margin: 0 auto;
  }
}
#new-slider .swiper-slide {
  visibility: hidden;
  opacity: 0 !important;
}
#new-slider .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1 !important;
}

#new-slider-wrapper {
  line-height: 1.6;
}

#new-slider-nav {
  line-height: 1;
}
@media (min-width: 600px) {
  #new-slider-nav {
    max-width: 1024px;
    margin: 0 auto 30px;
  }
}
#new-slider-nav .swiper-slide {
  font-weight: bold;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #999;
  padding: 5px 0;
}
@media (min-width: 600px) {
  #new-slider-nav .swiper-slide {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
#new-slider-nav .swiper-slide:hover {
  cursor: pointer;
}
#new-slider-nav .swiper-slide.today {
  color: #e87f7f;
  border-bottom: 1px solid #e87f7f;
}
#new-slider-nav .swiper-slide-active {
  color: #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
}
#new-slider-nav .swiper-slide-active.today {
  color: #cd4848;
  border-bottom: 2px solid #cd4848;
}
#new-slider-nav div[class^=swiper-button-] {
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-size: contain;
  margin-top: -6px;
}
@media (min-width: 600px) {
  #new-slider-nav div[class^=swiper-button-] {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

/*人気キーワードアイテムスライダー*/
.keywordItem__ttl {
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .keywordItem__ttl {
    margin-bottom: 30px;
  }
}
.keywordItem__inner {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .keywordItem__inner {
    margin-bottom: 50px;
  }
}
.keywordItem__inner:last-of-type {
  margin-bottom: 0;
}
.keywordItem__inner:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1024px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
.keywordItem div[class^=swiper-button-] {
  position: absolute;
  top: 50%;
}
@media (max-width: 599px) {
  .keywordItem div[class^=swiper-button-] {
    display: none;
  }
}
.keywordItem div[class^=swiper-button-prev] {
  background-image: url("../image/common/ic-arrow-left.png");
  left: 0;
}
.keywordItem div[class^=swiper-button-next] {
  background-image: url("../image/common/ic-arrow-right.png");
  right: 0;
}
.keywordItem-slider {
  /*keywordItem-slider*/
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .keywordItem-slider {
    max-width: 1024px;
    margin: 0 auto 50px;
  }
}
.keywordItem .swiper-slide {
  background: #fff;
  border-radius: 10px;
  height: auto;
  border: 1px solid #eeeeee;
}
@media (min-width: 600px) {
  .keywordItem .swiper-slide {
    border-radius: 20px;
    border: 2px solid #eeeeee;
  }
}
.keywordItem-img {
  /*keywordItem-img*/
  line-height: 0;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .keywordItem-img {
    margin-bottom: 10px;
  }
}
.keywordItem-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 600px) {
  .keywordItem-img img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.keywordItem-name {
  /*keywordItem-name*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 599px) {
  .keywordItem-name {
    font-size: 1.2rem;
    padding: 0 5px 5px;
  }
}
@media (min-width: 600px) {
  .keywordItem-name {
    padding: 0 15px 10px;
  }
}

/*ピックアップ*/
.pickup__list {
  /*pickup__list*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 600px) {
  .pickup__list {
    max-width: 1024px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
    margin: 0 auto 30px;
  }
}
.pickup__item {
  /*pickup__item*/
  line-height: 0;
}

/*特集*/
.feature__list {
  /*feature__list*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .feature__list {
    max-width: 1024px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    margin: 0 auto 70px;
  }
}
.feature__item {
  /*feature__item*/
  background: #fff;
}
.feature__date {
  /*feature__date*/
  color: #999;
  margin: 3px 10px 5px;
}
@media (max-width: 599px) {
  .feature__date {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .feature__date {
    margin: 3px 20px 8px;
  }
}
.feature__ttl {
  /*feature__ttl*/
  font-weight: bold;
  margin: 0 10px 5px;
}
@media (max-width: 599px) {
  .feature__ttl {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .feature__ttl {
    margin: 0 20px 20px;
  }
}
.feature .feature-icon {
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  margin: 0 10px 0;
  padding: 1px 8px;
}
@media (min-width: 600px) {
  .feature .feature-icon {
    margin: 5px 20px 0;
    padding: 3px 10px;
  }
}
.feature .feature-icon[data-cate="STAFF COLUMN"] {
  background: #c7815f;
}
.feature .feature-icon[data-cate=ITEM] {
  background: #829671;
}
.feature .feature-icon[data-cate=COORDINATE] {
  background: #a285a3;
}
.feature .feature-icon[data-cate=SPECIAL] {
  background: #c4728b;
}
.feature .feature-icon[data-cate=COLUMN] {
  background: #98cad3;
}
.feature#tcnts_feature2 {
  display: none;
}

/*ランキング*/
.ranking {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .ranking {
    margin-bottom: 100px;
  }
}
.ranking .ranking-category__select {
  display: flex;
  justify-content: center;
  background: #eee;
  border-radius: 100vh;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .ranking .ranking-category__select {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}
.ranking .ranking-category__select li {
  color: #999;
  font-weight: bold;
  text-align: center;
  flex: 1;
  border-radius: 100vh;
  padding: 10px 0;
}
@media (max-width: 599px) {
  .ranking .ranking-category__select li {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .ranking .ranking-category__select li {
    padding: 15px 0;
  }
}
.ranking .ranking-category__select li.is-active {
  color: #fff;
  background: #2e2e2e;
}
.ranking .ranking-category__select li:hover {
  cursor: pointer;
}
.ranking #ranking-slider-nav {
  max-width: 1024px;
  margin: 0 -10px;
}
@media (min-width: 600px) {
  .ranking #ranking-slider-nav {
    margin: 0 auto;
  }
}
.ranking #ranking-slider-nav .swiper-slide {
  color: #999;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #999;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .ranking #ranking-slider-nav .swiper-slide {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
.ranking #ranking-slider-nav .swiper-slide:hover {
  cursor: pointer;
}
.ranking #ranking-slider-nav .swiper-slide.active {
  color: #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
}
.ranking #ranking-slider-nav div[class^=swiper-button-] {
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-size: contain;
  margin-top: -6px;
}
@media (min-width: 600px) {
  .ranking #ranking-slider-nav div[class^=swiper-button-] {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 599px) {
  .ranking .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 599px) {
  .ranking .swiper-button-next {
    display: none;
  }
}
.ranking #ranking-slider .swiper-slide {
  visibility: hidden;
  opacity: 0 !important;
}
.ranking #ranking-slider .swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1 !important;
}
.ranking__list {
  /*ranking__list*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  margin: 30px 0;
}
@media (min-width: 600px) {
  .ranking__list {
    max-width: 1024px;
    justify-content: flex-start;
    margin: 70px auto 0;
  }
}
.ranking__item {
  /*ranking__item*/
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .ranking__item {
    width: calc(50% - 5px);
    margin-bottom: 25px;
  }
}
@media (min-width: 600px) {
  .ranking__item {
    width: calc(25% - 12px);
    margin-bottom: 50px;
    margin-right: 16px;
  }
  .ranking__item:nth-child(-n+6) {
    width: calc(33.3333333333% - 12px);
    margin-right: 18px;
  }
  .ranking__item:nth-child(3) {
    margin-right: 0;
  }
  .ranking__item:nth-child(6) {
    margin-right: 0;
  }
  .ranking__item:nth-child(10) {
    margin-right: 0;
  }
}
.ranking__item::before {
  position: absolute;
  left: 0;
  font-weight: bold;
  line-height: 0;
  border: 2px solid #2e2e2e;
  border-radius: 2px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-size: 1.2rem;
  top: -10px;
  width: 2em;
  height: 2em;
}
@media (min-width: 600px) {
  .ranking__item::before {
    font-size: 1.8rem;
    top: -1em;
  }
}
.ranking__item:nth-child(1)::before {
  color: #fff;
  content: "1";
  background: #c0a878;
  border: 2px solid #c0a878;
}
.ranking__item:nth-child(2)::before {
  color: #fff;
  content: "2";
  background: #bebebe;
  border: 2px solid #bebebe;
}
.ranking__item:nth-child(3)::before {
  color: #fff;
  content: "3";
  background: #a67781;
  border: 2px solid #a67781;
}
.ranking__item:nth-child(4)::before {
  content: "4";
}
.ranking__item:nth-child(5)::before {
  content: "5";
}
.ranking__item:nth-child(6)::before {
  content: "6";
}
.ranking__item:nth-child(7)::before {
  content: "7";
}
.ranking__item:nth-child(8)::before {
  content: "8";
}
.ranking__item:nth-child(9)::before {
  content: "9";
}
.ranking__item:nth-child(10)::before {
  content: "10";
}
.ranking__img {
  /*ranking__img*/
  min-height: 0%;
}
@media (min-width: 600px) {
  .ranking__img {
    margin-bottom: 5px;
  }
}
.ranking__price {
  /*ranking__price*/
  margin-top: auto;
  display: none;
}
@media (min-width: 600px) {
  .ranking__price {
    font-size: 1.8rem;
  }
}

/*コーディネート*/
.coorde__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  max-width: 1024px;
  margin: 0 auto 30px;
}
@media (min-width: 600px) {
  .coorde__list {
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 70px;
  }
}
.coorde-btn_area {
  line-height: 1;
  display: flex;
  margin: 0 auto 15px;
}
@media (min-width: 600px) {
  .coorde-btn_area {
    max-width: 1024px;
    margin: 0 auto 45px;
  }
}
.coorde-tab_btn {
  /*coorde-tab_btn*/
  font-weight: bold;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #999;
  flex-grow: 1;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .coorde-tab_btn {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
.coorde-tab_btn:hover {
  cursor: pointer;
}
.coorde-tab_btn.active {
  color: #cd4848;
  border-bottom: 2px solid #cd4848;
}
.coorde-tab_panel {
  /*coorde-tab_panel*/
  display: none;
}
.coorde-tab_panel.active {
  display: block;
}
.coorde .section__link {
  margin-top: 20px;
}

/*リアルショップ*/
.realshop__image {
  max-width: 750px;
  margin: 0 auto;
}

/*カテゴリ*/
.category__menu {
  /*category__menu*/
  margin: 0 20px;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .category__menu {
    max-width: 450px;
    margin: 0 auto;
  }
}
.category__menu-ttl {
  /*category__menu-ttl*/
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.category__menu-ttl::after {
  color: #fff;
  content: "+";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category__menu-ttl.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.category__menu-ttl.special-price {
  background: #cd4848;
}
@media (max-width: 768px) {
  .category__menu-ttl.special-price {
    color: #fff;
  }
}
.category__menu-ttl.special-price a {
  color: #fff;
}
.category__menu-ttl.special-price a:hover {
  background-color: #e87f7f;
}
.category__menu-ttl.special-price a::before {
  background: #fff;
}
.category__menu-sub {
  /*category__menu-sub*/
}
@media screen and (max-width: 768px) {
  .category__menu-sub {
    display: none;
  }
}
.category__menu-sub li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category__menu-sub li a {
    display: block;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #eee;
  }
}
.category__menu-sub li a::before {
  content: "└";
  margin-right: 5px;
}

/*ブランド*/
@media (max-width: 599px) {
  .brand {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .brand .fs-p-heading--lv3 {
    display: none;
  }
}
.brand__list {
  /*brand__list*/
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .brand__list {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.brand__item {
  /*brand__item*/
}
@media screen and (max-width: 896px) {
  .brand__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 897px) {
  .brand__item {
    justify-content: space-between;
    width: calc(33.3333333333% - 50px);
  }
}
.brand__img {
  /*brand__img*/
  line-height: 0;
  width: 150px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 897px) {
  .brand__img {
    width: 100%;
    margin: 0 0 10px;
  }
}
.brand__name {
  /*brand__name*/
  font-size: 1.6rem;
  font-weight: bold;
}
.brand__text {
  /*brand__text*/
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .brand__text {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .brand__text {
    margin-bottom: 30px;
  }
}
.brand__link {
  /*brand__link*/
  margin-top: 5px;
}
@media (max-width: 599px) {
  .brand__link {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .brand__link {
    margin-top: 10px;
  }
}
.brand__link a {
  text-decoration: underline;
}
.brand__link a:hover {
  text-decoration: none;
}

/*ブランド(OUKAプラス)*/
.ouka__list {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 600px) {
  .ouka__list {
    max-width: 1024px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 40px;
    margin: 0 auto 70px;
  }
}

@media (max-width: 599px) {
  .center {
    align-items: center;
  }
}
@media (min-width: 600px) {
  .center {
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .brand {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
.brand__heading {
  font-weight: bold;
}
@media (min-width: 600px) {
  .brand__heading {
    font-size: 1.8rem;
  }
}
.brand__txt {
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .brand__txt {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .brand__txt {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .brand-content {
    max-width: 1024px;
    overflow: hidden;
    margin: 0 auto;
  }
}
.brand-content:not(:last-child) {
  margin-bottom: 30px;
}
.brand-item-name {
  line-height: 1.6;
}
@media (max-width: 599px) {
  .brand-item-name {
    font-size: 1rem;
  }
}
.brand-swiper {
  position: relative;
}
@media (min-width: 600px) {
  .brand div[class^=brand-swiper-button-] {
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
  }
}
.brand div[class^=brand-swiper-button-].swiper-button-disabled {
  opacity: 0.3;
}
.brand .brand-swiper-button-prev {
  background-image: url("../image/common/ic-arrow-left.png");
  top: 50%;
  left: 0;
}
.brand .brand-swiper-button-next {
  background-image: url("../image/common/ic-arrow-right.png");
  top: 50%;
  right: 0;
}

/*=========== フッター ===========*/
.fs-l-footer__contents .fbrand {
  display: none;
}

.footer {
  color: #fff;
  background: #313131;
}
@media (max-width: 599px) {
  .footer {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .footer {
    padding: 0 20px;
  }
}
.footer a {
  color: #fff;
}
.footer__heading {
  /*footer__heading*/
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .footer__heading {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .footer__heading {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

/*SNS*/
.footer-sns {
  background: #c9c9c9;
  line-height: 0;
  padding: 15px 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .footer-sns {
    margin: 0 -20px 80px;
  }
}
.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-sns__list li {
  width: 30px;
}
@media (min-width: 600px) {
  .footer-sns__list li {
    width: 40px;
  }
}
.footer-sns__list li:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 600px) {
  .footer-sns__list li:not(:last-child) {
    margin-right: 20px;
  }
}

/*インスタ投稿*/
.insta .section__heading img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .insta .section__heading img {
    width: 60px;
  }
}
.insta__heading--sub__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  .insta__heading--sub__wrap {
    margin-bottom: 15px;
  }
}
.insta__heading--sub {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 600px) {
  .insta__heading--sub {
    font-size: 2rem;
  }
}
.insta-link__wrap {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .insta-link:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media (min-width: 600px) {
  .insta-link:not(:last-of-type) {
    margin-right: 20px;
  }
}
.insta-link a {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .insta-link a {
    font-size: 1.4rem;
  }
}
.insta-link a:hover {
  text-decoration: none;
}
.insta-swiper {
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
}
.insta .swiper-slide a {
  display: block;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
}
.insta #insta-official-slide {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .insta #insta-official-slide {
    margin-bottom: 50px;
  }
}
.insta .insta-swiper {
  position: relative;
}
@media (min-width: 600px) {
  .insta div[class^=insta-swiper-button-] {
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    z-index: 2;
  }
}
.insta div[class^=insta-swiper-button-].swiper-button-disabled {
  opacity: 0.3;
}
.insta .insta-swiper-button-prev {
  background-image: url("../image/common/ic-arrow-left.png");
  top: 50%;
  left: 0;
}
.insta .insta-swiper-button-next {
  background-image: url("../image/common/ic-arrow-right.png");
  top: 50%;
  right: 0;
}

/*はじめまして*/
.top-greeting {
  margin: 0 20px 30px;
}
@media (min-width: 600px) {
  .top-greeting {
    display: none;
  }
}

/*PCレイアウト*/
@media (min-width: 600px) {
  .footer-wrap--pc {
    max-width: 1024px;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 60px;
    padding-bottom: 60px;
  }
}
/*インフォメーション**/
.footer-info {
  margin: 0 20px 30px;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .footer-info {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 600px) {
  .footer-info {
    margin: 0 50px 0 0;
    padding-bottom: 0;
  }
}
.footer-info__list {
  /*footer-info__list*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .footer-info__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .footer-info__list {
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .footer-info__list li {
    width: calc(50% - 10px);
    margin-bottom: 5px;
  }
  .footer-info__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
  }
  .footer-info__list li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #fff;
    margin-right: 8px;
  }
}
@media (min-width: 600px) {
  .footer-info__list li {
    margin-bottom: 5px;
  }
  .footer-info__list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-info__list li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-info__list li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-info__list li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer-info__list li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .footer-info__list li:not(:last-child) {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
  }
  .footer-info__list li a:hover {
    text-decoration: underline;
  }
}
.footer-info__text {
  /*footer-info__text*/
}
@media (max-width: 599px) {
  .footer-info__text:first-of-type {
    margin-bottom: 10px;
  }
  .footer-info__text span {
    display: block;
  }
  .footer-info__text span::before {
    content: "●";
  }
}

/*実店舗情報*/
@media (max-width: 599px) {
  .footer-shop {
    margin: 0 20px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
}
.footer-shop__info {
  /*footer-shop__info*/
}
.footer-shop__info dl {
  margin: 10px 0;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
}
.footer-shop__info dt:nth-of-type(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.footer-shop__info dt:nth-of-type(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.footer-shop__info dd:nth-of-type(1) {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.footer-shop__info dd:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.footer-shop__info dd:nth-of-type(3) {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.footer-shop__info dd::before {
  content: "：";
}
.footer-shop__name {
  /*footer-shop__name*/
  font-size: 120%;
  font-weight: bold;
  margin-right: 10px;
}

/*受賞履歴*/
.footer-award {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .footer-award {
    margin-bottom: 80px;
  }
}
.footer-award__list {
  /*footer-award__list*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .footer-award__list {
    width: 335px;
  }
}
.footer-award__list li {
  width: calc(25% - 6px);
}
@media (min-width: 600px) {
  .footer-award__list li {
    width: 25%;
  }
  .footer-award__list li:not(:last-child) {
    margin-right: 15px;
  }
}

/*フッターロゴ*/
.footer-logo {
  width: 180px;
  margin: 0 auto 20px;
}

/*フッターナビ*/
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer__nav li:not(:last-child) {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}

/*=========== イベント期間限定ポップアップ ===========*/
.event-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
}

.event-modal.is_active {
  visibility: visible !important;
  opacity: 1;
}

.event-modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.event-modal_wrap {
  text-align: right;
  width: 90%;
  margin: 0 auto;
  z-index: 10000;
  position: relative;
}
@media (min-width: 600px) {
  .event-modal_wrap {
    max-width: 600px;
    padding: 0;
  }
}

.event-modal_inner {
  line-height: 0;
  background-color: #fff;
  text-align: left;
}

.event-modal_close {
  color: #fff;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.event-modal_close span {
  position: relative;
}
.event-modal_close span::before {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
}
.event-modal_close span::after {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 10px;
}