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

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.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 {
  margin-top: 50px;
  text-align: center;
}

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

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

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

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

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

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

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

/* =========================================================
   ここからオリジナルCSS
========================================================= */

@media screen and (max-width: 599px) {}
@media screen and (min-width: 600px) {}
@media screen and (min-width: 960px) {}

/* index ===================================================
   スライダー
   見出し
   特集
   もっと見る
   お知らせ
========================================================= */

/* スライダー
----------------------------------------------- */
.p-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-slider-pager .bx-pager {
  margin-top: 1.5em;
  text-align: center;
}

.p-slider-pager .bx-pager .bx-pager-item {
  display: inline-block;
}

.p-slider-pager .bx-pager.bx-default-pager a {
  background-color: #999;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  width: 10px;
}

.p-slider-pager .bx-pager.bx-default-pager a:hover,
.p-slider-pager .bx-pager.bx-default-pager a.active {
  background-color: #000;
}

@media screen and (max-width: 599px) {
  
  .p-slider-wrapper .bx-wrapper {
    margin-bottom: 0;
  }
  
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
  
  .bx-wrapper .bx-controls-direction .bx-prev {
    position: absolute;
      left: calc( 50% - 144px );
  }
  
  .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
      right: calc( 50% - 144px );
  }
  
}

@media screen and (min-width: 600px) {
  
  .p-slider-wrapper {
    height: 480px;
  }
  
  .p-slider-wrapper [id="p-slider"] {
    position: absolute;
      left: calc( 50% - 1440px );
    width: calc( 960px * 3 );
  }
  
  .bx-wrapper .bx-controls-direction .bx-prev {
    position: absolute;
      left: calc( 50% - 448px );
  }
  
  .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
      right: calc( 50% - 448px );
  }
  
}

/* 見出し
----------------------------------------------- */
.c-section__heading {
  font-weight: normal;
  display: flex;
    flex-wrap: wrap;
}

.c-section__heading--title {
  order: 1;
  text-align: center;
  width: 100%;
}

.c-section__heading--title::after {
  height: 0;
}

.c-section__heading--title span::before {
  content: "- ";
}

.c-section__heading--title span::after {
  content: " -";
}

