<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
　ベビーワセリンM
----------------------------------------*/
/*　display
----------------------------------------*/
.only-pc {
  display: block !important; }
  @media only screen and (max-width: 767px) {
    .only-pc {
      display: none !important; } }

.only-sp {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .only-sp {
      display: block !important; } }

.only-i-pc {
  display: inline !important; }
  @media only screen and (max-width: 767px) {
    .only-i-pc {
      display: none !important; } }

.only-i-sp {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .only-i-sp {
      display: inline !important; } }

.only-f-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (max-width: 767px) {
    .only-f-pc {
      display: none !important; } }

.only-f-sp {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .only-f-sp {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

body, ul {
  margin: 0;
  padding: 0; }

#baby-waserin-m {
  width: 100%;
  background-position-x: center;
  background-position-y: -128px;
  margin: 0 auto 0;
  color: #401c1f;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2; }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    #baby-waserin-m {
      font-size: calc(0.018867924528302 * (100vw - 768px) + 12px); } }
  @media only screen and (max-width: 767px) {
    #baby-waserin-m {
      font-size: 3.47vw;
      letter-spacing: 0.1em; } }
  #baby-waserin-m picture {
    display: block; }
    #baby-waserin-m picture &gt; img {
      display: block;
      width: 100%; }
  #baby-waserin-m a.hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #baby-waserin-m a.hover:hover {
      opacity: 0.75; }
  #baby-waserin-m .headline {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 24px;
    letter-spacing: 0.125em; }
    @media only screen and (min-width: 768px) and (max-width: 980px) {
      #baby-waserin-m .headline {
        font-size: calc(0.018867924528302 * (100vw - 768px) + 12px * 1.5); } }
    @media only screen and (max-width: 767px) {
      #baby-waserin-m .headline {
        font-size: 4.8vw; } }
  #baby-waserin-m .main {
    width: 100%;
    margin: 0 auto;
    padding: 155px 0 0;}
    @media only screen and (max-width: 767px) {
      #baby-waserin-m .main {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: calc(100%);
        margin: 0;
        padding: 55px 0 0; } }
    #baby-waserin-m .main .hero {
      width: 100%;
      height: 480px;
      background-color: #c4eafd;
      background-image: url(../img/hero_bg_01.png);
      background-size: 1800px auto;
      background-repeat: no-repeat;
      background-position-x: center;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 980px) {
        #baby-waserin-m .main .hero {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .hero {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 124.4vw;
          padding-bottom: 2em;
          background-color: #c4eafd;
          background-image: url(../img/hero_bg_01_sp.png);
          background-size: 100% auto;
          background-position-y: top; } }
      #baby-waserin-m .main .hero .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 980px;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .hero .content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .hero .content {
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            padding: 0 20px; } }
        #baby-waserin-m .main .hero .content .logo {
          display: block;
          width: 24.5%;
          padding: 17% 0 0 1.84%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          #baby-waserin-m .main .hero .content .logo img {
            width: 76%; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .hero .content .logo {
              width: 16.72%;
              margin: 0 auto 0;
              padding: 5vw 0 0; }
              #baby-waserin-m .main .hero .content .logo img {
                width: 100%; } }
        #baby-waserin-m .main .hero .content .text {
          position: relative;
          width: 64.9%;
          padding: 120px 0 0 0;
          margin-left: auto;
        }
          #baby-waserin-m .main .hero .content .text::before {
            position: absolute;
            content: '';
            display: block;
            width: 326px;
            height: 366px;
            top: 94px;
            right: 0;
            background-image: url(../img/hero_product_01.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .hero .content .text::before {
                width: 33.27vw;
                height: 37.34vw;
                top: 9.59vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .hero .content .text::before {
                background-image: url(../img/hero_product_01_sp.png);
                display: block;
                width: 42vw;
                height: 43.73vw;
                top: auto;
                bottom: 0;
                left: -5.33vw;
              }
             }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .hero .content .text {
              width: 64.9vw;
              padding-top: 12.24vw;
            }
            }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .hero .content .text {
              display: block;
              width: 100%;
              height: 120.4vw;
              margin: 0 0 0 0;
              padding: 0 0 0 0; } }
          #baby-waserin-m .main .hero .content .text .headline {
            width: 411px;
            margin: 0.5em 0 0 0;
            line-height: 1.75;
          }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .hero .content .text .headline{
              width: 41.9vw; }
            }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .hero .content .text .headline{
                margin: 0 auto;
                width: 79.86vw; }
            }
    #baby-waserin-m .main .whats {
      position: relative;
      display: block;
      padding-top: 100px;
      background-image: url(../img/main_bg_01.png); }
      #baby-waserin-m .main .whats::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_transparent-beige.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .whats {
          width: 100%;
          padding-top: 13.33vw; } }
      #baby-waserin-m .main .whats .content {
        width: 980px;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .whats .content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats .content {
            width: 100%; } }
      #baby-waserin-m .main .whats .introduction {
        display: block;
        margin: 90px 0 150px 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats .introduction {
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            margin: 40px 0 25vw 0;
            padding: 0 20px; } }
      #baby-waserin-m .main .whats .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0; }
        #baby-waserin-m .main .whats .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 159px;
          height: 100px;
          top: -57px;
          left: 28%;
          background-image: url(../img/whats_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .whats .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 55px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_yellow_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats .headline {
            font-size: 4.8vw; }
            #baby-waserin-m .main .whats .headline::before {
              width: 30.9%;
              height: 100px;
              top: -2em;
              left: 6%; }
            #baby-waserin-m .main .whats .headline::after {
              width: 77.61%;
              height: 12px;
              top: 2em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .whats .description {
        display: block;
        margin: 50px 0 0 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats .description {
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            margin: 25px 0 0 0;
            padding: 0 20px; } }
      #baby-waserin-m .main .whats .tube {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: solid 3px #401c1f;
        border-radius: 0.75em;
        margin: 110px 0 0 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .whats .tube {
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            width: calc(100% - 40px);
            margin: 100px 20px 0; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .whats .tube {
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            width: calc(100% - 40px);
            margin: 100px 20px 0; } }
        #baby-waserin-m .main .whats .tube__headline {
          position: relative;
          margin: -1em 0 0 0;
          width: 100%;
          font-size: 22px;
          text-align: center;
          font-family: 'M PLUS Rounded 1c', sans-serif; }
          #baby-waserin-m .main .whats .tube__headline::before {
            position: absolute;
            content: '';
            display: block;
            width: 135px;
            height: 224px;
            top: -130px;
            right: 0;
            background-image: url(../img/tube_illust_01.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .whats .tube__headline::before {
                width: 13.78%; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .whats .tube__headline::before {
                width: calc((100% - 40px) * 0.2015);
                height: 150px;
                top: -60px;
                right: -15px;
                background-position: center; } }
          #baby-waserin-m .main .whats .tube__headline .over-border {
            display: inline-block;
            padding: 0 1em;
            background-image: url(../img/main_bg_01.png); }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .whats .tube__headline {
              font-size: 4.27vw; } }
        #baby-waserin-m .main .whats .tube__description {
          margin: 40px 0 0 0;
          text-align: center; }
        #baby-waserin-m .main .whats .tube .point {
          margin: 40px 0 10px 0;
          font-family: 'M PLUS Rounded 1c', sans-serif;
          font-size: 22px;
          text-align: center; }
          #baby-waserin-m .main .whats .tube .point .underbar {
            display: inline-block;
            border-bottom: solid 2px #ffd900; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .whats .tube .point {
              font-size: 3.73vw; } }
        #baby-waserin-m .main .whats .tube .point_list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0 9.24% 50px;
          padding: 0;
          list-style: none; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .whats .tube .point_list {
              margin: 0 7% 50px; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .whats .tube .point_list {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              margin: 1em 1em; } }
          #baby-waserin-m .main .whats .tube .point_list .point_list_item {
            width: 210px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .whats .tube .point_list .point_list_item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                margin-bottom: 1em; } }
            #baby-waserin-m .main .whats .tube .point_list .point_list_item .figure {
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 0 15px;
              width: 100%; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .whats .tube .point_list .point_list_item .figure {
                  width: 45%;
                  margin: 0 0 0 0; } }
            #baby-waserin-m .main .whats .tube .point_list .point_list_item .caption {
              margin: 25px 0 0;
              font-size: 14px;
              text-align: center;
              line-height: 1.8; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .whats .tube .point_list .point_list_item .caption {
                  font-size: calc(0.018867924528302 * (100vw - 768px) + 12px * 0.8); } }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .whats .tube .point_list .point_list_item .caption {
                  width: 50%;
                  margin: 2em 0 0 5%;
                  font-size: 3.73vw;
                  text-align: left; } }

