:root{
  --yugothic: "yu-gothic-pr6n", sans-serif;
  --font-europa: "europa", sans-serif;
  --font-header: "europa", "yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}
.ats {
  --contents-default-width: 100%;
  --padding-horizontal-content: calc(17 *(100vw / 750));
  --slider-arrow-left: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2013.9%2023.4%22%20style%3D%22enable-background%3Anew%200%200%2013.9%2023.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23AAAAAA%3Bstroke-width%3A1.2%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_688%22%20transform%3D%22translate(388.452%20626.444)%20rotate(180)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_165_1_%22%20class%3D%22st0%22%20x1%3D%22375%22%20y1%3D%22603.5%22%20x2%3D%22388%22%20y2%3D%22615%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_166_1_%22%20class%3D%22st0%22%20x1%3D%22375%22%20y1%3D%22626%22%20x2%3D%22388%22%20y2%3D%22614.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  --slider-arrow-right: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2013.9%2023.4%22%20style%3D%22enable-background%3Anew%200%200%2013.9%2023.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23AAAAAA%3Bstroke-width%3A1.2%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_311%22%20transform%3D%22translate(-374.596%20-603.051)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_165%22%20class%3D%22st0%22%20x1%3D%22375%22%20y1%3D%22603.5%22%20x2%3D%22388%22%20y2%3D%22615%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_166%22%20class%3D%22st0%22%20x1%3D%22375%22%20y1%3D%22626%22%20x2%3D%22388%22%20y2%3D%22614.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/* ===========================
  * ヘッダー
=========================== */
#Head.header--atsurotayama .header-item__icon-item--cart .incart-amount,
.header-item__text-item-title,
.header-item__icon-item--search__inputbox input::placeholder,
.header__hamburger-menu__list-item--search__inputbox input::placeholder{
  font-family: var(--font-header);
}
#Head.header--atsurotayama .header-item__icon-item--cart .incart-amount{
  font-weight: var(--font-weight-bold);
}
.header__hamburger-menu__list-item--search__inputbox input::placeholder,
.header-item__icon-item--search__inputbox input::placeholder{
  color: #bbb;
}
.header__hamburger-menu,
.header__hamburger-menu__inner,
.header__hover-content--category-content__link-text,
.m-brandlist__container--isPcHeader .m-brandlist__container-title{
  font-family: var(--yugothic);
}
/* ===========================
  * プロパー価格削除
=========================== */
.newarrivals__list-item__detail--price-text--sale .price-text--sale{
  color: var(--carbon);
}
.newarrivals__list-item__detail--price-text--sale .price-text--sale + .price-text--regular{
  display: none;
}
/* ===========================
  * Style of SP-view *
=========================== */
.block__ttl{
  font-family: var(--font-europa);
  font-size: calc(22 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.16em;
  line-height: 1.2727;
  margin-bottom: calc(19 * (100vw / 375));
  text-align: center;
}
@media screen and (min-width:768px) {
  .block__ttl{
    font-size: 2.4rem;
    line-height: 1.2917;
    margin-bottom: 3rem;
  }
}
.block__ttl_poppins {
  font-weight: 400;
  letter-spacing: .16em;
}
.bg-lynxwhite{background: var(--lynxwhite);}
.ats .sec-style {
  margin-bottom: calc(45 * (100vw / 375));
  text-align: center;
}
#Contents .mainbanner {
  margin-bottom: calc(50 * (100vw / 375));
}

.viewall__link-text {
  display: inline-block;
  position: relative;
  margin-top: calc(20 * (100vw / 375));
  color: var(--shark-fin);
  font-family: var(--quattrocento-sans);
  font-size: calc(14 * (100vw / 375));
  line-height: 1.2;
  text-decoration: underline;
}

.viewall__link-text::after {
  position: absolute;
  top: 0;
  right: calc(-12 * (100vw / 375));
  bottom: 0;
  width: 5px;
  height: 9px;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.098%22%20height%3D%228.618%22%20viewBox%3D%220%200%205.098%208.618%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_83%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2083%22%20transform%3D%22translate(-266.641%20-1045.665)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_133%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20133%22%20width%3D%226.071%22%20height%3D%221.138%22%20transform%3D%22translate(267.446%201045.665)%20rotate(45)%22%20fill%3D%22%23959595%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_134%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20134%22%20width%3D%226.071%22%20height%3D%221.138%22%20transform%3D%22translate(266.641%201053.479)%20rotate(-45)%22%20fill%3D%22%23959595%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.category-list__text {
  z-index: 2;
  position: absolute;
  top: calc(53 * (100vw / 375));
  right: 0;
  left: 0;
  color: var(--white);
  font-family: var(--poppins);
  font-size: calc(16 * (100vw / 375));
  font-weight: 300;
  letter-spacing: .13em;
  line-height: 1.33;
}

.category-list__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: calc(20 * (100vw / 375));
}

.category-list__list-item {
  position: relative;
  width: calc(185 * (100vw / 375));
  margin-bottom: calc(6 * (100vw / 375));
}

.category-list__list-item__link-wrapper {
  display: block;
  position: relative;
}

.category-list__list-item__link-wrapper figure {
  position: relative;
}

.category-list__list-item__link-wrapper::before {
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  content: '';
}

/* ↓ 211108アップのカテゴリーバナー用スタイル ↓ */
.cardUnit-categoryList-at li:nth-of-type(1) .category-list__list-item__link-wrapper::before,
.cardUnit-categoryList-at li:nth-of-type(2) .category-list__list-item__link-wrapper::before,
.cardUnit-categoryList-at li:nth-of-type(4) .category-list__list-item__link-wrapper::before {
  background-color: transparent;
}
/* .cardUnit-categoryList-at li:nth-of-type(1) img,
.cardUnit-categoryList-at li:nth-of-type(2) img,
.cardUnit-categoryList-at li:nth-of-type(4) img {
  filter: brightness(1.5);
} */
/* ↑ 211108アップのカテゴリーバナー用スタイル ↑ */

.category-list__list li:first-of-type {
  width: 100%;
}

.category-list .categoryTree {
  font-family: var(--yugothic);
  margin: calc(60 * (100vw / 750)) auto 0;
  padding: 0 calc(19.5 * (100vw / 375));
}
.categoryTree .categoryTree-ttl__inner{
  height: calc(50 * (100vw / 375));
  background-color: var(--carbon);
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  calc(15 * (100vw / 375)) calc(20 * (100vw / 375));
}
.categoryTree .categoryTree-ttl__inner .categoryTree-ttl{
  color: var(--white);
  font-family: var(--font-europa);
  font-weight: var(--font-weight-bold);
  font-size: calc(28 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1;
}
.categoryTree .categoryTree-ttl__inner .button-accordion{
  position: static;
}
.categoryTree .categoryTree-ttl__inner .open__button--plus{
  width: calc(58 * (100vw / 375));
  height: calc(18 * (100vw / 375));
  background-color: transparent;
  color: var(--white);
  font-family: var(--font-europa);
  font-size: calc(14 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  justify-content: flex-end;
  letter-spacing: 0.03em;
  line-height: 1.5714;
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
}
.categoryTree .categoryTree-ttl__inner .open__button--plus::before,
.categoryTree .categoryTree-ttl__inner .open__button--plus::after{
  width: calc(10 * (100vw / 375));
  height: calc(2 * (100vw / 375));
  right: auto;
  left: 0;
}

@media screen and (min-width: 768px){
  .category-list .categoryTree {
    margin: 3rem auto 0;
  }
  .categoryTree .categoryTree-ttl__inner{
    max-width: 60rem;
    height: 4.5rem;
    justify-content: center;
    padding: 1.25rem 0;
  }
  .categoryTree .categoryTree-ttl__inner .categoryTree-ttl{
    font-size: 1.6rem;
    line-height: 1.375;
    text-align: center;
  }
  .categoryTree .categoryTree-ttl__inner .button-accordion{
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .categoryTree .categoryTree-ttl__inner .open__button--plus{
    width: 5.8rem;
    height: 1.8rem;
    font-size: 1.4rem;
  }
  .categoryTree .categoryTree-ttl__inner .open__button--plus::before,
  .categoryTree .categoryTree-ttl__inner .open__button--plus::after{
    width: 1rem;
    height: 2px;
  }
}

.newarrivals {
  padding-top: calc(50 * (100vw / 375));
  padding-bottom: calc(55 * (100vw / 375));
  background-color: var(--lynxwhite);
}

.newarrivals .button--square {
  margin-right: auto;
  margin-left: auto;
}

.lookbook__img-wrapper {
  display: block;
  width: calc(335 * (100vw / 375));
  margin-right: auto;
  margin-left: auto;
}

/* .lookbook-section {
  margin-top: calc(90 * (100vw / 375));
  margin-bottom: calc(68 * (100vw / 375));
} */

.lookbook-section a.lookbook__img-wrapper:first-of-type {
  margin-bottom: calc(18 * (100vw / 375));
}

.brand-section .block__ttl_poppins {
  margin-bottom: calc(26 * (100vw / 375));
  text-align: center;
}
.brand-section .cardUnit-logo{
  margin-top: calc(22 * (100vw / 375));
}

#Contents .mainbanner__inner {
  width: 100%;
  max-width: 100%;
}

#Contents .mainbanner__slider-slide {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
}

#Contents .mainbanner.mainbanner-openTop .slick-dots li button::before {
  width: 8px !important;
  height: 8px !important;
  border: none !important;
  background-color: var(--aria) !important;
}

#Contents .mainbanner.mainbanner-openTop .slick-dots li.slick-active button::before {
  background-color: var(--black) !important;
}

