﻿.footer__inner .summaryText__logo {
  display: none;
}

/* カテゴリーリスト ----------------------------------- */
.categoryTree-ttl__inner {
  position: relative;
  border-bottom: 1px solid var(--black);
}
.button-accordion {
  position: absolute;
  right: calc(6 * (100vw / 750));
  top: 0;
}
/*アコーディオン*/
.accordion {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.accordion_contents {
  display: none;
}
.accordion_wapper {
  margin: 0 auto;
}
.open__button--plus {
  display: flex;
  position: relative;
  align-items: center;
  font-family: var(--quattrocento-sans);
  line-height: 1;
}
.open__button--plus::before {
  z-index: 2;
  position: absolute;
  margin: auto;
  content: "";
  transition: all 0.4s ease-out;
  background-color: #fff;
  transform: rotate(90deg);
}
.open__button--plus::after {
  z-index: 2;
  position: absolute;
  margin: auto;
  content: "";
  transition: all 0.4s ease-out;
  background-color: #fff;
}
.open__button--plus.open__button--minus::before {
  transform: rotate(0deg);
}
.open__button--plus.open__button--minus::after {
  background-color: transparent;
}

/* ブランドインフォメーション ----------------------- */
.c-block-brandInfo__inner {
  display: flex;
  justify-content: center;
}
.infoContents {
  border: 1px solid var(--aria);
  display: flex;
  justify-content: center;
}
.iconset {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iconset a {
  text-align: center;
}
.iconset__text {
  font-weight: bold;
}
.infoContents-mail_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconset_mail__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconset__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6",
    "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  text-align: center;
}
.iconset__text_mail {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6",
    "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
}
.iconset__text-sub.iconset__text {
  font-weight: 400;
}

/* フューチャーリスト ----------------------- */
.c-block-featureList {
  width: 100%;
  margin: 0 auto;
}
/* フッターサマリーテキスト非表示(ブラントップのみ) ----------------------- */
.footer__description-text {
  display: none;
}

/* 新着商品 ----------------------- */

.campaign-icon__list {
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  width: 100%;
}
.newarrivals {
  /* 表示するアイテムの幅 */
  --itemWidth: calc(125 * (100vw / 375));
  /* アイテム間のマージン（margin-right） */
  --itemMargin: calc(10 * (100vw / 375));
  /* 表示するアイテムの個数 */
  --itemAmount: 8;
}
.newarrivals__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: calc(20 * (100vw / 375));
}
.newarrivals__list-item {
  width: var(--itemWidth);
  margin-right: var(--itemMargin);
}
.newarrivals__list-item .img-placeholder {
  width: 100%;
  height: calc(150 * (100vw / 375));
  background-color: var(--shadow-mountain);
}
.newarrivals__list-item__img-wrapper {
  position: relative;
}
.newarrivals__list-item__img-wrapper > div {
  position: relative;
  padding-bottom: 120%;
}
.newarrivals__list-item__img-wrapper > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.newarrivals__list-item__detail {
  margin-top: calc(10 * (100vw / 375));
  margin-left: calc(8 * (100vw / 375));
  margin-right: calc(8 * (100vw / 375));
  font-family: var(--hirakaku);
  font-size: calc(10 * (100vw / 375));
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}
.newarrivals__list-item__detail--brandname {
  font-family: var(--quattrocento-sans);
  font-weight: bold;
}
.newarrivals__list-item__detail--itemname {
  overflow: hidden;
  color: var(--shadow-mountain);
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newarrivals__list-item__detail--price {
  font-size: calc(13 * (100vw / 375));
  line-height: 1.38;
}
.newarrivals__list-item__detail--price-text--sale .price-text--sale {
  color: var(--incubation-red);
}
.newarrivals__list-item__detail--price-text--sale .price-text--regular {
  text-decoration: line-through;
}
.newarrivals__list li:last-of-type {
  margin-right: 0;
}
/* オープントップ共通 */
.common-Opentop .newarrivals__list-item__detail--brandname {
  font-family: var(--barlow);
  font-weight: 600;
}
.common-Opentop .newarrivals__list-item__detail--itemname {
  color: var(--shadow-mountain);
}

/* 特集リスト------------------------------------ */
.feature-caption {
  word-break: break-all;
}
/* サブミット ----------------------------------- */
.submit__list-item__img-wrapper {
  position: relative;
}
.submit__list-item__img-ofWrapper {
  position: relative;
  padding-bottom: 120%;
}
.submit__list-item__img-ofWrapper > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.submit__list-item__detail--brandname {
  font-family: var(--barlow);
  font-weight: 600;
}
.head .submit__list-item__detail--brandname,
.head .common-Opentop .newarrivals__list-item__detail--brandname {
  font-family: var(--quattrocento-sans);
  font-weight: 600;
}
.submit__list-item__detail--itemname {
  color: var(--shadow-mountain);
}
.submit__list-item__detail--price-text {
  font-size: calc(11 * (100vw / 750));
}

/* STYLING MOVIE */
.crosslive-joinpark .crosslive__inner {
  margin: 4.2rem auto 0;
  max-width: 124rem;
  width: 100%;
  padding: 0 2rem;
}

/* Instagram */
.c-block-instagram {
  padding-bottom: 9rem;
}
.instagramGallery h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagramGallery h2 span {
  margin-right: 1rem;
}
.c-block-instagram .instagram-feed__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  max-width: 94rem;
  width: 100%;
  padding: 0 2rem;
  margin: 4.2rem auto 0;
}
.c-block-instagram .instagram-feed__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* visumo */
.visumo--joinpark h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.visumo--joinpark h2 span {
  margin-right: 1rem;
}
.visumo--joinpark .vsm__wrapper {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .mainbanner-openTop {
    padding-bottom: 0;
  }
  .footer__inner {
    padding-bottom: calc(40 * (100vw / 375));
    padding-top: 0;
  }
  /* カテゴリーリスト ----------------------------------- */
  .c-block-categoryList {
    padding: calc(70 * (100vw / 750)) calc(20 * (100vw / 750))
      calc(80 * (100vw / 750));
  }
  .norc .c-block-categoryList {
    padding: 0 calc(20 * (100vw / 750)) 0;
  }
  .cardUnit-sp-column-center {
    flex-direction: column;
  }
  .categoryList__inner {
    max-width: inherit;
    margin: calc(36 * (100vw / 750)) auto 0;
  }
  .cardUnit-categoryList {
    margin-bottom: calc(-20 * (100vw / 750));
  }
  .cardUnit-categoryDetail {
    flex-direction: column;
  }
  .cardUnit-categoryDetail__caption {
    margin-top: calc(14 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    text-align: center;
  }
  /* .categoryTree{margin: calc(104 * (100vw / 750)) auto 0;} */
  .categoryTree {
    margin: calc(92 * (100vw / 750)) auto 0;
  }
  .norc .categoryTree {
    /*margin: calc(54 * (100vw / 750)) auto 0;*/
    margin: calc(34 * (100vw / 750)) auto 0;
  }
  .ats .categoryTree {
    margin: calc(80 * (100vw / 750)) auto 0;
  }
  .categoryTree.categoryTree-norc {
    padding: 0 calc(20 * (100vw / 750));
  }
  .categoryTree-ttl__inner {
    padding-bottom: calc(34 * (100vw / 750));
  }
  .categoryTree .categoryTree-ttl__inner {
    padding-left: calc(4 * (100vw / 750));
  }
  .categoryTree-ttl {
    font-size: calc(30 * (100vw / 750));
    text-align: left;
    line-height: 1;
  }
  .open__button--plus {
    width: calc(154 * (100vw / 750));
    height: calc(56 * (100vw / 750));
    padding-left: calc(9 * (100vw / 750));
    border-radius: calc(8 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.02em;
    top: calc(-16 * (100vw / 750));
  }
  .open__button--plus::before {
    top: 0;
    right: calc(16 * (100vw / 750));
    bottom: 0;
    width: calc(26 * (100vw / 750));
    height: calc(2 * (100vw / 750));
  }
  .open__button--plus::after {
    top: 0;
    right: calc(16 * (100vw / 750));
    bottom: 0;
    width: calc(26 * (100vw / 750));
    height: calc(2 * (100vw / 750));
  }

  /* ブランドインフォメーション ----------------------- */
  .c-block-brandInfo {
    padding: 0 calc(40 * (100vw / 750)) calc(60 * (100vw / 750));
  }
  .c-block-brandInfo__inner {
    flex-direction: column;
  }
  .infoContents.icon-2 {
    justify-content: flex-start;
  }
  .infoContents-mail {
    margin-bottom: calc(14 * (100vw / 750));
  }
  .infoContents-sns {
    padding: calc(58 * (100vw / 750)) 0;
  }
  .iconset.iconset_mail {
    flex-direction: row;
    justify-content: center;
  }
  .iconset.iconset_sns {
    margin: 0;
  }
  .icon-2 .iconset.iconset_sns:first-child {
    margin: 0 calc(190 * (100vw / 750)) 0 calc(172 * (100vw / 750));
  }
  .icon-2 .iconset.iconset_sns:last-child {
    margin: 0;
  }
  .icon-3 .iconset.iconset_sns:first-child {
    margin-right: calc(140 * (100vw / 750));
  }
  .icon-3 .iconset.iconset_sns:last-child {
    margin-left: calc(120 * (100vw / 750));
  }
  .iconset__img {
    width: calc(50 * (100vw / 750));
  }
  .iconset__img.iconset__img_sns {
    width: calc(50 * (100vw / 750));
  }
  .iconset__text {
    text-align: center;
    font-size: calc(20 * (100vw / 750));
    margin-top: calc(24 * (100vw / 750));
  }
  .iconset__text_mail {
    font-size: calc(24 * (100vw / 750));
    margin-top: 0;
    margin-left: calc(40 * (100vw / 750));
  }
  .infoContents-mail_wrap {
    padding: calc(43 * (100vw / 750)) 0;
  }

  /* 新着商品 ----------------------- */
  .newarrivals__list {
    margin-bottom: calc(-40 * (100vw / 375));
  }
  .head .newarrivals__list {
    margin-bottom: calc(-40 * (100vw / 375));
  }
  .newarrivals__list-item.cardSize-SP184:nth-child(n + 5) {
    display: none;
  }
  .newarrivals__list.newarrivals__list-nomargin-between {
    justify-content: space-between;
  }
  .newarrivals__list-item.cardSize-SP184 {
    --itemWidth: calc(368 * (100vw / 750));
    margin-bottom: calc(15 * (100vw / 750));
  }
  .newarrivals__list-item.cardSize-SP166 {
    --itemWidth: calc(332 * (100vw / 750));
    margin-bottom: calc(40 * (100vw / 750));
    margin-right: calc(14 * (100vw / 750));
  }
  .newarrivals__list-item.cardSize-SP166:nth-child(2n) {
    margin-right: 0;
  }

  /* オーバーフロー用プロパティ */
  .newarrivals__list_overflow-wrap {
    overflow: scroll;
  }
  .newarrivals__list.newarrivals__list_overflow {
    flex-wrap: nowrap;
    width: max-content;
  }
  /* オープントップ共通 */
  .common-Opentop.newarrivals__list {
    margin: calc(40 * (100vw / 750)) 0 calc(-40 * (100vw / 750));
  }
  .common-Opentop .newarrivals__list-item__detail {
    padding: calc(12 * (100vw / 750)) calc(16 * (100vw / 750)) 0;
    margin: 0;
  }
  .common-Opentop .newarrivals__list-item__detail--brandname {
    font-size: calc(24 * (100vw / 750));
    font-family: var(--barlow);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: calc(11 * (100vw / 750));
  }
  .common-Opentop .newarrivals__list-item__detail--itemname {
    font-size: calc(20 * (100vw / 750));
    line-height: 1.4;
    margin-bottom: calc(8 * (100vw / 750));
  }
  .common-Opentop .newarrivals__list-item__detail--price-text {
    font-size: calc(22 * (100vw / 750));
  }

  /* サブミット ----------------------- */
  .c-block-submit-opentop {
    padding-bottom: calc(120 * (100vw / 750));
  }
  .cardUnit-submitList-openbrand {
    margin: calc(40 * (100vw / 750)) 0 calc(0 * (100vw / 750));
  }
  .cardUnit__card-sp-col2-w185 {
    margin: 0 0 calc(80 * (100vw / 750)) calc(10 * (100vw / 750));
    width: calc(370 * (100vw / 750));
  }
  .cardUnit-submitList-openbrand li:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
  .head .newarrivals__list {
    margin-bottom: calc(-40 * (100vw / 750));
  }
  .head .cardUnit__card-sp-col2-w185 {
    margin: 0 0 calc(40 * (100vw / 750)) calc(10 * (100vw / 750));
  }
  .cardUnit__card-sp-col2-w185:nth-child(odd),
  .head .cardUnit__card-sp-col2-w185:nth-child(odd) {
    margin-left: 0;
  }
  .submit__list-item__detail {
    padding: calc(12 * (100vw / 750)) calc(16 * (100vw / 750)) 0;
  }
  .submit__list-item__detail--brandname {
    font-size: calc(24 * (100vw / 750));
    margin-bottom: calc(11 * (100vw / 750));
  }
  .submit__list-item__detail--itemname {
    font-size: calc(20 * (100vw / 750));
    line-height: 1.4;
    margin-bottom: calc(8 * (100vw / 750));
  }
  .submit__list-item__detail--price-text {
    font-size: calc(22 * (100vw / 750));
  }

  /* 特集リスト------------------------------------ */
  .c-block-featureList {
    padding: calc(70 * (100vw / 750)) 0 0;
    margin-bottom: calc(80 * (100vw / 750));
  }
  .feature-caption {
    font-size: calc(24 * (100vw / 750));
    margin-top: calc(16 * (100vw / 750));
    line-height: 1.42857;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .cardUnit-featureList {
    margin: calc(40 * (100vw / 750)) calc(10 * (100vw / 750))
      calc(-20 * (100vw / 750));
  }
  .cardUnit-featureList.cardUnit_sp-pad10 {
    margin: calc(44 * (100vw / 750)) calc(20 * (100vw / 750))
      calc(-40 * (100vw / 750));
  }
  .button--position--center--feature {
    margin: calc(40 * (100vw / 750)) auto 0;
  }
  /* カテゴリートグル ----------------------- */
  .accordion_contents.items {
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .accordion-icon::before,
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .accordion-icon::after {
    height: 1px;
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .header__hamburger-menu__list-item--link {
    font-weight: 600;
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .header__hamburger-menu__list-item--link.addRect {
    position: relative;
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .header__hamburger-menu__list-item--link.addRect
    .accordion-icon {
    display: none;
  }

  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion__child-list--2
    .header__hamburger-menu__list-item--link {
    padding-left: calc(80 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
    font-weight: 400;
    position: relative;
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .accordion-icon {
    display: block;
    position: relative;
    right: calc(16 * (100vw / 375));
    width: 13px;
    height: 13px;
  }
  .accordion_contents.items .header__hamburger-menu__list-item--link {
    height: calc(52 * (100vw / 375));
  }
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion__child-list--2
    .header__hamburger-menu__list-item--link::after,
  .accordion_contents.items
    .header__hamburger-menu__list-item--accordion
    .header__hamburger-menu__list-item--link.addRect::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(32 * (100vw / 750));
    top: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.498%22%20height%3D%2212.43%22%20viewBox%3D%220%200%207.498%2012.43%22%3E%20%3Cg%20transform%3D%22translate(-343%20-1302.059)%22%3E%20%3Cline%20x2%3D%226.69%22%20y2%3D%225.916%22%20transform%3D%22translate(343.404%201302.509)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cline%20y1%3D%226.102%22%20x2%3D%226.69%22%20transform%3D%22translate(343.404%201307.944)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.2%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    width: calc(14 * (100vw / 750));
    height: calc(24 * (100vw / 750));
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* STYLING MOVIE */
  .crosslive-joinpark .crosslive__inner {
    width: 100%;
    margin: calc(40 * (100vw / 750)) auto 0;
    padding: 0 calc(36 * (100vw / 750)) 0;
  }

  /* Instagram */
  .c-block-instagram {
    padding-bottom: calc(120 * (100vw / 750));
  }
  .instagramGallery h2 span {
    margin-right: calc(10 * (100vw / 375));
  }
  .instagramGallery h2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-block-instagram .instagram-feed__items {
    gap: calc(12 * (100vw / 750));
    max-width: 100%;
    padding: 0;
    margin: calc(40 * (100vw / 750)) 0 calc(0 * (100vw / 750));
  }

  /* visumo */
  .visumo--joinpark h2 span {
    margin-right: calc(10 * (100vw / 375));
  }
  .visumo--joinpark .vsm__wrapper {
    margin-top: calc(40 * (100vw / 750));
  }

  /* オブジェクトフィット ----------------------- */
  /* .newarrivals__list-item img{height: calc(420 * (100vw / 750));}
  .renorm .newarrivals__list-item img{height: calc(300 * (100vw / 750));} */
}

@media only screen and (min-width: 768px) {
  .mainbanner-openTop {
    padding-bottom: 0;
  }

  /* カテゴリーリスト ----------------------------------- */
  .c-block-categoryList {
    width: 100%;
    max-width: 124rem;
    padding: 5rem 2rem 10rem;
    margin: 0 auto;
  }

  .categoryList__inner {
    margin-top: 3.1rem;
  }
  .norc .categoryList__inner {
    margin-top: 4.1rem;
  }
  .cardUnit-categoryList {
    margin-bottom: -0.5%;
  }
  .cardUnit-categoryDetail {
    background-color: #f7f7f9;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: row-reverse;
    align-items: center;
  }

  .cardUnit-categoryDetail__img,
  .cardUnit-categoryDetail__caption {
    font-size: 1.6rem;
    width: 50%;
  }
  .cardUnit-categoryDetail__caption {
    padding-left: 6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    padding-left: 6rem;
  }
  .categoryTree {
    margin: 5rem auto 0;
    width: 100%;
    max-width: 124rem;
    padding: 0 2rem;
  }
  .categoryTree .accordion_wapper {
    margin-top: 3rem;
  }
  .norc .categoryTree {
    margin: 3.4rem auto 0;
  }
  .categoryTree-ttl__inner {
    padding-bottom: 2rem;
    max-width: 100rem;
    margin: 0 auto;
    cursor: pointer;
    transition: all 1s;
  }
  .categoryTree-ttl__inner:hover {
    opacity: 0.7;
  }
  .categoryTree-ttl {
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
  }
  .open__button--plus {
    width: 77px;
    height: 28px;
    padding-left: 9px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.01em;
    top: -4px;
    right: 22px;
    cursor: pointer;
    transition: all 1s;
    opacity: 1;
  }
  .open__button--plus::before {
    top: 0;
    right: 8px;
    bottom: 0;
    width: 13px;
    height: 1px;
  }
  .open__button--plus::after {
    top: 0;
    right: 8px;
    bottom: 0;
    width: 13px;
    height: 1px;
  }
  /* カテゴリーリスト */
  .categoryList .header__hover-content--category .header__hover-content__inner {
    overflow-y: visible;
    overscroll-behavior-y: auto;
    max-height: none;
  }

  /* ブランドインフォメーション ----------------------- */
  .c-block-brandInfo {
    max-width: 103.8rem;
    width: 100%;
    padding: 0 2rem 9rem;
    margin: 0 auto;
  }
  .c-block-brandInfo__inner {
    gap: 2.80561%;
  }
  .infoContents {
    width: 48.59719%;
  }
  .infoContents-mail_wrap {
    padding: 3.5rem 0 4rem;
  }
  .infoContents-sns {
    padding: 5rem 0;
  }
  .iconset.iconset_sns {
    margin: 0;
  }
  .icon-2 .iconset.iconset_sns:first-child,
  .icon-3 .iconset.iconset_sns:first-child {
    margin-right: 7rem;
  }
  .icon-2 .iconset.iconset_sns:last-child,
  .icon-3 .iconset.iconset_sns:last-child {
    margin-left: 6rem;
  }
  .iconset__img {
    width: 3rem;
  }
  .iconset__img.iconset__img_sns {
    width: 2.9rem;
  }
  .iconset__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.4rem;
  }
  .iconset__text_mail {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
  .iconset__text.iconset__text-sub {
    font-size: 1.2rem;
    margin-top: 1.8rem;
  }

  /* 特集リスト------------------------------------ */
  .c-block-featureList {
    padding: 5rem 0 9rem;
  }
  .bizcos .c-block-featureList {
    padding: 0 0 11.6rem;
  }
  .cardUnit-featureList {
    max-width: 124rem;
    width: 100%;
    padding: 0 2rem;
    margin: 4.2rem auto 0;
  }
  .feature-caption {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1.42857;
  }
  .button--position--center--feature {
    margin: 3.8rem auto 0;
  }
  .head .button--position--center--feature {
    margin: 3.3rem auto 0;
  }
  .head .button--position--center {
    margin: 3.3rem auto 0;
  }

  /* 新着商品 ----------------------- */
  .campaign-icon__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .newarrivals {
    --itemWidth: 23.75%;
    /* 表示するアイテムの最大幅 */
    --itemMaxWidth: 285px;
    --itemMargin: 0;
  }
  .newarrivals__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 1240px;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -3rem;
    padding-right: 2rem;
    padding-left: 2rem;
    overflow: auto;
  }
  .renorm .newarrivals__list {
    margin-top: 4.2rem;
  }
  .head .newarrivals__list {
    margin-top: 3.4rem;
  }
  .newarrivals__list-item {
    --itemMaxWidth: 285px;
    --itemWidth: 23.75%;
    margin: 0 1.66666% 3rem 0;
  }
  .newarrivals__list-item:nth-child(4n) {
    margin: 0 0 3rem;
  }

  .newarrivals__list-item .img-placeholder {
    height: 34.2rem;
    max-height: 342px;
  }
  .newarrivals__list-item__detail {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .newarrivals__list-item__detail--brandname {
    margin-bottom: 1rem;
    font-family: inherit;
    line-height: 1;
  }
  .newarrivals__list-item__detail--itemname {
    overflow: hidden;
    color: var(--black);
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newarrivals__list-item__detail--price {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  /* オープントップ共通 */
  .common-Opentop .newarrivals__list-item__detail {
    padding: 1.5rem 0 0;
    margin: 0;
  }
  .common-Opentop .newarrivals__list-item__detail--brandname {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.15;
  }
  .common-Opentop .newarrivals__list-item__detail--itemname {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
  }
  .common-Opentop .newarrivals__list-item__detail--price-text {
    font-size: 1.3rem;
  }
  /* サブミット ----------------------- */
  .c-block-submit-opentop {
    padding-bottom: 9rem;
  }
  .cardUnit-submitList-openbrand {
    max-width: 124rem;
    width: 100%;
    padding: 0 2rem;
    margin: 4.2rem auto 0;
  }
  .submit__list-item__detail {
    padding: 1.2rem 0 0;
  }
  .submit__list-item__detail--brandname {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.08333;
  }
  .submit__list-item__detail--itemname {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0.03em;
    margin-bottom: 0.7rem;
  }
  .submit__list-item__detail--price-text {
    font-size: 1.3rem;
  }

  .footer__inner {
    padding-bottom: calc(40 * (100vw / 768));
    padding-top: 0;
  }

  /* オブジェクトフィット ----------------------- */
  /* .newarrivals__list-item img{height: 34.2rem;} */
}
@media only screen and (min-width: 980px) {
  .footer__inner {
    width: 90%;
    max-width: 120rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4rem;
    padding-top: 0;
  }
}

/* ========== Ranking (追記) ========== */
.ranking-category {
  margin-top: 0 !important;
}
.c-block-ranking-openTop {
  margin: 0 auto calc(80 * (100vw / 750));
  padding: calc(76 * (100vw / 750)) 0 0;
}
.adpoj_ranking_selector {
  border-top: 1px solid var(--dhusar-grey);
}
.adpoj_arrivals_selector .arrivals_tab,
.adpoj_ranking_selector .ranking_tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(60 * (100vw / 750));
  font-family: var(--quattrocento-sans);
  font-size: calc(24 * (100vw / 750));
  color: var(--dhusar-grey);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.adpoj_ranking_selector .ranking_tab.ranking-is-active {
  color: #000;
}
.adpoj_ranking_selector .ranking_pcOnly {
  display: none;
}
.adpoj_ranking_inner {
  padding-bottom: calc(80 * (100vw / 750));
  background-color: rgba(217, 203, 184, 0.13);
}
.adpoj_ranking_inner .ranking-tab-panel {
  display: none;
}
.adpoj_ranking_inner .ranking-tab-panel.ranking-is-show {
  display: block;
}
/*LESOUKのみ構造が違う為別途対応*/
#ranking .adpoj_ranking_inner .panel:not(.is-show) > .ranking__List.show {
  display: none;
}
#ranking .panel.is-show .ranking__List {
  animation-duration: 1s;
  animation-name: fade-in;
}
#ranking .ranking__List {
  margin-bottom: 0;
}
#ranking .ranking__List a {
  display: block;
}
#ranking .ranking__List .productList_itemImg .rank {
  width: calc(60 * (100vw / 750));
  height: calc(66 * (100vw / 750));
  background: linear-gradient(
      to top left,
      #fff0 50%,
      var(--elemental-grey) 50.5%
    )
    no-repeat top left/100% 100%;
  border-radius: 0;
  display: block;
  font-size: calc(24 * (100vw / 750));
  font-family: var(--barlow);
  top: 0;
  padding: calc(10 * (100vw / 750)) 0 0 calc(14 * (100vw / 750));
}
#ranking .ranking__List .productList_itemImgBox:nth-of-type(1) .rank {
  background: linear-gradient(to top left, #fff0 50%, #c3a74b 50.5%) no-repeat
    top left/100% 100%;
}
#ranking .ranking__List .productList_itemImgBox:nth-of-type(2) .rank {
  background: linear-gradient(to top left, #fff0 50%, #707070 50.5%) no-repeat
    top left/100% 100%;
}
#ranking .ranking__List .productList_itemImgBox:nth-of-type(3) .rank {
  background: linear-gradient(to top left, #fff0 50%, #ba9e81 50.5%) no-repeat
    top left/100% 100%;
}
@media screen and (max-width: 767px) {
  #ranking .ranking__List > .productList_itemImgBox {
    width: calc(242 * (100vw / 750));
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(n + 4) {
    margin-top: calc(32 * (100vw / 375));
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(2n) {
    margin-right: calc(5 * (100vw / 375));
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(3n) {
    margin-right: 0;
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(n + 10) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(n + 5) {
    width: 15.83333%;
    max-width: 19rem;
    margin: 6rem 1.2rem 3rem 0;
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(4),
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(10) {
    margin-right: 0;
  }
  #ranking .ranking__List > .productList_itemImgBox:nth-of-type(n + 11) {
    display: none;
  }
  #ranking .ranking__List .productList_itemImg .rank {
    width: 4rem;
    height: 4.4rem;
    font-size: 1.3rem;
    padding: 0.8rem 0 0 0.8rem;
  }
}
/*LESOUKここまで*/
@media only screen and (min-width: 768px) {
  .c-block-ranking-openTop {
    margin: 0 auto 7.6rem;
    padding: 7.6rem 0 0;
  }
  .adpoj_ranking_selector {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    margin-top: 2.4rem;
    padding: 2.2rem 0;
  }
  .adpoj_ranking_selector div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
  }
  .adpoj_ranking_selector .ranking_tab {
    width: auto;
    height: 3.2rem;
    padding: 0 4.2rem;
    font-size: 1.4rem;
  }
  .adpoj_ranking_selector .ranking_tab:hover {
    cursor: pointer;
  }
  .adpoj_ranking_selector .ranking_pcOnly {
    display: flex;
  }
  .adpoj_ranking_inner {
    padding-bottom: 9rem;
  }
  .tabs-categorys__category {
    transition: color 1s;
    transition: none;
  }
}
/* ========== //Ranking (追記) ========== */

/* ========== NEW ARRIVAL (追記) ========== */
.adpoj_arrivals_selector {
  border-top: 1px solid var(--dhusar-grey);
  border-bottom: 1px solid var(--dhusar-grey);
}
.adpoj_arrivals_selector .arrivals_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(60 * (100vw / 750));
  font-family: var(--quattrocento-sans);
  color: var(--dhusar-grey);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.adpoj_arrivals_selector .arrivals_tab.arrivals-is-active {
  color: #000;
}
.adpoj_arrivals_selector .arrivals_pcOnly {
  display: none;
}
.arrivals_inner .arrivals-tab-panel {
  display: none;
}
.arrivals_inner .arrivals-tab-panel.arrivals-is-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .adpoj_arrivals_selector {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    margin-top: 2.4rem;
    padding: 2.2rem 0;
  }
  .adpoj_arrivals_selector div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
  }
  .sponly {
    display: none;
  }
  .adpoj_arrivals_selector .arrivals_tab {
    width: auto;
    height: 3.2rem;
    padding: 0 4.2rem;
    font-size: 1.4rem;
  }
  .adpoj_arrivals_selector .arrivals_tab:hover {
    cursor: pointer;
  }
  .adpoj_arrivals_selector .arrivals_pcOnly {
    display: flex;
  }
}
/* ========== //NEW ARRIVAL (追記) ========== */

/* ========== カテゴリエリア (追記) ========== */

@media only screen and (max-width: 767px) {
  .cardUnit__card-sp-col3 {
    margin: 0 0 calc(20 * (100vw / 750)) calc(16 * (100vw / 750));
    max-width: inherit;
    width: calc(226 * (100vw / 750));
  }
  .cardUnit__card-sp-col3:nth-child(3n + 1) {
    margin-left: 0;
  }
  .adpoj_ranking_selector,
  .adpoj_arrivals_selector {
    margin-top: calc(40 * (100vw / 750));
  }
  .adpoj_arrivals_selector .arrivals_tab_inner--main,
  .adpoj_ranking_selector .ranking_tab_inner--main {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: calc(80 * (100vw / 750));
  }
  .adpoj_arrivals_selector .arrivals_tab_inner--others,
  .adpoj_ranking_selector .ranking_tab_inner--others {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    display: flex;
    align-items: center;
    height: calc(120 * (100vw / 750));
  }
  .adpoj_arrivals_selector .arrivals_tab_inner--others .arrivals_tab,
  .adpoj_ranking_selector .ranking_tab_inner--others .ranking_tab {
    flex-shrink: 0;
  }
  .adpoj_arrivals_selector .arrivals_tab,
  .adpoj_ranking_selector .ranking_tab {
    height: 100%;
  }
  .adpoj_ranking_selector .ranking_tab_inner--main .ranking_tab,
  .adpoj_arrivals_selector .arrivals_tab_inner--main .arrivals_tab {
    border-bottom: 1px solid var(--dhusar-grey);
    font-weight: 600;
    line-height: 1;
  }
  .adpoj_ranking_selector .ranking_tab_inner--others .ranking_tab,
  .adpoj_arrivals_selector .arrivals_tab_inner--others .arrivals_tab {
    width: calc(100vw / 4);
  }
  .adpoj_ranking_selector .ranking_tab:not(:first-of-type)::before,
  .adpoj_arrivals_selector .arrivals_tab:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(60 * (100vw / 750));
    margin: auto;
    background-color: var(--dhusar-grey);
  }
}

/* 1枚目横長用 */
@media only screen and (min-width: 768px) {
  .cardUnit__card-pc-col2-col3:nth-last-child(-n + 3) {
    max-width: 39.6rem;
    width: 33%;
  }

  .cardUnit__card-sp-col1-col2-col2:nth-child(even) {
    margin: 0 0 0.5% 0.5%;
  }

  .cardUnit__card-pc-col2-col3:first-child,
  .cardUnit__card-pc-col2-col3:nth-child(4) {
    margin-left: 0;
  }

  .cardUnit__card-pc-col2-col3,
  .cardUnit__card-pc-col2-col2 {
    margin: 0 0 0.5% 0.5%;
    max-width: 39.6rem;
    width: 33%;
  }
}

/* 1枚目横長用 */
@media only screen and (min-width: 768px) {
  .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-sp-col1-col2-col2:first-child {
    max-width: 39.6rem;
    width: 33%;
  }

  .cardUnit__card-pc-col2-col3:first-child {
    margin-top: 0;
  }
  .cardUnit__card-pc-col2-col3:first-child,
  .cardUnit__card-pc-col2-col3:nth-child(4) {
    margin-left: 0;
  }
}

/* ========== //カテゴリエリア (追記) ========== */