/* 20220901公開ベビーワセリンソフトの紹介追加 */
  #baby-waserin-m .main .whats .soft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f7f3ce;
    border-radius: 10px;
    padding: 40px 112px 32px;
  }
  #baby-waserin-m .main .whats .soft-headline {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.25;
    position: relative;
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin: 30px 0 40px 0;
  }
  #baby-waserin-m .main .whats .soft-headline .heading-small {
    font-size: 19px;
  }
  #baby-waserin-m .main .whats .soft-headline::after {
    position: absolute;
    content: '';
    display: block;
    width: 387px;
    height: 20px;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-image: url(../img/hl_waveline_blue_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #baby-waserin-m .main .whats .soft-description {
    font-size: 19px;
    text-align: center;
  }
  #baby-waserin-m .main .whats .soft-description sup {
      font-size: 83%;
  }
  #baby-waserin-m .main .whats .soft-description .annotation {
      color: #a29d9d;
      font-size: 15px;
      text-align: center;
      display: inline-block;
      position: relative;
      bottom: -2px;
  }
  #baby-waserin-m .main .whats .soft-img {
    margin: 0;
    width: 185px;
  }

  #baby-waserin-m .main .whats .soft-img img {
      width: 100%;
  }

  #baby-waserin-m .main .whats .soft-img figcaption {
    text-align: center;
    color: #a29d9d;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    left: 26px;
    letter-spacing: .25em;
  }

  @media only screen and (max-width: 767px) {
    #baby-waserin-m .main .whats .soft {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px;
      padding: 0 20px 40px;
      margin: 0 20px;
    }
    #baby-waserin-m .main .whats .soft-headline {
      font-size: 7.73vw;
    }
    #baby-waserin-m .main .whats .soft-headline .heading-small {
      font-size: 3.73vw;
    }
    #baby-waserin-m .main .whats .soft-headline::after {
      width: 71.73vw;
      height: 3.47vw;
      bottom: -0.65em;
      left: 50%;
      -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
          transform: translateX(-50%);
    }
    #baby-waserin-m .main .whats .soft-description {
      font-size: 4vw;
      text-align: center;
      margin: 0 0 5.86vw 0;
    }

    #baby-waserin-m .main .whats .soft-description sup {
        font-size: 83%;
    }

    #baby-waserin-m .main .whats .soft-description .annotation {
        font-size: 3.73vw;
        bottom: -2px;
    }
    #baby-waserin-m .main .whats .soft-img {
      width: 100%;
      text-align: center;
    }

    #baby-waserin-m .main .whats .soft-img img {
      width: 43.46vw;
      position: relative;
      left: -6.2vw;
    }

    #baby-waserin-m .main .whats .soft-img figcaption {
      font-size: 3.73vw;
      margin-top: 0.8vw;
      left: auto;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    #baby-waserin-m .main .whats .soft {
      border-radius: 10px;
      padding: 4.08vw 11.42vw 3.26vw;
      margin: 0 20px;
    }
    #baby-waserin-m .main .whats .soft-headline {
      font-size: 4.08vw;
      width: 100%;
      margin: 3.06vw 0 4.08vw 0;
    }
    #baby-waserin-m .main .whats .soft-headline .heading-small {
      font-size: 1.93vw;
    }
    #baby-waserin-m .main .whats .soft-headline::after {
      width: 39.49vw;
      height: 2.04vw;
      bottom: -2.85vw;
    }
    #baby-waserin-m .main .whats .soft-description {
      font-size: 1.93vw;
      text-align: center;
    }
    #baby-waserin-m .main .whats .soft-description sup {
        font-size: 83%;
    }
    #baby-waserin-m .main .whats .soft-description .annotation {
        font-size: 1.53vw;
        bottom: -2px;
    }
    #baby-waserin-m .main .whats .soft-img {
      width: 18.87vw;
    }
    #baby-waserin-m .main .whats .soft-img figcaption {
      font-size: 1.42vw;
      left: 2.65vw;
    }
  }





    #baby-waserin-m .main .mechanism {
      background-image: url(../img/main_bg_01.png); }
      #baby-waserin-m .main .mechanism .content {
        width: 980px;
        margin: 0 auto;
        padding: 180px 0 100px; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .mechanism .content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .mechanism .content {
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            padding: 20vw 0 10vw; } }
      #baby-waserin-m .main .mechanism .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0; }
        #baby-waserin-m .main .mechanism .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 115px;
          height: 100px;
          top: -52px;
          right: 20%;
          background-image: url(../img/mechanism_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .mechanism .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 55px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_yellow_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .mechanism .headline {
            font-size: 4.8vw;
            line-height: 1.5; }
            #baby-waserin-m .main .mechanism .headline::before {
              width: 22.24%;
              height: 100px;
              top: -2em;
              right: 15%; }
            #baby-waserin-m .main .mechanism .headline::after {
              width: 77.61%;
              height: 12px;
              top: 3.5em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .mechanism .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 65px 35px 0 10px; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .mechanism .text {
            margin: 65px 35px 0 35px; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .mechanism .text {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-flow: column-reverse;
                    flex-flow: column-reverse;
            margin: 4em 0 0 0; } }
        #baby-waserin-m .main .mechanism .text .description {
          width: auto;
          margin: 30px 0 0; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .mechanism .text .description {
              width: calc(100% - 90px);
              margin: 1em 45px; } }
        #baby-waserin-m .main .mechanism .text .figure {
          width: 308px; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .mechanism .text .figure {
              width: 30.61%; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .mechanism .text .figure {
              width: 60%;
              text-align: center;
              -webkit-transform: translateX(45%);
                      -ms-transform: translateX(45%);
                  transform: translateX(45%); } }
    #baby-waserin-m .main .howtouse {
      position: relative;
      display: block;
      padding-top: 140px;
      background-color: #ffffff;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .howtouse {
          padding-top: 100px; } }
      #baby-waserin-m .main .howtouse::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_beige-white.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .howtouse::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      #baby-waserin-m .main .howtouse .content {
        width: 980px;
        margin: 0 auto;
        padding: 0 0 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .howtouse .content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .howtouse .content {
            width: 100%;
            padding: 0 0 0 0; } }
      #baby-waserin-m .main .howtouse .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0; }
        #baby-waserin-m .main .howtouse .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 122px;
          height: 100px;
          top: -50px;
          left: 9%;
          background-image: url(../img/howtouse_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .howtouse .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 55px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_yellow_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .howtouse .headline {
            font-size: 4.8vw;
            line-height: 1.5; }
            #baby-waserin-m .main .howtouse .headline::before {
              width: 22.24%;
              height: 100px;
              top: -2em;
              right: 15%; }
            #baby-waserin-m .main .howtouse .headline::after {
              width: 77.61%;
              height: 12px;
              top: 3.5em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .howtouse .description {
        margin: 50px 0 0;
        text-align: center; }
      #baby-waserin-m .main .howtouse .allbody {
        position: relative;
        width: 100%;
        margin: 110px 0 0; }
        #baby-waserin-m .main .howtouse .allbody .figure {
          width: 100%; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .howtouse .allbody .figure {
              margin-bottom: 3em; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .howtouse .allbody {
            width: calc(100% - 40px);
            margin: 4em auto; }
            #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn {
                position: absolute;
                display: block;
                width: 4.8em;
                height: 2.4em;
                background-color: rgba(255, 0, 0, 0); }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn01 {
                margin-top: 6%;
                left: 78%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn02 {
                margin-top: 6%;
                left: 0%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn03 {
                margin-top: 30%;
                left: 82%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn04 {
                margin-top: 28%;
                left: 0%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn05 {
                margin-top: 65%;
                left: 82%; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn06 {
                margin-top: 93%;
                left: 0%;
                width: 9.6em; }
              #baby-waserin-m .main .howtouse .allbody .sp_bodypart_btn_set .sp_bodypart_btn07 {
                margin-top: 108%;
                left: 72%;
                width: 7.2em; } }
      #baby-waserin-m .main .howtouse .bodyparts {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        list-style: none; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .howtouse .bodyparts {
            position: relative; } }
        #baby-waserin-m .main .howtouse .bodyparts .bodypart {
          position: absolute;
          display: block;
          width: 270px;
          text-align: center; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .howtouse .bodyparts .bodypart {
              width: 27.55vw; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .howtouse .bodyparts .bodypart {
              position: static;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
              width: 100%;
              min-height: 36vw;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              margin-bottom: 5.33vw;
              padding: 1.5em 0 1.5em 2em;
              background-position: center;
              background-repeat: no-repeat;
              background-size: 100% 100%; }
              #baby-waserin-m .main .howtouse .bodyparts .bodypart .partname-set {
                width: 27%; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart .partname {
            margin: 0 auto; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart .partname {
                font-size: 3.73vw; } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart .partname::before {
              display: block;
              content: '';
              margin-top: -100px;
              height: 100px;
              visibility: hidden; }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart .figure {
            display: block;
            margin: 0 auto 0; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart .figure {
                max-width: 100%; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart .description {
            font-size: 14px;
            line-height: 1.3;
            margin: 10px auto 0; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart .description {
                font-size: calc(0.018867924528302 * (100vw - 768px) + 12px * 0.875); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart .description {
                width: 60%;
                font-size: 3.2vw;
                text-align: left; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart01 {
            top: 16px;
            left: 624px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart01 {
                top: 1.63vw;
                left: 63.67vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart01 {
                background-image: url(../img/howtouse_bg_01.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart01 .figure {
              width: 72px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart01 .figure {
                  width: 7.35vw; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart02 {
            top: 16px;
            left: 70px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart02 {
                top: 1.63vw;
                left: 7.14vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart02 {
                background-image: url(../img/howtouse_bg_02.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart02 .figure {
              width: 94px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart02 .figure {
                  width: 9.59vw; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart03 {
            top: 335px;
            left: 700px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart03 {
                top: 34.18vw;
                left: 71.43vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart03 {
                background-image: url(../img/howtouse_bg_03.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart03 .figure {
              width: 101px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart03 .figure {
                  width: 10.31vw; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart04 {
            top: 338px;
            left: 0; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart04 {
                top: 34.49vw;
                left: 0vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart04 {
                background-image: url(../img/howtouse_bg_04.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart04 .figure {
              width: 101px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart04 .figure {
                  width: 10.31vw; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 {
            top: 625px;
            left: 701px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 {
                top: 63.78vw;
                left: 71.53vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 {
                background-image: url(../img/howtouse_bg_05.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 .figure {
              width: 101px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 .figure {
                  width: 10.31vw; } }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart05 .figure {
                  -webkit-transform: scale(0.8);
                          -ms-transform: scale(0.8);
                      transform: scale(0.8); } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 {
            top: 660px;
            left: 60px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 {
                top: 67.35vw;
                left: 6.12vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 {
                background-image: url(../img/howtouse_bg_06.png); }
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 .partname-set {
                  padding: 0.8em 0; } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 .figure {
              width: 154px; }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart06 .figure {
                  width: 15.71vw; } }
          #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 {
            top: 820px;
            left: 420px; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 {
                top: 83.67vw;
                left: 42.86vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 {
                background-image: url(../img/howtouse_bg_07.png); } }
            #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 .figure {
              width: 87px;
              -webkit-transform: translateX(-25%);
                      -ms-transform: translateX(-25%);
                  transform: translateX(-25%); }
              @media only screen and (min-width: 768px) and (max-width: 980px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 .figure {
                  width: 8.88vw; } }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .howtouse .bodyparts .bodypart.bodypart07 .figure {
                  -webkit-transform: translateX(-15%) scale(0.8);
                          -ms-transform: translateX(-15%) scale(0.8);
                      transform: translateX(-15%) scale(0.8); } }
    #baby-waserin-m .main .skincare {
      position: relative;
      display: block;
      padding-top: 140px;
      background-image: url(../img/main_bg_01.png); }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .skincare {
          padding-top: 1em; } }
      #baby-waserin-m .main .skincare::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_white-beige.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .skincare::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      #baby-waserin-m .main .skincare .content {
        width: 980px;
        margin: 0 auto;
        padding: 0 0 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .skincare .content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .skincare .content {
            display: block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 100%;
            padding: 4em 0 0.1em; } }
      #baby-waserin-m .main .skincare .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0; }
        #baby-waserin-m .main .skincare .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 119px;
          height: 100px;
          top: -56px;
          left: 66%;
          background-image: url(../img/skincare_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .skincare .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 55px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_yellow_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .skincare .headline {
            font-size: 4.8vw;
            line-height: 1.5; }
            #baby-waserin-m .main .skincare .headline::before {
              width: 22.24%;
              height: 100px;
              top: -2em;
              right: 2%;
              left: auto; }
            #baby-waserin-m .main .skincare .headline::after {
              width: 77.61%;
              height: 12px;
              top: 2em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .skincare .detail {
        list-style: none;
        margin: 85px 0 0;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .skincare .detail {
            margin: 4em 0 0; } }
        #baby-waserin-m .main .skincare .detail .detail_item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 15px 0; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .skincare .detail .detail_item {
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
                  -ms-flex-direction: column-reverse;
                      flex-direction: column-reverse;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
          #baby-waserin-m .main .skincare .detail .detail_item .purpose {
            width: 536px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item .purpose {
                width: calc(100% - 80px);
                padding: 0 40px 0 40px; } }
            #baby-waserin-m .main .skincare .detail .detail_item .purpose .headline {
              display: inline-block;
              margin: 40px 0 0;
              font-size: 24px;
              text-align: left; }
              #baby-waserin-m .main .skincare .detail .detail_item .purpose .headline::before {
                display: none;
                background: none; }
              #baby-waserin-m .main .skincare .detail .detail_item .purpose .headline::after {
                display: none;
                background: none; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .skincare .detail .detail_item .purpose .headline {
                  margin: 1em 0 0;
                  font-size: 4.27vw; } }
            #baby-waserin-m .main .skincare .detail .detail_item .purpose .description {
              text-align: left;
              line-height: 1.8; }
          #baby-waserin-m .main .skincare .detail .detail_item .figure {
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            width: 383px;
            padding: 0 20px 0 20px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item .figure {
                width: calc(100% - 80px);
                padding: 0 40px 0 40px; } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(odd) {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-flow: row-reverse;
                    flex-flow: row-reverse; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(odd) {
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                    -ms-flex-flow: column-reverse;
                        flex-flow: column-reverse; } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(1) .purpose .headline {
            margin: 60px 0 0; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(1) .purpose .headline {
                margin: 1em 0 0; } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(1) .figure {
            width: 387px;
            padding: 0 35px 0 0; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(1) .figure {
                width: calc(85% - 80px);
                padding: 0 40px 0 40px; } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) {
            margin: 0 0 58px 0; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) {
                margin: 0 0 1em 0; } }
            #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .purpose {
              width: 506px;
              padding: 0 40px 0 40px; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .purpose {
                  width: calc(100% - 80px);
                  padding: 0 40px 0 40px; } }
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .purpose .headline {
                margin: 94px 0 0;
                text-align: right; }
                @media only screen and (max-width: 767px) {
                  #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .purpose .headline {
                    margin: 1em 0 0; } }
            #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .figure {
              width: 394px;
              padding: 0 35px 0 0; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .skincare .detail .detail_item:nth-child(2) .figure {
                  width: calc(85% - 80px);
                  padding: 0 40px 0 calc(15% + 40px); } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(3) .purpose {
            width: 516px;
            padding: 20px 10px 0 30px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(3) .purpose {
                width: calc(100% - 80px);
                padding: 0 40px 0 40px; } }
          #baby-waserin-m .main .skincare .detail .detail_item:nth-child(3) .figure {
            width: 408px;
            padding: 0 0 0 58px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .skincare .detail .detail_item:nth-child(3) .figure {
                width: calc(85% - 80px);
                padding: 0 40px 0 40px; } }
    #baby-waserin-m .main .column {
      padding: 5px 0 100px 0;
      background-image: url(../img/main_bg_01.png); }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .column {
          padding: 5px 0 5em 0; } }
      #baby-waserin-m .main .column .content {
        width: 980px;
        margin: 42px auto 0;
        padding: 0 0 48px 0;
        background-color: white;
        border-radius: 0.75em;
        -webkit-box-shadow: 0px 0px 10px -4px rgba(90, 88, 23, 0.3);
                box-shadow: 0px 0px 10px -4px rgba(90, 88, 23, 0.3); }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .column .content {
            width: calc(100% - 40px); } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .column .content {
            width: calc(100% - 40px); } }
      #baby-waserin-m .main .column .headline {
        position: relative;
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0;
        padding: 44px 0 0; }
        #baby-waserin-m .main .column .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 172px;
          height: 100px;
          top: -26px;
          left: 3.5%;
          background-image: url(../img/column_txt_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .column .headline .wholeline {
          display: inline-block; }
          #baby-waserin-m .main .column .headline .wholeline::after {
            display: block;
            content: '';
            width: 100%;
            height: 8px;
            margin-top: -0.7em;
            background-image: url(../img/bg_yellow_stripe_01.png); }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .column .headline .wholeline::after {
              display: none; } }
        #baby-waserin-m .main .column .headline .line1, #baby-waserin-m .main .column .headline .line2 {
          display: inline-block; }
          #baby-waserin-m .main .column .headline .line1::after, #baby-waserin-m .main .column .headline .line2::after {
            display: none; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .column .headline .line1::after, #baby-waserin-m .main .column .headline .line2::after {
              display: block;
              content: '';
              width: 100%;
              height: 8px;
              margin-top: -0.7em;
              background-image: url(../img/bg_yellow_stripe_01.png); } }
        #baby-waserin-m .main .column .headline .line2 {
          letter-spacing: 0; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .column .headline {
            font-size: 4vw;
            padding: 10vw 0 0; }
            #baby-waserin-m .main .column .headline::before {
              width: 28.0%;
              height: 100px;
              top: -16px;
              left: 0%; } }
      #baby-waserin-m .main .column .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 860px;
        margin: 40px auto 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .column .detail {
            width: calc(100% - 80px);
            padding: 0 40px; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .column .detail {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: 0 auto 0; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .column .detail {
            width: calc(100% - 40px);
            padding: 0 20px; } }
        #baby-waserin-m .main .column .detail .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 560px;
          font-size: 14px; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .column .detail .text {
              width: 65.12%; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .column .detail .text {
              width: 100%;
              font-size: 3.73vw; } }
          #baby-waserin-m .main .column .detail .text .description {
            margin: 20px 0 0 0; }
            #baby-waserin-m .main .column .detail .text .description .note {
              font-size: 12px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .column .detail .text .description {
                width: 100%;
                margin: 2em 0 0 0; }
                #baby-waserin-m .main .column .detail .text .description .note {
                  font-size: 0.85em; } }
          #baby-waserin-m .main .column .detail .text .banner {
            display: block;
            margin: auto 0 0 0; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .column .detail .text .banner {
                margin: 2em 0 0 0; } }
        #baby-waserin-m .main .column .detail .illustration {
          width: 250px; }
          #baby-waserin-m .main .column .detail .illustration .figure:nth-child(2) {
            margin: 42px 0 0 0; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .column .detail .illustration {
              width: 29.07%; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .column .detail .illustration {
              margin: 2em auto 0;
              width: 85%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .column .detail .banner {
            display: block;
            margin: auto 0 0 0;
            margin: 2em 0 0 0; } }
    #baby-waserin-m .main .kenei-column {
      position: relative;
      display: block;
      padding-top: 140px;
      background-color: #ffd900; }
      #baby-waserin-m .main .kenei-column::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_beige-yellow.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .kenei-column::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .kenei-column {
          padding-top: 6em;
          padding-bottom: 4em; } }
      #baby-waserin-m .main .kenei-column .content {
        width: 980px;
        margin: 0 auto;
        padding: 0 0 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .kenei-column .content {
            width: calc(100% - 40px); } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .kenei-column .content {
            width: calc(100% - 40px);
            padding: 0 20px; } }
      #baby-waserin-m .main .kenei-column .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0px 0 0; }
        #baby-waserin-m .main .kenei-column .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 159px;
          height: 100px;
          top: -56px;
          left: 31.5%;
          background-image: url(../img/kenei_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .kenei-column .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 55px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_white_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .kenei-column .headline {
            font-size: 4.8vw; }
            #baby-waserin-m .main .kenei-column .headline::before {
              width: 30.9%;
              height: 100px;
              top: -2em;
              left: 16%; }
            #baby-waserin-m .main .kenei-column .headline::after {
              width: 77.61%;
              height: 12px;
              top: 2em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .kenei-column .kenei-column_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        list-style: none;
        margin: 60px 0 0 0;
        padding: 0 0 0 0; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .kenei-column .kenei-column_list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column; } }
        #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item {
          width: 300px; }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item {
              width: 30vw; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item {
              width: 100%;
              margin-bottom: 2em; }
              #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .entry-set {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-flow: row;
                        flex-flow: row;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; } }
          #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .hover {
            display: block; }
          #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture {
            display: block;
            width: 100%;
            border-radius: 0.5em;
            overflow: hidden; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture {
                width: 45%;
                border-radius: 0.4em; } }
            #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture .img {
              display: block;
              border-radius: 0.5em;
              overflow: hidden; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture .img {
                  border-radius: 0.4em; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text {
              width: 50%; } }
          #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .date {
            display: block;
            margin: 20px 0 0 0;
            font-size: 14px;
            line-height: 1;
            color: #401c1f; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .date {
                margin: 0 0 0 0;
                font-size: 3.73vw; } }
          #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .category {
            margin: 10px 0 0 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            color: #401c1f; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .category {
                font-size: 3.73vw; } }
          #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .title {
            margin: 5px 0 0 0;
            font-size: 14px;
            line-height: 1.5;
            color: #401c1f; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .text .title {
                font-size: 2.93vw; } }
      #baby-waserin-m .main .kenei-column .other-entry {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 300px;
        margin: 65px auto 0;
        padding: 1.6em 0.5em 1.6em 0;
        background-color: #401c1f;
        border-radius: 0.3em;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        text-decoration: none; }
        #baby-waserin-m .main .kenei-column .other-entry::before {
          content: '';
          position: absolute;
          right: 1.5em;
          width: 0.5em;
          height: 0.5em;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: translateY(0.25em) rotate(45deg);
                  -ms-transform: translateY(0.25em) rotate(45deg);
              transform: translateY(0.25em) rotate(45deg); }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .kenei-column .other-entry {
            width: 80vw;
            margin: 2em auto 0;
            padding: 1em 0.5em 1em 0;
            font-size: 3.73vw; } }
    #baby-waserin-m .main .qa {
      position: relative;
      display: block;
      padding-top: 140px;
      background-image: url(../img/main_bg_01.png); }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .qa {
          padding-top: 5em;
          padding-bottom: 3em; } }
      #baby-waserin-m .main .qa::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_yellow-beige.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .qa::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      #baby-waserin-m .main .qa .content {
        width: 980px;
        margin: 0 auto;
        padding: 0 0 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .qa .content {
            width: calc(100% - 40px);
            padding: 0 20px 100px 20px; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .qa .content {
            width: calc(100% - 40px);
            padding: 0 0 20px 0; } }
      #baby-waserin-m .main .qa .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0; }
        #baby-waserin-m .main .qa .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 171px;
          height: 100px;
          top: -60px;
          right: 34.5%;
          background-image: url(../img/qa_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
        #baby-waserin-m .main .qa .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 60px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_yellow_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .qa .headline {
            font-size: 4.8vw;
            line-height: 1.5; }
            #baby-waserin-m .main .qa .headline::before {
              width: 30%;
              height: 100px;
              top: -2em;
              right: 25%; }
            #baby-waserin-m .main .qa .headline::after {
              width: 77.61%;
              height: 12px;
              top: 2em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .qa .qa_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .qa .qa_list {
            width: 100%;
            margin: 0; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .qa .qa_list {
            margin: 3em 0 0;
            padding: 0; } }
        #baby-waserin-m .main .qa .qa_list .qa_list_item {
          width: 400px;
          margin: 80px 0 0 0;
          padding: 0 0 0 0;
          list-style: none; }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) {
              margin-top: 1em; } }
          @media only screen and (min-width: 768px) and (max-width: 980px) {
            #baby-waserin-m .main .qa .qa_list .qa_list_item {
              width: 41.67vw; } }
          @media only screen and (max-width: 767px) {
            #baby-waserin-m .main .qa .qa_list .qa_list_item {
              width: calc(100% - 40px);
              padding: 0 20px;
              margin-top: 3em; } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item .picture {
            display: block;
            width: 376px;
            margin: 0 auto; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item .picture {
                width: 100%; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item .picture {
                width: 100%; } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item .text {
            display: block;
            width: 350px;
            margin: 0 auto; }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item .text {
                width: 36.46vw; } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item .text {
                width: 100%; } }
            #baby-waserin-m .main .qa .qa_list .qa_list_item .text .question {
              margin: 22px 0 0 0;
              font-weight: bold; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .qa .qa_list .qa_list_item .text .question {
                  line-height: 1.5; } }
            #baby-waserin-m .main .qa .qa_list .qa_list_item .text .answer {
              margin: 12px 0 0 0;
              line-height: 1.8; }
              @media only screen and (max-width: 767px) {
                #baby-waserin-m .main .qa .qa_list .qa_list_item .text .answer {
                  line-height: 1.5; } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(even) {
            margin-top: 150px; }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(even) {
                margin-top: 3em; } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .picture {
            width: 376px;
            -webkit-transform: translate(-40px, 0px);
                    -ms-transform: translate(-40px, 0px);
                transform: translate(-40px, 0px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .picture {
                width: 39.17vw;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .picture {
                width: 80%;
                padding-right: 20%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .text {
            -webkit-transform: translate(-40px, 22px);
                    -ms-transform: translate(-40px, 22px);
                transform: translate(-40px, 22px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .text {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(1) .text {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .picture {
            -webkit-transform: translate(10px, 10px);
                    -ms-transform: translate(10px, 10px);
                transform: translate(10px, 10px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .picture {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .picture {
                width: 80%;
                padding-left: 20%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .text {
            -webkit-transform: translate(0px, 30px);
                    -ms-transform: translate(0px, 30px);
                transform: translate(0px, 30px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .text {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(2) .text {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .picture {
            -webkit-transform: translate(0px, -3px);
                    -ms-transform: translate(0px, -3px);
                transform: translate(0px, -3px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .picture {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .picture {
                width: 80%;
                padding-right: 20%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .text {
            width: 400px;
            -webkit-transform: translate(38px, 14px);
                    -ms-transform: translate(38px, 14px);
                transform: translate(38px, 14px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .text {
                width: 41.67vw;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(3) .text {
                width: 100%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .picture {
            -webkit-transform: translate(26px, 8px);
                    -ms-transform: translate(26px, 8px);
                transform: translate(26px, 8px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .picture {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .picture {
                width: 80%;
                padding-left: 20%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .text {
            width: 360px;
            -webkit-transform: translate(32px, 28px);
                    -ms-transform: translate(32px, 28px);
                transform: translate(32px, 28px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .text {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(4) .text {
                width: 100%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .picture {
            -webkit-transform: translate(-39px, -21px);
                    -ms-transform: translate(-39px, -21px);
                transform: translate(-39px, -21px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .picture {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .picture {
                width: 80%;
                padding-right: 20%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .text {
            width: 400px;
            -webkit-transform: translate(-20px, 0px);
                    -ms-transform: translate(-20px, 0px);
                transform: translate(-20px, 0px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .text {
                width: 41.67vw;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(5) .text {
                width: 100%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .picture {
            -webkit-transform: translate(-38px, -20px);
                    -ms-transform: translate(-38px, -20px);
                transform: translate(-38px, -20px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .picture {
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .picture {
                width: 80%;
                padding-left: 10%;
                padding-right: 10%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
          #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .text {
            width: 400px;
            -webkit-transform: translate(-10px, 0px);
                    -ms-transform: translate(-10px, 0px);
                transform: translate(-10px, 0px); }
            @media only screen and (min-width: 768px) and (max-width: 980px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .text {
                width: 100%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
            @media only screen and (max-width: 767px) {
              #baby-waserin-m .main .qa .qa_list .qa_list_item:nth-child(6) .text {
                width: 100%;
                -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      #baby-waserin-m .main .qa .information {
        margin: 75px 0 0 0;
        padding: 1.5em;
        background-color: rgba(255, 217, 0, 0.1);
        border-radius: 0.5em;
        font-size: 0.9em;
        line-height: 1.2;
        letter-spacing: 0; }
        #baby-waserin-m .main .qa .information__title {
          margin: 0.5em 0 0.5em 0;
          font-size: 1.2em;
          font-weight: bold;
          text-align: center;
          letter-spacing: 0.2em; }
        #baby-waserin-m .main .qa .information__description {
          margin: 1em 0;
          font-size: 1.05em;
          line-height: 1.5; }
        #baby-waserin-m .main .qa .information__hl {
          margin: 0.75em 0 0.25em 0;
          padding: 0;
          font-size: 1.05em;
          font-weight: bold; }
        #baby-waserin-m .main .qa .information__list {
          list-style-type: disc;
          padding: 0 0 0 2em; }
    #baby-waserin-m .main .tvcm {
      position: relative;
      display: block;
      padding-top: 80px;
      background-color: #ffd900; }
      #baby-waserin-m .main .tvcm::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        top: -13px;
        background-image: url(../img/hr_beige-yellow.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm::before {
            background-size: 50% 100%;
            background-position-x: 0; } }
      #baby-waserin-m .main .tvcm::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 14px;
        bottom: -13px;
        background-image: url(../img/hr_yellow-white.png);
        background-repeat: repeat-x;
        background-position-x: -128px; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm::after {
            background-size: 50% 100%;
            background-position-x: 0; } }
      @media only screen and (max-width: 767px) {
        #baby-waserin-m .main .tvcm {
          padding-top: 3em; } }
      #baby-waserin-m .main .tvcm .content {
        width: 780px;
        margin: 0 auto;
        padding: 0 0 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .tvcm .content {
            width: calc(100% - 40px);
            padding: 0 20px 100px; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm .content {
            margin: 2em auto 0;
            width: calc(100% - 40px);
            padding: 0 0 3em 0; } }
      #baby-waserin-m .main .tvcm .headline {
        position: relative;
        font-size: 28px;
        text-align: center;
        width: 100%;
        margin: 0 0 0 0;
        padding: 44px 0 0; }
        #baby-waserin-m .main .tvcm .headline::before {
          position: absolute;
          content: '';
          display: block;
          width: 159px;
          height: 100px;
          top: -14px;
          left: 31.5%;
          background-image: url(../img/tvcm_balloon_01.png);
          background-size: contain;
          background-repeat: no-repeat; }
          #baby-waserin-m .main .tvcm .making .headline::before {
            position: absolute;
            content: '';
            display: block;
            width: 159px;
            height: 100px;
            top: -14px;
            left: auto;
            right: 24.5%;
            background-image: url(../img/tvcm_balloon_02.png);
            background-size: contain;
            background-repeat: no-repeat; }
        #baby-waserin-m .main .tvcm .headline::after {
          position: absolute;
          content: '';
          display: block;
          width: 400px;
          height: 12px;
          top: 105px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-image: url(../img/hl_waveline_white_01.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm .headline {
            font-size: 4.8vw;
            line-height: 1.5;
            padding: 0 0 0 0; }
            #baby-waserin-m .main .tvcm .headline::before {
              width: 30.89%;
              height: 100px;
              top: -2em;
              left: 21%; }
            #baby-waserin-m .main .tvcm .making .headline::before{
              width: 31.64%;
              height: 100px;
              top: -2em;
              left: auto;
              right: 16%;
            }
            #baby-waserin-m .main .tvcm .headline::after {
              width: 77.61%;
              height: 12px;
              top: 2em;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      #baby-waserin-m .main .tvcm .picture {
        width: 780px;
        margin: 60px auto 0; }
        @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .tvcm .picture {
            width: 90%; } }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm .picture {
            width: 100%; } }


        #baby-waserin-m .main .tvcm .home-commercial__cm {
          margin-bottom: 20px;
          overflow: hidden;
          border-radius: 5px;
          position: relative;
          width: 100%;
          height: 0;
          padding-top: 57%;
        }
#baby-waserin-m .main .tvcm .home-commercial__cm:first-of-type {
  margin-bottom: 100px;
}
  @media only screen and (min-width: 768px) and (max-width: 980px) {
          #baby-waserin-m .main .tvcm .home-commercial__cm {
            width: 90%;
            padding-top: 51%;}
          }
        @media only screen and (max-width: 767px) {
          #baby-waserin-m .main .tvcm .home-commercial__cm {
            width: 100%;
            padding-top: 57%; }
         }

        #baby-waserin-m .main .tvcm .home-commercial__cm iframe,
        #baby-waserin-m .main .tvcm .home-commercial__cm img {
          position: absolute;
          top: -2px;
          left: -2px;
          width: 100%;
          height: 100%;
        }

        @media all and (min-width: 768px) {
          #baby-waserin-m .main .tvcm .home-commercial__cm :hover {
            cursor: pointer; }
        }

        @media print {
          #baby-waserin-m .main .tvcm .home-commercial__cm  img,
          #baby-waserin-m .main .tvcm .home-commercial__cm iframe {
            display: none; }
        }
@media only screen and (max-width: 767px) {
  #baby-waserin-m .main .tvcm .home-commercial__cm:first-of-type {
    margin-bottom: calc(200 / 750 * 100vw);
  }
}

        /* 2022.11.07 TOPページ：コラム箇所のタイトル変更 */
#baby-waserin-m .main .kenei-column .headline::before {
  width: calc((144/750)*100vw);
  height: calc((84/750)*100vw);
  top: calc((-54/750)*100vw);
  left: 23%;
  background-image: url(../img/topColumn_balloon_01.png);
}
@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .kenei-column .headline::before {
    width: 120px;
    height: 71px;
    top: -68px;
    left: 33.5%;
  }
}
/* 2022.11.25 TOPページ：コラム箇所のタイトル変更 */
#baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture .img {
  height: calc((200/750)*100vw);
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .kenei-column .kenei-column_list .kenei-column_item .picture .img {
    height: 200px;
  }
}

/* 2023.08.10 TOPページ改修*/

@media screen and (max-width: 767px), print {
  #baby-waserin-m .main .hero.vr02{
    background-image: url(../img/hero_bg_01_sp_vr02.png);
  }
}

@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .hero.vr02{
    background-image: url(../img/hero_bg_01_vr02.png);
  }
}


#baby-waserin-m .main .hero.vr02 {
  background-color: #eddef2;
}
#baby-waserin-m .main .hero.vr02 .content .text::before {
  display: none;
}

@media screen and (max-width: 767px), print {
  #baby-waserin-m .main .hero.vr02 .content .text .headline{
    width: calc((572/750)*100vw);
    margin-top: calc((57/750)*100vw);
  }
}

@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .hero.vr02 .content .text .headline{
    width: calc((626/1100)*100vw);
  }
  #baby-waserin-m .main .hero.vr02 .content .text {
    padding: calc((110/1100)*100vw) 0 0 0;
    width: 64%;
  }
}

@media screen and (min-width: 1100px), print {
  #baby-waserin-m .main .hero.vr02 .content .text .headline{
    width: 626px;
  }
  #baby-waserin-m .main .hero.vr02 .content .text {
    padding: 110px 0 0 0;
    width: 64%;
  }
}



@media screen and (max-width: 767px), print {
  #baby-waserin-m .main .linkArea .linkArea-list{
    margin: auto;
    width: calc((686/750)*100vw);
  }
  #baby-waserin-m .main .linkArea .linkArea-list li{
    list-style: none;
    width: 100%;
    margin-bottom: calc((43/750)*100vw);
  }
  #baby-waserin-m .main .linkArea .linkArea-list li:last-child{
    margin-bottom: 0;
  }
  #baby-waserin-m .main .whats .introduction {
    margin: calc((79/750)*100vw) 0 23vw 0;
  }
}

@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .linkArea .linkArea-list{
    margin: auto;
    width: calc((980/1100)*100vw);
    display: flex;
    justify-content: space-between;
  }
  #baby-waserin-m .main .linkArea .linkArea-list li{
    list-style: none;
    width: calc((488/1100)*100vw);
  }
  #baby-waserin-m .main .linkArea .linkArea-list li a{
    transition: all .8s;
  }
  #baby-waserin-m .main .linkArea .linkArea-list li a:hover{
    opacity: 0.5;
  }
  #baby-waserin-m .main .whats .introduction {
    margin: calc(65/1100*100vw) 0 calc(127/1100*100vw) 0;
  }
}

@media screen and (min-width: 1100px), print {
  #baby-waserin-m .main .linkArea .linkArea-list{
    margin: auto;
    width: 980px;
    display: flex;
    justify-content: space-between;
  }
  #baby-waserin-m .main .linkArea .linkArea-list li{
    list-style: none;
    width: 488px;
  }
  #baby-waserin-m .main .linkArea .linkArea-list li a{
    transition: all .8s;
  }
  #baby-waserin-m .main .linkArea .linkArea-list li a:hover{
    opacity: 0.5;
  }
  #baby-waserin-m .main .whats .introduction {
    margin: 65px 0 127px 0;
  }
}

