@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: var(--text);
  --text: #232323;
  --pale: #e6ebee;
  --orange: #f29a63;
  --green: #6bbc6e;
  --gold: #af9259;
  --lightgreen: #dde9d3;
  --beige: #eae5da;
  --lightbeige: #f5f2e9;
  --violet: #c59dc3;
  --lightviolet: #f3ebf4;
  --blue: #78acc0;
  --lightblue: #e3eff6;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --purple: #796ca4;
  --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: none;
  background-size: 100% auto;
  background-position: center 400px;
  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(--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;
}

.cmn--green {
  background: var(--lightgreen);
  padding: 0.1em;
}
.cmn--underline {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  background: transparent;
  padding: 45px 30px 50px;
}
@media screen and (max-width: 480px) {
  .c00 {
    min-height: 0;
    padding: 30px 15px 40px;
  }
}
.c00:before, .c00:after {
  content: "";
  position: absolute;
  background: var(--text);
}
.c00:before {
  left: 15px;
  top: 0;
  width: 1px;
  height: 200px;
}
@media screen and (max-width: 480px) {
  .c00:before {
    left: 5px;
    height: 35vw;
  }
}
.c00:after {
  left: 0px;
  top: 15px;
  height: 1px;
  width: 670px;
}
@media screen and (max-width: 480px) {
  .c00:after {
    top: 5px;
    width: 85vw;
  }
}
.c00--title {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .c00--title {
    margin-bottom: 30px;
  }
}
.c00--title img {
  max-width: 100%;
}
.c00--lead {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 13px;
    text-align: justify;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 0 30px 50px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 0 15px 50px;
  }
}
.c01--title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 50px;
  font-feature-settings: "palt";
  text-spacing-trim: space-first;
}
@media screen and (max-width: 480px) {
  .c01--title {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.c01--list {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 50px 18px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c01--list {
    grid-template: auto/1fr;
    gap: 32px 0;
  }
}
.c01--item {
  posiiton: relative;
  background: var(--lightblue);
  padding: 10px;
}
.c01--sub {
  position: relative;
  display: flex;
  align-items: center;
  height: 57px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 70px;
  padding-left: 1em;
  border-left: 1px solid var(--text);
}
.c01--num {
  position: absolute;
  left: -68px;
  top: calc(50% - 25px);
}
.c01--balloon {
  position: absolute;
  left: 97px;
  top: -52px;
}
@media screen and (max-width: 480px) {
  .c01--balloon {
    left: 110px;
    top: -48px;
  }
}
.c01--text {
  position: relative;
  background: white;
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: justify;
  height: 100px;
  margin: 0;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .c01--text {
    display: flex;
    align-items: center;
  }
}
.c01--text:after {
  content: "";
  position: absolute;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.c01--text-01 {
  padding-right: 60px;
}
.c01--text-01:after {
  right: -8px;
  top: 5px;
  width: 60px;
  height: 90px;
  background-image: image-set(url("images/c01-fig01.png") 1x, url("images/c01-fig01@2x.png") 2x);
}
.c01--text-02 {
  padding-right: 122px;
}
.c01--text-02:after {
  right: 2px;
  top: 2px;
  width: 108px;
  height: 100px;
  background-image: image-set(url("images/c01-fig02.png") 1x, url("images/c01-fig02@2x.png") 2x);
}
.c01--text-03 {
  padding-right: 88px;
}
.c01--text-03:after {
  right: 8px;
  top: 15px;
  width: 69px;
  height: 75px;
  background-image: image-set(url("images/c01-fig03.png") 1x, url("images/c01-fig03@2x.png") 2x);
}
.c01--text-04 {
  padding-right: 90px;
}
.c01--text-04:after {
  right: 8px;
  top: 8px;
  width: 62px;
  height: 101px;
  background-image: image-set(url("images/c01-fig04.png") 1x, url("images/c01-fig04@2x.png") 2x);
}
.c01--conclusion {
  margin: 0;
  padding: 13px 0 0 20px;
  border: 1px solid var(--text);
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .c01--conclusion {
    padding: 13px 0 0 13px;
    text-align: justify;
  }
}
.c01--conclusion strong {
  font-size: 18px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c01--conclusion strong {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 0 30px 50px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 0 15px 50px;
  }
}
.c02--title {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin: 0 0 20px;
  }
}
.c02--title img {
  max-width: 100%;
}
.c02--lead {
  line-height: 1.6;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 480px) {
  .c02--lead {
    margin: 0 0 20px;
  }
}
.c02--lead strong {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
}
.c02--box {
  background: var(--lightbeige);
  padding: 20px;
  margin: 0 0 20px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
@media screen and (max-width: 480px) {
  .c02--box {
    padding: 15px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  }
}
.c02 .c02_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_header {
    display: grid;
    grid-template: auto/100px auto;
    gap: 6px 3px;
    margin-bottom: 20px;
  }
}
.c02 .c02_header--title {
  color: var(--green);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  font-feature-settings: "palt";
  width: fit-content;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_header--title {
    line-height: 1.5;
    grid-column: 1/span 2;
    margin: 0;
  }
}
.c02 .c02_header--title:before {
  content: "";
  display: block;
  width: 57px;
  height: 32px;
  background: transparent image-set(url("images/c02-badge.png") 1x, url("images/c02-badge@2x.png") 2x) left top no-repeat;
  background-size: contain;
  margin: 0 0 10px;
}
.c02 .c02_header--photo {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .c02 .c02_header--photo {
    margin: 0;
  }
}
.c02 .c02_header--balloon {
  position: relative;
  bottom: -10px;
  align-self: end;
}
@media screen and (max-width: 480px) {
  .c02 .c02_header--balloon {
    bottom: 0;
    max-width: 100%;
  }
}
.c02 .c02_feature--title {
  color: white;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  font-feature-settings: "palt";
  width: fit-content;
  background: var(--orange);
  padding: 6px 25px 4px 10px;
  margin: 0 0 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
@media screen and (max-width: 480px) {
  .c02 .c02_feature--title {
    line-height: 1.3;
  }
}
.c02 .c02_feature--text {
  font-weight: 500;
  text-align: justify;
  margin-bottom: 20px;
}
.c02 .c02_sub--title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
.c02 .c02_sub--title:before {
  content: "";
  width: 15px;
  height: 5px;
  background: var(--green);
}
.c02 .c02_sub--text {
  text-align: justify;
  margin-bottom: 20px;
}
.c02 .c02a--figs {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--figs {
    flex-direction: column;
  }
  .c02 .c02a--figs img {
    max-width: 100%;
  }
}
.c02 .c02b--fig {
  max-width: calc(100% + 20px);
  margin: 0 -10px;
}
.c02 .c02c_figs {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  background: white;
  padding: 15px 0 15px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .c02 .c02c_figs {
    overflow-x: scroll;
    padding: 10px 10px 20px 10px;
    margin-right: -10px;
  }
}
.c02 .c02c_figs img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02 .c02c_figs img {
    max-width: initial;
    flex-shrink: 0;
  }
}
.c02 .c02c_figs--figcaption {
  display: flex;
  align-items: center;
}
.c02 .c02c_figs--title {
  position: relative;
  left: -10px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background: var(--green);
  height: 35px;
  padding: 0 15px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  white-space: nowrap;
}
.c02 .c02c_figs--text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615384615;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02c_figs--text {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 480px) {
  .c02 .c02--conclusion {
    display: block;
    margin: 0 auto;
  }
}
.c02 .c02c--caption {
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 50px 30px 30px;
  background: var(--beige);
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 30px 10px;
  }
}
.c03--title {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .c03--title {
    margin: 0 10px 20px;
  }
}
.c03--title img {
  max-width: 100%;
}
.c03 .c03--list {
  display: grid;
  grid-template: auto/300px 1fr;
  list-style: none;
  padding: 10px 20px;
  margin: 0 0 20px;
  background: white;
}
@media screen and (max-width: 480px) {
  .c03 .c03--list {
    grid-template: auto/1fr;
    padding: 0 15px 0 10px;
  }
}
.c03 .c03_item {
  padding: 15px 0;
  border-bottom: 1px solid var(--gold);
}
.c03 .c03_item:nth-of-type(odd) {
  padding-left: 45px;
}
.c03 .c03_item:nth-of-type(even) {
  padding-left: 76px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item:nth-of-type(even) {
    padding-left: 45px;
  }
}
.c03 .c03_item:last-of-type {
  grid-column: 1/span 2;
  border: none;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item:last-of-type {
    grid-column: 1;
  }
}
.c03 .c03_item:last-of-type .c03_item--text {
  padding-right: 110px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item:last-of-type .c03_item--text {
    padding-right: 85px;
  }
}
.c03 .c03_item:nth-of-type(1) .c03_item--text {
  padding-right: 45px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item:nth-of-type(1) .c03_item--text {
    padding-right: 60px;
  }
}
.c03 .c03_item--q {
  position: relative;
  color: var(--gold);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 10px;
  margin: 0 0 15px;
  border-left: 1px solid var(--gold);
}
.c03 .c03_item--q:before {
  content: "";
  position: absolute;
  left: -45px;
  top: calc(50% - 13px);
  width: 25px;
  height: 27px;
  background: transparent image-set(url("images/c03-q.png") 1x, url("images/c03-q@2x.png") 2x) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item--q:before {
    left: -40px;
  }
}
.c03 .c03_item--a {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 0 10px;
}
.c03 .c03_item--a:before {
  content: "";
  position: absolute;
  left: -42px;
  top: calc(50% - 13px);
  width: 21px;
  height: 24px;
  background: transparent image-set(url("images/c03-a.png") 1x, url("images/c03-a@2x.png") 2x) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item--a:before {
    left: -37px;
  }
}
.c03 .c03_item--text {
  position: relative;
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03_item--text {
    margin-left: -40px;
  }
}
.c03--fig01 {
  position: absolute;
  right: -35px;
  bottom: 0px;
}
@media screen and (max-width: 480px) {
  .c03--fig01 {
    right: -20px;
  }
}
.c03--fig02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .c03--fig02 {
    right: -10px;
    bottom: 5px;
  }
}
.c03 .c03_voice {
  columns: 2;
  gap: 40px;
  list-style: none;
  background: var(--lightbeige);
  padding: 20px 20px 10px;
  border: 1px solid var(--text);
}
@media screen and (max-width: 480px) {
  .c03 .c03_voice {
    columns: 1;
  }
}
.c03 .c03_voice--title {
  margin-bottom: 20px;
}
.c03 .c03_voice--item {
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  break-inside: avoid;
  background: var(--lightgreen);
  padding: 8px;
  margin-top: 10px;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
}
.c03 .c03_voice--item:nth-child(3 of .c03 .c03_voice--item) {
  break-before: column;
}
.c03--caption {
  margin: 0;
  text-align: right;
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  padding: 50px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c04 {
    padding: 30px 15px;
  }
}
.c04--title {
  margin: 0 0 20px;
}
.c04--title img {
  max-width: 100%;
}
.c04 .c04a {
  position: relative;
  padding: 30px 320px 30px 88px;
  background: var(--lightviolet);
  border: 1px solid var(--text);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c04 .c04a {
    padding: 15px;
  }
}
.c04 .c04a--title {
  margin: 0 0 28px;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--title {
    margin-bottom: 15px;
  }
}
.c04 .c04a--catch {
  position: absolute;
  left: 22px;
  top: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  writing-mode: vertical-rl;
  border-left: 1px solid var(--text);
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--catch {
    display: block;
    position: static;
    writing-mode: horizontal-tb;
    border-left: none;
    margin: 0 0 15px;
  }
  .c04 .c04a--catch span {
    border-bottom: 1px solid var(--text);
  }
}
.c04 .c04a--text {
  text-align: justify;
  margin-bottom: 14px;
}
.c04 .c04a--formula {
  font-size: 9px;
  line-height: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}
