@charset "UTF-8";



/*

==========================================================================



*   商品一覧 / Productlist.css

?   作成者：マイルス

?   更新日：12/03/2021

?   基本的に書き方はS〜mediaquery(M・L　スクリーン)　



?   media querys Sのみ: (max-width: 767)

?   media querys M~Lのみ: (min-width: 768)

?   media querys Lのみ: (min-width: 1140)

========================================================================== 

*/



/*

==========================================================================

    リセットCSS・QOL

========================================================================== 

*/

#ProductList div img {

  width: 100%;

}

#Wrap_lower.onlyDefault {

  margin: 0;

}



#ProductList a {

  transition: opacity 350ms ease;

}

#ProductList a:hover {

  transition: opacity 350ms ease;

  opacity: var(--hover-opacity);

}

.bnbfix {

  height: calc(100vh - 1px);

}

.modal__open {

  width: 100% !important;

}

/*

==========================================================================

?   ベースコンテンツ

========================================================================== 

*/



#breadcrumbs {

  /* max-width: 1140px; */

  /* margin: 0 auto; */

}



.product-list__container--left-nav {

  display: flex;

  justify-content: center;

}



.product-list__left-navigation {

  width: 22rem;

}



.product-list__wrapper {

  width: 120rem;

  max-width: 1200px;

  margin: 0;

}

.sectionProductList__categoryHtml-inner {

  margin-bottom: 6rem;

}

.sectionProductList__categoryHtml-inner picture {

  display: block;

  margin-bottom: 3rem;

}

.sectionProductList__categoryHtml-inner .lead_txt{ 

  line-height: 2;

  font-size: 1.5rem;

  letter-spacing: .1em;

}

.product-list__item-list {

  display: -ms-grid;

  display: grid;

  -ms-grid-columns: repeat(4, 1fr);

  grid-template-columns: repeat(4, 1fr);

  gap: 1.8rem 1.5rem;

}

.sectionProductList__categoryHtml-txt .btn__txt.more {

  display: none;

}

.product-list__item {

  width: 100%;

  -ms-grid-column-span: 2;

  grid-column: span 2;

}



.icon {

  pointer-events: none;

  font-size: 1.2rem;

  font-weight: var(--fw-bold);

  line-height: 1;

  padding: 0.6rem .8rem;

  max-width: 9.2rem;

  text-align: center;

  letter-spacing: 0;

}



.icon01 {

  position: absolute;

  bottom: 0;

  width: 100%;

  max-width: 100%;

  background-color: #A38181;

  mix-blend-mode: multiply;

  border: none;

  height: 3rem;

}

.icon01-txt {

  position: absolute;

  bottom: 0;

  width: 100%;

  max-width: 100%;

  border: none;

  padding: 0.9rem 0 0.8rem;

  font-size: 1.3rem;

  font-weight: var(--fw-bold);

  letter-spacing: .2em;

  height: 3rem;

  text-align: center;

  color: #fff;

}



#Contents {

  background-color: var(--color-Bg-Primary);

  margin: 0;

  padding: 0 0 11.5rem;

}



.product-list__ttl--txt {

    position: sticky;

    top: 13rem;

    height: 44rem;

    margin: 0 auto;

    font-size: 3rem;

    letter-spacing: .2em;

    writing-mode: vertical-rl;

    line-height: 1.7;

}

.product-list__ttl--txt span{

    position: relative;

    min-width: 5rem;

    display: flex;

    padding-top: 6rem;

    width: 100%;

    margin: 0 auto;

    font-weight: var(--fw-normal);

}

.product-list__ttl--txt span::before{

    content:"";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 5rem;

    height: 4rem;

    background: url(../Contents/ImagesPkg/common/ttl_point.svg) center center / cover no-repeat;

}



.product-list__ttl.vertical {

    width: 15rem;

    margin: 0 auto;

}



.product-list__search {

    display: flex;

    justify-content: flex-end;

    gap: 1rem;

}

  .product-list__top-area {

      border-bottom: 1px solid #DBD6B9;

      display: flex;

      justify-content: space-between;

      padding-bottom: 3.5rem;

      margin-bottom: 3.8rem;

      position: relative;

      /* flex-wrap: wrap; */

  }

  .product-list__top-area:before {

      content: "";

      position: absolute;

      display: block;

      width: 100%;

      border-top: 1px solid #DBD6B9;

      bottom: 0.3rem;

      left: 0;

  }

  .product-list__list-contents {

    border-bottom: 1px solid #DBD6B9;

    display: flex;

    justify-content: space-between;

    padding-bottom: 6rem;

    position: relative;

  }

  .product-list__list-contents:before {

    content: "";

    position: absolute;

    display: block;

    width: 100%;

    border-top: 1px solid #DBD6B9;

    bottom: 0.3rem;

    left: 0;

  }





