﻿.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.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 {
  -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: calc(125 * (100vw / 375));
  /* アイテム間のマージン（margin-right） */
  --itemMargin: calc(10 * (100vw / 375));
  /* 表示するアイテムの個数 */
  --itemAmount: 8;
}
.newarrivals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* width: calc((var(--itemWidth) + var(--itemMargin)) * var(--itemAmount) - var(--itemMargin)); */
  width: 100%;
  margin-top: calc(20 * (100vw / 375));
}
.newarrivals__list-item {
  width: var(--itemWidth);
  margin-right: var(--itemMargin);
}
/* .newarrivals__list-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
     object-fit: cover;
    font-family: 'object-fit: cover;';
} */
.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));
}

/* オープン型のPICK UP, RANKING, NEW ARRIVALS のフォント調整 */
.openTop .submit__list-item__detail--brandname,
.newarrivals__list-item__detail--brandname {
  font-family: var(--quattrocento-sans) !important;
  font-weight: bold;
}

@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;
    /*font-weight: bold;*/
    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(-10 * (100vw / 750)); */
    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(-40 * (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: 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%;
  }
  /* オブジェクトフィット ----------------------- */
  /* .newarrivals__list-item img{height: calc(420 * (100vw / 750));}
    .renorm .newarrivals__list-item img{height: calc(300 * (100vw / 750));} */

  /* オープン型のPICK UP, RANKING, NEW ARRIVALS のフォント調整 */
  .newarrivals__list-item__detail--brandname {
    font-size: calc(24 * (100vw / 750));
    margin-bottom: calc(11 * (100vw / 750));
  }
  .newarrivals__list-item__detail--itemname {
    font-size: calc(20 * (100vw / 750));
    line-height: 1.4;
  }
  .newarrivals__list-item__detail--price {
    font-size: calc(22 * (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__card:nth-child(2) .cardUnit-categoryDetail{background:#EFEFEF;}
    .cardUnit__card:nth-child(3) .cardUnit-categoryDetail{background:#F7F7F7;}
    .cardUnit__card:nth-child(4) .cardUnit-categoryDetail{background:#F2F0F1;}
    .cardUnit__card:nth-child(5) .cardUnit-categoryDetail{background:#F2F0F1;} */

  .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: 6rem auto 0;*/
    margin: 3.4rem auto 0;
  }
  .categoryTree-ttl__inner {
    padding-bottom: 2rem;
    max-width: 100rem;
    margin: 0 auto;
    /* margin-bottom: 3.2rem; */
    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:hover{opacity: 0.7;} */
  .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,
  .categoryTree .header__hover-content--category .header__hover-content__inner {
    overflow-y: visible;
    overscroll-behavior-y: auto;
    max-height: none;
  }
  .categoryList .button-accordion {
    top: -0.4rem;
    right: 2.2rem;
  }
  .categoryList .open__button--plus {
    top: 0;
    right: 0;
    width: 7.7rem;
    height: 2.8rem;
    padding-left: 0.9rem;
    border-radius: 4px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 2.8rem;
  }
  .categoryList .open__button--plus::before {
    right: 0.8rem;
    width: 1.3rem;
    height: 0.1rem;
  }
  .categoryList .open__button--plus::after {
    right: 0.8rem;
    width: 1.3rem;
    height: 0.1rem;
  }

  /* ブランドインフォメーション ----------------------- */
  .c-block-brandInfo {
    max-width: 103.8rem;
    width: 100%;
    padding: 0 2rem 9rem;
    margin: 0 auto;
  }
  .infoContents {
    width: 48.59719%;
  }
  .infoContents-mail {
    margin-right: 2.80561%;
  }
  .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: 0 0 9rem;
    /* margin-bottom: calc(36 * (100vw / 750)); */
  }
  .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: 3rem;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: -1.66666%; */
    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% 1.66666% 0; */
    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;} */

  /* オープン型のPICK UP, RANKING, NEW ARRIVALS のフォント調整 */
  .newarrivals__list-item__detail--brandname {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .newarrivals__list-item__detail--itemname {
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .newarrivals__list-item__detail--price {
    font-size: 1.3rem;
  }
}

@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;
  }
}

@media only screen and (max-width: 767px) {
  /* タイトル下マージン */
  .kangolextracomfort .categoryList__inner {
    margin-top: calc(40 * (100vw / 750));
  }
  .bizcos .block__ttl_helvetica-neue,
  .bizcos .block-ttl-mail {
    margin-bottom: calc(40 * (100vw / 750));
  }
  /* コンテンツ間マージン */
  .kangolextracomfort .c-block-categoryList {
    padding-bottom: calc(70 * (100vw / 750));
  }
  .kangolextracomfort .c-block-featureList,
  .bizcos .featureList .c-block-featureList {
    margin-bottom: calc(90 * (100vw / 750));
  }
  .kangolextracomfort #pickup-kangolextracomfort .c-block-submit-opentop {
    padding-bottom: calc(116 * (100vw / 750));
  }
  .kangolextracomfort .c-block-ranking-openTop {
    margin-bottom: calc(76 * (100vw / 750));
    padding: calc(76 * (100vw / 750)) 0;
  }
  .bizcos .c-block-submit-opentop {
    padding-bottom: calc(76 * (100vw / 750));
  }
  /* 商品下マージン */
  .kangolextracomfort .cardUnit__card-sp-col2-w185,
  .bizcos .cardUnit-submitList-openbrand .cardUnit__card-sp-col2-w185 {
    margin-bottom: calc(40 * (100vw / 750));
  }
  /* ボタン位置調整 */
  .kangolextracomfort #pickup-kangolextracomfort .button--position--center {
    margin-top: calc(80 * (100vw / 750));
  }
}
@media only screen and (min-width: 768px) {
  /* タイトル下マージン */
  .kangolextracomfort .categoryList__inner,
  .kangolextracomfort .cardUnit-featureList,
  .kangolextracomfort .cardUnit-submitList-openbrand {
    margin-top: 3rem;
  }
  .bizcos .block__ttl_helvetica-neue,
  .bizcos .block-ttl-mail {
    margin-bottom: 3rem;
  }
  .bizcos .c-block-submit-bizcos .cardUnit-submitList-openbrand {
    margin-top: 3rem;
  }
  /* コンテンツ間マージン */
  .kangolextracomfort .c-block-categoryList,
  .kangolextracomfort .c-block-featureList,
  .kangolextracomfort .c-block-submit-opentop,
  .bizcos .c-block-featureList {
    padding-bottom: 7.6rem;
  }
  .bizcos .c-block-submit-opentop {
    padding-bottom: 9.6rem;
  }
  .kangolextracomfort .c-block-ranking-openTop {
    padding: 7.6rem 0;
  }
  .bizcos .c-block-mailmagazine__inner {
    padding-top: 7.6rem;
  }
  /* 商品下マージン */
  .bizcos .cardUnit__card-sp-col2-w185 {
    margin-bottom: 3rem;
  }
}
