/** Shopify CDN: Minification failed

Line 324:20 Unexpected "%"

**/
h1{
  font-size:30px;
}
h2.collection-list-title:before,
.collection__title h2:before{
  content: "";
  height: 24px;
  width: 5px;
  display:inline-block;
  background: #0aaa54;
  margin-right:5px;
}


h1.collection-hero__title{
  font-size:3rem;
  display:flex;
  align-items: center;
  font-weight: bold;
}

h1.collection-hero__title:before{
  content: "";
  height: 30px;
  width: 5px;
  display:inline-block;
  background: #0aaa54;
  margin-right:10px;
}

/*
.button{
  background-color: #0AAA54;
  border:none;
}
*/

/****
 header
**/
.header__inline-menu .header__menu-item{
  text-decoration: none;
  padding: 1.2rem 2.4rem;
}


/****
 footer
**/
footer {
  padding-bottom: 0!important;;
}
.footer__content-bottom {
  background: #0aaa54;
  color: white;
  padding: 0!important;;
}
.footer__copyright {
  margin: 1.5rem!important;;
}
.footer-block__details-content li a {
  text-decoration: none;
  font-weight: 400!important;
  color: rgba(43, 44, 45, 0.75)!important;
}
.footer-block__details-content li a:before {
  content: "";
  display: inline-block;
  width: 4.5px;
  height: 8px;
  background: url("/cdn/shop/files/caret_footer.svg?v=1750897267")
    no-repeat;
  background-size: cover;
  margin-right: 5px;
}

/****
 帯バナー
**/
.block-line-banner {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  margin:auto;
  /*max-height: 70px;*/
}
.block-line-banner:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background: #0aaa54;
}
.block-line-banner:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #fdee21;
}
.banner-iskpress {
  width: 100%;
  position: relative;
  z-index: 1;
}


/****
 TOPスライダー
**/

.kv-slider{
  position:relative;
}
.kv-slider .kv-slider-item img{
  width:100%;
  height:auto;
  display: none;
  /*
  max-height: 337px;
  max-width:1200px;
  */
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-btn {
    position: absolute;/*絶対配置にする*/
    top: 38%;
    cursor: pointer;
}

.slick-btn.prev {/*戻る矢印の位置と形状*/
    left: calc( ( 100vw - 1200px ) / 2 - 50px );
    z-index: 1;
}

.slick-btn.next {/*次へ矢印の位置と形状*/
    right: calc( ( 100vw - 1200px ) / 2 - 50px );
    transform: rotate(-180deg);
    z-index: 1;
}
@media screen and (max-width:1200px) {
  .slick-btn img{
    width:100%;
  }
  .slick-btn.prev {/*戻る矢印の位置と形状*/
      left: 5px;
      width:30px;
      height:50px;
  }
  
  .slick-btn.next {/*次へ矢印の位置と形状*/
      right: 5px;
      width:30px;
      height:50px;
  }
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:10px 0 10px 0;
}



.slick-dots li {
    display:inline-block;
	margin:0 8px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
      cursor:pointer;
  border:none;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.slick-slide{
  opacity:0.3;
}
.slick-slide.slick-active{
  opacity: 1;
}


/****
 商品詳細
**/
.product__description p{
  font-size:14px;  
}
.product__description h3{
  font-size:16px;
  font-weight:bold;
}

.product-size-title{
  font-weight: bold;
  font-size:1.8rem;
}

table.discount-table{
  
}
table.discount-table th{
  font-size:14px;
  color: white;
  background: #0AAA54;
}
table.discount-table td{
  font-size:14px;
  background: white
}

table.sizemap,
table.spec{
  border-collapse:separate;
 border-spacing:0;
  width: 100%;
}
table.sizemap th,
table.sizemap td,
table.spec th,
table.spec td{
  border-bottom:1px solid silver;
  font-size:14px;
  text-align: center;
}

table.spec th{
  font-weight: bold;
  font-size:1.8rem;
  text-align: left;  
}


table+table{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#shopify-section-template--17778340036743__main{
  background:white;
}


/**
Megaメニュー
**/

.mega-menu__list{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}


#shopify-section-template--17872190079111__image_banner_6DQaPB{
  background:gainsboro;
}
#Banner-template--17872190079111__image_banner_6DQaPB{
  max-width:1200px;
  margin:auto;
}

.block-product-tag{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px auto;
}
.product-tag{
  color: white;
  font-size:10px;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  margin: 0 3px 3px 0;
  background:gray;
}
.product-main .product-tag{
  font-size:12px;
  padding: 5px;
  margin: 0 5px 5px 0;
}

.product-tag.type-NEW{
  background: orangered;
}
.product-tag.type-オススメ{
  background: #4169e1;
}
.product-tag.type-男女兼用{
  background: mediumorchid;
}
.product-tag.type-アウトレット{
  background: darkturquoise;
}
.product-tag.type-10%OFF{
  background: darkorange;
}
.product-tag.type-まとめ買い{
  background: deeppink;
}
.product-tag.type-買っ得{
  background: teal;
}


.product__title h1{
  font-size: 26px;
}

.page-title{
  font-size:30px;  
}


/**********************************
  ページテンプレート
**********************************/
.kv-default-page{
  padding: 3rem;
  /*background:#0AAA54;*/
  background: url(/cdn/shop/files/kv-bg.jpg?v=1753753307) no-repeat left top;
  background-size: cover;
}
.kv-default-page h1{
  color:#0AAA54;
  font-size:28px;
  font-weight: 600;
  margin: 0;
}
.sk-page-template h2{
  font-size:20px;
  padding: 1rem 2rem;
  background: whitesmoke;
  position: relative;
}
.sk-page-template h2:before{
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background:#0AAA54;
  position: absolute;
  top: 0;
  left: 0;
}
.sk-page-template p{
  font-size: 1.5rem;
}
.sk-page-template p+p{
  margin: 2px;
}
.sk-page-template h4{
  display: inline-block;
  color: white;
  background: #0AAA54;
  padding: 0.5rem 1.5rem;
}
.sk-page-template .note{
  font-size:1.3rem;
  color: gray;
}

.sk-page-template table{
border-collapse:separate;
 border-spacing:0px;
  border-top:1px solid gainsboro;
}

.sk-page-template table td,
.sk-page-template table th{
  font-size:14px;
  border-bottom:1px solid gainsboro;
  text-align:center;
}
.sk-page-template table th{
  color: white;
  background: #0AAA54;
}

.sk-page-template table.green{
  max-width: 100%;
  width: 100%;
   border-right: 1px solid gainsboro;
}
.sk-page-template table.green th,
.sk-page-template table.green td{
  border-left: 1px solid gainsboro;
}
.sk-page-template table.green td{
  text-align: left;
}

.sk-page-template .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.sk-page-template .img-block{
  width: 100%;
  max-width:400px;
}
.sk-page-template .caption-block{
  flex: 1;
  padding: 3rem;
}
.sk-page-template .caption-block h4{
  margin-bottom: 0;
}
.size-hr{
  margin: 0 0 2rem 0;
}