/* ========================================
全体
======================================== */
#content #product-list-new * {
  box-sizing: border-box;
}
/* ========================================
見出し
======================================== */
#content #product-list-new h2 {
    margin-bottom: 36px;
    color: #7D7D7D;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.6em;
}
@media only screen and (min-width:981px){
  #content #product-list-new h2 {
    line-height: 1.8em;
  }
}
#content #product-list-new h3 {
    margin-bottom: 18px;
    color: #686768;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2em;
}

@media only screen and (min-width:981px){
  #content #product-list-new h2 { font-size: 26px; line-height: 2em; margin-bottom: 72px; }
  #content #product-list-new h3 { font-size: 22px; margin-bottom: 32px; }
}

/* ========================================
アンカー・ナビゲーション
======================================== */
#product-list-new #anc-menu-new ul.pdm-lv1 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width:981px){
#product-list-new #anc-menu-new ul.pdm-lv1 {
  width: 90%;
}
#product-list-new #anc-menu-new ul.pdm-lv1 > li {
  width: 15%;
  height: 30px;
}
#product-list-new #anc-menu-new ul.pdm-lv1 > li:last-child {
   width: 20%;
}
}
#product-list-new #anc-menu-new ul li dl {
  width:100%;
  height: 100%;
}

@media only screen and (max-width:980px){
#product-list-new #anc-menu-new ul.pdm-lv1 {
  width: 65%;
  flex-direction: column;
}
#product-list-new #anc-menu-new ul li {
  min-width: 100%;
  height: 40px;
}
}

#product-list-new #anc-menu-new > ul > li {
  border: 1px solid #000;
  margin-bottom: 10px;
}
#product-list-new #anc-menu-new ul li a ,
#product-list-new #anc-menu-new ul li dt {
  display: block;
  text-align: center;
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-list-new #anc-menu-new ul li ul.pdm-lv2 {
  position: relative;
  z-index: 3;
  border: 1px solid #000;
  background: #fff;

}
#product-list-new #anc-menu-new ul li ul.pdm-lv2 li {
  position: relative;
  border-top: 1px solid #000;
  
  height: 40px;
}
#product-list-new #anc-menu-new ul li ul li:first-child {
  border-top: none;
}
#product-list-new #anc-menu-new ul li ul.pdm-lv2 li a {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

#product-list-new #anc-menu-new ul li dt {
  position: relative;
}
#product-list-new #anc-menu-new ul li dt::after {
  content: '▼';
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 0.8em;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 8px;
  margin: auto 0 auto auto;
}
#product-list-new #anc-menu-new ul li dt.is-active::after {
  content: '▲';
}


@media only screen and (min-width:981px){
  #product-list-new #anc-menu-new ul li a,
  #product-list-new #anc-menu-new ul li dt{
    transition: all .25s ease-out;
  }
  #product-list-new #anc-menu-new ul li a:hover,
  #product-list-new #anc-menu-new ul li dt:hover,
  #product-list-new #anc-menu-new ul li ul.pdm-lv2 li a:hover{
    text-decoration: none;
    color: #fff;
    background: #ccc;
  }
}


/* ========================================
商品リスト
======================================== */

#product-list-new .ct-box {
  margin-bottom: 100px;
}
#product-list-new .ct-box:last-child {
  margin-bottom: 0;
}
#product-list-new .pdt-list {
  
}
#product-list-new .pdt-list ul {
  display: flex;
}
#product-list-new .pdt-list ul li {
  text-align: center;
  margin-bottom: 40px;
}

#product-list-new .pdt-list ul li img {
  display: block;
  margin-bottom: 10px;
}
#product-list-new .pdt-list ul li a {
  font-size: 14px;
}
#product-list-new .pdt-list ul li a span {
  display: block;
  font-size: 80%;
}
@media only screen and (max-width:980px){
  #product-list-new .pdt-list ul {
    flex-direction: column;
  }
}
@media only screen and (min-width:981px){
  #product-list-new .pdt-list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #product-list-new .pdt-list ul::before{
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  #product-list-new .pdt-list ul::after{
    content: "";
    display: block;
    width: 22%;
  }
  #product-list-new .pdt-list ul li {
    width: 22%;
  }
}
#product-list-new .pdt-list ul li .pdt-gmark-en {
text-align: center;
}
#product-list-new .pdt-list ul li .pdt-gmark-en img {
  width: auto;
  height: 30px;
  margin: 0 auto;
}






#content .pdlist-links {
 position: relative;
  width: 100%;
 display: flex;
 justify-content: space-between;
}
#content .campaign-link a {
font-size: 18px;
  font-weight: bold;
  color: #666;
}
@media only screen and (min-width:981px){
#content .campaign-link {
  margin-top: 20px;
  width: 50%;
  margin-left: 5%;
  z-index: 1;
}
#content .campaign-link a:hover {
  text-decoration: underline;
}
}
@media only screen and (max-width:980px){
#sp-product-list #sp-anc-menu {
margin: 0 auto 40px !important;
}
#content .campaign-link {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  left: auto;
  z-index: 1;
}
#content .campaign-link a {
font-size: 18px;
}
}
@media only screen and (max-width:480px){
#content .campaign-link a {
font-size: 16px;
}
}

#content .shop-links.pc-layout {
  width: 40%;
  margin-top: -20px;
}

#content .shop-link {
 position: relative;
}
#content .shop-link-l2 {
  min-height: 50px !important;
}
#content .shop-link-l3 {
  min-height: 75px;
}
#content .shop-link .link-box {
  position: relative;
  text-align: left;
  width: 220px !important;
  margin: 0 -40px 0 auto;
}
#content .shop-link .link-box::before {
  content: '';
  position: absolute;
  left: -40px;
  right: auto;
  top: 6px;
  bottom: auto;
  margin: 0 auto auto 0;
  width: 30px;
  height:14px;
  background: url(https://file002.shop-pro.jp/PA01361/176/product-list/img/link_icon.png) no-repeat left center;
  background-size: 30px auto;
}
#content .shop-link .link-box a.mp-index {
  padding: 0;
  background: none;
}
