@charset "UTF-8";
/**
 * フォント
 */
/*
@font-face {
  font-family: 'Garamond';
  src: url(../fonts/AGaramondPro-Semibold.otf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'DINNext';
  src: url(../fonts/DINNextLTPro-Bold.otf);
  font-style: normal;
  font-weight: 400;
}
*/
/**
 * Media Queries
 *
 * SP用スタイル
 *  @media sp {}
 * PC用スタイル
 *  @media pc {}
 */
/**
* Font Settings
*/
/* Regular */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSerifCJKjp-Medium.otf") format("opentype");
  font-display: swap;
}
/* SemiBold */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/NotoSerifCJKjp-Black.otf") format("opentype");
  font-display: swap;
}
:root {
  --color-cold: #07acd4;
  --color-noSoup: #ab9500;
  --color-hot: #b60000;
  --color-shoyu: #b02724;
  --color-yuzu: #1a788f;
  --color-miso: #c26a24;
  --color-tonkotsu: #cfa200;
  --color-tantan: #4a2112;
  --color-shio: #0f2a84;
}

main {
  background-color: #c10000;
}
main .rao-sns {
  background-color: #EFE9DE;
}

.recipe-summer {
  background-color: #e53c39;
  margin: 0 auto;
  max-width: 1556px;
  text-align: center;
}
@media (min-width: 768px) {
  .recipe-summer {
    padding: 24px 0;
  }
}

@media (max-width: 767px) {
  .recipe-summer__kv-inner {
    padding-top: 4.2666666667vw;
  }
}

