 /*under.css追記*/
 .fs-c-button--addToWishList--icon {
   display: none;
 }

 .fs-c-productList__list__item .fs-c-button--addToCart--list {
   width: 100%;
 }

 .fs-c-subgroup .fs-c-listControl {
   display: none;
 }

 .min-blk {
   margin: 0 auto 40px;
 }

 .sub-cate_cp {
   width: 90%;
   margin: 20px auto;
 }

 .dedle-item {
   display: grid;
   grid-template-columns: repeat(2, 48%);
   gap: 20px 4%;
   margin-bottom: 20px;
 }

 .min-blk-tit {
   font-size: 2.2rem;
   font-weight: bold;
   margin-bottom: 15px;
 }


 .-mrb20 {
   margin-bottom: 20px;
 }

 .fs-body-category-omakebeer .fs-c-productListItem__image a {
   pointer-events: none;
 }

 @media screen and (max-width: 767px) {
   .dedle-item {
     display: grid;
     grid-template-columns: 100%;
     gap: 20px 0;
   }

   .min-blk-tit {
     font-size: 2rem;
     margin-bottom: 15px;
   }
 }

 /* トップ　バナーエリア */
 .top_bunner-area {
   margin-bottom: 20px;
 }

 .top_bunner-area_item:nth-child(n+2) {
   margin-top: 10px;
 }



 /* 大カテ（コンテンツあり） */
 .bigcate_title {
   text-align: center;
   margin-bottom: 1em;
   font-size: 2.5rem;
   font-weight:600;
 }

 .bigcate_main {
   position: relative;
   z-index: 0;
 }

 .bigcate_mainimg {}

 .bigcate_headline {
   background: rgba(255, 252, 231, 0.75);
   padding: 4rem;
   margin-top: -20px;
   width: calc(100% - 20px);
   position: relative;
   z-index: 1;
   margin-left: -20px;
 }
.bigcate_headline___p:not(:last-child),.bigcate-cotainer figure{
    margin-bottom:30px;
}

 .bigcate_index {
   padding: 20px 20px 14px;
   background: #f4f6f8;
   border: 1px solid #1e4978;
 }

 @media screen and (max-width: 767px) {
   .bigcate_index {
     padding: 20px 16px;
   }
 }

 .bigcate_index_ttl {
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   margin-bottom: 20px;
   padding-bottom: 12px;
   border-bottom: 1px solid #1e4978;
 }

 @media screen and (max-width: 767px) {
   .bigcate_index_ttl {
     margin-bottom: 2rem;
     font-size: 1.8rem;
   }
 }

 .bigcate_index_ttl.--txt-left {
   text-align-last: left;
 }

 .bigcate_index_body {}

 .bigcate_index_list li {
   line-height: 2;
   list-style: none;
 }

 @media screen and (max-width: 767px) {
   .bigcate_index_list li {
     font-size: 1.8rem;
     line-height: calc(30 / 18);
   }
 }

 .bigcate_index_list a {
   color: #1e4978;
   text-decoration: underline;
 }

 .bigcate-cotainer {
   margin: 40px 0;
 }

 .bigcate_subtitle {
font-weight: 600;
margin:50px 0 30px
 }

 .bigcate_contents {
   margin: 0.5em 0;
 }

 .bigcate_figure {
   width: 70%;
   font-size: 1.2rem;
 }

 .bigcate_writer {
   padding: 20px;
   background: #fffce7;
 }

 .bigcate_writer p:not(:last-child) {
   margin-bottom: 20px;
 }

 .bigcate_writer_ttl {
   margin-bottom: 20px;
 }

 .bigcate_writer_container {
   display: flex;
 }

 .bigcate_writer_info {
   flex-grow: 1;
   padding-right: 20px;
 }

 .bigcate_writer_img {
   width: 100%;
   max-width: 260px;
   flex-shrink: 0;
 }

 .bigcate_writer_img img {
   width: 100%;
 }

 .bigcate_writer_comment {
   padding: 12px;
   margin-bottom: 20px;
   background: #fff;
   border: 2px solid #bcb9a8;
 }

 .bigcate_writer_policy {
   margin-top: 40px;
 }

 .bigcate_writer_policy a {
   text-decoration: underline;
   color: #1e4978;
 }

 @media screen and (max-width: 767px) {
   .bigcate_writer_container {
     display: contents;
   }

   .bigcate_writer_info {
     padding-right: 0;
   }
 }

  /*バイキング_ipadでのボタンの高さ調整*/
@media screen and (max-width:958px) {
  form .-fixcart-vk {
    bottom: 72px;
  }
}

.strong-yline{
font-weight: 600;
background:linear-gradient(transparent 60%, rgba(255, 252, 231) 60%);
}
.txt-pic{
    display: grid;
    grid-template-columns: min(358px, 50%) auto;
    gap: 0 30px;
    margin: 0 auto 30px;
}
@media (max-width: 519px){
.txt-pic{
    grid-template-columns: 100%;
    gap: 0 0;
}
}
#blog-contents .fs-c-buttonContainer,
#blog-contents .fs-c-productPrice{display: none;}


  /*20240216 検索フォームここから*/
.search_and_sns_icon{
    gap: 2%;
}
.spform__area{
    width: 100%;
    margin: 1rem auto;
}
.pcform__area{
    width: 350px;
    margin: 1rem auto;
}
.spform__flex,
.pcform__flex{
    display: flex;
    margin: 0 auto 6px;
}
.spform__flex{width: 90%;}
.input__search{
    line-height:0.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
}
.spform__area .kw__pt,
.pcform__area .kw__pt{
    width: 80%;
    margin-right: 2%;
    background: #fff;
    padding: 3px 12px;
}
.tag__pt{opacity: 0;}
.input__pt{
    background: #c63f0f;
    color: #fff !important;
    display: block;
    font-weight: bold;
    padding: 12px 10px;
}
.submit__pt{
    width: 18%;
}
.sp_hotword{
    overflow: hidden;
    max-width: 959px;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    line-height: 1;
    align-items: center;
    font-size: 0.9rem;
    border-bottom: none;
    padding: 6px 5%;
}
.top_hotword_tit{
    width: 8.5em;
    text-wrap: nowrap;
    margin-bottom: 0;
}
.top_hotword_listbox{
    display: flex;
    gap:5px;
}
.top_hotword_listbox li a{
    color: #1e4978;
    text-decoration: underline;
    font-size: 12px;
    word-break:keep-all;
}



  /*20240216 検索フォームここまで*/
