@charset "UTF-8";
/* production date 2025/11/27 */
/* 「Vol.028 岩手ジビエ 鹿肉」scss(pc・sp) */
/*----------------------------------------------------------------------------------------------------------------
mixin
----------------------------------------------------------------------------------------------------------------*/
/* img */
/* color */
/*----------------------------------------------------------------------------------------------------------------
base
----------------------------------------------------------------------------------------------------------------*/


body {
  margin: 0;
}

p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
  color: #000 !important;
}

img {
  user-select: none;
  /* imgの選択禁止 */
  -webkit-user-drag: none;
  /* Webkitブラウザ（ChromeやSafari） */
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE向け */
  pointer-events: none;
  /* 右クリックや長押し禁止 */
}

.vol028 {
  width: 100%;
  overflow: hidden;
}

.essay_content {
  padding-bottom: 1px;
  background-color: #FFF !important;
}

.content_inner {
  background-color: #FFF !important;
  padding-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .categoryTitle_L img {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------------------------------*/
/* text */
.tx_style__m {
  font-size: 12.2px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2.1;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .tx_style__m {
    font-size: 13px;
  }
}

.tx_style__s {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .tx_style__s {
    font-size: 10px;
    letter-spacing: 0.01em;
  }
}

/* asterisked */
.asterisked__tx {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 480px) {
  .asterisked__tx {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* after */
.after__tx {
  font-size: 6px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .after__tx {
    font-size: 8px;
  }
}

.after__tx span {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .after__tx span {
    font-size: 10px;
  }
}

/* address */
.title_style__address {
  font-size: 12.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.title_style__address span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border: 0.5px #000 solid;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px;
}

.tx_style__address {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 5px;
}

/*----------------------------------------------------------------------------------------------------------------
help
----------------------------------------------------------------------------------------------------------------*/
/* display:blockに */
.hp_block {
  display: block;
}

/* pc用の画像(spでは非表示に)  */
.hp_sp_displayNone {
  display: static;
}

@media screen and (max-width: 480px) {
  .hp_sp_displayNone {
    display: none;
  }
}

/* スマホ用の画像(pcでは非表示に) */
.hp_sp_displayBlock {
  display: none;
}

@media screen and (max-width: 480px) {
  .hp_sp_displayBlock {
    display: block;
  }
}

/* スマホ改行用 */
.hp_sp__br {
  display: none;
}

@media screen and (max-width: 480px) {
  .hp_sp__br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  /* スマホでのみdisplay:blockを解除 */
  .hp_sp_block {
    display: none;
  }
  /* スマホでのみdisplay:flexに */
  .hp_sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------------------------------------------------------------------------------------------------
fv
----------------------------------------------------------------------------------------------------------------*/
/* fv */
.fv_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.fv_block__inner {
  position: relative;
  width: 100%;
  height: auto;
}

.fv_block__upperInner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 480px) {
  .fv_block__upperInner {
    margin-bottom: 9px;
  }
}

.fv_block__upperInner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv_block__underInner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .fv_block__underInner {
    position: relative;
    display: block;
    margin-bottom: 21px;
    margin: 0px 20px;
    gap: 0;
  }
}

.fv_block__underInner--left {
  width: 60.5%;
  height: auto;
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  .fv_block__underInner--left {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
}

.fv_block__underInner--left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv_block__underInner--right {
  display: inline-block;
  width: 37.5%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .fv_block__underInner--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 7px;
    margin-bottom: 30px;
  }
}

.fv_block__underInner--right img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .fv_block__underInner--right img {
    width: calc(50% - 3.5px);
    height: auto;
  }
}

.fv_block__underInner--right img + img {
  margin-top: 13px;
}

@media screen and (max-width: 480px) {
  .fv_block__underInner--right img + img {
    margin: 0;
  }
}

/*----------------------------------------------------------------------------------------------------------------
introduction
----------------------------------------------------------------------------------------------------------------*/
.introduction_block {
  position: relative;
  width: 100%;
  height: auto;
  /* introduction tx */
  /* growers */
  /* todays menu */
}

@media screen and (max-width: 480px) {
  .introduction_block {
    position: static;
    height: auto;
    margin: 0px 20px;
  }
}

.introduction_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .introduction_block__inner {
    display: block;
  }
}

.introduction_block__txBox {
  position: relative;
  width: 60%;
  height: auto;
  gap: 30px;
}

@media screen and (max-width: 480px) {
  .introduction_block__txBox {
    position: static;
    width: calc(100% - 40px);
    gap: 0;
  }
}

.introduction_block__tx {
  position: absolute;
  top: 48px;
  left: 47px;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .introduction_block__tx {
    position: static;
    margin-top: -15px;
  }
}

@media screen and (max-width: 480px) {
  .introduction_block__tx--sp {
    width: 55%;
  }
  .introduction_block__tx--sp img {
    width: 90%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
}

.introduction_block__flag {
  position: absolute;
  left: 17px;
  width: 170px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .introduction_block__flag {
    position: static;
    left: 0;
    width: 110px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -10;
  }
}

.introduction_block__growersBox {
  width: 40%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .introduction_block__growersBox {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.introduction_block__growersBox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .introduction_block__growersBox img {
    margin-bottom: 0px;
  }
}

.introduction_block__growersTx {
  width: 183px;
  margin: -4px 0px 0px 52px;
}

@media screen and (max-width: 480px) {
  .introduction_block__growersTx {
    width: 100%;
    margin: 0;
  }
}

.introduction_block__growersTx--sp img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .introduction_block__growersTx--sp {
    width: 56%;
  }
}

.introduction_block__growersImg--sp {
  width: 55%;
}

@media screen and (max-width: 480px) {
  .introduction_block__growersImg--sp {
    width: 44%;
    margin: 20px 0 0 20px;
  }
}

.introduction_block__todays-menu {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .introduction_block__todays-menu {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
}

.introduction_block__todays-menu img {
  width: 608px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .introduction_block__todays-menu img {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------------------------------------
middle mv
----------------------------------------------------------------------------------------------------------------*/
.middle_block {
  width: 100%;
  height: auto;
  /* mv */
  /* upper */
  /* under */
  /* farmers-message */
  /* youtube */
}

.middle_block__mv {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .middle_block__mv {
    margin: 0 -2px 20px -2px;
  }
}

.middle_block__mv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 4px);
}

.middle_block__upper {
  margin: 35px 40px 34px 40px;
}

@media screen and (max-width: 480px) {
  .middle_block__upper {
    margin: 10px 20px 20px;
  }
}

.middle_block__upper .float-right {
  float: right;
  margin: 0 0 10px 22px;
  width: 390px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .middle_block__upper .float-right {
    float: right;
    margin: 8px 0 10px 22px;
    width: 50%;
    height: auto;
  }
}

.middle_block__upper--img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.middle_block__under {
  display: block;
  height: auto;
  margin: 10px 40px 50px 40px;
}

@media screen and (max-width: 480px) {
  .middle_block__under {
    display: block;
    margin: 0px 20px;
  }
}

.middle_block__under--imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .middle_block__under--imgBox {
    display: block;
  }
}

.middle_block__under--left {
  width: 66%;
  height: auto;
  margin-right: 12px;
}

@media screen and (max-width: 480px) {
  .middle_block__under--left {
    width: 100%;
    height: auto;
    margin: 30px 0 10px 0;
  }
}

.middle_block__under--left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.middle_block__under--right {
  width: 34%;
  height: 248px;
}

@media screen and (max-width: 480px) {
  .middle_block__under--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }
}

.middle_block__under--right img {
  width: 100%;
  height: calc(50% + 4px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .middle_block__under--right img {
    width: calc(50% - 6.5px);
    height: auto;
  }
}

.middle_block__under--right img + img {
  margin-top: 14px;
}

@media screen and (max-width: 480px) {
  .middle_block__under--right img + img {
    margin-top: 0;
    margin-left: 8px;
  }
}

.middle_block__under--tx {
  margin: 30px 0px 30px 0px;
}

@media screen and (max-width: 480px) {
  .middle_block__under--tx {
    margin: 20px 0px 20px 0px;
  }
}

.middle_block__farmers-message {
  width: auto;
  height: auto;
  text-align: center;
  margin: 0px 40px 60px 40px;
}

@media screen and (max-width: 480px) {
  .middle_block__farmers-message {
    margin: 0px 20px 50px 20px;
  }
}

.middle_block__farmers-message img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.middle_block .youtube__inner {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}

.middle_block .youtube__inner img {
  width: 148px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .middle_block .youtube__inner img {
    width: 120px;
  }
}

.middle_block .youtube__iframeBox {
  display: block;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .middle_block .youtube__iframeBox {
    width: calc(100% - 40px);
    margin: 0px 20px;
  }
}

.middle_block .youtube__iframeBox iframe {
  width: 416px;
  height: 234px;
}

@media screen and (max-width: 480px) {
  .middle_block .youtube__iframeBox iframe {
    width: 100%;
    height: 216px;
  }
}

/*----------------------------------------------------------------------------------------------------------------
todays-dish
----------------------------------------------------------------------------------------------------------------*/
.todays-dish_block {
  margin: 75px 48px 48px 48px;
  background-color: #f7e6d9;
  /* todays-dish */
  /* todays-dish_left */
  /* todays-dish_right */
  /* one-more-dish */
  /* chefs-message */
}

@media screen and (max-width: 480px) {
  .todays-dish_block {
    margin: 50px 0px 0px;
    padding: 20px 0 0 0;
  }
}

.todays-dish_block__mv {
  width: 100%;
  height: auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__mv {
    display: inline-block;
    margin: 0px 20px;
  }
}

.todays-dish_block__mv img {
  width: 555px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0px -6px 4px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__mv img {
    width: calc(100% - 40px);
    margin: 0px;
    margin-left: 2px;
  }
}

.todays-dish_block__txBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__txBox {
    display: block;
  }
}

.todays-dish_block__left {
  width: 51%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__left {
    width: 100%;
  }
}

.todays-dish_block__left img {
  width: 258px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__left img {
    width: 280px;
    margin: 20px 0;
  }
}

.todays-dish_block__left p {
  margin: 20px 0px 0px 52px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__left p {
    margin: 0px 20px;
  }
}

.todays-dish_block__right {
  width: 36%;
  height: auto;
  margin: -4px 38px 50px 0px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__right {
    width: calc(100% - 40px);
    margin: 0px 20px 40px 20px;
  }
}

.todays-dish_block__right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -20px;
}