/*

*    mid ~ large devices

*========================================================================== 

*/

@media (min-width: 769px) {

    .product-list__container {

    max-width: 1400px;

    width: 140rem;

    margin: 0 auto;

    display: flex;

    padding-top: 3.5rem;

    justify-content: space-between;

  }

  

  .product-list__top-area {

      display: flex;

      justify-content: space-between;

  }





  #breadcrumbs {

    /* padding: 2rem 0 4rem 0; */

  }





  #breadcrumb ul li {

    font-size: 1.1rem;

  }



  .small-screen-only {

    display: none !important;

  }

  .product-list__wrapper--left-nav {

    width: 100%;

    max-width: 855px;

    margin: 0 0 10rem 6.4rem;

  }



  .product-list__item-list {

    gap: 7rem 4.6rem;

  }

  .product-list__item {

    -ms-grid-column-span: 1;

    grid-column: span 1;

    width: 26.5rem;

  }

}



@media screen and (min-width: 769px) and (max-width: 1024px) {

  #Contents{

    padding: 0 5rem;

    padding: 3.5rem 0 11.5rem;

  }

}

@media (max-width: 768px) {

  #Contents{

    padding: 0;

  }

}





/*

*    tablet portrait mode

?    makes productlist grid 3 column for sizing 

*========================================================================== 

*/



@media screen and (min-width: 769px) and (max-width: 1024px) {

  .product-list__wrapper--left-nav .product-list__item-list {

    grid-template-columns: repeat(3, 1fr);

  }

}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {

  .product-list__wrapper--left-nav .product-list__item-list {

    grid-template-columns: repeat(3, 1fr);

  }

}



/*

*   large devices

*========================================================================== 

*/



@media (min-width: 1280px) {

  #Contents {

    padding: 0 0 11.5rem;

    background-color: var(--color-Bg-Primary);

  }

}



/*

*    Small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  .small-screen-only {

    display: block;

  }



  .large-screen-only {

    display: none !important;

  }

  #breadcrumbs {

    padding: 1rem 0 1rem 0.8rem;

    font-size: 1rem;

  }



  .product-list__item-list {

    margin: 0;

  }



  .product-list__wrapper {

    margin: 0 auto 8rem;

    width: 100%;

  }

  .sectionProductList__categoryHtml-inner {

    margin-bottom: 3rem;

  }

  .sectionProductList__categoryHtml-inner picture {

    width: calc(100% + 3rem);

    transform: translateX(-1.5rem);

  }

  .sectionProductList__categoryHtml-txt {

    position: relative;

}

  .sectionProductList__categoryHtml-inner .lead_txt{

    font-size: 1.4rem;

    height: 20rem;

    overflow: hidden;

  }

  .sectionProductList__categoryHtml-txt .btn__txt.more {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 10rem;

    padding-top: 20rem;

    text-align: center;

    line-height: 8rem;

    background: linear-gradient(180deg, rgba(253,252,240,0) 0%, rgba(253,252,240,1) 70%);

    cursor: pointer;

    transition: bottom 0.2s;

    margin: 0;

    display: block;

  }

  .sectionProductList__categoryHtml-txt .btn__txt.more a {

    display: block;

    width: max-content;

    bottom: 3rem;

    margin: 0 auto;    

  }

}



/*

==========================================================================

    商品一覧トップエリア

========================================================================== 

*/



.product-list__top-area .pagerWrap .list-pager {

  display: none;

}



.category--title {

  font-size: var(--title-l);

  font-weight: 400;

  /* position: absolute; */

}

.category--item-count {

  display: flex;

  align-items: flex-end;

  font-size: var(--title-s);

}



.category--item-count .pagerWrap {

  margin-left: 3rem;

}

.category--item-count .pagerWrap .next,

.category--item-count .pagerWrap .prev{

  display: none;

}

.category--item-count .prev,

.category--item-count.next {

  width: 3rem;

  height: 3rem;

}



@media (min-width: 769px) {

  .product-list__category-wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

    /* border-bottom: 1px solid var(--color-very-light-grey); */

  }



  .product-list__category-wrap {

    /* padding-bottom: 1.9rem; */

  }



  .category--title {

    font-size: var(--title-xl);

  }



  .category--item-count {

    font-size: var(--text-l);

  }

}

