@charset "utf-8";

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

.section_inner {
  width: 92%;
  max-width: 92%;
  padding: 0;
}

.section_title {
  font-size: 2.2rem;
}
.section_title_area {
  padding: 0 17px;
}
.section_title_area:before,
.section_title_area:after {
  width: 10px;
  height: 12px;
  top: calc(50% - 6px);
}
/*---------------------------------------
  fixed-banner
----------------------------------------*/
.fixed-banner {
  max-width: 580px;
  width: 78.333vw;
  right: 1vw;
}
.fixed-banner .fixed-banner_close {
  width: 5.267vw;
  height: 5.267vw;
}

/*---------------------------------------
  mainvisual
----------------------------------------*/
.mainvisual-text {
  padding: 6px 0;
  flex-direction: column;
}
.mainvisual-text-item {
  margin: 24px auto;
}
.mainvisual-text img {
  width: 80vw;
}

/*---------------------------------------
  swiper
----------------------------------------*/
.swiper-slide img {
  padding: 0;
}

/*---------------------------------------
  campaign
----------------------------------------*/
.campaign {
  padding: 20px 0;
  flex-direction: column;
}
.campaign-item {
  width: 90%;
  margin: 16px auto;
}
.campaign-item img {
  width: 100%;
}

/*---------------------------------------
  lineup
----------------------------------------*/
.lineup {
  padding-top: 120px;
}
.lineup_flex {
  flex-wrap: wrap;
  flex-direction: column;
}
.lineup-item {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.lineup .lineup_title {
  width: 100%;
  max-width: 680px;
  margin: 80px auto 0;
}
.lineup .lineup_title:first-child {
  margin-top: 0;
}
/* .lineup .lineup_text {
} */
.lineup-btn {
  width: 100%;
  max-width: 280px;
  margin: 20px auto 0;
}

/*---------------------------------------
  movie
----------------------------------------*/
.movie {
  padding-bottom: 0px;
}
.movie_flex {
  display: block;
  padding: 0;
  flex-direction: column;
}
.movie-item {
  /*
	width: 100vw;
	margin: 32px 0px;*/
  margin: 50px 0px;
}
.movie-item.large {
  width: 100%;
  margin-bottom: 20vw;
  margin-top: 15vw;
}
.movie-item.mv02 {
  margin-bottom: 20vw;
}
.movie-item.large .movie_thum {
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.movie .movie_title {
  width: 95%;
  margin-bottom: 40px;
  position: static;
}
.movie .movie_text {
  width: 55%;
  max-width: 260px;
}
.movie .movie_flex .movie_text {
  width: 90%;
  max-width: 100%;
}
#movie_area1 {
  margin-bottom: 20px;
}
.yt_wrap {
  width: 90vw;
  margin: 0 auto;
  border-radius: 20px;
}

/*---------------------------------------
  recommend
----------------------------------------*/
.recommend {
  background: #c1161a;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.recommend:after {
  height: 236px;
  top: auto;
  bottom: -100px;
}
.recommend .recommend_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.recommend .recommend_list {
  width: 88.4%;
  margin: 0 auto 10px auto;
}
.recommend .recommend_list_item:not(:last-child) {
  margin-bottom: 13px;
}
.recommend .information_title {
  width: 34.2%;
  bottom: -55px;
}

/*---------------------------------------
  composition
----------------------------------------*/
.composition {
  margin-top: -52%;
  padding: 52% 0 60px 0;
}
.composition .composition_title {
  width: 34.2%;
  margin-bottom: 36px;
}
.composition .composition_note {
  text-align: left;
}
.composition .composition_table {
  margin-bottom: 30px;
  display: block;
}
.composition .composition_table_area:first-of-type {
  width: 100%;
}
.composition .composition_table_area:first-of-type .composition_list {
  padding-left: 0;
}
.composition .composition_table_area:nth-of-type(2) {
  width: 100%;
}
.composition .composition_table_area:last-of-type {
  width: 100%;
}
.composition .composition_table_area:last-of-type .composition_list {
  padding-right: 0;
}
.composition .composition_table_title {
  padding-left: 20px;
}
.composition .composition_list {
  padding: 0;
}
.composition .composition_list_title {
  padding: 4px 0 2px 20px;
}
.composition .composition_list_text {
  padding: 4px 20px 2px 0;
}
.composition .composition_table_area:nth-of-type(2) .composition_list:nth-child(odd) {
  background-color: #ffffff;
}
.composition .composition_table_area:nth-of-type(2) .composition_list:nth-child(even) {
  background-color: #fff5eb;
}
.composition .composition_table_area:last-of-type .composition_list:last-child {
  display: none;
}
.composition .composition_table_area:not(:first-of-type) {
  border-left: none;
}

/*---------------------------------------
  news
----------------------------------------*/
.news {
  padding: 120px 0 60px;
}
.news .news_title {
  width: 95%;
  margin-bottom: 40px;
}
.news .news_column {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.news .news_column_part {
  width: 100%;
}
.news .news_column_part:first-child {
  margin-bottom: 21px;
}
.news .news_column_text {
  margin-bottom: 15px;
}
.news .news_column_button_anchor {
  padding: 22px 20px 20px 20px;
}
.news .news_column_button_anchor::after {
  right: 20px;
}
.news .news_column:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news .news_column_title {
  font-size: 18px;
}

/*-- アコーディオン --*/
.news .qa_list_title_area {
  padding: 22px 20px 20px 20px;
}
.js-accordion .news_column:first-child {
  margin-top: 40px;
}

/*---------------------------------------
  others
----------------------------------------*/
.others {
  padding: 60px 0;
}
.others .others_title {
  width: 91%;
  margin-bottom: 40px;
}

/*---------------------------------------
  qa
----------------------------------------*/
.qa {
  padding: 80px 0 80px;
}
.qa .qa_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.qa .qa_list_title {
  font-size: 1.6rem;
}
.qa .qa_list_title_area {
  padding: 65px 20px 20px 20px;
}
.qa .qa_list_title_area:before {
  top: 20px;
  left: 20px;
}
.qa .qa_list_title_area:after {
  top: 20px;
  left: 20px;
}
.qa .qa_list_title:after {
  top: 28px;
  right: 20px;
}
.qa .qa_list_text {
  padding: 60px 20px 20px 20px;
  font-size: 1.6rem;
}
.qa .qa_list_text:before {
  left: 20px;
  top: 20px;
}
.qa .qa_list_text:after {
  left: 20px;
  top: 20px;
}

/*---------------------------------------
  about
----------------------------------------*/
.about {
  padding: 0 0 0;
  background: none;
}
.about .section_inner_wrap {
  background-color: #ba2b11;
}
.about .section_inner {
  /* padding: 60px 0; */
  padding: 60px 0 120px;
}
.about .about_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.others_button_buy {
  /*2024/0729追加*/
  width: 79.467vw;
  display: block;
  margin: 0 auto 10vw;
}
.others_button_buy a {
  display: block;
  margin: 5vw auto;
}

/*---------------------------------------
  footnote
----------------------------------------*/
.footnote {
  /* padding: 60px 0; */
  padding: 60px 0 120px;
}
.footnote .footnote_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.footnote .footnote_list_item {
  font-size: 1.2rem;
}

/*---------------------------------------
  pageanchor
----------------------------------------*/
.pageanchor {
  padding: 0;
}
.pageanchor .inner {
  position: relative;
  display: block;
  width: 100vw;
  padding: 3vw 0;
}
.pageanchor .logo {
  width: 20.4vw;
  margin: auto;
}
.pageanchor .logo img {
  width: 20.4vw;
}
.pageanchor #sp-nav-btn {
  position: absolute;
  top: 4.9vw;
  right: 4vw;
  display: block;
  width: 6.667vw;
  height: 18px;
  z-index: 900;
}
.pageanchor #sp-nav-btn::before,
.pageanchor #sp-nav-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.5s;
}
.pageanchor #sp-nav-btn::before {
  bottom: 5px;
}
.pageanchor #sp-nav-btn.open::before {
  transform: rotate(-45deg);
  top: 11px;
}
.pageanchor #sp-nav-btn.open::after {
  transform: rotate(45deg);
  top: 11px;
}
.pageanchor #sp-nav {
  display: block;
  position: absolute;
  right: -100%;
  top: 12.5vw;
  width: 0;
  height: 100vh;
  background-color: #ff0100;
  transition: all 0.5s;
  z-index: 300;
  overflow-y: auto;
}
.pageanchor #sp-nav.open {
  width: 100%;
  right: 0;
}
.pageanchor .pageanchor_link {
  display: block;
  width: 95vw;
  margin: 5vw auto 0;
  border-top: 1px solid #fff;
}

