@charset "UTF-8";
/* ==========================================================================
   * mainvisual
========================================================================== */
.mainvisual {
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe/mainvisual_bg_sp.jpg?v=240806) 50% 0 no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  width: 100%;
  height: 290px;
}
.mainvisual__container {
  padding-top: 60px;
  padding-right: 35px;
  padding-left: 35px;
}
.mainvisual__textbox {
  background-color: #fff;
  margin-bottom: 45px;
  padding: 30px 25px 25px;
  position: relative;
  opacity: 0.9;
}
.mainvisual__textbox:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #000;
  z-index: -1;
}
.mainvisual__title {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 4px double #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mainvisual__title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe/icon_title.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 5px;
  width: 75px;
  height: 25px;
  display: block;
}
.mainvisual__title-en {
  margin-bottom: 5px;
  font-family: "Averia Serif Libre", cursive;
  font-size: 5rem;
  color: #ffd200;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
}
.mainvisual__bodycopy {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  .mainvisual {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe/mainvisual_bg.jpg);
    margin-bottom: 20px;
    height: 380px;
  }
  .mainvisual__container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe/mainvisual_bg.jpg);
    margin-bottom: 0;
    height: 420px;
  }
  .mainvisual__container {
    padding-top: 60px;
  }
  .mainvisual__textbox {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    max-width: 480px;
  }
  .mainvisual__title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .mainvisual__title::before {
    margin-bottom: 8px;
    width: 124px;
    height: 42px;
  }
  .mainvisual__title-en {
    margin-bottom: 3px;
    font-size: 6rem;
  }
  .mainvisual__bodycopy {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
}

/* ==========================================================================
   * check
========================================================================== */
.check {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 210, 0, 0.4) 2px, rgba(255, 210, 0, 0.4) 4px);
}
.check__container {
  padding: 40px 20px 50px;
}
.check__level {
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
}
.check__level-title {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #ffd200;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.check__level-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.check__level-item.is-active .check__level-link {
  background-color: #ffd200;
}
.check__level-link {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0.8em;
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.check__level-link:hover {
  background-color: #ffd200;
  opacity: 0.8;
}
.check__level-star {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .check {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 210, 0, 0.4) 3px, rgba(255, 210, 0, 0.4) 6px);
  }
  .check__container {
    padding: 70px 0;
  }
  .check__level {
    margin: 0 auto 50px;
  }
  .check__level-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .check__level-list {
    justify-content: center;
    grid-template-columns: repeat(4, auto);
    gap: 25px;
  }
  .check__level-item {
    width: 240px;
  }
  .check__level-link {
    line-height: 1.8;
    padding: 0.8em 0.8em 0.6em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .check__level-list {
    grid-template-columns: repeat(3, auto);
  }
  .check__level-item:first-child {
    grid-column: 1/span 3;
    justify-self: center;
  }
}

.check__index-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.check__index-link {
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
  padding: 1em 2.5em 1em 1.2em;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.4s;
}
.check__index-link:after {
  position: absolute;
  top: 38%;
  right: 5%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}
.check__index-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .check__index {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
  .check__index-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    row-gap: 20px;
  }
  .check__index-item {
    width: 47.5%;
  }
  .check__index-link {
    padding-top: 1.1em;
    padding-right: 2em;
    padding-bottom: 1.1em;
  }
}