/*

*    Small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  .product-list__container {

  margin: 0 auto;

  padding: 3.5rem 1.5rem 0;

}

  .product-list__category-wrap {

    width: 100%;

  }



  .category--title {

    padding-bottom: 1rem;

    margin-bottom: 2rem;

    border-bottom: 1px solid var(--color-very-light-grey);

  }



  .product-list__category-wrap .pagerWrap {

    display: none;

  }

  .product-list__ttl--txt span {

    justify-content: center;

    padding-top: 4rem;

}

  .product-list__ttl--txt span::before {

    transform: translateX(-0.1em);

  }

  .product-list__ttl.vertical {

    width: auto;   

  }

    .product-list__ttl--txt {

      writing-mode: unset;

      padding : 0 1.5rem;

      text-align: center;

      height: auto;

      margin-bottom: 3rem;

      line-height: 1.5;

      width: calc(100% - 3rem);

      text-indent: .2em;

  }

  .category--item-count {

  display: flex;

  font-size: 1.4rem;

  justify-content: center;

  letter-spacing: .08em;

  margin-bottom: 2rem;

}



  .category--item-count .pagerWrap {

    margin-left: 3rem;

  }

  .category--item-count .pagerWrap .next {

    display: none;

  }

  .category--item-count .prev,

  .category--item-count.next {

    width: 3rem;

    height: 3rem;

  }

  .product-list__search {

      display: flex;

      justify-content: space-between;

      width: 100%;

  }

  .product-list__top-area {

      padding-top: 3rem;

      flex-wrap: wrap;

      border-top: 1px solid #DBD6B9;

      border-bottom: none;

  }

    .product-list__top-area:before {

      content: "";

      position: absolute;

      display: block;

      width: 100%;

      border-top: 1px solid #DBD6B9;

      top: 0.3rem;

      bottom: auto;

      left: 0;

  }

}



/*

==========================================================================

    商品アイコン・SOLDOUTなど

========================================================================== 

*/



.cIcon__block {

  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

  justify-content: center;

}



.soldout__wrap {

  position: absolute;

  inset: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: rgb(180 180 180 / 85%);

  z-index: 0;

  writing-mode: vertical-rl;

  mix-blend-mode: multiply;

}

.item__soldout {

  color: var(--color-white);

  position: absolute;

  inset: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  writing-mode: vertical-rl;

  font-size: 2rem;

  letter-spacing: .4em;

}

@media (max-width: 768px) {

  .cIcon__block {

    justify-content: space-between;

  }

  .icon {

    width: 8rem;

    padding: 0.4rem 0 0.5rem;

  }

} 



/*

==========================================================================

?   商品画像エリア

========================================================================== 

*/

.item__image {

  position: relative;
  margin-bottom: 1rem;
	
	

}

.item__image::before{
 content: "";
	display: block;
	padding-top: 100%;
	
	

}

.item__image a{

  display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

.item__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}


/* 画像のサイズが決まっている場合 */

.item__image.fixed {

  --aspect-ratio: 36rem;

  position: relative;

  padding-bottom: var(--aspect-ratio);

  overflow: hidden;

  margin-bottom: 1rem;

}

.item__image.fixed img.fixed {

  object-fit: contain;

  object-position: bottom;

  background-color: #fff;

  width: 100%;

  height: 100%;

  margin: 0 auto;

  position: absolute;

  inset: 0;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 0;

}



/*

==========================================================================

?   商品情報

========================================================================== 

*/

.detail__name {

  font-size: 1.7rem;

  letter-spacing: 0.15em;

  margin-bottom: 1rem;

}



.detail__caption {

  font-size: var(--text-l);

  letter-spacing: 0.02em;

  margin-bottom: 1rem;

}



/*

*    商品価格

?    general.cssから商品価格設定使用

*========================================================================== 

*/



/* 定期価格表示 */

#ProductList .detail__price--teiki ~ .detail__price-contents {

  display: none;

}



#ProductList .detail__price--old-price {

  padding-left: 1.2rem;

}



.teiki__icon--special {

  border-color: #7c7c7c;

  color: #7c7c7c;

}



/*

*    mid-size ~ large devices 

*========================================================================== 

*/

@media (min-width: 769px) {

  #ProductList .detail__price--old-price {

    display: block;

    padding-left: 1.5rem;

  }

}



