/*------------------------------
RESET
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------
common
--------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@keyframes animeFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animeFadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.content_fadeUp {
  opacity: 0;
}
.content_fadeUp.is-animated {
  animation: animeFadeUp 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.content_zoomIn {
  opacity: 0;
}
.content_zoomIn.is-animated {
  animation: animeZoomIn 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#milk {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d0600;
}
.txt_blue {
  color: #0096be;
}

.sec_intro {
  background: url(/html/user_data/bp_feature/milk/imgs/sec01_bg_img.webp) repeat 50% 0;
}
@media screen and (min-width: 769px) {
  .sec_intro {
    padding-top: 6.3rem;
    padding-bottom: 10rem;
    background-size: 144rem auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_intro {
    padding-top: 4.5rem;
    padding-bottom: 12rem;
    background-size: 144rem auto;
  }
}

.hero_head {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .hero_head {
    width: 85.1rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_head {
    width: 64rem;
  }
}

.hero_content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .hero_content {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_content {
    margin-top: 5.1rem;
  }
}

.hero_txt {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  animation-delay: 3s;
  animation-duration: 1s;
}
@media screen and (min-width: 769px) {
  .hero_txt {
    top: -1.6rem;
    width: 63.2rem;
    aspect-ratio: 632/239;
  }
}
@media screen and (max-width: 768px) {
  .hero_txt {
    top: -2.4rem;
    width: 62.5rem;
    aspect-ratio: 625/256;
  }
}

.hero_img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .hero_img {
    width: 136rem;
    aspect-ratio: 1360/640;
  }
}
@media screen and (max-width: 768px) {
  .hero_img {
    width: 69rem;
    aspect-ratio: 690/1104;
  }
}

.contents_inner {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .contents_inner {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_inner {
    width: 65rem;
  }
}

@media screen and (min-width: 769px) {
  .about_keurig {
    padding-top: 8.6rem;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig {
    padding-top: 10.7rem;
  }
}

@media screen and (min-width: 769px) {
  .about_keurig_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 9rem;
  }
}

@media screen and (min-width: 769px) {
  .about_keurig_title {
    width: 42.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_title {
    width: 38.2rem;
    margin-inline: auto;
  }
}

.about_keurig_lead {
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .about_keurig_lead {
    margin-top: 4.9rem;
    line-height: 1.693em;
    font-size: 2.6rem;
  }
  .about_keurig_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_lead > p:first-of-type {
    margin-top: -0.346em;
  }
  .about_keurig_lead > p:last-of-type {
    margin-bottom: -0.346em;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_lead {
    margin-top: 9.8rem;
    line-height: 1.667em;
    font-size: 3.6rem;
  }
  .about_keurig_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_lead > p:first-of-type {
    margin-top: -0.333em;
  }
  .about_keurig_lead > p:last-of-type {
    margin-bottom: -0.333em;
  }
  .about_keurig_lead {
    text-align: center;
  }
}

.about_keurig_caption {
  font-weight: 500;
  color: #000;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .about_keurig_caption {
    margin-top: 3.5rem;
    line-height: 2em;
    font-size: 1.6rem;
  }
  .about_keurig_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_caption > p:first-of-type {
    margin-top: -0.5em;
  }
  .about_keurig_caption > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_caption {
    margin-top: 8.5rem;
    line-height: 2.077em;
    font-size: 2.6rem;
  }
  .about_keurig_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_caption > p:first-of-type {
    margin-top: -0.538em;
  }
  .about_keurig_caption > p:last-of-type {
    margin-bottom: -0.538em;
  }
  .about_keurig_caption {
    text-align: center;
  }
}

.about_keurig_img {
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .about_keurig_img {
    width: 58rem;
    margin-inline: auto;
  }
}
.about_keurig_img > img {
  backface-visibility: hidden;
  transform: rotate(-5deg) translateZ(0);
}

@media screen and (min-width: 769px) {
  .milk_arenji {
    padding-top: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji {
    padding-top: 15.3rem;
  }
}

.milk_arenji_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .milk_arenji_title {
    width: 63.9rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_title {
    width: 63.9rem;
  }
}

.milk_arenji_lead {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .milk_arenji_lead {
    width: 64.5rem;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_lead {
    width: 39.8rem;
    margin-top: 4rem;
  }
}

.milk_arenji_steps_wrapper {
  position: relative;
}

@media screen and (min-width: 769px) {
  .milk_arenji_steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5.4rem;
    width: 112rem;
    margin-inline: auto;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_steps {
    margin-top: 5.8rem;
  }
}

.milk_arenji_step {
  position: relative;
}
@media screen and (min-width: 769px) {
  .milk_arenji_step {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_step {
    padding-top: 2rem;
    width: 73.334vw;
  }
}

.milk_arenji_step_num {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .milk_arenji_step_num {
    left: -1rem;
    width: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_step_num {
    left: -2.666vw;
    width: 17.334vw;
  }
}

.milk_arenji_step_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .milk_arenji_step_img {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_step_img {
    border-radius: 4.5rem;
  }
}

.milk_arenji_step_txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .milk_arenji_step_txt {
    margin-top: 2rem;
    line-height: 1.625em;
    font-size: 1.6rem;
  }
  .milk_arenji_step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .milk_arenji_step_txt > p:first-of-type {
    margin-top: -0.312em;
  }
  .milk_arenji_step_txt > p:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_step_txt {
    margin-top: 4rem;
    margin-inline: -0.5rem;
    line-height: 1.643em;
    font-size: 2.8rem;
  }
  .milk_arenji_step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .milk_arenji_step_txt > p:first-of-type {
    margin-top: -0.321em;
  }
  .milk_arenji_step_txt > p:last-of-type {
    margin-bottom: -0.321em;
  }
  .milk_arenji_step_txt {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide-active .milk_arenji_step_txt,
  .swiper-slide-active .howto_made_case_step_txt {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  .milk_arenji_steps,
  .howto_made_case_steps {
    align-items: stretch;
  }
}

@media screen and (max-width: 768px) {
  .milk_arenji_step,
  .howto_made_case_step {
    height: auto;
  }
}

.how_step_nav {
  position: absolute;
  top: 23.2rem;
  left: 50%;
  translate: -50% 0;
  width: 66rem;
  z-index: 1;
}

.howto_made_case_steps_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .howto_made_case_steps_wrap {
    overflow: visible;
  }
}
.howto_made_case_steps_wrap .how_step_nav {
  top: 15.6rem;
}

.milk_arenji_button {
  position: absolute;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.milk_arenji_button::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(/html/user_data/bp_feature/milk/imgs/icon_arrow.webp) no-repeat 0 0;
  background-size: contain;
}

.milk_arenji_button-prev {
  left: 0;
}

.milk_arenji_button-next {
  right: 0;
  scale: -1 1;
}

.howto_made_case_button {
  position: absolute;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.howto_made_case_button::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(/html/user_data/bp_feature/milk/imgs/icon_arrow.webp) no-repeat 0 0;
  background-size: contain;
}

.howto_made_case_button-prev {
  left: 0;
}

.howto_made_case_button-next {
  right: 0;
  scale: -1 1;
}

@media screen and (min-width: 769px) {
  .milk_arenji_ban {
    width: 60rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_ban {
    width: 62.2rem;
    margin: 10rem auto 0;
  }
}

.milk_arenji_bottom {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .milk_arenji_bottom {
    width: 100vw;
    margin: 7rem auto 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .milk_arenji_bottom {
    width: 70rem;
    margin: 7rem auto 0;
  }
}

.milk_arenji_bottom_img {
  display: block;
}
@media screen and (min-width: 769px) {
  .milk_arenji_bottom_img {
    position: relative;
    left: 50%;
    width: 115.2777777778vw;
    translate: -50% 0;
  }
}
@media screen and (min-width: 1440px) {
  .milk_arenji_bottom_img {
    width: 1660px;
  }
}
.milk_arenji_bottom_img img {
  max-width: inherit;
}

.sec_brewing_tips {
  background-color: #ab2138;
}
@media screen and (min-width: 769px) {
  .sec_brewing_tips {
    padding-top: 12.5rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_brewing_tips {
    padding-top: 8.5rem;
  }
}

.brewing_tips_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .brewing_tips_title {
    width: 56.1rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_title {
    width: 56.1rem;
  }
}

.brewing_tips_lead {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .brewing_tips_lead {
    width: 57.8rem;
    margin-top: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_lead {
    width: 45.4rem;
    margin-top: 5rem;
  }
}

.brewing_tips_points {
  display: grid;
}
@media screen and (min-width: 769px) {
  .brewing_tips_points {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_points {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    width: 62.2rem;
    margin: 8rem auto 0;
  }
}

.brewing_tips_point {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .brewing_tips_point {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point {
    border-radius: 3rem;
  }
}

.brewing_tips_point_body {
  position: relative;
  display: grid;
  place-content: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .brewing_tips_point_body {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point_body {
    padding: 5rem 0 6rem;
  }
}

.brewing_tips_point_num {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

@media screen and (min-width: 769px) {
  .brewing_tips_point_num_1 {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point_num_1 {
    width: 19.334vw;
  }
}

@media screen and (min-width: 769px) {
  .brewing_tips_point_num_2 {
    width: 12.8rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point_num_2 {
    width: 20.4vw;
  }
}

.brewing_tips_point_txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .brewing_tips_point_txt {
    line-height: 1.584em;
    font-size: 2.4rem;
  }
  .brewing_tips_point_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_point_txt > p:first-of-type {
    margin-top: -0.291em;
  }
  .brewing_tips_point_txt > p:last-of-type {
    margin-bottom: -0.291em;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point_txt {
    line-height: 1.429em;
    font-size: 2.8rem;
  }
  .brewing_tips_point_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_point_txt > p:first-of-type {
    margin-top: -0.214em;
  }
  .brewing_tips_point_txt > p:last-of-type {
    margin-bottom: -0.214em;
  }
}

.brewing_tips_point_txt_sub {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .brewing_tips_point_txt_sub {
    margin-top: 1.5rem;
    line-height: 2.125em;
    font-size: 1.6rem;
  }
  .brewing_tips_point_txt_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_point_txt_sub > p:first-of-type {
    margin-top: -0.562em;
  }
  .brewing_tips_point_txt_sub > p:last-of-type {
    margin-bottom: -0.562em;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_point_txt_sub {
    margin-top: 2rem;
    line-height: 1.819em;
    font-size: 2.2rem;
  }
  .brewing_tips_point_txt_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_point_txt_sub > p:first-of-type {
    margin-top: -0.409em;
  }
  .brewing_tips_point_txt_sub > p:last-of-type {
    margin-bottom: -0.409em;
  }
}

.brewing_tips_onepoint {
  margin-inline: auto;
  background-color: #fbcb4f;
}
@media screen and (min-width: 769px) {
  .brewing_tips_onepoint {
    width: 66.6rem;
    margin-top: 6.6rem;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_onepoint {
    width: 62.2rem;
    margin-top: 9.4rem;
    border-radius: 3rem;
  }
}

.brewing_tips_onepoint_img {
  transform: translateY(-50%);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .brewing_tips_onepoint_img {
    width: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_onepoint_img {
    width: 18.4rem;
  }
}

.brewing_tips_onepoint_txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .brewing_tips_onepoint_txt {
    padding-top: 0.4rem;
    padding-bottom: 4.2rem;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .brewing_tips_onepoint_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_onepoint_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .brewing_tips_onepoint_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .brewing_tips_onepoint_txt {
    padding-top: 2rem;
    padding-bottom: 8rem;
    line-height: 1.77em;
    font-size: 2.6rem;
  }
  .brewing_tips_onepoint_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .brewing_tips_onepoint_txt > p:first-of-type {
    margin-top: -0.384em;
  }
  .brewing_tips_onepoint_txt > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.howto_made {
  position: relative;
  background-color: #d2ac6f;
}
@media screen and (min-width: 769px) {
  .howto_made {
    margin-top: 9.5rem;
    padding: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 12rem;
    padding: 1.6rem 0;
  }
}
.howto_made::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .howto_made::before {
    top: -1.6rem;
    width: 104.5rem;
    height: 6.4rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/howto_made_bg_pc.webp);
  }
}
@media screen and (max-width: 768px) {
  .howto_made::before {
    top: -2rem;
    width: 65rem;
    height: 7rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/howto_made_bg_sp.webp);
  }
}

.howto_made_inner {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .howto_made_inner {
    padding: 9.6rem 5.7rem 8rem;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .howto_made_inner {
    padding: 12.3rem 6.5rem 12rem;
  }
}

.howto_made_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .howto_made_title {
    width: 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_title {
    width: 16.2rem;
  }
}

.howto_made_lead {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .howto_made_lead {
    width: 47.1rem;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_lead {
    width: 56.5rem;
    margin-top: 1.4rem;
  }
}

.howto_made_material {
  position: relative;
  background-color: #f5ecdb;
}
@media screen and (min-width: 769px) {
  .howto_made_material {
    width: 72rem;
    margin: 6.3rem auto 6rem;
    padding: 3rem 4rem;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_material {
    width: 62.2rem;
    margin: 11.6rem auto 8rem;
    padding: 6.2rem 0 5.5rem;
    border-radius: 3rem;
  }
}

.howto_made_material_head {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: fit-content;
  margin-inline: auto;
  background-color: #4d0600;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .howto_made_material_head {
    padding: 1.2rem 3.2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
  .howto_made_material_head > p {
    line-height: inherit;
    font: inherit;
  }
  .howto_made_material_head > p:first-of-type {
    margin-top: 0em;
  }
  .howto_made_material_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_material_head {
    padding: 2rem 5.8rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .howto_made_material_head > p {
    line-height: inherit;
    font: inherit;
  }
  .howto_made_material_head > p:first-of-type {
    margin-top: 0em;
  }
  .howto_made_material_head > p:last-of-type {
    margin-bottom: 0em;
  }
}

.howto_made_material_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .howto_made_material_inner {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .howto_made_material_item {
    display: grid;
    grid-template-columns: 7rem 1fr;
    column-gap: 1.4rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_material_item_img {
    width: 11rem;
    margin-inline: auto;
  }
}

.howto_made_material_item_txt {
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .howto_made_material_item_txt {
    line-height: 1.429em;
    font-size: 1.4rem;
  }
  .howto_made_material_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .howto_made_material_item_txt > p:first-of-type {
    margin-top: -0.214em;
  }
  .howto_made_material_item_txt > p:last-of-type {
    margin-bottom: -0.214em;
  }
  .howto_made_material_item_txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_material_item_txt {
    margin-top: 2rem;
    margin-inline: -1rem;
    line-height: 1.417em;
    font-size: 2.4rem;
  }
  .howto_made_material_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .howto_made_material_item_txt > p:first-of-type {
    margin-top: -0.208em;
  }
  .howto_made_material_item_txt > p:last-of-type {
    margin-bottom: -0.208em;
  }
  .howto_made_material_item_txt {
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .howto_made_case {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .howto_made_case + .howto_made_case {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case + .howto_made_case {
    margin-top: 7.5rem;
  }
}

.howto_made_case_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .howto_made_case_title {
    width: 26.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case_title {
    width: 39.4rem;
    margin-bottom: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  .howto_made_case_steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.9rem;
    width: 98rem;
    margin-inline: auto;
  }
}

.howto_made_case_step {
  position: relative;
}
@media screen and (min-width: 769px) {
  .howto_made_case_step {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case_step {
    padding-top: 2rem;
    width: 73.334vw;
  }
}
.howto_made_case_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10.5rem;
  right: -3.5rem;
  width: 1.8rem;
  height: 2.4rem;
  background-color: #d2a046;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .howto_made_case_step:not(:last-child)::after {
    display: none;
  }
}

.howto_made_case_step_num {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .howto_made_case_step_num {
    top: 0;
    left: -1rem;
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case_step_num {
    top: 0;
    left: -2rem;
    width: 10rem;
  }
}

.howto_made_case_step_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .howto_made_case_step_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case_step_img {
    border-radius: 4.5rem;
  }
}

.howto_made_case_step_txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .howto_made_case_step_txt {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .howto_made_case_step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .howto_made_case_step_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .howto_made_case_step_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .howto_made_case_step_txt {
    margin-top: 3.5rem;
    margin-inline: -3rem;
    line-height: 1.847em;
    font-size: 2.6rem;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 769px) {
  .howto_made_case_step_txt.txt_justify {
    text-align: justify;
  }
}

.plant_based_milk {
  background-color: #eee7df;
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .plant_based_milk {
    padding-top: 13rem;
    padding-bottom: 12rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/plant_based_milk_bg_pc.webp);
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk {
    padding-top: 12rem;
    padding-bottom: 10rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/plant_based_milk_bg_sp.webp);
    overflow: hidden;
  }
}

.plant_based_milk_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_title {
    width: 76.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_title {
    width: 67.5rem;
  }
}

.plant_based_milk_lead {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_lead {
    width: 40.2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_lead {
    width: 47.9rem;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .plant_based_milk_intro {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 7rem;
    margin-top: 8.5rem;
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_intro {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10rem;
    width: 62.2rem;
    margin: 6.5rem auto 12rem;
  }
}

.plant_based_milk_intro_txt {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_intro_txt {
    line-height: 2em;
    font-size: 1.8rem;
  }
  .plant_based_milk_intro_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_intro_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .plant_based_milk_intro_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
  .plant_based_milk_intro_txt {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_intro_txt {
    line-height: 1.924em;
    font-size: 2.6rem;
  }
  .plant_based_milk_intro_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_intro_txt > p:first-of-type {
    margin-top: -0.461em;
  }
  .plant_based_milk_intro_txt > p:last-of-type {
    margin-bottom: -0.461em;
  }
  .plant_based_milk_intro_txt {
    text-align: center;
  }
}

.plant_based_milk_intro_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_intro_img {
    flex-shrink: 0;
    width: 64rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_intro_img {
    width: 62.2rem;
    border-radius: 3rem;
  }
}

.plant_based_milk_menu {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu {
    padding: 7rem 8rem 8rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu {
    padding: 10rem 7rem 8rem;
    border-radius: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu + .plant_based_milk_menu {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu + .plant_based_milk_menu {
    margin-top: 4rem;
  }
}

.plant_based_milk_soy_ornament {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_soy_ornament {
    top: -22rem;
    left: -26rem;
    width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_soy_ornament {
    top: -15.7rem;
    left: -20rem;
    width: 41rem;
  }
}

.plant_based_milk_menu_title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_title {
    line-height: 1;
    font-size: 3.4rem;
  }
  .plant_based_milk_menu_title > h3 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_title > h3:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_title > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_title {
    line-height: 1;
    font-size: 3.6rem;
  }
  .plant_based_milk_menu_title > h3 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_title > h3:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_title > h3:last-of-type {
    margin-bottom: 0em;
  }
}

.plant_based_milk_menu_lead {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_lead {
    margin-top: 2.5rem;
    line-height: 1.667em;
    font-size: 1.8rem;
  }
  .plant_based_milk_menu_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_lead > p:first-of-type {
    margin-top: -0.333em;
  }
  .plant_based_milk_menu_lead > p:last-of-type {
    margin-bottom: -0.333em;
  }
  .plant_based_milk_menu_lead {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_lead {
    margin-top: 6rem;
    line-height: 1.924em;
    font-size: 2.6rem;
  }
  .plant_based_milk_menu_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_lead > p:first-of-type {
    margin-top: -0.461em;
  }
  .plant_based_milk_menu_lead > p:last-of-type {
    margin-bottom: -0.461em;
  }
  .plant_based_milk_menu_lead {
    letter-spacing: 0.085em;
  }
}

@media screen and (max-width: 768px) {
  .plant_based_milk_menu_lead-soy {
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 6rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6.2rem;
    margin-top: 10rem;
  }
}

.plant_based_milk_menu_content_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_img {
    flex-shrink: 0;
    width: 52rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_img {
    border-radius: 2rem;
  }
}

.plant_based_milk_menu_content_info {
  width: 100%;
}

.plant_based_milk_menu_content_info_name {
  color: #d2a046;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_name {
    line-height: 1;
    font-size: 4rem;
  }
  .plant_based_milk_menu_content_info_name > h4 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_name > h4:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_name > h4:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_name {
    line-height: 1;
    font-size: 4.2rem;
  }
  .plant_based_milk_menu_content_info_name > h4 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_name > h4:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_name > h4:last-of-type {
    margin-bottom: 0em;
  }
  .plant_based_milk_menu_content_info_name {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_material {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_material {
    margin-top: 6.2rem;
  }
}

.plant_based_milk_menu_content_info_head {
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #4d0600;
  color: #d2a046;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_head {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
  }
  .plant_based_milk_menu_content_info_head > h5 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_head > h5:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_head > h5:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_head {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .plant_based_milk_menu_content_info_head > h5 {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_head > h5:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_head > h5:last-of-type {
    margin-bottom: 0em;
  }
}

.plant_based_milk_menu_content_info_material_item {
  position: relative;
}
.plant_based_milk_menu_content_info_material_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  translate: 0 -50%;
  border-bottom: 1.5px dotted #4d0600;
}
.plant_based_milk_menu_content_info_material_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_material_item + .plant_based_milk_menu_content_info_material_item {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_material_item + .plant_based_milk_menu_content_info_material_item {
    margin-top: 2.2rem;
  }
}

.plant_based_milk_menu_content_info_material_item_name {
  position: relative;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_material_item_name {
    padding-right: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_material_item_name {
    padding-right: 1.4rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .plant_based_milk_menu_content_info_material_item_name > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_material_item_name > p:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_material_item_name > p:last-of-type {
    margin-bottom: 0em;
  }
}

.plant_based_milk_menu_content_info_material_item_value {
  position: relative;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_material_item_value {
    padding-left: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_material_item_value {
    padding-left: 1.4rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .plant_based_milk_menu_content_info_material_item_value > p {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_material_item_value > p:first-of-type {
    margin-top: 0em;
  }
  .plant_based_milk_menu_content_info_material_item_value > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_howto {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_howto {
    margin-top: 8.2rem;
  }
}

.plant_based_milk_menu_content_info_howto_list {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_howto_list {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .plant_based_milk_menu_content_info_howto_list > li {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_howto_list > li:first-of-type {
    margin-top: -0.428em;
  }
  .plant_based_milk_menu_content_info_howto_list > li:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_howto_list {
    margin-top: 3.5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .plant_based_milk_menu_content_info_howto_list > li {
    line-height: inherit;
    font: inherit;
  }
  .plant_based_milk_menu_content_info_howto_list > li:first-of-type {
    margin-top: -0.423em;
  }
  .plant_based_milk_menu_content_info_howto_list > li:last-of-type {
    margin-bottom: -0.423em;
  }
}
.plant_based_milk_menu_content_info_howto_list > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_menu_content_info_howto_list > li {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_howto_list > li {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_menu_content_info_howto_list > li.ls_20_sp {
    letter-spacing: -0.02em;
  }
}

.recommendations_and_points {
  display: grid;
}
@media screen and (min-width: 769px) {
  .recommendations_and_points {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_and_points {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    margin: 12rem auto 0;
  }
}

.recommendations_title {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .recommendations_title {
    line-height: 1;
    font-size: 2rem;
  }
  .recommendations_title > h5 {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_title > h5:first-of-type {
    margin-top: 0em;
  }
  .recommendations_title > h5:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_title {
    line-height: 1;
    font-size: 2.8rem;
  }
  .recommendations_title > h5 {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_title > h5:first-of-type {
    margin-top: 0em;
  }
  .recommendations_title > h5:last-of-type {
    margin-bottom: 0em;
  }
}
.recommendations_title .dot {
  display: inline-block;
  color: #d2a046;
}
@media screen and (min-width: 769px) {
  .recommendations_title .dot {
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_title .dot {
    margin-right: 1.4rem;
  }
}

.recommendations_content {
  background-color: #faf0df;
}
@media screen and (min-width: 769px) {
  .recommendations_content {
    margin-top: 1.5rem;
    padding: 3rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content {
    margin-top: 3rem;
    padding: 6rem 5rem 8rem;
    border-radius: 3rem;
  }
}

.recommendations_content_item {
  display: grid;
}
@media screen and (min-width: 769px) {
  .recommendations_content_item {
    grid-template-columns: 7rem 1fr;
    column-gap: 1.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .recommendations_content_item + .recommendations_content_item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item + .recommendations_content_item {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .recommendations_content_item_img {
    width: 12rem;
    margin-inline: auto;
  }
}

.recommendations_content_item_info_name {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .recommendations_content_item_info_name {
    line-height: 1;
    font-size: 1.6rem;
  }
  .recommendations_content_item_info_name > h6 {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_content_item_info_name > h6:first-of-type {
    margin-top: 0em;
  }
  .recommendations_content_item_info_name > h6:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item_info_name {
    line-height: 1;
    font-size: 2.8rem;
  }
  .recommendations_content_item_info_name > h6 {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_content_item_info_name > h6:first-of-type {
    margin-top: 0em;
  }
  .recommendations_content_item_info_name > h6:last-of-type {
    margin-bottom: 0em;
  }
  .recommendations_content_item_info_name {
    text-align: center;
  }
}

.recommendations_content_item_info_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .recommendations_content_item_info_txt {
    margin-top: 1rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .recommendations_content_item_info_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_content_item_info_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .recommendations_content_item_info_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
  .recommendations_content_item_info_txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item_info_txt {
    margin-top: 3.2rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .recommendations_content_item_info_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .recommendations_content_item_info_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .recommendations_content_item_info_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
  .recommendations_content_item_info_txt {
    letter-spacing: 0.052em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item_info_txt.ls_40_sp {
    letter-spacing: -0.07em;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_content_item_info_txt.ls_46_sp {
    letter-spacing: 0.046em;
  }
}

.points {
  background-color: #ab2138;
}
@media screen and (min-width: 769px) {
  .points {
    padding: 1rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .points {
    padding: 1.4rem;
    border-radius: 3rem;
  }
}

.points_inner {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .points_inner {
    height: 100%;
    padding: 1.2rem 3.8rem 3.8rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .points_inner {
    padding: 3.3rem 3.2rem 8.5rem;
    border-radius: 2rem;
  }
}

.points_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .points_title {
    width: 37.4rem;
  }
}
@media screen and (max-width: 768px) {
  .points_title {
    width: 41.8rem;
  }
}

.points_txt {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .points_txt {
    margin-top: 3.7rem;
    line-height: 1.875em;
    font-size: 1.6rem;
  }
  .points_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .points_txt > p:first-of-type {
    margin-top: -0.437em;
  }
  .points_txt > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .points_txt {
    margin-top: 5.7rem;
    padding: 0 0.5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .points_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .points_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .points_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media screen and (max-width: 768px) {
  .points_txt.ls_50_sp {
    letter-spacing: 0.05em;
  }
}

.plant_based_milk_oatmilk_ornament {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .plant_based_milk_oatmilk_ornament {
    top: -18.2rem;
    right: -25.2rem;
    width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .plant_based_milk_oatmilk_ornament {
    top: -11.8rem;
    right: -11.8rem;
    width: 38.6rem;
  }
}

.sec_arrange_recipe {
  background: url(/html/user_data/bp_feature/milk/imgs/arrange_recipe_bg.webp) repeat 50% 24.6%;
}
@media screen and (min-width: 769px) {
  .sec_arrange_recipe {
    padding-top: 10.5rem;
    padding-bottom: 21rem;
    background-size: 8rem auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_arrange_recipe {
    padding-top: 12rem;
    padding-bottom: 18rem;
    background-size: 8rem auto;
    background-position: 56% 0;
  }
}

.arrange_recipe_title {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_title {
    width: 61.5rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_title {
    width: 61.5rem;
  }
}

.arrange_recipe_lead {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_lead {
    margin-top: 5.2rem;
    margin-bottom: 10.7rem;
    width: 51.8rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_lead {
    margin-top: 5.4rem;
    margin-bottom: 11.8rem;
    width: 61.8rem;
  }
}

@media screen and (max-width: 768px) {
  .arrange_recipe_inner {
    width: 69rem;
  }
}

.arrange_recipe_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item {
    padding: 1.5rem;
  }
}
.arrange_recipe_item::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item::after {
    top: -1.6rem;
    width: 104.5rem;
    height: 6.4rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/howto_made_bg_pc.webp);
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item::after {
    top: -2rem;
    width: 61.2rem;
    height: 6.6rem;
    background-image: url(/html/user_data/bp_feature/milk/imgs/howto_made_bg_sp.webp);
  }
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item + .arrange_recipe_item {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item + .arrange_recipe_item {
    margin-top: 6rem;
  }
}
.arrange_recipe_item.item01 {
  background-color: #f091a0;
}
.arrange_recipe_item.item02 {
  background-color: #fbcb4f;
}
.arrange_recipe_item.item03 {
  background-color: #d2a046;
}
.arrange_recipe_item.item04 {
  background-color: #f39365;
}

.arrange_recipe_item_inner {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_inner {
    padding: 8.5rem 7rem 6.5rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_inner {
    padding: 10rem 7rem 10rem 7rem;
  }
}

.arrange_recipe_item_name {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
  border-bottom: dotted #4d0600;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_name {
    padding-bottom: 3rem;
    line-height: 1;
    font-size: 3.2rem;
  }
  .arrange_recipe_item_name > h3 {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_name > h3:first-of-type {
    margin-top: 0em;
  }
  .arrange_recipe_item_name > h3:last-of-type {
    margin-bottom: 0em;
  }
  .arrange_recipe_item_name {
    border-bottom-width: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_name {
    padding-bottom: 5.5rem;
    line-height: 1.429em;
    font-size: 4.2rem;
  }
  .arrange_recipe_item_name > h3 {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_name > h3:first-of-type {
    margin-top: -0.214em;
  }
  .arrange_recipe_item_name > h3:last-of-type {
    margin-bottom: -0.214em;
  }
  .arrange_recipe_item_name {
    border-bottom-width: 0.6rem;
  }
}

@media screen and (min-width: 769px) {
  .arrange_recipe_item_content {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8rem;
    margin-top: 7.5rem;
  }
}
.arrange_recipe_item_content.reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .arrange_recipe_item_img {
    flex-shrink: 0;
    width: 47.6rem;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_img {
    width: 47.6rem;
    margin-inline: auto;
    filter: drop-shadow(2.5px 2.5px 1.5px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (min-width: 769px) {
  .reverse .arrange_recipe_item_img > img {
    transform: rotate(5deg) translateZ(0);
  }
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_img > img {
    backface-visibility: hidden;
    transform: rotate(-5deg) translateZ(0);
  }
}

.arrange_recipe_item_content_info {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_info {
    padding-top: 2rem;
  }
}

.arrange_recipe_item_content_head {
  color: #d2a046;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #4d0600;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_head {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
  }
  .arrange_recipe_item_content_head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_head > h4:first-of-type {
    margin-top: 0em;
  }
  .arrange_recipe_item_content_head > h4:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_head {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .arrange_recipe_item_content_head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_head > h4:first-of-type {
    margin-top: 0em;
  }
  .arrange_recipe_item_content_head > h4:last-of-type {
    margin-bottom: 0em;
  }
  .arrange_recipe_item_content_head {
    border-bottom-width: 0.2rem;
  }
}

.arrange_recipe_item_content_info_material_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_info_material_item {
    align-items: flex-end;
  }
}
.arrange_recipe_item_content_info_material_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  translate: 0 -50%;
  border-bottom: 1.5px dotted #4d0600;
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_info_material_item::after {
    top: auto;
    bottom: 1.8em;
    translate: 0 0;
    border-bottom-width: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_info_material_item + .arrange_recipe_item_content_info_material_item {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_info_material_item + .arrange_recipe_item_content_info_material_item {
    margin-top: 3rem;
  }
}

.arrange_recipe_item_content_info_material_item_name {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_info_material_item_name {
    padding-right: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_info_material_item_name {
    padding-right: 1.4rem;
    line-height: 1.539em;
    font-size: 2.6rem;
  }
  .arrange_recipe_item_content_info_material_item_name > p {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_info_material_item_name > p:first-of-type {
    margin-top: -0.269em;
  }
  .arrange_recipe_item_content_info_material_item_name > p:last-of-type {
    margin-bottom: -0.269em;
  }
}

.arrange_recipe_item_content_info_material_item_value {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_info_material_item_value {
    padding-left: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_info_material_item_value {
    padding-left: 1.4rem;
    line-height: 1.539em;
    font-size: 2.6rem;
  }
  .arrange_recipe_item_content_info_material_item_value > p {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_info_material_item_value > p:first-of-type {
    margin-top: -0.269em;
  }
  .arrange_recipe_item_content_info_material_item_value > p:last-of-type {
    margin-bottom: -0.269em;
  }
}

@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_howto {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_howto {
    margin-top: 7.5rem;
  }
}

.arrange_recipe_item_content_howto_list {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_howto_list {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .arrange_recipe_item_content_howto_list > li {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_howto_list > li:first-of-type {
    margin-top: -0.428em;
  }
  .arrange_recipe_item_content_howto_list > li:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_howto_list {
    margin-top: 3.5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .arrange_recipe_item_content_howto_list > li {
    line-height: inherit;
    font: inherit;
  }
  .arrange_recipe_item_content_howto_list > li:first-of-type {
    margin-top: -0.423em;
  }
  .arrange_recipe_item_content_howto_list > li:last-of-type {
    margin-bottom: -0.423em;
  }
}
.arrange_recipe_item_content_howto_list > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .arrange_recipe_item_content_howto_list > li {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_howto_list > li {
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_howto_list > li.ls_10_sp {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .arrange_recipe_item_content_howto_list > li.ls_30_sp {
    letter-spacing: 0.03em;
  }
}

.list_style {
  position: absolute;
  top: 0;
  left: 0;
  color: #d2a046;
}

.recipe_mark {
  position: relative;
  display: inline-block;
  border-radius: 100vmax;
  background-color: #d2a046;
  color: #fff;
  vertical-align: middle;
  margin-top: -0.5rem;
  margin-right: 0.1em;
}
@media screen and (min-width: 769px) {
  .recipe_mark {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recipe_mark {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.recipe_mark > span {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .recipe_mark > span {
    font-size: 1rem;
    translate: -40% -51.5%;
  }
}
@media screen and (max-width: 768px) {
  .recipe_mark > span {
    font-size: 2rem;
    translate: -0.6rem -2.6rem;
  }
}

@media screen and (min-width: 769px) {
  #footer {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: -6rem;
  }
}