@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
body, html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
body, html {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
hr {
  border: 0; }
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../common/fonts/GenJyuuGothic-Regular.eot");
  src: url("../../common/fonts/GenJyuuGothic-Regular.woff") format("woff"), url("../../common/fonts/GenJyuuGothic-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../common/fonts/GenJyuuGothic-Bold.eot");
  src: url("../../common/fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../../common/fonts/GenJyuuGothic-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../common/fonts/Nunito-Regular.eot");
  src: url("../../common/fonts/Nunito-Regular.woff") format("woff"), url("../../common/fonts/Nunito-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../common/fonts/Nunito-Bold.eot");
  src: url("../../common/fonts/Nunito-Bold.woff") format("woff"), url("../../common/fonts/Nunito-Bold.ttf") format("truetype"); }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/* LPメイン用 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
* Variables
*/
/** extend */
a {
  color: #000000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
#header_glonavi,
#footer_glonavi {
  line-height: initial; }
#header_glonavi *, #header_glonavi *:before, #header_glonavi *:after,
  #footer_glonavi *,
  #footer_glonavi *:before,
  #footer_glonavi *:after {
    -webkit-box-sizing: initial;
            box-sizing: initial; }
#header_glonavi img,
  #footer_glonavi img {
    vertical-align: middle;
    vertical-align: initial; }
#footer_glonavi .footer__socials-item img {
  vertical-align: middle; }
.pageup, .i18n-featureSection .i18n-featureSection__head--a1:before, .i18n-featureSection .i18n-featureSection__head--a2:before, .i18n-featureSection .i18n-featureSection__head--a3:before, .i18n-featureSection .i18n-featureSection__head--a4:before, .i18n-featureSection .i18n-featureSection__head--a5:before, .i18n-featureSection .i18n-featureSection__head--b1:before, .i18n-featureSection .i18n-featureSection__head--b2:before, .i18n-featureSection .i18n-featureSection__head--b3:before, .i18n-featureSection .i18n-featureSection__head--b4:before, .i18n-featureSection .i18n-featureSection__head--b5:before, .i18n-featureSection .i18n-featureSection__head--a1:after, .i18n-featureSection .i18n-featureSection__head--a2:after, .i18n-featureSection .i18n-featureSection__head--a3:after, .i18n-featureSection .i18n-featureSection__head--a4:after, .i18n-featureSection .i18n-featureSection__head--a5:after, .i18n-featureSection .i18n-featureSection__head--b1:after, .i18n-featureSection .i18n-featureSection__head--b2:after, .i18n-featureSection .i18n-featureSection__head--b3:after, .i18n-featureSection .i18n-featureSection__head--b4:after, .i18n-featureSection .i18n-featureSection__head--b5:after, .bracket__toggle, .button:after, .button-close:after, .more a:after, .feature__iq:before, .feature .feature__more:after, .voice__illust, .voice__image, .movie__illust {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
/*
font
$font-ja
$font-en
$font-ch
----------------- */
#page-en {
  font-family: "Nunito"; }
#page-pt {
  font-family: "Nunito"; }
#page-vi {
  font-family: "Nunito"; }
#page-ch {
  font-family: "Yuanti SC", "Microsoft Yahei", "Nunito"; }
.container {
  position: relative;
  margin: 0 auto; }
.container--narrow {
    width: 768px; }
.container--medium {
    width: 960px; }
.container--wide {
    width: 100%; }
.container--faq {
    width: 768px;
    padding-bottom: 50px; }
.dn {
  display: none; }
.fr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.cc {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.pageup {
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  bottom: 20px;
  right: 60px; }
.pageup--a {
    background-image: url("../images/common/pageup.png"); }
.pageup--left {
    right: initial;
    left: 30px; }
.fix-bar {
  position: fixed;
  width: 100%;
  right: 0%;
  bottom: 0;
  z-index: 100; }
.fix-bar .pageup {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
.fix-bar.show .pageup {
    opacity: 1; }
.ingredient {
  margin-top: -20px; }
.ingredient__image {
    height: 320px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-image: url("../images/products/balancemilk/ingredient.jpg");
    background-position: 100% 100%; }
.ingredient__image--b {
      background-image: url("../images/products/followupmilk/ingredient.jpg"); }
.ingredient__image--baby {
      background-image: url("../images/products/akachan-milk/ingredient.jpg"); }
.ingredient__h2 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.08em;
    margin-bottom: 0; }
.ingredient__h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em; }
.ingredient__t1 {
    font-size: 30px;
    letter-spacing: 0.1em; }
.ingredient__t2 {
    font-size: 24px;
    letter-spacing: 0.15em;
    font-family: 'Nunito';
    font-weight: 700; }
.ingredient__title {
    color: #E5005A;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px; }
.ingredient__title + .bracket {
      padding-top: 30px; }
.ingredient__btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 37px;
    text-align: center;
    letter-spacing: 0; }
.ingredient__btn-item {
    display: inline-block;
    font-weight: 700; }
.ingredient__btn-item::after {
      position: absolute;
      content: '';
      display: block;
      width: 18px;
      height: 100%;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url(../images/common/icon/arrow-white-d.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
.ingredient__btn-item.js-is-open::after {
      -webkit-transform: translateX(-50%) rotate(180deg);
              transform: translateX(-50%) rotate(180deg); }
.ingredient__btn-item.js-is-open:hover::after {
      -webkit-transform: translate(-50%, -4px) rotate(180deg);
              transform: translate(-50%, -4px) rotate(180deg); }
.kv__list {
  font-size: 14px;
  margin-left: -45px; }
.kv__list:after {
    content: '';
    display: table;
    clear: both; }
.kv__item {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  overflow: hidden; }
.kv__key {
  position: relative; }
.kv__key:after {
    position: absolute;
    display: block;
    content: '';
    width: calc(192px - 100%);
    height: 1px;
    top: 13px;
    left: calc(100% + 12px);
    background-image: url("../images/products/balancemilk/kv-bar.png");
    background-repeat: repeat-x; }
.kv__value {
  padding-left: 14px;
  z-index: 1; }
.kv__value--b {
    background: #FFFFFF !important; }
.hr-dot {
  height: 13px;
  margin-bottom: 20px;
  background-image: url("../images/products/balancemilk/hr-dot.png"); }
.tutor {
  width: 672px;
  margin: 0 auto;
  padding-bottom: 90px; }
#page-babymilk .tutor {
    margin-top: -20px;
    padding-bottom: 33px; }
.tutor.-is-no-top {
    padding-top: 0; }
.tutor__item {
    padding-top: 60px; }
.tutor__item.-is-no-top {
      padding-top: 0; }
.tutor__item + .tutor__item {
      padding-top: 56px; }
.tutor__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px; }
.tutor__video {
    position: relative;
    padding-top: 55%; }
.tutor__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
.tutor__video-pix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    overflow: hidden; }
.tutor__video-pix img {
      width: 100%;
      height: auto; }
.meyasu {
  background-color: #fff;
  max-width: 768px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 53px 48px;
  margin-bottom: 50px; }
.meyasu.-is-akatyan {
    margin-bottom: 30px; }
.meyasu__body {
    margin: 15px 0 30px; }
.meyasu__body table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
.meyasu__body table th, .meyasu__body table td {
        font-size: 14px;
        padding: 7px;
        border: 2px solid #d1d1d1;
        text-align: center;
        vertical-align: middle; }
.meyasu__body table th {
        font-weight: bold;
        background-color: #fef6fa;
        padding: 32px 7px; }
.meyasu__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #E5005A;
    text-align: center;
    margin-bottom: 28px; }
.meyasu__att {
    font-size: 14px;
    font-weight: bold; }
.meyasu__att2 {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em; }
.hr-way {
  height: 4px;
  margin-bottom: 22px;
  background-image: url("../images/products/balancemilk/hr-way.png");
  background-repeat: no-repeat; }
.hr-way.hr-way_mg {
    margin-top: 62px; }
.section__tc {
  text-align: center; }
.section__h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px; }
.section__h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px; }
.section__desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 50px; }
.wrapper__i18n .point--a, .wrapper__i18n .point--b {
  position: relative;
  font-weight: 700; }
.wrapper__i18n .point--a strong, .wrapper__i18n .point--b strong {
    font-size: 28px; }
.wrapper__i18n .point--a:before, .wrapper__i18n .point--b:before {
    position: absolute;
    display: block;
    top: -3px;
    left: 0; }
.wrapper__i18n .point--a {
  color: #E5005A; }
.wrapper__i18n .point--a strong {
    background: url(../images/common/line/point.png) no-repeat 50% 100%; }
.wrapper__i18n .point--a:before {
    content: url("../images/products/list-dot-a.png"); }
.wrapper__i18n .point--b {
  color: #00489D; }
.wrapper__i18n .point--b strong {
    background: url(../images/common/line/point-b.png) no-repeat 50% 100%; }
.wrapper__i18n .point--b:before {
    content: url("../images/products/list-dot-b.png"); }
.wrapper__i18n .sub--a, .wrapper__i18n .sub--b, .wrapper__i18n .sub--b-big {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.5; }
.wrapper__i18n .sub--a {
  color: #E5005A; }
.wrapper__i18n .sub--b {
  color: #00a0e9; }
.wrapper__i18n .sub--b-big {
  color: #00a0e9;
  font-size: 26px; }
.i18n-featureSection {
  padding-top: 70px;
  padding-bottom: 114px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
.i18n-featureSection .i18n-featureSection__head--a1, .i18n-featureSection .i18n-featureSection__head--a2, .i18n-featureSection .i18n-featureSection__head--a3, .i18n-featureSection .i18n-featureSection__head--a4, .i18n-featureSection .i18n-featureSection__head--a5, .i18n-featureSection .i18n-featureSection__head--b1, .i18n-featureSection .i18n-featureSection__head--b2, .i18n-featureSection .i18n-featureSection__head--b3, .i18n-featureSection .i18n-featureSection__head--b4, .i18n-featureSection .i18n-featureSection__head--b5 {
  background: #FFFFFF;
  height: 148px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px; }
.i18n-featureSection .i18n-featureSection__head--a1:before, .i18n-featureSection .i18n-featureSection__head--a2:before, .i18n-featureSection .i18n-featureSection__head--a3:before, .i18n-featureSection .i18n-featureSection__head--a4:before, .i18n-featureSection .i18n-featureSection__head--a5:before, .i18n-featureSection .i18n-featureSection__head--b1:before, .i18n-featureSection .i18n-featureSection__head--b2:before, .i18n-featureSection .i18n-featureSection__head--b3:before, .i18n-featureSection .i18n-featureSection__head--b4:before, .i18n-featureSection .i18n-featureSection__head--b5:before {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -27px;
    margin: 0 auto; }
.i18n-featureSection .i18n-featureSection__head--a1:after, .i18n-featureSection .i18n-featureSection__head--a2:after, .i18n-featureSection .i18n-featureSection__head--a3:after, .i18n-featureSection .i18n-featureSection__head--a4:after, .i18n-featureSection .i18n-featureSection__head--a5:after, .i18n-featureSection .i18n-featureSection__head--b1:after, .i18n-featureSection .i18n-featureSection__head--b2:after, .i18n-featureSection .i18n-featureSection__head--b3:after, .i18n-featureSection .i18n-featureSection__head--b4:after, .i18n-featureSection .i18n-featureSection__head--b5:after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 60px);
    height: 8px;
    left: 30px;
    bottom: -2px; }
.i18n-featureSection .i18n-featureSection__head--a1:after, .i18n-featureSection .i18n-featureSection__head--a2:after, .i18n-featureSection .i18n-featureSection__head--a3:after, .i18n-featureSection .i18n-featureSection__head--a4:after, .i18n-featureSection .i18n-featureSection__head--a5:after {
  background-image: url("../images/products/feature_hr-a.png"); }
.i18n-featureSection .i18n-featureSection__head--b1:after, .i18n-featureSection .i18n-featureSection__head--b2:after, .i18n-featureSection .i18n-featureSection__head--b3:after, .i18n-featureSection .i18n-featureSection__head--b4:after, .i18n-featureSection .i18n-featureSection__head--b5:after {
  background-image: url("../images/products/feature_hr-b.png"); }
.i18n-featureSection__head--a1, .i18n-featureSection__head--a2, .i18n-featureSection__head--a3, .i18n-featureSection__head--a4, .i18n-featureSection__head--a5 {
  color: #E5005A; }
.i18n-featureSection__head--b1, .i18n-featureSection__head--b2, .i18n-featureSection__head--b3, .i18n-featureSection__head--b4, .i18n-featureSection__head--b5 {
  color: #00489D; }
.i18n-featureSection__head--a1:before {
  background-image: url("../images/products/feature_num-a1_b.png"); }
.i18n-featureSection__head--a2:before {
  background-image: url("../images/products/feature_num-a2_b.png"); }
.i18n-featureSection__head--a3:before {
  background-image: url("../images/products/feature_num-a3_b.png"); }
.i18n-featureSection__head--a4:before {
  background-image: url("../images/products/feature_num-a4_b.png"); }
.i18n-featureSection__head--a5:before {
  background-image: url("../images/products/feature_num-a5_b.png"); }
.i18n-featureSection__head--b1:before {
  background-image: url("../images/products/feature_num-b1_b.png"); }
.i18n-featureSection__head--b2:before {
  background-image: url("../images/products/feature_num-b2_b.png"); }
.i18n-featureSection__head--b3:before {
  background-image: url("../images/products/feature_num-b3_b.png"); }
.i18n-featureSection__head--b4:before {
  background-image: url("../images/products/feature_num-b4_b.png"); }
.i18n-featureSection__head--b5:before {
  background-image: url("../images/products/feature_num-b5_b.png"); }
.i18n-featureSection__body {
  position: relative;
  padding: 50px 49px 48px;
  margin-top: -4px;
  background: #FFFFFF;
  border-radius: 50px; }
.i18n-featureSection__body h4 {
    font-size: 24px;
    margin-bottom: 20px; }
.i18n-featureSection__body * + h4 {
    margin-top: 32px; }
.i18n-featureSection__body p {
    font-size: 20px;
    line-height: 1.6; }
.i18n-featureSection__body figure {
    display: block; }
.i18n-featureSection__body .mg1 {
    margin-top: 30px; }
.i18n-featureSection__body .att {
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 20px; }
.i18n-featureSection__box {
  position: relative;
  margin-bottom: 85px;
  width: 770px;
  margin: 0 auto; }
.i18n-featureSection__box + .i18n-featureSection__box {
    margin-top: 80px; }
.i18n-featureSection__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.32; }
.i18n-featureSection .i18n-featureSection__pix--a1, .i18n-featureSection .i18n-featureSection__pix--a2, .i18n-featureSection .i18n-featureSection__pix--a3, .i18n-featureSection .i18n-featureSection__pix--a4, .i18n-featureSection .i18n-featureSection__pix--a5, .i18n-featureSection .i18n-featureSection__pix--b1, .i18n-featureSection .i18n-featureSection__pix--b2, .i18n-featureSection .i18n-featureSection__pix--b3, .i18n-featureSection .i18n-featureSection__pix--b4, .i18n-featureSection .i18n-featureSection__pix--b5, .i18n-featureSection .i18n-featureSection__pix--b6 {
  margin-top: 22px;
  text-align: center; }
.i18n-featureSection .i18n-featureSection__pix--a1 {
  margin-bottom: 20px; }
.i18n-featureSection .i18n-featureSection__pix--a1 img {
    width: 363px; }
.i18n-featureSection .i18n-featureSection__pix--a2 {
  margin-bottom: 20px; }
.i18n-featureSection .i18n-featureSection__pix--a2 img {
    width: 274px; }
.i18n-featureSection .i18n-featureSection__pix--a3 {
  margin-top: 0; }
.i18n-featureSection .i18n-featureSection__pix--a3 img {
    width: 316px; }
.i18n-featureSection .i18n-featureSection__pix--a4 img {
  width: 454px; }
.i18n-featureSection .i18n-featureSection__pix--b1 {
  margin-top: 30px; }
.i18n-featureSection .i18n-featureSection__pix--b1 img {
    width: 600px; }
.i18n-featureSection .i18n-featureSection__pix--b2 img {
  width: 284px; }
.i18n-featureSection .i18n-featureSection__pix--b3 img {
  width: 267px; }
.i18n-featureSection .i18n-featureSection__pix--b4 img {
  width: 573px; }
.i18n-featureSection .i18n-featureSection__pix--b5 {
  margin-top: 0; }
.i18n-featureSection .i18n-featureSection__pix--b5 img {
    width: 316px; }
.i18n-featureSection .i18n-featureSection__pix--b6 img {
  width: 454px; }
h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 55px; }
h2 {
  font-size: 37.17px;
  font-weight: 700; }
h2.dot {
    font-size: 36px; }
h3 {
  font-weight: 700; }
h4 {
  font-weight: 700; }
h5 {
  font-weight: 700; }
h5.strong {
    font-size: 26px; }
.light-text {
  font-weight: 400; }
.regular-text {
  font-weight: 400; }
.bold-text {
  font-weight: 700; }
.center-text {
  text-align: center; }
.text--r {
  color: #E5005A; }
.text--b {
  color: #00489D; }
.nunito {
  font-family: "Nunito"; }
.wrapper__body, .icreo-style {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "GenJyuuGothic", "Nunito";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  text-align: left; }
a {
  color: inherit;
  text-decoration: none; }
a:hover, a:visited, a:focus, a:active {
    color: inherit; }
a:focus {
    outline: 0; }
sub {
  font-size: .8em; }
sup {
  font-size: .5em;
  vertical-align: text-top; }
.up {
  position: relative;
  z-index: 10;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: opacity .4s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .4s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .4s ease-out, transform .5s ease-out;
  transition: opacity .4s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out; }
.up.is-appear {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
.up .upc {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    opacity: 0; }
.up .upc-1 {
      -webkit-transition: all .4s ease-out .4s;
      transition: all .4s ease-out .4s; }
.up .upc-2 {
      -webkit-transition: all .4s ease-out .8s;
      transition: all .4s ease-out .8s; }
.up .upc-3 {
      -webkit-transition: all .4s ease-out 1.2s;
      transition: all .4s ease-out 1.2s; }
.up .upc-4 {
      -webkit-transition: all .4s ease-out 1.6s;
      transition: all .4s ease-out 1.6s; }
.up .upc-5 {
      -webkit-transition: all .4s ease-out 2.0s;
      transition: all .4s ease-out 2.0s; }
.up .diagonal {
    -webkit-transform: translate(-50px, 50px);
            transform: translate(-50px, 50px);
    opacity: 0;
    -webkit-transition: all .4s ease-out 1.8s;
    transition: all .4s ease-out 1.8s; }
.up.stay, .up .stay {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.up .up-sr {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.up .up-sr:before, .up .up-sr:after {
      width: 100%;
      -webkit-transition: width .3s ease-out;
      transition: width .3s ease-out; }
.up .up-sr:after {
      width: 100%;
      -webkit-transition: width .3s ease-out .4s;
      transition: width .3s ease-out .4s; }
.up .up-fade-delay {
    opacity: 0;
    -webkit-transition: opacity ease-out .8s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .8s, -webkit-transform ease-out .8s;
    transition: opacity ease-out .8s, transform ease-out .8s;
    transition: opacity ease-out .8s, transform ease-out .8s, -webkit-transform ease-out .8s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
.up.is-appear .up-fade-delay {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
.up.is-appear .upc {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
.up.is-appear .upc-1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
.up.is-appear .upc-2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
.up.is-appear .upc-3 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }
.up.is-appear .diagonal {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  z-index: -1; }
.up.is-appear .up-sr:before, .up.is-appear .up-sr:after {
  width: 0px; }
@-webkit-keyframes kv-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes kv-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes kv-fade-up__sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(100vw / 750 * 40));
            transform: translateY(calc(100vw / 750 * 40)); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes kv-fade-up__sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(100vw / 750 * 40));
            transform: translateY(calc(100vw / 750 * 40)); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.kv-fade--1, .kv-fade--2, .kv-fade--3, .kv-fade--4, .kv-fade--5, .kv-fade--6, .kv-fade--7, .kv-fade--8 {
  opacity: 0; }
.kv-fade--1 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important; }
.kv-fade--2 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important; }
.kv-fade--3 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important; }
.kv-fade--4 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important; }
.kv-fade--5 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important; }
.kv-fade--6 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important; }
.kv-fade--7 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important; }
.kv-fade--8 {
  -webkit-animation-delay: 3.2s !important;
          animation-delay: 3.2s !important; }
.headerLp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: calc($large_width - 32px);
  height: 71px;
  padding: 0 16px;
  border-bottom: solid 1px #D1D1D1;
  background-color: #FFFFFF; }
.headerLp__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto; }
.headerLp__logo {
    width: 80px;
    height: 45px;
    margin-left: 8px;
    background-image: url("../images/common/logo_glico.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
.headerLp__logo.-logo202204 {
      background-image: url("../images/common/logo_glico_202204.png"); }
.headerLp__logo--icreo {
    width: 160px;
    height: 40px;
    background-image: url("../images/common/logo_icreo-sp.png");
    background-repeat: no-repeat;
    background-size: contain; }
.section {
  position: relative;
  padding: 30px 0; }
.section.is-lp-icreo {
    padding-bottom: 0; }
.section.no-top:before {
    display: none; }
.section.no-bottom:after {
    display: none; }
.section.no-padding-bottom {
    padding-bottom: 0; }
.section.no-padding-top {
    padding-top: 0; }
.section.padding-top-l {
    padding-top: 65px; }
.section.padding-bottom-l {
    padding-bottom: 120px; }
.section.bottomless {
    padding-bottom: 0; }
.section.topless {
    padding-top: 0; }
.section#baby-feature {
    z-index: 10; }
.section--white {
    position: relative;
    background: #FFFFFF; }
.section--white:before, .section--white:after {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 100%;
      left: 0; }
.section--white:before {
      top: -10px;
      background-image: url("../images/common/white-top.png");
      z-index: 0; }
.section--white:after {
      bottom: -10px;
      background-position: center bottom;
      background-image: url("../images/common/white-bottom.png");
      z-index: 10; }
.section--yellow:before, .section--yellow:after {
    position: absolute;
    display: block;
    content: '';
    height: 10px;
    width: 100%;
    left: 0; }
.section--yellow:before {
    top: -10px;
    background-image: url("../images/common/yellow-top.png"); }
.section--yellow--bottom:after {
    height: 68px;
    width: 150px;
    bottom: -40px;
    left: calc(50% - 75px);
    background-image: url("../images/yellow-bottom.png");
    z-index: 1; }
.section--yellow--bottom::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    z-index: 1;
    bottom: -40px;
    left: calc(50% - 75px);
    width: 150px;
    height: 68px;
    background-image: url(../images/lp/yellow-bottom.png); }
.section--yellow--dot:after {
    height: 68px;
    width: 150px;
    bottom: -40px;
    left: calc(50% - 75px);
    background-color: red;
    z-index: 1; }
.section--pink {
    position: relative; }
.section--pink:before, .section--pink:after {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 100%;
      left: 0; }
.section--pink:before {
      top: -10px;
      background-image: url("../images/common/pink-top.png"); }
.section--pink.no-bottom:after {
      display: none; }
.section--blue {
    position: relative; }
.section--blue:before, .section--blue:after {
      position: absolute;
      display: block;
      content: '';
      height: 16px;
      width: 100%;
      left: 0; }
.section--blue:before {
      top: -10px;
      background-image: url("../images/common/blue-top.png"); }
.section--blue.no-bottom :after {
      display: none; }
.section__title {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: 700; }
.section__title--webcm {
      font-size: 32px;
      margin-bottom: 18px; }
.section__subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
    font-family: 'Nunito';
    font-weight: 700; }