/*

==========================================================================

    絞り込み、ソートボックス設定

========================================================================== 

*/



/*

*    SORTBOX

*========================================================================== 

*/



#product-list__display-settings {

  display: flex;

  align-items: center;

  text-align: center;

  border: 1px solid #ddd;

  border-radius: 0.2rem;

  width: 20rem;

  font-size: 1.4rem;

  letter-spacing: .1em;

  height: 4rem;

}



.display-settings__btn {

  position: relative;

  cursor: pointer;

  height: 100%;

}

.display-settings__btn .title {

  display: flex;

  pointer-events: none; /* Event listner のため */

  justify-content: center;

  align-items: center;

  /* text-align: left; */

  padding-left: 4.5rem;

  position: relative;

  padding-right: 1rem;

  height: 100%;

}



/* SORTBOX プルダウンのアロー */

.display-settings__btn .title:before {

  content: "";

  display: block;

  background-size: contain;

  background-repeat: no-repeat;

  width: 2rem;

  height: 2rem;

  margin-left: 1rem;

  position: absolute;

  margin: auto;

  left: 1.5rem;

  top: 0;

  bottom: 0;

}



.display-settings__category {

  justify-content: center;

  background-color: #7c7c7c;

  color: #fff;

}



.display-settings__btn .display-settings__pulldown {

  display: none;

  left: -1px;

  z-index: var(--zindex-drawer);

  margin-top: 0 !important;

  position: absolute;

  z-index: 1;

  width: calc(100% + 2px);

  background: var(--color-white);

  border-radius: 0.4em;

  overflow: hidden;

  /* box-shadow: 4.8px 6px 2.8px -3px rgba(0, 0, 0, 0.018), 9.5px 12px 7.6px -3px rgba(0, 0, 0, 0.028),

    14.7px 18.5px 16.8px -3px rgba(0, 0, 0, 0.036), 20.8px 26.2px 31.8px -3px rgba(0, 0, 0, 0.042),

    28.3px 35.7px 48.5px -3px rgba(0, 0, 0, 0.047), 38px 48px 64px -3px rgba(0, 0, 0, 0.05); */

  border: 1px solid #ddd;

  border-radius: 0.2rem;

  border-top: none;

}



.display-settings__pulldown li a {

  display: block;

  height: 4rem;

  padding-left: 2rem;

  display: flex;

  align-items: center;

}

.display-settings__pulldown li.active {

  background-color: var(--color-very-light-grey);

}

.display-settings__pulldown li.active {

  height: 4.4rem;

  padding-left: 2rem;

  display: flex;

  font-weight: bold;

  font-weight: 600;

  align-items: center;

  background-color: var(--color-very-light-grey);

}

  .product-list__sort-area {

    margin: 0;

    /* width: 20rem; */

    background-color: #fff;

    /* border: 1px solid #ddd; */

    /* border-radius: .2rem; */

  }

.btn__advancedsearch-popup {

  display: flex;

  align-items: center;

  text-align: center;

  border: 1px solid #000;

  border-radius: 0.2rem;

  width: calc(50% - 0.5rem);

  background: #000;

  color: #fff;

  height: auto;

  width: 20rem;

  font-size: 1.6rem;

  letter-spacing: .1em;

  padding: 1.2rem 0;

  height: 4rem;

  position: relative;

  text-align: center;

  justify-content: center;

}

