/* カスタマイズ用CSS */
body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ec-layoutRole .ec-layoutRole__main {
  padding: 0 16px;
}

/*=======
　ヘッダー
=========*/
.ec-layoutRole__header{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background: #FFF;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole__header{
      position:relative;
  }
}
.ec-headerNaviRole {
  padding-bottom:0;
}
.ec-headerNav {
  max-width:1130px;
  margin: 0 auto;
  padding-right: 17px;
}

.ec-itemNav {
  text-align: right
}

/* ヘッドナビ */
#head_nav {
  max-width: 1130px;
  margin: 20px auto 0;
  display: block;
}

#head_nav ul {
  list-style:none;
  /*float: right;*/
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

#head_nav li:first-child {
border-left: 
#333333 solid 1px;
padding-left: 10px;
}
#head_nav li {
/* float: left; */
font-size: 13px;
}
#head_nav li a {
color: 
#000000;
margin-right: 10px;
padding-right: 10px;
border-right:
#333333 solid 1px;
}
.ec-headerTitle__title h1 a img {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  #head_nav {
    display: none;
  }
  .ec-headerTitle__title h1 a img {
    position: relative;
    top: 16px;
  }
}
/* ヘッドナビここまで */

/*=======
　スライダー
=========*/
.ec-sliderRole {
  margin-bottom:35px;
}
@media screen and (max-width: 767px) {
  .ec-sliderRole {
    padding: 0;
  }
}
/*=======
　ニュース・バナーブロック
=========*/
.ec-role.newsBanner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.ec-newsRole {
  width: 55%;
  padding: 0;
}

.ec-role .banner {
  width: 45%;
  list-style: none;
}
.ec-role .banner li {
  margin-bottom: 40px;
}

.ec-role .banner li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ec-role.newsBanner {
    display: block;
  }
  
  .ec-newsRole {
    width: 100%;
  }
  .ec-role .banner {
    margin: 20px auto 0;
    width: 100%;
    padding-left: 0;
  }
  .ec-role .banner li {
    margin-bottom: 10px !important;
  }
}

/*=======
　アバウト
=========*/
.aboutBlock {
  padding: 0 16px;
}

.aboutBlock h2 {
  text-align: center;
  margin-bottom: 30px
}

.aboutBlock .about-flex {
  display: flex;
  max-width: 960px;
  justify-content: space-between;
  margin: 0 auto 75px;
}
.aboutBlock .about-flex.first  {
  flex-direction: row-reverse;
}

.aboutBlock .item {
  width: 48%;
  line-height: 1.5;
}

.aboutBlock .item img  {
  width: 100%;
}

.aboutBlock .item p  {
  font-size: 16px
}

.btn.btn-1 {
float: right;
background-color: #F7F2E9;
color: #555;
padding: 9px 18px;
}

@media screen and (max-width: 767px) {
  .aboutBlock .about-flex {
    display: block;
    
  }
  .aboutBlock .about-flex .item {
    width: 100%;
    margin: 10px 0;
  }
  .aboutBlock .item p {
    font-size: 15px;
  }
}
/*=======
　お知らせエリア
=========*/
.ec-newsRole .ec-newsRole__news {
background-image: url(../../../../html/template/default/assets/img/paper.png);
border: 0;
padding: 30px 40px;
}

.ec-categoryRole .ec-categoryRole__listItem {
padding: 10px;
}

/*=======
　カテゴリ
=========*/

.block-header {
text-align: center;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
margin-bottom: 30px;
}
.ec-categoryRole {
background: #fff;
}
.ec-categoryRole__list .sp {
  display: none;
} 
.btn.btn-2 {
text-align: center;
background-color: #F7F2E9;
color: #555;
padding: 9px 18px;
margin: 30px auto;
display: block;
width: 260px;
}
@media screen and (max-width: 767px) {
  .recommend_flex {
    display: block;
    padding: 0;
  }
  .recommend_flex .recipe {
    width: 80%;
    margin-bottom: 30px;
  }
  .ec-categoryRole {
    padding: 10px 0;
  }
  .ec-categoryRole__list .pc {
    display: none;
  } 
  .ec-categoryRole__list .sp {
    display: inherit;
  } 
  .ec-categoryRole .ec-categoryRole__listItem  {
    margin-bottom: 0;
  }
  .ec-categoryRole h2 {
    display: none;
  }
}
/*=======
　おすすめ
=========*/
.recommend_flex {
display: flex;
justify-content: center;
padding: 0 16px;
}

