@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
label {
  cursor: pointer;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  counter-reset: add;
}

* {
  box-sizing: border-box;
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

.section_inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  color: #414142;
  text-decoration: none;
  transition: all 0.5s;
}
.img-hover {
  transition: all 0.5s;
  cursor: pointer;
}
.img-hover:hover {
  opacity: 0.7;
}
.image {
  width: 100%;
  height: auto;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------------
  fixed-banner
----------------------------------------*/
.fixed-banner {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  max-width: 409px;
  width: 29.214vw;
  z-index: 11;
}
.fixed-banner img {
  width: 100%;
}
.fixed-banner .fixed-banner_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.fixed_btn_close {
  display: none !important;
}

/*---------------------------------------
  anchor-nav
----------------------------------------*/
.anchor-nav {
  position: fixed;
  background-color: aqua;
  width: 360px;
  height: 80px;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.anchor-nav .anchor-nav_part {
  margin: 0 auto;
}

/*---------------------------------------
  mainvisual
----------------------------------------*/
.mainvisual {
  width: 100%;
  margin-top: -2px;
}
.mainvisual-text {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mainvisual-text-item {
  margin: 0 32px;
}
/* .mainvisual-text img {
  	width: 40vw;
} */

/*---------------------------------------
  swiper
----------------------------------------*/
.mainvisual_swiper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/*---------------------------------------
  campaign
----------------------------------------*/

.campaign {
  background-color: #243483;
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.campaign-item {
  margin: 0 32px;
}
.campaign img {
  width: 50vw;
}

/*---------------------------------------
  lineup
----------------------------------------*/
.lineup {
  padding-top: 120px;
}
.lineup_flex {
  padding: 0;
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  justify-content: center;
  /*
	margin-left: -3.2653%;
	margin-right: -3.2653%;;
	*/
}
.lineup_flex > * {
  /* width: 28.9796%; */
  width: 29.082%;
  margin: 0 3.3%;
}
.lineup_flex.lineup_flex_col1 {
  justify-content: center;
}
.lineup .lineup_title {
  width: 100%;
  max-width: 980px;
  margin: 120px auto 38px;
  position: relative;
}
.lineup .lineup_title:first-child {
  margin-top: 0;
}
.lineup .lineup_text {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  position: relative;
}
.lineup-btn {
  max-width: 280px;
  /* max-width: 252px; */
  /* margin-top: 58px; */
  margin: 58px auto 0;
  cursor: pointer;
}

/*---------------------------------------
  movie
----------------------------------------*/
.movie {
  padding-top: 120px;
  /*
	padding-bottom: 283px;
	*/
}
.movie_flex {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.movie-item {
  margin: 0 64px;
  cursor: pointer;
}
.movie-item.large {
  width: 50%;
  margin-bottom: 75px;
}
.movie-item.large .movie_thum {
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
}
.movie .movie_title {
  width: 80%;
  max-width: 403px;
  margin: 0 auto 38px;
  position: relative;
}
.movie .movie_text {
  width: 64%;
  max-width: 298px;
  margin: 0 auto;
  position: relative;
  top: -26px;
}
.movie .movie_flex .movie_text {
  width: 100%;
}
#movie_area1 {
  margin-bottom: 30px;
}
.yt_wrap {
  width: 440px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.yt_wrap2 {
  /*---16/9設定用---*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--Modal--*/
.modal-movie_area {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
}
.modal-movie_area .movie_cont {
  position: absolute;
  top: 20vh;
  right: 0;
  left: 0;
  max-width: 640px;
  margin: 0 auto;
  z-index: 10;
}
.modal-movie_area .modal_bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
}
.vjs-title-bar {
  display: none;
}
/*--Modal--*/

/*---------------------------------------
  recommend
----------------------------------------*/
.recommend {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #c1161a;
}
.recommend .recommend_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px auto;
}
.recommend .recommend_title.o-index {
  position: absolute;
  left: calc(50% - 107px);
  bottom: -14%;
  margin-bottom: 0;
}
.recommend .recommend_list {
  margin-bottom: 30px;
}
.recommend .recommend_list_item:not(:last-child) {
  margin-bottom: 30px;
}

/*---------------------------------------
  information
----------------------------------------*/
.information {
  padding-bottom: 100px;
  position: relative;
  z-index: -1;
}
.recommend .information_title {
  width: 22.5%;
  max-width: 220px;
  position: relative;
  bottom: -150px;
  margin: 0 auto;
  z-index: 5;
}
.information .information_column {
  position: relative;
  padding: 20.5% 0 4.8% 0;
  margin-top: -19%;
}
.information .information_column:first-of-type {
  padding: 13.4% 0 4.8% 0;
  z-index: 5;
  background: url(../img/bg-pink_1.png) no-repeat center bottom;
  background-size: cover;
  margin-top: 0;
}
@media screen and (max-width: 1780px) {
  .information .information_column {
    padding-bottom: 4.4%;
  }
}
@media screen and (max-width: 1745px) {
  .information .information_column:first-of-type {
    padding-top: 19.3%;
    margin-top: -5%;
  }
}
@media screen and (max-width: 1580px) {
  .recommend:after {
    height: 70%;
  }
  .recommend:after {
    height: 50%;
    bottom: -15%;
  }
  .recommend .information_title {
    bottom: -125px;
  }
}
@media screen and (max-width: 1350px) {
  .information .information_column:first-of-type {
    padding-top: 25%;
    margin-top: -6%;
  }
}
@media screen and (max-width: 1200px) {
  .recommend:after {
    height: 32%;
    bottom: -13%;
  }
  .recommend .section_title.o-index {
    bottom: -10%;
  }
}

/*---------------------------------------
  composition
----------------------------------------*/
.composition {
  background-color: #c1161a;
  margin-top: -22%;
  padding: 23.1% 0 117px 0;
  position: relative;
  z-index: -2;
}
.composition .composition_title {
  width: 22.6%;
  max-width: 221px;
  margin: 0 auto 60px auto;
}
.composition .composition_table {
  background-color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 42px 0;
  border-radius: 12px;
  position: relative;
}
.composition .composition_table:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 5px #000000;
  border-radius: 12px;
}
.composition .composition_table_title {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #12225e;
  letter-spacing: 0.02em;
  padding-left: 45px;
  margin-bottom: 14px;
}
.composition .composition_table_title .o-small {
  font-size: 1.4rem;
  margin-left: 13px;
}
.composition .composition_table_area:first-of-type {
  width: 33.9%;
}
.composition .composition_table_area:first-of-type .composition_list {
  padding-left: 45px;
}
.composition .composition_table_area:nth-of-type(2) {
  width: 32.4%;
}
.composition .composition_table_area:last-of-type {
  width: 33.7%;
}
.composition .composition_table_area:last-of-type .composition_list {
  padding-right: 45px;
}
.composition .composition_table_area:not(:first-of-type) {
  border-left: 1px solid #12225e;
}
.composition .composition_list {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #12225e;
  padding: 4px 32px 2px 32px;
}
.composition .composition_list:nth-child(odd) {
  background-color: #fff5eb;
}
.composition .composition_note {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
  color: #ffffff;
}
.composition_list_title sub {
  font-size: 1.2rem;
  vertical-align: unset;
}

/*---------------------------------------
  news
----------------------------------------*/
.news {
  padding: 122px 0 121px 0;
}
.news .section_inner {
  max-width: 1256px;
}
.news .news_title {
  width: 354px;
  /* margin: 0 auto 81px auto; */
  margin: 0 auto 20px auto;
}
.news .news_notes {
  text-align: center;
  margin-bottom: 81px;
}
.news .news_notes > ul {
  display: inline-block;
  text-align: left;
}
.news .news_notes > ul > li {
  font-size: 1.4rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.news .news_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 118px;
}
.news .news_column:not(:last-child) {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 61px;
  margin-bottom: 60px;
}
.news .news_column_part {
  width: 47%;
  max-width: 460px;
}
.news .news_column_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.news .news_column_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 31px;
}
.news .news_column_button_anchor {
  border: 1px solid #eaeaea;
  font-size: 1.8rem;
  font-weight: bold;
  color: #12225e;
  display: block;
  padding: 22px 40px 20px 40px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  box-shadow: 0 3px 8px #d9d9d9;
  position: relative;
}
.news .news_column_button_anchor:hover {
  opacity: 0.7;
}
.news .news_column_button_anchor::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-pdf.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 42px;
  top: calc(50% - 12px);
}

/*-- アコーディオン --*/
.news .qa_list_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #12225e;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 8px #acabab;
  border-radius: 10px;
}
.news .qa_list_title_area {
  position: relative;
  display: block;
  padding: 22px 48px 14px 110px;
}
.news .qa_list_title_area:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 30px;
  left: 30px;
  top: calc(50% - 15px);
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.news .qa_list_area {
  display: none;
}
.news .qa_list_title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #12225e;
  border-right: 3px solid #12225e;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 5px);
  transition: all 0.3s;
}
.news .qa_list .qa_list_title.o-open:after {
  transform: rotate(-135deg);
}
.js-accordion .news_column:first-child {
  margin-top: 60px;
}