.recipe-summer____title img {
  position: relative;
  max-width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .recipe-summer____title img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .recipe-summer____title::before {
    display: block;
    background: url(/recipe/summer/images/title01_bg.png) center top/auto 100% repeat-x;
    content: "";
    height: 26px;
    position: absolute;
    width: 100%;
    max-width: 1556px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1254px) {
  .recipe-summer____title::before {
    height: 2.0733652313vw;
  }
}

.recipe-summer__pickup {
  background: url(/recipe/summer/images/pickup_bg01.png) center top/auto repeat;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .recipe-summer__pickup {
    margin-top: 1.6vw;
    padding: 2.4vw 0;
    width: 90.4vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__pickup {
    margin-top: 12px;
    padding: 24px 0 28px;
  }
}

.recipe-summer__pickup-title {
  background-color: #fff200;
  text-align: center;
}
@media (max-width: 767px) {
  .recipe-summer__pickup-title {
    padding: 2.6666666667vw 0;
  }
}
@media (min-width: 768px) {
  .recipe-summer__pickup-title {
    padding: 24px 0;
  }
}

.recipe-summer__pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .recipe-summer__pickup-list {
    gap: 2.9333333333vw 1.6vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media (min-width: 768px) {
  .recipe-summer__pickup-list {
    gap: 20px 10px;
    margin: 24px auto 0;
  }
}

.recipe-summer__pickup-item img {
  max-width: 100%;
}
.recipe-summer__pickup-item a {
  display: block;
}
@media (max-width: 767px) {
  .recipe-summer__pickup-item {
    flex: 0 0 39.4666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__pickup-item {
    flex: 0 0 373px;
    max-width: 32%;
  }
}

.recipe-summer__product {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .recipe-summer__product {
    margin-top: 4.2666666667vw;
    padding: 9.0666666667vw 0 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__product {
    padding: 48px 0px 60px;
    margin-top: 76px;
  }
}

.recipe-summer__product-inner {
  margin: 0 auto;
  max-width: 836px;
  position: relative;
}
.recipe-summer__product-inner img {
  max-width: 100%;
}
.recipe-summer__product-inner a {
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .recipe-summer__product-inner a {
    left: calc(50% - 40.4vw);
    bottom: 5.0666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__product-inner a {
    background: url(/recipe/summer/images/button01_hover.png) center top/100% no-repeat;
    bottom: 23px;
    right: 52px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .recipe-summer__product-inner a:hover img {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .recipe-summer__recipes {
    padding: 7.4666666667vw 0 6.4vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__recipes {
    padding: 80px 0px 100px;
  }
}

/**
 * プロフィール
 */
.recipe-summer__profile {
  background: none;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  .recipe-summer__profile {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__profile {
    margin-top: 32px;
  }
}

.recipe-summer__profile-modal {
  background-color: rgba(7, 172, 212, 0.7);
  border: 0;
  height: 100vh;
  height: 100dvh;
  left: 0px;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
.recipe-summer__profile-modal[open] {
  align-items: center;
  display: flex;
  justify-content: center;
}

.recipe-summer__profile-modal-inner {
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .recipe-summer__profile-modal-inner {
    border-radius: 2.6666666667vw;
    padding: 8.5333333333vw 7.2vw 6.9333333333vw;
    width: 86.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__profile-modal-inner {
    border-radius: 20px;
    max-width: calc(100% - 64px);
    padding: 68px 78px 56px;
    width: 950px;
  }
}

.recipe-summer__profile-text {
  line-height: 1.6;
  position: relative;
  text-align: left;
  z-index: 2;
}
@media (max-width: 767px) {
  .recipe-summer__profile-text {
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.8), 0px 1px 6px rgba(255, 255, 255, 0.8), -1px 1px 6px rgba(255, 255, 255, 0.8), 1px 0px 6px rgba(255, 255, 255, 0.8), -1px 0px 6px rgba(255, 255, 255, 0.8), 1px -1px 6px rgba(255, 255, 255, 0.8), 0px -1px 6px rgba(255, 255, 255, 0.8), 1px -1px 6px rgba(255, 255, 255, 0.8), -1px -1px 6px rgba(255, 255, 255, 0.8);
    font-size: 3.0666666667vw;
    max-width: 50.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__profile-text {
    font-size: 14px;
    max-width: 66%;
  }
}
.recipe-summer__profile-text p:not(:first-child) {
  margin-top: 1.5em;
}

.recipe-summer__profile-portrait {
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .recipe-summer__profile-portrait {
    bottom: 4.2666666667vw;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .recipe-summer__profile-portrait {
    bottom: 0px;
    right: 0px;
  }
}

.recipe-summer__profile-close {
  background-color: #e53c39;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.recipe-summer__profile-close::before, .recipe-summer__profile-close::after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  height: 2.4%;
  width: 50%;
  top: 48.8%;
  left: 25%;
}
.recipe-summer__profile-close::before {
  transform: rotate(45deg);
}
.recipe-summer__profile-close::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .recipe-summer__profile-close {
    font-size: 3.2vw;
    height: 10.6666666667vw;
    right: -4vw;
    top: -5.3333333333vw;
    width: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__profile-close {
    height: 80px;
    right: -30px;
    top: -40px;
    width: 80px;
  }
}

.recipe-summer__recipe-title {
  text-align: center;
}
.recipe-summer__recipe-title img {
  max-width: 100%;
}

.recipe-summer__anchor-links {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
@media (max-width: 767px) {
  .recipe-summer__anchor-links {
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__anchor-links {
    margin-top: 32px;
  }
}
.recipe-summer__anchor-links > a {
  display: block;
  flex: 0 0 33.3333333333%;
}
.recipe-summer__anchor-links > a img {
  max-width: 100%;
}
@media (hover: hover) {
  .recipe-summer__anchor-links > a:hover {
    opacity: 0.8;
  }
}

.recipe-summer__list-section {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
@media (max-width: 767px) {
  .recipe-summer__list-section {
    margin-top: 8.6666666667vw;
    scroll-margin-top: 50px;
    width: 92vw;
  }
  .recipe-summer__anchor-links + .recipe-summer__list-section {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-section {
    margin-top: 72px;
    scroll-margin-top: 60px;
    width: calc(100% - 64px);
  }
  .recipe-summer__anchor-links + .recipe-summer__list-section {
    margin-top: 44px;
  }
}

.recipe-summer__list-title {
  background: url(/recipe/summer/images/title_bg_cold.png) center top/auto repeat;
}
@media (max-width: 767px) {
  .recipe-summer__list-title {
    padding: 5.6vw 0;
  }
  .recipe-summer__list-title img {
    height: 14.1333333333vw;
    width: auto;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-title {
    padding: 36px 0;
  }
  .recipe-summer__list-title img {
    max-width: calc(100% - 64px);
  }
}
#cold .recipe-summer__list-title {
  background-color: var(--color-cold);
  background-image: url(/recipe/summer/images/title_bg_cold.png);
}
#noSoup .recipe-summer__list-title {
  background-color: var(--color-noSoup);
  background-image: url(/recipe/summer/images/title_bg_noSoup.png);
}
#hot .recipe-summer__list-title {
  background-color: var(--color-hot);
  background-image: url(/recipe/summer/images/title_bg_hot.png);
}

.recipe-summer__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media (max-width: 767px) {
  .recipe-summer__list {
    gap: 4vw;
    padding: 4vw;
    max-height: 186.6666666667vw;
  }
  .recipe-summer__list-open:checked ~ .recipe-summer__list {
    max-height: 1600vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list {
    gap: 24px;
    padding: 60px;
    max-height: 1272px;
  }
  .recipe-summer__list-open:checked ~ .recipe-summer__list {
    max-height: 6000px;
  }
}

.recipe-summer__list-item {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin: 0;
}
@media (max-width: 767px) {
  .recipe-summer__list-item {
    flex: 0 0 40vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item {
    flex: 0 1 calc((100% - 72px) / 4);
  }
}
.recipe-summer__list-item a {
  color: #000000;
  text-decoration: none;
}

.recipe-summer__thumbnail {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
}
.recipe-summer__thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recipe-summer__list-item-name {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .recipe-summer__list-item-name {
    font-size: 3.7333333333vw;
    height: 15.2vw;
    padding: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item-name {
    height: 108px;
    font-size: 26px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__list-item-name {
    height: 7.5842696629vw;
    font-size: 1.8258426966vw;
    padding: 0 1.404494382vw;
  }
}

.recipe-summer__list-item-inner {
  align-items: flex-end;
  background-color: #feffc3;
  display: flex;
}
@media (max-width: 767px) {
  .recipe-summer__list-item-inner {
    column-gap: 2.4vw;
    padding-bottom: 3.2vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item-inner {
    column-gap: 20px;
    padding: 0 0px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__list-item-inner {
    padding: 0 0 1.404494382vw 0;
  }
}

.recipe-summer__list-item-package {
  display: block;
}
@media (max-width: 767px) {
  .recipe-summer__list-item-package {
    flex: 0 0 26.33%;
    margin-top: 2vw;
    margin-left: 3.7333333333vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item-package {
    flex: 0 0 18.2%;
    margin-top: -10px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__list-item-package {
    margin-left: 1.404494382vw;
  }
}
.recipe-summer__list-item-package img {
  height: auto;
  width: 100%;
}

.recipe-summer__list-item-variant {
  font-weight: 700;
}
@media (max-width: 767px) {
  .recipe-summer__list-item-variant {
    font-size: 3.4666666667vw;
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item-variant {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__list-item-variant {
    font-size: 1.2640449438vw;
  }
}
[data-variant=shoyu] .recipe-summer__list-item-variant {
  color: var(--color-shoyu);
}
[data-variant=yuzu] .recipe-summer__list-item-variant {
  color: var(--color-yuzu);
}
[data-variant=miso] .recipe-summer__list-item-variant {
  color: var(--color-miso);
}
[data-variant=tonkotsu] .recipe-summer__list-item-variant {
  color: var(--color-tonkotsu);
}
[data-variant=tantan] .recipe-summer__list-item-variant {
  color: var(--color-tantan);
}
[data-variant=shio] .recipe-summer__list-item-variant {
  color: var(--color-shio);
}

.recipe-summer__list-item-duration {
  align-items: center;
  background-color: #ccc;
  border-radius: 0.8em;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recipe-summer__list-item-duration {
    column-gap: 2.4vw;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding-left: 1.6vw;
    width: 18.6666666667vw;
  }
  .recipe-summer__list-item-duration > img {
    height: 3.7333333333vw;
    width: auto;
  }
}
@media (min-width: 768px) {
  .recipe-summer__list-item-duration {
    column-gap: 16px;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 8px;
    width: 94px;
  }
  .recipe-summer__list-item-duration > img {
    height: 16px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__list-item-duration {
    column-gap: 1.1235955056vw;
    font-size: 0.9831460674vw;
    margin-top: 0.8426966292vw;
    padding-left: 0.5617977528vw;
    width: 6.6011235955vw;
  }
  .recipe-summer__list-item-duration > img {
    height: 1.1235955056vw;
  }
}
[data-variant=shoyu] .recipe-summer__list-item-duration {
  background-color: var(--color-shoyu);
}
[data-variant=yuzu] .recipe-summer__list-item-duration {
  background-color: var(--color-yuzu);
}
[data-variant=miso] .recipe-summer__list-item-duration {
  background-color: var(--color-miso);
}
[data-variant=tonkotsu] .recipe-summer__list-item-duration {
  background-color: var(--color-tonkotsu);
}
[data-variant=tantan] .recipe-summer__list-item-duration {
  background-color: var(--color-tantan);
}
[data-variant=shio] .recipe-summer__list-item-duration {
  background-color: var(--color-shio);
}

.recipe-summer__link {
  align-items: center;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  position: relative;
}
.recipe-summer__link::after {
  content: "";
  border-top: 2px solid #ffe63f;
  border-right: 2px solid #ffe63f;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  right: 10px;
  width: 8px;
}
@media (max-width: 767px) {
  .recipe-summer__link {
    height: 10vw;
  }
  .recipe-summer__link::after {
    height: 1.0666666667vw;
    right: 2.6666666667vw;
    top: calc(50% - 0.5333333333vw);
    width: 1.0666666667vw;
  }
  .recipe-summer__link img {
    height: auto;
    width: 18.1333333333vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__link {
    height: 64px;
  }
  .recipe-summer__link::after {
    right: 24px;
  }
  .recipe-summer__link img {
    height: auto;
    width: 112px;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .recipe-summer__link {
    height: 4.4943820225vw;
  }
  .recipe-summer__link::after {
    right: 1.6853932584vw;
  }
  .recipe-summer__link img {
    width: 7.8651685393vw;
  }
}
#cold .recipe-summer__link {
  background-color: var(--color-cold);
}
#noSoup .recipe-summer__link {
  background-color: var(--color-noSoup);
}
#hot .recipe-summer__link {
  background-color: var(--color-hot);
}

.recipe-summer__list-open {
  opacity: 0;
  height: 0;
  order: 5;
}

.recipe-summer__more {
  align-items: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%, rgb(255, 255, 255));
  bottom: 0px;
  display: flex;
  justify-content: center;
  left: 0px;
  position: absolute;
  width: 100%;
}
.recipe-summer__list-open:checked ~ .recipe-summer__more {
  display: none;
}
@media (max-width: 767px) {
  .recipe-summer__more {
    height: 32vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__more {
    height: 240px;
  }
  [data-length="0"] + .recipe-summer__more, [data-length="1"] + .recipe-summer__more, [data-length="2"] + .recipe-summer__more, [data-length="3"] + .recipe-summer__more, [data-length="4"] + .recipe-summer__more, [data-length="5"] + .recipe-summer__more, [data-length="6"] + .recipe-summer__more, [data-length="7"] + .recipe-summer__more, [data-length="8"] + .recipe-summer__more {
    display: none;
  }
}
.recipe-summer__more label {
  align-items: center;
  border: 2px solid #d8d8d8;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .recipe-summer__more label {
    border-width: 0.4vw;
    border-radius: 6vw;
    height: 12vw;
    width: 72vw;
  }
}
@media (min-width: 768px) {
  .recipe-summer__more label {
    border-radius: 35px;
    height: 70px;
    width: 544px;
  }
}
@media (hover: hover) {
  .recipe-summer__more label:hover img {
    filter: brightness(100);
  }
  #cold .recipe-summer__more label:hover {
    background-color: var(--color-cold);
  }
  #hot .recipe-summer__more label:hover {
    background-color: var(--color-hot);
  }
  #noSoup .recipe-summer__more label:hover {
    background-color: var(--color-noSoup);
  }
}
#cold .recipe-summer__more label {
  border-color: var(--color-cold);
}
#hot .recipe-summer__more label {
  border-color: var(--color-hot);
}
#noSoup .recipe-summer__more label {
  border-color: var(--color-noSoup);
}