/*TOP CSSここから*/
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 50%;
  margin: 20px 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;
}

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

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

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

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

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

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

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

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .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;
  }

  #slider-wrapper .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;
  }
}
.CustomWrapp {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
  .CustomWrapp ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
    .CustomWrapp ul li {
      list-style-type: none;
      padding: 0;
      margin: 0 auto 30px;
    }
      .CustomWrapp ul li img {
        display: block;
        width: 100%;
      }
  .CustomWrapp ul.FullBn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
    .CustomWrapp ul.FullBn li {}
  .CustomWrapp ul.Column2Bn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
    .CustomWrapp ul.Column2Bn li {
      width: calc((100% - 20px) / 2);
      margin: 0 0 30px;
    }


/* 20250223追加 */
.top-item-rec{
  width:200px;
  margin:0 auto;
  padding:2em;
  background:#fff;
  border:#ddd 5px solid;
  border-radius:10px;
}
.top-item-rec img{
  width:100%;
  height:auto;
  border-radius:30px 0;
}
.top-item-rec span{
  display:inline-block;
  margin:1em 0 0 0;
  background:gold;
  font-size:12px;
  padding:.5em 1em;
  border-radius:.5em;
}
.top-item-rec h1{
  margin:1em 0;
  font-size:20px;
  font-weight:bold;
}
.box p{
  line-height:1.4;
}
.box a{
  display:block;
  height:50px;
  margin:1em 0;
  line-height:50px;
  background:tomato;
  color:#fff;
  border-radius:25px;
  box-shadow:0 5px 0 gold;
  text-decoration:none;
  text-align:center;
}
.top-item-rec-btn{
  display:block;
  width:70px;
  height:70px;
  margin:1em auto;
  line-height:70px;
  background:#01a29a;
  border-radius:100%;
  color:#fff;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
}
	
	
	
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 790px;
  margin: auto;
  overflow-x: auto;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 0px;
  margin: 0px;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
 
 
@media screen and (min-width: 450px) {
  .scroll_content li {
    width: 45%;
  }
 
}
/* 20250223追加 */


/* オプションパーツ用 2025.2.22  */
		
.parts-op-box-heading {
    margin: 50px 10px 0px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #01a29a;
}
.parts-op-box {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 20px auto;
	display: block;
}
		
.parts-op-box ul {
    margin: 10px 0px;
    padding: 0 10px;
    list-style-type: none;

}
		
.parts-op-box ul li{
list-style:none;/*デフォルトの指定を解除*/
display:inline-block;/*liをインラインブロック要素に*/
padding:10px 5px; /*縦の余白を指定*/
width:30%;/*幅を指定*/
vertical-align:middle;/*縦方向を中央揃え*/
text-align:center;/*横方向を中央揃え*/
}
.parts-op-box ul  li a{
border: none;
padding: 0px;
float:left;
text-align: center;
font-size: 12pt;
}	
.parts-op-box ul  li a img	{
max-width:100%; /*画像のはみだしを防ぐ*/
height: auto; /*画像の縦横比を維持 */
border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}	
/* オプションパーツ用 2025.2.22 ここまで */


/* 値段色変更ここから  */
  .c-product-list__price {
    font-weight: bold;
    margin-top: 1em;
    color: #f73b71;
}
/* 値段色変更 ここまで */

/* TOPカテゴリ用 2025.5.19  */
		
.cat-3pat-heading {
    margin: 50px 10px 0px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #01a29a;
}
.FullBn_cat3{
    width: 96%;
    max-width: 900px;
	text-align: center;
    margin: 0 auto;
	
	}
.cat-3pat {
    box-sizing: border-box;
    max-width: 1240px;
    margin: 20px auto;
	display: block;
}
		
.cat-3pat ul {
    margin: 10px 0px;
    padding: 0 10px;
    list-style-type: none;

}
		
.cat-3pat ul li{
list-style:none;/*デフォルトの指定を解除*/
display:inline-block;/*liをインラインブロック要素に*/
padding:3px 5px; /*縦の余白を指定*/
width:30%;/*幅を指定*/
vertical-align:middle;/*縦方向を中央揃え*/
text-align:center;/*横方向を中央揃え*/
}
.cat-3pat ul  li a{
border: none;
padding: 0px;
float:left;
text-align: center;
font-size: 11pt;
text-decoration: none;
color: #444444;
margin: 5px;
font-weight: bolder;
}	
.cat-3pat ul  li a img	{
max-width:100%; /*画像のはみだしを防ぐ*/
height: auto; /*画像の縦横比を維持 */
border: 3px solid;
border-image: linear-gradient(to bottom, #d2f28e, #a4dfda) 1;
border-radius: 3px;
margin-bottom: 5px;

}	
/* TOPカテゴリ用 2025.5.19 ここまで */
	