/*---------------------------------------
  others
----------------------------------------*/
.others {
  background: #c1161a;
  padding: 120px 0;
}
.others .others_title {
  width: 94.8%;
  max-width: 929px;
  margin: 0 auto 60px auto;
}
.others .others_button_anchor {
  display: block;
}
.others .others_button_anchor:hover {
  opacity: 0.8;
}

/*---------------------------------------
  qa
----------------------------------------*/
.qa {
  padding: 120px 0;
  background-color: #f2f2f2;
}
.qa .qa_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px auto;
}
.qa .qa_list:not(:last-child) {
  margin-bottom: 20px;
}
.qa .qa_list_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #12225e;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 8px #acabab;
  border-radius: 10px;
}
.qa .qa_list_title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #12225e;
  border-right: 3px solid #12225e;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
  top: calc(50% - 5px);
  transition: all 0.3s;
}
.qa .qa_list_title_area {
  position: relative;
  display: block;
  padding: 22px 48px 14px 110px;
}
.qa .qa_list_title_area:before {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #12225e;
  position: absolute;
  left: 30px;
  top: calc(50% - 15px);
  border-radius: 15px;
}
.qa .qa_list_title_area:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 30px;
  left: 30px;
  top: calc(50% - 15px);
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.qa .qa_list:first-child .qa_list_title_area:after {
  content: "Q1.";
}
.qa .qa_list:nth-child(2) .qa_list_title_area:after {
  content: "Q2.";
}
.qa .qa_list:nth-child(3) .qa_list_title_area:after {
  content: "Q3.";
}
.qa .qa_list:nth-child(4) .qa_list_title_area:after {
  content: "Q4.";
}
.qa .qa_list:nth-child(5) .qa_list_title_area:after {
  content: "Q5.";
}
/* .qa .qa_list:last-child .qa_list_title_area:after {
  content: "Q5.";
} */