.section__subtitle--bottom {
      margin-bottom: 48px; }
.section__subtitle--voice {
      margin-bottom: 18px; }
.section__subtitle.nunito {
      letter-spacing: 0.1em; }
.section__tertiary-ttl {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    background-image: url("../images/top/product_ttl_bar.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block; }
.section__tertiary-ttl.-is-red {
      color: #E5005A; }
.section.no-title .section__title,
  .section.no-title .section__subtitle {
    visibility: hidden; }
.section__lead, .section__lead--red {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: .1em; }
.section__lead--red {
      color: #E5005A; }
.section__lead--voice {
      margin-bottom: 54px;
      letter-spacing: 0.075em; }
.section__lead--voicePage {
      margin-bottom: 96px;
      letter-spacing: 0.075em; }
.section__lead--webcm {
      margin-bottom: 33px; }
.section__sub-head {
    margin-bottom: 50px;
    text-align: center; }
.wrapper.fixed {
  padding-top: 36px; }
.wrapper.fixed .navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    min-width: 960px; }
.wrapper.recipe {
  text-align: left; }
.wrapper {
  position: relative;
  width: 100%; }
.wrapper__loading {
    position: relative;
    width: 100%;
    height: calc(100vh - 72px);
    background-color: #FFFFFF;
    z-index: 100; }
.wrapper__body {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none; }
body.fixed .wrapper,
body.fixed .wrapper__body {
  margin-top: 72px; }
.bracket {
  padding: 52px 0 115px; }
.bracket__wrap {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 50px 0 38px;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 60px;
    background-image: url("../images/products/bracket-top-a.png"), url("../images/products/bracket-bottom-a.png"); }
.bracket__wrap:last-child {
      margin-bottom: 0; }
.bracket__wrap--b {
      background-image: url("../images/products/bracket-top-b.png"), url("../images/products/bracket-bottom-b.png"); }
.bracket__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 0.075em; }
.bracket__body {
    padding: 0 48px;
    font-size: 15px;
    line-height: 1.92;
    letter-spacing: 0.025em; }
.bracket__body sub {
      font-size: 12px; }
.bracket__large-text {
    font-size: 20px;
    text-align: center;
    margin-top: -8px;
    margin-bottom: 4px; }
.bracket__list {
    margin-bottom: 6px; }
.bracket__notice {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em; }
.button, .button-close {
  position: relative;
  display: block;
  width: 606px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: .06em;
  background-color: #ffffff;
  height: 76px;
  line-height: 1.4;
  border-radius: 38px;
  text-align: center;
  font-weight: bold;
  color: #E5005A;
  border: solid 3px;
  cursor: pointer; }
.button:after, .button-close:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    top: 0;
    right: 22px;
    background-image: url("../images/common/icon/arrow-red.svg");
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.button--b {
    color: #00489D; }
.button--b:after {
      background-image: url("../images/common/icon/arrow-blue.svg"); }
.button--back:after {
    right: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 22px; }
.button a, .button-close a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.button-dot {
  position: relative;
  display: block;
  width: 606px;
  height: 76px;
  border-radius: 38px;
  margin: 0 auto;
  border: dashed 2px;
  font-size: 18px;
  color: #E5005A;
  line-height: 1.4;
  letter-spacing: .06em;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity ease-out .2s;
  transition: opacity ease-out .2s; }
.button-dot:before, .button-dot:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 2px;
    background-color: #E5005A;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.button-dot:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.button-dot a, .button-dot span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.button-close:after {
  background-image: url("../images/common/icon/big_plus-a.svg");
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.button-close--b {
  color: #00489D; }
.button-close--b:after {
    background-image: url("../images/common/icon/big_plus-b.svg"); }
.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
  text-align: center;
  color: #E5005A;
  border-color: #FF0033; }
.more a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
.more a:after {
      display: block;
      content: '';
      background-image: url("../images/common/icon/open-a.svg"); }
.more--b {
    color: #00489D;
    border-color: #2A69BA; }
.more--b a:after {
      background-image: url("../images/common/icon/open-b.svg"); }
.more__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.footerLp {
  border-top: solid 1px #D1D1D1; }
.footerLp__responsive {
    position: relative; }
.footerLp-bottom {
    position: relative;
    max-width: 1366px;
    max-width: none;
    margin: 0 auto;
    padding: 20px 0 25px;
    font-size: 10px; }
.footerLp-bottom__copy {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center; }
.loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.loader__inner {
    opacity: 0; }
.landing {
  position: relative;
  min-height: 520px;
  background: url("../images/lp/bg-stripe.png") center top; }
.landing__flower {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 275px;
    height: 204px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: cover; }
.landing__flower--l {
      left: 0;
      background-image: url("../images/lp/flower-l.png"); }
.landing__flower--r {
      right: 0;
      background-image: url("../images/lp/flower-r.png");
      background-position: 4px 100%; }
.landing__wrap {
    padding-top: 17px;
    background-image: url("../images/lp/mv_light.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
.landing__main {
    position: relative;
    width: 580px;
    height: 520px;
    margin: 0 auto;
    text-align: center; }
.landing__main img {
      max-width: 100%; }
.landing__package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px; }
.landing__package__l {
      width: 250px;
      padding-top: 4px; }
.landing__package__l img {
      width: 100%; }
.landing__package__r {
      width: 297px;
      padding-top: 14px;
      padding-right: 20px; }
.landing__logo {
    z-index: 10;
    position: absolute;
    top: -64px;
    left: -106px;
    width: 158px; }
.landing__note {
    background: url("../images/lp/202104/line.png") repeat 50% 0%;
    letter-spacing: .07em;
    margin: 55px auto 31px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-top: 5px; }
.landing__note span {
      color: #E5005A; }
.landing__note img {
      width: 100%; }
.landing__note__button {
      margin-bottom: 32px;
      border-color: #E5005A;
      background: #E5005A;
      color: #FFFFFF; }
.landing__note__button:after {
      top: 0px;
      background-image: url("../images/common/icon/arrow-white-d.svg"); }
.landing__note__button:hover:after {
      top: 6px;
      right: 22px; }
.landing .section.section--yellow.section--yellow--bottom::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    z-index: 1;
    bottom: -40px;
    left: calc(50% - 75px);
    width: 150px;
    height: 68px;
    background-image: url(../images/lp/yellow-bottom.png); }
.landing__checkbg {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 14px;
    padding-bottom: 18px; }
.landing__checkbg:before, .landing__checkbg:after {
      display: block;
      z-index: 10;
      position: absolute;
      bottom: -30px;
      content: ''; }
.landing__checkbg:before {
      left: -30px;
      width: 157px;
      height: 347px;
      background-image: url("../images/lp/balancemilk/onayami_01.png"); }
.landing__checkbg:after {
      right: 0;
      width: 114px;
      height: 353px;
      background-image: url("../images/lp/balancemilk/onayami_02.png"); }
.landing__check {
    z-index: 10;
    position: relative;
    padding-top: 22px;
    padding-bottom: 18px; }
.landing__leader {
    margin: 0 auto 28px;
    text-align: center; }
.landing__checklist {
    width: 450px;
    margin: 0 auto; }
.landing__checkitem {
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 13px;
    margin-left: 8px;
    padding-left: 40px; }
.landing__checkitem:before {
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      width: 24px;
      height: 24px;
      background-image: url("../images/lp/check.png");
      content: ''; }
.landing__checkimage {
    margin-left: 85px; }
.landing__star {
    position: absolute;
    top: 0;
    right: -58px; }
.landing__package {
    width: 600px;
    margin: 18px auto 35px;
    padding-right: 4px; }
.landing__leader {
    width: 530px;
    height: 38px; }
.landing__leader img {
    width: 100%;
    margin-left: 4px; }
.landing__osusume {
    padding-top: 67px;
    padding-bottom: 10px; }
.landing__osusume__leader {
      height: 47px;
      margin-bottom: 40px;
      text-align: center; }
.landing__osusume__leader img {
      max-width: 100%;
      margin-left: 2px; }
.landing__osusume__leader img {
      height: 100%; }
.landing__osusume__package {
      width: 100%; }
/*
202003 update
------------------------- */
.landing-main {
  height: 562px;
  text-align: center; }
.landing-main__title {
    font-size: 20px;
    color: #E5005A;
    letter-spacing: 0.08em;
    margin-bottom: 20px; }
.landing-main__title span {
      font-size: 30px;
      padding: 0 5px; }
.landing-main__logo {
    position: relative;
    margin-top: 17px; }
.landing-main__logo::before, .landing-main__logo::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      width: 410px;
      height: 60px;
      background: no-repeat 50% 50%;
      background-size: contain; }
.landing-main__logo::before {
      left: -953px;
      top: 37px;
      background-image: url(../images/lp/202003/logo-l.png); }
.landing-main__logo::after {
      right: -957px;
      top: 35px;
      background-image: url(../images/lp/202003/logo-r.png); }
.landing-package {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 42px; }
.landing-package__item {
    position: relative; }
.landing-package__item figcaption {
      color: #E5005A;
      letter-spacing: 0.02em;
      line-height: 1.6;
      font-weight: 600; }
.landing-package__item-logo {
      position: absolute; }
.landing-package__item-logo img {
        width: 100%; }
.landing-package__item-badge {
      position: absolute; }
.landing-package__item-badge img {
        width: 100%; }
.landing-banner {
  position: relative;
  margin-top: 56px;
  padding-bottom: 40px; }
.landing-banner.-is-2 {
    margin-top: 92px;
    padding-bottom: 88px; }
.landing-banner.-is-3 {
    margin-top: 70px;
    padding-bottom: 112px; }
.landing-banner--webcm {
    padding-bottom: 80px; }
.landing-banner--webcm::before {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 100%;
      left: 0;
      bottom: -10px;
      background: url(../images/common/white-bottom.png) repeat-x 50% 100%; }
.landing-banner--pink {
    background-color: #fcedf4;
    padding: 80px 0px 80px;
    margin-top: 0; }
.landing-banner--pink::before {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 100%;
      left: 0;
      top: 0px;
      background: url(../images/common/yellow-bottom2.png) repeat-x 50% 100%; }
.landing-banner--white {
    background-color: #fff;
    padding: 80px 0px 80px;
    margin-top: 0; }
.landing-banner.no-top::before {
    display: none; }
.landing-banner.white-top {
    position: relative; }
.landing-banner.white-top::before {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      width: 100%;
      height: 10px;
      background-image: url(../images/common/white-top.png);
      z-index: 10; }
.landing-banner__title {
    color: #E5005A;
    font-weight: 700;
    text-align: center;
    margin-top: 39px;
    letter-spacing: 0;
    margin-bottom: 8px; }
.landing-banner__title-s {
      display: block; }
.landing-banner__title-l {
      display: inline-block;
      position: relative;
      z-index: 1; }
.landing-banner__title-l::before {
        content: "";
        width: 58.7%;
        height: 10px;
        background-color: #ffec4b;
        position: absolute;
        bottom: 8px;
        left: 17%;
        z-index: -1; }
.landing-banner__att {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px; }
.landing-banner__att + .landing-banner__att {
      margin-top: .5em; }
.landing-banner__att.-is-black p {
      color: #666; }
.landing-banner__att p, .landing-banner__att li {
      color: #333333;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 21px;
      padding-left: 1.2em;
      text-indent: -1em; }
.landing-banner__list {
    text-align: center; }
.landing-banner__item {
    text-align: center; }
.landing-banner__l-banner {
    text-align: center; }
.landing-banner__l-banner.-is-mt {
      margin-top: 47px; }
.landing-banner__l-banner-wrap {
    display: inline-block;
    position: relative; }
.landing-banner__wrap {
    position: relative;
    display: inline-block; }
.landing-banner__wrap .fuki {
      position: absolute;
      top: -20px;
      right: -15px;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-radius: 50%;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      width: 80px;
      height: 80px;
      background: #E5005A; }
.landing-banner__btn {
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0;
    border-radius: 38px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    width: 360px;
    height: 76px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); }
.landing-banner__btn span{
      display: block;
      padding-top: 2px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      /*display: flex;*/
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: -webkit-gradient(linear, left top, left bottom, from(#00db04), color-stop(46%, #20a623), color-stop(54%, #20a623), to(#00db04));
      background: linear-gradient(to bottom, #00db04 0%, #20a623 46%, #20a623 54%, #00db04 100%); }



	
.landing-banner__btn::after {
      position: absolute;
      content: '';
      display: block;
      width: 18px;
      height: 100%;
      top: 0;
      right: 22px;
      background-image: url(../images/common/icon/arrow-white.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }

.landing-banner__btn--amazon a {
      background: #20a623; }
.landing-banner__btn-amazon {
    width: 360px;
    height: 76px;
    background-image: url("../images/lp/202104/banner-amazon-btn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 87px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100px; }

.landing-banner__btn-amazon_2406{
	bottom:30px;
}
.landing-banner__text {
    font-size: 14px; }
.landing-banner__text-link {
    font-weight: 700;
    letter-spacing: 0; }
.landing-banner__text-link a {
      color: #E5005A; }
.landing-award {
  padding-top: 80px;
  padding-bottom: 100px; }
.landing-award__ribbon {
    text-align: center; }
.landing-award__lead {
    text-align: center; }
.landing-award__lead-ttl {
    font-size: 28px;
    letter-spacing: 0;
    display: inline-block;
    position: relative; }
.landing-award__lead-ttl::before {
      content: "";
      display: block;
      width: 3px;
      height: 28px;
      background-color: #E5005A;
      position: absolute;
      top: 47%;
      left: -15px;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: translate(-100%, -50%) rotate(-32deg);
              transform: translate(-100%, -50%) rotate(-32deg); }
.landing-award__lead-ttl::after {
      content: "";
      display: block;
      width: 3px;
      height: 25px;
      background-color: #E5005A;
      position: absolute;
      top: 47%;
      right: 5px;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: translate(100%, -50%) rotate(32deg);
              transform: translate(100%, -50%) rotate(32deg); }
.landing-award__lead-dsc {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 22px; }
.landing-award__plate {
    margin: 50px auto 0;
    position: relative; }
.landing-award__plate img {
      width: 100%; }
#page-lp-uservoice .landing-banner {
  margin-top: 133px;
  margin-bottom: 70px; }
#page-lp-uservoice .landing-banner__lead {
    text-align: center;
    font-size: 26px;
    line-height: 1.46154;
    font-weight: 700;
    margin-bottom: 68px; }
#page-lp-uservoice .landing-banner__lead span {
      color: #E5005A; }
.lp-uservoice .ingredient__image {
  background-image: url("../images/lp/uservoice/ingredient.jpg"); }
.lp-uservoice .section--pink:before {
  top: -10px;
  background-image: none !important; }
.lp-uservoice-mv {
  position: relative;
  z-index: 10; }
.lp-uservoice-mv__flower {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
.lp-uservoice-mv__flower.-is-l {
      background-image: url("../images/lp/uservoice/mv-flower-l.png"); }
.lp-uservoice-mv__flower.-is-r {
      background-image: url("../images/lp/uservoice/mv-flower-r.png"); }
.lp-uservoice-mv__head {
    text-align: center;
    font-size: 16px; }
.lp-uservoice-mv__head-lead {
    display: block;
    color: #E5005A; }
.lp-uservoice-mv__head-ttl {
    display: block;
    position: relative;
    display: inline-block; }
.lp-uservoice-mv__head-ttl::before {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 13px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      background-image: url("../images/lp/uservoice/mv-ttl-deco.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
.lp-uservoice-mv__head-ttl2 {
    display: block;
    position: relative;
    display: inline-block; }
.lp-uservoice-mv__head-ttl2::before {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 13px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-image: url("../images/lp/uservoice/mv-ttl2-deco.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
.lp-uservoice-mv__head-ttl3 {
    display: block;
    position: relative;
    display: inline-block; }
.lp-uservoice-mv__head-ttl3::before {
      content: "";
      display: block;
      z-index: -1;
      width: 100%;
      height: 13px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-image: url("../images/lp/uservoice/mv-ttl3-deco.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
.lp-uservoice-mv__visual {
    position: relative; }
.lp-uservoice-mv-b {
  position: relative;
  z-index: 10; }
.lp-uservoice-mv-b__flower {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute; }
.lp-uservoice-mv-b__head {
    text-align: center;
    font-size: 16px; }
.lp-uservoice-mv-b__head-lead {
    display: block;
    color: #E5005A; }
.lp-uservoice-mv-b__head-ttl {
    display: block;
    position: relative;
    display: inline-block; }
.lp-uservoice-mv-b__visual {
    position: relative; }
.lp-uservoice-award {
  background-size: 1039px 684px;
  background-repeat: no-repeat;
  background-position: 50% 20px;
  position: relative;
  z-index: 0; }
.lp-uservoice-award .container {
    position: relative; }
.lp-uservoice-award__deco {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1; }
.lp-uservoice-award__deco.-is-l {
      background-image: url("../images/lp/uservoice/award-deco-l.png");
      top: 97px;
      left: -255px; }
.lp-uservoice-award__deco.-is-r {
      background-image: url("../images/lp/uservoice/award-deco-r.png");
      top: 97px;
      right: -255px; }
.lp-uservoice-award__head {
    margin: 0 auto;
    position: relative;
    z-index: 1; }
.lp-uservoice-award__body {
    position: relative; }
.lp-uservoice-award__text {
    font-weight: 700; }
.lp-uservoice-award__text-top {
    display: block;
    color: #E5005A;
    text-align: center; }
.lp-uservoice-award__text-bottom {
    display: block;
    position: relative; }
.lp-uservoice-award__text-bottom::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, from(#E5005A), color-stop(83%, #E5005A), color-stop(84%, transparent), to(transparent));
      background-image: linear-gradient(to right, #E5005A 0%, #E5005A 83%, transparent 84%, transparent 100%);
      background-size: 12px 100%;
      background-repeat: repeat-x; }
.lp-uservoice-voice__box {
  background-color: #fff;
  border: 4px solid #E5005A;
  position: relative;
  text-align: center; }
.lp-uservoice-voice__box::before {
    content: "";
    display: block;
    background-image: url("../images/lp/uservoice/voice-ribon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 49.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.lp-uservoice-voice__head {
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-y; }
.lp-uservoice-voice__head span {
    color: #E5005A; }
.lp-uservoice-voice__body {
  position: relative; }
.lp-uservoice-voice__body img {
    width: 100%; }
.lp-uservoice-voice__body-deco {
  position: absolute;
  width: 313px;
  height: 354px; }
.lp-uservoice-voice__body-deco.-is-l {
    left: -116px;
    top: 140px; }
.lp-uservoice-voice__body-deco.-is-r {
    right: 80px;
    bottom: -42px; }
.lp-uservoice-voice__body-deco.-is-r2 {
    right: -116px;
    top: -36px; }
.lp-uservoice-feature__head {
  text-align: center; }
.lp-uservoice-feature__head-sub {
  display: block;
  letter-spacing: 0.05em;
  color: #E5005A; }
.lp-uservoice-feature__head-main {
  display: block; }
.lp-uservoice-feature__body {
  position: relative; }
.lp-uservoice-feature__open {
  width: 100%;
  text-align: center;
  color: #E5005A;
  letter-spacing: 0.05em;
  -webkit-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
  font-weight: 700; }
.lp-uservoice-feature__body.is-open .lp-uservoice-feature__open {
    visibility: hidden; }
.lp-uservoice-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease;
  overflow: hidden; }
.lp-uservoice-feature__item {
  position: relative;
  background-color: #fff;
  border-radius: 30px; }
.lp-uservoice-feature__item.-is-4 {
    padding-top: 31px; }
.lp-uservoice-feature__item.-is-5 {
    padding-bottom: 63px; }
.lp-uservoice-feature__item.-is-8 {
    padding-top: 29px; }
.lp-uservoice-feature__item.-is-10 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px; }
.lp-uservoice-feature__item-dsc {
  letter-spacing: 0.05em; }
.lp-uservoice-feature__item-note {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-top: 15px; }
.lp-uservoice-feature__item-note li {
    padding-left: 1.2em;
    text-indent: -1.2em; }
.lp-uservoice-feature__item-note li:not(:first-of-type) {
      margin-top: 0.2em; }
.lp-uservoice-point__head {
  text-align: center; }
.lp-uservoice-point__head-sub {
  display: block;
  letter-spacing: 0.05em;
  color: #E5005A; }
.lp-uservoice-point__head-main {
  display: block; }
.lp-uservoice-point__body {
  position: relative; }
.lp-uservoice-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease;
  overflow: hidden; }
.lp-uservoice-point__item {
  position: relative;
  background-color: #fff;
  border-radius: 30px; }
.lp-uservoice-point__item-dsc {
  letter-spacing: 0.05em;
  font-weight: 700; }
.lp-uservoice-point__item-dsc + .lp-uservoice-point__item-dsc {
    margin-top: 45px; }
.lp-uservoice-point__item-fig {
  margin-top: 34px; }
.lp-uservoice-point__item-fig-pic.-is-1 {
  margin-right: 134px;
  position: relative; }
.lp-uservoice-point__item-fig-pic.-is-1::before {
    content: "調乳​\Aわずか​\A約10秒!";
    white-space: pre;
    width: 100px;
    height: 100px;
    display: block;
    background-color: #E5005A;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    padding-top: 1px;
    padding-left: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    border-radius: 50%;
    z-index: 10;
    position: absolute; }
.lp-uservoice-point__item-figc {
  font-weight: 700;
  letter-spacing: 0.05em; }
.feature {
  position: relative;
  overflow: hidden;
  max-height: 2736px;
  -webkit-transition: max-height 1s ease-in .2s;
  transition: max-height 1s ease-in .2s;
  padding-top: 20px; }
.feature img {
    vertical-align: baseline; }
.feature.is-open {
    max-height: 20000px !important; }
.feature.no-padding-top {
    padding-top: 0; }
.feature__bg {
    position: absolute;
    top: 48px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top; }
#page-followupmilk .feature__bg {
      top: 57px;
      padding-right: 15px; }
.feature__ribon {
    position: relative;
    background-size: auto 100%; }
.feature__ribon.is-appear .bg {
      width: 100%;
      height: 100%; }
.feature__ribon .bg {
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      background-repeat: no-repeat;
      -webkit-transition: width .5s ease-out;
      transition: width .5s ease-out; }
.feature__ribon--top {
      height: 666px; }
.feature__ribon--top .bg {
        width: 100%;
        height: 0;
        right: 0;
        background-image: url("../images/products/ribon-a_title.png");
        background-position: center top;
        -webkit-transition: height .5s ease-out;
        transition: height .5s ease-out; }
#page-followupmilk .feature__ribon--top .bg {
        right: -27px;
        background-image: url("../images/products/ribon-b_title.png"); }
.feature__ribon--1 {
      margin-top: -54px;
      height: 521px; }
.feature__ribon--1 .bg {
        left: 0;
        background-image: url("../images/products/ribon-a_01.png");
        background-position: left top; }
#page-followupmilk .feature__ribon--1 .bg {
        left: auto;
        right: 0;
        background-image: url("../images/products/ribon-b_01.png");
        background-position: right top; }
.feature__ribon--2 {
      margin-top: -60px;
      height: 432px; }
.feature__ribon--2 .bg {
        right: 0;
        background-image: url("../images/products/ribon-a_02.png");
        background-position: right top; }
#page-followupmilk .feature__ribon--2 .bg {
        right: auto;
        left: 0;
        background-image: url("../images/products/ribon-b_02.png");
        background-position: left top; }
.feature__ribon--3 {
      margin-top: -75px;
      height: 528px; }
.feature__ribon--3 .bg {
        background-image: url("../images/products/ribon-a_03.png");
        background-position: left top; }
#page-followupmilk .feature__ribon--3 .bg {
        right: 0;
        background-image: url("../images/products/ribon-b_03.png");
        background-position: right top; }
.feature__ribon--4 {
      margin-top: -60px;
      height: 379px; }
.feature__ribon--4 .bg {
        right: 0;
        background-image: url("../images/products/ribon-a_04.png");
        background-position: right top; }
#page-followupmilk .feature__ribon--4 .bg {
        right: auto;
        left: 0;
        background-image: url("../images/products/ribon-b_04.png");
        background-position: left top; }
.feature__ribon--5 {
      margin-top: -50px;
      height: 514px; }
.feature__ribon--5 .bg {
        background-image: url("../images/products/ribon-a_05.png");
        background-position: left top; }
#page-followupmilk .feature__ribon--5 .bg {
        right: 0;
        background-image: url("../images/products/ribon-b_05.png");
        background-position: right top; }
.feature__ribon--6 {
      margin-top: -63px;
      height: 504px; }
.feature__ribon--6 .bg {
        right: 0;
        background-image: url("../images/products/ribon-a_06.png");
        background-position: right top; }
#page-followupmilk .feature__ribon--6 .bg {
        right: auto;
        left: 0;
        background-image: url("../images/products/ribon-b_06.png");
        background-position: left top; }
.feature__ribon--7 {
      margin-top: -60px;
      height: 443px; }
.feature__ribon--7 .bg {
        background-image: url("../images/products/ribon-a_07.png");
        background-position: left top; }
#page-followupmilk .feature__ribon--7 .bg {
        right: 0;
        background-image: url("../images/products/ribon-b_07.png");
        background-position: right top; }
.feature__ribon--8 {
      margin-top: -44px;
      height: 454px; }
.feature__ribon--8 .bg {
        right: 0;
        background-image: url("../images/products/ribon-a_08.png");
        background-position: right top; }
#page-followupmilk .feature__ribon--8 .bg {
        right: auto;
        left: 0;
        background-image: url("../images/products/ribon-b_08.png");
        background-position: left top; }
.feature__ribon--9 {
      margin-top: -64px;
      height: 474px; }
.feature__ribon--9 .bg {
        background-image: url("../images/products/ribon-a_09.png");
        background-position: left top; }
#page-followupmilk .feature__ribon--9 .bg {
        right: 0;
        background-image: url("../images/products/ribon-b_09.png");
        background-position: right top; }
.feature__ribon--10 {
      margin-top: -45px;
      height: 430px; }
.feature__ribon--10 .bg {
        right: 0;
        background-image: url("../images/products/ribon-a_10.png");
        background-position: right top; }
#page-followupmilk .feature__ribon--10 .bg {
        right: auto;
        left: 0;
        background-image: url("../images/products/ribon-b_10.png");
        background-position: left top; }
.feature__ribon--i18u-a_1 {
      margin-top: -33px;
      height: 324px; }
.feature__ribon--i18u-a_1 .bg {
        background-image: url("../images/products/ribon-i18u-a_01.png");
        background-position: left top; }
.feature__ribon--i18u-a_2 {
      margin-top: -75px;
      height: 435px; }
.feature__ribon--i18u-a_2 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-a_02.png");
        background-position: right top; }
.feature__ribon--i18u-a_3 {
      margin-top: -105px;
      height: 418px; }
.feature__ribon--i18u-a_3 .bg {
        background-image: url("../images/products/ribon-i18u-a_03.png");
        background-position: left top; }
.feature__ribon--i18u-a_4 {
      margin-top: -72px;
      height: 485px; }
.feature__ribon--i18u-a_4 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-a_04.png");
        background-position: right top; }
.feature__ribon--i18u-a_5 {
      margin-top: -127px;
      height: 453px; }
.feature__ribon--i18u-a_5 .bg {
        background-image: url("../images/products/ribon-i18u-a_05.png");
        background-position: left top; }
.feature__ribon--i18u-a_6 {
      margin-top: -98px;
      height: 532px; }
#page-pt .feature__ribon--i18u-a_6 {
        height: 600px; }
#page-pt .feature__ribon--i18u-a_6 .bg {
          background-size: 1366px  100%; }
.feature__ribon--i18u-a_6 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-a_06.png");
        background-position: right top; }
.feature__ribon--i18u-a_7 {
      margin-top: -125px;
      height: 463px; }
#page-pt .feature__ribon--i18u-a_7 {
        margin-top: -135px; }
.feature__ribon--i18u-a_7 .bg {
        background-image: url("../images/products/ribon-i18u-a_07.png");
        background-position: left top; }
.feature__ribon--i18u-a_8 {
      margin-top: -106px;
      height: 439px; }
.feature__ribon--i18u-a_8 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-a_08.png");
        background-position: right top; }
.feature__ribon--i18u-a_9 {
      margin-top: -102px;
      height: 436px; }
.feature__ribon--i18u-a_9 .bg {
        background-image: url("../images/products/ribon-i18u-a_09.png");
        background-position: left top; }
.feature__ribon--i18u-a_10 {
      margin-top: -45px;
      height: 512px; }
.feature__ribon--i18u-a_10 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-a_10.png");
        background-position: right top; }
.feature__ribon--i18u-a_11 {
      margin-top: -47px;
      height: 356px; }
.feature__ribon--i18u-a_11 .bg {
        background-image: url("../images/products/ribon-i18u-a_11.png");
        background-position: left top; }
.feature__ribon--i18u-b_1 {
      margin-top: -33px;
      height: 324px; }
.feature__ribon--i18u-b_1 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_01.png");
        background-position: right top; }
.feature__ribon--i18u-b_2 {
      margin-top: -75px;
      height: 435px; }
.feature__ribon--i18u-b_2 .bg {
        background-image: url("../images/products/ribon-i18u-b_02.png");
        background-position: left top; }
.feature__ribon--i18u-b_3 {
      margin-top: -105px;
      height: 418px; }
.feature__ribon--i18u-b_3 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_03.png");
        background-position: right top; }
.feature__ribon--i18u-b_4 {
      margin-top: -72px;
      height: 485px; }
.feature__ribon--i18u-b_4 .bg {
        background-image: url("../images/products/ribon-i18u-b_04.png");
        background-position: left top; }
.feature__ribon--i18u-b_5 {
      margin-top: -127px;
      height: 453px; }
.feature__ribon--i18u-b_5 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_05.png");
        background-position: right top; }
.feature__ribon--i18u-b_6 {
      margin-top: -98px;
      height: 532px; }
.feature__ribon--i18u-b_6 .bg {
        background-image: url("../images/products/ribon-i18u-b_06.png");
        background-position: left top; }
.feature__ribon--i18u-b_7 {
      margin-top: -125px;
      height: 463px; }
.feature__ribon--i18u-b_7 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_07.png");
        background-position: right top; }
.feature__ribon--i18u-b_8 {
      margin-top: -106px;
      height: 439px; }
.feature__ribon--i18u-b_8 .bg {
        background-image: url("../images/products/ribon-i18u-b_08.png");
        background-position: left top; }
.feature__ribon--i18u-b_9 {
      margin-top: -102px;
      height: 436px; }
.feature__ribon--i18u-b_9 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_09.png");
        background-position: right top; }
.feature__ribon--i18u-b_10 {
      margin-top: -45px;
      height: 512px; }
.feature__ribon--i18u-b_10 .bg {
        background-image: url("../images/products/ribon-i18u-b_10.png");
        background-position: left top; }
.feature__ribon--i18u-b_11 {
      margin-top: -47px;
      height: 356px; }
.feature__ribon--i18u-b_11 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_11.png");
        background-position: right top; }
