
@charset "UTF-8";
/* -----------------------------------------
/nabe/配下共通
----------------------------------------- */
/*　メニュー */
.cp-megamenu_item > a {
  color: #6D4B01;
}

@media (max-width: 767px) {
  .cp-megamenu_text {
    color: #6D4B01;
  }
}

.cp-brandheader_logo {
  width: 75px;
}

@media(min-width: 768px),print {
  .cp-brandheader_logo {
    flex: 0 0 120px;
  }
}

/*　見出し */
.cp-heading-secondary .cp-heading-title {
  font-family: zen maru gothic, sans-serif;
  font-weight: 700;
}
.cp-heading-tertiary .cp-heading-title {
  font-family: zen maru gothic, sans-serif;
}

/*　リード */
.cp-nabe-lead {
  font-family: zen maru gothic, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

@media(min-width: 768px),print {
  .cp-nabe-lead {
    font-size: 24px;
  }
}

/* ボタン */
.cp-button_inner {
  background-color: #A59247;
  border: 2px solid #A59247;
}

.cp-button-border .cp-button_inner {
  border: 2px solid #A59247;
  color: #A59247;
}

.cp-button-border .cp-button_inner::before {
	background-image: url(/2021_Renewal/nabe/images/ico_arrow-nabe.svg);
  height: 10px;
}

@media(min-width: 768px),print {
  .cp-button_inner:hover {
    color: #A59247;
  }

  .cp-button_inner:hover::before {
    background-image: url(/2021_Renewal/nabe/images/ico_arrow-nabe.svg);
    height: 10px;
  }

  .cp-button-border .cp-button_inner:hover {
    background-color: #A59247;
  }
}

.cp-nabe-button-center {
  margin: 0 auto;
  max-width: 312px;
  text-align: center;
}

/* アイコン(NEWなど) */
.cp-nabe-product-icon {
  position: relative;
}

.cp-nabe-product-icon .cp-nabe-product-txt {
  display: flex;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #E62634;
  border-radius: 30px;
  top: 20px;
  left: 20px;
}

@media(min-width: 768px),print {
  .cp-nabe-product-icon .cp-nabe-product-txt {
    font-size: 18px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    top: 20px;
    left: 20px;
  }
}

/* ECセット */
.cp-ecset_header {
  background-color: #A59247;
}

.cp-ecset_items.cp-nabe-onlineshop {
  margin-top: 0;
}

/* -----------------------------------------
/nabe/product/shimemade/
----------------------------------------- */
.cp-nabe-product-shimemade-bgImage_detail .cp-heading-secondary .cp-heading-title {
  color: #6c4c00;
  /* font-size: 24px; */
  font-size: 6.4vw;
}

.cp-nabe-product-shimemade-bgImage_detail .cp-bgImage_text {
  color: #6c4c00;
  /* font-size: 18px; */
  font-size: 4.8vw;
  line-height: 2;
}

.cp-nabe-product-shimemade-bgImage {
  padding: 40px 0 53.33333vw;
}

.cp-nabe-product-shimemade-bgImage_detail.cp-bgImage_detail {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .cp-bgImage_detail {
    padding: 0;
  }
}

@media(min-width: 960px),print {
  .cp-nabe-product-shimemade-bgImage_detail .cp-heading-secondary .cp-heading-title {
    font-size: 28px;
  }

  .cp-nabe-product-shimemade-bgImage_detail .cp-bgImage_text {
    font-size: 18px;   
  }
  
  .cp-bgImage {
    padding: 45px 0;
  }
}