#baby-waserin-m .main .tvcm {
  background-image: url(../img/main_bg_01.png);
}
#baby-waserin-m .main .tvcm::before{
  background-image: url(../img/hr_transparent-beige.png);
}
#baby-waserin-m .main .tvcm::after{
  background-image: url(../img/hr_white-beige.png);
  transform: rotateX(180deg);
}

/* 2023.08.10 softページ作成*/

@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .whats.soft{
    padding-top: 5px;
    padding-bottom: 100px;
  }
  #baby-waserin-m .main .whats.soft .introduction {
    margin: 65px 0 48px 0;
  }
  #baby-waserin-m .main .qa.soft.itemDtl{
    padding-top: 10px;
  }
  #baby-waserin-m .main .qa.soft.itemDtl .content{
    padding: 0 0 60px 0;
  }
  #baby-waserin-m .main .qa.soft.itemDtl .information {
    background-color: #ffffff;
    margin: 50px 0 0 0;
  }
  #baby-waserin-m .main .qa.soft.itemDtl .information__title {
    font-size: 1.6em;
    margin: 0 0 1em 0;
  }
}

@media screen and (max-width: 767px), print {
  #baby-waserin-m .main .whats.soft{
    padding-top: 1.33vw;
    padding-bottom: calc((79/750)*100vw);
  }
  #baby-waserin-m .main .whats.soft .introduction{
    margin: calc((79/750)*100vw) 0 12vw 0;
  }
  #baby-waserin-m .main .howtouse.soft{
    padding-top: calc((172/750)*100vw);
  }
  #baby-waserin-m .main .howtouse.soft::before,
  #baby-waserin-m .main .qa.btm::after,
  #baby-waserin-m .main .qa.pure.btmqa::after,
  #baby-waserin-m .main .howtouse.soft::before
  {
    background-size: 50% 100%;
    background-position-x: 0;
  }
  #baby-waserin-m .main .qa.soft.itemDtl{
    padding-top: 1em;
  }
  #baby-waserin-m .main .qa.soft.itemDtl .information {
    margin: calc((60/750)*100vw) 0 0 0;
    background-color: #ffffff;
  }
}