.feature__ribon--i18u-b_12 {
      margin-top: -48px;
      height: 397px; }
.feature__ribon--i18u-b_12 .bg {
        background-image: url("../images/products/ribon-i18u-b_12.png");
        background-position: left top; }
.feature__ribon--i18u-b_13 {
      margin-top: -45px;
      height: 411px; }
.feature__ribon--i18u-b_13 .bg {
        right: 0;
        background-image: url("../images/products/ribon-i18u-b_13.png");
        background-position: right top; }
.feature__ribon--i18u-b_14 {
      margin-top: -45px;
      height: 275px; }
.feature__ribon--i18u-b_14 .bg {
        background-image: url("../images/products/ribon-i18u-b_14.png");
        background-position: left top; }
.feature__section {
    position: relative; }
.feature__section--top {
      padding-top: 12px;
      text-align: center;
      margin-bottom: 144px; }
.feature__h3 {
    font-size: 30px;
    position: relative; }
.feature__h4 {
    font-size: 24px;
    margin-bottom: 35px;
    position: relative; }
.feature__logo {
    display: block;
    margin: 0 auto 35px; }
.feature__reason {
    position: relative;
    width: 888px;
    font-weight: 700;
    margin: 0 auto; }
.feature__reason__title {
      height: 85px;
      margin-bottom: 20px; }
.feature__reason__text {
      font-size: 20px;
      line-height: 1.8;
      letter-spacing: 0.06em; }
.feature__reason__illust {
      position: absolute;
      left: -72px;
      bottom: -9px;
      width: 200px; }
.feature__reason__illust--b {
        left: auto;
        right: -36px;
        bottom: 80px;
        width: 228px; }
.feature__content {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in; }
.feature__content--nobg {
      background: none !important;
      padding: 0 calc(100vw / 750 * 25) !important; }
.feature__content.hidden {
      -webkit-transform: translate(0, 50px);
              transform: translate(0, 50px);
      opacity: 0; }
.feature__iq {
    position: relative;
    width: 410px; }
.feature__iq:before {
      display: block;
      content: '';
      position: absolute;
      width: 95px;
      height: 76.5px;
      top: -15px;
      left: -120px; }
.feature__iq:after {
      display: block;
      position: absolute;
      top: 0;
      left: calc(100% + 25px);
      content: "";
      background: no-repeat 50% 50%;
      background-size: contain; }
.feature__iq__title {
      margin-bottom: 17px;
      height: 85px; }
.feature__iq--1:before {
      background-image: url("../images/products/balancemilk/feature_num01.png"); }
.feature__iq--1:after {
      top: -20px;
      left: calc(100% + 20px);
      background-image: url("../images/products/balancemilk/feature_illust01.png");
      width: 283px;
      height: 238px; }
.feature__iq--2:before {
      background-image: url("../images/products/balancemilk/feature_num02.png"); }
.feature__iq--2:after {
      top: 50px;
      left: calc(100% + 34px);
      background-image: url("../images/products/balancemilk/feature_illust02.png");
      width: 349px;
      height: 164.5px; }
.feature__iq--2.-is-common:after {
      top: 45px;
      left: calc(100% + 61px);
      background-image: url(../images/common/aiquality/feature_illust02.png);
      width: 354px;
      height: 248px; }
.feature__iq--3:before {
      background-image: url("../images/products/balancemilk/feature_num03.png"); }
.feature__iq--3:after {
      top: -33px;
      left: -416px;
      background-image: url("../images/products/balancemilk/feature_illust03.png");
      width: 256px;
      height: 242px; }
.feature__iq--4:before {
      background-image: url("../images/products/balancemilk/feature_num04.png"); }
.feature__iq--4:after {
      top: 28px;
      left: calc(100% + 52px);
      background-image: url("../images/products/balancemilk/feature_illust04.png");
      width: 304px;
      height: 213px; }
.feature__iq--5:before {
      background-image: url("../images/products/balancemilk/feature_num05.png"); }
.feature__iq--5:after {
      top: -54px;
      left: -468px;
      background-image: url("../images/products/balancemilk/feature_illust05.png");
      width: 350px;
      height: 280px; }
.feature__iq--6:before {
      background-image: url("../images/products/balancemilk/feature_num06.png"); }
.feature__iq--6:after {
      top: -45px;
      left: calc(100% + -9px);
      background-image: url("../images/products/balancemilk/feature_illust06.png");
      width: 316px;
      height: 281px; }
.feature__iq--7:before {
      background-image: url("../images/products/balancemilk/feature_num07.png"); }
.feature__iq--7:after {
      left: -400px;
      top: 18px;
      background-image: url("../images/products/balancemilk/feature_illust07.png");
      width: 254px;
      height: 243px; }
.feature__iq--8:before {
      background-image: url("../images/products/balancemilk/feature_num08.png"); }
.feature__iq--8:after {
      top: -20px;
      left: calc(100% + 35px);
      background-image: url("../images/products/balancemilk/feature_illust08.png");
      width: 275px;
      height: 248px; }
.feature__iq--9:before {
      background-image: url("../images/products/balancemilk/feature_num09.png"); }
.feature__iq--9:after {
      top: -20px;
      left: -350px;
      background-image: url("../images/products/balancemilk/feature_illust09.png");
      width: 160px;
      height: 259px; }
.feature__iq--10:before {
      background-image: url("../images/products/balancemilk/feature_num10.png");
      top: 5px; }
.feature__iq--10:after {
      top: 20px;
      left: calc(100% + 125px);
      background-image: url("../images/products/balancemilk/feature_illust10.png");
      width: 184px;
      height: 178px; }
.feature__iq--10.-is-common:after {
      top: 76px;
      left: calc(100% + 28px); }
.feature__iq--1b:before {
      background-image: url("../images/products/followupmilk/feature_num01.png"); }
.feature__iq--1b:after {
      background-image: url("../images/products/followupmilk/feature_illust01.png?20210915");
      top: -12px;
      left: calc(-100% - 269px);
      width: 492px;
      height: 277px; }
.feature__iq--2b:before {
      background-image: url("../images/products/followupmilk/feature_num02.png"); }
.feature__iq--2b:after {
      background-image: url("../images/products/followupmilk/feature_illust02.png");
      top: -68px;
      left: calc(100% - 56px);
      width: 259px;
      height: 334px; }
.feature__iq--3b:before {
      background-image: url("../images/products/followupmilk/feature_num03.png"); }
.feature__iq--3b:after {
      top: 18px;
      left: calc(-100% + 38px);
      background-image: url("../images/products/followupmilk/feature_illust03.png");
      width: 210px;
      height: 230px; }
.feature__iq--4b:before {
      background-image: url("../images/products/followupmilk/feature_num04.png"); }
.feature__iq--4b:after {
      left: calc(100% + 47px);
      top: 20px;
      background-image: url("../images/products/followupmilk/feature_illust04.png");
      width: 224px;
      height: 238px; }
.feature__iq--5b:before {
      background-image: url("../images/products/followupmilk/feature_num05.png"); }
.feature__iq--5b:after {
      left: calc(-100% + 62px);
      top: 58px;
      background-image: url("../images/products/followupmilk/feature_illust05.png");
      width: 304px;
      height: 213px; }
.feature__iq--6b:before {
      background-image: url("../images/products/followupmilk/feature_num06.png"); }
.feature__iq--6b:after {
      left: calc(100% + 34px);
      top: -44px;
      background-image: url("../images/products/followupmilk/feature_illust06.png");
      width: 350px;
      height: 280px; }
.feature__iq--7b:before {
      background-image: url("../images/products/followupmilk/feature_num07.png"); }
.feature__iq--7b:after {
      left: calc(-100% + 13px);
      top: -36px;
      background-image: url("../images/products/followupmilk/feature_illust07.png");
      width: 249px;
      height: 257px; }
.feature__iq--8b:before {
      background-image: url("../images/products/followupmilk/feature_num08.png"); }
.feature__iq--8b:after {
      top: -43px;
      left: calc(100% + 13px);
      background-image: url("../images/products/followupmilk/feature_illust08.png");
      width: 316px;
      height: 281px; }
.feature__iq--9b:before {
      background-image: url("../images/products/followupmilk/feature_num09.png"); }
.feature__iq--9b:after {
      left: calc(-100% + -11px);
      top: -60px;
      background-image: url("../images/products/followupmilk/feature_illust09.png");
      width: 320px;
      height: 324px; }
.feature__iq--10b:before {
      background-image: url("../images/products/followupmilk/feature_num10.png"); }
.feature__iq--10b:after {
      top: -50px;
      left: calc(100% + 15px);
      background-image: url("../images/products/followupmilk/feature_illust10.png");
      width: 162px;
      height: 280px; }
.feature__iq--1baby:before {
      top: -40px;
      background-image: url("../images/products/akachan-milk/feature_num01.png"); }
.feature__iq--1baby:after {
      top: -40px;
      left: calc(100% + 34px);
      background-image: url("../images/products/akachan-milk/feature_illust01.png");
      width: 313px;
      height: 292.5px; }
.feature__iq--2baby:before {
      top: -40px;
      background-image: url("../images/products/akachan-milk/feature_num02.png"); }
.feature__iq--2baby:after {
      top: -33px;
      left: -446px;
      background-image: url("../images/products/akachan-milk/feature_illust03.png");
      width: 297px;
      height: 282.5px; }