.pageanchor .pageanchor_link > * {
  border-left: none;
  /* display: flex;
  align-items: center; */
}
.pageanchor .pageanchor_link > *:first-child,
.pageanchor .pageanchor_link > *:nth-child(2),
.pageanchor .pageanchor_link > *:nth-child(3) {
  /* width: calc(100% / 3); */
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.pageanchor .pageanchor_link > *:nth-child(4),
.pageanchor .pageanchor_link > *:last-child {
  /* width: calc(100% / 2); */
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.pageanchor .pageanchor_link > *:first-child,
.pageanchor .pageanchor_link > *:nth-child(4) {
  border-left: none;
}
.pageanchor .pageanchor_link > *:last-child {
  border-right: none;
}
.pageanchor .pageanchor_link > * a {
  position: relative;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
/* .pageanchor .pageanchor_link > *:nth-child(2) a,
.pageanchor .pageanchor_link > *:nth-child(3) a,
.pageanchor .pageanchor_link > *:nth-child(4) a,
.pageanchor .pageanchor_link > *:nth-child(5) a {
   padding: 12px 0 23px; 
} */
.pageanchor .pageanchor_link > *:nth-child(1) a:after,
.pageanchor .pageanchor_link > *:nth-child(2) a:after,
.pageanchor .pageanchor_link > *:nth-child(3) a:after,
.pageanchor .pageanchor_link > *:nth-child(4) a:after,
.pageanchor .pageanchor_link > *:nth-child(5) a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(225deg);
  /* left: calc(50% - 4px); */
}

/*---------------------------------------
  pgCup
----------------------------------------*/
/*---------------------------------------
  pageanchor
----------------------------------------*/
.pgCup .pageanchor .pageanchor_link > * a {
  padding: 16px 0;
}
.pgCup .pageanchor .pageanchor_link > * a:after {
  content: none;
}

/*---------------------------------------
  mainvisual
----------------------------------------*/
/* .pgCup .mainvisual {
}
.pgCup .mainvisual {
}
.pgCup .mainvisual .mainvisual-inner {
} */

/*---------------------------------------
  lineup
----------------------------------------*/
.pgCup .lineup {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pgCup .lineup-item,
.pgCup .lineup_flex_col1 .lineup-item {
  margin-top: 30px;
}
.pgCup .lineup .lineup_title {
  margin-top: 80px;
}
.pgCup .lineup .lineup_title:first-child {
  margin-top: 0;
}

/*---------------------------------------
  product
----------------------------------------*/
.pgCup .product {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
}
.pgCup .product .product_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: static;
}
.pgCup .product .product_text {
  width: 100%;
  position: static;
  margin-bottom: 20px;
}
.pgCup .product .product_image {
  width: 100%;
  margin-top: 30px;
  position: static;
}
.pgCup .product .product_image_sp_ttl {
  margin-bottom: 5vw;
}
.pgCup .product .product_image_sp_01,
.pgCup .product .product_image_sp_02,
.pgCup .product .product_image_sp_03 {
  display: block;
  width: 88vw;
  margin: 0 auto;
}
.pgCup .product .product_image_sp_02 {
  margin: 5vw auto;
}
.pgCup .product .product_description {
  margin-top: 0px;
  margin-bottom: 20vw;
  position: static;
}
.pgCup .product .product_list {
  width: 101.5%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.pgCup .product .product_image_02 {
  width: 88vw;
  margin: 20vw auto;
}
.pgCup .product .product_note {
  width: 73.333vw;
  margin: 0 auto 10vw;
}
.pgCup .product .product_graph h3 {
  max-width: 100%;
  margin: 0 auto 5vw;
}
.pgCup .product .product_graph .product_graph_inner {
  max-width: 100%;
  padding: 10vw 0 5vw;
  background: #fff;
  border-radius: 10px;
}
.pgCup .product .product_graph h4 {
  max-width: 71.067vw;
  margin: 0 auto 4vw;
}
.pgCup .product .product_graph .graph {
  position: relative;
  max-width: 86.867vw;
  min-height: 37vw;
  padding: 0 0 0 3vw;
  margin: 0 auto;
  background: url(/products/brand/michitas/cup/img/0730/graph-bg-sp.png) no-repeat center bottom;
  background-size: contain;
}
.pgCup .product .product_graph .border {
  top: 6.4vw;
  width: 89%;
  height: 4px;
  margin: 0 0 0 auto;
}
.pgCup .product .product_graph .nt-item {
  position: absolute;
  bottom: 0.9vw;
  display: flex;
  align-items: flex-end;
  width: 7.6vw;
  height: 37.467vw;
}
.pgCup .product .product_graph .nt-item.nt01 {
  left: 15.2vw;
}
.pgCup .product .product_graph .nt-item.nt02 {
  left: 25.3vw;
}
.pgCup .product .product_graph .nt-item.nt03 {
  left: 35.8vw;
}
.pgCup .product .product_graph .nt-item.nt04 {
  left: 45.8vw;
}
.pgCup .product .product_graph .nt-item.nt05 {
  left: 55.8vw;
}
.pgCup .product .product_graph .nt-item.nt06 {
  left: 66.5vw;
}
.pgCup .product .product_graph .nt-item.nt07 {
  left: 76.5vw;
}
/*-- michitas max --*/
.pgCup .product .product_graph .nt-item .max {
  position: absolute;
  width: 100%;
  height: 0;
  background: url(/products/brand/michitas/cup/img/0730/graph-max-sp.png) no-repeat center bottom;
  background-size: cover;
}
.pgCup .product .product_graph .nt-item.nt01 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.3s ease;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.4s ease;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.5s ease;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.6s ease;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.7s ease;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.8s ease;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_ani.max {
  opacity: 0;
  transition: all 1s 1.9s ease;
}
.pgCup .product .product_graph .nt-item.nt01 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_on.max {
  height: 37.467vw;
  opacity: 1;
}
/*--Reference value --*/
.pgCup .product .product_graph .nt-item.nt01 .value {
  height: 25.867vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt02 .value {
  height: 25.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt03 .value {
  height: 15.333vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt04 .value {
  height: 21.6vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt05 .value {
  height: 8.667vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt06 .value {
  height: 17.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt07 .value {
  height: 25.333vw;
  opacity: 1;
}
/* .pgCup .product .product_graph .nt-item.nt01 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1s ease;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.2s ease;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.3s ease;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.4s ease;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.5s ease;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.6s ease;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_ani.value {
  opacity: 0;
  transition: all 1s 1.7s ease;
}
.pgCup .product .product_graph .nt-item.nt01 .graf_on.value {
  height: 25.867vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_on.value {
  height: 25.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_on.value {
  height: 15.333vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_on.value {
  height: 21.6vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_on.value {
  height: 8.667vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_on.value {
  height: 17.467vw;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_on.value {
  height: 25.333vw;
  opacity: 1;
} */
/*-- nt-item-name --*/
.pgCup .product .product_graph .graf_ani .nt-item-name {
  bottom: 2vw;
  height: 27vw;
  font-size: 16px;
  font-weight: 700;
}
.pgCup .product .product_graph ul {
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  margin: 4vw auto 0;
}
.pgCup .product .product_graph ul li:first-child {
  margin-bottom: 3vw;
}

/*---------------------------------------
  modal
----------------------------------------*/
.modal_wrap {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  height: calc(100% - 30px);
  padding: 20px 20px 20px;
  border-radius: 10px;
  width: auto;
  margin-left: auto;
}
.modal_inner {
  overflow-y: auto;
  height: calc(100% - 30px);
}
.modal_tbl {
  margin-top: 30px;
}
.modal_tbl th {
  padding: 13px 8px;
}
.modal_tbl td {
  padding: 13px 16px;
}
.modal_tbl th,
.modal_tbl td {
  font-size: 1.3rem;
  font-weight: normal;
}
.modal_btn {
  width: 90%;
  max-width: 280px;
  margin-top: 0;
  flex-direction: column;
}
.modal_btn > * {
  margin-top: 20px;
  max-width: 280px;
}
.modal_btn > *:first-child {
  margin-top: 30px;
}
.modal_close {
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
}

/*---------------------------------------
  pgMilk
----------------------------------------*/
/*---------------------------------------
  pageanchor
----------------------------------------*/
.pgMilk .pageanchor .pageanchor_link > * a {
  padding: 16px 0;
}
.pgMilk .pageanchor .pageanchor_link > * a:after {
  content: none;
}
.pgMilk .mainvisual {
  background: none;
  padding-bottom: 0;
}
.pgMilk .thought .section_inner {
  width: 100%;
  max-width: 100%;
}
.pgMilk .thought {
  background: url(/products/brand/michitas/supportmilk/img/bg-thought-02_sp.png) bottom center no-repeat;
  background-size: 100%;
  margin-top: 0;
  padding-top: 15%;
  padding-bottom: 38%;
}
.pgMilk .product {
  background: url(/products/brand/michitas/supportmilk/img/bg-product-01_sp.png) top center no-repeat, url(/products/brand/michitas/supportmilk/img/bg-product-02_sp.png) bottom center no-repeat;
  background-size: 100%, 100%;
  margin-top: -8%;
  padding-top: 24%;
  padding-bottom: 20%;
}
.pgMilk .product .product_title {
  width: 100%;
  max-width: 680px;
  margin-bottom: 20px;
  position: static;
}
.pgMilk .product h3.product_title {
  margin-top: 40px;
}
.pgMilk .product .product_image {
  margin-top: 25px;
  margin-bottom: 20px;
}
.pgMilk .product .product_list > * {
  margin-top: 15px;
}
.pgMilk .product .product_wrap {
  display: flex;
  flex-direction: column;
}
.pgMilk .product .product_wrap > * {
  width: 100%;
  margin-top: 15px;
}
.pgMilk .product .product_wrap > *:first-child {
  margin-top: 0;
}
.pgMilk .nutrients {
  background: url(/products/brand/michitas/supportmilk/img/bg-nutrients_sp.png) top center no-repeat;
  background-size: 100%;
  margin-top: -8%;
  padding-top: 16%;
  padding-bottom: 20%;
}
.pgMilk .nutrients .nutrients_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: static;
}
.pgMilk .nutrients_image {
  margin-top: 20px;
}
.pgMilk .recommend {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100px, #c1161a 101px, #c1161a 100%), url(/products/brand/michitas/supportmilk/img/bg-recommend_sp.png) top center no-repeat;
  background-size: 100%;
  margin-top: -10%;
  padding-top: 24%;
  padding-bottom: 15%;
}
.pgMilk .howtoeat {
  background: url(/products/brand/michitas/supportmilk/img/bg-howtoeat_sp.png) top center no-repeat;
  background-size: 100%;
  margin-top: 0;
  padding-top: 18%;
  padding-bottom: 20%;
}
.pgMilk .recipe {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80px, #fdf2c1 81px, #fdf2c1 100%), url(/products/brand/michitas/supportmilk/img/bg-recipe_sp.png) top center no-repeat;
  background-size: 100%;
  margin-top: -8%;
  padding-top: 10%;
  padding-bottom: 20%;
}
.pgMilk .recipe .recipe_title_1 {
  margin-top: 50px;
}
.pgMilk .recipe .recipe_wrap {
  flex-direction: column;
}
.pgMilk .recipe .recipe_wrap > * {
  width: 100%;
  margin-top: 40px;
}
.pgMilk .recipe .recipe_wrap .recipe_thum:after {
  content: "";
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-06.png) no-repeat top left;
  background-size: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
}
.pgMilk .recipe .recipe_wrap .inner_title_cold,
.pgMilk .recipe .recipe_wrap .inner_title_hot {
  padding-left: 25px;
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-03.png) top left no-repeat;
  background-size: 20px;
  font-size: 1.5rem;
}
.pgMilk .recipe .recipe_wrap .inner_title_cold {
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-04.png) top left no-repeat;
  background-size: 20px;
}
.pgMilk .recipe .recipe_wrap .recipe_inner {
  padding: 12px 15px;
  min-height: 82px;
}
.pgMilk .lineup {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pgCup .modal_wrap,
.pgMilk .modal_wrap {
  background-color: #fff;
  top: 20px;
  left: 50%;
  margin-left: -47%;
  width: 94%;
  padding: 40px 20px 30px;
  border-radius: 6px;
}
.pgCup .modal_inner,
.pgMilk .modal_inner {
  height: calc(100vh - 120px);
}
.pgCup .modal_tbl,
.pgMilk .modal_tbl {
  margin-top: 40px;
}
.pgCup .modal_tbl th,
.pgCup .modal_tbl td,
.pgMilk .modal_tbl th,
.pgMilk .modal_tbl td {
  font-size: 1.3rem;
}
.pgCup .modal_tbl td,
.pgMilk .modal_tbl td {
  padding: 10px 12px;
}
.pgCup .modal_btn,
.pgMilk .modal_btn {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.pgCup .modal_btn > *,
.pgMilk .modal_btn > * {
  margin-top: 20px;
  max-width: 280px;
}
.pgCup .modal_thum,
.pgMilk .modal_thum {
  width: 100%;
}
.pgMilk .modal_recipe .modal_thum {
  margin-top: 40px;
}
.pgMilk .modal_recipe .modal_main {
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 0 10px;
}
.pgMilk .modal_recipe .modal_title_01 {
  font-size: 1.7rem;
}
.pgMilk .modal_recipe .modal_main_wrap {
  flex-direction: column;
}
.pgMilk .modal_recipe .modal_main_wrap > * {
  width: 100%;
  margin-top: 30px;
}
.pgMilk .modal_recipe .modal_main_wrap > *:first-child,
.pgMilk .modal_recipe .modal_main_wrap2 > *:first-child {
  margin-top: 0;
}
.pgMilk .modal_recipe .modal_main_wrap .modal_title {
  padding: 10px 10px;
  font-size: 1.5rem;
  border-radius: 6px 6px 0 0;
}
.pgMilk .modal_recipe .modal_main_wrap .modal_list_recipe > *,
.pgMilk .modal_recipe .modal_main_wrap2 .modal_list_recipe > * {
  padding: 10px 14px;
  font-size: 1.4rem;
}
.pgMilk .modal_recipe .modal_main_wrap .modal_list_number > *:before {
  font-size: 1.3rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.pgMilk .modal_recipe .modal_main_wrap .modal_list_number > * {
  margin-top: 14px;
  font-size: 1.4rem;
  padding-left: 26px;
}
.pgMilk .modal_recipe .modal_title2 {
  font-size: 1.6rem;
  margin-top: 40px;
}
.pgMilk .modal_recipe .modal_point {
  font-size: 1.4rem;
  margin-top: 40px;
  padding: 90px 20px 20px 20px;
  border-radius: 6px;
  background: url(/products/brand/michitas/supportmilk/img/md_ico_point_sp.png) center 15px no-repeat, linear-gradient(to bottom, #e7effd 68px, #fff 68px);
  background-size: 110px;
}
.pgMilk .modal_recipe .modal_point_text {
  margin-top: 20px;
}