.qa .qa_list_area {
  display: none;
}
.qa .qa_list_text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ba2b11;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  padding: 21px 30px 20px 110px;
}
.qa .qa_list_text:before {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #ba2b11;
  position: absolute;
  left: 30px;
  top: 20px;
  border-radius: 15px;
}
.qa .qa_list_text:after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "A";
  width: 60px;
  height: 30px;
  left: 30px;
  top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.qa .qa_list .qa_list_title.o-open:after {
  transform: rotate(-135deg);
}

/*---------------------------------------
  about
----------------------------------------*/
.about {
  background-color: #ba2b11;
  padding: 120px 0;
}
.about .about_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 60px auto;
}
.about .about_text {
  margin: 0 auto 60px auto;
}
.others_button {
  max-width: 640px; /*2024/0729追加*/
  width: 100%;
  margin: 0 auto;
}
.others_button_buy {
  /*2024/0729追加*/
  max-width: 672px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.about .others_button > a {
  display: block;
}
.about .others_button > a + a {
  margin-top: 60px;
}

/*---------------------------------------
  footnote
----------------------------------------*/
.footnote {
  background-color: #e7ceac;
  padding: 120px 0 153px 0;
}
.footnote .footnote_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 53px auto;
}
.footnote .footnote_list_item {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.7rem;
}
.l-main {
  margin-bottom: 0;
}

