#fs_preview_header {display: none;}
.page_2column #side {margin-bottom: 40px;}

.aiRec_block:not(.checkedRec) .fs-p-heading--lv2 {
 display: none !important;
}
.aiRec_block.checkedRec .fs-p-heading--lv2 {
 border-bottom: none !important;
 font-size: 28px !important;
 line-height: 48px;
 margin-bottom: 45px;
 text-align: center;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: "Lato", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: left;
 display: -ms-flex;
 display: flex;
 align-items: center;
 color: #131246;
}
.aiRec_block.checkedRec .fs-p-heading--lv2::after {
 content: "CHECKED ITEM";
 font-size: 16px;
 display: block;
 text-align: left;
 line-height: 24px;
 letter-spacing: 1px;
 margin-left: 20px;
 font-weight: 900;
 color: #fff;
}
.aiRec_block.checkedRec .fs-p-heading--lv2 {
 background: url(https://dogooyah.itembox.design/item/img/h2_img.png) no-repeat center left;
 background-size: 100%;
 color: #fff;
 line-height: 60px;
 padding-left: 120px;
}
@media (max-width: 991px) {
  .aiRec_block.checkedRec .fs-p-heading--lv2 {
    background: url(https://dogooyah.itembox.design/item/img/h2_img_sp.png) no-repeat center left;
    background-size: 92vw;
    line-height: 40px;
    font-size: 22px !important;
    padding-left: 13%;
    background-image: url(https://dogooyah.itembox.design/item/img/h2_img02_sp.png);
    line-height: 33px;
    display: block;
    margin-bottom: 20px;
  }
  .aiRec_block.checkedRec .fs-p-heading--lv2::after {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 12px;
  }
}
/*@media (max-width: 479px) {
 .aiRec_block.checkedRec .fs-p-heading--lv2 {
  font-size: 24px !important;
  line-height: 36px;
  margin-bottom: 20px; 
 }
 .aiRec_block.checkedRec .fs-p-heading--lv2::after {
  margin-left: 10px;
  font-size: 12px;
 }
}*/

.catePage_ranking .fr3-productListStatic {
 gap: 20px 22px !important;
 padding: 0 !important;
}
.catePage_ranking .fr3-productListStatic .fr3-item:first-child {
 grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.catePage_ranking .fr3-productListStatic .fr3-item:nth-child(n + 8) {display: none;}
@media (max-width: 767px) {
 .rankingTabs .fr3-productListStatic .fr3-item:nth-child(n + 7) {display: none;} 
}

@media (max-width: 991px) {
 .page_2column {padding: 0 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.catePage_ranking .fr3-productListStatic .fr3-item:nth-child(n + 6) {display: none;}
}
@media (max-width: 767px) {
 .catePage_ranking .fr3-productListStatic {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px 10px !important;
 }
 .catePage_ranking .fr3-productListStatic .fr3-item {
  flex: 0 0 calc(50% - 5px);
  max-width: 50%;
 }
 .catePage_ranking .fr3-productListStatic .fr3-item:nth-child(n + 5) {
  flex: 0 0 calc((100% - 20px) / 3);
  max-width: 33.33%;
 }
}

/* AI recommend carousel */
.fr3-productListCarousel {
 position: relative;
 grid-template-columns: 1fr !important;
}
.fr3-productListCarousel__ButtonContainer {
 width: 0 !important;
}
.fr3-productListCarousel__Button.fr3-productListCarousel__prevButton {
 position: absolute;
 top: 50%;
 left: 0;
 width: 40px;
 z-index: 2;
 height: 40px;
 transform: translateY(-50%);
 border-radius: 50%;
 background: #E55200;
}
.fr3-productListCarousel__Button.fr3-productListCarousel__nextButton {
 position: absolute;
 top: 50%;
 right: 0;
 width: 40px;
 z-index: 2;
 height: 40px;
 transform: translateY(-50%);
 border-radius: 50%;
 background: #E55200;
}
.fr3-productListCarousel__ButtonImage {display: none;}
.fr3-productListCarousel__Button.fr3-productListCarousel__nextButton::before {
 content: "";
 z-index: 2;
 margin: 0;
 display: block;
 width: 15px;
 height: 15px;
 transform-origin: top;
 position: absolute;
 top: 50%;
 transform: rotate(45deg) translate(0, -50%);
 border-top: #fff 1px solid;
 border-right: #fff 1px solid;
 right: 15px;
}
.fr3-productListCarousel__Button.fr3-productListCarousel__prevButton::before {
 content: "";
 z-index: 2;
 margin: 0;
 display: block;
 width: 15px;
 height: 15px;
 transform-origin: top;
 position: absolute;
 top: 50%;
 transform: rotate(45deg) translate(0, -50%);
 border-bottom: #fff 1px solid;
 border-left: #fff 1px solid;
 left: 15px;
}
@media (max-width: 1240px) {
 .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton,
 .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton {width: 30px;height: 30px;}
 .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton::before,
 .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton::before {
  width: 10px;
  height: 10px;
  transform-origin: top;
 }
 .fr3-productListCarousel__Button.fr3-productListCarousel__nextButton::before {right: 11px;}
 .fr3-productListCarousel__Button.fr3-productListCarousel__prevButton::before {left: 11px;}
}
.fr3-productListCarousel__slides {padding-bottom: 12px;}


.fs-c-heading--page {
 border-bottom: none !important;
 font-size: 28px !important;
 line-height: 48px;
 margin-bottom: 30px;
 text-align: center;
 font-weight: 700;
 letter-spacing: 1px;
 font-family: "Lato", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 479px) {
 font-size: 24px !important;
 line-height: 36px;
 margin-bottom: 20px;
}
.fs-body-category .fs-c-heading--page {padding-top: 0;}


.catePage_categoryConcept .conceptB .row {
 margin: 0 -10px;
}
.catePage_categoryConcept .conceptB [class*=col-] {
 padding: 0 10px;
}
.catePage_categoryConcept .conceptB .h2A {
 font-size: 24px !important;
 font-weight: 500 !important;
 line-height: 34px !important;
 margin-bottom: 20px !important;
}
@media (max-width: 767px) {
 .catePage_categoryConcept .conceptB {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -15px;
 }
 .catePage_categoryConcept .conceptB .row {
  margin: 0;
 }
 .catePage_categoryConcept .conceptB [class*=col-] {
  padding: 0;
 }
 .catePage_categoryConcept .conceptB .conceptB__textWrap {
  padding: 0 15px;
 }
 .catePage_categoryConcept .conceptB .h2A {
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
 }
}

.anchor {
 margin-top: -60px;
 padding-top: 60px;
 pointer-events: none;
}
.iconNav span:hover, .iconNav label:hover, .iconNav a:hover {color: #1b1b1b !important;}

.fr3-item__rankContainer {display: none !important;}

.fs-body-product div.fs-c-breadcrumb {display: none;}

 /*店舗情報　各店紹介用*/
  .r_shopinfo_title {
    font-size: 3rem;
    padding: 56px 0 4px;
    border-bottom: solid 2px #00528d;
    text-align: center;
    display: flex;
    margin: auto;
    margin-bottom: 16px;
    align-items: flex-end;
    max-width: 1080px;
  }

  @media screen and (max-width:1000px) {
    .r_shopinfo_title {
      max-width: 630px;
      justify-content: space-between;

    }

    .r_shopinfo_flex {
      max-width: 630px;
      margin: 16px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .r_shopinfo_table {
      margin-top: 10px;
      margin-bottom: 16px;
    }
  }


  @media screen and (max-width:604px) {
    .r_shopinfo_shopimg {
      width: 100vw;
    }

    .r_shopinfo_table {
      width: 100%;
    }
  }

  .dis_none {
    display: none;
  }

  .r_shopinfo_flex {
    max-width: 1080px;
    margin: 16px auto 0;
    display: flex;
  }

  .r_shopinfo_title_map {
    font-size: 1.2rem;
    margin-right: 16px;
  }

  .r_shopinfo_title {
    display: flex;
    justify-content: space-between;
  }

  .r_shopinfo_table {
    margin-left: 6px;
    width: 100%;
    max-width: 604px;
  }

  .r_shopinfo_table tr {
    padding: 10px 12px;
    margin-bottom: 12p
  }

  .r_shopinfo_table th {
    background-color: #2559a824;
    border: solid 3px #fff;
    padding: 2px 4px;
    align-content: space-evenly;
    width: 130px;
  }

  .r_shopinfo_table td {
    padding-left: 12px;
  }

  /*店舗情報　各店紹介用*/




	
/*商品詳細　タブ・テーブル*/
.spectxt h3 {
    font-size: 2rem;
    padding-bottom: 24px;
  }

  .spectxt p {
    font-size: 1.6rem;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .spectxt ul {
    padding-left: 40px;
    padding-bottom: 16px;
  }

  .spectxt li {
    font-size: 1.6rem;
    padding-bottom: 6px;
  }

.specTable {
    width: 100%;
}
  
.specTableWrap th, .specTableWrap td {
    vertical-align: middle;
}

  .fs-p-productDescription .tabSwitch {
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 48px;
  }

  @media (max-width: 767px) {
    .fs-p-productDescription .tabSwitch {
      margin-bottom: 10px;
      padding-bottom: 0;
    }
  }

  .fs-p-productDescription .tab--typeB .tabSwitch li {
    flex: 0 0 50% !important;
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  
  .fs-p-productDescription .tab--typeB .tabSwitch li span {
    height: 48px !important;
  }
  
  .fs-p-productDescription .tab--typeB .tabSwitch li.active span {
    background: #00528D !important;
    border-bottom: 4px solid #ffff00;
  }

  .fs-p-productDescription .tab--typeB .tabSwitch li.active span::after {
    background: none !important;
  }
  
  .fs-p-productDescription .tab--typeB .tabSwitch li:hover {
    color: #00528D !important;
  }
/*商品詳細　タブ・テーブル*/


.cateSec + .keywordSearchSec2 {
    margin-top: -120px;
}  

@media (max-width: 767px) {
    .cateSec + .keywordSearchSec2 {
        margin-top: -40px;
    }
}



.keywordSearchSec2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(229, 82, 0);
    border-image: initial;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}
  
@media (max-width: 767px) {
    .keywordSearchSec2 {
        width: 92%;
        padding: 40px 0px;
    }
}


.keywordSearchSec2 .h2F {
    justify-content: center;
    margin-bottom: 20px;
}
  
@media (max-width: 767px) {
    .keywordSearchSec2 .h2F {
        display: block;
        text-align: left;
    }
}
  


.keywordSearchSec2 .h2F small {
    color: rgb(27, 27, 27);
}
  
@media (max-width: 767px) {
    .keywordSearchSec2 .h2F small {
        text-align: left;
    }
}
  
.keywordSearchSec2 .keywordList li a {
    color: rgb(255, 255, 255);
    background: rgb(229, 82, 0);
    border-color: rgb(229, 82, 0);
}

.keywordSearchSec2 .button {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
    border-color: rgb(229, 82, 0);
    background: rgb(229, 82, 0);
}


