/*@charset "UTF-8";*/

/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
.categoryCont a {
  transition: all 0.3s linear;
}

.categoryCont a:hover {
  opacity: 0.8;
}

/* 表示幅調整
-------------------------------------------------------------------- */
.experience-commerce_layouts-mobileGrid2r2c .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* --------------------------------------------------------------------
contentTitle
-------------------------------------------------------------------- */
.contentTitle {
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
  display: none;
}

.contentTitleSub {
  margin-top: 40px;
  margin-bottom: 15px;
}

.contentTitle h2 {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif !important;
  font-family: 'Noto Serif', 'Noto Serif Japanese', serif !important;
  /* text-align: center; */
  text-align: left;
}

.contentTitle h3,
.contentTitleSub h3 {
  /* letter-spacing: 0.1rem; */
  font-size: 1.4rem;
  /* font-family: "Noto Serif JP", serif !important; */
  text-align: left;
}

.contentTitle h4 {
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif !important;
  font-family: 'Noto Serif', 'Noto Serif Japanese', serif !important;
  text-align: center;
}

.contentTitle p {
  /* text-align: center; */
  text-align: left;
}

@media (max-width: 768.98px) {
  .contentTitle h2 {
    font-size: 1.4rem;
  }

  .contentTitle h3 {
    font-size: 1.2rem;
  }

  .contentTitle h4 {
    font-size: 1.0rem;
  }
}

.contentTitle {
  /* padding-bottom: 40px; */
  padding-bottom: 1rem;
}

@media (max-width: 768.98px) {
  .contentTitle {
    /* padding-bottom: 20px; */
  }
}

@media (min-width: 992px) {
  .contentTitle .text-lg-left {
    /* text-align: center !important; */
  }
}

/* --------------------------------------------------------------------
product-category
-------------------------------------------------------------------- */
.product-category {
  margin-bottom: 40px;
}

@media (max-width: 768.98px) {
  .product-category {
    margin-bottom: 20px;
  }
}

