@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg: #88b2d1;
  --em: #E4007F;
  --blue:#769BB6;
  --lightblue:#E6EBEE;
  --beige:#F5F2E9;
  --orange:#EC6D56;
  --purple:#A788A4;
  --lightpurple:#EBD7E1;
  --yellow:#F6AC19;
  --text:#232323;
  --grey:#9FA0A0;
  --lightgrey:#EFEFEF;
  --violet:#933CA3;
  --lightviolet:#DEC5E3;
  --gold:#B89C3B;
  --pink:#EB6EA5;
  --green:#6CBB5A;
  --wine:#B81B30;
  scroll-behavior: smooth;
}

#detail #middle_cont_left {
  color: var(--text);
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: -0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  background-color: var(--bg);
  background-image: url("images/bg@2x.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: repeat-y;
  padding: 0;
}
@media screen and (max-width: 320px) {
  #detail #middle_cont_left {
    font-size: 12px;
    line-height: 1.5;
    width: 95vw;
    padding: 0;
  }
}
#detail #middle_cont_left p {
  hanging-punctuation: allow-end;
  line-break: strict;
}
#detail #middle_cont_left sup {
  font-size: 80%;
  top: -0.3em;
  line-height: 1;
}
#detail #middle_cont_left em {
  color: var(--em);
}
#detail #middle_cont_left em,
#detail #middle_cont_left span {
  font-style: normal;
}
#detail #middle_cont_left em.blue,
#detail #middle_cont_left span.blue {
  color: var(--blue);
  font-style: inherit;
}
#detail #middle_cont_left em.green,
#detail #middle_cont_left span.green {
  color: var(--green);
  font-style: inherit;
}
#detail #middle_cont_left em.orange,
#detail #middle_cont_left span.orange {
  color: var(--orange);
  font-style: inherit;
}
#detail #middle_cont_left em.yellow,
#detail #middle_cont_left span.yellow {
  color: var(--yellow);
  font-style: inherit;
}
#detail #middle_cont_left em.purple,
#detail #middle_cont_left span.purple {
  color: var(--purple);
  font-style: inherit;
}
#detail #middle_cont_left em.gold,
#detail #middle_cont_left span.gold {
  color: var(--gold);
}
#detail #middle_cont_left em.pink,
#detail #middle_cont_left span.pink {
  color: var(--pink);
}
#detail #middle_cont_left .marker {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(255, 230, 127, 0) 55%, rgb(255, 230, 127) 65%, rgb(255, 230, 127) 95%, rgba(255, 230, 127, 0) 100%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_blue {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(183, 205, 218, 0) 45%, rgba(183, 205, 218, 0.5) 55%, rgba(183, 205, 218, 0.5) 90%, rgba(183, 205, 218, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_pink {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(244, 180, 208, 0) 45%, rgba(244, 180, 208, 0.5) 55%, rgba(244, 180, 208, 0.5) 90%, rgba(244, 188, 208, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left a img {
  border: none;
}

#page-top {
  z-index: 99;
}

#dv_latest_recipe .sq dd.naiyo {
  text-align: justify;
  line-break: strict;
}

#ul_kiji {
  padding: 0 28px;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
