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

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

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

.p-top-logo a:active {
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px !important;
  height: 8px !important;　
}

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

#p-slider .bx-viewport {
  top: 0;   
  box-shadow: none;
  text-align: center;  
}

#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: -20px;
  padding-top: 0;
}

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

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

.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: 2.5;
  font-size: 13.5px;
  margin-bottom: 20px;
}

.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: #414141;
}

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

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

.p-custom-banner {
  padding: 0 20px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 18px;
  color: #414141;
  background: #fff;
  text-align: left;
}

.p-custom-banner__unit {
  padding: 0 5px 0;
  text-decoration: none;
  }

.p-custom-banner__unit a {
    text-decoration: none;
  color: #414141;
}

.p-custom-banner__unit a:hover {
	text-decoration:none;
	color: #9fa09e;
}

.p-custom-banner__unit__text {
    font-size:12px;
    margin:8px 0 35px 0;
  } 
 
.p-custom-banner__unit__text_title { 
    font-size:14px;
    font-weight:bold;
    margin:14px 0 8px 0;
  }
  

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

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

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

.c-section__container {
    line-height: 28px;
  padding: 0;
  }

/* 0619追加 */
.k-section__heading {
  margin: 40px 0 20px;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}


    /* letter-spacing: 2px; */

.k-section__heading--title {
  display: inline-block; /* ←高さを持たせるため */
  font-size: 23px !important;
  color: #414141 !important;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;

}

@media screen and (max-width: 599px) {
  .k-section__heading--title {
    font-size: 18px !important;  /* ← お好みのサイズに調整 */
  }
}

.k-section__heading,
.k-section__heading--title {
  text-decoration: none;
  border-bottom: none;
}

.k-section__heading--title::after {
  display: none;
  content: "";
}

/* 0619追加 */


@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%;
    padding: 0 5px 10px;
    table-layout: fixed;
  }
  
/*.p-custom-banner__unit01{
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
    vertical-align: top;
    padding: 5px;
  }*/
 
.p-custom-banner__unit__text {
    font-size:12px;
  } 
 
.p-custom-banner__unit__text_title { 
    font-size:14px;
  } 
}

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

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

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


@media only screen and (max-device-width: 480px) {
  .c-section {
    padding: 0 20px;
  }
}

@media screen and (max-width:600px) { /*600px以下*/

/*.p-custom-banner__unit01 {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
    vertical-align: top;
    padding: 5px; 
}*/

/* @media screen and (max-width: 600px) {
  .c-product-list__item {
    width: 50%;
    box-sizing: border-box;
  }

  .c-product-list__item.is-hidden {
    display: none;
  }
} */




.p-custom-banner__unit__text {
    font-size:12px;
  } 
 
.p-custom-banner__unit__text_title { 
    font-size:14px;
  }
    
	.p-custom-banner {
      font-size: 12px;
		padding: 0 15px 15px;
	}

	
  .p-contents {
  margin-bottom: 5px;
    margin-top: 60px;
    font-size: 12px;
}


#p-slider .bx-viewport {
  top: 10px;   
  box-shadow: none;
  text-align: center;  
}

#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: -30px;
  padding-top: 0;
}

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

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

  /* スライダー全体の余白 */
  .swiper-container {
    padding: 32px 0;
  }

/* トップページ用Swiper（.new-items-swiper に限定） */
.new-items-swiper .swiper-slide {
  width: 200px !important;
  height: auto !important;
  flex-shrink: 0;
  background: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  padding: 0 8px;
  box-sizing: border-box;
}

.new-items-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.new-items-swiper .product-name {
  font-weight: 500;
  margin-bottom: 2px;
}

.new-items-swiper .product-sub {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.new-items-swiper .regular {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
  display: block;
  margin-top: 2px;
}

.new-items-swiper small {
  font-size: 12px;
  color: #d00;
  margin-left: 4px;
}

}