.btn__advancedsearch-popup::before {

  content: "";

  display: block;

  background-size: contain;

  background-repeat: no-repeat;

  width: 2rem;

  height: 2rem;

  margin-left: 1rem;

  position: absolute;

  margin: auto;

  left: 1.5rem;

  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%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(-10%20-5)%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(10%205)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%20%3Cg%20id%3D%22%E3%83%95%E3%82%A3%E3%83%AB%E3%82%BF%E3%83%BC%22%20transform%3D%22translate(-4134.918%20-1392.921)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A%22%20x2%3D%229.858%22%20transform%3D%22translate(4152.988%201401.855)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-2%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%223.173%22%20transform%3D%22translate(4146.988%201401.855)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-3%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%224.555%22%20transform%3D%22translate(4158.293%201407.955)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-4%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%228.594%22%20transform%3D%22translate(4146.988%201407.955)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-5%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%229.858%22%20transform%3D%22translate(4152.988%201413.697)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-6%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%223.173%22%20transform%3D%22translate(4146.988%201413.697)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(4155.583%201406.6)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2-2%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(4150.161%201400.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2-3%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(4150.161%201412.341)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

}

/*

*    mid-size ~ large devices 

*========================================================================== 

*/

@media (min-width: 769px) {

  .display-settings__btn {

    /* padding-left: 4.5rem; */

    width: 100%;

  }



  .display-settings__pulldown.open {

    display: block !important;

  }



  .display-settings__btn .title > span:not(.hidden-small) {

    font-weight: bold;

    font-weight: 600;

    width: 100%;

    text-align: left;

  }



  .display-settings__btn + .display-settings__btn {

    margin-left: 4rem;

  }

}



/*

*    small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  .product-list__sort-area {

    /* margin: 2rem 1.4rem 3rem; */

    width: calc(50% - 0.5rem);

  }



  .display-settings__btn {

    font-size: 1.4rem;

    width: 100%;

    letter-spacing: 0;

  }



  .display-settings__btn .display-settings__pulldown {

    top: 3.8rem;

    margin-top: 2.5rem;

  }

  .display-settings__pulldown li.active {

    height: 4rem;

    padding-left: 2rem;

    display: flex;

    align-items: center;

    background-color: var(--color-very-light-grey);

}



  .display-settings__btn .title {

    justify-content: space-between;

    width: 100%;

  }

   .display-settings__btn .title span {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }



  #product-list__display-settings {

    justify-content: space-between;

    width: 100%;

  }

  .btn__advancedsearch-popup {

  width: calc(50% - 0.5rem);

  font-size: 1.5rem;

  letter-spacing: .15em;

  padding: 1.2rem 0;

  }

}



/*

==========================================================================

    MODAL 設定

========================================================================== 

*/

.modal-closed {

  display: none;

}



.modal__wrap {

  position: fixed;

  inset: 0;

  z-index: 1000;

  overflow: hidden;

}



.modal__background {

  background: rgba(0, 0, 0, 0.6);

  position: absolute;

  inset: 0;

  z-index: var(--zindex-behind);

}

.modal__contents {

  position: absolute;

  inset: 0;

}



.modal__contents .categoryList {

  background-color: #fff;

  width: 34.5rem;

}



/* browser normalizer */

.dvProductAdvancedSearch input[type="radio"] {

  position: fixed;

  left: -999em;

}



/*

==========================================================================

    CATEGORY / advanced search MODAL General settings

========================================================================== 

*/



.categoryList {

  border-radius: 0.4em;

  overflow-x: hidden;

  overflow-y: scroll;

}



.categoryList .category-list__title-area {

  position: sticky;

  top: 0;

  z-index: 2;

}

.category-list__title-area {

  display: flex;

  padding: 0 1rem;

  align-items: center;

  justify-content: center;

}



.dvProductAdvancedSearch.popup .category-list__title-area {

  height: fit-content;

  position: sticky;

  top: 0;

  z-index: var(--zindex-header);

  padding: 6rem 0 0;

}

.dvProductAdvancedSearch.left-navi .category-list__title-area {

  justify-content: flex-start;

  position: relative;

}



.category-list__title {

  font-size: 1.6rem;

}

.category-list__title-area .advanced-search__ttl {

  width: 14rem;

  max-width: 140px;

  text-align: left;

  -webkit-writing-mode: vertical-rl;

  -ms-writing-mode: tb-rl;

  writing-mode: vertical-rl;

}

.category-list__title-area .advanced-search__ttl .advanced-search__ttl--txt {

  display: flex;

  flex-direction: column;

  width: 100%;

  height: fit-content;

  justify-content: center;

  font-weight: var(--fw-normal);

}

.category-list__title-area .advanced-search__ttl .fs_ttlmain {

  font-size: 3rem;

  letter-spacing: .2em;

  padding-left: 2rem;

  line-height: 1.7;

}

.category-list__title-area .advanced-search__ttl .fs_ttlsub {

  font-size: 1.3rem;

  letter-spacing: .2em;

  color: var(--color-Txt-Tertiary);

  margin-left: .5rem;

  text-indent: 0.2em;

}



.category-list__close {

  font-size: 1.5rem;

  cursor: pointer;

  color: #ffffff;

  display: flex;

  align-items: center;

  position: absolute;

  left: 0px;

  top: 0;

  width: 8rem;

  height: 7.5rem;

  background-color: #868222;

  justify-content: center;

  z-index: 2;

}

.category-list__close:before {

  /* content: ""; */

  display: block;

  background-color: var(--color-blue);

  background-repeat: no-repeat;

  background-size: contain;

  height: 1.5rem;

  width: 1.5rem;

}