.todays-dish_block__right p {
  margin-bottom: 4px;
}

.todays-dish_block__memo {
  width: 254px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__memo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 10px;
  }
}

.todays-dish_block__one-more-dish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -24px 45px 25px 50px;
  padding: 25px 0 22px;
  border-top: 0.5px #000 solid;
  border-bottom: 0.5px #000 solid;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__one-more-dish {
    display: block;
    margin: -16px 20px 25px;
  }
}

.todays-dish_block__one-more-dish--left {
  width: 52%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__one-more-dish--left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.todays-dish_block__one-more-dish--left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.todays-dish_block__one-more-dish--right {
  width: 44.5%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__one-more-dish--right {
    width: 100%;
  }
}

.todays-dish_block__one-more-dish--right img {
  width: 160px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__one-more-dish--right img {
    width: 230px;
  }
}

.todays-dish_block__one-more-dish--right p {
  letter-spacing: 0.01em !important;
  margin-bottom: 17px;
}

.todays-dish_block__one-more-dish--right p:last-child {
  margin: 0px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__one-more-dish--right p:last-child {
    margin-bottom: 0px;
  }
}

.todays-dish_block__chefs-message {
  margin: 0px 45px 45px 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__chefs-message {
    margin: 0px 20px 20px 20px;
    padding-bottom: 35px;
  }
}

.todays-dish_block__chefs-message--imgBox {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .todays-dish_block__chefs-message--imgBox {
    margin-bottom: 20px;
  }
}

.todays-dish_block__chefs-message--imgBox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.todays-dish_block__chefs-message p {
  margin-left: 0px;
}



/*=========================================================

20251208 川嶋印刷追加記述

=========================================================*/

/* コンテンツ枠を上書き
--------------------------------------------------------- */
#main.twoColumn #content {
	margin: 0;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 700px;
	float: left;
	position: relative;
	background: none;
	color: #663300;
}
/* カテゴリータイトル
--------------------------------------------------------- */
h2.categoryTitle_L {
	margin: 0 0 20px;
}

.essay_content {
	background: #fff;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.back_index_large.producer a {
	display: block;
}