.feature__iq--3baby:before {
      top: -40px;
      background-image: url("../images/products/akachan-milk/feature_num03.png"); }
.feature__iq--3baby:after {
      top: 39px;
      left: calc(100% + 42px);
      background-image: url("../images/products/akachan-milk/feature_illust02.png");
      width: 253px;
      height: 193px; }
.feature__iq--4baby:before {
      top: -40px;
      background-image: url("../images/products/akachan-milk/feature_num04.png"); }
.feature__iq--4baby:after {
      top: 5px;
      left: -407px;
      background-image: url("../images/products/akachan-milk/feature_illust04.png");
      width: 258px;
      height: 204px; }
.feature__iq--5baby:before {
      top: -40px;
      background-image: url("../images/products/akachan-milk/feature_num05.png"); }
.feature__iq--5baby:after {
      top: 38px;
      left: calc(100% + 34px);
      background-image: url("../images/products/akachan-milk/feature_illust05.png");
      width: 238px;
      height: 159px; }
.feature__iq--6baby ul, .feature__iq--6baby p {
      font-size: 12px;
      line-height: 16px;
      padding: 0;
      margin: 0; }
.feature__iq--6baby li {
      padding-left: 1em;
      text-indent: -1em; }
.feature__iq__image--1 {
      background-image: url("../images/products/balancemilk/feature_illust01.png"); }
.feature__iq__image--2 {
      background-image: url("../images/products/balancemilk/feature_illust02.png"); }
.feature__iq__image--2c {
      background-image: url("../images/products/balancemilk/feature_illust07.png"); }
.feature__iq__image--3 {
      background-image: url("../images/products/balancemilk/feature_illust03.png"); }
.feature__iq__image--4 {
      background-image: url("../images/products/balancemilk/feature_illust04.png"); }
.feature__iq__image--5 {
      background-image: url("../images/products/balancemilk/feature_illust05.png"); }
.feature__iq__image--6 {
      background-image: url("../images/products/balancemilk/feature_illust06.png"); }
.feature__iq__image--7 {
      background-image: url("../images/products/balancemilk/feature_illust07.png"); }
.feature__iq__image--7c {
      background-image: url("../images/common/aiquality/feature_illust06.png"); }
.feature__iq__image--8 {
      background-image: url("../images/products/balancemilk/feature_illust08.png"); }
.feature__iq__image--9 {
      background-image: url("../images/products/balancemilk/feature_illust09.png"); }
.feature__iq__image--10 {
      background-image: url("../images/products/balancemilk/feature_illust10.png"); }
.feature__iq__image--1b {
      background-image: url("../images/products/followupmilk/feature_illust01-s.png?20210915"); }
.feature__iq__image--2b {
      background-image: url("../images/products/followupmilk/feature_illust02.png"); }
.feature__iq__image--3b {
      background-image: url("../images/products/followupmilk/feature_illust03.png"); }
.feature__iq__image--4b {
      background-image: url("../images/products/followupmilk/feature_illust04.png"); }
.feature__iq__image--5b {
      background-image: url("../images/products/followupmilk/feature_illust05.png"); }
.feature__iq__image--6b {
      background-image: url("../images/products/followupmilk/feature_illust06.png"); }
.feature__iq__image--7b {
      background-image: url("../images/products/followupmilk/feature_illust07.png"); }
.feature__iq__image--8b {
      background-image: url("../images/products/followupmilk/feature_illust08.png"); }
.feature__iq__image--9b {
      background-image: url("../images/products/followupmilk/feature_illust09.png"); }
.feature__iq__image--10b {
      background-image: url("../images/products/followupmilk/feature_illust10.png"); }
.feature__iq__image--1baby {
      background-image: url("../images/products/akachan-milk/feature_illust01-s.png"); }
.feature__iq__image--2baby {
      background-image: url("../images/products/akachan-milk/feature_illust03-s.png"); }
.feature__iq__image--3baby {
      background-image: url("../images/products/akachan-milk/feature_illust02.png"); }
.feature__iq__image--4baby {
      background-image: url("../images/products/akachan-milk/feature_illust04.png"); }
.feature__iq__image--5baby {
      background-image: url("../images/products/akachan-milk/feature_illust05.png"); }
.feature__iq__body {
      font-size: 16px;
      line-height: 1.8;
      padding-left: 6px; }
.feature__iq__body a {
        font-size: 12px;
        margin-left: 0.5em; }
.feature__iq__body-list li {
      position: relative;
      text-indent: 1.2em;
      text-align: left; }
.feature__iq__body-list li::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #E5005A;
        border-radius: 50%;
        position: absolute;
        top: 0.5em;
        left: 0; }
.feature__iq__notice, .feature__iq__notice--wide {
      font-size: 12px;
      margin-top: 12px;
      margin-left: 6px;
      text-align: left;
      padding-left: 1em;
      text-indent: -1em; }
.feature__iq__notice--wide {
        padding-left: 2em;
        text-indent: -2em; }
.feature__iq__notice .tab, .feature__iq__notice--wide .tab {
        margin-left: 1.9em; }
.feature__seal {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    z-index: 10;
    height: 500px;
    background-position: 0 0;
    background-image: url("../images/common/ol-lightpink.png");
    background-size: 1366px auto; }
#page-followupmilk .feature__seal {
      background-image: url("../images/common/ol-lightblue.png");
      background-size: 1366px auto; }
.is-lp-icreo .feature__seal {
      background-image: url("../images/common/ol-white.png");
      background-size: 1366px auto; }
.feature__seal:after {
      position: absolute;
      display: block;
      content: '';
      height: 10px;
      width: 100%;
      left: 0;
      bottom: -2px;
      background-image: url("../images/common/white-top.png"); }
.campaign--detail .feature__seal:after {
        background-image: url("../images/common/yellow-top.png"); }
.feature__seal--b {
      background-image: url("../images/common/ol-lightblue.png"); }
.feature__seal.is-open {
      height: 0;
      opacity: 0;
      -webkit-transition: height .2s ease-in,opacity .2s ease-in;
      transition: height .2s ease-in,opacity .2s ease-in; }
.section.no-bottom .feature__seal::after {
      display: none; }
.feature .feature__more {
    margin-top: 350px;
    background: none;
    border-style: dashed;
    -webkit-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s; }
.feature .feature__more:after {
      pointer-events: none;
      width: 22px;
      height: 100%;
      right: 22px;
      top: 0;
      background-image: url("../images/common/icon/big_plus-a.svg"); }
#page-followupmilk .feature .feature__more:after {
        background-image: url("../images/common/icon/big_plus-b.svg"); }
.feature__flower {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1360px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.feature__flower--left {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 100%;
      background-image: url("../images/products/balancemilk/flower-l.png");
      background-position: left 270px;
      background-repeat: repeat-y;
      z-index: 10; }
.feature__flower--right {
      position: absolute;
      top: 0;
      right: 0;
      width: 180px;
      height: 100%;
      background-image: url("../images/products/balancemilk/flower-r.png");
      background-position: right -254px;
      background-repeat: repeat-y;
      z-index: 10; }
.feature-boxs {
  padding: 27px 0 110px; }
#page-balancemilk .feature-boxs {
    padding-bottom: 100px; }
.feature-boxs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 82px; }
.feature-boxs__box {
    background-color: #fff;
    height: 100%;
    padding: 30px 35px 20px;
    border-radius: 30px;
    position: relative; }
.feature-boxs__ttl-sub {
    display: block;
    font-size: 22px; }
.feature-boxs__ttl-main {
    font-size: 26px;
    color: #E5005A;
    display: inline-block;
    position: relative; }