.category__main.open > .category__main--title {

  background-color: var(--color-white-grey);

}



.category__main--title {

  cursor: pointer;

  height: 3.4rem;

  padding: 0 1rem;

  transition: background-color var(--transition-default);

  display: flex;

  width: 100%;

  justify-content: space-between;

  align-items: center;

}



.accordian__indicator {

  position: relative;

}



.accordian__indicator:before,

.accordian__indicator:after {

  content: "";

  position: absolute;

  top: 40%;

  right: 0;

  margin: 0 0 -8px;

  background: #707070;

}

.accordian__indicator:before {

  right: 0.8rem;

  width: 0.1rem;

  height: 1.4rem;

  transition: transform 350ms ease;

  margin-top: -0.75rem;

  background: #707070;

}

.accordian__indicator:after {

  right: 0.1rem;

  width: 1.4rem;

  height: 0.1rem;

  margin-top: -0.15rem;

  background: #707070;

}

.accordian__indicator.open:before {

  transform: rotate(-90deg);

}



.category__sub {

  display: none;

}



.category__sub li {

  /* height: 3.4rem; */

}



.category__sub a {

  padding: 1rem 1.5rem 1rem 2.5rem;

  display: inline-block;

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  height: 4rem;

}



/* 必要に応じて調整してください。 */



.category__sub._02 > li a{

  padding: 1rem 1.5rem 1rem 3.5rem;

}



.category__sub._03 > li a{

  padding: 1rem 1.5rem 1rem 4.5rem;

}



/*

*    mid ~ large devices

*========================================================================== 

*/

@media (min-width: 769px) {

  .categoryList {

    padding-bottom: 4.5rem;

    margin-bottom: 5.5rem;

    border-bottom: 1px solid var(--color-very-light-grey);

    overflow-y: hidden;

  }



  .categoryList__left-navi .category-list__title-area {

    margin-bottom: 1.5rem;

    justify-content: flex-start;

  }

}



/*

*    small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  .categoryList {

    position: absolute;

    height: 90vh;

    max-height: 49.7rem;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.037), 0px 0px 5.3px rgba(0, 0, 0, 0.053), 0px 0px 10px rgba(0, 0, 0, 0.065),

      0px 0px 17.9px rgba(0, 0, 0, 0.077), 0px 0px 33.4px rgba(0, 0, 0, 0.093), 0px 0px 80px rgba(0, 0, 0, 0.13);

  }



  .category-list__title-area {

    height: 6rem;

    justify-content: center;

  }



  .category__main--title {

    height: 5rem;

    transition: background-color var(--transition-default);

    padding: 0 1.5rem 0 2.5rem;

    display: flex;

    width: 100%;

    justify-content: space-between;

    align-items: center;

    border-bottom: 1px solid var(--color-very-light-grey);

  }



  .category-list__title {

    font-size: 1.5rem;

  }

  .dvProductAdvancedSearch.popup .category-list__title-area {

  padding: 3rem 0 4rem 2.5rem;

  justify-content: flex-start;

  background-color: var(--color-Bg-Primary);

}



  .category-list__title-area .advanced-search__ttl {

    width: max-content;

    max-width: max-content;

    text-align: left;

    writing-mode: initial;

  }

  .category-list__title-area .advanced-search__ttl .advanced-search__ttl--txt {

    display: flex;

    flex-direction: column;

    width: 100%;

    height: fit-content;

    justify-content: center;

    font-weight: var(--fw-medium);

  }

  .category-list__title-area .advanced-search__ttl .fs_ttlmain {

    font-size: 2.4rem;

    letter-spacing: .2em;

    padding-left: 0;

    line-height: 1.7;

  }

  .category-list__title-area .advanced-search__ttl .fs_ttlsub {

    font-size: 1.8rem;

    letter-spacing: .2em;

    color: var(--color-Txt-Tertiary);

    margin-left: 0;

    text-indent: 0.1em;

  }

  

  .category-list__close {

    font-size: 1.5rem;

    cursor: pointer;

    color: #ffffff;

    display: flex;

    align-items: center;

    position: absolute;

    right: 1.5rem;

    left: auto;

    top: 1.5rem;

    width: 5rem;

    height: 5rem;

    background-color: #868222;

    justify-content: center;

    z-index: 10;

  }

  

  .category__sub li {

    /* height: 4rem; */

    border-bottom: 1px solid var(--color-very-light-grey);

  }



  .category__sub li > .category__sub > li:first-child{

    border-top: 1px solid var(--color-very-light-grey);

  }



  .category__sub li > .category__sub > li:last-child{

    border-bottom: 0;

  }

  

  .category__sub li > .category__sub > li > a{

    padding: 1rem 1.5rem 1rem 3.5rem;

  }



  .accordian__indicator:before {

    right: 8px;

    width: 2px;

    height: 15px;

    margin-top: -7.5px;

  }

  .accordian__indicator:after {

    right: 0.1rem;

    width: 1.6rem;

    height: 0.2rem;

    margin-top: -1.5px;

  }

}