/*---------------------------------------
  pageanchor
----------------------------------------*/
body,
.pageanchor-wrap {
  overflow: visible;
}
.pageanchor {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ff0100;
  padding: 23px 0 17px;
  /* border-top: 1px solid #dbdad6;
	border-bottom: 1px solid #dbdad6; */
  z-index: 10;
}
.pageanchor .inner {
  max-width: 1400px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  margin: 0 auto;
}
.pageanchor .logo {
  width: 144px;
}
.pageanchor .logo img {
  width: 144px;
}
.pageanchor #sp-nav-btn {
  display: none;
}
.pageanchor #sp-nav {
  width: 100%;
}
.pageanchor .pageanchor_link {
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.pageanchor .pageanchor_link > * {
  width: calc(100% / 5);
  border-left: 1px solid #fff;
  text-align: center;
}
.pageanchor .pageanchor_link > *:last-child {
  border-right: 1px solid #fff;
}
.pageanchor .pageanchor_link > * a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.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: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 4px 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.pgCup .pageanchor .pageanchor_link > * a:after,
.pgMilk .pageanchor .pageanchor_link > * a:after {
  content: none;
}

/*---------------------------------------
  pgCup
----------------------------------------*/
/*---------------------------------------
  mainvisual
----------------------------------------*/
.pgCup .mainvisual {
  background: url(/products/brand/michitas/cup/img/bg-title-keyvisual.png) no-repeat center top;
  background-size: cover;
}
.pgCup .mainvisual .mainvisual-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

/*---------------------------------------
  lineup
----------------------------------------*/
.pgCup .lineup {
  padding-bottom: 120px;
}

/*---------------------------------------
  product
----------------------------------------*/
.pgCup .product {
  background: linear-gradient(to bottom, #ffffff, #ffd9c1);
  padding-top: 120px;
  padding-bottom: 120px;
}
.pgCup .product .product_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.pgCup .product .product_text {
  width: 74.3%;
  max-width: 728px;
  margin: 0 auto;
  position: relative;
}
.pgCup .product .product_image {
  max-width: 980px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
.pgCup .product .product_image_02 {
  max-width: 790px;
  width: 100%;
  margin: 150px auto 210px;
  position: relative;
}
.pgCup .product .product_description {
  /* margin-top: 50px; */
  max-width: 904px;
  margin-bottom: 150px;
  position: relative;
}
.pgCup .product .product_list {
  position: relative;
  width: 100.6%;
  margin-top: 80px;
  max-width: 985px;
  margin-bottom: 40px;
}
.pgCup .product .product_list_item:not(:last-child) {
  margin-bottom: 10px;
}
.pgCup .product .product_note {
  max-width: 900px;
  margin: 0 auto 67px;
}
.pgCup .product .product_graph h3 {
  max-width: 660px;
  margin: 0 auto 30px;
}
.pgCup .product .product_graph .product_graph_inner {
  max-width: 980px;
  padding: 66px 0 55px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px rgba(93, 93, 93, 0.16);
}
.pgCup .product .product_graph h4 {
  max-width: 487px;
  margin: 0 auto 20px;
}
.pgCup .product .product_graph .graph {
  position: relative;
  max-width: 874px;
  min-height: 385px;
  padding: 0 0 0 88px;
  margin: 0 auto;
  background: url(/products/brand/michitas/cup/img/0730/graph-bg.png) no-repeat center bottom;
}
.pgCup .product .product_graph .border {
  position: relative;
  top: 68px;
  width: 102%;
  height: 6px;
  background: #e60012;
  border-radius: 5px;
  z-index: 20;
}
.pgCup .product .product_graph .nt-item {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
  width: 80px;
  height: 377px;
}
.pgCup .product .product_graph .nt-item.nt01 {
  left: 122px;
}
.pgCup .product .product_graph .nt-item.nt02 {
  left: 229px;
}
.pgCup .product .product_graph .nt-item.nt03 {
  left: 336px;
}
.pgCup .product .product_graph .nt-item.nt04 {
  left: 443px;
}
.pgCup .product .product_graph .nt-item.nt05 {
  left: 550px;
}
.pgCup .product .product_graph .nt-item.nt06 {
  left: 657px;
}
.pgCup .product .product_graph .nt-item.nt07 {
  left: 764px;
}
/*-- 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.png) no-repeat center bottom;
}
.pgCup .product .product_graph .nt-item.nt01 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.3s ease; */
  transition: all 1s 1s ease;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.4s ease; */
  transition: all 1s 1.1s ease;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.5s ease; */
  transition: all 1s 1.2s ease;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.6s ease; */
  transition: all 1s 1.3s ease;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.7s ease; */
  transition: all 1s 1.4s ease;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.8s ease; */
  transition: all 1s 1.5s ease;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_ani.max {
  opacity: 0;
  /* transition: all 1s 1.9s ease; */
  transition: all 1s 1.6s ease;
}
/*-- on --*/
.pgCup .product .product_graph .nt-item.nt01 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_on.max {
  height: 377px;
  opacity: 1;
  animation: flash 0.5s ease 3s alternate 4;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--Reference value --*/
.pgCup .product .product_graph .nt-item .value {
  position: absolute;
  width: 100%;
  height: 0;
  background: #54c3f1;
}
.pgCup .product .product_graph .nt-item.nt01 .value {
  height: 276px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt02 .value {
  height: 272px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt03 .value {
  height: 164px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt04 .value {
  height: 231px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt05 .value {
  height: 93px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt06 .value {
  height: 186px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt07 .value {
  height: 269px;
  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: 276px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt02 .graf_on.value {
  height: 272px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt03 .graf_on.value {
  height: 164px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt04 .graf_on.value {
  height: 231px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt05 .graf_on.value {
  height: 93px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt06 .graf_on.value {
  height: 186px;
  opacity: 1;
}
.pgCup .product .product_graph .nt-item.nt07 .graf_on.value {
  height: 269px;
  opacity: 1;
} */
/*-- nt-item-name --*/
.pgCup .product .product_graph .graf_ani .nt-item-name {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 300px;
  font-size: 20px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  opacity: 1;
  /* transition: all 1s 1s ease; */
}
/* .pgCup .product .product_graph .graf_ani .fade_g_on {
  opacity: 1;
} */
.pgCup .product .product_graph ul {
  width: 75%;
  font-size: 14px;
  font-weight: bold;
  margin: 25px auto 0;
}
.pgCup .product .product_graph ul li:first-child {
  margin-bottom: 20px;
}
/*---------------------------------------
  modal
----------------------------------------*/
.pgCup .modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 9001;
}
.pgCup .modal_wrap {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -500px;
  width: 90%;
  max-width: 1000px;
  background-color: #fff;
  padding: 45px 80px;
  border-radius: 10px;
  z-index: 9002;
}
.pgCup .modal_inner {
  display: none;
  overflow-y: auto;
  height: calc(100vh - 180px);
}
.pgCup .modal_tbl {
  border-top: 2px solid #112989;
  border-bottom: 2px solid #112989;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.pgCup .modal_tbl th {
  padding: 13px 8px;
  background-color: #f2f2f2;
  vertical-align: middle;
}
.pgCup .modal_tbl td {
  padding: 13px 16px;
}
.pgCup .modal_tbl th,
.pgCup .modal_tbl td {
  font-size: 1.6rem;
  font-weight: normal;
  border-top: 1px solid #112989;
}
.pgCup .modal_btn {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  width: 90%;
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.pgCup .modal_btn > * {
  margin-top: 0;
  max-width: 250px;
}
.pgCup .modal_close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1112px) {
  .pgCup .modal_wrap {
    margin-left: -45%;
  }
}

/*---------------------------------------
  pgMilk
----------------------------------------*/
/*---------------------------------------
  mainvisual
----------------------------------------*/
.pgMilk .mainvisual {
  background: url(/products/brand/michitas/supportmilk/img/bg-keyvisual.png) top center no-repeat;
  background-color: #d3101a;
  background-size: 1920px;
  padding-bottom: 116px;
}
@media screen and (max-width: 1200px) {
  .pgMilk .mainvisual {
    background: url(/products/brand/michitas/supportmilk/img/bg-keyvisual_1200.png) top center no-repeat;
    background-size: 100%;
    padding-bottom: 8%;
  }
}

.pgMilk .mainvisual-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.pgMilk .mainvisual-inner img:nth-child(3) {
  margin-top: -35px;
}

/*---------------------------------------
  thought
----------------------------------------*/
.pgMilk .thought {
  background: url(/products/brand/michitas/supportmilk/img/bg-thought-01.png) top center no-repeat, url(/products/brand/michitas/supportmilk/img/bg-thought-02.png) bottom center no-repeat;
  /*background-color: #fffdf4;*/
  background-size: 1920px, 1920px;
  margin-top: -63px;
  padding-top: 160px;
  padding-bottom: 250px;
}

/*---------------------------------------
  product
----------------------------------------*/
.pgMilk .product {
  background: url(/products/brand/michitas/supportmilk/img/bg-product-01.png) top center no-repeat, url(/products/brand/michitas/supportmilk/img/bg-product-02.png) bottom center no-repeat;
  background-size: 1920px, 1920px;
  margin-top: -80px;
  padding-top: 210px;
  padding-bottom: 170px;
}
.pgMilk .product .product_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 0;
  position: relative;
}
.pgMilk .product h3.product_title {
  margin-top: 60px;
}
.pgMilk .product .product_image {
  margin-top: 60px;
  margin-bottom: 46px;
}
.pgMilk .product .product_list > * {
  margin-top: 30px;
}
.pgMilk .product .product_wrap {
  display: flex;
  justify-content: space-between;
}
.pgMilk .product .product_wrap > * {
  width: 48.4694%;
}

/*---------------------------------------
  nutrients
----------------------------------------*/
.pgMilk .nutrients {
  background: url(/products/brand/michitas/supportmilk/img/bg-nutrients.png) top center no-repeat;
  background-size: 1920px;
  margin-top: -80px;
  padding-top: 230px;
  padding-bottom: 170px;
}
.pgMilk .nutrients_image {
  margin-top: 46px;
}

/*---------------------------------------
  recommend
----------------------------------------*/
.pgMilk .recommend {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80px, #c1161a 81px, #c1161a 100%), url(/products/brand/michitas/supportmilk/img/bg-recommend.png) top center no-repeat;
  /*background-color: #c1161a;*/
  background-size: 1920px;
  margin-top: -81px;
  padding-top: 185px;
  padding-bottom: 170px;
}
.pgMilk .recommend .recommend_list {
  margin-bottom: 0;
}

/*---------------------------------------
  howtoeat
----------------------------------------*/
.pgMilk .howtoeat {
  background: url(/products/brand/michitas/supportmilk/img/bg-howtoeat.png) top center no-repeat;
  background-size: 1920px;
  margin-top: -81px;
  padding-top: 170px;
  padding-bottom: 140px;
}
.pgMilk .howtoeat .howtoeat_image {
  margin-top: 0;
}

/*---------------------------------------
  recipe
----------------------------------------*/
.pgMilk .recipe {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80px, #fdf2c1 81px, #fdf2c1 100%), url(/products/brand/michitas/supportmilk/img/bg-recipe.png) top center no-repeat;
  background-size: 1920px;
  margin-top: -81px;
  padding-top: 190px;
  padding-bottom: 170px;
}
.pgMilk .recipe .recipe_image {
  margin-top: 0;
}
.pgMilk .recipe .recipe_title_1 {
  margin-top: 100px;
}
.pgMilk .recipe .recipe_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pgMilk .recipe .recipe_wrap > * {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 45.9184%;
  margin-top: 80px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.pgMilk .recipe .recipe_wrap .recipe_thum {
  position: relative;
}
.pgMilk .recipe .recipe_wrap .recipe_thum:after {
  content: url(/products/brand/michitas/supportmilk/img/ico-recipe-06.png);
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.pgMilk .recipe .recipe_wrap .recipe_inner {
  padding: 14px 22px;
}
.pgMilk .recipe .recipe_wrap .inner_title_hot,
.pgMilk .recipe .recipe_wrap .inner_title_cold {
  padding-left: 35px;
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-03.png) top left no-repeat;
  font-size: 2.2rem;
  color: #12215d;
  line-height: 1.3;
}
.pgMilk .recipe .recipe_wrap .inner_title_cold {
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-04.png) top left no-repeat;
}
.pgMilk .recipe .inner_deteal {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-top: 10px;
}
.pgMilk .recipe .inner_deteal > * {
  margin-right: 6px;
  line-height: 2.3rem;
}
.pgMilk .recipe .inner_deteal .inner_ico_star {
  color: #c7c7c7;
}
.pgMilk .recipe .inner_deteal .inner_ico_star > span {
  color: #e25057;
}
.pgMilk .recipe .inner_deteal .inner_ico_time {
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-01.png) top left no-repeat;
  padding-left: 30px;
}
.pgMilk .recipe .inner_deteal .inner_ico_movie {
  display: block;
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-02.png) top left no-repeat;
  width: 38px;
  height: 23px;
}

/*---------------------------------------
  lineup
----------------------------------------*/
.pgMilk .lineup {
  padding-bottom: 120px;
}

/*---------------------------------------
  modal
----------------------------------------*/
.pgMilk .modal_bg {
  /*
	*/
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 9001;
}
.pgMilk .modal_thum {
  width: 80%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.pgMilk .modal_main {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 50px 50px 90px;
}
.pgMilk .modal_title_01 {
  padding-left: 35px;
  padding-bottom: 8px;
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-03.png) top left no-repeat;
  font-size: 2.2rem;
  color: #12215d;
  line-height: 1.3;
  border-bottom: 4px solid #112989;
}
.pgMilk .modal_main_ico_time {
  background: url(/products/brand/michitas/supportmilk/img/ico-recipe-01.png) top left no-repeat;
  padding-left: 30px;
}
.pgMilk .modal_main_deteal {
  display: flex;
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #e7effd;
  border-radius: 8px;
  font-size: 1.6rem;
}
.pgMilk .modal_main_deteal > * {
  margin-right: 10px;
  line-height: 2.3rem;
}
.pgMilk .modal_main_deteal .modal_main_ico_star {
  color: #c7c7c7;
  margin-right: 15px;
  font-size: 2.2rem;
}
.pgMilk .modal_main_deteal .modal_main_ico_star > span {
  color: #e25057;
  line-height: 2.3rem;
}
.pgMilk .modal_wrap {
  /*
	*/
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  width: 90%;
  max-width: 1000px;
  background-color: #fdf2c1;
  padding: 90px 30px 30px;
  border-radius: 10px;
  z-index: 9002;
}
.pgMilk .modal_wrap.modal_linup {
  background-color: #fff;
}
.pgMilk .modal_inner {
  /*
	*/
  display: none;
  overflow-y: auto;
  height: calc(100vh - 180px);
}
.pgMilk .modal_main_wrap,
.pgMilk .modal_main_wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.pgMilk .modal_main_wrap2 {
  margin-top: 5px;
}
.pgMilk .modal_main_wrap > *,
.pgMilk .modal_main_wrap2 > * {
  width: 47.619%;
}
.pgMilk .modal_main_wrap .modal_title {
  background-color: #112989;
  padding: 13px 10px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.pgMilk .modal_title2 {
  color: #112989;
  font-size: 2rem;
  margin-top: 50px;
}
.pgMilk .modal_main_wrap .modal_list_recipe > *,
.pgMilk .modal_main_wrap2 .modal_list_recipe > * {
  padding: 12px 20px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #112989;
}
.pgMilk .modal_main_wrap2 .modal_list_recipe > * {
  padding: 8px 20px;
  font-size: 1.4rem;
}
.pgMilk .modal_main_wrap2 .modal_list_recipe > *:first-child {
  border-top: 1px dotted #112989;
}
.pgMilk .modal_main_wrap .modal_list_number > * {
  position: relative;
  margin-top: 18px;
  font-size: 1.6rem;
  padding-left: 32px;
}
.pgMilk .modal_main_wrap .modal_list_number > *:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #112989;
  color: #fff;
  border-radius: 50%;
  padding-top: 1px;
  line-height: 24px;
  text-align: center;
}
.pgMilk .modal_main_wrap .modal_list_number > *:nth-child(1):before {
  content: "1";
}
.pgMilk .modal_main_wrap .modal_list_number > *:nth-child(2):before {
  content: "2";
}
.pgMilk .modal_main_wrap .modal_list_number > *:nth-child(3):before {
  content: "3";
}
.pgMilk .modal_main_wrap .modal_list_number > *:nth-child(4):before {
  content: "4";
}
.pgMilk .modal_main_wrap .modal_list_number > *:nth-child(5):before {
  content: "5";
}
.pgMilk .modal_main_wrap .modal_list_wrap,
.pgMilk .modal_main_wrap2 .modal_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pgMilk .modal_point {
  font-size: 1.6rem;
  margin-top: 50px;
  padding: 22px 25px 22px 165px;
  border: 2px solid #112989;
  border-radius: 10px;
  background: url(/products/brand/michitas/supportmilk/img/md_ico_point.png) 30px 50% no-repeat, linear-gradient(to right, #e7effd 140px, #fff 140px);
}
.pgMilk .modal_point_list > * {
  list-style: disc;
  margin-left: 1em;
}
.pgMilk .modal_point_text {
  margin-top: 30px;
}

.pgMilk .modal_tbl {
  border-top: 2px solid #112989;
  border-bottom: 2px solid #112989;
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
.pgMilk .modal_tbl th {
  padding: 13px 8px;
  background-color: #f2f2f2;
  vertical-align: middle;
}
.pgMilk .modal_tbl td {
  padding: 13px 16px;
}
.pgMilk .modal_tbl th,
.pgMilk .modal_tbl td {
  font-size: 1.6rem;
  font-weight: normal;
  border-top: 1px solid #112989;
}
.pgMilk .modal_btn {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  width: 90%;
  max-width: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.pgMilk .modal_btn > * {
  margin-top: 0;
  max-width: 250px;
}
.pgMilk .modal_close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1112px) {
  .pgMilk .modal_wrap {
    margin-left: -45%;
  }
}