#baby-waserin-m .main .howtouse.soft::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  top: 0;
  background-image: url(../img/hr_white-beige.png);
  background-repeat: repeat-x;
  background-position-x: -128px;
  transform: rotateX(180deg);
}
#baby-waserin-m .main .qa.btm::after,
#baby-waserin-m .main .qa.pure.btmqa::after
{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  bottom: 0;
  background-image: url(../img/hr_white-beige.png);
  background-repeat: repeat-x;
  background-position-x: -128px;
  transform: rotateX(180deg);
}
#baby-waserin-m .main .howtouse.soft::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  top: 0;
  background-image: url(../img/hr_white-beige.png);
  background-repeat: repeat-x;
  background-position-x: -128px;
  transform: rotateX(180deg);
}

#baby-waserin-m .main .qa.soft.itemDtl{
  background: none;
  background-color: #ffffff;
}

#baby-waserin-m .main .qa.soft.itemDtl::before {
  background-image: url(../img/hr_white-beige.png);
  transform: rotateX(180deg);
}

#baby-waserin-m .main .qa.btm::before {
  background-image: url(../img/hr_white-beige.png);
}

/* 2023.08.10 ワセリンピュアページ作成*/

#baby-waserin-m .main .hero.pure{
  background-color: #eddef2;
}
#baby-waserin-m .main.pure .qa::before{
  display: none;
}
#baby-waserin-m .main .pure.itemDtl{
  background: none;
  background-image: url(../img/main_bg_03_pc.png);
  background-size: cover;
}

