@charset "UTF-8";

/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", sans-serif, Hiragino Sans, "ヒラギノ角ゴシック";
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  cursor: pointer;
}

picture {
  display: block;
}

@media screen and (max-width: 768px) {
  picture img {
    height: auto;
  }
}

/* ----------------------------------------------------------------
共通変数 月ごとに変更
----------------------------------------------------------------- */
:root {
  /* ボーダーカラー */
  --borderColor: #da8915;
}

/* 11/7 ルビ追加 */
.report__text-rt {
  line-height: 1;
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .report__text-rt {
    letter-spacing: -0.06em;
  }
}

.btn {
  position: relative;
}

.btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13.3333333333%;
  width: 15px;
  height: 2px;
  background: #fff;
}

.btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13.3333333333%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ----------------------------------------------------------------
SCSS import
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
variable
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  color: #352b22;
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

picture {
  display: flex;
  justify-content: center;
}

.btnArea {
  padding: 6.0rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .btnArea {
    padding: 5rem 0 0 0;
  }

  .btnArea .deco img {
    width: 86.9333333333vw;
  }
}

.btnArea .buyBtn--01 {
  width: 30rem;
  height: auto;
  margin: 2rem auto 0 auto;
}

.btnArea .buyBtn--02 {
  width: 30rem;
  height: auto;
  margin: 2rem auto 0 auto;
}

.btnArea .buyBtn--03 {
  width: 30rem;
  height: auto;
  margin: 2rem auto 0 auto;
}

.btnArea .buyBtn--04 {
  width: 30rem;
  height: auto;
  margin: 2rem auto 0 auto;
}

