.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}
.slide_fade {
  margin:0 auto ;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.slide-items {
  padding:0;
  width:100%;
}

.slick-dots li button:before {
    opacity: .55 !important;
    color: #fecc00 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fbb900 !important;
}


.p-layout-container_news {
  box-sizing: border-box;
  width:100% !important;
  max-width: 1240px !important;
  margin:0 auto 5em !important;
  padding:2em 0 2.75em;
  overflow:hidden;
}
.news_titbox {
  border:1px solid #efefef;
  background:#f00;
  text-align:center;
  padding:.375em .675em;
  margin: 0  0 -.25em -1px;
  display:inline-block;
}
.news_tit span {
  color:#fff;
}
.news_area {
  width:100%;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.news_box {
  width:68%;
}
.news_banner_area {
  width:31%;  
}

@media screen and (max-width: 1170px) {
  .p-layout-container_news {
    width:100% !important;
    padding:0 1.5% !important;
    margin:0 auto 3.5em !important;
    box-sizing:border-box;
  }
  .news_box { width:100%; }
  .news_banner_area {
    width:100%;
    display:flex;
    justify-content:space-between;
    padding-top:.75em;
  }  
  .news_banner { width:49% !important;margin:0 !important; } 
  .news_banner:first-child { margin:0 !important; }
}  

.p-news {
  width:100%;
  line-height: 1.5;
  margin: 0;
}
/*
.p-news::after {
  display: block;
  clear: both;
  content: '';
}*/
.news_items {
  box-sizing:border-box;
  width:100%;
  display:flex;
  justify-content:space-between;
  border:1px solid #999;
  padding:.76em .5em;
  margin:4px 0 0 ;
}
.news_lead {
  width:11.0%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.news_date {
  box-sizing:border-box;
  width:100%;
  color:#fff;
  font-size:13px;
  background:#fbb900;
  padding:.1rem .2rem;
  border-radius:4px;
}
.p-news__label {
  box-sizing:border-box;
  width:120%;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto;
  padding-left:20%;
  letter-spacing: .5px;
  text-align:center !important;
}
.p-news__label::before {
  content: '';
}
.p-news__content {
  width:86.0%;
  line-height: 1.6;
  margin: 5px 0 0 !important;
}
 
.p-news__content a {
  color:#333;
  text-decoration:none;
  display: inline;
  border-bottom: 1px solid #acacac;
  padding-bottom: .05rem;
}
.p-news__content a:hover {
  opacity:.6;  
} 
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
} 
.p-news__content p:nth-child(1) {
  margin-top: 0;
}
.news_banner {
  width:100%;
  box-sizing:border-box;
  height:48.0%;
}
.news_banner:first-child {
  margin:.95% 0 2.75%; 
}

@media screen and (max-width: 959px) {
  .news_lead { width:14.0%; }
  .p-news__label { padding-left:10%; }
  .p-news__content { width:83.0%; }
}
@media screen and (max-width: 599px) {
  .news_lead { width:19.0%; }
  .p-news__label { padding-left:0%; }  
  .p-news__content { width:78.0%; }
}


.top_category {
  width:100%;
  margin:0 auto 4em;
  display:flex;
  justify-content:center;
}
.top_category_banner {
  width:50%;
  box-sizing:border-box;
}
.top_category_back {
  position:relative;
}
.top_category_text {
  position: absolute;
  width:92%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);  
  text-align:center;
  color:#fff;
}

.top_category_text .text_title {
  font-size:2.2em;
}
.top_category_text .text_cont {
  font-size:1.2em;
  line-height:1.8;
  margin-top:-1em;
}
.top_category_text .text_link {
  display:inline-block;
  font-size:1.35em;
  color:#fff !important;
  margin-top:.25em;
  border:1px solid #fff;
  padding:.65em 1.4em;
}
.top_category_text .text_link::after {
  content:">";
  padding-left:6px;
  font-weight:bold;
  color:#fbb900;
}  

@media screen and (max-width:959px) {
  .top_category { 
    margin:0 auto 3em;
    flex-wrap:wrap;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  .top_category_banner {
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  .top_category_text {
    width:88%;  
  } 
}



.p-info {
  line-height: 1.5;
}
.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}


.p-custom-banner,.p-custom-banner_2 {
  margin-top: 40px !important;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 2em 1.5em 1em 1.5em !important;
  color: #33333e;
  background: none;
  text-align:left;
}

.p-custom-banner__unit--text a {
  color: #33333e;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 26px;
  padding: 10px 0;
}

.p-custom-banner__body {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
}
.custom_banner2_body::before {
  display: block;
  clear: both;
  content: ''; 
}
.p-custom-banner__body p {
  margin-top:1.5em !important;  
  border:1px solid #eee;
  background:#fecc00;
  padding:.5em 1.15em;
  display:inline-block;
}  
.p-custom-banner__body a { 
  font-size:18px;
  text-decoration:none;
  text-align:center;
}
.p-custom-banner__body p:hover {
  background:#f0a71b;
  
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner,.p-custom-banner_2 {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 959px) {
  .p-custom-banner_2 {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    width: 100%;
    margin: 1.5em 0 -3em !important;
    table-layout: fixed;
  }
  
  .p-custom-banner__unit {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width:100%;
    vertical-align: middle;
    word-break: break-all;
    overflow:hidden;
  }
}  

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}


.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 3em;
}
.recommend__section {
  margin-bottom:4.25em !important;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 30px;
}


.product-list__image:hover {
  opacity: 0.65;
}

.product-list__image--sm {
  max-width: 75px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: normal;
  margin-top: 16px;
  text-align: left !important;
}

.product-list__name--sidebar {
  margin-top: 2px;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 14px;
  text-align: left;
}

.product-list__prices {
  font-size:15px !important;
  margin-top: -1rem !important;
  text-align: center;
}



/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  width:100%;
  display: inline-block;
  font-size: 14px;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
  text-align: left;
  overflow:hidden;
}
.product-list__unit a {
  color:#333;
}  