/* product-category-header
-------------------------------------------------------------------- */
.product-category-header h1 {
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  .product-category-header h1 {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* product-category-description
-------------------------------------------------------------------- */
.product-category-description {
  margin-top: 0;
  margin-bottom: 1rem;
}

.product-category-description p {
  text-align: left;
}

/* brandSite
-------------------------------------------------------------------- */
.brandSite {
  /* display: none; */
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 768.98px) {
  .brandSite {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

/* ボタン非表示 */
.brandSite .mainBannerWithTextPosition .mainbanner-sub-text {
  display: none;
}

/* campaign-banner
-------------------------------------------------------------------- */
.campaign-banner {
  display: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.campaign-banner .mainBannerWithTextPosition .mainbanner-sub-text {
  display: none;
}

/* campaign
-------------------------------------------------------------------- */
.campaign {
  display: none;
  margin-bottom: 40px;
}

.campaign .textbox .text-center {
  text-align: left !important;
  font-size: 0.8125em;
}

.campaign .textbox h4 {
  font-size: 1.0rem;
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 1.0rem;
  text-align: left;
}

.campaign .textbox h3 {
  font-size: 1.47rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: left;
}

.campaign .textbox ul {
  padding-left: 20px;
}


/* imageWithText
-------------------------------------------------------------------- */
.product-category .imageWithText {
  /* width: 200px;
  height: 200px; */
  background-color: transparent;
  /* 初期は透明にしておく */
  transition: background-color 1s ease, opacity 1s ease;
  /* 背景色と不透明度の変化に1秒かけてふわっと表示 */
}

.product-category .imageWithText:hover {
  opacity: 0.8;
}

.product-category .imageWithText.green {
  /* background-color: #2e8b57; */
}

.product-category .imageWithText.blue {
  /* background-color: #1e90ff; */
}

.product-category .imageWithText.brown {
  /* background-color: #8b4513; */
}

.product-category .imageWithText.gray {
  /* background-color: #696969; */
}

.product-category .imageWithText.black {
  /* background-color: #000000; */
}

.product-category .imageWithText .image-heading-container {
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.product-category .imageWithText .image-heading-container h3 {
  color: #fff;
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.product-category .imageWithText .image-heading-container h2 {
  color: #fff;
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .product-category .imageWithText .image-heading-container h3 {
    font-size: 1.1rem;
  }

  .product-category .imageWithText .image-heading-container h2 {
    font-size: 1.1rem;
  }

  .product-category .imageWithText .image-heading-container p {
    text-align: left;
    font-size: 0.8125em;
  }
}

@media (max-width: 768.98px) {
  .product-category .imageWithText .image-heading-container h3 {
    font-size: 1.0rem;
  }

  .product-category .imageWithText .image-heading-container h2 {
    font-size: 1.0rem;
  }

  .product-category .imageWithText .image-heading-container p {
    text-align: left;
    font-size: 0.8125em;
  }
}

.product-category .imageWithText .image-heading-container a {
  color: #fff !important;
  display: block;
}

.product-category .imageWithText .image-heading-container a:hover {
  text-decoration: none;
}

.product-category .imageWithText picture img.common-image-filter {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  /* opacity: 0.9; */
  opacity: 0.85;
}

.product-category .imageWithText.naraoka picture img.common-image-filter,
.product-category .imageWithText.shigaraki picture img.common-image-filter {
  opacity: 0.9;
}

/* --------------------------------------------------------------------
map
-------------------------------------------------------------------- */
.map {
  display: none;
}

/* --------------------------------------------------------------------
map_square
-------------------------------------------------------------------- */
.map_square {
  position: relative;
  margin-bottom: 60px;
}

.map_square .textBox {
  position: absolute;
  top: 20%;
  left: 20%;
}

.map_square .textBox h3 {
  /* border-bottom: solid 3px skyblue;
  position: relative; */
}

.map_square .textBox h3:after {
  /* position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%; */
}

.map_square .textBox p {
  border-bottom: solid 3px #d7cebe;
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}

.map_square .textBox p:after {
  position: absolute;
  content: " ";
  display: block;
  /* border-bottom: solid 3px #d7cebe; */
  bottom: -3px;
  width: 30%;
}

@media (max-width: 768.98px) {
  .map_square {
    margin-bottom: 30px;
  }

  .map_square .textBox {
    top: 10%;
    left: 10%;
  }

  .map_square .textBox p {
    font-size: inherit;
  }
}

.map_square .cls-1,
.map_square .cls-2,
.map_square .cls-3,
.map_square .cls-4,
.map_square .cls-5,
.map_square .cls-6,
.map_square .cls-7,
.map_square .cls-8,
.map_square .cls-9 {
  stroke-width: 10px;
  stroke: #fff;
}

.map_square g#hokkaido rect,
.map_square g#tohoku>g>rect {
  fill: #ede8df;
}

.map_square g#kanto>g>rect {
  fill: #d3d7df;
}

.map_square g#chubu>g>rect {
  fill: #decbc9;
}

.map_square g#kinki>g>rect {
  fill: #b7b8c2;
}

.map_square g#chugoku>g>rect,
.map_square g#shikoku>g>rect {
  fill: #b6c4c7;
}

.map_square g#kyushu>g>rect,
.map_square g#okinawa rect {
  fill: #cfafa1;
}

.map_square g#hokkaido rect,
.map_square g#tohoku>g>rect,
.map_square g#kanto>g>rect,
.map_square g#chubu>g>rect,
.map_square g#kinki>g>rect,
.map_square g#chugoku>g>rect,
.map_square g#shikoku>g>rect,
.map_square g#kyushu>g>rect,
.map_square g#okinawa rect {
  fill-opacity: 0.8;
}

.map_square rect:not(.background) {
  transition: all 0.3s linear;
}

/* hoverすると都道府県名を表示する */
.map_square rect:not(.background):hover {
  /* opacity: 0; */
}

/* hoverしなくても都道府県名を表示する */
.map_square rect:not(.background) {
  opacity: 0;
}