.feature-boxs__ttl-main.-is-akachan-1 {
      background-image: url("../images/products/akachan-milk/feature-box-1-line.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom; }
.feature-boxs__ttl-main.-is-akachan-2 {
      background-image: url("../images/products/akachan-milk/feature-box-2-line.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: -10px bottom; }
.feature-boxs__ttl-main.-is-akachan-3 {
      background-image: url("../images/products/akachan-milk/feature-box-3-line-top.png"), url("../images/products/akachan-milk/feature-box-3-line-bottom.png");
      background-repeat: no-repeat;
      background-size: 105%, 65%;
      background-position: -10px 38%, -10px bottom; }
.feature-boxs__ttl-main.-is-akachan-4 {
      background-image: url("../images/products/akachan-milk/feature-box-4-line.png");
      background-repeat: no-repeat;
      background-size: 105%;
      background-position: -10px bottom; }
.feature-boxs__ttl-main.-is-balance-1 {
      background-image: url("../images/products/balancemilk/feature-box-1-line.png");
      background-repeat: no-repeat;
      background-size: 105%;
      background-position: -10px bottom; }
.feature-boxs__ttl-main.-is-balance-2 {
      background-image: url("../images/products/balancemilk/feature-box-2-line.png");
      background-repeat: no-repeat;
      background-size: 105%;
      background-position: -10px bottom; }
.feature-boxs__ttl-main-annotation {
    position: absolute;
    font-size: 13px;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.feature-boxs__dsc {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 10px; }
.feature-boxs__small {
    display: block;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 10px; }
.feature-boxs__annotation {
    font-size: 12px;
    position: absolute;
    left: 35px;
    bottom: -10px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
.feature-boxs__btn {
    margin-top: 60px; }
.feature-boxs__btn.-is-margintop-l {
      margin-top: 120px; }
.voice {
  position: relative;
  padding: 100px 0 40px;
  font-weight: 700;
  /*
  セカンドページ用
  ----------------- */ }
.voice:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: -10px; }
.voice__topWrap {
    padding-top: 130px;
    padding-bottom: 74px; }
.voice__illust {
    position: absolute;
    width: 960px;
    height: 219px;
    top: -235px;
    z-index: 10;
    background-position: center center;
    background-image: url("../images/common/illust/mom_illust.png"); }
.voice__illust--page {
      position: relative;
      top: 0;
      height: 230px;
      background-image: url("../images/common/illust/mom_illust-page.png");
      margin-top: 0;
      margin-bottom: 30px;
      right: 0; }
.voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
    height: 400px; }
.voice__item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
.voice__image {
    min-width: 402px;
    height: 472px;
    margin-top: -40px; }
.voice__image--1 {
      background-image: url("../images/voice/mom01.png"); }
.voice__image--2 {
      background-image: url("../images/voice/mom02.png"); }
.voice__image--3 {
      background-image: url("../images/voice/mom03.png"); }
.voice__image--4 {
      background-image: url("../images/voice/mom04.png"); }
.voice__image--5 {
      background-image: url("../images/voice/mom05.png"); }
.voice__image--1b {
      background-image: url("../images/voice/mom01b.png"); }
.voice__image--2b {
      background-image: url("../images/voice/mom02b.png"); }
.voice__image--1lp {
      background-image: url("../images/voice/mom01lp.png"); }
.voice__image--2lp {
      background-image: url("../images/voice/mom02lp.png"); }
.voice__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 360px;
    max-width: 360px;
    font-weight: 700;
    padding-top: 40px; }
.voice__balloon {
    position: relative;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 31px;
    background-color: #FFFFFF;
    border-radius: 15px; }
.voice__balloon:after {
      position: absolute;
      display: block;
      content: '';
      left: calc(50% - 9px);
      bottom: -36px;
      border-style: solid;
      border-width: 18px 9px;
      border-color: transparent;
      border-top-color: #FFFFFF; }
.voice__comment {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 24px;
    margin-bottom: 20px;
    background-image: url("../images/common/line/pink_dash.png");
    background-position: center bottom;
    background-repeat: no-repeat; }
.voice__comment--b {
      background-image: url("../images/common/line/blue_dash.png"); }
.voice__prof {
    position: relative;
    cursor: pointer;
    padding-left: 1px; }
#page-lp-icreo .voice__prof {
      cursor: initial; }
.voice__prof--b:after {
      background-image: url("../images/common/icon/arrow-blue.svg"); }
.voice__prof a {
      cursor: pointer; }
.voice__anchor {
    position: relative;
    display: table; }
.voice__anchor:after {
      position: absolute;
      display: block;
      content: '';
      width: 18px;
      height: 18px;
      top: calc(50% - 9px);
      left: calc(100% + 14px);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../images/common/icon/arrow-red.svg"); }
.voice__prof--b .voice__anchor:after {
        background-image: url("../images/common/icon/arrow-blue.svg"); }
.voice__list--noModal .voice__anchor:after {
        display: none; }
.voice__anchorPosition {
    position: absolute;
    top: -160px;
    left: 0; }
.voice__button {
    margin-top: 64px; }
.voice__page--a {
    padding-bottom: 110px; }
.voice .voice__package-ttl--a, .voice .voice__package-ttl--b {
    margin-top: -187px;
    margin-bottom: 80px;
    padding-bottom: 9px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    background: no-repeat 50% 100%; }
.voice .voice__package-ttl--a img, .voice .voice__package-ttl--b img {
      width: 74px; }
.voice .voice__package-ttl--a h3, .voice .voice__package-ttl--b h3 {
      letter-spacing: 0.10em; }
.voice .voice__package-ttl--a {
    color: #E5005A;
    background-image: url(../images/voice/package1_bg.png); }
.voice .voice__package-ttl--b {
    margin-top: -195px;
    color: #00489D;
    background-image: url(../images/voice/package2_bg.png); }
.movie {
  position: relative;
  padding-top: 15px;
  padding-bottom: 70px; }
.movie__illust {
    position: absolute;
    width: 100%;
    height: 162px;
    top: -70px;
    left: -5px;
    background-image: url("../images/top/movie_illust.png"); }
.movie__title {
    text-align: center; }
.movie__item {
    width: 100%; }
.movie__item + .movie__item {
      margin-top: 56px; }
.movie__item iframe {
      width: 100%;
      height: 430px; }
.webcm {
  padding-top: 22px;
  padding-bottom: 12px; }
.webcm__title {
    margin-bottom: 20px; }
.webcm__item {
    margin-bottom: 23px; }
.webcm:last-child {
    margin: 0; }
.webcm__video {
    width: 100%;
    height: 428px; }

/*240524変更
.floatingBanner, .floatingBanner--balance {
  position: fixed;
  z-index: 100;
  display: none;
  width: 150px;
  height: 200px;
  bottom: 20px;
  right: 30px; }


.floatingBanner, .floatingBanner--balance {
  position: fixed;
  z-index: 100;
  display: none;
  width: 150px;
  height: 200px;
  bottom: 20px;
  right: 30px; }



.floatingBanner--balance {
    height: 125px; }
.floatingBanner__close, .floatingBanner__close--balance {
    position: absolute;
    right: 5px;
    top: 55px;
    border-radius: 50%;
    cursor: pointer; }
.floatingBanner__close--balance {
      top: -15px; }

*/

.floatingBanner, .floatingBanner--balance {
  position: fixed;
  z-index: 100;
  display: none;
  width: 300px;
  height: 200px;
  bottom: 20px;
  right: 30px; }


.floatingBanner, .floatingBanner--balance {
  position: fixed;
  z-index: 100;
  display: none;
  width: 150px;
  height: 200px;
  bottom: 20px;
  right: 180px; }



.floatingBanner--balance {
    height: 125px; }

.floatingBanner, .floatingBanner--aiquality{
        margin-right: 4px;}

.floatingBanner__close, .floatingBanner__close--balance {
    position: absolute;
    right: -160px;
    top: 24px; /*top: 64px;*/
    border-radius: 50%;
    cursor: pointer; }

.floatingBanner__close--balance {
      top: -15px; }

.floatingBanner__close--aiquality {
        right: 0;}

/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.5; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0;
  margin-left: 0; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
@keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
#brandsite_nav,
#brandsite_nav-sp {
  display: none !important; }
@media (min-width: 737px) {
  .mediaQuerySetting {
    display: block; }
  .section--yellow {
    background-image: url("../images/common/bg-yellow@2x.jpg");
    background-size: 1000px auto;
    background-position: 50% 0; }
  .kv__value, .section--pink {
    background-image: url("../images/common/bg-lightpink@2x.jpg");
    background-size: 1000px auto;
    background-position: 50% 0; }
  .section--blue {
    background-image: url("../images/common/bg-lightblue@2x.jpg");
    background-size: 1000px auto;
    background-position: 50% 0; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
  .osp {
    display: none; }
      .ingredient__image.-is-s {
        padding-top: 9px;
        height: 280px; }
      .ingredient__btn-item {
        position: relative; }
      .ingredient__btn-item:hover::after {
        -webkit-transform: translate(-50%, 7px);
                transform: translate(-50%, 7px); }
    .kv__item {
      float: left;
      margin-left: 45px; }
          .meyasu__body table th:nth-of-type(1) {
            width: 135px; }
          .meyasu__body table th:nth-of-type(3) {
            width: 285px; }
    .wrapper__i18n .point--a, .wrapper__i18n .point--b {
      font-size: 24px;
      padding-left: 20px;
      margin-bottom: 10px; }
    .kv-fade--1, .kv-fade--2, .kv-fade--3, .kv-fade--4, .kv-fade--5, .kv-fade--6, .kv-fade--7, .kv-fade--8 {
      -webkit-animation: kv-fade-up .6s ease-out forwards;
              animation: kv-fade-up .6s ease-out forwards; }
        .headerLp__logo.-logo202204 {
          height: 58px; }
      .headerLp__logo {
        margin-right: 20px; }
    .section#make {
      padding-top: 63px; }
    .wrapper {
      min-width: 960px; }
      .wrapper__body {
        min-width: 960px; }
      .bracket__title {
        pointer-events: none; }
    .button:hover:after, .button-close:hover:after {
      right: 16px; }
    .button--back:hover:after {
      left: 16px; }
    .button-dot:hover {
      opacity: 0.6; }
  .button-close {
    -webkit-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s; }
    .button-close:hover {
      opacity: 0.6; }
    .button-close:hover:after {
      right: 22px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .more {
      width: 666px;
      height: 78px;
      border-top: dashed 3px;
      border-bottom: dashed 3px;
      font-size: 18px; }
      .more a:after {
        width: 26px;
        height: 26px;
        margin-left: 15px; }
      .landing__note {
        width: 980px;
        height: 151px; }
      .landing-package__item figcaption {
        font-size: 18px;
        position: absolute; }
      .landing-package__item:nth-of-type(1) {
        margin-right: 34px; }
        .landing-package__item:nth-of-type(1) figcaption {
          bottom: 78px;
          left: -205px; }
      .landing-package__item:nth-of-type(2) {
        padding-right: 15px;
        padding-bottom: 5px; }
        .landing-package__item:nth-of-type(2) figcaption {
          bottom: 78px;
          right: -205px; }
	
/*221116
        .landing-package__item-logo {
          width: 80px;
          height: 88px; }
        .landing-package__item:nth-of-type(1) .landing-package__item-logo {
          top: 13px;
          left: -89px; }
        .landing-package__item:nth-of-type(2) .landing-package__item-logo {
          top: 21px;
          right: -75px; }
*/
        .landing-package__item-logo {
          width: 104px;
          height: auto; }
        .landing-package__item:nth-of-type(1) .landing-package__item-logo {
          top: 13px;
          left: -108px; }
        .landing-package__item:nth-of-type(2) .landing-package__item-logo {
          top: 21px;
          right: -92px; }	
        .landing-package__item-badge {
          width: 80px;
          height: 88px;
          top: 18px;
          right: -165px; }
        .landing-banner__title-s {
          font-size: 16px; }
        .landing-banner__title-l {
          font-size: 29px; }
      .landing-banner__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto; }
      .landing-banner__item {
        width: 100%; }
        .landing-banner__item:nth-of-type(1) figure {
          position: relative; }
        .landing-banner__item:nth-of-type(n+2) {
          margin-top: 61px; }
          .landing-banner__item:nth-of-type(n+2).-is-mt-s {
            margin-top: 40px; }
      .landing-banner__l-banner {
        width: 1000px;
        margin: 0 auto; }
      .landing-banner__btn {
        -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease; }
        .landing-banner__btn:hover {
          -webkit-transform: translate(0.5%, 1%);
                  transform: translate(0.5%, 1%);
          -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
                  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
	
	
	
	
      .landing-banner__btn-amazon {
        -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease; }
        .landing-banner__btn-amazon.-is-2 {
          bottom: 23px; }
        .landing-banner__btn-amazon:hover {
          -webkit-transform: translate(-49.95%, 1%);
                  transform: translate(-49.95%, 1%);
          -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
                  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1); }
      .landing-banner__text-link {
        font-size: 17px;
        margin-top: 20px;
        padding-right: 40px;
        line-height: 1.23529;
        text-align: center; }
        .landing-banner__text-link a {
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
          .landing-banner__text-link a:hover {
            opacity: 0.8; }
    .landing-banner__item:hover .landing-banner__btn::after {
      right: 16px; }
    .landing-banner__l-banner a:hover .landing-banner__btn::after {
      right: 16px; }
      .landing-award__lead {
        margin-top: 20px; }
      .landing-award__plate {
        width: 940px; }
  .lp-uservoice__content {
    padding-bottom: 135px; }
    .lp-uservoice-mv {
      padding-top: 30px; }
      .lp-uservoice-mv__flower {
        width: 280px;
        height: 384px;
        top: -124px; }
        .lp-uservoice-mv__flower.-is-l {
          left: 17px; }
        .lp-uservoice-mv__flower.-is-r {
          right: 8px; }
      .lp-uservoice-mv__head-lead {
        font-size: 20px;
        letter-spacing: 0.075em; }
        .lp-uservoice-mv__head-lead span {
          font-size: 30px; }
      .lp-uservoice-mv__head-ttl {
        font-size: 38px;
        letter-spacing: 0.05em;
        margin-top: 2px; }
        .lp-uservoice-mv__head-ttl::before {
          bottom: 7px; }
      .lp-uservoice-mv__head-ttl2 {
        font-size: 38px;
        letter-spacing: 0.05em;
        margin-top: 2px; }
        .lp-uservoice-mv__head-ttl2::before {
          bottom: 7px; }
      .lp-uservoice-mv__head-ttl3 {
        font-size: 38px;
        letter-spacing: 0.05em;
        margin-top: 2px; }
        .lp-uservoice-mv__head-ttl3::before {
          bottom: 7px; }
      .lp-uservoice-mv__visual {
        margin-top: 46px;
        max-width: 770px;
        left: -10px; }
    .lp-uservoice-mv__visual-deco {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .lp-uservoice-mv__visual-deco.-is-l {
        width: 219px;
        height: 310px;
        background-image: url("../images/lp/uservoice/mv-visual-deco-l.png");
        left: -130px;
        bottom: -6px; }
      .lp-uservoice-mv__visual-deco.-is-r {
        width: 214px;
        height: 315px;
        background-image: url("../images/lp/uservoice/mv-visual-deco-r.png");
        right: -130px;
        bottom: -6px; }
    .lp-uservoice-mv__visual-deco-vc {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 auto 50px; }
    .lp-uservoice-mv-b {
      padding-top: 30px; }
      .lp-uservoice-mv-b__flower {
        width: 429px;
        height: 399px;
        top: -175px; }
      .lp-uservoice-mv-b__flower.-is-l {
        left: -136px;
        background-image: url("../images/lp/uservoice/mv-b-flower-l.png"); }
      .lp-uservoice-mv-b__flower.-is-r {
        right: -136px;
        background-image: url("../images/lp/uservoice/mv-b-flower-r.png"); }
      .lp-uservoice-mv-b__head-lead {
        font-size: 30px;
        letter-spacing: 0.075em; }
      .lp-uservoice-mv-b__head-ttl {
        margin-top: 15px; }
      .lp-uservoice-mv-b__visual {
        margin-top: 67px;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        left: 20px; }
    .lp-uservoice-award {
      margin-top: 56px;
      padding-bottom: 200px;
      background-image: url("../images/lp/uservoice/award-bg.png"); }
    .lp-uservoice-point + .lp-uservoice-award {
      margin-top: 86px; }
      .lp-uservoice-award__deco {
        width: 319px;
        height: 547px; }
      .lp-uservoice-award__head {
        width: 692px; }
      .lp-uservoice-award__body {
        margin-top: 37px;
        left: 41px; }
    .lp-uservoice-award__plate {
      position: absolute;
      top: -40px;
      left: -182px;
      width: 413px; }
      .lp-uservoice-award__text {
        width: 73%;
        margin-left: auto; }
      .lp-uservoice-award__text-top {
        font-size: 20px;
        padding-bottom: 31px;
        line-height: 33px;
        letter-spacing: 0.05em; }
      .lp-uservoice-award__text-bottom {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 28px;
        padding-top: 32px; }
  .lp-uservoice-voice {
    margin-top: 87px; }
    .lp-uservoice-voice__box {
      padding: 40px 30px;
      border-radius: 30px; }
      .lp-uservoice-voice__box::before {
        width: 523px;
        height: 93px;
        top: -63px; }
    .lp-uservoice-voice__head {
      font-size: 22px;
      padding: 6px 0;
      line-height: 48px;
      background-image: url("../images/lp/uservoice/voice-head-bg.png"); }
    .lp-uservoice-voice__body {
      margin-top: 46px; }
  .lp-uservoice-feature {
    margin-top: 0;
    padding-bottom: 220px; }
  .lp-uservoice-feature .container {
    width: 1080px; }
    .lp-uservoice-feature__head-sub {
      font-size: 20px;
      line-height: 46px; }
    .lp-uservoice-feature__head-main {
      font-size: 30px;
      line-height: 46px; }
    .lp-uservoice-feature__body {
      margin-top: 38px; }
    .lp-uservoice-feature__open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 20px;
      height: 0;
      bottom: 0;
      left: 0;
      position: absolute; }
      .lp-uservoice-feature__open a {
        position: relative;
        bottom: -50px; }
        .lp-uservoice-feature__open a::before {
          position: absolute;
          content: '';
          display: block;
          width: 18px;
          height: 18px;
          bottom: -30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          background-image: url(../images/common/icon/arrow-red-d.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
        .lp-uservoice-feature__open a:hover::before {
          -webkit-transform: translate(-50%, 10px);
                  transform: translate(-50%, 10px); }
    .lp-uservoice-feature__list {
      max-height: 3000px;
      padding-left: 60px;
      padding-right: 60px; }
    .lp-uservoice-feature__list:not(.is-open) {
      max-height: 1030px; }
    .lp-uservoice-feature__item {
      margin-top: 60px;
      padding: 35px;
      width: calc(50% - 24px); }
      .lp-uservoice-feature__item:nth-of-type(odd) {
        margin-left: 48px; }
    .lp-uservoice-feature__item.-is-1 {
      width: 100%;
      border-radius: 0;
      margin-top: 0;
      margin-left: 0;
      padding-top: 66px;
      padding-left: 330px;
      padding-right: 30px; }
    .lp-uservoice-feature__item.-is-2 {
      width: 100%;
      border-radius: 0 0 30px 30px;
      margin-top: 0;
      margin-left: 0;
      padding-top: 86px;
      padding-bottom: 86px; }
    .lp-uservoice-feature__item.-is-3 {
      width: 100%;
      border-radius: 30px 30px 0 0;
      margin-top: 0;
      margin-left: 0;
      padding-top: 66px; }
    .lp-uservoice-feature__item-dsc {
      margin-top: 15px;
      font-size: 16px;
      line-height: 28px; }
    .lp-uservoice-feature__item.-is-1 .lp-uservoice-feature__item-dsc {
      width: 100%; }
    .lp-uservoice-feature__item.-is-2 .lp-uservoice-feature__item-dsc {
      width: 66%; }
    .lp-uservoice-feature__item.-is-3 .lp-uservoice-feature__item-dsc {
      width: 67%;
      margin-top: 28px; }
  .lp-uservoice-feature__item-deco {
    position: absolute; }
    .lp-uservoice-feature__item.-is-1 .lp-uservoice-feature__item-deco {
      top: 0px;
      left: 40px; }
    .lp-uservoice-feature__item.-is-2 .lp-uservoice-feature__item-deco {
      top: 55px;
      right: 35px; }
    .lp-uservoice-feature__item.-is-3 .lp-uservoice-feature__item-deco {
      top: 120px;
      right: 25px; }
    .lp-uservoice-feature__item.-is-4 .lp-uservoice-feature__item-deco {
      top: -26px;
      right: -32px; }
    .lp-uservoice-feature__item.-is-5 .lp-uservoice-feature__item-deco {
      top: -41px;
      right: 12px; }
    .lp-uservoice-feature__item.-is-6 .lp-uservoice-feature__item-deco {
      top: -41px;
      right: -12px; }
    .lp-uservoice-feature__item.-is-7 .lp-uservoice-feature__item-deco {
      top: -38px;
      right: -52px; }
    .lp-uservoice-feature__item.-is-8 .lp-uservoice-feature__item-deco {
      top: -5px;
      right: -10px; }
    .lp-uservoice-feature__item.-is-9 .lp-uservoice-feature__item-deco {
      top: -27px;
      right: 15px; }
    .lp-uservoice-feature__item.-is-10 .lp-uservoice-feature__item-deco {
      top: -88px;
      right: -7px; }
  .lp-uservoice-point {
    margin-top: 100px; }
  .lp-uservoice-point .container {
    width: 1080px; }
    .lp-uservoice-point__head-sub {
      font-size: 20px;
      line-height: 46px; }
    .lp-uservoice-point__head-main {
      font-size: 30px;
      line-height: 46px; }
    .lp-uservoice-point__body {
      margin-top: 38px; }
    .lp-uservoice-point__list {
      max-height: 3000px;
      padding-left: 60px;
      padding-right: 60px; }
    .lp-uservoice-point__list:not(.is-open) {
      max-height: 1030px; }
    .lp-uservoice-point__item {
      width: 100%;
      padding: 60px 95px; }
    .lp-uservoice-point__item.-is-1 {
      border-radius: 30px 30px 0 0;
      padding-bottom: 49px; }
    .lp-uservoice-point__item.-is-2 {
      border-radius: 0 0 30px 30px;
      padding-top: 52px; }
    .lp-uservoice-point__item + .lp-uservoice-point__item::before {
      content: "";
      display: block;
      width: calc(100% - 70px);
      height: 2px;
      background-image: url("../images/lp/uservoice/point-deco-bar.png");
      background-size: auto 100%;
      background-repeat: repeat-x;
      background-position: center;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .lp-uservoice-point__item-dsc {
      margin-top: 15px;
      font-size: 18px;
      line-height: 28px; }
    .lp-uservoice-point__item-dsc.-is-mt-l {
      margin-top: 45px; }
    .lp-uservoice-point__item-fig {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .lp-uservoice-point__item-fig-pic.-is-1::before {
        top: 1px;
        right: -5px;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
    .lp-uservoice-point__item-figc {
      margin-top: 11px;
      font-size: 18px;
      line-height: 1.55556; }
  .lp-uservoice-point__item-deco {
    position: absolute; }
    .lp-uservoice-point__item.-is-1 .lp-uservoice-point__item-deco {
      top: 60px;
      right: 95px; }
    .lp-uservoice-point__item.-is-2 .lp-uservoice-point__item-deco {
      top: 42px;
      right: 93px; }
      .feature__ribon {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 1366px; }
        #page-babymilk .feature__section--top {
          margin-bottom: 130px; }
        .feature__section--top.-is-common {
          margin-bottom: 100px; }
      .feature__section--1 {
        height: 378px; }
      .feature__section--2 {
        height: 416px; }
      .feature__section--3 {
        height: 363px; }
      .feature__section--4 {
        height: 472px; }
      .feature__section--5 {
        height: 408px; }
      .feature__section--6 {
        height: 408px; }
      .feature__section--7 {
        height: 411px; }
      .feature__section--8 {
        height: 388px; }
      .feature__section--9 {
        height: 410px; }
      .feature__section--10 {
        height: 424px; }
      .feature__section--1b {
        height: 408px; }
      .feature__section--2b {
        height: 390px; }
      .feature__section--3b {
        height: 406px; }
      .feature__section--4b {
        height: 400px; }
      .feature__section--5b {
        height: 462px; }
      .feature__section--6b {
        height: 418px; }
      .feature__section--7b {
        height: 388px; }
      .feature__section--8b {
        height: 398px; }
      .feature__section--9b {
        height: 404px; }
      .feature__section--10b {
        height: 416px; }
      .feature__section--1baby {
        height: 398px; }
      .feature__section--2baby {
        height: 395px; }
      .feature__section--3baby {
        height: 418px; }
      .feature__section--4baby {
        height: 432px; }
      .feature__section--5baby {
        height: 359px; }
      .feature__section--6baby {
        height: 325px; }
      .feature__section--1c {
        height: 402px;
        padding-top: 60px; }
      .feature__section--2c {
        height: 436px; }
      .feature__section--3c {
        height: 343px; }
      .feature__section--4c {
        height: 492px; }
      .feature__section--6c {
        height: 398px; }
      .feature__section--7c {
        height: 409px; }
      .feature__section--8c {
        height: 376px; }
      .feature__section--9c {
        height: 384px; }
      .feature__section--10c {
        height: 470px; }
      .feature__logo.-is-common {
        margin: 0 auto 20px; }
        #page-babymilk .feature__reason__title {
          margin-bottom: 15px; }
        .feature__reason__title.-is-common {
          height: 106px;
          margin-bottom: 14px;
          margin-bottom: 2px; }
        #page-babymilk .feature__reason__illust {
          left: -10px;
          bottom: 90px; }
        #page-lp-icreo .feature__reason__illust {
          left: -74px;
          bottom: -11px; }
        .feature__iq__title.-is-common {
          height: 74px;
          margin-bottom: 10px; }
        .feature__iq__title.-is-common-4 {
          height: 74px;
          margin-bottom: 20px; }
        .feature__iq__title.-is-common-7 {
          height: 50px;
          margin-bottom: 5px; }
        .feature__iq__title.-is-common-9 {
          height: 99px;
          margin-bottom: 20px; }
        .feature__iq__title.-is-common-10 {
          height: 109px;
          margin-bottom: 16px; }
      .feature__iq--1 {
        margin-left: 268px; }
      .feature__iq--2 {
        margin-left: 164px; }
      .feature__iq--3 {
        width: 460px;
        margin-left: 519px; }
      .feature__iq--4 {
        width: 500px;
        margin-left: 103px; }
      .feature__iq--4.-is-common {
        width: 580px; }
        .feature__iq--4.-is-common:after {
          top: 49px;
          left: calc(100% + 13px); }
      .feature__iq--5 {
        margin-left: 512px; }
      .feature__iq--6 {
        margin-left: 130px;
        width: 462px; }
      .feature__iq--7 {
        margin-left: 437px;
        width: 535px; }
      .feature__iq--7.-is-common {
        margin-left: 350px;
        width: 610px; }
        .feature__iq--7.-is-common:after {
          left: -334px;
          top: -12px;
          background-image: url("../images/common/aiquality/feature_illust06.png");
          width: 254px;
          height: 243px; }
        .feature__iq--7.-is-common .feature__iq__box {
          position: relative;
          top: -25px; }
      .feature__iq--8 {
        width: 460px;
        margin-left: 173px; }
      .feature__iq--9 {
        margin-left: 518px; }
      .feature__iq--9.-is-common {
        margin-left: 478px; }
        .feature__iq--9.-is-common:after {
          top: -7px;
          left: -314px; }
      .feature__iq--10 {
        margin-left: 286px;
        padding-top: 20px; }
      .feature__iq--10.-is-common {
        width: 460px; }
      .feature__iq--1b {
        margin-left: 632px;
        width: 350px; }
      .feature__iq--2b {
        margin-left: 239px;
        width: 430px; }
      .feature__iq--3b {
        margin-left: 420px;
        width: 400px; }
      .feature__iq--4b {
        margin-left: 200px;
        width: 440px; }
      .feature__iq--5b {
        margin-left: 400px;
        width: 460px; }
      .feature__iq--6b {
        margin-left: 150px; }
      .feature__iq--7b {
        margin-left: 420px; }
      .feature__iq--8b {
        margin-left: 203px; }
      .feature__iq--9b {
        margin-left: 440px; }
      .feature__iq--10b {
        margin-left: 215px;
        width: 474px; }
      .feature__iq--1baby {
        margin-left: 214px; }
      .feature__iq--1baby .feature__iq__title {
        height: 37.5px; }
      .feature__iq--2baby {
        width: 490px;
        margin-left: 478px; }
      .feature__iq--2baby .feature__iq__title {
        height: 36.5px; }
      .feature__iq--3baby {
        width: 450px;
        margin-left: 217px; }
      .feature__iq--3baby .feature__iq__title {
        height: 73px; }
      .feature__iq--4baby {
        width: 430px;
        margin-left: 478px; }
      .feature__iq--4baby .feature__iq__title {
        height: 72.5px; }
      .feature__iq--5baby {
        width: 530px;
        margin-left: 157px; }
      .feature__iq--5baby .feature__iq__title {
        height: 35.5px; }
      .feature__iq--6baby {
        width: 700px;
        margin-left: 147px; }
      .feature__iq__image {
        display: none; }
          .feature__iq__body a {
            -webkit-transition: color .3s ease;
            transition: color .3s ease; }
            .feature__iq__body a:hover {
              color: #E5005A;
              text-decoration: underline; }
        .feature__iq__notice, .feature__iq__notice--wide {
          white-space: nowrap; }
          .feature__iq__notice + .feature__iq__notice, .feature__iq__notice--wide + .feature__iq__notice, .feature__iq__notice + .feature__iq__notice--wide, .feature__iq__notice--wide + .feature__iq__notice--wide {
            margin-top: 3px; }
      .feature .feature__more:hover {
        opacity: 0.6; }
        .feature .feature__more:hover:after {
          right: 22px; }
    .feature-boxs__item {
      width: calc(50% - 25px);
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .feature-boxs__item:nth-of-type(even) {
        margin-left: 50px; }
      .feature-boxs__item:not(:nth-of-type(-n + 2)) {
        margin-top: 75px; }
      #page-balancemilk .feature-boxs__box {
        padding-bottom: 40px;
        padding-top: 40px; }
    .feature-boxs__pic {
      position: absolute;
      top: -40px;
      right: -10px;
      display: block; }
      .feature-boxs__pic.-is-akachan-2 {
        top: -13px; }
      .feature-boxs__pic.-is-akachan-3 {
        top: -24px;
        right: -35px; }
      .feature-boxs__pic.-is-akachan-4 {
        top: -25px;
        right: -36px; }
      .feature-boxs__pic.-is-balance-1 {
        top: -40px;
        right: -20px; }
      .feature-boxs__pic.-is-balance-2 {
        top: -84px;
        right: -54px;
        padding: 20px 0; }
    .voice.-is-lp {
      padding-top: 57px; }
      .voice__item:nth-child(odd) {
        margin-left: -20px; }
        .voice__item:nth-child(even) {
          margin-right: -20px; }
      .voice__image {
        -webkit-transition: opacity ease-out .2s;
        transition: opacity ease-out .2s; }
        .voice__item:hover .voice__image {
          opacity: 0.6; }
        .voice__list--noModal .voice__image {
          opacity: 1 !important;
          pointer-events: none; }
      .voice__balloon {
        margin-top: -7px; }
        .voice__balloon--second {
          margin-top: 6px; }
        .voice__balloon--third {
          margin-top: 10px; }
        .voice__anchor:after {
          -webkit-transition: left .2s ease-in;
          transition: left .2s ease-in; }
          .voice__item:hover .voice__anchor:after {
            left: calc(100% + 20px); }
      .voice .voice__package-ttl--a figure, .voice .voice__package-ttl--b figure {
        display: block;
        margin-bottom: 22px; }
      .floatingBanner__close, .floatingBanner__close--balance {
        -webkit-transition: -webkit-transform ease-out .2s;
        transition: -webkit-transform ease-out .2s;
        transition: transform ease-out .2s;
        transition: transform ease-out .2s, -webkit-transform ease-out .2s; }
        .floatingBanner__close:hover, .floatingBanner__close--balance:hover {
          -webkit-transform: scale(1.08);
                  transform: scale(1.08); }
  .for-mobile {
    display: none; }
    .__debug_mihon__ {
      display: none;
      margin-top: -10px; } }
@media (max-width: 736px) {
  .mediaQuerySetting {
    display: block; }
  .section--yellow {
    background-image: url("../images/common/bg-yellow-s.png");
    background-size: 100%; }
  .kv__value, .section--pink {
    background-image: url("../images/common/bg-lightpink-s.png");
    background-size: 100%; }
  .section--blue {
    background-image: url("../images/common/bg-lightblue-s.png");
    background-size: 100%; }
  html, body {
    width: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    #header_glonavi img,
    #footer_glonavi img {
      height: initial;
      max-height: initial;
      max-width: initial;
      width: initial; }
      .container--narrow {
        width: calc(100vw - (100vw / 750 * 82)); }
      .container--medium {
        width: calc(100vw - (100vw / 750 * 82)); }
      .container--wide {
        width: calc(100vw - (100vw / 750 * 82)); }
      .container--faq {
        width: calc(100vw - (100vw / 750 * 82));
        padding-bottom: calc(100vw / 750 * 30); }
  .opc {
    display: none; }
    .pageup {
      right: calc(100vw / 750 * 20);
      width: calc(100vw / 750 * 118);
      height: calc(100vw / 750 * 118);
      bottom: 10px; }
      .pageup--left {
        right: initial;
        left: calc(100vw / 750 * 20); }
      .ingredient__image.-is-s {
        padding-top: 17px;
        height: calc(100vw / 750 * 340); }
      .ingredient__image {
        padding-top: calc(100vw / 750 * 56);
        background-image: url("../images/products/balancemilk/ingredient-s.png"); }
        .ingredient__image--b {
          height: calc(100vw / 750 * 360);
          background-image: url("../images/products/followupmilk/ingredient-s.png"); }
        .ingredient__image--baby {
          height: calc(100vw / 750 * 360);
          background-image: url("../images/products/akachan-milk/ingredient-s.png"); }
      .ingredient__h2 {
        font-size: 5.33333vw;
        margin-bottom: 0; }
      .ingredient__h3 {
        font-size: 4vw; }
      .ingredient__t1 {
        font-size: calc(100vw / 750 * 40); }
        .ingredient__image.-is-s .ingredient__t1 {
          letter-spacing: 0; }
      .ingredient__t2 {
        font-size: calc(100vw / 750 * 26); }
        .ingredient__image.-is-s .ingredient__t2 {
          margin-top: 9px; }
        .ingredient__title + .bracket {
          padding-top: 20px; }
      .ingredient__title {
        font-size: 18px; }
    .ingredient__body + .ingredient__body {
      margin-top: 20px; }
      .ingredient__btn {
        position: relative;
        font-size: calc(100vw / 750 * 28);
        margin-top: calc(100vw / 750 * 37); }
      .ingredient__btn-item::before {
        content: "";
        position: absolute;
        width: calc(100vw / 750 * 40);
        height: calc(100vw / 750 * 40);
        right: 0;
        top: 51%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-image: url("../images/common/icon/open-w.svg"); }
      .ingredient__btn-item.js-is-open::before {
        background-image: url("../images/common/icon/close-w.svg"); }
        .ingredient__btn-item::after {
          display: none; }
    .kv__list {
      margin: 0 auto; }
    .kv__item {
      width: 100%;
      margin: 0 auto 8px; }
      .kv__key:after {
        top: calc(100vw / 750 * 20);
        width: calc((100vw / 750 * 380) - 100%); }
    .hr-dot {
      margin-top: calc(100vw / 750 * 60);
      margin-bottom: 0;
      background-size: 190% auto;
      background-repeat: no-repeat; }
      #page-babymilk .tutor {
        margin-top: -30px;
        padding-bottom: 23px; }
    .tutor {
      width: calc(100vw / 750 * 666);
      padding-bottom: calc(100vw / 750 * 80); }
      .tutor__item {
        padding-top: calc(100vw / 750 * 80); }
        .tutor__item + .tutor__item {
          padding-top: calc(100vw / 750 * 60); }
      .tutor__title {
        font-size: calc(100vw / 750 * 26);
        margin-bottom: calc(100vw / 750 * 10); }
    .meyasu {
      width: calc(100vw / 750 * 666);
      border-radius: 25px;
      padding: 25px 5%;
      margin-bottom: 15px; }
      .meyasu__body {
        margin: 6px 0 10px; }
          .meyasu__body table th, .meyasu__body table td {
            font-size: calc(100vw / 750 * 20);
            padding: 3px;
            border-width: 1px; }
          .meyasu__body table th {
            padding: 4px 4px; }
      .meyasu__ttl {
        font-size: calc(100vw / 750 * 28);
        margin-bottom: 14px; }
      .meyasu__att {
        font-size: calc(100vw / 750 * 22); }
      .meyasu__att2 {
        font-size: calc(100vw / 750 * 20); }
    .hr-way {
      height: 4px;
      margin-bottom: calc(100vw / 750 * 20); }
      .hr-way.hr-way_mg {
        margin-top: calc(100vw / 750 * 70); }
    .wrapper__i18n .point--a, .wrapper__i18n .point--b {
      font-size: calc(100vw / 750 * 30);
      margin-bottom: calc(100vw / 750 * 10);
      padding-left: calc(100vw / 750 * 28); }
      .wrapper__i18n .point--a strong, .wrapper__i18n .point--b strong {
        font-size: calc(100vw / 750 * 34); }
      .wrapper__i18n .point--a:before, .wrapper__i18n .point--b:before {
        top: 0;
        -webkit-transform: scale(0.5);
                transform: scale(0.5); }
    .wrapper__i18n .sub--b-big {
      font-size: calc(100vw / 750 * 24); }
    .i18n-featureSection {
      padding-top: calc(100vw / 750 * 90);
      padding-bottom: calc(100vw / 750 * 70); }
  .i18n-featureSection {
    overflow: hidden;
    margin-bottom: calc(100vw / 750 * 12); }
    .i18n-featureSection .i18n-featureSection__head--a1, .i18n-featureSection .i18n-featureSection__head--a2, .i18n-featureSection .i18n-featureSection__head--a3, .i18n-featureSection .i18n-featureSection__head--a4, .i18n-featureSection .i18n-featureSection__head--a5, .i18n-featureSection .i18n-featureSection__head--b1, .i18n-featureSection .i18n-featureSection__head--b2, .i18n-featureSection .i18n-featureSection__head--b3, .i18n-featureSection .i18n-featureSection__head--b4, .i18n-featureSection .i18n-featureSection__head--b5 {
      margin: 0 4%;
      height: calc(100vw / 750 * 200);
      padding: calc(100vw / 750 * 20);
      border-radius: 20px; }
      .i18n-featureSection .i18n-featureSection__head--a1:before, .i18n-featureSection .i18n-featureSection__head--a2:before, .i18n-featureSection .i18n-featureSection__head--a3:before, .i18n-featureSection .i18n-featureSection__head--a4:before, .i18n-featureSection .i18n-featureSection__head--a5:before, .i18n-featureSection .i18n-featureSection__head--b1:before, .i18n-featureSection .i18n-featureSection__head--b2:before, .i18n-featureSection .i18n-featureSection__head--b3:before, .i18n-featureSection .i18n-featureSection__head--b4:before, .i18n-featureSection .i18n-featureSection__head--b5:before {
        width: calc(100vw / 750 * 60);
        height: calc(100vw / 750 * 60);
        top: calc(100vw / 750 * -30); }
      .i18n-featureSection .i18n-featureSection__head--a1:after, .i18n-featureSection .i18n-featureSection__head--a2:after, .i18n-featureSection .i18n-featureSection__head--a3:after, .i18n-featureSection .i18n-featureSection__head--a4:after, .i18n-featureSection .i18n-featureSection__head--a5:after, .i18n-featureSection .i18n-featureSection__head--b1:after, .i18n-featureSection .i18n-featureSection__head--b2:after, .i18n-featureSection .i18n-featureSection__head--b3:after, .i18n-featureSection .i18n-featureSection__head--b4:after, .i18n-featureSection .i18n-featureSection__head--b5:after {
        width: 100%;
        left: 0;
        right: 0;
        bottom: calc(100vw / 750 * -5);
        height: calc(100vw / 750 * 12);
        background-size: auto 100%; }
    .i18n-featureSection__body {
      margin: 0 4%;
      padding: calc(100vw / 750 * 60) calc(100vw / 750 * 30);
      border-radius: 28px; }
      .i18n-featureSection__body * + h4 {
        margin-top: calc(100vw / 750 * 40); }
      .i18n-featureSection__body p {
        font-size: calc(100vw / 750 * 26); }
      .i18n-featureSection__body .att {
        font-size: calc(100vw / 750 * 24); }
    .i18n-featureSection__box {
      width: 100%; }
      .i18n-featureSection__box + .i18n-featureSection__box {
        margin-top: calc(100vw / 750 * 80); }
    .i18n-featureSection__title {
      font-size: calc(100vw / 750 * 38);
      letter-spacing: 0.02em; }
    .i18n-featureSection .i18n-featureSection__pix--a1, .i18n-featureSection .i18n-featureSection__pix--a2, .i18n-featureSection .i18n-featureSection__pix--a3, .i18n-featureSection .i18n-featureSection__pix--a4, .i18n-featureSection .i18n-featureSection__pix--a5, .i18n-featureSection .i18n-featureSection__pix--b1, .i18n-featureSection .i18n-featureSection__pix--b2, .i18n-featureSection .i18n-featureSection__pix--b3, .i18n-featureSection .i18n-featureSection__pix--b4, .i18n-featureSection .i18n-featureSection__pix--b5, .i18n-featureSection .i18n-featureSection__pix--b6 {
      margin-top: calc(100vw / 750 * 20); }
    .i18n-featureSection .i18n-featureSection__pix--a1 {
      margin-bottom: calc(100vw / 750 * 20); }
      .i18n-featureSection .i18n-featureSection__pix--a1 img {
        width: 85%; }
    .i18n-featureSection .i18n-featureSection__pix--a2 {
      margin-bottom: calc(100vw / 750 * 20); }
      .i18n-featureSection .i18n-featureSection__pix--a2 img {
        width: 44%; }
      .i18n-featureSection .i18n-featureSection__pix--a3 img {
        width: 55%; }
    .i18n-featureSection .i18n-featureSection__pix--a4 img {
      width: 90%; }
    .i18n-featureSection .i18n-featureSection__pix--b1 {
      margin-bottom: calc(100vw / 750 * 20); }
      .i18n-featureSection .i18n-featureSection__pix--b1 img {
        width: 90%; }
    .i18n-featureSection .i18n-featureSection__pix--b2 img {
      width: 40%; }
    .i18n-featureSection .i18n-featureSection__pix--b3 img {
      width: 40%; }
    .i18n-featureSection .i18n-featureSection__pix--b4 img {
      width: 88%; }
      .i18n-featureSection .i18n-featureSection__pix--b5 img {
        width: 44%; }
    .i18n-featureSection .i18n-featureSection__pix--b6 img {
      width: 90%; }
    .wrapper__body, .icreo-style {
      font-size: calc(100vw / 750 * 26); }
    sub {
      font-size: .5em; }
    .up {
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
      .up .upc-1s {
        -webkit-transition: all .4s ease-out .2s;
        transition: all .4s ease-out .2s; }
      .up .upc-2s {
        -webkit-transition: all .4s ease-out .6s;
        transition: all .4s ease-out .6s; }
      .up .upc-3s {
        -webkit-transition: all .4s ease-out 1.2s;
        transition: all .4s ease-out 1.2s; }
    .kv-fade--1, .kv-fade--2, .kv-fade--3, .kv-fade--4, .kv-fade--5, .kv-fade--6, .kv-fade--7, .kv-fade--8 {
      -webkit-animation: kv-fade-up__sp .4s ease-out forwards;
              animation: kv-fade-up__sp .4s ease-out forwards; }
  .headerLp {
    width: 100vw;
    height: 12.8vw;
    padding: 0; }
    .headerLp__inner {
      height: 12.8vw;
      padding: 0 calc(100vw / 750 * 41); }
    .headerLp__logo {
      width: 14.4vw;
      height: 12.8vw;
      margin-left: calc(100vw / 750 * 6); }
    .headerLp__logo--icreo {
      width: 23.73333vw;
      height: 5.33333vw;
      margin-top: calc((100vw / 750 * 48) - (100vw / 750 * 20));
      margin-left: 0; }
    .section {
      padding: calc(100vw / 750 * 60) 0; }
    .section.no-padding-top-sp {
      padding-top: 0; }
    .section#make {
      padding-top: calc(100vw / 750 * 120); }
        .section--white:before {
          top: -8px; }
      .section--yellow:before {
        background-size: 200%; }
    .section--yellow--bottom {
      padding-bottom: calc(100vw / 750 * 44); }
      .section--yellow--bottom:after {
        bottom: -6.66667vw; }
      .section--yellow--bottom::after {
        bottom: -6.66667vw;
        left: calc(50% - (100vw / 750 * 140));
        width: calc(100vw / 750 * 280);
        height: calc(100vw / 750 * 140);
        background-image: url(../images/lp/yellow-bottom-s.png);
        background-size: cover; }
    .section--yellow--dot {
      padding-bottom: calc(100vw / 750 * 44); }
      .section--yellow--dot:after {
        bottom: -6.66667vw; }
        .section--pink:before {
          background-size: 200%; }
        .section--blue:before {
          background-size: 200%; }
    .section--ingredient {
      padding-bottom: calc(100vw / 750 * 60) !important; }
    .section--ingredient-l {
      padding-bottom: calc(100vw / 750 * 120) !important; }
      .section__title {
        font-size: calc(100vw / 750 * 40); }
        .section__title--webcm {
          margin-bottom: calc(100vw / 750 * 35); }
      .section__subtitle {
        font-size: calc(100vw / 750 * 30);
        margin-bottom: calc(100vw / 750 * 30);
        line-height: 1.64; }
      .section__tertiary-ttl {
        font-size: calc(100vw / 750 * 36); }
      .section__lead, .section__lead--red {
        font-size: calc(100vw / 750 * 24);
        margin-bottom: calc(100vw / 750 * 50);
        line-height: 1.9;
        letter-spacing: 0.05em; }
        .section__lead--voice {
          font-size: calc(100vw / 750 * 26);
          margin-bottom: calc(100vw / 750 * 20); }
        .section__lead--voicePage {
          margin-bottom: calc(100vw / 750 * 110); }
        .section__lead--webcm {
          font-size: calc(100vw / 750 * 28);
          line-height: 1.64;
          margin-bottom: calc(100vw / 750 * 28); }
      .section__sub-head {
        margin-bottom: calc(100vw / 750 * 30); }
      .wrapper__loading {
        height: 87.2vh; }
    body.fixed .wrapper,
    body.fixed .wrapper__body {
      margin-top: 48px; }
    .bracket {
      padding: calc(100vw / 750 * 18) 0; }
      .bracket__wrap {
        width: calc(100vw - (100vw / 650 * 80));
        padding: 0;
        margin-bottom: calc(100vw / 750 * 58); }
      .bracket__title {
        font-size: calc(100vw / 750 * 28);
        padding: calc(100vw / 750 * 70) 0;
        margin-bottom: 0;
        line-height: 1; }
      .bracket__body {
        display: none;
        padding: calc(100vw / 750 * 0) calc(100vw / 750 * 24) calc(100vw / 750 * 70);
        font-size: calc(100vw / 750 * 26);
        line-height: 1.76em; }
        .bracket__body sub {
          font-size: calc(100vw / 750 * 20); }
      .bracket__large-text {
        font-size: calc(100vw / 750 * 32);
        margin-bottom: calc(100vw / 750 * 20); }
      .bracket__list {
        font-size: inherit;
        width: calc(100vw / 750 * 456); }
      .bracket__notice {
        font-size: 2.93333vw;
        line-height: 4.53333vw;
        text-align: left; }
    .bracket__toggle {
      position: absolute;
      width: calc(100vw / 750 * 40);
      height: calc(100vw / 750 * 40);
      right: calc(100vw / 750 * 30);
      top: calc(100vw / 750 * 63);
      background-image: url("../images/common/icon/open-a.svg"); }
      .bracket__toggle.is-open {
        background-image: url("../images/common/icon/close-a.svg"); }
      #page-followupmilk .bracket__toggle {
        background-image: url("../images/common/icon/open-b.svg"); }
        #page-followupmilk .bracket__toggle.is-open {
          background-image: url("../images/common/icon/close-b.svg"); }
    .bracket__toggleIcon::before {
      content: "";
      position: absolute;
      width: calc(100vw / 750 * 40);
      height: calc(100vw / 750 * 40);
      right: calc(100vw / 750 * 30);
      top: calc(100vw / 750 * 63);
      background-image: url("../images/common/icon/open-a.svg"); }
      #page-followupmilk .bracket__toggleIcon::before {
        background-image: url("../images/common/icon/open-b.svg"); }
    .bracket__toggleIcon.is-open::before {
      background-image: url("../images/common/icon/close-a.svg"); }
      #page-followupmilk .bracket__toggleIcon.is-open::before {
        background-image: url("../images/common/icon/close-b.svg"); }
    .button, .button-close {
      width: calc(100vw / 750 * 562);
      height: calc(100vw / 750 * 86);
      border-width: 2px;
      border-radius: calc(100vw / 750 * 84);
      font-size: calc(100vw / 750 * 24); }
      .button.voice__button, .voice__button.button-close {
        width: 90%;
        height: calc(100vw / 750 * 106); }
      .button:after, .button-close:after {
        width: calc(100vw / 750 * 22);
        right: calc(100vw / 750 * 30); }
    .button-dot {
      width: calc(100vw / 750 * 562);
      height: calc(100vw / 750 * 86);
      border-width: 2px;
      border-radius: calc(100vw / 750 * 84);
      font-size: calc(100vw / 750 * 24); }
      .button-dot.voice__button {
        width: 90%;
        height: calc(100vw / 750 * 106); }
      .button-dot:before, .button-dot:after {
        width: 16px;
        height: 2px;
        right: 15px; }
  .modalOnline .button-close {
    color: #666666;
    width: 80%;
    height: calc(100vw / 750 * 100); }
    .modalOnline .button-close:after {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      width: calc(100vw / 750 * 28);
      right: calc(100vw / 750 * 43);
      background-image: url("../images/common/icon/close-online.png"); }
    .more {
      height: calc(100vw / 750 * 114);
      font-size: calc(100vw / 750 * 24);
      border-top: dashed 1px;
      border-bottom: dashed 1px; }
      .more a:after {
        width: calc(100vw / 750 * 40);
        height: calc(100vw / 750 * 40);
        margin-left: calc(100vw / 750 * 15); }
      .footerLp-bottom__copy {
        font-size: calc(100vw / 750 * 20); }
    .landing {
      background: url("../images/lp/202104/main_bg.png") center top;
      background-size: 100% auto; }
      .landing__flower {
        width: calc(100vw / 750 * 122);
        height: calc(100vw / 750 * 122); }
        .landing__flower--l {
          background-image: url("../images/lp/flower-l-s.png");
          background-position-x: right;
          background-size: cover; }
        .landing__flower--r {
          background-image: url("../images/lp/flower-r-s.png");
          background-size: cover; }
      .landing__wrap {
        padding-top: 3vw;
        background: none; }
    .landing__main {
      width: calc(100vw / 750 * 584);
      height: calc(100vw / 750 * 514); }
    .landing__main > img {
      width: calc(100vw / 750 * 460); }
      .landing__package {
        margin-top: calc(100vw / 750 * 30);
        margin-right: calc(100vw / 750 * -30);
        margin-left: calc(100vw / 750 * 30); }
        .landing__package__l {
          width: calc(100vw / 750 * 290); }
        .landing__package__l img {
          width: 100%; }
        .landing__package__r {
          width: calc(100vw / 750 * 310); }
        .landing__package__r img {
          width: 100%; }
      .landing__logo {
        top: calc(100vw / 750 * -58);
        left: calc(100vw / 750 * -62);
        width: calc(100vw / 750 * 156);
        height: calc(100vw / 750 * 143); }
      .landing__note {
        background: url("../images/lp/202104/line-sp.png") repeat 50% 0%;
        font-size: calc(100vw / 750 * 28);
        margin: 0 5% 5%;
        background-size: 98.3% auto;
        padding-bottom: calc(100vw / 750 * 10);
        line-height: calc(100vw / 750 * 51); }
      .landing .section.section--yellow.section--yellow--bottom::after {
        bottom: -6.66667vw;
        left: calc(50% - (100vw / 750 * 140));
        width: calc(100vw / 750 * 280);
        height: calc(100vw / 750 * 140);
        background-image: url(../images/lp/yellow-bottom-s.png);
        background-size: cover; }
      .landing__checkbg {
        padding-top: calc(100vw / 750 * 10);
        padding-bottom: 0; }
        .landing__checkbg:before {
          top: calc(100vw / 750 * -70);
          left: calc(100vw / 750 * -41);
          width: calc(100vw / 750 * 180);
          height: calc(100vw / 750 * 520);
          background-image: url("../images/lp/balancemilk/onayami_01-s.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
        .landing__checkbg:after {
          top: calc(100vw / 750 * -70);
          right: calc(100vw / 750 * -41);
          width: calc(100vw / 750 * 100);
          height: calc(100vw / 750 * 520);
          background-image: url("../images/lp/balancemilk/onayami_02-s.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .landing__osusume {
        padding-top: calc(100vw / 750 * 74);
        padding-bottom: calc(100vw / 750 * 34); }
        .landing__osusume__leader {
          height: calc(100vw / 750 * 40);
          margin-bottom: calc(100vw / 750 * 24); }
        .landing__osusume__package {
          width: calc(100vw / 750 * 670);
          margin-left: calc(100vw / 750 * 4); }
  .landing__check {
    padding-top: calc(100vw / 750 * 4);
    padding-bottom: 0; }
  .landing__leader {
    width: auto;
    height: calc(100vw / 750 * 35);
    margin-bottom: calc(100vw / 750 * 36); }
  .landing__leader img {
    height: 100%;
    width: auto; }
  .landing__checklist {
    width: calc(100vw / 750 * 590); }
  .landing__checkitem {
    margin-bottom: calc(100vw / 750 * 19);
    margin-left: 2.93333vw;
    padding-left: calc(100vw / 750 * 46);
    font-size: calc(100vw / 750 * 26);
    letter-spacing: 0.04em; }
  .landing__checkitem:before {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    background-size: cover; }
  .landing__checkimage {
    width: 100%;
    margin: 0; }
    .landing-main {
      height: auto;
      padding-bottom: calc(100vw / 750 * 80); }
      .landing-main__title {
        font-size: calc(100vw / 750 * 28);
        line-height: 1.4;
        margin-bottom: calc(100vw / 750 * 10); }
        .landing-main__title span {
          font-size: calc(100vw / 750 * 38);
          background: url(../images/lp/202003/main_line.png) no-repeat 50% 100%;
          background-size: contain; }
        .landing-main__title-mt {
          margin-top: 0.6em; }
      .landing-main__logo {
        margin-top: calc(100vw / 750 * 40); }
        .landing-main__logo img {
          width: calc(100vw / 750 * 282); }
        .landing-main__logo::before, .landing-main__logo::after {
          width: 205px;
          height: 30px; }
        .landing-main__logo::before {
          left: calc(100vw / 750 * -800);
          top: calc(100vw / 750 * 20); }
        .landing-main__logo::after {
          right: calc(100vw / 750 * -800);
          top: calc(100vw / 750 * 20); }
    .landing-package {
      margin-top: calc(100vw / 750 * 116); }
      .landing-package__item {
        width: 50%; }
        .landing-package__item figcaption {
          font-size: calc(100vw / 750 * 26);
          margin-top: calc(100vw / 750 * 16); }
        .landing-package__item img {
          width: 100%; }
        .landing-package__item:nth-of-type(1) img {
          width: calc(100vw / 750 * 283); }
        .landing-package__item:nth-of-type(2) img {
          width: calc(100vw / 750 * 196); }
	
	
        .landing-package__item-logo {
          width: 98px;
          height: 42px; }
        .landing-package__item:nth-of-type(1) .landing-package__item-logo {
          top: -54px;
          left: 22px; }
        .landing-package__item:nth-of-type(2) .landing-package__item-logo {
          top: -55px;
          right: 25px; }
	
	
 /*221116
        .landing-package__item-logo {
          width: 40px;
          height: 44px; }
        .landing-package__item:nth-of-type(1) .landing-package__item-logo {
          top: -54px;
          left: 27px; }
        .landing-package__item:nth-of-type(2) .landing-package__item-logo {
          top: -55px;
          right: 80px; }*/
.landing-package__item-badge {
          width: 40px;
          height: 44px;
          top: -55px;
          right: 33px; }
    .landing-banner {
      margin-top: calc(100vw / 750 * 0);
      padding: calc(100vw / 750 * 70) 5% calc(100vw / 750 * 29); }
      .landing-banner.-is-2 {
        margin-top: calc(100vw / 750 * 0);
        padding: calc(100vw / 750 * 95) 5% calc(100vw / 750 * 105); }
      .landing-banner.-is-3 {
        margin-top: calc(100vw / 750 * 0);
        padding: calc(100vw / 750 * 60) 5% calc(100vw / 750 * 125); }
      .landing-banner--webcm {
        padding: calc(100vw / 750 * 20) 5% calc(100vw / 750 * 160); }
        .landing-banner--webcm::before {
          bottom: -5px;
          background-size: 200% auto; }
      .landing-banner--pink {
        padding: calc(100vw / 750 * 100) 5% calc(100vw / 750 * 160); }
      .landing-banner__title {
        font-size: calc(100vw / 750 * 28);
        margin-top: calc(100vw / 750 * 31);
        margin-bottom: calc(100vw / 750 * 16);
        overflow: hidden; }
        .landing-banner__title-s {
          font-size: 10px; }
        .landing-banner__title-l {
          font-size: calc(100vw / 750 * 34); }
      .landing-banner__att {
        margin-top: 16px; }
        .landing-banner__att p, .landing-banner__att li {
          font-size: calc(100vw / 750 * 22);
          line-height: 1.5; }
      .landing-banner__att {
        margin-top: calc(100vw / 750 * 20);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .landing-banner__att p, .landing-banner__att li {
          color: #333333;
          font-size: calc(100vw / 750 * 20); ;
	font-weight: 400;}
      .landing-banner__item a {
        display: block; }
      .landing-banner__item img {
        width: 100%;
        max-width: none;
        max-height: none; }
      .landing-banner__item figure {
        display: block; }
      .landing-banner__item + .landing-banner__item {
        margin-top: calc(100vw / 750 * 42); }
        .landing-banner__l-banner.-is-mt {
          margin-top: calc(100vw / 750 * 48); }
      .landing-banner__wrap {
        display: block; }
        .landing-banner__wrap .fuki {
          top: calc(100vw / 750 * -26);
          right: calc(100vw / 750 * -26);
          font-size: calc(100vw / 750 * 27);
          width: calc(100vw / 750 * 110);
          height: calc(100vw / 750 * 107); }
	
      .landing-banner__btn {
        bottom: calc(100vw / 750 * 49);
        font-size: calc(100vw / 750 * 28);
        width: calc(100vw / 750 * 525);
        height: calc(100vw / 750 * 110); }
        .landing-banner__l-banner .landing-banner__btn {
          bottom: calc(100vw / 750 * 50); }
        .landing-banner__btn::after {
          width: calc(100vw / 750 * 30); }
      .landing-banner__btn-amazon {
        width: calc(100vw / 750 * 525);
        height: calc(100vw / 750 * 111);
        bottom: calc(100vw / 750 * 140); }
	    .landing-banner__btn-amazon_2406{
        bottom: calc(100vw / 750 * 60); }
        .landing-banner__btn-amazon.-is-2 {
          bottom: calc(100vw / 750 * 57); }
      .landing-banner__text-link {
        font-size: 13px;
        line-height: 1.26923;
        text-align: left;
        padding-left: 1.2em;
        text-indent: -1.2em;
        margin-top: 10px; }
        .landing-banner__text-link a {
          display: inline; }
	
	      .landing-banner__btn　.small {
        font-size: calc(100vw / 750 * 14);
	　　　　}
	
    .landing-award {
      padding: calc(100vw / 750 * 90) 5% calc(100vw / 750 * 95); }
      .landing-award__lead {
        margin-top: calc(100vw / 750 * 30); }
        .landing-award__lead-ttl::before {
          height: 19px;
          width: 2px;
          left: -4px; }
        .landing-award__lead-ttl::after {
          height: 19px;
          width: 2px;
          right: -4px; }
      .landing-award__lead-ttl {
        font-size: calc(100vw / 750 * 40);
        line-height: 1.25; }
      .landing-award__lead-dsc {
        font-size: calc(100vw / 750 * 26);
        line-height: 1.92308;
        letter-spacing: 0;
        margin-top: calc(100vw / 750 * 40); }
      .landing-award__plate {
        margin-top: calc(100vw / 750 * 36); }
    #page-lp-uservoice .landing-banner {
      margin-top: calc(100vw / 750 * 120); }
      #page-lp-uservoice .landing-banner__lead {
        font-size: calc(100vw / 750 * 32);
        margin-bottom: calc(100vw / 750 * 60); }
    .lp-uservoice .ingredient__image {
      background-image: url("../images/lp/uservoice/ingredient-s.png"); }
  .lp-uservoice__content {
    padding-bottom: calc(100vw / 750 * 100); }
    .lp-uservoice-mv {
      padding-top: calc(100vw / 750 * 36); }
      .lp-uservoice-mv__flower {
        width: calc(100vw / 750 * 240);
        height: calc(100vw / 750 * 350);
        top: calc(100vw / 750 * -160); }
        .lp-uservoice-mv__flower.-is-l {
          left: calc(100vw / 750 * -65); }
        .lp-uservoice-mv__flower.-is-r {
          right: calc(100vw / 750 * -65); }
      .lp-uservoice-mv__head-lead {
        letter-spacing: 0.05em;
        font-size: calc(100vw / 750 * 28); }
      .lp-uservoice-mv__head-ttl {
        font-size: calc(100vw / 750 * 38);
        line-height: 1;
        letter-spacing: 0;
        margin-top: 3vw; }
        .lp-uservoice-mv__head-ttl::before {
          bottom: -4px; }
      .lp-uservoice-mv__head-ttl2 {
        font-size: calc(100vw / 750 * 38);
        line-height: 1;
        letter-spacing: 0;
        margin-top: 3vw; }
        .lp-uservoice-mv__head-ttl2::before {
          bottom: -4px; }
      .lp-uservoice-mv__head-ttl3 {
        font-size: calc(100vw / 750 * 38);
        line-height: 1;
        letter-spacing: 0;
        margin-top: 3vw; }
        .lp-uservoice-mv__head-ttl3::before {
          bottom: -4px; }
      .lp-uservoice-mv__visual {
        margin-top: 18px; }
    .lp-uservoice-mv__visual-item {
      width: 84%;
      margin-left: auto;
      margin-right: calc(3vw + 16px); }
    .lp-uservoice-mv__visual-deco.-is-sp {
      width: 84%;
      margin: 15px auto 0; }
    .lp-uservoice-mv-b {
      padding-top: calc(100vw / 750 * 36); }
      .lp-uservoice-mv-b__flower {
        width: calc(100vw / 750 * 240);
        height: calc(100vw / 750 * 350);
        top: calc(100vw / 750 * -169); }
      .lp-uservoice-mv-b__flower.-is-l {
        left: calc(100vw / 750 * -104);
        background-image: url("../images/lp/uservoice/mv-flower-l.png"); }
      .lp-uservoice-mv-b__flower.-is-r {
        right: calc(100vw / 750 * -104);
        background-image: url("../images/lp/uservoice/mv-flower-r.png"); }
      .lp-uservoice-mv-b__head-lead {
        letter-spacing: 0.05em;
        font-size: calc(100vw / 750 * 28); }
      .lp-uservoice-mv-b__head-ttl {ß
        height: calc(100vw / 750 * 104);
        margin-top: 3vw; }
      .lp-uservoice-mv-b__visual {
        margin-top: calc(100vw / 750 * 51);
        left: calc(100vw / 750 * 10); }
    .lp-uservoice-mv-b__visual-item {
      width: 91%;
      margin-left: auto;
      margin-right: auto; }
    .lp-uservoice-award {
      margin-top: 48px;
      background-image: url("../images/lp/uservoice/award-bg-sp.png"); }
    .lp-uservoice-point + .lp-uservoice-award {
      margin-top: 60px; }
      .lp-uservoice-award__deco {
        width: calc(100vw / 750 * 408);
        height: calc(100vw / 750 * 1372); }ß
        .lp-uservoice-award__deco.-is-l {
          background-image: url("../images/lp/uservoice/award-deco-l-sp.png");
          top: calc(100vw / 750 * 40);
          left: calc(100vw / 750 * -215); }
        .lp-uservoice-award__deco.-is-r {
          background-image: url("../images/lp/uservoice/award-deco-r-sp.png");
          top: calc(100vw / 750 * 40);
          right: calc(100vw / 750 * -215); }
      .lp-uservoice-award__head {
        width: calc(100% + 26px);
        left: -13px; }
      .lp-uservoice-award__body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-top: calc(100vw / 750 * 44); }
    .lp-uservoice-award__plate {
      width: 89%;
      margin: 30px auto 0;
      text-align: center; }
      .lp-uservoice-award__text-top {
        font-size: calc(100vw / 750 * 30);
        line-height: calc(100vw / 750 * 46);
        padding-bottom: calc(100vw / 750 * 37); }
      .lp-uservoice-award__text-bottom {
        font-size: calc(100vw / 750 * 25);
        line-height: calc(100vw / 750 * 38);
        letter-spacing: 0.1em;
        padding-top: 28px;
        width: 84%;
        margin: 0 auto; }
        .lp-uservoice-award__text-bottom::before {
          width: 90%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 1px;
          background-size: 6px 100%; }
  .lp-uservoice-voice {
    margin-top: calc(100vw / 750 * 80); }
    .lp-uservoice-voice__box {
      padding: calc(100vw / 750 * 40) calc(100vw / 750 * 30);
      border-radius: 22.5px; }
      .lp-uservoice-voice__box::before {
        width: 100%;
        height: 17vw;
        top: -50px; }
    .lp-uservoice-voice__head {
      padding: calc(100vw / 750 * 7) 0;
      font-size: calc(100vw / 750 * 28);
      line-height: calc(100vw / 750 * 50);
      background-image: url("../images/lp/uservoice/voice-head-bg-sp.png"); }
    .lp-uservoice-voice__body {
      margin-top: calc(100vw / 750 * 42); }
  .lp-uservoice-feature {
    margin-top: 53px;
    padding-bottom: calc(100vw / 750 * 100); }
    .lp-uservoice-feature__head-sub {
      font-size: calc(100vw / 750 * 32);
      line-height: calc(100vw / 750 * 60); }
    .lp-uservoice-feature__head-main {
      font-size: calc(100vw / 750 * 38);
      line-height: calc(100vw / 750 * 50);
      margin-top: 4px; }
    .lp-uservoice-feature__body {
      margin-top: calc(100vw / 750 * 55); }
    .lp-uservoice-feature__open a {
      display: block;
      width: 100%;
      position: relative;
      font-size: calc(100vw / 750 * 28);
      padding: calc(100vw / 750 * 25) calc(100vw / 750 * 50) calc(100vw / 750 * 30);
      text-align: left; }
      .lp-uservoice-feature__open a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(#E5005A), color-stop(83%, #E5005A), color-stop(84%, transparent), to(transparent));
        background-image: linear-gradient(to right, #E5005A 0%, #E5005A 83%, transparent 84%, transparent 100%);
        background-size: 6px 100%;
        background-repeat: repeat-x; }
      .lp-uservoice-feature__open a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(#E5005A), color-stop(83%, #E5005A), color-stop(84%, transparent), to(transparent));
        background-image: linear-gradient(to right, #E5005A 0%, #E5005A 83%, transparent 84%, transparent 100%);
        background-size: 6px 100%;
        background-repeat: repeat-x; }
      .lp-uservoice-feature__open a .icon {
        display: inline-block;
        position: relative;
        background-image: url("../images/common/icon/open-a.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: calc(100vw / 750 * 40);
        height: calc(100vw / 750 * 40);
        margin-left: calc(100vw / 750 * 40);
        position: relative;
        top: calc(100vw / 750 * -20); }
    .lp-uservoice-feature__list {
      max-height: calc(100vw / 375 * 4500); }
    .lp-uservoice-feature__list:not(.is-open) {
      max-height: calc(100vw / 750 * 2650); }
    .lp-uservoice-feature__item {
      padding: calc(100vw / 750 * 65) calc(100vw / 750 * 40) calc(100vw / 750 * 47); }
      .lp-uservoice-feature__item:not(:first-of-type) {
        margin-top: calc(100vw / 750 * 60); }
  .lp-uservoice-feature__item-head {
    height: calc(100vw / 750 * 84);
    text-align: center; }
    .lp-uservoice-feature__item-head img {
      height: 100%;
      width: auto; }
    .lp-uservoice-feature__item-head.-is-sp-line1 {
      height: calc(100vw / 750 * 40); }
    .lp-uservoice-feature__item-head.-is-sp-line3 {
      height: calc(100vw / 750 * 120); }
    .lp-uservoice-feature__item-dsc {
      font-size: calc(100vw / 750 * 26);
      line-height: 1.76923;
      margin-top: calc(100vw / 750 * 53); }
    .lp-uservoice-feature__item.-is-5 .lp-uservoice-feature__item-dsc {
      margin-top: 16px; }
    .lp-uservoice-feature__item.-is-9 .lp-uservoice-feature__item-dsc {
      margin-top: 18px; }
    .lp-uservoice-feature__item-note {
      font-size: calc(100vw / 750 * 20);
      line-height: 1.6; }
  .lp-uservoice-feature__item-deco {
    height: calc(100vw / 750 * 234);
    text-align: center;
    margin-top: calc(100vw / 750 * 20); }
    .lp-uservoice-feature__item-deco img {
      width: auto;
      height: 100%; }
  .lp-uservoice-point {
    margin-top: 53px; }
    .lp-uservoice-mv-b + .lp-uservoice-point {
      margin-top: 41px; }
    .lp-uservoice-point__head-sub {
      font-size: calc(100vw / 750 * 32);
      line-height: calc(100vw / 750 * 60); }
    .lp-uservoice-point__head-main {
      font-size: calc(100vw / 750 * 38);
      line-height: calc(100vw / 750 * 50);
      margin-top: 4px; }
    .lp-uservoice-point__body {
      margin-top: calc(100vw / 750 * 55); }
    .lp-uservoice-point__list {
      max-height: calc(100vw / 375 * 4500); }
    .lp-uservoice-point__list:not(.is-open) {
      max-height: calc(100vw / 750 * 2650); }
    .lp-uservoice-point__item {
      padding: calc(100vw / 750 * 65) calc(100vw / 750 * 40) calc(100vw / 750 * 47); }
      .lp-uservoice-point__item:not(:first-of-type) {
        margin-top: calc(100vw / 750 * 60); }
  .lp-uservoice-point__item-head {
    height: calc(100vw / 750 * 94);
    text-align: center; }
    .lp-uservoice-point__item-head img {
      height: 100%;
      width: auto; }
    .lp-uservoice-point__item-head.-is-sp-line1 {
      height: calc(100vw / 750 * 77); }
    .lp-uservoice-point__item-head.-is-sp-line3 {
      height: calc(100vw / 750 * 144); }
    .lp-uservoice-point__item-dsc {
      font-size: calc(100vw / 750 * 26);
      line-height: 1.76923;
      margin-top: calc(100vw / 750 * 31); }
    .lp-uservoice-point__item-fig {
      margin-top: calc(100vw / 750 * 200); }
    .lp-uservoice-point__item-fig-pic.-is-1 {
      width: calc(100vw / 750 * 278);
      height: auto;
      margin-left: auto;
      margin-right: calc(100vw / 750 * 23); }
      .lp-uservoice-point__item-fig-pic.-is-1::before {
        font-size: calc(100vw / 750 * 24);
        width: calc(100vw / 750 * 160);
        height: calc(100vw / 750 * 160);
        line-height: calc(100vw / 750 * 34);
        top: calc(100vw / 750 * 10);
        right: calc(100vw / 750 * -25);
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    .lp-uservoice-point__item-figc {
      font-size: calc(100vw / 750 * 26);
      line-height: 1.76923;
      margin-top: calc(100vw / 750 * 50); }
  .lp-uservoice-point__item-deco {
    height: calc(100vw / 750 * 234);
    text-align: center;
    margin-top: calc(100vw / 750 * 20); }
    .lp-uservoice-point__item.-is-1 .lp-uservoice-point__item-deco {
      position: absolute;
      width: calc(100vw / 750 * 220);
      height: auto;
      bottom: calc(100vw / 750 * 250);
      left: calc(100vw / 750 * 60); }
      .lp-uservoice-point__item.-is-1 .lp-uservoice-point__item-deco img {
        width: 100%;
        height: auto; }
    .lp-uservoice-point__item.-is-2 .lp-uservoice-point__item-deco {
      height: calc(100vw / 750 * 310);
      margin-top: calc(100vw / 750 * 63);
      margin-bottom: calc(100vw / 750 * 71); }
      .lp-uservoice-point__item.-is-2 .lp-uservoice-point__item-deco img {
        width: auto;
        height: 100%; }
    .feature {
      padding-top: 0px;
      margin-top: calc(100vw / 750 * -40); }
      #page-balancemilk .feature {
        max-height: calc(100vw / 750 * 5010); }
      #page-followupmilk .feature {
        max-height: calc(100vw / 750 * 4240); }
      .feature.no-padding-top {
        padding-top: 0; }
      .feature__bg {
        width: 100vw;
        left: -20px;
        top: calc(100vw / 750 * 120);
        background-image: url("../images/products/balancemilk/feature_ribon01.png");
        background-size: contain; }
        #page-followupmilk .feature__bg {
          background-image: url("../images/products/followupmilk/feature_ribon01.png"); }
      .feature__section {
        width: 100vw;
        margin-left: calc(100vw / 750 * -42); }
        .feature__section .container {
          z-index: 1; }
        .feature__section--top {
          padding: 0;
          padding-top: calc(100vw / 750 * 40);
          min-height: calc(100vw / 750 * 770);
          margin-bottom: calc(100vw / 750 * 90);
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url("../images/products/balancemilk/feature_ribon01.png");
          background-position: center calc(100vw / 750 * 110); }
          #page-followupmilk .feature__section--top {
            background-image: url("../images/products/followupmilk/feature_ribon01.png");
            background-position: center calc(100vw / 750 * 20); }
    .feature__sribon {
      position: absolute;
      height: calc(100vw / 750 * 670);
      width: 100vw;
      opacity: 1;
      -webkit-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in;
      background-size: cover;
      z-index: 0; }
      .feature__sribon:before, .feature__sribon:after {
        position: absolute;
        display: block;
        content: '';
        background-image: url("../images/common/bg-lightpink-s.png");
        background-size: 100%;
        top: 0;
        height: calc(100vw / 750 * 350);
        width: 0; }
        .is-lp-icreo .feature__sribon:before, .is-lp-icreo .feature__sribon:after {
          background-image: url("../images/common/bg-white-s.png");
          background-color: #fff; }
        #page-followupmilk .feature__sribon:before, #page-followupmilk .feature__sribon:after {
          background-image: url("../images/common/bg-lightblue-s.png");
          background-size: 100%; }
        #followupmilk .feature__sribon:before, #followupmilk .feature__sribon:after {
          background-image: url("../images/common/bg-lightblue-s.png");
          background-size: 100%; }
      .feature__sribon:before {
        left: 0;
        background-position: left center; }
        #page-followupmilk .feature__sribon:before {
          left: auto;
          right: 0; }
        #followupmilk .feature__sribon:before {
          left: auto;
          right: 0; }
      .feature__sribon:after {
        right: 0;
        background-position: right center; }
        #page-followupmilk .feature__sribon:after {
          left: 0;
          right: auto; }
        #followupmilk .feature__sribon:after {
          left: 0;
          right: auto; }
      .feature__sribon--top {
        min-height: calc(100vw / 750 * 770);
        margin-bottom: calc(100vw / 750 * 90); }
        .feature__sribon--top:before {
          display: none; }
        .feature__sribon--top:after {
          top: 0;
          height: calc(100vw / 750 * 1370);
          background-position: right center; }
      .feature__sribon--1 {
        height: calc(100vw / 750 * 888);
        top: calc(100vw / 750 * -88);
        background-image: url("../images/products/balancemilk/feature_ribon02.png"); }
        #page-followupmilk .feature__sribon--1 {
          background-image: url("../images/products/followupmilk/feature_ribon02.png"); }
        #followupmilk .feature__sribon--1 {
          background-image: url("../images/products/followupmilk/feature_ribon02.png"); }
        .feature__sribon--1:after {
          top: calc(100vw / 750 * 350);
          height: calc(100vw / 750 * 550); }
      .feature__sribon--2 {
        top: calc(100vw / 750 * 8);
        background-image: url("../images/products/balancemilk/feature_ribon03.png"); }
        #page-followupmilk .feature__sribon--2 {
          background-image: url("../images/products/followupmilk/feature_ribon03.png"); }
        #followupmilk .feature__sribon--2 {
          background-image: url("../images/products/followupmilk/feature_ribon03.png"); }
        .feature__sribon--2:after {
          top: calc(100vw / 750 * 350);
          height: calc(100vw / 750 * 430); }
      .feature__sribon--3 {
        height: 100%;
        top: calc(100vw / 750 * -88);
        background-image: url("../images/products/followupmilk/feature_ribon04.png");
        background-size: 100% 100%; }
        .feature__sribon--3:after {
          top: calc(100vw / 750 * 350);
          height: calc(100vw / 750 * 550); }
      .feature__sribon--down {
        top: calc(100vw / 750 * 30); }
        .feature__sribon--down.feature__sribon--2 {
          top: calc(100vw / 750 * 120); }
      .feature__logo {
        position: relative;
        width: calc(100vw / 750 * 260);
        margin-bottom: calc(100vw / 750 * 50); }
      .feature__reason {
        width: calc(100vw - 40px); }
        .feature__reason__title {
          height: calc(100vw / 750 * 92); }
          .feature__reason__title.-is-common {
            height: calc(100vw / 750 * 136); }
        .feature__reason__text {
          font-size: calc(100vw / 750 * 26); }
        .feature__reason__illust {
          display: none; }
      .feature__content {
        font-size: calc(100vw / 750 * 26);
        background-color: #FFFFFF;
        padding: calc(100vw / 750 * 62) calc(100vw / 750 * 25);
        border-radius: calc(100vw / 750 * 42);
        margin-bottom: calc(100vw / 750 * 115); }
        .is-lp-icreo .feature__content {
          background-color: #ffff; }
      .feature__iq {
        margin: 0 auto;
        width: 100%;
        text-align: center; }
        .feature__iq:before {
          top: -16vw;
          left: calc(50% - (100vw / 750 * 60));
          width: calc(100vw / 750 * 120);
          height: calc(100vw / 750 * 90); }
        .feature__iq:after {
          display: none; }
        .feature__iq__title.-is-common {
          height: calc(100vw / 750 * 84); }
        .feature__iq__title.-is-common-4 {
          height: calc(100vw / 750 * 84); }
        .feature__iq__title.-is-common-7 {
          height: calc(100vw / 750 * 40); }
        .feature__iq__title.-is-common-9 {
          height: calc(100vw / 750 * 120); }
        .feature__iq__title.-is-common-10 {
          height: calc(100vw / 750 * 130); }
        .feature__iq__title {
          margin: 0 auto calc(100vw / 750 * 6);
          max-width: 100%;
          height: calc(100vw / 750 * 94); }
      .feature__iq--1baby .feature__iq__title {
        height: 21px; }
      .feature__iq--2baby .feature__iq__title {
        height: 43.8px; }
      .feature__iq--3baby .feature__iq__title {
        height: 40.88px; }
      .feature__iq--4baby .feature__iq__title {
        height: 40.6px; }
      .feature__iq--5baby .feature__iq__title {
        height: 19.88px; }
      .feature__iq--6baby {
        margin-top: -30px; }
        .feature__iq--6baby ul, .feature__iq--6baby p {
          font-size: 10px; }
      .feature__iq--6baby:before {
        display: none; }
      .feature__iq__box {
        text-align: center; }
      .feature__iq__image {
        height: calc(100vw / 750 * 282);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0; }
        .feature__iq__image--1 {
          background-size: calc(100vw / 750 * 350) auto; }
        .feature__iq__image--2 {
          background-size: calc(100vw / 750 * 420) auto; }
        .feature__iq__image--3 {
          background-size: calc(100vw / 750 * 260) auto; }
        .feature__iq__image--4 {
          background-size: calc(100vw / 750 * 300) auto; }
        .feature__iq__image--5 {
          background-size: calc(100vw / 750 * 300) auto; }
        .feature__iq__image--6 {
          background-size: calc(100vw / 750 * 265) auto; }
        .feature__iq__image--7 {
          background-size: calc(100vw / 750 * 265) auto; }
        .feature__iq__image--7c {
          background-size: calc(100vw / 750 * 265) auto; }
        .feature__iq__image--8 {
          background-size: calc(100vw / 750 * 265) auto; }
        .feature__iq__image--9 {
          background-size: calc(100vw / 750 * 160) auto; }
        .feature__iq__image--10 {
          background-size: calc(100vw / 750 * 230) auto; }
        .feature__iq__image--1b {
          background-size: calc(100vw / 750 * 540) auto;
          height: calc(100vw / 750 * 600); }
        .feature__iq__image--2b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--3b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--4b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--5b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--6b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--7b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--8b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--9b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--10b {
          background-size: auto calc(100vw / 750 * 280); }
        .feature__iq__image--1baby {
          background-size: calc(100vw / 750 * 452) auto;
          margin-left: calc(100vw / 750 * 30);
          height: calc(100vw / 750 * 420); }
        .feature__iq__image--2baby {
          background-size: calc(100vw / 750 * 520) auto;
          height: calc(100vw / 750 * 540); }
        .feature__iq__image--3baby {
          background-size: calc(100vw / 750 * 350) auto;
          height: calc(100vw / 750 * 386); }
        .feature__iq__image--4baby {
          background-size: calc(100vw / 750 * 340) auto;
          height: calc(100vw / 750 * 320); }
        .feature__iq__image--5baby {
          background-size: calc(100vw / 750 * 400) auto;
          height: calc(100vw / 750 * 320); }
        .feature__iq__body {
          text-align: left;
          font-size: 3.46667vw; }
        .feature__iq__notice, .feature__iq__notice--wide {
          font-size: 2.66667vw;
          line-height: 4.26667vw; }
          .feature__iq__notice br, .feature__iq__notice--wide br {
            display: none; }
      .feature__seal {
        height: auto;
        width: 100%;
        padding: calc(100vw / 750 * 0) 4% calc(100vw / 750 * 80);
        left: 0;
        right: 0;
        margin: 0 auto;
        background-image: url("../images/common/ol-lightpink-s.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top; }
        #page-followupmilk .feature__seal {
          background-image: url("../images/common/ol-lightblue-s.png");
          background-size: 100% auto; }
        .is-lp-icreo .feature__seal {
          background-image: url("../images/common/ol-white-s.png");
          background-size: 100% auto; }
      .feature .feature__more {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
        font-size: calc(100vw / 750 * 28);
        padding-right: calc(100vw / 750 * 50);
        margin-top: calc(100vw / 750 * 250);
        height: calc(100vw / 750 * 118);
        border-width: 1px;
        white-space: nowrap; }
        .feature .feature__more:after {
          width: calc(100vw / 750 * 40);
          background-image: url("../images/common/icon/open-a.svg");
          right: calc(100vw / 750 * 10);
          height: 100%;
          top: 0; }
      .feature__flower {
        display: none; }
      #page-balancemilk .feature-boxs {
        padding-bottom: calc(100vw / 750 * 180); }
    .feature-boxs {
      padding: calc(100vw / 750 * 75) 0 calc(100vw / 750 * 80); }
      .feature-boxs__wrap {
        margin-top: calc(100vw / 750 * 60); }
    .feature-boxs__item + .feature-boxs__item {
      margin-top: calc(100vw / 750 * 90); }
      .feature-boxs__box {
        padding: calc(100vw / 750 * 40); }
    .feature-boxs__ttl {
      text-align: center; }
      .feature-boxs__ttl-sub {
        text-align: center;
        font-size: calc(100vw / 750 * 30); }
      .feature-boxs__ttl-main {
        margin: 0 auto;
        font-size: calc(100vw / 750 * 34); }
        .feature-boxs__ttl-main.-is-akachan-1 {
          background-image: url("../images/products/akachan-milk/feature-box-1-line-sp.png"); }
        .feature-boxs__ttl-main.-is-akachan-3 {
          background-image: url("../images/products/akachan-milk/feature-box-3-line-sp.png");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: 0% bottom, 20% bottom; }
    .feature-boxs__pic {
      text-align: center;
      padding: initial;
      width: 60%;
      margin: calc(100vw / 750 * 10) auto 0;
      width: 50%; }
      .feature-boxs__pic img {
        width: 100%; }
      .feature-boxs__pic.-is-balance-1 {
        padding: calc(100vw / 750 * 20) 0; }
      .feature-boxs__pic.-is-balance-2 {
        padding: calc(100vw / 750 * 10) 0; }
      .feature-boxs__dsc {
        font-size: calc(100vw / 750 * 26);
        margin-top: calc(100vw / 750 * 15); }
      .feature-boxs__small {
        font-size: calc(100vw / 750 * 20);
        white-space: nowrap; }
      .feature-boxs__annotation {
        font-size: calc(100vw / 750 * 20);
        bottom: calc(-1 * (100vw / 750 * 20));
        left: 15px; }
      .feature-boxs__btn {
        margin-top: calc(100vw / 750 * 60); }
        .feature-boxs__btn.-is-margintop-l {
          margin-top: calc(100vw / 750 * 180); }
    .voice {
      padding-top: calc(100vw / 750 * 70);
      padding-bottom: calc(100vw / 750 * 20); }
    .voice.-is-lp {
      padding-top: 0; }
      .voice__topWrap {
        padding-top: calc(100vw / 750 * 130);
        padding-bottom: calc(100vw / 750 * 80); }
      .voice__illust {
        width: 100%;
        height: calc(100vw / 750 * 270);
        top: calc(100vw / 750 * -250);
        left: auto;
        background-image: url("../images/common/illust/mom_illust-s.png"); }
        .voice__illust--page {
          position: relative;
          width: 100%;
          height: calc(100vw / 750 * 240);
          top: 0;
          left: 0;
          right: 0;
          background-image: url("../images/common/illust/mom_illust-page-s.png");
          background-size: auto 100%;
          margin-top: calc(100vw / 750 * 20);
          margin-bottom: calc(100vw / 750 * 10); }
    .voice__desc {
      margin-top: calc(100vw / 750 * -12);
      line-height: 1.8;
      margin-bottom: calc(100vw / 750 * 40); }
    .voice__list {
      margin-bottom: 0; }
      .voice__item {
        height: auto;
        margin-bottom: calc(100vw / 750 * 32); }
        .voice__item:last-child {
          margin-bottom: calc(100vw / 750 * 22); }
      .voice__image {
        min-width: calc(100vw / 750 * 320);
        height: calc(100vw / 750 * 380);
        margin: 0; }
        .voice__image--1 {
          margin-right: 15px; }
        .voice__image--2 {
          margin-left: 15px; }
        .voice__image--3 {
          margin-right: 15px; }
        .voice__image--4 {
          margin-left: 15px; }
        .voice__image--5 {
          margin-left: 15px; }
        .voice__image--1b {
          margin-right: 15px; }
        .voice__image--2b {
          margin-right: 15px; }
        .voice__image--1lp {
          margin-right: 15px; }
        .voice__image--2lp {
          margin-right: 15px; }
      .voice__text {
        min-width: calc(100vw / 750 * 314);
        max-width: calc(100vw / 750 * 314);
        margin-top: calc(100vw / 750 * 28);
        padding-top: 0; }
      .voice__balloon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: calc(100vw / 750 * 72);
        line-height: 1.4;
        font-size: calc(100vw / 750 * 20);
        margin-bottom: calc(100vw / 750 * 30);
        border-radius: calc(100vw / 750 * 20); }
        .s-landing .voice__balloon {
          height: calc(100vw / 750 * 80); }
        .voice__balloon:after {
          border-width: calc(100vw / 750 * 16) calc(100vw / 750 * 10);
          left: calc(50% - (100vw / 750 * 9));
          bottom: calc(100vw / 750 * -30); }
      .voice__comment {
        font-size: calc(100vw / 750 * 26);
        padding-bottom: calc(100vw / 750 * 24);
        margin-bottom: calc(100vw / 750 * 22);
        line-height: 1.65;
        background-image: url("../images/common/line/pink_dash-s.png"); }
        .voice__comment--b {
          background-image: url("../images/common/line/blue_dash-s.png"); }
      .voice__anchor {
        display: block;
        font-size: calc(100vw / 750 * 22); }
        .voice__anchor:after {
          width: calc(100vw / 750 * 30);
          height: calc(100vw / 750 * 30);
          top: calc(50% - (100vw / 750 * 15));
          right: 0;
          left: auto; }
      .voice__anchorPosition {
        top: calc(100vw / 750 * -190); }
      .voice__button {
        margin-top: calc(100vw / 750 * 80); }
      .voice__page--a {
        padding-top: 0;
        padding-bottom: calc(100vw / 750 * 60); }
    .voice__page--b {
      padding-top: 0;
      padding-bottom: calc(100vw / 750 * 0); }
      .voice .voice__package-ttl--a, .voice .voice__package-ttl--b {
        margin-top: calc(100vw / 750 * -130);
        margin-bottom: calc(100vw / 750 * 40);
        padding-bottom: calc(100vw / 750 * 10);
        font-size: calc(100vw / 750 * 32);
        background-size: calc(100vw / 750 * 450) auto; }
        .voice .voice__package-ttl--a img, .voice .voice__package-ttl--b img {
          width: calc(100vw / 750 * 72); }
        .voice .voice__package-ttl--a h3, .voice .voice__package-ttl--b h3 {
          margin-top: calc(100vw / 750 * 20); }
      .voice .voice__package-ttl--b {
        margin-top: calc(100vw / 750 * -130);
        background-size: calc(100vw / 750 * 550) auto; }
    .movie {
      padding-top: 0;
      padding-bottom: calc(100vw / 750 * 20); }
      .movie__illust {
        top: calc(100vw / 750 * -160);
        background-image: url("../images/top/movie_illust-sp.png"); }
    .movie__list {
      margin-top: calc(100vw / 750 * 40); }
      .movie__item {
        position: relative;
        padding-top: 56.2%; }
        .movie__item + .movie__item {
          margin-top: calc(100vw / 750 * 65); }
        .movie__item iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0; }
    .webcm {
      padding-top: 0;
      padding-bottom: calc(100vw / 750 * 66); }
      .webcm__item {
        margin-bottom: calc(100vw / 750 * 50); }
        .webcm__item:last-child {
          margin-bottom: 0; }
      .webcm__video {
        height: calc(100vw / 750 * 370);
        width: calc(100vw / 750 * 668);
        margin: 0 auto;
        display: table; }
	
	
	
 /* 240524変更--
	 index.html--id_floatingbanner style_display:flex_---delete
	
	    .floatingBanner, .floatingBanner--balance {
      width: 112.5px;
      height: 150px;
      right: calc(100vw / 750 * 20); }
	
      .floatingBanner--balance {
        height: 93.75px; }
	
	
      .floatingBanner--balance {
        height: 93.75px; }
	
      .floatingBanner__close, .floatingBanner__close--balance {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        right: 0;
        top: 40px; }
	
        .floatingBanner__close--balance {
          top: -15px; }*/
	
	
	.floatingBanner, .floatingBanner--balance {
      width: 240px;
      height: 150px;
      right: calc(100vw / 750 * 20); }
	
      .floatingBanner--balance {
        height: 93.75px; }
	
      .floatingBanner--balance {
        height: 93.75px; }
	
      .floatingBanner__close, .floatingBanner__close--balance {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        right: /*0;*/-8px;
        /*top: 48px;*/
	                     }
	
        .floatingBanner__close--balance {
          top: -15px; }
	   
	      .floatingBanner__close--aiquality {
        right: 120px;  }
	
  .for-large {
    display: none; }
    .__debug_mihon__ {
      display: none; } }