.recommend_flex .ec-shelfRole {
width: 75%;
}
.recommend_flex .recipe {
width: 25%;
margin-top: 80px;
}
.recommend_flex .recipe .sp {
  display: none;
}

.ec-shelfGrid .ec-shelfGrid__item {
width: 30%;
}

.eiyou {
  color: #D56000;
}

.eiyou span {
  font-size: 13px;
  display: block;
  margin: 30px auto 3px;
}

.eiyou_list {
  padding-left: 15px;
}

@media screen and (max-width: 767px){
  .recommend_flex {
    display: block;
    padding: 0;
  }
  .recommend_flex .ec-shelfRole {
    width: 100%;
    padding: 0;
  }
  .recommend_flex .recipe {
    width: 100%;
    margin-top: 0;
  }
  .recommend_flex .recipe .pc {
    display: none;
  }
  .recommend_flex .recipe .sp {
    display: inherit;
  }
}

/*=======
　店舗情報
=========*/
.shop ul {
display: flex;
justify-content: center;
}
.shop ul li {
list-style: none;
width: 45%;
margin: 0 20px 80px;
}

.shop ul li img {
width: 100%;
}

@media screen and (max-width: 767px) {
  .shop ul {
    display: block;
  }
  .shop ul li {
    width: 80%;
    margin-bottom: 30px;
  }
}
/*=======
　フッター
=========*/
.ec-layoutRole__footer {
  padding: 32px 70px;
  background-color: #F8F8F8;
}
.container-fluid.inner ul {
list-style: none;
display: flex;
justify-content: space-between;
max-width: 900px;
margin: 0 auto 30px;
flex-wrap: wrap;
padding: 0;
}

.footer-contents .takuhai {
display: flex;
}

@media screen and (max-width: 500px){
  .container-fluid.inner ul  {
    display: block;
  }
  .ec-layoutRole__footer {
  padding: 32px 00px;
  }
  .footer-contents {
    margin-bottom: 20px;
  }
}


/* フッターフレックス */
.footer-contents {
display:-webkit-box;
display: flex;
justify-content: center;
margin-bottom: 60px;
line-height: 1.8;
}
.footer-contents p {
margin-bottom: 15px;
}
.js-ac{
width: 33%;
padding: 0 40px;
}
.takuhai img {
width: 30% !important;
}


@media screen and (max-width: 1000px) {
.footer-contents {
  display: inherit;
}
.footer-contents {
  margin-bottom: 20px;
}
.js-ac{
  width: 100%;
  padding: 0 30px;
  margin-bottom: 1px;
}
}


.footer-tips p img {
width: 60%;
}

/* フッターアコーディオン */
.title {
display: block;
pointer-events: none;
padding: 8px;
background: #0e0e29;
color: #fff;
margin-bottom: 15px;
}

.title span {
display: none;
}

.footer-ul {
  list-style: none;
  display: flex;
  text-align: center;
  margin: 0 auto 40px;
  width: 800px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
}

.footer_logo_area {
  text-align: center;
}

input.footer-input {
display: none;
}

@media screen and (max-width: 900px){
.title{
  pointer-events: all;
}

.title span {
  display: inline;
  float: right;
} 

.toggle{
  height: 0;
  padding: 0 8px;
  transition: .2s;
  overflow: hidden;
}

input.footer-input:checked + .toggle{
  height: auto;
  padding: 8px;
}


}

/*=======
　ふじたとは
=========*/
.about_title {
font-size: 34px;
text-align: center;
background: #F3EFE4;
padding: 50px;
margin: 20px calc(50% - 50vw) 40px;
width: 100vw;
}

.about_subtitle {
text-align: center;
margin-bottom: 40px;
}
.about_subtitle span {
font-size: 65%;
vertical-align: baseline;
margin-left: 20px;
}