/* ==========================================================================
   * recipe
========================================================================== */
.recipe__container {
  padding-top: 45px;
}
.recipe__category {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.recipe__category::before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe//bg_category.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90px;
  height: 27px;
}
.recipe__category span {
  font-family: "Averia Serif Libre", cursive;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.recipe__category span span {
  font-size: 75%;
  color: #54c9a4;
  vertical-align: 2px;
}
@media screen and (min-width: 769px) {
  .recipe__container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .recipe:last-of-type {
    padding-bottom: 0;
  }
  .recipe__category {
    margin-bottom: 60px;
    font-size: 2rem;
  }
  .recipe__category::before {
    margin-bottom: 10px;
    width: 124px;
    height: 37px;
  }
  .recipe__category span {
    font-size: 4rem;
  }
}

.recipe__headding {
  margin: 0 auto 50px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
.recipe__headding-title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.recipe__headding-title span {
  font-size: 25px;
  margin-top: 0.6em;
  display: block;
}
.recipe__headding-title::before {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/awards_icon.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
  width: 52px;
  aspect-ratio: 52/60;
  display: block;
}
.recipe__headding-summary {
  margin-top: 1em;
}
.recipe__headding-summary a {
  color: #b18147;
  text-decoration: underline;
}
.recipe__headding-summary a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .recipe__headding {
    margin: 0 20px 30px;
  }
  .recipe__headding-title {
    font-size: 1.8rem;
  }
  .recipe__headding-title span {
    font-size: 1.6rem;
    margin-top: 0.6em;
  }
  .recipe__headding-title::before {
    margin-bottom: 10px;
    width: 36px;
  }
  .recipe__headding-summary {
    font-size: 1.3rem;
  }
}

/* ----------------------------
 recipe__article
------------------------------*/
.recipe__article-inner {
  position: relative;
  margin-bottom: 80px;
}

.recipe__head {
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #ffd200;
  opacity: 0.8;
}

.recipe__title {
  font-size: 1.7rem;
  line-height: 1.6;
}

.recipe__level {
  position: absolute;
  top: 23px;
  right: 20px;
  padding-top: 0.2em;
  padding-right: 1em;
  padding-bottom: 0.1em;
  padding-left: 1em;
  display: inline-block;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}

.recipe__textbox {
  padding-right: 35px;
  padding-left: 35px;
}

.recipe__pc-img {
  display: none;
}

.recipe__sp-img {
  margin-bottom: 10px;
  text-align: center;
}

.recipe__figcaption {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
}

.recipe__figcaption a {
  color: #b18147;
  text-decoration: underline;
}

.recipe__figcaption a:hover {
  text-decoration: none;
}

.recipe__bodycopy {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.recipe__btn-open {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding-top: 0.4em;
  padding-right: 0.8em;
  padding-bottom: 0.4em;
  padding-left: 0.6em;
  display: block;
  cursor: pointer;
  max-width: 150px;
  width: 100%;
  border: 1px solid #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.recipe__btn-open:hover {
  opacity: 0.6;
}

.recipe__btn-open:after {
  position: absolute;
  top: 32%;
  right: 10%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}

.recipe__btn-open span:before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.recipe__btn-open span:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .recipe__article-inner {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 130px;
    padding-right: 100px;
    max-width: 1000px;
  }
  .recipe__article--large .recipe__article-inner {
    margin-bottom: 280px;
  }
  .recipe__head {
    margin-bottom: 35px;
    margin-left: auto;
    padding-top: 35px;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-left: 80px;
    max-width: 580px;
  }
  .recipe__title {
    font-size: 2.2rem;
  }
  .recipe__level {
    top: 35px;
    right: 35px;
    padding-top: 0.3em;
    padding-right: 1.3em;
    padding-bottom: 0.2em;
    padding-left: 1.3em;
    font-size: 1.4rem;
  }
  .recipe__textbox {
    margin-left: auto;
    max-width: 500px;
    padding-right: 0;
    padding-left: 0;
  }
  .recipe__pc-img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
    max-width: 350px;
  }
  .recipe__sp-img {
    display: none;
  }
  .recipe__figcaption {
    padding-bottom: 0;
    padding-left: 50px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .recipe__bodycopy {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .recipe__btn-open {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 100px;
    max-width: 200px;
    font-size: 1.6rem;
  }
  .recipe__btn-open:after {
    top: 31%;
    right: 13%;
    width: 10px;
    height: 10px;
  }
}
.recipe__accordion {
  padding-right: 35px;
  padding-left: 35px;
}

.recipe__drink {
  margin-right: -50vw;
  margin-left: -50vw;
  margin-bottom: 40px;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  background: #E5F7F1;
}

.recipe__drink-inner {
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
}

.recipe__drink-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.recipe__drink-dt {
  margin-bottom: 5px;
  padding-right: 0.2em;
  padding-left: 0.4em;
  display: block;
  max-width: 113px;
  background-color: #BBE9DB;
  font-size: 1.4rem;
  line-height: 23px;
}

.recipe__drink-dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

.recipe__drink-dd:first-of-type {
  margin-bottom: 15px;
}

.recipe__ingredient {
  margin-bottom: 60px;
}

.recipe__ingredient-title {
  margin-bottom: 20px;
  padding-top: 3px;
  border-top: 1px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
}

.recipe__ingredient-title span {
  font-weight: normal;
}

.recipe__table {
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px dashed #ccc;
  font-size: 1.4rem;
}

.recipe__table + .recipe__table {
  margin-top: 40px;
}

.recipe__table caption {
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.3em;
}

.recipe__th {
  padding-top: 0.3em;
  padding-bottom: 0.25em;
  border-bottom: 1px dashed #ccc;
  text-align: left;
}

.recipe__th--note {
  border-bottom: none;
}

.recipe__td {
  padding-top: 0.3em;
  padding-bottom: 0.25em;
  border-bottom: 1px dashed #ccc;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .recipe__accordion {
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 500px;
  }
  .recipe__drink {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .recipe__drink:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/recipe/drink_pict.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .recipe__drink-inner {
    padding-right: 140px;
    padding-bottom: 40px;
    padding-left: 23px;
  }
  .recipe__drink-title {
    font-size: 1.6rem;
  }
  .recipe__drink-dd {
    font-size: 1.6rem;
  }
  .recipe__drink-dd:first-of-type {
    margin-bottom: 20px;
  }
  .recipe__ingredient {
    margin-bottom: 80px;
  }
  .recipe__ingredient-title {
    margin-bottom: 40px;
    padding-top: 5px;
    font-size: 1.6rem;
  }
  .recipe__table {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .recipe__table + .recipe__table {
    margin-top: 30px;
  }
  .recipe__table caption {
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.25em;
  }
  .recipe__th {
    padding-bottom: 0.2em;
  }
  .recipe__td {
    padding-right: 0.5em;
    padding-left: 1em;
    padding-bottom: 0.2em;
  }
}
.recipe__cooking {
  margin-bottom: 50px;
}

.recipe__cooking-title {
  margin-bottom: 20px;
  padding-top: 3px;
  border-top: 1px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
}

.recipe__cooking-list {
  margin-bottom: 30px;
}

.recipe__cooking-caption {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.recipe__cooking-item {
  margin-bottom: 25px;
}

.recipe__cooking-item:last-child {
  margin-bottom: 0;
}

.recipe__cooking-bodycopy {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.7;
}

.recipe__cooking-number {
  padding-right: 0.1em;
  font-weight: bold;
}

.recipe__cooking-picture {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  text-align: center;
}

.recipe__cooking-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.recipe__memo {
  padding-top: 25px;
}

.recipe__memo-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.recipe__memo-item {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.4rem;
  line-height: 1.7;
}

.recipe__btn-close {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
  display: block;
  cursor: pointer;
  max-width: 150px;
  width: 100%;
  border: 1px solid #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.recipe__btn-close:hover {
  opacity: 0.6;
}

.recipe__btn-close:after {
  position: absolute;
  top: 2%;
  right: 21%;
  content: "×";
  font-size: 2rem;
  display: inline-block;
}

.recipe__btn-close span:before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.recipe__btn-close span:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .recipe__cooking {
    margin-bottom: 100px;
  }
  .recipe__cooking-title {
    margin-bottom: 40px;
    padding-top: 5px;
    font-size: 1.6rem;
  }
  .recipe__cooking-caption {
    font-size: 1.6rem;
  }
  .recipe__cooking-list {
    margin-bottom: 50px;
  }
  .recipe__cooking-item {
    margin-bottom: 35px;
  }
  .recipe__cooking-bodycopy {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .recipe__cooking-picture {
    padding-top: 25px;
    max-width: 380px;
  }
  .recipe__memo {
    padding-top: 35px;
  }
  .recipe__memo-title {
    font-size: 1.6rem;
  }
  .recipe__memo-item {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .recipe__btn-close {
    margin-right: auto;
    margin-left: 0;
    max-width: 200px;
    font-size: 1.6rem;
  }
  .recipe__btn-close:after {
    top: 5%;
    right: 25%;
  }
}
/* ------------------------------------------------
 レシピ考案者一覧
------------------------------------------------ */
.expert {
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 210, 0, 0.4) 2px, rgba(255, 210, 0, 0.4) 4px);
  background-size: auto auto;
  padding: 70px 20px;
}
.expert__container {
  background-color: #fff;
  padding: 40px 20px;
}
.expert__title {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #ffd200;
  margin: 0 auto 30px;
  display: table;
}
.expert__list {
  margin-bottom: -35px;
}
.expert__item {
  margin-bottom: 35px;
}
.expert__picutre {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 100px;
}
.expert__figcaption {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.expert__bodycopy {
  font-size: 1.3rem;
  line-height: 1.7;
  border-top: 1px solid #ffd200;
  padding-top: 10px;
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  .expert__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .expert__picutre {
    margin-bottom: 15px;
    max-width: 120px;
  }
  .expert__bodycopy {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .expert {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 210, 0, 0.4) 3px, rgba(255, 210, 0, 0.4) 6px);
  }
  .expert__container {
    margin-right: auto;
    margin-left: auto;
    padding: 70px 100px 80px;
    max-width: 800px;
  }
  .expert__title {
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
  .expert__list {
    margin-bottom: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .expert__item {
    margin-bottom: 50px;
    width: 45%;
  }
  .expert__picutre {
    max-width: 120px;
  }
}