@media (max-width: 374px) {
  .mediaQuerySetting {
    display: block; }
      .meyasu__att {
        letter-spacing: 0; }
      .landing-main__logo::before {
        left: calc(100vw / 750 * -850); }
      .landing-main__logo::after {
        right: calc(100vw / 750 * -850); } }
@media (min-width: 1300px) {
      .landing-main__logo::before {
        left: 2px;
        right: auto;
        top: 26px; }
      .landing-main__logo::after {
        left: auto;
        right: 6px;
        top: 29px; } }
@media (min-width: 737px) and (max-width: 1080px) {
    .lp-uservoice-mv__flower.-is-l {
      left: -100px; }
    .lp-uservoice-mv__flower.-is-r {
      right: -100px; }
    .lp-uservoice-mv-b__flower.-is-l {
      left: -200px; }
    .lp-uservoice-mv-b__flower.-is-r {
      right: -200px; }
    .lp-uservoice-feature .container {
      width: 100%; }
    .lp-uservoice-point .container {
      width: 100%; }
      .lp-uservoice-point__item.-is-2 .lp-uservoice-point__item-deco {
        right: 50px; } }
@media (min-width: 737px) and (max-width: 736px) {
    .feature__reason__title.-is-common {
      height: calc(100vw / 750 * 136); } }