/* ==========================
* ランキング
===========================*/
.ranking_inner.rankingNum-type-normal.rankingNum-texttype-ats{
  margin: calc(76 * (100vw / 750)) auto 0;
}
.ranking-category{
  padding-left: 0;
}
.tabs-categories{
  display: flex;
}
.tabs-categories .tabs-categories__category{
  cursor: pointer;
  color: var(--dhusar-grey);
  font-family: var(--font-europa);
  font-size: calc(13 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: calc(9 * (100vw / 375)) calc(18 * (100vw / 375));
}
.tabs-categories .tabs-categories__category.is-active{
  color: var(--black);
}

.ats .cardUnit-commonRanking{
  display: grid;
  grid-template-columns: repeat(3, calc(116 * (100vw / 375)));
  column-gap: calc(6 * (100vw / 375));
  row-gap: calc(34 * (100vw / 375));
  margin-bottom: 0;
}
.cardUnit-commonRanking .cardUnit__card{
  color: var(--black);
}
.cardUnit-commonRanking .cardUnit__card .rankNum-text{
  font-family: var(--font-europa);
  font-size: calc(16 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}
.cardUnit-commonRanking .cardUnit__card .product-img__wrapper{
  margin-top: calc(6 * (100vw / 375));
  padding-bottom: 0;
}
.cardUnit-commonRanking .cardUnit__card .product-img__wrapper>img{
  position: static;
}
.cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--brandname{
  font-family: var(--font-europa);
  font-size: calc(10 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  margin-bottom: 0;
}
.cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--itemname{
  font-family: var(--yugothic);
  font-size: calc(10 * (100vw / 375));
  line-height: 1.6;
  margin-bottom: 0;
}
.cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--price{
  color: var(--black);
  font-family: var(--yugothic);
  font-size: calc(13 * (100vw / 375));
  line-height: 1.3846;
}
.ranking__list-item__detail--price-text--sale .price-text--sale,
.submit__list-item__detail--price .price-text--sale{
  color: inherit;
}
.cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--price .price-text--sale + .price-text--regular{
  display: none;
}

@media screen and (min-width: 768px) {
  .ats .ranking-category{
    margin-top: 3rem;
  }
  .tabs-categories{
    justify-content: center;
  }
  .tabs-categories .tabs-categories__category{
    font-size: 1.3rem;
    padding: 1.6rem 3.5rem;
  }

  .ranking_inner.rankingNum-type-normal.rankingNum-texttype-ats{
    margin: 4rem auto 0;
  }
  .ats .cardUnit-commonRanking{
    grid-template-columns: repeat(6, 19rem);
    column-gap: 1.2rem;
  }
  .cardUnit-commonRanking .cardUnit__card .rankNum-text{
    font-size: 2rem;
  }
  .cardUnit-commonRanking .cardUnit__card .product-img__wrapper{
    margin-top: 1rem;
  }
  .cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--brandname{
    font-size: 1.3rem;
  }
  .cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--itemname{
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cardUnit-commonRanking .cardUnit__card .ranking__list-item__detail--price{
    font-size: 1.2rem;
  }
  .rankingNum-texttype-ats .ranking__list-item__detail{
    padding-top: 1.8rem;
  }
}

/* NEW ARRIVAL & RECOMMEND --------------------------------- */
.newarrivals__list-ats {
  overflow-y: hidden;
}
.newarrivals__list-ats.newarrivals__list .newarrivals__list-item:nth-child(n + 5){display: none;}

/* logo並び --------------------------------- */
.cardUnit-logo{
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.cardUnit-logo img{width: 100%;}
.cardUnit-logo .card-logo:first-child{
  border-right: 1px solid #707070;
  box-sizing: content-box;
}

/* SNS col3 ----------------------------------- */
.sns-col3__inner{justify-content: center;}
.cardUnit__card-sns-col3:first-child{margin-left: 0;}

/* .ats .newarrivals__list-item5 .items img{
  width: 100%;
  height: 100%;
    -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
} */

/* ATSURO用 カテゴリエリアスタイル */
.cardUnit-categoryList-at {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: calc(16 * (100vw / 750));
}

/*-- 1枚目 横長用 --*/
.cardUnit__card-sp-col1-col2-col2:first-child {
  width: 100%;
}
/*-- 共通 --*/
.cardUnit__card-sp-col1-col2-col2{
  width: 100%;
  height: calc(132 * (100vw / 750));
  background-color: #333;
  margin: 0;
}
.cardUnit__card-sp-col1-col2-col2:nth-child(odd) {
  margin: 0;
}
.cardUnit__card-pc-col2-col3:nth-last-child(-n+3){
  width: 100%;
}
.cardUnit .category-list__list-item__link-wrapper{
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.campaign-icon{
  font-family: var(--yugothic);
}
.ats .newarrivals__list-item__detail--itemname{
  color: var(--black);
}


/* feature list ------------------------------ */
.featureList-at .c-block-featureList {
  margin-bottom: 0;
  padding-bottom: 0;
}
.featureList-at .cardUnit{
  gap: calc(24 * (100vw/ 375)) calc(5 * (100vw / 375));
}
.featureList-at .cardUnit__card{
  width: calc(175 * (100vw / 375));
  margin: 0;
}
.featureList-at .feature-caption {
  font-family: var(--yugothic);
  font-size: calc(14 * (100vw / 375));
  line-height: 1.5;
  margin-top: calc(8 * (100vw / 375));
  text-align: left;
}

@media screen and (min-width: 768px) {
  .featureList-at .feature-caption {
    font-size: 1.4rem;
    margin-top: 2.1rem;
  }
  .featureList-at .cardUnit-featureList{
    width: 120rem;
    flex-wrap: nowrap;
    column-gap: 2rem;
    padding: 0;
  }
}

/* coordinate ------------------------------ */
.c-block-coordinateList {
  margin: 0;
  padding: 0;
}

.category-list__text {
  font-family: var(--font-europa);
  font-size: calc(28 * (100vw / 750));
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: static;
}
.cardUnit-categoryList-at .category-list__list-item__link-wrapper::before {
  background-color: rgba(0, 0, 0, .3) !important;
}
.button--style--ats {
  background-color: var(--carbon);
  font-family: var(--font-europa);
  font-size: calc(18 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  line-height: 1.2222;
}

/* 背景色のあるエリア用スタイル */
.ats .sec-style__bg-wrapper {
  padding: calc(45 * (100vw / 375)) 0 calc(50 * (100vw / 375));
  background-color: var(--snowflake);
}

.newarrivals__list-item__detail .newarrivals__list-item__detail--brandname{
  font-family: var(--font-europa)!important;
  font-size: calc(18 * (100vw / 375));
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
}

.ats [class $= "__list-item__detail--price"]{
  font-weight: 400;
}

/* 最近チェックしたアイテム ------------------------------ */
.c-block-productHistory:not(:has(.productHistory__itemArea)) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bg-lynxwhite {padding: calc(65 * (100vw / 375)) 0;}
  .button--style--ats{
    width: calc(335 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    /* font-size: calc(26 * (100vw / 750)); */
    margin: calc(50 * (100vw / 375)) auto 0;
  }

  /* PICK UP --------------------------------- */
  .ats .newarrivals__list-item5 {
    width: 100%;
    margin: calc(20 * (100vw / 375)) auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  /* slider */
  .ats .newarrivals__list-item5.slick-initialized {
    opacity: 1;
  }
  .ats .newarrivals__list-item5 .slick-prev,
  .ats .newarrivals__list-item5 .slick-next {
    z-index: 1;
    height: 100%;
  }
  .ats .newarrivals__list-item5 .slick-prev::before,
  .ats .newarrivals__list-item5 .slick-next::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .ats .newarrivals__list-item5 .slick-prev::before {
    background-image: var(--slider-arrow-left);
  }
  .ats .newarrivals__list-item5 .slick-next::before {
    background-image: var(--slider-arrow-right);
  }

  .ats .newarrivals__list-item5 .slick-dots {
    position: initial;
  }
  .ats .newarrivals__list-item5 .slick-dots li button {
    position: relative;
  }
  .ats .newarrivals__list-item5 .slick-dots li button::before {
    content: '';
    color: transparent;
    background-color: var(--aria);
    border-radius: 50%;
    transition: opacity .6s ease;
    opacity: 1;
  }
  .ats .newarrivals__list-item5 .slick-dots li.slick-active button::before {
    background-color: var(--carbon);
  }
  .ats .newarrivals__list-item5 .slick-prev,
  .ats .newarrivals__list-item5 .slick-next {
    top: 50%;
    width: calc(110 * (100vw / 750));
  }
  .ats .newarrivals__list-item5 .slick-prev {
    left: 0;
  }
  .ats .newarrivals__list-item5 .slick-next {
    right: 0;
  }
  .ats .newarrivals__list-item5 .slick-prev::before,
  .ats .newarrivals__list-item5 .slick-next::before {
    width: calc(26 * (100vw / 750));
    height: calc(45 * (100vw / 750));
    margin: -90% 0 0;
  }
  .ats .newarrivals__list-item5 .slick-prev::before {
    margin-left: auto;
  }
  .ats .newarrivals__list-item5 .slick-next::before {
    margin-right: auto;
  }
  .ats .newarrivals__list-item5 .slick-dots {
    margin-top: calc(20 * (100vw / 750));
  }
  .ats .newarrivals__list-item5 .slick-dots li,
  .ats .newarrivals__list-item5 .slick-dots li button,
  .ats .newarrivals__list-item5 .slick-dots li button::before {
    width: calc(16 * (100vw / 750));
    height: calc(16 * (100vw / 750));
  }
  /* slider */




  .ats .newarrivals__list-item5 .items{
    margin: 0 calc(22 * (100vw / 750));
  }
  .newarrivals__list-item__detail{
    font-family: var(--yugothic);
    font-size: calc(22 * (100vw / 750));
    margin-top: calc(8 * (100vw / 375));
    margin-left: 0;
    margin-right: 0;
  }
  .newarrivals__list-item__detail .newarrivals__list-item__detail--brandname{
    font-size: calc(24 * (100vw / 750));
    margin-bottom: 0;
  }
  .ats .newarrivals__list-item5 .newarrivals__list-item__detail{
    font-size: calc(12 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
    padding: 0 calc(10 * (100vw / 375));
  }
  /* .ats .newarrivals__list-item5 .items.itemNum-1 {
    width: calc(281 * (100vw / 375));
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(20* (100vw / 375));
  } */
  .ats .newarrivals__list-item5 .items.itemNum-1 .newarrivals__list-item__detail{padding: 0;}
  .ats .newarrivals__list-item5 .items.itemNum-1 .newarrivals__list-item__detail--price-text{font-size: calc(24 * (100vw / 750));}
  /* .newarrivals__list-item__detail.detail-style-sidemargin{
    margin-left: calc(20 * (100vw / 750));
    margin-right: calc(20 * (100vw / 750));
    margin-top: calc(8 * (100vw / 750));
  } */
  .ats .newarrivals__list-item__detail--price{
    font-family: var(--yugothic);
    font-size: calc(12 * (100vw / 375));
    margin-top: calc(1 * (100vw / 375));
    line-height: 1;
  }
  .ats .newarrivals__list-item__detail--price-text--sale .price-text--regular{
    display: none;
  }
  .ats .newarrivals__list-item__detail--itemname {
    font-size: calc(12 * (100vw / 375));
    margin-top: calc(3 * (100vw / 375));
    line-height: 1.5;
  }
  /* NEW ARRIVAL & RECOMMEND --------------------------------- */
  .newarrivals__list-ats{
    margin: calc(52 * (100vw / 750)) auto 0;
    gap: calc(20 * (100vw / 375)) calc(9 * (100vw / 375));
  }
  .ats .newarrivals__list-ats .newarrivals__list-item__detail{
    font-size: calc(12* (100vw / 375));
    margin-top: calc(14 * (100vw / 375));
    padding: 0 calc(9 * (100vw / 375));
  }
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--price {margin-top: 0.4rem;}
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--brandname {font-size: calc(24 * (100vw / 750));}
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--itemname {
    margin-top: calc(3 * (100vw / 375));
  }
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--price {
    font-size: calc(12 * (100vw / 375));
    margin-top: calc(2 * (100vw / 375));
  }
  .ats .cardUnit__card-sp-col2-w185{
    width: calc(366 * (100vw / 750));
    margin: 0;
  }
  /* .ats .newarrivals__list-item img{height: calc(441 * (100vw / 750));} */
  /* STYLING MOVIE --------------------------------- */
  .livestreaming-at .crosslive__inner {
    width: 100%;
    margin: calc(40 * (100vw / 750)) auto 0;
    padding: 0 calc(36 * (100vw / 750)) 0;
  }
  /* logo並び --------------------------------- */
  .cardUnit-logo{
    padding: 0 calc(148 * (100vw / 750));
    margin: calc(52 * (100vw / 750)) auto 0;
  }
  .cardUnit-logo .card-logo:first-child{
    width: calc(308 * (100vw / 750));
    /* width: 65.11627%; */
    padding-right: calc(5 * (100vw / 750));
    margin-right:calc(50 * (100vw / 750));
  }
  .cardUnit-logo .card-logo:first-child img{
    width: calc(246 * (100vw / 750));
    display: flex;
  }
  .cardUnit-logo .card-logo{width: calc(93 * (100vw / 750));}
  /* ヒストリー --------------------------------- */
  .c-block-productHistory.c-block-productHistory-ats .productHistory__blkttl{
    font-family: var(--yugothic);
    font-size: calc(15 * (100vw / 375));
    line-height: 1.1333;
  }
  .c-block-productHistory.c-block-productHistory-ats{
    text-align: center;
  }
  /* メルマガ & SNS col3 ----------------------------------- */
  .mailmagazine{
    padding: 0 calc(20 * (100vw / 750));
    margin: 0 auto;
  }
  .infoContents-mail_ats{
    margin-bottom: 0;
  }
  .infoContents-mail_ats.infoContents{border: 1px solid var(--black);}
  .cardUnit__card-sns-col3{
      width: calc(59 * (100vw / 750));
      margin-left: calc(76* (100vw / 750));
  }
  /* カテゴリ ----------------------------------- */
  /* .c-block-categoryList-at {
    width: 100%;
    max-width: 124rem;
    padding: 0 2rem ;
    margin: 0 auto 13rem;
  } */
  .cardUnit-categoryList-at{
    /* margin-top: calc(28 * (100vw / 750)); */
    margin: 0 calc(20 * (100vw / 750)) 6rem;
  }



  /* COORDINATE ------------------------------ */
  .cardUnit-coordinateList li:nth-of-type(n+4) {
    display: none;
  }

  /* 20211022_背景色追加対応 ------------------------------ */
  #categoryList_at {
    margin-bottom: calc(50 * (100vw / 375));
  }


  /* 20211115_小改修 ------------------------------ */
  .cardUnit-featureList.cardUnit_sp-pad10,
  .newarrivals__list-ats,
  .cardUnit-coordinateList,
  .instagram-feed-at,
  .cardUnit-logo {
    margin-top: 0;
  }
  .cardUnit-featureList.cardUnit_sp-pad10{
    margin-bottom: 0;
  }
}


@media only screen and (min-width: 768px) {
  /* ===========================
    * Style of Tablet-view *
  =========================== */
  .bg-lynxwhite {padding: 15rem 0;}
  .button--style--ats{
    width: calc(400 * (100vw / 768));
    max-width: 400px;
    height: calc(50 * (100vw / 768));
    max-height: 50px;
    font-size: calc(13 * (100vw / 768));
    margin: 8rem auto 0;
  }
  .ats .sec-style {
    margin-bottom: 7.6rem;
  }
  .block__ttl_poppins {
    font-size: 2.4rem;
  }
  .sec-style {
    text-align: center;
  }
  .viewall__link-text {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
  .viewall__link-text::after {
    right: -1.2rem;
  }
  #Contents .mainbanner {
    margin-bottom: 8rem;
  }
  #Contents .mainbanner__inner {
    margin: auto;
    max-width: 1374px;
    width: 82vw;
  }
  #Contents .mainbanner__inner .slick-dots {
    bottom: -3rem !important;
  }
  #Contents .mainbanner__slider-slide {
    width: 450px;
    max-width: calc(450 * (100vw / 1200));
    margin: 0 6px;
  }
  .ats .mainbanner .slick-dots{
    position: absolute;
  }
  #Contents .mainbanner__slider::before, #Contents .mainbanner__slider::after {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
  }
  #Contents .mainbanner__slider.isSingle::before, #Contents .mainbanner__slider.isSingle::after {
    content: none;
  }
  #Contents .mainbanner__slider::before {
    left: -100%;
  }
  #Contents .mainbanner__slider::after {
    right: -100%;
  }
  #Contents .mainbanner__slider .slick-arrow {
    z-index: 3;
  }
  #Contents .mainbanner__slider .slick-prev {
    left: -4rem;
  }
  #Contents .mainbanner__slider .slick-next {
    right: -4rem;
  }

  .c-block-categoryList-at {
    width: 100%;
    max-width: 124rem;
    margin: auto;
    padding: 0 2rem;
  }
  .cardUnit-categoryList-at{
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-top: 4.5rem;
  }
  .category-list__text {
    display: block;
    z-index: 2;
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.1875;
    position: static;
  }
  .category-list__text .hidden-phone {
    display: inline;
  }
  .category-list__list {
    width: 100%;
    max-width: 1240px;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .category-list__list-item {
    position: relative;
    height: 14rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  .category-list__list-item .img__wrapper {
    height: 100%;
  }
  .category-list__list li:nth-of-type(1), .category-list__list li:nth-of-type(2) {
    width: 49.7%;
    max-width: 597px;
  }
  .category-list__list li:nth-of-type(3), .category-list__list li:nth-of-type(4), .category-list__list li:nth-of-type(5) {
    width: 33%;
    max-width: 396px;
    margin-top: .6rem;
  }
  .newarrivals {
    width: 100%;
    max-width: 124rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 2rem;
    padding-bottom: 0;
    padding-left: 2rem;
    background-color: var(--white);
  }
  .lookbook__img-wrapper {
    width: 46rem;
    max-width: 460px;
    margin-right: 0;
    margin-left: 0;
  }
  .lookbook-section {
    width: 95.4rem;
    max-width: 954px;
    /* margin-top: 14rem; */
    margin-right: auto;
    /* margin-bottom: 17rem; */
    margin-left: auto;
  }
  .lookbook-section__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .lookbook-section a.lookbook__img-wrapper:first-of-type {
    margin-bottom: 0;
  }
  .brand-section .block__ttl_poppins {
    margin-bottom: 3.4rem;
  }
  #Contents .mainbanner.mainbanner-openTop .slick-dots {
    bottom: 3.6rem;
  }
  #Contents .mainbanner.mainbanner-openTop .slick-dots li button::after {
    content: none;
  }
  #Contents .mainbanner.mainbanner-openTop .slick-dots li.slick-active button::before {
    background-color: var(--white);
  }

  /* NEW ARRIVAL & PICK UP & RECOMMEND ----------------- */
  .ats .newarrivals__list-item5 {
      width: 100%;
      margin-top: 4.5rem;
      margin-right: auto;
      margin-left: auto;
      /* margin-bottom: 4rem; */
      display: grid;
      grid-template-columns: 51.83% repeat(2, minmax(130px, 1fr));
      grid-template-areas:
        "a b c"
        "a d e";
      gap: 2.8rem 1.5rem;

  }
  .ats .newarrivals__list-item5 .items:nth-child(n + 6){display: none;}
  .ats .newarrivals__list-item5 .items{margin: 0;}
  .ats .newarrivals__list-item5 .items.itemNum-1{
      grid-area: a;
      width: 100%;
  }
  .ats .newarrivals__list-item5 .items{
    width: 100%;
  }
  .ats .newarrivals__list-item5 .items.itemNum-2{
      grid-area: b;
  }
  .ats .newarrivals__list-item5 .items.itemNum-3{
      grid-area: c;
  }
  .ats .newarrivals__list-item5 .items.itemNum-4{
      grid-area: d;
  }
  .ats .newarrivals__list-item5 .items.itemNum-5{
      grid-area: e;
  }
  .ats .newarrivals__list-item5 .items img{width: 100%;}
  .ats .newarrivals__list-item__detail{
    font-family: var(--yugothic);
    margin-top: 0.9rem;
  }
  .ats .newarrivals__list-item__detail--itemname{
    letter-spacing: 0.02em;
  }
  .ats .newarrivals__list-item__detail--price{margin-top: 0.6rem;}
  .ats .newarrivals__list-item__detail--brandname {
    font-family: var(--arial);
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 0.2rem;
    line-height: 1.3;
  }
  .ats .items.itemNum-1 .newarrivals__list-item__detail--price {font-size: 1.4rem;}
  .ats .newarrivals__list-item__detail--price {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .ats .arrivals__list-item5{margin-top: 3.4rem;}
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--brandname{
    margin-bottom: 0.3rem;
  }
  .ats .newarrivals__list-ats .newarrivals__list-item__detail--price {margin-top: 0.4rem;}

  .newarrivals__list-ats.newarrivals__list {
    width: 100%;
    max-width: 120rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2rem;
    margin-top: 4.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
    padding: 0;
  }
  .newarrivals__list-ats.newarrivals__list .newarrivals__list-item {
    margin: 0;
  }
  .newarrivals__list-ats.newarrivals__list .newarrivals__list-item:nth-child(4) {margin: 0}
  /* STYLING MOVIE --------------------------------- */
  .livestreaming-at .crosslive__inner {
    margin: 4.2rem auto 0;
    max-width: 124rem;
    width: 100%;
    padding: 0 2rem;
}
  /* logo並び --------------------------------- */
  .cardUnit-logo{
    max-width: 43rem;
    margin-top: 4.5rem;
  }
  .cardUnit-logo .card-logo:first-child{
    max-width:28rem;
    /* width: 65.11627%; */
    padding-right: 16.27906%;
    margin-right:16.27906%;
  }
  .cardUnit-logo .card-logo:first-child img{max-width: 20.8rem;}
  .cardUnit-logo .card-logo{max-width:7.9rem;}

  /* ヒストリー --------------------------------- */
  .c-block-productHistory.c-block-productHistory-ats{
    text-align: center;
  }
  .c-block-productHistory #productHistory .productHistory__blkttl{
    font-family: var(--yugothic);
    font-size: 1.8rem;
  }

  /* メルマガ & SNS col3 -------------------------- */
  .infoContents-mail_ats{
    max-width: 43rem;
    width: 100%;
    margin: 0 auto;
  }
  .infoContents-mail_ats .infoContents-mail_wrap{
    padding: 3.5rem 0;
  }
  .infoContents-mail_ats.infoContents{border: 1px solid var(--black);}
  .c-block-sns-col3{
    max-width: 21.1rem;
    margin: 0 auto;
  }
  .cardUnit__card-sns-col3{
    width: 18.00947%;
    margin-left: 22.74881%;
  }

  /* ATSURO用 カテゴリエリアスタイル */
  /* 1枚目横長用 */
  /* .cardUnit__card-pc-col2-col3,
  .cardUnit__card-pc-col2-col2 {
      margin: 0 0 0.5% 0.5%;
      max-width: 59.7rem;
      width: 49.75%;
  } */

  .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;
    width: 100%;
    height: 14rem;
  }

  /* 1枚目横長用 */
  /* .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;} */

  .cardUnit__card-sp-col1-col2-col2:first-child {
    max-width: 100%;
    width: 100%;
  }

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


  /* 20211115_小改修 ------------------------------ */
  .block__ttl--oswald {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .category-list__text {
    font-size: 2rem;
  }
  .button--style--ats {
    font-size: 1.8rem;
    letter-spacing: .05em;
  }
  #Wrap .cardUnit,
  .ats .newarrivals__list-item5,
  .newarrivals__list-ats.newarrivals__list,
  .instagram-feed-at {
    margin-top: 0;
  }

  /* 背景色のあるエリア用スタイル */
  .ats .sec-style__bg-wrapper {
    padding-top: 7.6rem;
    padding-bottom: 7.6rem;
  }
}

@media only screen and (min-width: 980px) {
  /* ===========================
    * Style of PC-view *
  =========================== */
  /* .button--style--ats{
    font-size: 13px;
  } */
  .category-list__list {
    width: 124rem;
  }
  .category-list__list li:nth-of-type(1), .category-list__list li:nth-of-type(2) {
    width: 59.7rem;
  }
  .category-list__list li:nth-of-type(3), .category-list__list li:nth-of-type(4), .category-list__list li:nth-of-type(5) {
    width: 39.6rem;
  }
}