.c-section__heading--sub-title {
  font-family: "Times New Roman", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times, "serif";
  margin-top: 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-section__heading--sub-title::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

.c-section__heading--sub-title span {
  background-color: #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  
  .c-section__heading--title {
    font-size: 10px;
  }
  
  .c-section__heading--sub-title {
    font-size: 24px;
  }
  
}

@media screen and (min-width: 600px) {
  
  .c-section__heading--title {
    font-size: 12px;
  }
  
  .c-section__heading--sub-title {
    font-size: 32px;
  }
  
}

/* 特集
----------------------------------------------- */
.c-section__container-spsecial ._list > ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.c-section__container-spsecial ._list ._item a {
  display: block;
  text-decoration: none;
  transition: 0.2s;
}

.c-section__container-spsecial ._list ._item a:hover {
  opacity: 0.6;
}

.c-section__container-spsecial ._list ._item ._banner {
  border: 1px solid #0aa;
}

.c-section__container-spsecial ._list ._item ._banner > ._image {
  margin: 0;
}

.c-section__container-spsecial ._list ._item ._banner > ._heading {
  background-color: #0aa;
  color: #fff;
  margin: 0;
}

.c-section__container-spsecial ._list ._item > ._text {
  color: #0aa;
}

.c-section__container-spsecial ._list ._item > ._text p {
  margin: 0;
}

@media screen and (max-width: 599px) {
  
  .c-section__container-spsecial {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .c-section__container-spsecial ._list ._item ._banner {
    margin-bottom: 0.5em;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._heading {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-align: center;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._heading span {
    vertical-align: middle;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._heading span:nth-child(2) {
    font-size: 10px;
    vertical-align: middle;
  }
  
  .c-section__container-spsecial ._list ._item > ._text p {
    font-size: 12px;
  }
  
}

@media screen and (min-width: 600px) {
  
  .c-section__container-spsecial ._list > ul {
    overflow: hidden;
    //padding-left: 1em;
    //padding-right: 1em;
  }
  
  .c-section__container-spsecial ._list > ul > li {
    width: calc( 50% - 0.5em );
  }
  
  .c-section__container-spsecial ._list > ul > li:nth-child(2n-1) {
    clear: both;
    float: left;
  }
  
  .c-section__container-spsecial ._list > ul > li:nth-child(2n) {
    float: right;
  }
  
  .c-section__container-spsecial ._list ._item ._banner {
    display: flex;
      align-items: center;
    margin-bottom: 1em;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._image {
    width: 50%;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._heading {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 50%;
  }
  
  .c-section__container-spsecial ._list ._item ._banner > ._heading span {
    display: block;
    text-align: center;
  }
  
  .c-section__container-spsecial ._list ._item > ._text p {
    font-size: 14px;
  }
  
}

/* もっと見る
----------------------------------------------- */
.c-button--border {
  background-color: #b41d22;
  border-color: #b41d22;
  color: #fff;
}

.c-button--border:hover {
  background-color: #0aa;
  border-color: #0aa;
}

/* お知らせ
----------------------------------------------- */
.c-section__container {
  max-width: 1120px;
}

/*↓↓↓ここから下牧野対応↓↓↓*/
/*--ハーフサイズのバナー--*/
.special-h-banner{
    margin-top:20px;
    
}
.special-h-banner li{
    margin-top:10px;
    
}
.special-h-banner img{
    display: block;
    width:100%;
}
@media screen and (min-width : 600px){
    .special-h-banner li{
        width:calc( 50% - 0.5em );
    }
  .special-h-banner li:nth-child(2n-1) {
    clear: both;
    float: left;
  }
  
  .special-h-banner li:nth-child(2n) {
    float: right;
  }
}
/*--トップのabout e-casaと開梱設置無料の話--*/
.special-a-banner {
    margin:50px auto;
    width;100%;
}
.special-a-banner::after{
  display: block;
  clear: both;
  content: '';
}
.special-a-banner img{
    display: block;
    width:100%;
}
    .special-a-banner li{
        width:calc( 50% - 0.5em );
    }
  .special-a-banner li:nth-child(2n-1) {
    clear: both;
    float: left;
  }
  
  .special-a-banner li:nth-child(2n) {
    float: right;
  }
  .special-a-banner ._full{
    clear:both;
    float: none;
    margin-top:15px;
    width:100%;
  }
@media screen and (max-width : 599px){
    .special-a-banner img._pc{
        display: none;
    }
    .special-a-banner ul{
        margin: 20px 10px 0;
    }
}
@media screen and (min-width : 600px){
    .special-a-banner img._sp{
        display: none;
    }
    .special-a-banner ul{
        margin: 20px 0 0;
    }
}
.special-h-banner a,
.special-a-banner a{
  transition-duration: 0.2s;
    display: block;
}
.special-h-banner a:hover,
.special-a-banner a:hover{
  opacity: 0.66;
}
.special-h-banner a:active,
.special-h-banner a:active{
  opacity: 1;
}


/*--カラーから探す|サイズから探す--*/
  .c-color_size{
    margin-top:30px;
  }
  .c-color_size ul{
    display: flex;
    justify-content: space-between;
  }
  .c-color_size li{
    background-color:#eee;
    width: calc( 50% - 0.5em );
  }
  .c-color_size a{
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
  }
  .c-color_size p{
    width:50%;
    margin:0;
  }
  .c-color_size ._txt{
    margin:1em;
}
  @media screen and (max-width: 599px) {
    .c-color_size{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .c-color_size li{
      width: calc( 50% - 0.5em );
    }
    .c-color_size p{
      width:100%;
    }
    .c-color_size ._txt{
      display: none;
    }
  }