.btnArea .buyBtn--05 {
  width: 30rem;
  height: auto;
  margin: 2rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .btnArea .buyBtn--01 {
    width: 89.552238806%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btnArea .buyBtn--02 {
    width: 89.552238806%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btnArea .buyBtn--03 {
    width: 89.552238806%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btnArea .buyBtn--04 {
    width: 89.552238806%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btnArea .buyBtn--05 {
    width: 89.552238806%;
    margin-top: 2rem;
  }
}

.btnArea .buyBtn--01 a:hover {
  display: block;
  opacity: 0.8;
}

.btnArea .buyBtn--02 a:hover {
  display: block;
  opacity: 0.8;
}

.btnArea .buyBtn--03 a:hover {
  display: block;
  opacity: 0.8;
}

.btnArea .buyBtn--04 a:hover {
  display: block;
  opacity: 0.8;
}

.btnArea .buyBtn--05 a:hover {
  display: block;
  opacity: 0.8;
}

.btnArea .buyBtn img {
  width: 100%;
}

/* 10/31追加pcのみ適用 */
.pcOnly {
  display: block;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

/* ----------------------------------------------------------------
wrapper
----------------------------------------------------------------- */
#wrapper {
  width: 100%;
  height: auto;
  /* SP */
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    max-width: 76.8rem;
  }
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.contents {
  background-color: #f9f1e5;
  /* SP */
}

.header__KV {
  display: flex;
  height: 38rem;
  flex-direction: row-reverse;
  background-image: url(../img/im_kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* SP */
}

@media screen and (max-width: 768px) {
  .header__KV {
    display: flex;
    height: 60vw;
    background-image: url(../img/sp/im_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.header__textArea {
  background-color: #dd9224;
  display: flex;
  width: 45%;
  justify-content: flex-start;
  /* SP */
}

@media screen and (max-width: 768px) {
  .header__textArea {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__textArea-image img {
    width: 23.73333334vw;
  }
}

.header h1 {
  padding: 1.8rem 0 1.8rem 5.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .header h1 {
    width: 59.3333333333%;
    padding: 5% 0 5% 0;
  }
}

.header__img {
  width: 48.4rem;
  margin: 7.8rem auto 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header__img {
    margin: 0 auto;
    padding: 4.8rem 0 0 0;
    width: 100%;
  }

  .header__img img {
    width: 73.734vw;
  }
}

/* ----------------------------------------------------------------
main
----------------------------------------------------------------- */
.main__container {
  width: 64rem;
  margin: 0 auto;
  padding: 8rem 0 0 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .main__container {
    width: 89.3333333333%;
    display: block;
    padding: 5.4rem 0 0 0;
  }
}

/* ----------------------------------------------------------------
produce
----------------------------------------------------------------- */
.produce {
  margin-bottom: -0.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce {
    margin-bottom: -0.5rem;
    width: 100%;
    flex-wrap: wrap;
  }
}

.produce h2 {
  display: flex;
  justify-content: center;
}

.produce__banner {
  padding-bottom: 4.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce__banner {
    margin: 0 auto;
    padding-bottom: 0;
  }

  .produce__banner img {
    width: 78.666666667vw;
  }
}

.produce__title {
  padding-bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce__title {
    margin: 0 auto;
    padding: 3rem 0 3rem 0;
  }
}

.produce__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 62.7rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce__flex {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}

.produce__img {
  padding-bottom: 2rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce__img img {
    width: 84vw;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .produce__img2 img {
    margin: 0 auto;
    width: 84vw;
  }
}

.produce__texts {
  margin-top: -0.4rem;
  width: 29rem;
}

@media screen and (max-width: 768px) {
  .produce__texts {
    margin: 3.3rem auto -0.2rem auto;
    width: 84vw;
  }
}

.produce__text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: 1em;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  /* SP */
}

@media screen and (max-width: 768px) {
  .produce__text {
    font-size: 1.6rem;
    line-height: 1.6875;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
  }
}

/* ----------------------------------------------------------------
recipe
----------------------------------------------------------------- */
.recipe {
  width: 64rem;
  margin: 9.9rem auto 0 auto;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe {
    width: 100%;
    margin: 8rem 0 0 0;
  }
}

.recipe h2 {
  display: flex;
  justify-content: center;
  width: 79.7014925373%;
  margin: 0 auto;
}

.recipe__banner {
  padding-bottom: 6rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__banner {
    padding-bottom: 3rem;
  }

  .recipe__banner img {
    width: 71.2vw;
  }
}

.recipe__content {
  padding: 0;
  background-color: #fff;
  /* SP */
}

.recipe h3 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.recipe .comment2Img {
  display: flex;
  justify-content: center;
  width: 86.2686567164%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recipe .comment2Img {
    padding-bottom: 2rem;
  }
}

.recipe__comment1 {
  padding-bottom: 4rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__comment1 {
    padding-bottom: 2rem;
  }

  .recipe__comment1 img {
    width: 77.066666667vw;
  }
}

.recipe__menu {
  padding-bottom: 8rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .recipe__menu {
    padding-bottom: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .recipe__menu-image img {
    width: 89.33333334vw;
  }
}

.recipe h4 {
  display: flex;
}

.recipe h5 {
  display: flex;
}

.recipe__name {
  padding: 0 2rem;
  margin: 7.5rem 0 6rem 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__name {
    margin: 3.8rem 0 1.8rem 2rem;
    padding: 0;
  }

  .recipe__name img {
    width: 37.333333333vw;
  }
}

/* 202505追加：サブタイトル */
.recipe__name-01 {
  margin: 5rem 0 1rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recipe__name-01 {
    margin: 3.5rem 0 1rem;
    font-size: 1.9rem;
  }
}

.recipe__box {
  padding: 0 2rem 9.7rem;
}

.recipe__box:last-of-type {
  padding: 0 2rem 0;
}

@media screen and (max-width: 768px) {
  .recipe__box {
    padding-bottom: 6.7rem;
  }
}

.recipe__imgBox {
  width: 100%;
}

.recipe__img {
  display: flex;
  border-bottom: 0.4rem solid var(--borderColor);
  padding-bottom: 1.3rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__img {
    border-bottom: 0.2rem solid var(--borderColor);
    padding-bottom: 1rem;
  }
}

/* 202505追加 画像キャプション */
.recipe__img-text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .recipe__img-text {
    margin-top: 0.5rem;
  }
}

.recipe__border {
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__border img {
    width: 100%;
    ;
  }
}

@media screen and (max-width: 768px) {
  .recipe__border__02 {
    width: 38.4745762712%;
  }
}

.recipe__border2 {
  margin-bottom: 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__border2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .recipe__border2 img {
    width: 14.6666666667vw;
  }
}

.recipe__material h5 {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  padding: 2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .recipe__material h5 {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

.recipe__material ul li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: #000;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material ul li {
    line-height: 1.5;
  }
}

.recipe__nowrap {
  white-space: normal;

}

@media screen and (max-width: 768px) {
  .recipe__nowrap {
    white-space: nowrap;
  }
}

.recipe__material .material__flex {
  display: flex;
  padding: 1.7rem 0 0.3rem 0;
  border-bottom: 0.4rem dotted var(--borderColor);
  line-height: 3;
  font-size: 1.8rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex {
    border-bottom: 0.2rem dotted var(--borderColor);
    padding: 1rem 0 0.3rem 0;
    letter-spacing: 0.01em;
  }
}

.recipe__material .material__flex--last {
  display: flex;
  padding: 1.3rem 0 0.3rem 0;
  border-bottom: 0.4rem dotted var(--borderColor);
  line-height: 100%;
  font-size: 1.8rem;
}

/* 材料と数量が2列の場合 */
.recipe__material .material__flex--column {
  display: block;
  padding: 1.5rem 0 0.3rem 0;
  border-bottom: 0.4rem dotted var(--borderColor);
  line-height: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex--column {
    border-bottom: 0.2rem dotted var(--borderColor);
    padding: 1rem 0 0.3rem 0;
    letter-spacing: 0.01em;
  }
}

/* 材料と数量が同列でSPのみの場合 */
@media screen and (max-width: 768px) {
  .recipe__material .material__flex--spcolumn {
    display: block;
    padding: 1rem 0 0.3rem 0;
  }
}

.recipe__material .material__flex .material__flex-fsmin {
  font-size: 1.6rem;
}

.recipe__material .material__flex--column .material__flex-fsmin {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .material__flex-nowrap {
    white-space: nowrap;
  }
}

/* 材料と分量の重なり防止 */
@media screen and (max-width: 340px) {
  .material__flex-nowrap {
    white-space: normal;
  }
}

/* 材料名かっこ部分 改行なし指定 */
.material__flex-fsmin-nowrap {
  font-size: 1.6rem;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .material__flex-fsmin-nowrap {
    line-height: 1.5625;
    margin-top: 0.1rem;
    margin-bottom: -0.1rem;
    white-space: nowrap;
  }
}

.recipe__material .material__flex dt {
  width: 48%;
  line-height: 1.63;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex dt {
    width: 50%;
    line-height: 1.39;
  }
}

/* 材料と数量が2列の場合 */
.recipe__material .material__flex--column dt {
  width: 100%;
  line-height: 1.63;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex--column dt {
    width: 100%;
    line-height: 1.39;
  }
}

/* 材料と数量が同列でSPのみの場合 */
@media screen and (max-width: 768px) {
  .recipe__material .material__flex--spcolumn dt {
    width: 100%;
  }
}

.recipe__material .material__flex dd {
  width: 52%;
  padding-left: 2rem;
  line-height: 1.69;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex dd {
    width: 50%;
    text-align: right;
    padding-left: 0;
    line-height: 1.4;
  }
}

/* 2番目材料位置調整 */
.recipe__material2 .material__flex dd {
  padding-left: 7.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material2 .material__flex dd {
    width: 50%;
    padding-left: 0;
  }
}

/* 材料と数量が2列の場合 */
.recipe__material .material__flex--column dd {
  width: 100%;
  line-height: 1.69;
  padding-left: 32rem;
  margin-left: auto;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex--column dd {
    width: 100%;
    text-align: right;
    padding-left: 0;
    line-height: 1.4;
  }
}

/* 材料と数量が同列でSPのみの場合 */
@media screen and (max-width: 768px) {
  .recipe__material .material__flex--spcolumn dd {
    width: 100%;
    /* 材料と数量を同列に調整 */
    margin-top: -2.5rem; 
    text-align: right;
  }
}

/* 2番目：材料と数量が2列の場合 */
.recipe__material2 .material__flex--column dd {
  padding-left: 36.3rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material2 .material__flex--column dd {
    padding-left: 0;

  }
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flex .material__flex--w100 {
    width: 100%;
  }
}

/* サブ材料と数量が2列の場合 */
@media screen and (max-width: 768px) {
  .material__flexA .material__flex.material__flex--column dt {
    width: 100%;
  }
}

.material__flexA .material__flex.material__flex--column dd {
  width: 100%;
  line-height: 1.69;
  padding-left: 29rem;
  margin-left: auto;
  /* SP */
}

@media screen and (max-width: 768px) {
  .material__flexA .material__flex.material__flex--column dd {
    width: 49%;
    text-align: right;
    padding-left: 0;
    line-height: 1.4;
  }
}

/* 2番目:サブ材料と数量が2列の場合 */
.recipe__material2 .material__flexA .material__flex.material__flex--column dd {
  padding-left: 34rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material2 .material__flexA .material__flex.material__flex--column dd {
    padding-left: 0;
  }
}

.recipe__material .material__listTop {
  padding: 3.5rem 0 0.1rem 0;
  /* SP */
}


@media screen and (max-width: 768px) {
  .recipe__material .material__listTop {
    padding-top: 1.4rem;
    padding-bottom: 0.3rem;
  }
}

/* 20250203追加：dl上スペース有 */
.recipe__material .material__space {
  padding: 4.5rem 0 0.3rem 0;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__space {
    padding: 3.5rem 0 0.3rem 0;
  }
}

.recipe__material .material__block {
  display: block;
  line-height: 100%;
}

.recipe__material .material__block dt {
  width: 100%;
  padding: 2.2rem 0 1rem 0;
  border-bottom: 0.4rem dotted #3db01a;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__block dt {
    padding: 1.5rem 0 1rem 0;
    border-bottom: 0.2rem dotted #3db01a;
  }
}

.recipe__material .material__block dd {
  width: 100%;
  padding: 2.2rem 0 1rem 0;
  border-bottom: 0.4rem dotted #3db01a;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__block dd {
    border-bottom: 0.2rem dotted #3db01a;
  }
}

.recipe__material .material__block dd span {
  display: block;
  width: 50%;
  margin-left: auto;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__block dd span {
    width: 100%;
    margin: 0;
    padding-left: 0;
    text-align: right;
  }
}

.recipe__material .material__blockSp {
  display: flex;
  line-height: 100%;
  padding: 2.4rem 0 1rem 0;
  border-bottom: 0.4rem dotted #3db01a;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__blockSp {
    display: block;
    border-bottom: 0;
    padding: 0;
  }
}

.recipe__material .material__blockSp dt {
  width: 50%;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__blockSp dt {
    width: 100%;
    padding: 1.5rem 0 1rem 0;
    border-bottom: 0.2rem dotted #3db01a;
  }
}

.recipe__material .material__blockSp dd {
  width: 50%;
  padding-left: 1rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__blockSp dd {
    width: 100%;
    padding: 1.5rem 0 1rem 0;
    border-bottom: 0.2rem dotted #3db01a;
  }
}

@media screen and (max-width: 768px) {
  .recipe__material .material__blockSp dd span {
    display: block;
    text-align: right;
  }
}

.recipe__material .material__flexA {
  border-left: 0.1rem solid #000;
  margin-left: 1rem;
}

.recipe__material .material__flexA li {
  margin-left: 1rem;
}

.recipe__material .material__flexA li:first-child {
  border-top: 0.4rem dotted var(--borderColor);
  margin-left: 0.7rem;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flexA li:first-child {
    border-top: 0.2rem dotted var(--borderColor);
  }
}

.recipe__material .material__flexA dt {
  line-height: 1.62;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flexA dt {
    line-height: 1.4;
  }
}

.recipe__material .material__flexA dd {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flexA dd {
    padding-left: 0;
  }
}


.recipe__material .material__flexA .material__flex {
  padding: 1.5rem 0 0.4rem;
}

@media screen and (max-width: 768px) {
  .recipe__material .material__flexA .material__flex {
    padding: 1rem 0 0.3rem 0;
  }
}

/* 2番目A材料位置調整 */
.recipe__material2 .material__flexA dd {
  padding-left: 6.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material2 .material__flexA dd {
    width: 50%;
    padding-left: 0;
  }
}

.recipe__material .material__ab h5 {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  line-height: 3;
  padding: 2.4rem 0 1rem 0;
  text-indent: 0.2rem;
  line-height: 100%;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__material .material__ab h5 {
    font-size: 1.8rem;
    padding: 1.5rem 0 1rem 0;
    text-indent: 0.3rem;
  }
}

.recipe__material .border__b {
  padding: 2.4rem 0 1rem 0;
}

.recipe__material .border__b dt {
  position: relative;
  font-size: 1.8rem;
  color: #000;
  line-height: 3;
  text-indent: 0.2rem;
  font-weight: 600;
}

.recipe__material .flex__a .flex__b {
  position: relative;
  padding-left: 2.3rem;
}

.recipe__material .flex__a .flex__b li {
  padding-left: 2.3rem;
}

.recipe__process {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .recipe__process {
    padding-top: 5rem;
  }
}

.recipe__list {
  margin: 0 0rem 0 -0.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .recipe__list {
    margin: 0 0.8rem 0 -0.5rem;
  }
}

.recipe__list .list {
  display: flex;
  padding: 3.7rem 0 0 0;
  line-height: 1.5;
}

.recipe__list .list:nth-child(1) {
  padding-top: 4.2rem;
}

.recipe__list .list:nth-child(2) {
  padding-top: 4.0rem;
}

@media screen and (max-width: 768px) {
  .recipe__list .list:nth-child(1) {
    padding-top: 2.3rem;
  }

  .recipe__list .list:nth-child(2) {
    padding-top: 2rem;
  }

  .recipe__list .list:nth-child(3) {
    padding-top: 2rem;
  }

  .recipe__list .list:nth-child(4) {
    padding-top: 1.5rem;
  }

  .recipe__list .list:nth-child(5) {
    padding-top: 2rem;
  }
}

.recipe__list .list__img img {
  width: 2.4rem;
  height: 2.5rem;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .recipe__list .list__img img {
    width: 2.75rem;
    height: 2.5rem;
  }
}

.recipe__list .list__img {
  display: block;
  padding-right: 2rem;
}

.recipe__comment2 {
  padding: 8rem 0 4rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__comment2 {
    padding: 4rem 0 0;
  }

  .recipe__comment2 img {
    width: 77.066666667vw;
  }
}

.recipe__name2 {
  padding: 0 2rem;
  margin: 7.6rem 0 6.2rem 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .recipe__name2 {
    padding: 0;
    margin: 3.7rem 0 2rem 2rem;
  }

  .recipe__name2 img {
    width: 20.8vw;
  }
}

/* レシピボックス内 注意事項 */
.recipe__caution {
  margin-top: 3.2rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .recipe__caution {
    margin-top: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ----------------------------------------------------------------
supplement
----------------------------------------------------------------- */
.supplement {
  width: 64rem;
  margin: 0 auto;
  padding-top: 10rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .supplement {
    width: 100%;
    margin: 0 auto;
    padding-top: 8rem;
    margin-bottom: -0.5rem;
  }
}

.supplement h3 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 4.1rem 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .supplement h3 {
    margin: 0 auto;
  }
}

.supplement__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .supplement__flex {
    flex-direction: column-reverse;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

.supplement__texts {
  margin-top: -0.6rem;
  margin-bottom: -0.5rem;
  width: 29rem;
}

@media screen and (max-width: 768px) {
  .supplement__texts {
    margin: 3.4rem auto 0rem;
    width: 84vw;
  }
}

.supplement__text {
  text-indent: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .supplement__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6875;
  }
}

@media screen and (max-width: 768px) {
  .supplement__imgBox {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .supplement__image img {
    width: 84vw;
    margin: 0 auto;
  }
}

.supplement__image2 {
  margin-top: 2rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .supplement__image2 img {
    width: 84vw;

  }
}

.supplement2 {
  width: 64rem;
  margin: 0 auto;
  /* SP */
}

@media screen and (max-width: 768px) {
  .supplement2 {
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------
producer
----------------------------------------------------------------- */
.producer {
  padding: 10rem 0 0 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer {
    padding: 8rem 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
}

.producer h2 {
  display: flex;
  justify-content: center;
  width: 84.7619047619%;
  margin: 0 auto;
}

.producer__banner {
  padding-bottom: 8rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__banner {
    padding-bottom: 2.5rem;
  }

  .producer__banner img {
    width: 71.06666667vw;
  }
}

.producer__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.5rem 6rem 3.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__flex {
    align-items: center;
    flex-direction: column;
    padding: 0 0 5.1rem;
  }
}

@media screen and (max-width: 768px) {
  .producer__face {
    height: auto;
    margin: 2.1rem auto 0;
  }

  .producer__face img {
    width: 66.4vw;
  }
}

.producer__comment {
  display: block;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__comment {
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 2.3rem;
  }

  .producer__comment img {
    width: 84vw;
  }
}

.producer__img {
  display: flex;
  justify-content: space-between;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__img {
    display: block;
  }
}


@media screen and (max-width: 768px) {
  .producer__Img01 {
    height: auto;
    padding-bottom: 1.95rem;
    margin: 0 auto;
  }

  .producer__Img01 img {
    width: 84vw;
  }
}

.producer__Img02 {
  height: 20rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__Img02 {
    height: auto;
    margin: 0 auto;
  }

  .producer__Img02 img {
    width: 84vw;
  }
}

.producer__texts {
  margin: 0 auto;
  margin-bottom: -0.4rem;
  padding: 5.5rem 3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .producer__texts {
    margin-bottom: -0.5rem;
    padding: 3.5rem 0 0 0;
    width: 84vw;
  }
}

.producer__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: 1.6rem;
  color: #000;
  letter-spacing: 0.05rem;
  text-align: justify;
  /* SP */
}

@media screen and (max-width: 768px) {
  .producer__text {
    letter-spacing: 0;
    line-height: 1.6875;
    text-align: start;
  }
}

.producer__caution {
  font-size: 1.2rem;
  margin: 2.7rem 0 -0.5rem 0;
  padding: 0rem 3rem 0 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .producer__caution {
    font-size: 1.3rem;
    line-height: 1.538;
    padding: 0 1rem 0rem;
    margin: 2.3rem 0 -0.5rem 0;
  }
}

/* ----------------------------------------------------------------
backNumber
----------------------------------------------------------------- */
.report {
  padding: 10rem 0 0 0;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report {
    padding: 8rem 0 0 0;
    width: 100%;
    margin: 0 auto -0.5rem;
  }
}

.report h2 {
  display: flex;
  justify-content: center;
  width: 84.7619047619%;
  margin: 0 auto;
}

.report__banner {
  padding-bottom: 6.5rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__banner {
    padding-bottom: 4.9rem;

  }

  .report__banner img {
    width: 75.733333333vw;
  }
}

.report__flex {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem 6rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__flex {
    display: block;
    padding: 0 0 5rem;
  }
}

.report__face {
  width: 21.8rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__face {
    height: auto;
    width: 58.5074626866%;
    margin: 2.5rem auto 0;
  }
}

.report__comment {
  display: block;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2.6rem;
  margin-left: 2.2rem;
  width: 21.9rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__comment {
    width: 94.0298507463%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.report__img {
  display: flex;
  justify-content: space-between;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
}

@media screen and (max-width: 768px) {
  .report__Img01 {
    height: auto;
    margin: 0 auto;
  }

  .report__Img01 img {
    width: 84vw;
  }
}

.report__Img02 {
  height: 20rem;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__Img02 {
    height: auto;
    margin: 2rem auto 0;
  }

  .report__Img02 img {
    width: 84vw;
  }
}

.report__texts {
  padding: 6rem 2.2rem 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .report__texts {
    padding: 3.5rem 0 0;
    width: 84vw;
  }
}

.report__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: 1.5rem;
  color: #000;
  letter-spacing: 0.05em;
  /* SP */
}

@media screen and (max-width: 768px) {
  .report__text {
    letter-spacing: 0;
    line-height: 1.6875;
  }
}

/* ----------------------------------------------------------------
archive
----------------------------------------------------------------- */
.archive {
  margin-top: 10rem;
  max-width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .archive {
    margin-top: 9rem;
  }
}

/* コンテナ */
.archive__container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .archive__container {
    padding: 4rem 0 8rem;
    max-width: none;
  }
}

/* タイトル */
.archive__title {
  font-size: 2.2rem;
  line-height: 1;
  color: #000;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .archive__title {
    font-size: 2.2rem;
  }
}

/* コンテンツ集 */
.archive__contents {
  margin-top: 4rem;
  padding: 3rem 2.8rem 5rem;
  max-width: 100%;
  border: 2px solid #000;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .archive__contents {
    border: none;
    margin-top: 0;
    padding: 0.5rem 0 0;
  }
}

/* コンテンツ */
.archive__content {
  position: relative;
  margin: 0 auto;
  max-width: 740px;
}

/* 最初以外適用 */
.archive__content:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .archive__content:not(:first-child) {
    margin-top: 0.5rem;
  }
}

/* アコーディオン */
.archive__acc {
  width: 100%;
}

/* ボタンタイトル */
.archive__acc-head,
.archive__acc-head--year {
  position: relative;
  z-index: 0;
  padding: 2rem 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #020202;
  border-bottom: 4px solid var(--borderColor);

  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

  transition: opacity 0.3s;
  cursor: pointer;
}

/* ボタンホバー時 */
.archive__acc-head:hover,
.archive__acc-head--year:hover {
  opacity: 0.7;
}

/* ボタンフォーカス時 */
.archive__acc-head:focus-visible,
.archive__acc-head--year:focus-visible {
  outline: auto;
}

@media screen and (max-width: 768px) {

  .archive__acc-head,
  .archive__acc-head--year {
    padding: 3.5rem 0;

    font-size: 2.3rem;
  }
}

/* プラスボタン */
.archive__acc-head::before,
.archive__acc-head--year::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .archive__acc-head::before,
  .archive__acc-head--year::before {
    width: 20px;
    height: 2px;
    right: 21px;
    transform: translateY(0);
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-head::before,
  .archive__acc-head--year::before {
    right: 5.6vw;
  }
}

/* プラスボタン */
.archive__acc-head::after,
.archive__acc-head--year::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {

  .archive__acc-head::after,
  .archive__acc-head--year::after {
    width: 20px;
    height: 2px;
    right: 21px;
    transform: translateY(0) rotate(90deg);
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-head::after,
  .archive__acc-head--year::after {
    right: 5.6vw;
  }
}

/* インナーアコーディオン 年度別ボタン */
.archive__acc-head--year {
  padding: 4rem 0 3.3rem;
  border-bottom: 0px;

  font-size: 2.2rem;
  line-height: 1;

  background-image: repeating-linear-gradient(90deg, var(--borderColor), var(--borderColor) 8px, transparent 8px, transparent 15px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}

@media screen and (max-width: 768px) {
  .archive__acc-head--year {
    padding: 3.5rem 0;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  .archive__acc-head--year::before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .archive__acc-head--year::after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(90deg);
  }
}

/* サブタイトル */
.archive__acc-sub {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .archive__acc-sub {
    font-size: 1.6rem;
    line-height: 1.3888888889;
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-sub {
    font-size: 4.266666666vw;
  }
}

/* 左右波線 */
.archive__acc-sub::before,
.archive__acc-sub::after {
  content: "〜";
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #020202;
}

@media screen and (max-width: 768px) {

  .archive__acc-sub::before,
  .archive__acc-sub::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-sub::before,
  .archive__acc-sub::after {
    font-size: 4.266666666vw;
  }
}

/* 右波線 */
.archive__acc-sub::before {
  margin-right: 5px;
}

/* 左波線 */
.archive__acc-sub::after {
  margin-left: 5px;
}

/* サブタイトル個別 防災 */
.archive__acc-sub--bousai {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .archive__acc-sub--bousai {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.3888888889;
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-sub--bousai {
    font-size: 4.266666666vw;
  }
}

/* サブタイトル個別 防災 プラスボタン */
.archive__acc-sub--bousai::before,
.archive__acc-sub--bousai::after {
  content: "〜";
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #020202;
}

@media screen and (max-width: 768px) {

  .archive__acc-sub--bousai::before,
  .archive__acc-sub--bousai::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {

  .archive__acc-sub--bousai::before,
  .archive__acc-sub--bousai::after {
    font-size: 4.266666666vw;
  }
}

.archive__acc-sub--bousai::before {
  margin-right: 5px;
}

.archive__acc-sub--bousai::after {
  margin-left: 5px;
}

.archive__acc-list {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .archive__acc-list {
    margin-top: 0;
  }
}

/* アコーディオンリスト */
.archive__acc-list>li {
  margin-top: 2rem;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, var(--borderColor), var(--borderColor) 8px, transparent 8px, transparent 15px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}

@media screen and (max-width: 768px) {
  .archive__acc-list>li {
    margin-top: 0;
  }
}

.archive__acc-list>li:last-child {
  margin-bottom: 0;
  border-width: 0;
}

/* アコーディオンリンク */
.archive__acc-link {
  position: relative;

  padding: 1.5rem 0;

  display: block;
  font-size: 1.8rem;
  line-height: 1.389;
  text-align: center;
  text-decoration: none;
  color: #352b22;
  font-weight: 500;

  transition: opacity 0.3s;
  cursor: pointer;
}

/* アコーディオンリンク ホバー時 */
.archive__acc-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .archive__acc-link {
    padding: 2.5rem 5rem 2rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-feature-settings: "palt";
  }
}

/* アコーディオンリンク ボタン背景*/
.archive__acc-link::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #da8915;
  position: absolute;
  top: calc(50% - 2px);
  right: 100px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .archive__acc-link::before {
    width: 38px;
    height: 38px;
    left: auto;
    right: 21px;
  }
}

@media screen and (max-width: 375px) {
  .archive__acc-link::before {
    width: 10.133333333vw;
    height: 10.133333333vw;
    right: 5.066666667vw;
  }
}

/* アコーディオンリンク ボタンアロー*/
.archive__acc-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #362b22;
  border-right: 2px solid #362b22;
  position: absolute;
  top: calc(50% - 2px);
  right: 113px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .archive__acc-link::after {
    left: auto;
    right: 35px;
  }
}

@media screen and (max-width: 375px) {
  .archive__acc-link::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 9.333333333vw;
  }
}

/* 月テキスト */
.archive__acc-month {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .archive__acc-month {
    font-size: 1.8rem;
  }
}

/* リンクテキスト小 */
@media screen and (max-width: 768px) {
  .archive__acc-small {
    padding-right: 0.5rem;
    font-size: 1.7rem;
  }
}

/* js アコーディオンボタン初期値 */
.archive__acc-head.jsAccArciveOpened::after,
.jsAccArciveOpened.archive__acc-head::after,
.jsAccArciveOpened.archive__acc-head--year::after {
  display: none;
}

/* js アコーディオンコンテンツ初期値 */
.jsArciveAccContent,
.jsArciveInnerAccContent {
  display: none;
}