@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg: white;
  --em: #e95383;
  --blue: #036EB8;
  --beige: #ebe3bd;
  --pale: #eef4f7;
  --lightblue: #88b2d1;
  --cream: #fff1d5;
  --orange: #dd6b57;
  --purple: #796ca4;
  --lightpurple: #d1bad3;
  --yellow: #faee00;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #a674b0;
  --lightviolet: #e0cee1;
  --gold: #BF9D5A;
  --pink: #f19ec2;
  --green: #549b35;
  --lightgreen: #a8cc80;
  --yellowgreen: #c1d57f;
  --mint: #2aaba0;
  --red: #e60012;
  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", "Noto Sans JP", "Noto Sans", "Meiryo", 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.jpg");
  background-size: 100% auto;
  background-position: center 400px;
  background-repeat: repeat-y;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  #detail #middle_cont_left {
    padding: 0 15px;
    background-size: 200% auto;
    background-position: centr top;
  }
}
@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(--mint);
  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 em.red,
#detail #middle_cont_left span.red {
  color: var(--red);
  font-style: inherit;
}
#detail #middle_cont_left .marker {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(255, 243, 63, 0) 55%, #fff33f 65%, #fff33f 95%, rgba(255, 243, 63, 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_green {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(217, 228, 128, 0) 45%, rgba(217, 228, 128, 0.5) 55%, rgba(217, 228, 128, 0.5) 90%, rgba(217, 228, 128, 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;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
.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:not(.inline) {
  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: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: transparent url("images/c00-bg.jpg") left top no-repeat;
  background-size: 100% auto;
  margin: 0 -30px;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .c00 {
    flex-direction: column;
    align-items: center;
    margin: 0 -15px;
    gap: 40px 0;
    padding: 30px 0;
    background-size: auto 100%;
  }
}
.c00--fig {
  display: grid;
  grid-template: auto/auto;
  margin: 0;
  padding: 20px 0 30px;
}
@media screen and (max-width: 480px) {
  .c00--fig {
    margin: 0 auto;
    padding: 0;
    gap: 20px 10px;
  }
}
.c00--fig strong:before {
  content: "";
  display: block;
  background: transparent url("images/c00-medicated@2x.png") left top no-repeat;
  background-size: cover;
  width: 28px;
  height: 10px;
  margin-bottom: 6px;
}
.c00--fig .caption {
  margin: 1em 0 0;
  padding-left: 17px;
  text-indent: -17px;
}
.c00--spec01 {
  grid-column: 1;
  grid-row: 2;
}
.c00--spec02 {
  grid-column: 2;
  grid-row: 2;
}
.c00--photo01 {
  grid-column: 2;
  grid-row: 1/span 2;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .c00--photo01 {
    max-height: 300px;
    margin-left: 0;
  }
}
.c00--photo02 {
  grid-column: 1;
  grid-row: 1/span 2;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .c00--photo02 {
    max-height: 300px;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  background: transparent url("images/c01-bg.png") left top no-repeat;
  background-size: 100% auto;
  margin: -30px;
  padding: 30px;
  min-height: 1000px;
}
@media screen and (max-width: 480px) {
  .c01 {
    margin: 0 -15px;
    padding: 20px 15px;
    min-height: 0;
  }
}
.c01--wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .c01--wrap {
    padding: 20px 15px;
  }
}
.c01--text {
  margin: 0;
}
.c01 .c01a {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 70px;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .c01 .c01a {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.c01 .c01a--title {
  margin: 0;
}
.c01 .c01b {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .c01 .c01b {
    margin-bottom: 40px;
  }
}
.c01 .c01b--title {
  margin: 0 0 32px;
}
@media screen and (max-width: 480px) {
  .c01 .c01b--title {
    margin-bottom: 20px;
  }
}
.c01 .c01b--title img {
  max-width: 100%;
}
.c01 .c01c--lead {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c--lead {
    margin-bottom: 20px;
  }
}
.c01--conclusion {
  max-width: 100%;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 30px 20px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.c02--title {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 20px;
  }
}
.c02 picture {
  display: contents;
}
.c02 .c02a {
  display: grid;
  grid-template: auto/auto;
  margin: 0 0 40px;
}
.c02 .c02a--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--em);
  margin: 0 0 0.5em;
}
.c02 .c02a--text {
  margin: 0 0 20px;
}
.c02 .c02a--fig01 {
  grid-column: 2;
  grid-row: 1/span 2;
  justify-self: center;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--fig01 {
    grid-column: 1;
    grid-row: 3;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.c02 .c02a--fig02 {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--fig02 {
    grid-column: 1;
    max-width: 100%;
  }
}
.c02 .c02b {
  display: grid;
  grid-template: auto/auto;
  gap: 0.5em;
}
.c02 .c02b--title {
  grid-column: 1/span 2;
  text-align: center;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--title {
    grid-column: 1;
  }
}
.c02 .c02b--title img {
  max-width: 100%;
}
.c02 .c02b--sub {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  width: fit-content;
  height: fit-content;
  grid-column: 1;
}
.c02 .c02b--text01 {
  grid-column: 1;
  margin: 0;
  height: auto;
  align-self: start;
}
.c02 .c02b--text02 {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--text02 {
    grid-column: 1;
  }
}
.c02 .c02b--fig01 {
  grid-column: 2;
  grid-row: 2/span 3;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig01 {
    grid-column: 1;
    grid-row: 2;
    margin: 0 auto;
  }
}
.c02 .c02b--fig02 {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig02 {
    grid-column: 1;
    max-width: 100%;
  }
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 50px 20px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.c03--title {
  margin: 0 0 50px;
}
@media screen and (max-width: 480px) {
  .c03--title {
    margin: 0 0 10px;
  }
}
.c03--fig01 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .c03--fig01 {
    position: static;
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
.c03 .c03a {
  margin-bottom: 20px;
}
.c03 .c03a--title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--title {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin: 0 0 30px;
  }
}
.c03 .c03a--title div {
  width: 100%;
}
.c03 .c03a--title strong {
  display: block;
  font-size: 21px;
}
.c03 .c03a--title .caption {
  width: 100%;
  font-family: "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", sans-serif;
  font-weight: 300;
  color: var(--text);
  text-align: right;
  margin: 1em 0 -1em;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--title .caption {
    text-align: center;
  }
}
.c03 .c03a--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px;
  padding: 32px 0 0;
  margin-top: -24px;
  list-style: none;
  background: transparent url("images/c03a-photo@2x.png") center top no-repeat;
  background-size: auto 100%;
  min-height: 220px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--list {
    gap: 5px;
    min-height: 0;
    margin: 0 -15px 40px;
    padding: 0 15px 0 64px;
    background-position: -35px center;
    background-size: auto 95%;
  }
}
.c03 .c03a--item {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 236px;
  height: 83px;
  padding: 0 20px;
  background: var(--beige);
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}
@media screen and (max-width: 480px) {
  .c03 .c03a--item {
    width: 100%;
  }
}
.c03 .c03b {
  margin-bottom: 20px;
}
.c03 .c03b--title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--violet);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--title {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin: 0 0 30px;
  }
}
.c03 .c03b--title div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c03 .c03b--title strong {
  display: block;
  font-size: 21px;
}
.c03 .c03b--title .caption {
  width: fit-content;
  font-family: "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", sans-serif;
  font-weight: 300;
  color: var(--text);
  text-align: left;
  align-self: end;
  margin: 1em 0 -1em;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--title .caption {
    text-align: center;
    align-self: center;
  }
}
.c03 .c03b--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px;
  padding: 32px 0 0;
  margin-top: -24px;
  list-style: none;
  background: transparent url("images/c03b-photo@2x.png") center top no-repeat;
  background-size: auto 100%;
  min-height: 220px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--list {
    gap: 5px;
    min-height: 0;
    margin: 0 -15px;
    padding: 0 15px 0 64px;
    background-position: -35px center;
    background-size: auto 95%;
  }
}
.c03 .c03b--item {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 236px;
  height: 83px;
  padding: 0 17px 0;
  background: var(--lightviolet);
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}
@media screen and (max-width: 480px) {
  .c03 .c03b--item {
    width: 100%;
  }
}
.c03--caption {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .c03--caption {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 50px 20px 30px;
}
@media screen and (max-width: 480px) {
  .c04 {
    padding: 20px 15px;
  }
}
.c04--title {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .c04--title {
    margin-bottom: 10px;
  }
}
.c04--title img {
  max-width: 100%;
}
.c04--list {
  display: grid;
  grid-template: auto/280px auto;
  gap: 35px 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c04--list {
    grid-template: auto/1fr;
    gap: 20px 0;
  }
}
.c04--q {
  position: relative;
  color: var(--gold);
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 18px;
  margin: 0 0 22px 63px;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .c04--q {
    font-size: 21px;
    margin-left: 36px;
    margin-bottom: 14px;
    padding: 0 0 0 12px;
  }
}
.c04--q:before {
  position: absolute;
  left: -63px;
  display: block;
  content: "";
  background: transparent url("images/c04-q@2x.png") left center no-repeat;
  background-size: cover;
  width: 34px;
  height: 49px;
}
@media screen and (max-width: 480px) {
  .c04--q:before {
    width: 24px;
    height: 34px;
    left: -36px;
    top: 4px;
  }
}
.c04--a {
  position: relative;
  margin: 0 0 0 62px;
}
@media screen and (max-width: 480px) {
  .c04--a {
    margin-left: 50px;
  }
}
.c04--a:before {
  position: absolute;
  left: -67px;
  top: -6px;
  content: "";
  background: transparent url("images/c04-a@2x.png") left top no-repeat;
  background-size: cover;
  width: 51px;
  height: 51px;
}
@media screen and (max-width: 480px) {
  .c04--a:before {
    left: -54px;
    width: 36px;
    height: 36px;
  }
}
.c04--item01 {
  position: relative;
  grid-column: 1/span 2;
  padding-left: 170px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c04--item01 {
    grid-column: 1;
    padding: 0;
    margin-bottom: 0;
  }
}
.c04--item01 .c04--fig01 {
  position: absolute;
  left: 21px;
  top: -54px;
}
@media screen and (max-width: 480px) {
  .c04--item01 .c04--fig01 {
    display: block;
    position: static;
    margin: 10px auto 0;
  }
}
.c04--item02 {
  position: relative;
  grid-column: 1/span 2;
  padding-right: 270px;
}
@media screen and (max-width: 480px) {
  .c04--item02 {
    grid-column: 1;
    padding-right: 0;
  }
}
.c04--item02 .c04--fig02 {
  position: absolute;
  right: -28px;
  top: -32px;
}
@media screen and (max-width: 480px) {
  .c04--item02 .c04--fig02 {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
.c04--item03 .c04--fig03 {
  display: block;
  margin: 10px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .c04--item03 .c04--fig03 {
    margin: 10px auto 0;
  }
}
.c04--item04 .c04--fig04 {
  display: block;
  margin: 60px 10px 0 auto;
}
@media screen and (max-width: 480px) {
  .c04--item04 .c04--fig04 {
    margin: 10px auto 0;
  }
}
.c04--item05 {
  position: relative;
  grid-column: 1/span 2;
  padding-right: 280px;
}
@media screen and (max-width: 480px) {
  .c04--item05 {
    grid-column: 1;
    padding-right: 0;
  }
}
.c04--item05 .c04--fig05 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .c04--item05 .c04--fig05 {
    display: block;
    position: static;
    margin: 10px auto 0;
    max-width: 100%;
  }
}
.c04--item06 {
  position: relative;
  grid-column: 1/span 2;
  padding-left: 250px;
}
@media screen and (max-width: 480px) {
  .c04--item06 {
    grid-column: 1;
    padding-left: 0;
  }
}
.c04--item06 .c04--fig06 {
  position: absolute;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 480px) {
  .c04--item06 .c04--fig06 {
    display: block;
    position: static;
    margin: 10px auto 0;
    max-width: 100%;
  }
}
.c04--item07 {
  grid-column: 1/span 2;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .c04--item07 {
    grid-column: 1;
    margin-top: 0;
  }
}
.c04--item07_a {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template: auto/auto;
}
@media screen and (max-width: 480px) {
  .c04--item07_a {
    gap: 5px 0;
  }
}
.c04--item07_a picture {
  display: contents;
}
.c04--item07 .c04--guide {
  grid-row: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--guide {
    grid-row: 1;
  }
}
.c04--item07 .c04--step {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--step {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 10px;
  }
}
.c04--item07 .c04--steplist {
  grid-column: 2;
  grid-row: 2;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--steplist {
    grid-column: 1;
    grid-row: auto;
    font-size: 12px;
  }
}
.c04--item07 .c04--steplist .c04--stepitem {
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.c04--item07 .c04--fig07 {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--fig07 {
    grid-column: 1;
    max-width: 100%;
  }
}
.c04--item07 .c04--balloon {
  position: absolute;
  right: 18px;
  bottom: 74px;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--balloon {
    position: static;
    display: block;
    margin: -40px auto 10px;
    width: 100px;
  }
}
.c04--item07 .c04--btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  background: var(--violet);
  color: white;
  padding: 6px;
  border-radius: 6px;
  transition: 0.15s linear;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  .c04--item07 .c04--btn {
    position: static;
    font-size: 12px;
  }
}
.c04--item07 .c04--btn:hover {
  filter: contrast(1.5);
  text-decoration: none;
  transform: scale(1.05);
}

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