/*h1ページタイトル背景一括変更 --title1は背景に色を混ぜる　blend-mode>淡色lighten濃色multiply */
:root{
  --title1:var(--bk20);
  --linkC:var(--ac);

  --mc:#cc983d;/* 明茶 */ 
  --sc:#403833;/* 濃茶 */
  --bc:#f5e7d0;/* 肌 */
  --ac:#cc983d;/* 明茶　*/
  --tx:#513b16;/* 文字色 茶 */
  --gr:#f0ebea;/* 灰(トップ背景で使用) */
  --bk:#000;
  --wh:#fff; 
  
 
}
#contents .h1txt{
  background-blend-mode: darken;
  /*background-image: url(/images/home/title1.jpg);*/
}
/* 下層card~の画像比率 */
/* html:not(.home) #contents [class*=card] article .im>img{
  object-fit: cover;
  aspect-ratio: 5/3;
} */
/*○○px以下でmv画像の中央位置を調整*/
/* @media screen and (max-width: 834px){
    #contents :is(.bg_slide,.mv_slide,.mv_img,.mv_video) :is(img,video){
        object-position: 0%;
    }
}  */


/* veilのホバー時 */
a.veil:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* 最新情報 */
.home .blog_photo {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形にする */
  overflow: hidden;
  position: relative;
}

.home .blog_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 中央を切り取ってフィットさせる */
  display: block;
}

/* インスタ */
div[class*=sns_card] .sns_list > div {
  width: calc((100% - var(--gap)) / 2);
}

/* カテゴリタ */
.layout02.category01 .box article > div {
  padding: 0.5em;
  min-height: 3.5em;
  border-radius: 0;
}

.layout02.category01 .box article > div h3 {
  font-size: 1em;
}

@media (width <= 480px) {
  .card5 .box {
    flex: 0 0 calc(50% - var(--gap) / 2);
  }
}

/* フォーム */
div.contact01 {
  max-width: 100%;
}

section div.form_wrap dl dd input[type="text"], section div.form_wrap dl dd input[type="password"] {
  width: 80%;
  border-radius: 3px;
}

.contact01 dl dt label {
  color: var(--linkC) !important;
}

section div.form_wrap dl dt label {
  font-size: 13px;
}

section p.annot, section form p.annot {
  color: var(--linkC);
}


/* 追加 */
.h_nav > ul li.drop ul {
  padding-top: 20px;
}

@media (width <= 834px) {
  div.top-recom01 article {
    flex-direction: column-reverse;
  }
}

.card3.__icon .box div small, .card2.__icon .box div small, .card4.__icon .box div small, .card5.__icon .box div small, .cardflex.__icon .box div small, .cardfix.__icon .box div small {
  line-height: 1.5;
  text-align: center;
}

.card3.__icon .box div small span,
.card2.__icon .box div small span,
.card4.__icon .box div small span,
.card5.__icon .box div small span,
.cardflex.__icon .box div small span,
.cardfix.__icon .box div small span {
  font-size:1.2em;
  font-weight: bold;
  color:#cc513d;
}

.card2, .card3, .card4, .card5 {
  row-gap: 50px;
}

.recom_gluten h3 span {
  color: #cc513d;
}

.card3.__layer p,
.card2.__layer p,
.card4.__layer p,
.card5.__layer p,
.cardflex.__layer p,
.cardfix.__layer p {
  font-size: var(--f16);
  font-weight: 500;
  margin-top: 20px;
}

.jc_center {
  justify-content: center;
}



/* blog */
html.page-blog div.wrap {
  gap: 5em;
}

html.page-blog section div#contents img {
  margin-top: 1em;
}

html.page-blog section div#contents article h1 span {
  font-size: var(--f36);
}

@media (width <= 834px) {
    html.page-blog .card3 .box, .card2 .box, .card4 .box, .card5 .box, .cardflex .box, .cardfix .box {
        flex: 0 0 100%;
    }
}