.product-list__unit-sm {
  width: 72.3px;
}

.product-list__unit-md {
  width: 120px;
  margin:0 12px 20px 12px;
}

.product-list__unit-lg {
  width:160px;
  height:314px;
  padding:0 3px !important;
  box-sizing:border-box;
}

.cate__title-h2 {
  font-weight:normal;
  font-size:1.75em !important;
  text-align:center;
  margin:1.0em auto 1.5em;
}
@media screen and (max-width:600px) {
  .cate__title-h2 {
    font-size:2em !important;
    margin:1.0em auto .5em;
  }  
}  


/* =======================================
****   自動横スクロール ****
======================================= */
#slick_container {
    width:96%;
    /*max-width:96%;*/
    margin:-1em auto 1.75em ;
    position:relative;
}
.autoplay,.autoplay2 {
    width:100%;
    /*max-width:96%;*/
    margin: 0 auto;
    height: auto;
    text-align: center;
    background-color:#fff;
    border:none;
}
@media screen and (max-width:600px) { 
  #slick_container {
    width:90% !important;
  } 
  .autoplay li,.autoplay li {
    margin: 0 auto  ;
  }
}

.autoplay,.autoplay2 {
    margin: 0 auto;
    width:100%;
    /*max-width:96%;*/
    height: auto;
    text-align: center;
    background-color:#fff;
    border:none;
}
.autoplay li,.autoplay li {
    margin: 12px auto 3px ;
}
.product-list__text {
    margin:.75em .75em !important;
    text-align:left !important;
}
.product-list__prices {
    font-size:15px;
    margin-top:6px;
    text-align:center !important;
}

/*上書き修正*/
#arrows .slick-prev,#arrows .slick-next, 
#arrows2 .slick-prev,#arrows2 .slick-next { 
    margin-top: -44px;
    display: block;
    width: 24px;
    height: 60px;
    padding: 0 15px;
    margin-top: 10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
}

#arrows .slick-prev:before,#arrows .slick-next:before,
#arrows2 .slick-prev:before,#arrows2 .slick-next:before {
    content:"";
}
#arrows .slick-prev:hover,#arrows .slick-prev:focus,
#arrows .slick-next:hover,#arrows .slick-next:focus,
#arrows2 .slick-prev:hover,#arrows2 .slick-prev:focus,
#arrows2 .slick-next:hover,#arrows2 .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
#arrows .slick-prev:hover:before,#arrows .slick-prev:focus:before,
#arrows .slick-next:hover:before,#arrows .slick-next:focus:before,
#arrows2 .slick-prev:hover:before,#arrows2 .slick-prev:focus:before,
#arrows2 .slick-next:hover:before,#arrows2 .slick-next:focus:before {
    opacity: 1;
}
#arrows .slick-prev.slick-disabled:before,#arrows .slick-next.slick-disabled:before,
#arrows2 .slick-prev.slick-disabled:before,#arrows2 .slick-next.slick-disabled:before {
    opacity: .25;
}
#arrows .slick-prev,#arrows2 .slick-prev {
    left: -14px;
}
[dir='rtl'] #arrows .slick-prev,[dir='rtl'] #arrows2 .slick-prev {
    right: -14px;
    left: auto;
}
#arrows .slick-next,#arrows2 .slick-next {
    right: -14px;
}
[dir='rtl'] #arrows .slick-next,[dir='rtl'] #arrows2 .slick-next {
    right: auto;
    left: -14px;
}

.slick-arrow{ z-index:100; }
.list_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
