@charset "UTF-8";
/* カラー */
/* ===============================================
# レシピランキング（共通）
=============================================== */
.title {
  color: #EE372A;
}

.lead {
  color: #EE372A;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: clamp(0.3125rem, 0.125rem + 0.8vw, 0.625rem);
}

p {
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
}

.btn {
  margin-top: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
}

.description strong {
  color: #EE372A;
}
.description:has(+ .award__note) {
  margin-bottom: clamp(0.3125rem, 0.125rem + 0.8vw, 0.625rem);
}

.page-award2024 {
  background: #FFFDEB;
}

.award__container {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}
.award__title {
  position: relative;
  color: #fff;
  background: #E8D08A;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  padding: clamp(0.9375rem, 0.75rem + 0.8vw, 1.25rem) 25px;
  margin: 0;
  z-index: 1;
}
.award__title:before {
  content: "";
  position: absolute;
  background: #EE372A;
  width: 100%;
  height: calc(100% - 12px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.award__note {
  color: #EE372A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: bold;
  margin: 0 auto;
}
.award__bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.cmn-bg {
  -webkit-box-shadow: 0 5px 10px 1px rgba(214, 49, 30, 0.2);
          box-shadow: 0 5px 10px 1px rgba(214, 49, 30, 0.2);
}

.contents__inner {
  display: grid;
  gap: clamp(1.875rem, 1.125rem + 3.2vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .contents__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.contents__parents--bg {
  background: url(../../assets/img/page/recipe-award/award2024/hof-bg.jpg) no-repeat center top/cover;
}
.contents__body {
  position: relative;
  background: #fff;
  padding: 20px;
}
.contents__body--hof {
  background: none;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px 20px;
}
.contents__body--hof a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents__body--hof a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
}
.contents__list {
  position: relative;
  display: grid;
  gap: 5px;
  padding-bottom: 10px;
}
.contents__list::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 50%;
  border-top: 2px solid #EE372A;
  border-right: 2px solid #EE372A;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
}
.contents__item {
  display: grid;
  grid-template-columns: clamp(2.1875rem, 2rem + 0.8vw, 2.5rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(0.8125rem, 0.7375rem + 0.32vw, 0.9375rem);
  line-height: 1.3;
}
.contents__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.contents__item span img {
  width: auto;
  height: 24px;
}

.department__contents {
  background: #fff;
  padding: clamp(1.875rem, 1.5rem + 1.6vw, 2.5rem) clamp(0.9375rem, -0.75rem + 7.2vw, 3.75rem);
}
.department__list {
  display: grid;
  gap: clamp(2.5rem, 1.375rem + 4.8vw, 4.375rem) 80px;
}
@media screen and (min-width: 768px) {
  .department__list {
    grid-template-columns: 1fr 1fr;
  }
}
.department__list:has(+ .department__link) {
  margin-bottom: clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}
.department__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 50px;
}
.department__item:first-child {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .department__item:first-child {
    grid-column: 1/3;
    grid-template-columns: 1.2fr 0.8fr;
  }
}
@media screen and (min-width: 768px) {
  .department__item:first-child .department__img-area {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.department__img-area {
  position: relative;
  aspect-ratio: 3/2;
}
.department__img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.department__rank {
  position: absolute;
  width: clamp(2.8125rem, 2.25rem + 2.4vw, 3.75rem);
  top: -15px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .department__rank {
    top: -30px;
    left: 0;
  }
}
.department__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.department__link {
  text-align: center;
}
.department__link a {
  text-decoration: underline;
}
.department__continue {
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.department p {
  text-align: justify;
  line-height: 1.8;
}
.department .hof-tag {
  margin-bottom: 20px;
}

.hof {
  background: url(../..//assets/img/page/recipe-award/award2024/hof-bg-l.jpg) no-repeat center top/cover;
}
.hof .department__contents {
  padding-top: clamp(2.5rem, 1.75rem + 3.2vw, 3.75rem);
}
.hof__lead {
  position: absolute;
  width: 80%;
  max-width: clamp(13.75rem, 10rem + 16vw, 20rem);
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hof__lead {
    top: -36px;
  }
}
.hof__list {
  display: grid;
  gap: 20px;
}
.hof__item {
  background: #fff;
  border-radius: 5px;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  line-height: 1.3;
  padding: clamp(0.3125rem, 0.2rem + 0.48vw, 0.5rem) clamp(0.3125rem, 0.125rem + 0.8vw, 0.625rem);
}
.hof__item span {
  display: inline-block;
  padding-left: 18px;
  text-indent: -18px;
}
.hof .department__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  grid-column: auto;
  gap: 20px;
}
.hof .department__item:first-child .department__img-area {
  -webkit-transform: none;
          transform: none;
}
.hof__title {
  max-width: clamp(15rem, 13.5rem + 6.4vw, 17.5rem);
  margin: 0 auto clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
}

/* ===============================================
# 2021年
=============================================== */
.page-award2021 {
  background: url(../../assets/img/page/recipe-award/award2021/2021recipe-contest-bg.jpg) repeat center center/clamp(6.25rem, 2.5rem + 16vw, 12.5rem);
}

.award__title2021 {
  position: relative;
  color: #fff;
  background-color: #EE372A;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  padding: 30px 25px 20px;
}
.award__title2021::before {
  content: "";
  position: absolute;
  width: clamp(2.5rem, 2.125rem + 1.6vw, 3.125rem);
  aspect-ratio: 1;
  background: url(../../assets/img/page/recipe-award/award2021/2021recipe-contest-icon1.png) no-repeat center center/contain;
  top: -20px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .award__title2021::before {
    top: -30px;
  }
}

.end {
  position: relative;
}
.end::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}
.end__text {
  position: absolute;
  color: #fff;
  background: #EE372A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.4;
  padding: 3px 10px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}

/* ===============================================
# 2022年
=============================================== */
.award__title2022 {
  position: relative;
  color: #fff;
  background-color: #C21E1D;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  padding: 20px 25px;
}
.award__title2022::before, .award__title2022::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}
.award__title2022::before {
  background-image: url(../../assets/img/page/recipe-award/award2022/title-left.svg);
  background-position: left;
  left: 0;
}
.award__title2022::after {
  background-image: url(../../assets/img/page/recipe-award/award2022/title-right.svg);
  background-position: right;
  right: 0;
}

.ribbon {
  position: absolute;
  width: clamp(12.5rem, 10.25rem + 9.6vw, 16.25rem);
  left: -15px;
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .ribbon {
    left: -30px;
  }
}

/* ===============================================
# 2023年
=============================================== */
.page-award2023 .contents__parents:first-child {
  grid-column: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-award2023 .contents__parents:first-child {
    grid-column: 1/3;
    width: calc(50% - 30px);
  }
}

.hall-of-fame {
  display: grid;
  gap: 20px 60px;
  max-width: 840px;
  border-top: 1px solid #E8D08A;
  margin: clamp(1.875rem, 1.125rem + 3.2vw, 3.125rem) auto clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
  padding-top: clamp(1.875rem, 1.125rem + 3.2vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .hall-of-fame {
    grid-template-columns: 1fr 1fr;
  }
}
.hall-of-fame__img-area {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .hall-of-fame__img-area {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.hall-of-fame__continue {
  width: 70%;
  margin: 0 auto 10px;
}

/* ===============================================
# 2025年
=============================================== */
.page-award2025 {
  background: #FFFDEB;
}
.page-award2025 .contents__parents:first-child {
  grid-column: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-award2025 .contents__parents:first-child {
    grid-column: 1/3;
    width: calc(50% - 30px);
  }
}
.page-award2025 .hof-tag {
  max-width: 280px;
  margin: 0 auto 20px;
}
.page-award2025 .award__title::before {
  background: #C21E1D;
}/*# sourceMappingURL=page-recipe-award.css.map */