/*20220826*/
.gd_item_bg{
    background-color: #E5005A;
	padding-top:20px;padding-bottom:64px;
	margin-top: 0!important;
	
}


        .landing-banner__title-g1 {color:#fff;font-size:24px ; }
        .landing-banner__title-g2 {background-color: #ffec4b;font-size:24px ; }



.landing-banner__btn2208 { 
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0;
    border-radius: 38px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    width: 360px;
    height: 76px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); }
	
	
.landing-banner__btn2208_txt{
      display: block;
      padding-top: 2px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      /*display: flex;*/
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;


background: -webkit-gradient(linear, left top, left bottom, from(#00db04), color-stop(46%, #20a623), color-stop(54%, #20a623), to(#00db04));
      background: linear-gradient(to bottom, #00db04 0%, #20a623 46%, #20a623 54%, #00db04 100%); }
	 .landing-banner__btn2208_txt span{font-size: 12px;}


	
.landing-banner__btn2208{
        -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease;
        transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease; }
	
.landing-banner__btn2208::after {
      position: absolute;
      content: '';
      display: block;
      width: 18px;
      height: 100%;
      top: 0;
      right: 16px;
      background-image: url(../images/common/icon/arrow-white.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }


    .landing-banner__btn2208:hover {
          -webkit-transform: translate(0.5%, 1%);
                  transform: translate(0.5%, 1%);
          -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
                  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); 
	}
	    .landing-banner__btn2208_txt:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#20a623), color-stop(46%, #0d910b), color-stop(54%, #0d910b)), to(#20a623));
      background: linear-gradient(to bottom, #20a623 0%, #0d910b 46%, #0d910b 54%, #20a623 100%); }
.landing-banner__btn-amazon:hover {opacity: 0.5}

@media (max-width: 736px) {
	
	.gd_item_bg{
	padding-top:calc(100vw / 750 * 24);
	padding-bottom:calc(100vw / 750 * 60);
}

		.-is-1{margin-top:calc(100vw / 750 * 64)!important;}

        .landing-banner__title-g1 {
          font-size: calc(100vw / 750 * 36); }        .landing-banner__title-g2 {
          background-color: #ffec4b; font-size: calc(100vw / 750 * 36); }
	
	
      .landing-banner__btn2208 {
        bottom: calc(100vw / 750 * 48);
        font-size: calc(100vw / 750 * 40);
        width: calc(100vw / 750 * 600);
        height: calc(100vw / 750 * 120); }
        .landing-banner__l-banner .landing-banner__btn2208 {
          bottom: calc(100vw / 750 * 50); }
        .landing-banner__btn2208::after {
          width: calc(100vw / 750 * 30); }
	
}
/*# sourceMappingURL=../../cache/_maps/style-lp-icreo.css.map */




.landing-banner-x {
    position: relative;
	margin: -36px auto 0;
    padding-bottom: 80px;
    text-align: center;
}

.landing-banner-x img{
	width:480px;
}

@media (max-width: 736px) {
    .landing-banner-x {
		margin: calc(100vw / 750* -60) auto 0;
        padding: 0 5% calc(100vw / 750* 100);
		width:80%;
    }
	.landing-banner-x img{
	width:auto;
}
}


/*youkaisei*/
.lp-youkaisei {
    text-align: center;
    margin: 0 auto 40px;
}

.lp-youkaisei h2{
	 margin: 16px 0;font-weight: 800; font-size: 30px;color:#E5005A;
}
.lp-youkaisei .youkaisei_note {
	    height: auto;
	    margin: 8px auto ;
		font-size: 24px;
}

.lp-youkaisei .youkaisei_note__att {
		margin: 0 5% 32px ;color: #333333;font-size: 12px;font-weight: 400;
}	 

@media (max-width: 736px) {
 .lp-youkaisei {
	     margin-bottom: 0;
    }
	
.lp-youkaisei h2{
	 margin: 5% 0;font-size: calc(100vw / 750 * 36);
}
.lp-youkaisei .youkaisei_note {
	    padding: calc(100vw / 750* 8) 0 calc(100vw / 750* 20);
	    line-height: calc(100vw / 750 * 54);
		font-size: calc(100vw / 750 * 32);
}
.lp-youkaisei .youkaisei_note__att {
		margin: -2.5% 5% 5%;font-size: calc(100vw / 750 * 20);text-align: left;
}	 


