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

/*------------------
カスタマイズ
-------------------*/
 /* 共通 */


 /* slider */

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

 /* item-list */

.c-product-list {
    border-top: none;
  margin-top: 10px;
}

.c-product-list:before {
  content: none;
}

.c-product-list__item {
    border: none;
  padding: 10px 5px 30px;
}

.item-wrap {
    border: 1px solid #E6E6E6;
}

.c-product-list__image-wrap {
    border-color: #fff;
}

.item-wrap {
    border: 1px solid #E6E6E6;
}


.c-product-list__name {
    margin-top: 30px;
}

.c-product-list__price {
    font-weight: 400;
    font-family: inherit;
    letter-spacing: 0.1em;
}

.c-product-list__fav-item {
  display: none;
}

.c-product-list__button button {
    background: #DB4926;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
  min-width: 240px;
  padding: 15px;
}


@media only screen and (min-width: 600px) {
  /* button */
.c-product-list__button {
    margin-bottom: 7.5rem;
}
.p-layout-container {
 padding-top: 1px;
  }
}  

@media screen and (max-width: 979px) {
  .p-top-logo {
    display: block;
    margin: 0 auto 40px auto;
}
}

@media only screen and (max-width: 599px) {
  .c-section__heading--title span {
	font-size: 16px;
}
 .p-layout-container {
 padding: 1px 2.5rem 0 2.5rem;
  }
}

 /* news */

dl.p-news {
    margin: 40px auto 18px auto;
  font-size: 0;
}

dl.p-news {
    display: flex;
    flex-wrap: wrap;
}

dt.p-news__label {
    margin-right: 0;
    width: 6.5rem
}
      
.p-news__content {
    font-size: 15px;
    width: calc(100% - 6.5rem);
    margin: 0 0  1rem 0;
}


.p-news__label {
    font-family: inherit;
    font-size: 15px;
    width: 6rem;
     float: left;
    clear: left;
    margin-right: 20px;
}

.p-news__label::before {
    content: none;
}
  
@media only screen and (min-width: 600px) {
 dl.p-news {
    width: 70%;
    margin: 40px auto 18px auto;
}
}

@media only screen and (min-width: 980px) {
 dl.p-news {
    width: 50%;
}
}

 /* top-content01 */

#top-content01 {
    background: #F7F7F7;
  padding-bottom: 2rem;
 }

#top-content01 .c-section__heading--title span {
    background: transparent;
}

#top-content01 .float h3 {
 font-weight: 400;
 font-size: 24px;
 letter-spacing: 0.1em;
 line-height: 1.75;
 margin-top: 0;
}

#top-content01 .float h3:after {
    content: "";
    width: 27px;
    height: 1px;
    background: #000;
    display: block;
    margin: 40px auto;
}

#top-content01 p {
    line-height: 1.86;
    letter-spacing: 0.1em;
  font-size: 15px;
}

#top-content01 .wrapper h3 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  font-weight: 400;
}

#top-content01 .c-product-list__button a {
 text-decoration: none;
 display: block;
}
  
#top-content01 .c-product-list__button button {
  background: #333;
}

#top-content01 .c-product-list__button a:nth-of-type(2) button {
  background: #DB4926;
}

#top-content01 .c-product-list__button a:nth-of-type(2) :hover {
  background: #333;
}

#top-content01 .float .image {
    padding-bottom: 2rem;
}

#top-content01 .float .text {
    padding: 0 1rem 2rem 1rem;
}

#top-content01 .box {
	 padding-bottom: 2rem;
}


@media only screen and (max-width: 599px) {

  #top-content01 .float h3 {
	text-align: center;
  }
 
#top-content01 .c-product-list__button a:nth-of-type(2) button {
  margin-top: 1rem;
}
}

@media only screen and (min-width: 768px) {
  #top-content01 .float {
    overflow: hidden;
    padding-top: 2.5rem;
}

#top-content01 .float .image {
    width: 49%;
    float: left;
   padding: 0;
}

#top-content01 .float .text {
    width: 46%;
    float: right;
  padding: 0;
}
 #top-content01 .box {
    width: 29.7%;
}

#top-content01 p {
    line-height: 1.75;
    letter-spacing: 0.1em;
  font-size: 16px;
}

  #top-content01 .text .c-product-list__button {
  text-align: left;
      margin: 4rem 0 6.25rem 0;
}
#top-content01 .c-product-list__button a {
 display: inline-block;
}
#top-content01 .c-product-list__button a:nth-of-type(2) button {
    margin-left: 40px;
}
#top-content01 .float h3:after {
     margin: 40px 0; 
  }
}

@media only screen and (min-width: 980px) {
  #top-content01 .float,
  #top-content01 .wrapper-l {
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
}