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

/* --- featureスライド調整 共通スタイル --- */
.feature-swiper-container {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
}



.feature-swiper-container .swiper {
  position: relative;
}

.feature-swiper-container .swiper-slide {
  position: relative; /* ← 矢印中央の基準にする */
  box-sizing: border-box;
}

/* スライド画像に明示的な高さを指定（比率維持しつつ調整可能） */
.feature-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- タイトル・説明 --- */
.feature-title {
  font-weight: bold;
  margin-top: 8px;
}

.feature-desc {
  font-size: 0.9em;
  color: #555;
}

/* --- 矢印ボタン共通スタイル --- */
.feature-swiper-container .swiper-button-prev,
.feature-swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.swiper-button-prev {
  left: 15px; /* swiper-slideのpaddingと揃える */
}

.swiper-button-next {
  right: 15px;
}


/* デフォルトの矢印非表示 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}

/* カスタム白矢印（角丸） */
.swiper-button-prev::before,
.swiper-button-next::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(135deg); /* ← */
}

.swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(-45deg); /* → */
}

/* --- ドット（PCで表示） --- */
.swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #414141;
}

/* デフォルト（スマホ）では5px */
.u-add-margin-top {
  margin-top: 25px !important;;
}

/* --- レスポンシブ設定 --- */

/* 中間幅（600〜969px）：パディング調整 */
@media screen and (min-width: 600px) and (max-width: 969px) {
  .feature-swiper-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* スマホ（&#12316;599px）：スライドに余白＋矢印表示 */
@media screen and (max-width: 599px) {
  .feature-swiper-container .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  @media screen and (max-width: 599px) {
  .feature-swiper-container .swiper-button-next {
    right: 15px !important;
  }
  .feature-swiper-container .swiper-button-prev {
    left: 15px !important;
  }
}


  .feature-swiper-container > .swiper-button-next,
  .feature-swiper-container > .swiper-button-prev {
    display: block !important;
  }

  .swiper-pagination {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .feature-swiper-container {
    padding-bottom: 60px; /* ← paginationを見せる分＋余白 */
  }

  .swiper-pagination {
    bottom: 20px; /* ←ちょっと余白上げてバランス取る */
  }
}

@media screen and (min-width: 768px) {
  .feature-swiper-container {
    padding-bottom: 60px;
  }
}


/* PC（600px以上）：矢印非表示、ドット表示 */
@media screen and (min-width: 600px) {
  .feature-swiper-container > .swiper-button-next,
  .feature-swiper-container > .swiper-button-prev {
    display: none !important;
  }
}