.map_square text {
  font-size: 2.5rem;
  text-anchor: middle;
  dominant-baseline: middle;
  fill: #fff;
  /* font-family: 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; */
}

.map_square g#aomori rect,
.map_square g#miyagi rect,
.map_square g#akita rect,
.map_square g#yamagata rect,
.map_square g#fukushima rect {
  /* fill: #d7cebe; */
  fill: #b3a48a;
}

.map_square g#ibaraki rect,
.map_square g#tochigi rect {
  /* fill: #667287; */
  fill: #33415b;
}

.map_square g#gifu rect {
  fill: #9a6a64;
}

.map_square g#shiga rect,
.map_square g#kyoto rect,
.map_square g#hyogo rect {
  fill: #353952;
}

.map_square g#tottori rect {
  /* fill: #2c575f; */
}

.map_square g#saga rect,
.map_square g#nagasaki rect {
  fill: #9a654c;
}


/* --------------------------------------------------------------------
feature
-------------------------------------------------------------------- */
.feature .mobile-3Rowx1Col {
  display: none;
}

.feature {
  margin-bottom: 40px;
}

@media (max-width: 768.98px) {
  .feature {
    margin-bottom: 20px;
  }
}

/* 表示幅調整
-------------------------------------------------------------------- */
.experience-commerce_layouts-mobileGrid3r1c .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}

/* imageWithText
-------------------------------------------------------------------- */
.feature .imageWithText .image-heading-container {
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.feature .imageWithText .image-heading-container h3 {
  color: #fff;
  /* font-family: 'Noto Serif', 'Noto Serif Japanese' !important; */
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.feature .imageWithText .image-heading-container h3 em {
  font-style: normal;
  font-size: 0.8125em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.feature .imageWithText .image-heading-container h2 {
  color: #fff;
  font-family: 'Noto Serif', 'Noto Serif Japanese' !important;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.feature .imageWithText .image-heading-container p {
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media (max-width: 768.98px) {
  .feature .imageWithText .image-heading-container h3 {
    font-size: 1.0rem;
  }

  .feature .imageWithText .image-heading-container h2 {
    /* font-size: 1.0rem; */
  }

  .feature .imageWithText .image-heading-container p {
    text-align: left;
    /* font-size: 0.8125em; */
  }
}

.feature .imageWithText .image-heading-container a {
  color: #fff !important;
  display: block;
}

.feature .imageWithText .image-heading-container a:hover {
  text-decoration: none;
}

.feature .imageWithText picture img.common-image-filter {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  /* opacity: 0.9; */
}

/* --------------------------------------------------------------------
pickup
-------------------------------------------------------------------- */
.pickup {
  margin-bottom: 50px;
}

@media (max-width: 769px) {
  .pickup {
    margin-bottom: 30px;
  }
}

.experience-commerce_layouts-slickCarousel .slick-carousel .slick-dots {
  /* bottom: -30px; */
}

/* 非表示 旧仕様 */
.pickup .hidden {
  display: none;
}

/* 表示ずれ調整
-------------------------------------------------------------------- */
/* 3カラム表示の場合不要 */
@media (max-width: 543.98px) {
  .pickup .carousel-item {
    /* margin-right: -100%; */
  }
}

/* 表示幅調整
-------------------------------------------------------------------- */
.pickup .limitContainer {
  padding-right: 0;
  padding-left: 0;
}

.pickup .carousel .carousel-inner {
  width: 100%;
  margin-right: unset;
  margin-left: unset;
}

.pickup .carousel .carousel-inner .carousel-item {
  padding-right: 5px;
  padding-left: 5px;
}

/* figcaption
-------------------------------------------------------------------- */
.pickup figcaption {
  padding-top: 0.5rem;
}

.pickup figcaption p {
  text-align: left;
}

/* --------------------------------------------------------------------
others
-------------------------------------------------------------------- */

/* imageWithText
-------------------------------------------------------------------- */
/* 非表示 ペアマグ */
.others .hidden {
  display: none;
}

.others .mobile-2r-1c>.row>.col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.hasamiyaki {
  /* display: none; */
}