/*

==========================================================================

    絞り込みボタン

========================================================================== 

*/

.btn__advancedsearch-popup {

  cursor: pointer;

}



/*

*    mid ~ large devices 

*========================================================================== 

*/

@media (min-width: 769px) {

  .btn__advancedsearch-popup {

    transition: opacity var(--transition-default), height var(--transition-default);

  }

  .btn__advancedsearch-popup.fxd {

  }

  .btn__advancedsearch-popup.fxd {

    /* position: fixed; */

    width: 20rem;

    border: 1px solid var(--color-Txt-Primary);

    border-radius: 0.2rem;

    background-color: var(--color-Txt-Primary);

    color: #fff;

    text-align: center;

  }



  #ProductList .product-list__wrapper--left-nav .btn__advancedsearch-popup {

    display: none;

  }

}



/*

==========================================================================

    商品パーツ（ランキング、ヒストリーなど）

========================================================================== 

*/



.product__parts {

  width: 100%;

  max-width: 1140px;

  margin: 0 auto 10rem;

}



.parts__title {

  font-size: 1.6rem;

  font-weight: 400;

  margin-bottom: 2rem;

}



.product__parts .list-item__wrapper {

  display: -ms-grid;

  display: grid;

  grid-auto-flow: column;

  grid-template-columns: repeat(auto-fit, 17.4rem);

  gap: 0 2rem;

}



.product__parts .list-item__item {

  width: 100%;

  max-width: 17.4rem;

}

.product__parts .list-item__item:nth-child(n + 7) {

  display: none;

}



/* オフ率とセール前価格表示直し */

.product__parts .price-teiki--first-time {

  text-align: left;

}



@media (max-width: 768px) {

  .product__parts .priceAfter + .detail__price--tax {

    padding-left: 0;

  }

}



/*

*    small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  .product__parts {

    overflow-x: hidden;

    margin: 0 auto 6rem;

  }

  .parts__title {

    padding-left: 0.5rem;

  }

  .product__parts .list__parts {

    overflow-x: scroll;

  }

  .product__parts .list-item__wrapper {

    width: max-content;

    padding: 0 0.5rem 5rem;

    grid-template-columns: repeat(auto-fit, 14.8rem);

  }



  .product__parts .list-item__item {

    width: 14.8rem;

  }

}



/*

==========================================================================

?    pagination

========================================================================== 

*/

.block-pager {

  display: flex;

  align-items: center;

  /* display: none; */

}



.prev,

.next {

  position: relative;

}



.prev a,

.next a {

  position: absolute;

  inset: 0;

}



/* PAGINATION */

#pagination.below {

  margin-top: 6rem;

}



#pagination.below .pager {

  padding: 0;

  border: 0;

}



#pagination.below .pager .list-pager {

  display: flex;

  align-items: center;

  margin: 0;

  justify-content: center;

}



#pagination.below .pager .list-pager li {

  display: inline-block;

  font-size: 1.6rem;

  margin: 0;

  line-height: 1.9;

  color: var(--color-Txt-Primary);

  font-weight: var(--fw-medium);

}



#pagination.below .pager .list-pager li.active {

  color: var(--color-Txt-Tertiary);

  display: block;

  width: 4rem;

}



#pagination.below .pager .list-pager li a {display: block;width: 4rem;}



.block-pager .next,

.block-pager .prev {

  background-repeat: no-repeat;

  background-size: contain;

  height: 4rem;

  width: 5.3rem;

  /* margin-right: 1rem; */

}



/*

*    small devices 

*========================================================================== 

*/