#baby-waserin-m .main .pure.itemDtl .information{
  background: none;
}

#baby-waserin-m .main .pure.itemDtl::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  top: -13px;
  background-image: url(../img/hr_itemDtl.png);
  background-repeat: repeat-x;
  background-position-x: -128px;
}

#baby-waserin-m .main .qa.pure.btmqa::before,
#baby-waserin-m .main .qa.btm::before
{
  top: 0;
  background-image: url(../img/hr_itemDtl.png);
  z-index: 2;
  transform: rotateX(180deg);
}

#baby-waserin-m .main .itemDtl.pure .information p,
#baby-waserin-m .main .itemDtl.pure .information h4,
#baby-waserin-m .main .itemDtl.pure .information h5,
#baby-waserin-m .main .itemDtl.pure .information ul,
#baby-waserin-m .main .itemDtl.pure .information ol
  {
    margin: 0;
    padding: 0;
    list-style: none;
}



@media screen and (max-width: 767px), print {
  #baby-waserin-m .main .hero.pure{
    background-image: url(../img/hero_bg_01_sp_vr02.png);
  }
  #baby-waserin-m .main .hero.pure .content .text::before {
    background-image: url(../img/hero_product_01_sp_pure.png);
    width: calc(199/750 * 100vw);
    bottom: calc(80/750 * 100vw);
    margin-left: calc(23/750 * 100vw);
  }
  #baby-waserin-m .main .hero.pure .content .headline {
    width: calc(711/750 * 100vw);
    margin: calc(80/750 * 100vw) auto 0;
  }
  #baby-waserin-m .main .itemDtl{
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner{
    margin: auto;
    padding-top: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
    width: calc(700/750 * 100vw);
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner p{
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #999999;
    font-size: calc(20/750 * 100vw);
    letter-spacing: -0.05em;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name{
    margin-bottom: calc(12/750 * 100vw);
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name span{
    display: inline-block;
    border: solid 1px #999999;
    padding: 0 calc(20/750 * 100vw);
    margin-left: calc(24/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms{
    margin: auto;
    width: calc(670/750 * 100vw);
    padding: calc(57/750 * 100vw) 0 calc(100/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-txt,
  #baby-waserin-m .main .symptoms .headline{
    font-size: calc(26/750 * 100vw);;
    text-align: center;
  }

  #baby-waserin-m .main .symptoms .headline{
    position: relative;
    margin: calc(159/750 * 100vw) 0 calc(67/750 * 100vw);
    font-size: calc(36/750 * 100vw);;
  }

  #baby-waserin-m .main .symptoms .headline::before{
    content: '';
    position: absolute;
    display: block;
    width: calc(207/750 * 100vw);
    height: calc(88/750 * 100vw);
    background-image: url(../img/symptoms_balloon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(-65/750 * 100vw);
    left: calc(57/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .headline::after{
    content: '';
    position: absolute;
    display: block;
    width: calc(520/750 * 100vw);
    height: calc(14/750 * 100vw);
    background-image: url(../img/hl_waveline_yellow_sy.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(71/750 * 100vw);
    right: calc(67/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list{
    display: flex;
    justify-content: center;
  }

  #baby-waserin-m .main .symptoms .symptoms-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(44/750 * 100vw) 0 calc(60/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li{
    list-style-type: none;
    width: calc(301/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li:nth-child(1){
    margin-right: calc(24/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .symptoms-list li:nth-child(2){
    margin-left: calc(24/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .symptoms-list li:nth-child(3){
    margin-top: calc(24/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li .name{
    text-align: center;
    margin: 0;
    font-size: calc(28/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li .img{
    margin: 0;
    margin-bottom: calc(12/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .illust{
    border: solid calc(6/750 * 100vw) #f6f6ed;
    border-radius: calc(16/750 * 100vw);
    padding: calc(63/750 * 100vw) 0 calc(58/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .illust .illust-img{
    width: calc(477/750 * 100vw);
    margin: 0 auto calc(46/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .illust .illust-txt{
    margin: auto;
    width: calc(570/750 * 100vw);
  }

  #baby-waserin-m .main .pure.itemDtl::before{
    background-size: 50% 100%;
    background-position-x: 0;
  }

  #baby-waserin-m .main .itemDtl.pure{
    padding: calc(88/750 * 100vw) 0 calc(50/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information{
    margin: auto;
    width: calc(570/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__title{
    margin: 0;
    text-align: center;
    font-size: calc(36/750 * 100vw);
    margin-bottom: calc(16/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__ctga{
    line-height: 1.5;
    border: solid 1px #401c1f;
    font-size: calc(24/750 * 100vw);
    width: calc(170/750 * 100vw);
    text-align: center;
    padding: 0 calc(5/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__subTtl{
    font-weight: bold;
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(5/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap{
    margin-bottom: calc(15/750 * 100vw);
    padding-left: calc(5/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item .h5ttl{
    font-weight: normal;
    position: relative;
    line-height: calc(38/24);
    font-size: calc(24/750 * 100vw);
    padding-left: calc(28/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item .h5ttl::before{
    content: "1.";
    position: absolute;
    left: 0;
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item:nth-child(2) .h5ttl::before{
    content: "2.";
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList{
    margin-bottom: calc(10/750 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item{
    position: relative;
    display: flex;
    line-height: calc(38/24);
    font-size: calc(24/750 * 100vw);
    padding-left: calc(18/750 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(17/750 * 100vw);
    left: calc(2/750 * 100vw);
    width: calc(5/750 * 100vw);
    height: calc(5/750 * 100vw);
    background-color: #401c1f;
    border-radius: 50%;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .txtDsp{
    line-height: calc(38/24);
    font-size: calc(24/750 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information p,
  #baby-waserin-m .main .itemDtl.pure .information h4,
  #baby-waserin-m .main .itemDtl.pure .information h5,
  #baby-waserin-m .main .itemDtl.pure .information ul,
  #baby-waserin-m .main .itemDtl.pure .information ol
    {
      line-height: calc(38/24);
  }

  #baby-waserin-m .main .symptoms .pureDtl{
    background-color: #f7f3ce;
    padding: calc(51/750 * 100vw) 0 calc(48/750 * 100vw);
    margin: calc(87/750 * 100vw) 0 0;
    border-radius: calc(10/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: calc(624/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .img{
    order: 1;
    width: calc(236/750 * 100vw);
    margin: calc(49/750 * 100vw) auto 0;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt{
    width: 100%;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline{
    position: relative;
    font-size: calc(58/750 * 100vw);
    margin: calc(10/750 * 100vw) 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .txtline{
    text-align: center;
    line-height: calc(62/32);
    font-size: calc(32/750 * 100vw);
    margin: calc(35/750 * 100vw) 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::before{
    display: none;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::after{
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/pureDtl-ttl-line_sp.png);
    background-size: contain;
    vertical-align: middle;
    right: calc(24/750 * 100vw);
    top: calc(106/750 * 100vw);
    width: calc(538/750 * 100vw);
    height: calc(26/750 * 100vw);
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList{
    list-style-type: none;
    margin: calc(52/750 * 100vw) auto 0;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li{
    margin-left: calc(52/750 * 100vw);
    margin-bottom: calc(34/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(1){
    width: calc(560/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(2){
    width: calc(344/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(3){
    width: calc(466/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(4){
    width: calc(465/750 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li img{
    display: block;
    width: 100%;
  }
  #baby-waserin-m .main .whats .soft-img img{
    left: 0;
    display: block;
    margin: calc(20/750 * 100vw) auto calc(40/750 * 100vw);
    width: calc(235/750 * 100vw);
  }
}

@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .hero.pure{
    background-image: url(../img/hero_bg_01_vr02.png);
  }
  #baby-waserin-m .main .hero.pure .content .text::before {
    background-image: url(../img/hero_product_01_pure.png);
    top: calc(95/1100 * 100vw);
    right: calc(-55/1100 * 100vw);
  }
  #baby-waserin-m .main .hero.pure .content .headline {
    width: calc(445/1100 * 100vw);
    margin: -0.5em 0 0 -34px;
  }
  #baby-waserin-m .main .itemDtl{
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    padding-top: calc(3/1100 * 100vw);
    padding-bottom: 0;
    width: calc(980/1100 * 100vw);
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner p{
    line-height: 1.5;
    font-weight: 500;
    color: #999999;
    font-size: 10px;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name{
    margin-right: calc(30/1100 * 100vw);
    margin-left: calc(10/1100 * 100vw);
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name span{
    display: inline-block;
    border: solid 1px #999999;
    padding: 0 calc(5/1100 * 100vw);
    margin-left: calc(10/1100 * 100vw);
  }
  #baby-waserin-m .main .hero.pure .content .text::before {
    top: calc(95/1100 * 100vw);
    right: calc(-55/1100 * 100vw);
  }
  #baby-waserin-m .main .hero.pure .content .headline {
    width: calc(445/1100 * 100vw);
    margin: calc(10/1100 * 100vw) 0 0 calc(-34/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms{
    margin: auto;
    width: calc(980/1100 * 100vw);
    padding: calc(57/1100 * 100vw) 0 calc(100/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-txt,
  #baby-waserin-m .main .symptoms .headline{
    text-align: center;
  }

  #baby-waserin-m .main .symptoms .headline{
    position: relative;
    margin: calc(125/1100 * 100vw) 0 calc(48/1100 * 100vw);
    font-size: calc(28/1100 * 100vw);;
  }

  #baby-waserin-m .main .symptoms .headline::before{
    content: '';
    position: absolute;
    display: block;
    width: calc(150/1100 * 100vw);
    height: calc(70/1100 * 100vw);
    background-image: url(../img/symptoms_balloon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(-55/1100 * 100vw);
    left: calc(240/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .headline::after{
    content: '';
    position: absolute;
    display: block;
    width: calc(400/1100 * 100vw);
    height: calc(11/1100 * 100vw);
    background-image: url(../img/hl_waveline_yellow_sy.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(52/1100 * 100vw);
    right: calc(299/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list{
    display: flex;
    justify-content: center;
  }

  #baby-waserin-m .main .symptoms .symptoms-list{
    display: flex;
    justify-content: space-between;
    margin: calc(22/1100 * 100vw) 0 calc(60/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li{
    list-style-type: none;
    width: calc(301/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .symptoms-list li .name{
    text-align: center;
    margin: 0;
    font-size: calc(20/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .illust{
    display: flex;
    align-items: center;
    border: solid 3px #f6f6ed;
    border-radius: calc(10/1100 * 100vw);
    padding: calc(30/1100 * 100vw) 0 calc(30/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .illust .illust-img{
    width: calc(278/1100 * 100vw);
    margin: 0 calc(51/1100 * 100vw) 0 calc(33/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .illust .illust-txt{
    width: calc(570/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure{
    padding: calc(57/1100 * 100vw) 0 calc(50/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information{
    margin: auto;
    width: calc(980/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__title{
    margin: 0;
    text-align: center;
    font-size: calc(24/1100 * 100vw);
    margin-bottom: calc(16/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__ctga{
    line-height: 1.5;
    border: solid 1px #401c1f;
    font-size: calc(15/1100 * 100vw);
    width: calc(100/1100 * 100vw);
    text-align: center;
    padding: 0 calc(5/1100 * 100vw);
    margin-bottom: calc(5/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__subTtl{
    font-weight: bold;
    font-size: calc(15/1100 * 100vw);
    margin-bottom: calc(5/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap{
    margin-bottom: calc(15/1100 * 100vw);
    padding-left: calc(5/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item .h5ttl{
    font-weight: normal;
    position: relative;
    line-height: calc(18/14);
    font-size: calc(14/1100 * 100vw);
    padding-left: calc(18/1100 * 100vw);
    margin-bottom: calc(5/1100 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item .h5ttl::before{
    content: "1.";
    position: absolute;
    left: 0;
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList{
    margin-bottom: calc(5/1100 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item{
    position: relative;
    display: flex;
    line-height: calc(18/14);
    font-size: calc(14/1100 * 100vw);
    padding-left: calc(16/1100 * 100vw);
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(7/1100 * 100vw);
    left: calc(2/1100 * 100vw);
    width: calc(5/1100 * 100vw);
    height: calc(5/1100 * 100vw);
    background-color: #401c1f;
    border-radius: 50%;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .txtDsp{
    line-height: calc(18/14);
    font-size: calc(14/1100 * 100vw);
  }

  #baby-waserin-m .main .itemDtl.pure .information p,
  #baby-waserin-m .main .itemDtl.pure .information h4,
  #baby-waserin-m .main .itemDtl.pure .information h5,
  #baby-waserin-m .main .itemDtl.pure .information ul,
  #baby-waserin-m .main .itemDtl.pure .information ol
    {
      line-height: calc(18/14);
  }

  #baby-waserin-m .main .symptoms .pureDtl{
    background-color: #f7f3ce;
    padding: calc(39/1100 * 100vw) 0 calc(56/1100 * 100vw);
    margin: calc(43/1100 * 100vw) 0 0;
    border-radius: calc(10/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: calc(624/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .img{
    width: calc(135/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt{

  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline{
    position: relative;
    font-size: calc(38/1100 * 100vw);
    margin: calc(10/1100 * 100vw) 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .txtline{
    text-align: center;
    line-height: calc(40/19);
    font-size: calc(19/1100 * 100vw);
    margin: calc(35/1100 * 100vw) 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::before{
    display: none;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::after{
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/pureDtl-ttl-line_pc.png);
    background-size: contain;
    vertical-align: middle;
    right: calc(24/1100 * 100vw);
    top: calc(72/1100 * 100vw);
    width: calc(395/1100 * 100vw);
    height: calc(20/1100 * 100vw);
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList{
    display: flex;
    margin: auto;
    list-style-type: none;
    width: calc(877/1100 * 100vw);
    margin: calc(20/1100 * 100vw) auto 0;

  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li{
    margin-right: calc(34/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(1){
    width: calc(231/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(2){
    width: calc(177/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(3){
    width: calc(177/1100 * 100vw);
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(4){
    width: calc(170/1100 * 100vw);
  }
  #baby-waserin-m .main .whats .soft-img figcaption {
    left: 0;
  }
  #baby-waserin-m .main .whats .soft-img img{
    display: block;
    margin: calc(20/1100 * 100vw) auto calc(20/1100 * 100vw);
    width: calc(126/1100 * 100vw);
  }
}

@media screen and (min-width: 1100px), print {
  #baby-waserin-m .main .hero.pure .content .text::before {
    top: 95px;
    right: -55px;
  }
  #baby-waserin-m .main .hero.pure .content .headline {
    width: 445px;
    margin: -0.5em 0 0 -34px;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner{
    padding-top: 3px;
    padding-bottom: 0;
    width: 980px;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name{
    margin-right: 30px;
    margin-left: 10px;
  }
  #baby-waserin-m .main .itemDtl .itemDtl-inner .itemDtl-inner-name span{
    padding: 0 5px;
    margin-left: 10px;
  }
  #baby-waserin-m .main .hero.pure .content .text::before {
    top: 95px;
    right: -55px;
  }
  #baby-waserin-m .main .hero.pure .content .headline {
    width: 445px;
    margin: -0.5em 0 0 -34px;
  }
  #baby-waserin-m .main .symptoms{
    width: 980px;
    padding: 57px 0 100px;
  }

  #baby-waserin-m .main .symptoms .headline{
    margin: 125px 0 48px;
    font-size: 28px;
  }

  #baby-waserin-m .main .symptoms .headline::before{
    width: 150px;
    height: 70px;
    top: -55px;
    left: 240px;
  }

  #baby-waserin-m .main .symptoms .headline::after{
    width: 400px;
    height: 11px;
    top: 52px;
    right: 299px;
  }

  #baby-waserin-m .main .symptoms .symptoms-list{
    margin: 22px 0 60px;
  }

  #baby-waserin-m .main .symptoms .symptoms-list li{
    width: 301px;
  }

  #baby-waserin-m .main .symptoms .symptoms-list li .name{
    font-size: 20px;
  }

  #baby-waserin-m .main .symptoms .illust{
    border-radius: 10px;
    padding: 30px 0 30px;
  }
  #baby-waserin-m .main .symptoms .illust .illust-img{
    width: 278px;
    margin: 0 51px 0 33px;
  }
  #baby-waserin-m .main .symptoms .illust .illust-txt{
    width: 570px;
  }

  #baby-waserin-m .main .itemDtl.pure{
    padding: 57px 0 50px;
  }

  #baby-waserin-m .main .itemDtl.pure .information{
    width: 980px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__title{
    font-size: 24px;
    margin-bottom: 16px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__ctga{
    font-size: 15px;
    width: 100px;
    padding: 0 5px;
    margin-bottom: 5px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__subTtl{
    font-size: 15px;
    margin-bottom: 5px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap{
    margin-bottom: 15px;
    padding-left: 5px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .numList .numList-item .h5ttl{
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 5px;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList{
    margin-bottom: 5px;
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item{
    line-height: calc(18/14);
    font-size: 14px;
    padding-left: 16px;
  }
  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .dotList .dotList-item::before{
    top: 7px;
    left: 2px;
    width: 5px;
    height: 5px;
    background-color: #401c1f;
    border-radius: 50%;
  }

  #baby-waserin-m .main .itemDtl.pure .information .information__wrap .txtDsp{
    line-height: calc(18/14);
    font-size: 14px;
  }

  #baby-waserin-m .main .itemDtl.pure .information p,
  #baby-waserin-m .main .itemDtl.pure .information h4,
  #baby-waserin-m .main .itemDtl.pure .information h5,
  #baby-waserin-m .main .itemDtl.pure .information ul,
  #baby-waserin-m .main .itemDtl.pure .information ol
    {
      line-height: calc(18/14);
  }

  #baby-waserin-m .main .symptoms .pureDtl{
    background-color: #f7f3ce;
    padding: 39px 0 56px;
    margin: 43px 0 0;
    border-radius: 10px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 624px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .img{
    width: 135px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt{

  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline{
    position: relative;
    font-size: 38px;
    margin: 10px 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .txtline{
    text-align: center;
    line-height: calc(40/19);
    font-size: 19px;
    margin: 35px 0 0;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::before{
    display: none;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-tp .pureDtl-tp-txt .headline::after{
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../img/pureDtl-ttl-line_pc.png);
    background-size: contain;
    vertical-align: middle;
    right: 24px;
    top: 72px;
    width: 395px;
    height: 20px;
  }

  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList{
    display: flex;
    margin: auto;
    list-style-type: none;
    width: 877px;
    margin: 22px auto 0;

  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li{
    margin-right: 34px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(1){
    width: 231px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(2){
    width: 177px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(3){
    width: 177px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li:nth-child(4){
    width: 170px;
  }
  #baby-waserin-m .main .symptoms .pureDtl .pureDtl-txtList li img{
    display: block;
    width: auto;
  }
  #baby-waserin-m .main .whats .soft-img img{
    margin: 20px auto 20px;
    width: 126px;
  }
}

/* 1026赤ちゃんパッケージのベビーワセリンへのリンクを追加 */
@media print {
  #baby-waserin-m .main .hero.vr02 {
    background-image: none;
  }
}

.b-bnr-link img{
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .b-bnr-link.only-pc{
    margin: 0;
    position: absolute;
    width: calc(208/1100 * 100vw);
    top: calc(15/1100 * 100vw);
    right: 0;
  }
  .b-bnr-link.only-pc a{
    transition: all .3s;
  }
  .b-bnr-link.only-pc a:hover{
    opacity: 0.7;
  }
}
@media screen and (min-width: 1100px), print {
  .b-bnr-link.only-pc{
    width: 208px;
    top: 15px;
  }
}
@media screen and (max-width: 767px), print {
  .b-bnr-link.only-sp{
    margin: calc(-10/750 * 100vw) auto calc(62/750 * 100vw) ;
    width: calc(696/750 * 100vw);
  }
}


/* MV差し替え */
#baby-waserin-m .main .hero.pure,
#baby-waserin-m .main .hero.soft
{
  background-color: #fff;
}
#baby-waserin-m .main .hero.vr02{
  background-color: #6bc5e7;
}

#baby-waserin-m .main .hero.vr02 .headline .figure,
#baby-waserin-m .main .hero.pure .headline .figure,
#baby-waserin-m .main .hero.soft .headline .figure,
#baby-waserin-m .main .hero.pure .content .text::before,
#baby-waserin-m .main .hero.soft .content .text::before{
  opacity: 0;
}

#baby-waserin-m .main .hero.pure{
  background-image: url(../img/hero_bg_01_pure_sp.png);
}
@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .hero.pure{
    background-image: url(../img/hero_bg_01_pure.png);
  }
}

#baby-waserin-m .main .hero.soft{
  background-image: url(../img/hero_bg_01_soft_sp.png);
}
@media screen and (min-width: 768px), print {
  #baby-waserin-m .main .hero.soft{
    background-image: url(../img/hero_bg_01_soft.png);
  }
}

@media screen and (min-width: 768px), print {

  /* #baby-waserin-m .main .hero, */
  #baby-waserin-m .main .hero.pure,
  #baby-waserin-m .main .hero.soft{
    width: 100%;
    background-size: cover;
    height: calc(483 / 1800 * 100vw);
  }
}

@media screen and (min-width: 1301px), print {
  #baby-waserin-m .main .hero .content {
    width: 1300px;
  }
}

@media screen and (min-width: 1800px), print {
  /* #baby-waserin-m .main .hero, */
  #baby-waserin-m .main .hero.pure,
  #baby-waserin-m .main .hero.soft{
    margin: auto;
    width: 1800px;
  }
}
</pre></body></html>