@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sofia+Sans+Extra+Condensed:wght@600&display=swap");
:root {
  --bg: white;
  --em: #ec6d56;
  --blue: #036EB8;
  --beige: #f5f3f2;
  --pale: #eef4f7;
  --lightblue: #7ecef4;
  --cream: #FFFDE5;
  --orange: #ec6d56;
  --purple: #796ca4;
  --lightpurple: #d1bad3;
  --yellow: #faee00;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #825a8c;
  --lightviolet: #d1bad3;
  --gold: #BF9D5A;
  --pink: #f19ec2;
  --green: #549b35;
  --lightgreen: #a8cc80;
  --yellowgreen: #c1d57f;
  --mint: #7fc6cc;
  --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 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: none;
  background-size: auto;
  background-position: auto;
  background-repeat: no-repeat;
  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 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(253, 208, 0, 0) 55%, #fdd000 65%, #fdd000 95%, rgba(253, 208, 0, 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;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
.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: "Hiragino Mincho Pro", "Noto Serif JP", "Kozuka Mincho Pro", "Yu Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

.cmn--title {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  background: var(--mint);
  border-left: 2px solid var(--orange);
  padding: 8px 0 6px 20px;
  margin: 0 0 16px;
}
.cmn--title strong {
  color: var(--yellow);
  font-size: 20px;
}
.cmn--sub {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
  font-feature-settings: "palt";
  border-left: 4px solid var(--orange);
  padding-left: 6px;
}

.c03, .c02, .c01 {
  position: relative;
  background: transparent url("images/bg@2x.png") left 30px no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 480px) {
  .c03, .c02, .c01 {
    background-position: center 15px;
    background-size: 150% auto;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 88px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 20px 15px;
  }
}
.c01--title {
  margin: 0 0 32px;
}
@media screen and (max-width: 480px) {
  .c01--title {
    margin-bottom: 20px;
  }
}
.c01--title img {
  max-width: 100%;
}
.c01--fig01 {
  display: block;
  margin: 0 0 24px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c01--fig01 {
    margin: 0 auto 15px;
  }
}
.c01--fig02 {
  display: block;
  position: absolute;
  top: 48px;
  right: 40px;
}
@media screen and (max-width: 480px) {
  .c01--fig02 {
    position: static;
    width: 50vw;
    margin: 0 auto;
  }
}
.c01 .c01a {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c01 .c01a {
    margin-bottom: 15px;
  }
}
.c01 .c01a--title {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c01 .c01a--title {
    margin-bottom: 10px;
  }
}
.c01 .c01a--text {
  text-align: justify;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--text {
    margin-bottom: 15px;
  }
}
.c01 .c01a--strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0.3em 0;
}
.c01 .c01a--box {
  display: blcok;
  margin: 0 auto 20px;
  max-width: 100%;
}
.c01 .c01b {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .c01 .c01b {
    flex-direction: column;
    gap: 15px;
  }
}
.c01 .c01b--text {
  text-align: justify;
  margin-bottom: 0;
}
.c01 .c01_conclusion {
  text-align: center;
  font-feature-settings: "palt";
  background: transparent url("images/c01-arrow@2x.png") center bottom no-repeat;
  background-size: 56px auto;
  padding-bottom: 72px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_conclusion {
    padding-bottom: 60px;
    background-size: 48px auto;
  }
}
.c01 .c01_conclusion--box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 24px;
  margin: 0 auto 12px;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: 1px solid var(--orange);
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_conclusion--box {
    font-size: 14px;
  }
}
.c01 .c01_conclusion--large {
  font-size: 21px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_conclusion--large {
    font-size: 16px;
  }
}
.c01 .c01_conclusion--bold {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .c01 .c01_conclusion--bold {
    font-size: 18px;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 60px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 35px 15px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 40px;
  }
}
.c02--title img {
  max-width: 100%;
}
.c02 .c02a {
  margin-bottom: 40px;
}
.c02 .c02a .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a .wrap {
    flex-direction: column;
  }
}
.c02 .c02a .wrap > div {
  max-width: 49%;
}
@media screen and (max-width: 480px) {
  .c02 .c02a .wrap > div {
    max-width: 100%;
  }
}
.c02 .c02a .wrap p {
  text-align: justify;
  position: relative;
  z-index: 1;
}
.c02 .c02a--strong {
  font-size: 13px;
  font-weight: 600;
  display: block;
  width: fit-content;
}
.c02 .c02a--strong em {
  font-size: 21px;
  line-height: 1.5;
}
.c02 .c02a--heart {
  display: block;
  margin-bottom: 30px;
}
.c02 .c02a--fig02 {
  margin: 0 0 0 -20px;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--fig02 {
    width: 100%;
    margin-left: -15px;
    order: 1;
  }
}
.c02 .c02a--fig03 {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.c02 .c02a--point {
  width: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: var(--beige);
}
@media screen and (max-width: 480px) {
  .c02 .c02a--point {
    width: 100%;
    border-radius: 10px;
  }
}
.c02 .c02a--point h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: var(--lightpurple);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
}
.c02 .c02a--point p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--block02 {
    order: 2;
  }
}
.c02 .c02b .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 30px;
}
.c02 .c02b .wrap p {
  text-align: justify;
  position: relative;
  margin: 0;
  z-index: 1;
}
.c02 .c02b--block01 {
  order: 2;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--block01 {
    order: 1;
    max-width: 100%;
  }
}
.c02 .c02b--block02 {
  max-width: 45%;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--block02 {
    max-width: 100%;
  }
}
.c02 .c02b--balloon {
  position: absolute;
  left: 40%;
  top: -13px;
}
.c02 .c02b--sub {
  color: var(--orange);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 25px 0;
  margin: 0 0 16px;
  border: 1px solid var(--orange);
}
@media screen and (max-width: 480px) {
  .c02 .c02b--sub {
    font-size: 18px;
    padding: 15px 0;
  }
}
.c02 .c02b--fig01 {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig01 {
    margin: 0 auto;
    order: 2;
  }
}
.c02 .c02b--fig02 {
  display: block;
  margin: -70px 0 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig02 {
    margin: 0 auto;
    max-width: 100%;
  }
}
.c02 .c02_conclusion {
  text-align: center;
}
.c02 .c02_conclusion--title {
  margin: 0 0 20px;
  max-width: 100%;
}
.c02 .c02_conclusion--text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_conclusion--text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.c02 .c02_conclusion--arrow {
  color: white;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  width: fit-content;
  padding: 10px 30px 20px;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  background: var(--orange);
}
@media screen and (max-width: 480px) {
  .c02 .c02_conclusion--arrow {
    font-size: 18px;
    padding: 10px 10px 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 68px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 40px 15px;
  }
}
.c03--title {
  text-align: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 480px) {
  .c03--title {
    margin-bottom: 40px;
  }
}
.c03--title img {
  max-width: 100%;
}
.c03--lead {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .c03--lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.c03 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 480px) {
  .c03 .wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.c03 .c03a {
  margin-bottom: 50px;
}
.c03 .c03a--block {
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--block {
    max-width: 100%;
  }
}
.c03 .c03a--fig01 {
  flex-shrink: 0;
  max-width: 100%;
}
.c03 .c03a p {
  text-align: justify;
}
.c03 .c03a--fig02_wrap {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--fig02_wrap {
    position: relative;
    display: flex;
    margin: 0 -15px 0 0;
    padding: 0 15px 15px 0;
  }
.scroll_img {
  max-width: 100%;
  white-space: nowrap;
}
/*
  .c03 .c03a--fig02_wrap:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 23px;
    height: 39px;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2023.02%2039.57%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m10.54%200c.53-.05%201.23.32%201.34.88.16.82-.16%2011.49%200%2012.33.17.93%201.19.54%201.31.11.14-.49-.15-9.23%200-10.16.22-1.34%202.13-1.13%202.34-.11.15.71-.15%209.37%200%2010.16.17.93%201.19.54%201.31.11.13-.44-.16-7.22.06-7.94.32-1.05%202.08-.91%202.28.17.15.77.07%2014.92%200%2015.7-.35%203.95-4.39%207.41-8.36%206.88-2.16-.29-4.32-1.7-5.57-3.45-.51-.72-5.18-8.87-5.24-9.4-.12-1.04.82-1.74%201.8-1.46.66.19%203.11%203.64%203.37%203.77.37.18.62%200%20.83-.31v-14.22c.03-1.67%202.02-1.47%202.23-.4.16.84-.18%2010.22.06%2010.79.25.6%201.14.32%201.26-.11.16-.6-.18-11.17%200-12.33.08-.5.48-.95%201-1zm6.62%2030.21c-.81%201.31%201.6%202.3%201.94%203.38h-14.87c.11-.73%202.05-1.92%202.16-2.38.21-.9-.65-1.48-1.49-1.27-.29.07-4.13%203.78-4.26%204.04-.19.36-.25.71-.11%201.11.11.31%204.25%204.49%204.81%204.48.56%200%201.17-.79%201.05-1.38-.09-.45-1.92-1.79-2.16-2.38l14.86-.11.17.17c-3.7%202.65-1.79%203.97-.83%203.6.31-.12%204.6-4.37%204.59-4.81-.57-1.01-4.16-4.91-5.15-4.81-.04%200-.64.25-.72.39z%22%20fill%3D%22%23414146%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") left top no-repeat;
    background-size: contain;
  }
*/
}
.c03 .c03a--fig02 {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--fig02 {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03a .cmn--sub {
    width: 100%;
  }
}
.c03 .c03b {
  margin-bottom: 30px;
}
.c03 .c03b--title {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--title {
    grid-column: 1/span 2;
    grid-row: 1;
    margin: 0;
  }
}
.c03 .c03b--sub {
  margin: 0 0 12px;
}
.c03 .c03b--fig01 {
  display: block;
  margin: -25px 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--fig01 {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03b--wrap01 {
    display: grid;
    grid-template: auto/40% 1fr;
    gap: 15px;
  }
}
.c03 .c03b--block01 {
  max-width: 50%;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--block01 {
    display: contents;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.c03 .c03b--block01 p:nth-of-type(1) {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--block01 p:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03b--spwrap {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03b--wrap02 {
    gap: 20px;
  }
}
.c03 .c03b--block02 {
  max-width: 58%;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--block02 {
    max-width: 100%;
  }
}
.c03 .c03b--block02 p {
  margin: 0;
}
.c03 .c03b--sub02 {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-indent: -13px;
  padding-left: 13px;
  font-feature-settings: "palt";
  margin: 0 0 13px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--sub02 {
    text-indent: 0;
    padding-left: 0;
  }
}
.c03 .c03b--balloon {
  margin: -10px 0 0;
}
.c03 .c03c .cmn--sub {
  margin-bottom: 16px;
}
.c03 .c03c .wrap {
  position: relative;
  display: flex;
  justify-content: start;
  gap: 18px;
  padding-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c .wrap {
    padding-left: 0;
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03c .wrap p {
    margin-bottom: 0px;
  }
}
.c03 .c03c .wrap .spec {
  position: absolute;
  left: 115px;
  bottom: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03c .wrap .spec {
    left: calc(50% + 48px);
    bottom: auto;
    top: 70px;
  }
}
.c03 .c03c--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 54px;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background: var(--mint);
  border-radius: 6px;
  align-self: center;
  margin: 0 0 0 auto;
  transition: 0.2s linear;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--btn {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }
}
.c03 .c03c--btn:hover {
  text-decoration: none;
  filter: contrast(1.3);
}
.c03 .c03c--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
}
.c03 .c03c--item {
  position: relative;
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c03 .c03c--item-body {
  padding-right: 30px;
  border-right: 1px dotted var(--grey);
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-body {
    padding-right: 10px;
  }
}
.c03 .c03c--item-body .c03c--item_text {
  padding-right: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-body .c03c--item_text {
    padding: 0;
  }
}
.c03 .c03c--item-body .c03c--item_img {
  position: absolute;
  right: 35px;
  top: 30px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-body .c03c--item_img {
    position: static;
    margin-bottom: 10px;
  }
}
.c03 .c03c--item-body .spec {
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-body .spec {
    text-align: center;
  }
}
.c03 .c03c--item-face {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-face {
    padding-left: 10px;
  }
}
.c03 .c03c--item-face .c03c--item_text {
  padding-right: 100px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-face .c03c--item_text {
    padding: 0;
  }
}
.c03 .c03c--item-face .c03c--item_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-face .c03c--item_img {
    position: static;
    margin-bottom: 10px;
  }
}
.c03 .c03c--item-face .spec {
  padding-right: 50px;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item-face .spec {
    position: relative;
    padding: 0;
    text-align: center;
  }
}
.c03 .c03c--item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  background: var(--orange);
  margin: 0 0 10px;
  height: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--item_title {
    width: 100%;
  }
}
.c03 .c03c--item_text {
  font-size: 12px;
  line-height: 1.5;
}
.c03 .c03c--medicated {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--medicated {
    position: absolute;
    right: 0;
    top: -30px;
    max-width: 30%;
  }
}

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

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