.c04 .c04a--effect {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.c04 .c04a--effect:before {
  content: "";
  width: 15px;
  height: 5px;
  background: var(--violet);
}
.c04 .c04a--effect_text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--effect_text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .c04 .c04a--figure {
    position: relative;
    display: grid;
    grid-template: auto/auto;
    width: fit-content;
    margin: 0 auto;
  }
}
.c04 .c04a--photo {
  position: absolute;
  left: 340px;
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--photo {
    position: static;
    grid-row: 1/span 2;
  }
}
.c04 .c04a--badge {
  position: absolute;
  left: 440px;
  bottom: 110px;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--badge {
    position: static;
    grid-column: 2;
    align-self: end;
  }
}
.c04 .c04a--spec {
  position: absolute;
  left: 440px;
  bottom: 28px;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--spec {
    position: static;
    grid-column: 2;
    align-self: start;
  }
}
.c04 .c04_towel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -125px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--text);
  padding: 10px 20px 0;
}
@media screen and (max-width: 480px) {
  .c04 .c04_towel {
    position: static;
    margin: 0 auto;
  }
}
.c04 .c04_towel--title {
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "palt";
  width: fit-content;
  border-bottom: 1px solid var(--text);
  margin: 0 0 10px;
}
.c04 .c04_towel--text {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 10px;
}
.c04 .c04_towel--figure {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c04 .c04b {
  position: relative;
  padding: 30px 320px 30px 24px;
  background: var(--lightblue);
  border: 1px solid var(--text);
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c04 .c04b {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.c04 .c04b--wrap {
  display: flex;
  flex-direction: column;
}
.c04 .c04b--title {
  margin: 0;
  order: 4;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--title {
    text-align: left;
    margin-bottom: 15px;
    order: 1;
  }
}
.c04 .c04b--catch {
  position: absolute;
  right: 18px;
  top: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--catch {
    display: block;
    position: static;
    writing-mode: horizontal-tb;
    margin: 0 0 15px;
    order: 2;
  }
}
.c04 .c04b--catch span {
  display: inline-block;
  border-left: 1px solid var(--text);
  margin-left: 6px;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--catch span {
    display: inline;
    margin: 0;
    border-left: none;
    border-bottom: 1px solid var(--text);
  }
}
.c04 .c04b--text {
  text-align: justify;
  margin-bottom: 20px;
  order: 1;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--text {
    order: 3;
  }
}
.c04 .c04b--effect {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 0.5em;
  order: 2;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--effect {
    order: 4;
  }
}
.c04 .c04b--effect:before {
  content: "";
  width: 15px;
  height: 5px;
  background: var(--blue);
}
.c04 .c04b--effect_text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 28px;
  order: 3;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--effect_text {
    order: 5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .c04 .c04b--figure {
    display: grid;
    grid-template: auto/auto;
    width: fit-content;
    margin: 0 auto;
  }
}
.c04 .c04b--photo {
  position: absolute;
  left: 345px;
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--photo {
    position: static;
    grid-row: 1/span 2;
  }
}
.c04 .c04b--badge {
  position: absolute;
  left: 440px;
  bottom: 78px;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--badge {
    position: static;
    grid-column: 2;
    align-self: end;
  }
}
.c04 .c04b--medicated {
  margin-top: 4px;
}
.c04 .c04b--spec {
  position: absolute;
  left: 440px;
  bottom: 28px;
}
@media screen and (max-width: 480px) {
  .c04 .c04b--spec {
    position: static;
    grid-column: 2;
    align-self: start;
  }
}
.c04 .c04c {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 36px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c04 .c04c {
    flex-direction: column;
    width: fit-content;
    gap: 0;
    margin: 0 auto;
  }
}
.c04 .c04c--item {
  padding-left: 78px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 208px;
}
.c04 .c04c--item:first-child {
  background-image: image-set(url("images/c04-photo01.png") 1x, url("images/c04-photo01@2x.png") 2x);
  padding-top: 80px;
}
.c04 .c04c--item:last-child {
  background-image: image-set(url("images/c04-photo02.png") 1x, url("images/c04-photo02@2x.png") 2x);
  padding-top: 80px;
}
.c04 .c04c--caption {
  text-align: right;
  margin: 0;
}

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