.about_name {
text-align: right;
display: block;
margin-top: 50px;
}

.about_flex {
display: flex;
justify-content: center;
margin-bottom: 80px;
}

.about_flex .about_item {
width: 50%;
margin: 25px 40px 0 0;
}

.about_flex .about_item img {
width: 100%;
}


.kodawari {
width: 800px;
margin: 0 auto;
}

.red {
color: red;
}
@media screen and (max-width: 767px) {
  .kodawari {
    width: 100%;
  }
  .about_flex {
    margin-bottom: 30px;
  }
  .kodawari .about_flex {
    margin-bottom: 40px;
  }
  .kodawari .about_subtitle img {
    width: 100%;
  } 
  .kodawari h3 {
    font-size: 20px;
    margin: -20px 0 20px;
  }

  .about_subtitle span {
    display: block;
    font-size: 70%;
    margin-bottom: 20px;
  }
}
/*=======
　ぬかみそだきとは
=========*/
.about_box h3 {
text-align: center;
margin-top: 60px;
}
.about_item h4 {
font-weight: bold;
margin-bottom: 30px;
}
.comment {
border: solid 5px #F3EFE4;
border-radius: 30px;
padding: 40px 80px;
display: flex;
justify-content: center;
align-items: center;
margin: -20px 70px 90px;
}
.comment_img {
width: 22%;
margin-right: 50px;
}
.comment_img img {
width: 80%;
margin: 0 auto 15px;
display: block;
}
.comment_img .name {
text-align: center;
margin-bottom: 12px;
}
.comment_text {
width: 60%;
line-height: 1.8;
}
.howto  {
text-align: center;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding: 0 16px;
  }
  h2.about_subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .about_flex {
    display: block;
  }
  .about_flex h3 {
    line-height: 1.6;
  }
  .about_flex .about_item {
    width: 100%;
    line-height: 1.6;
  }
  .comment {
    display: block;
    padding: 30px;
    margin: -10px 20px 60px;
  }
  .comment_img {
    width: 80%;
    margin: auto;
  }
  .comment_text {
    width: 100%;
  }
  .howto, .howto img {
    width: 100%;
  }
}
/*=======
　店舗紹介
=========*/
.about_item tbody {
font-size: 16px;
}
.about_item td {
padding: 15px;
}

.info {
margin-bottom: 120px;
}
.info .about_flex {
margin-bottom: 40px;
}
/*=======
　取扱店
=========*/
.dealers .ec-borderedDefs {
  width: 100%;
  word-break : break-all;
}
.dealers .ec-borderedDefs dl {
  justify-content: center;
  padding: 15px 0;
}
.dealers .ec-borderedDefs dt  {
  width: 35%;
  padding-top: 10px;
}
.dealers .ec-borderedDefs dd  {
  width: 50%;
  line-height: 2.5;
}
/*=======
　レシピ
=========*/
.recipe {
margin: 80px auto;
}
.recipe img {
width: 100%;
}
.recipe .recipe_flex {
display: flex;
}

.recipe .recipe_flex .item {
width: 50%;
}
@media screen and (max-width: 768px) {
  .recipe {
    margin: 30px auto;
    }
}
/*=======
　商品ページ
=========*/
.ec-shelfGrid {
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px){
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
  }
}

/*=======
　LPページ
=========*/
.lp_flex ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.lp_flex__item {
  width: 45%;
  margin: 0 20px 30px;
  padding: 30px 60px;
  list-style: none;
  border: solid 5px #F3EFE4;
  border-radius: 30px;
}

.lp_flex__item h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.lp_flex__item .ec-blockBtn--action {
  width: 50%;
  margin: 20px auto;
} 

.hakkou {
  border: solid 5px #F3EFE4;
  border-radius: 30px;
  padding: 30px 50px;
  margin: 0 30px 60px;
}
.hakkou .h3_pc {
  font-size: 20px;
}
.hakkou .h3_sp {
  display: none;
}
.hakkou p {
  margin: 10px 0 30px;
}

.lp_block {
  display: flex;
  border: solid 5px #F3EFE4;
  border-radius: 30px;
  padding: 30px 50px;
  margin: 0 30px 60px;
}