/*
橙：#dc5310
土：#a9865f
黄：#fff67f
薄紫：#a2aac6
青緑：#98cac7

*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .flex {
    flex-wrap: wrap;
  }
}

.wrap {
  flex-wrap: wrap;
}

.caption,
.spec {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .caption,
  .spec {
    transform: scale(1);
    font-size: 9px;
    line-height: 13px;
    letter-spacing: -0.05em;
  }
}

.spec strong {
  display: block;
  white-space: nowrap;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp {
    display: revert !important;
  }
}

.sp5 {
  display: none !important;
}
@media screen and (max-width: 320px) {
  .sp5 {
    display: inherit !important;
  }
}

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

.alignRight {
  text-align: right !important;
  transform-origin: right bottom;
}

.alignCenter {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", "Kozuka Mincho Pro", "Yu Mincho", serif;
}

.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: var(--violet);
  transition: 0.2s linear;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 6px;
}
.btn_link:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  padding: 30px 30px 50px;
}
@media screen and (max-width: 480px) {
  .c00 {
    padding: 15px 15px 30px;
  }
}
.c00:before {
  position: absolute;
  left: -50px;
  top: 130px;
  content: "";
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(247, 201, 221, 0.6666666667);
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .c00:before {
    left: calc(50% - 110px);
    top: 150px;
    width: 220px;
    height: 220px;
  }
}
.c00--lead {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
  font-feature-settings: "palt";
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 12px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.c00 .c00a {
  position: relative;
  display: grid;
  grid-template: auto/auto auto auto;
  justify-items: center;
  align-items: start;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .c00 .c00a {
    grid-template: auto/auto;
    justify-items: start;
    gap: 15px 0;
  }
}
.c00--title {
  margin: 0;
  padding-top: 14px;
  margin: 0;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .c00--title {
    margin-bottom: 10px;
    justify-self: center;
  }
}
.c00--title img {
  display: block;
}
@media screen and (max-width: 480px) {
  .c00--point {
    margin-left: 8vw;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 0 30px 30px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 0 15px 20px;
  }
}
.c01--box {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c01--box {
    padding: 20px 15px;
  }
}
.c01--title {
  color: var(--blue);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}
.c01--title strong {
  font-size: 32px;
  font-weight: inherit;
}
.c01--title em.marker {
  color: var(--wine) !important;
  font-size: 32px;
  font-weight: inherit;
  margin: 0 5px !important;
}
.c01--subtitle {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .c01--subtitle {
    font-size: 15px;
    text-align: justify;
    line-break: strict;
  }
}
.c01--lead {
  text-align: justify;
  margin-bottom: 20px;
}
.c01 .c01a--title {
  color: white;
  background: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 10px;
  margin: 0;
}
.c01 .c01a--wrap {
  display: grid;
  grid-template: auto/minmax(150px, auto) 1fr;
  gap: 10px 20px;
  padding: 20px 0 0;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--wrap {
    grid-template: auto/auto;
  }
}
.c01 .c01a--wrap:not(:last-of-type) {
  border-bottom: 1px dotted var(--grey);
  padding-bottom: 20px;
}
.c01 .c01a--heading {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}
.c01 .c01a--heading:before {
  content: "▶";
}
.c01 .c01a--text {
  text-align: justify;
}
.c01 .c01a--point {
  display: block;
  margin: -10px 0 0 -12px;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--point {
    max-width: calc(100% + 12px);
  }
}
.c01 .c01a--bihada_grid {
  grid-column: span 2;
  display: grid;
  grid-template: auto/1fr;
  gap: 10px;
  align-items: center;
  margin: 15px auto 0;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--bihada_grid {
    grid-column: 1;
    justify-items: center;
    width: 100%;
  }
  .c01 .c01a--bihada_grid img {
    max-width: 100%;
  }
}
.c01 .c01a--bihada_title {
  grid-column: span 2;
  font-size: 13px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: center;
  width: fit-content;
  justify-self: center;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--bihada_title {
    grid-column: 1;
    white-space: nowrap;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  position: relative;
  padding: 0 30px 30px;
  background: white;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 0 15px 20px;
  }
}
.c02--head {
  background: transparent url("images/c02-title-bg@2x.png") left top no-repeat;
  background-size: auto 100%;
  padding: 45px 30px;
  margin: 0 -30px;
}
@media screen and (max-width: 480px) {
  .c02--head {
    padding: 20px 15px 0;
    margin: 0 -15px;
  }
}
.c02--title {
  margin: 0 0 15px;
}
.c02--caption {
  margin: 0;
}
.c02--section {
  position: relative;
  display: grid;
  grid-template-areas: "title fig" "product fig" "text fig";
  grid-template-rows: 48px 18px auto;
  gap: 10px 15px;
  align-items: start;
  padding: 20px 0 15px;
}
@media screen and (max-width: 480px) {
  .c02--section {
    grid-template-areas: "fig" "title" "product" "text";
    grid-template-rows: auto 48px 18px auto;
    padding: 20px 0;
  }
}
.c02--section:not(:last-of-type) {
  border-bottom: 1px dotted var(--grey);
}
.c02--section-02 {
  padding-right: 200px;
}
@media screen and (max-width: 480px) {
  .c02--section-02 {
    padding: 0;
  }
}
.c02--section_title {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 0;
  grid-area: title;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .c02--section_title {
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
}
.c02--section_product {
  background: var(--text);
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 10px;
  margin: 0;
  width: fit-content;
  grid-area: product;
}
.c02--section_text {
  text-align: justify;
  margin: 0;
}
.c02--section_fig {
  grid-area: fig;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .c02--section_fig {
    margin: 0 auto;
  }
  .c02--section_fig-01 {
    flex-direction: column;
    gap: 10px;
  }
}
.c02--section_photo-02 {
  margin: 15px -60px 0 0;
}
.c02--section_photo-03 {
  margin: 20px -60px 20px 0;
}
@media screen and (max-width: 480px) {
  .c02--section_photo-03 {
    margin: 0 -60px 20px -15px;
  }
}
.c02--section_spec {
  margin-bottom: 1em;
}
.c02--section_img {
  position: absolute;
  right: -10px;
  top: -40px;
}
@media screen and (max-width: 480px) {
  .c02--section_img {
    position: static;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 30px;
  background-image: linear-gradient(to bottom, transparent 60%, var(--bg) 90%), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 1px, transparent 1px, transparent 13px);
  background-size: 100% 100%;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 15px;
  }
}
.c03--box {
  position: relative;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .c03--box {
    padding: 15px;
  }
}
.c03--box:last-of-type {
  margin-bottom: 0;
}
.c03--shoulder {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .c03--shoulder {
    width: 90px;
  }
}
.c03--title {
  margin: 20px 0 -10px;
}
@media screen and (max-width: 480px) {
  .c03--title {
    margin: 10px 0 20px 80px;
  }
}
.c03--title-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.c03--subtitle {
  display: grid;
  grid-template: auto/repeat(3, auto);
  color: var(--blue);
  justify-items: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 20px;
  gap: 2px;
}
@media screen and (max-width: 480px) {
  .c03--subtitle {
    grid-template: auto/1fr 1fr;
  }
}
.c03--subtitle div {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .c03--subtitle div {
    grid-column: span 2;
    grid-row: 2;
  }
}
.c03--balloon01 {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}
.c03--balloon02 {
  grid-column: 3;
  margin-top: -10px;
  margin-right: -10px;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .c03--balloon02 {
    grid-column: 2;
  }
}
.c03--wrap {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c03--wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.c03--fig01 {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.c03--fig02 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.c03 .c03b {
  display: grid;
  grid-template: auto/auto auto;
  align-items: center;
  gap: 6px 10px;
  background: white;
  padding: 20px;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b {
    grid-template: auto/1fr;
  }
}
.c03 .c03b--title {
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0;
  grid-column: 1;
  width: fit-content;
}
.c03 .c03b--text {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  grid-column: 2;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--text {
    grid-column: 1;
  }
}
.c03 .c03b--fig {
  display: contents;
}
.c03 .c03b--fig-img {
  grid-column: span 2;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--fig-img {
    display: block;
    grid-column: 1;
    margin: 0 -10px 0 0;
    max-width: calc(100% + 10px);
  }
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* c05 */
/* ----------------------------------------------------------------------- */

/*# sourceMappingURL=detail.css.map */