@media (max-width: 768px) {

  #pagination.below {

    margin-top: 6.5rem;

  }



  #pagination.below .pager .list-pager li {

    font-size: 1.8rem;

    margin: 0 0.5rem;

    max-width: 3rem;

    width: fit-content;

  }



  #pagination.below .pager .list-pager li.active {

  }

  #pagination.below .pager .list-pager {

    margin: 0 1.2rem;

    width: 25.7rem;

    font-family: var(--font-en);

    font-weight: var(--fw-medium);

  }

  #pagination.below .pager .list-pager li a {

    width: max-content;

  }



  .block-pager .next,

  .block-pager .prev {

    height: 3.5rem;

    width: 3.5rem;

  }

}



/*

==========================================================================

?   svgアイコンの設定

========================================================================== 

*/

/* SORTBOX プルダウンのアロー */

.display-settings__btn .title:before {

  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(67)%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(-67)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%20%3Cg%20id%3D%22%E3%82%BD%E3%83%BC%E3%83%88%22%20transform%3D%22translate(-65.82%204.106)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A%22%20x1%3D%2210.787%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-2%22%20data-name%3D%22%E7%B7%9A%22%20x1%3D%228.936%22%20transform%3D%22translate(0%203.955)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-3%22%20data-name%3D%22%E7%B7%9A%22%20x1%3D%226.831%22%20transform%3D%22translate(0%207.91)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-4%22%20data-name%3D%22%E7%B7%9A%22%20x1%3D%225.393%22%20transform%3D%22translate(0%2011.865)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A-5%22%20data-name%3D%22%E7%B7%9A%22%20x2%3D%2212.285%22%20transform%3D%22translate(15.15%2012.285)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9%22%20d%3D%22M2.669%2C0%2C0%2C2.669%2C2.669%2C5.339%22%20transform%3D%22translate(12.481%2012.285)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%2329201a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

}



.block-pager .prev {

  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240.375%22%20viewBox%3D%220%200%2040%2040.375%22%3E%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(-2)%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(2)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%20%3Cg%20id%3D%22_2%22%20data-name%3D%22%26gt%3B%22%20transform%3D%22translate(6%206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(-4%20-5.625)%22%20fill%3D%22none%22%20stroke%3D%22%23b2a24d%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22_3%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M.07%2C5.147%2C7.843%2C9.986c.118.073.214-.153.12-.281C7.16%2C8.61%2C5.3%2C6.434%2C5.3%2C4.991%2C5.3%2C3.477%2C7.127%2C1.373%2C7.934.3c.1-.127%2C0-.355-.12-.281L.07%2C4.835a.21.21%2C0%2C0%2C0%2C0%2C.313%22%20transform%3D%22translate(11%209)%22%20fill%3D%22%23b2a24d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

}



.block-pager .next {

  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240.375%22%20viewBox%3D%220%200%2040%2040.375%22%3E%20%3Cg%20id%3D%22_%22%20data-name%3D%22%26lt%3B%22%20transform%3D%22translate(42)%22%3E%20%3Crect%20id%3D%22bg%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(-42)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%20%3Cg%20id%3D%22_2%22%20data-name%3D%22%26gt%3B%22%20transform%3D%22translate(-42%200.375)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20fill%3D%22none%22%20stroke%3D%22%23b2a24d%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22_3%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M7.931%2C5.147.158%2C9.986c-.118.073-.214-.153-.12-.281C.84%2C8.61%2C2.7%2C6.434%2C2.7%2C4.991%2C2.7%2C3.477.874%2C1.373.067.3c-.1-.127%2C0-.355.12-.281L7.931%2C4.835a.21.21%2C0%2C0%2C1%2C0%2C.313%22%20transform%3D%22translate(16.999%2014.625)%22%20fill%3D%22%23b2a24d%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

}



.category-list__close:before {

  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cg%20id%3D%22icon_double_caret%22%20data-name%3D%22icon%2Fdouble%20caret%22%20transform%3D%22translate(15)%20rotate(90)%22%3E%20%3Crect%20id%3D%22base%22%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22select%22%20d%3D%22M3886.877%2C524.493l4.389%2C4.371%2C4.223-4.371%22%20transform%3D%22translate(-3883.877%20-519.493)%22%20fill%3D%22none%22%20stroke%3D%22%2358b8e2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");

  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cg%20id%3D%22icon_double_caret%22%20data-name%3D%22icon%2Fdouble%20caret%22%20transform%3D%22translate(15)%20rotate(90)%22%3E%20%3Crect%20id%3D%22base%22%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22select%22%20d%3D%22M3886.877%2C524.493l4.389%2C4.371%2C4.223-4.371%22%20transform%3D%22translate(-3883.877%20-519.493)%22%20fill%3D%22none%22%20stroke%3D%22%2358b8e2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");

}

