@charset "UTF-8";

/* ===========================
  * Style of SP-view *
=========================== */
.block__ttlInner {
  margin-bottom: calc(20 * (100vw / 375));
}
.block__ttl_inter {
  font-family: var(--inter);
  font-size: calc(23 * (100vw / 375));
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.sec-style {
  padding: calc(30 * (100vw / 375)) 0 calc(60 * (100vw / 375));
  border-top: 3px solid var(--snowflake);
}

.c-block:not(.c-block-ranking),
.c-block-ranking .block__ttlInner {
  width: calc(355 * (100vw / 375));
  margin: 0 auto;
}

/* MV */
.mainbanner {
  margin-bottom: calc(34 * (100vw / 375));
}

.mainbanner.mainbanner-openTop .slick-dots li button::before {
  border: solid 1px #000;
  background: transparent;
}

/* キャンペーンバナー */
.campaign-banner__section {
  padding-top: 0 !important;
  border-top: none;
}

.campaign-banner__list li:nth-of-type(n + 2) {
  display: none;
}

/* Feature */
.featureList .cardUnit-featureList {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.featureList .cardUnit__card-crossMadame {
  width: calc(172 * (100vw / 375));
  margin: 0 0 calc(20 * (100vw / 375)) 0;
}

.featureList .button--square {
  width: calc(215 * (100vw / 375));
  margin-top: calc(40 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
}

.featureList .c-block {
  padding-bottom: 0;
}

/* ピックアップ */
.pickup .button--square {
  width: calc(215 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
  margin-top: calc(40 * (100vw / 375));
  background-color: transparent;
}

.pickup .submit__list li:nth-of-type(2n) {
  margin-right: 0;
}

.pickup .submit__list-item {
  width: calc(172 * (100vw / 375));
  margin-top: 0;
  margin-right: calc(10 * (100vw / 375));
  margin-bottom: calc(20 * (100vw / 375));
  margin-left: 0;
}
.pickup .submit__list-item img {
  width: 100%;
}

.pickup .submit__list-item__detail {
  margin-top: calc(10 * (100vw / 375));
  padding: 0;
}

.pickup .submit__list-item__detail--brandname,
.pickup .submit__list-item__detail--price {
  display: none;
}

.pickup .submit__list-item__detail--itemname {
  font-family: var(--hirakaku);
  font-size: calc(12 * (100vw / 375));
  font-weight: 700;
  line-height: 1.5;
}
.pickup .submit__list-item__detail--itemcopy {
  font-size: calc(12 * (100vw / 375));
  font-weight: 400;
  line-height: 1.5;
}

.pickup .c-block-submit-opentop {
  padding-bottom: 0;
}

/* Ranking ------------------------------------ */
.cardUnit-commonRanking {
  margin-bottom: 0;
}

.ranking-category {
  padding: calc(5 * (100vw / 375)) 0;
  border-top-color: #919191;
  border-bottom-color: #919191;
}

.tabs-categorys {
  overflow-x: auto;
  align-items: stretch;
}

.tabs-categorys__category {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: calc(12 * (100vw / 375)) calc(18 * (100vw / 375));
  text-align: center;
  font-weight: 500;
}
.tabs-categorys__category.is-active {
  background-color: #c5beaf;
  color: var(--white);
  font-weight: bold;
}

.ranking_inner {
  width: calc(355 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
}

.rankNum-round {
  top: 0;
  font-family: var(--inter);
  color: var(--white);
  background-color: #747474;
  border: none;
}

.rankNum-round.rankNum_1,
.rankNum-round.rankNum_2,
.rankNum-round.rankNum_3 {
  color: var(--white);
  border: none;
}

.rankNum-round.rankNum_1 {
  background-color: #af9b5b;
}

.rankNum-round.rankNum_2 {
  background-color: #aaa9a6;
}

.rankNum-round.rankNum_3 {
  background-color: #ad8b54;
}

.ranking__list-item__detail--itemname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 新着 */
.newarrivals .button--square {
  width: calc(215 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  margin-top: calc(40 * (100vw / 375));
}

.newarrivals .newarrivals__list-item__detail {
  margin: 0;
}

.newarrivals .newarrivals__list-item__detail--brandname,
.newarrivals .newarrivals__list-item__detail--price {
  display: none;
}

.newarrivals .newarrivals__list-item__detail--itemname {
  margin-top: calc(30 * (100vw / 375));
  overflow: visible;
  color: var(--carbon);
  font-family: var(--hirakaku);
  font-size: calc(12 * (100vw / 375));
  line-height: 1.5;
  text-overflow: clip;
  white-space: normal;
}

.newarrivals .campaign-icon {
  width: calc(34 * (100vw / 375));
  height: calc(14 * (100vw / 375));
  font-family: var(--inter);
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.02em;
}

.newarrivals .campaign-icon__list {
  bottom: calc(-28 * (100vw / 375));
}

.newarrivals .campaign-icon__list li:not(.campaign-icon--new) {
  display: none;
}

.newarrivals .campaign-icon--new {
  background-color: var(--marchhareorange);
}

.newarrivals .cardUnit__card-sp-col2-w185 {
  width: calc(172 * (100vw / 375));
  margin-top: 0;
  margin-right: calc(10 * (100vw / 375));
  margin-bottom: calc(20 * (100vw / 375));
  margin-left: 0;
}

.newarrivals__list {
  gap: calc(20 * (100vw / 375)) calc(10 * (100vw / 375));
  width: calc(355 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.newarrivals .cardUnit__card-sp-col2-w185 {
  margin: 0;
}

.newarrivals__list li:nth-of-type(2n) {
  margin-right: 0;
}

/* カテゴリーリスト */
.c-block-categoryList-crossmarche picture {
  overflow: hidden;
  border: 1px solid var(--snowflake);
  border-radius: 4px;
}
.c-block-categoryList-crossmarche img {
  width: 100%;
  height: auto;
}

/* オブジェクトフィット ----------------------------------------------- */
.product-img__wrapper {
  position: relative;
  padding-bottom: 120%;
}
.product-img__wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 767px) {
  .categoryTree {
    margin-top: calc(60 * (100vw / 750));
  }
  .cardUnit-submitList-openbrand {
    margin: 0;
  }
  .c-block-ranking-openTop.bg_white-solid,
  .c-block-submit-crossmarche {
    padding-bottom: 0;
  }
  .featureList .cardUnit__card-crossMadame:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* ===========================
    * Style of Tablet-view *
  =========================== */
  .block__ttlInner {
    margin-bottom: 3rem;
  }
  .block__ttl_inter {
    font-size: 2.4rem;
  }
  .sec-style {
    padding: 3rem 0 7.5rem;
  }
  .c-block:not(.c-block-ranking),
  .c-block-ranking .block__ttlInner {
    width: 100%;
    max-width: 124rem;
    padding: 0 2rem;
  }
  /* MV */
  .mainbanner {
    margin-bottom: 7.5rem;
  }
  /* キャンペーンバナー */
  .campaign-banner__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 11rem;
    max-height: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  .campaign-banner__list-item {
    width: 100%;
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
  }
  .campaign-banner__list-item .img__wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  .campaign-banner__list-item img {
    display: none;
  }
  .campaign-banner__list li:nth-of-type(n + 2) {
    display: block;
  }
  /* Feature */
  .featureList .cardUnit-featureList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .cardUnit__card.cardUnit__card-crossMadame {
    margin: 0 0 0 2.22222%;
    max-width: 28rem;
    width: 23.33333%;
  }
  .cardUnit__card.cardUnit__card-crossMadame:first-child {
    margin: 0;
  }
  .featureList .button--square {
    width: 23rem;
    max-width: 230px;
    height: 4.8rem;
    max-height: 48px;
    margin-top: 4rem;
    font-size: 1.2rem;
  }
  /* ピックアップ */
  .cardUnit-submitList-openbrand {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .pickup .button--square {
    width: 23rem;
    max-width: 230px;
    height: 4.8rem;
    max-height: 48px;
    margin-top: 4rem;
  }
  .pickup .submit__list li:nth-of-type(2n) {
    margin-right: 2.22222%;
  }
  .pickup .submit__list li:nth-of-type(4n),
  .pickup .submit__list li:last-of-type {
    margin-right: 0;
  }
  .pickup .submit__list-item {
    width: 23.33333%;
    margin-right: 2.22222%;
    margin-bottom: 3rem;
  }
  .pickup .submit__list-item:nth-last-of-type(-n + 4) {
    margin-bottom: 0;
  }
  .pickup .submit__list-item__detail {
    margin-top: 1.8rem;
  }
  .pickup .submit__list-item__detail--itemname {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .pickup .c-block-submit-opentop {
    padding-bottom: 0;
  }
  .pickup .submit__list-item__detail--itemcopy {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.66667;
  }
  /* Ranking ------------------------------------ */
  .ranking-category {
    padding: 0.7rem 0;
  }
  .tabs-categorys__category {
    padding: 1.2rem 2rem;
  }
  .ranking_inner {
    width: 100%;
  }

  /* 新着 */
  .newarrivals .button--square {
    width: 23rem;
    max-width: 230px;
    height: 4.8rem;
    max-height: 48px;
    margin-top: 4rem;
    font-size: 1.2rem;
  }
  .newarrivals .newarrivals__list-item__detail--itemname {
    margin-top: 4.6rem;
    font-size: 1.2rem;
  }
  .newarrivals .campaign-icon {
    width: 4.5rem;
    max-width: 45px;
    height: 2rem;
    max-height: 20px;
    font-size: 1.3rem;
  }
  .newarrivals .campaign-icon__list {
    bottom: -3.6rem;
  }
  .newarrivals .cardUnit__card-sp-col2-w185 {
    width: 23%;
    margin-bottom: 0;
  }
  .newarrivals__list {
    gap: 3rem 2.25%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.6rem;
    padding: 0;
  }
  .newarrivals .c-block-submit-opentop {
    padding-bottom: 0;
  }
  /* カテゴリーリスト */
  .cardUnit-categoryDetail__caption {
    padding-left: 3.5rem;
    text-align: left;
  }
  .cardUnit__card-pc-col2-col3,
  .cardUnit__card-pc-col2-col2 {
    margin: 0 0 0.5% 0.5%;
    max-width: 39.6rem;
    width: 33%;
  }
  .cardUnit__card-pc-col2-col3:first-child,
  .cardUnit__card-pc-col2-col3:nth-child(3),
  .cardUnit__card-pc-col2-col2:nth-child(odd) {
    margin-left: 0.5%;
  }
  .cardUnit__card-pc-col2-col3:first-child,
  .cardUnit__card-pc-col2-col3:nth-child(4) {
    margin-left: 0;
  }
  .categoryList .categoryTree {
    width: 100%;
    max-width: 1240px;
    margin-top: 6rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /* 最近チェックしたアイテム */
  .c-block-productHistory #productHistory .productHistory__blkttl {
    font-family: var(--hirakaku);
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
  }
  _:-ms-lang(x)::-ms-backdrop,
  #Contents {
    overflow-x: hidden;
  }
}