.lp_block .item_text {
  width: 70%;
  padding-right: 50px;
}
.lp_block .item_text h4 {
  margin-bottom: 20px;
}
.lp_block .item_text p{
  margin: 0 0 30px;
}
.lp_block .item_img {
  width: 30%;
}
@media screen and (max-width: 767px){
  .hakkou {
    padding: 15px 30px;
    margin: 0 0 40px;
  }
  .hakkou .h3_pc {
    display: none;
  }
  .hakkou .h3_sp {
    display: inherit;
    font-size: 18px;
  }
  .lp_flex ul {
    display: block;
  } 
  .lp_flex__item {
    width: 100%;
    margin: 20px 0;
    padding: 25px;
  }

  .lp_block  {
    display: block;
    margin: 0 0 60px;
    padding: 30px;
  }
  .lp_block .item_text {
    width: 100%;
    padding: 0;
  }
  .lp_block .item_text br {
    display: none;
  }
  .lp_block .item_img {
    width: 100%;
  }
  .lp_flex__item .ec-blockBtn--action {
    width: 70%;
  }
}

/* ヘッダーインフォメーション */
.header-info {
  margin-right: 16px;
}
.header-info__item {
  font-size: 13px;
  color: #7d7d7d;
}
.header-info__item--tel {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 95px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 4);
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 3 / 4);
  }
  .header-info {
    margin-right: 8px;
  }
  .header-info__item {
    font-size: 10px;
  }
  .header-info__item--tel {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 3);
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 2 / 3);
  }
  .header-info__item {
    font-size: 12px;
  }
  .header-info__item--tel {
    font-size: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 165px;
  }
}
@media screen and (min-width: 1180px) {
  .header-info {
    margin-right: 32px;
  }
}

/* ドロップメニュー */
/* リセット */
#head_nav .drop-menu {
  padding: initial;
  float: initial;
}
#head_nav .drop-menu__item {
  padding: initial;
  border: initial;
  float: initial;
}
#head_nav .drop-menu__item:first-child {
  border: initial;
  padding-left: initial;
}
#head_nav .drop-menu__item a {
  margin-right: initial;
  padding-right: initial;
  border-right: initial;
}

#head_nav .head_nav__drop-menu {
  position: relative;
}
#head_nav .head_nav__drop-menu:hover .drop-menu {
  display: block;
}
#head_nav .drop-menu {
  position: absolute;
  z-index: 1;
  width: max-content;
  display: none;
}
#head_nav .drop-menu__item {
  background-color: #000000;
}
#head_nav .drop-menu__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#head_nav .drop-menu__item a {
  display: block;
  color: #fff;
  padding: 16px 16px;
}
#head_nav .drop-menu__item a:hover {
  text-decoration: none;
  background-color: #333;
}

/**
ランキング追加
*/

.rankingBlock{
  background: #FAEEEA;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.ranking-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-inline: 13px;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin: 0 auto 30px;
}
.ranking-list{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:24px;
}
.ranking-item{
    display: flex;
    flex-direction: column;
}
.ranking-top{
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}
.ranking-number{
    border-radius: 9999px;
    font-weight: bold;
    font-size: 18px;
    color:#FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ccc;
    position: absolute;
    left:0;
    top:0;
}
.ranking-number-one{
    background:#F2D022;
  }
.ranking-number-second{
    background:#A6A6A6;
  
}
.ranking-number-three{
    background:#BE7E54;
}
.ranking-number-four,
.ranking-number-five{
    color:#777;
    background:#FFF;
    border:1px solid #ccc;
}
.ranking-image{
    width:100%;
    object-fit: cover;
    height:175px;;
    object-position: center
}
.ranking-item-name{
  color:#525263;
  font-size: 14px;
  font-weight: bold;
}
.ranking-price{
  color:#525263;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .ranking-title{
    font-size: 24px;
  }
  .ranking-list{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .ranking-top{
    padding-left: 15px;
    padding-top: 15px;
  }
  .ranking-number{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .ranking-image{
    object-fit: contain;
    height: initial;
    object-position: top;
  }
  .ranking-item-name{
    font-size: 12px;
  }
  .ranking-price{
    font-size: 12px;
  }
}