/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .slick-slider *:focus {
    outline: none; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-dots {
  position: absolute;
  top: 123px;
  list-style: none;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:before {
        position: absolute;
        left: 0;
        content: "";
        width: 10px;
        height: 10px;
        text-align: center;
        background: #fff;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }
    .slick-dots li.slick-active button:before {
      background: #cda039; }

.hotgel .secret .slick-slide button {
  cursor: pointer; }

.hotgel .secret .slick-slide img {
  display: inline; }

.hotgel .secret .slick-dots {
  top: 318px;
  left: 6px; }
  .hotgel .secret .slick-dots button {
    width: 10px; }
  .hotgel .secret .slick-dots button:before {
    background: #808080;
    width: 6.5px;
    height: 6.5px; }
  .hotgel .secret .slick-dots .slick-active button:before {
    background: #7e1613; }

.hotgel .secret .slick-disabled {
  visibility: hidden;
  opacity: 0; }

.milk .secret .slick-slide button {
  cursor: pointer; }

.milk .secret .slick-slide img {
  display: inline; }

.milk .secret .slick-dots {
  top: 331px;
  left: 6px; }
  .milk .secret .slick-dots button {
    width: 10px; }
  .milk .secret .slick-dots button:before {
    background: #808080;
    width: 6.5px;
    height: 6.5px; }
  .milk .secret .slick-dots .slick-active button:before {
    background: #147f42; }

.milk .secret .slick-disabled {
  visibility: hidden;
  opacity: 0; }

#mv {
  position: relative;
  background-image: url(../images/mv__dots_bg.png);
  background-position: center bottom; }
  #mv .mv__slider {
    position: relative;
    width: 320px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 24px; }
    #mv .mv__slider .slide {
      width: 320px;
      height: 200px; }
      #mv .mv__slider .slide img {
        width: 320px;
        height: auto; }
      #mv .mv__slider .slide .johnny-cover {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  #mv .dots-container {
    position: absolute;
    bottom: 146px;
    width: 100%; }
    #mv .dots-container .slick-dots li {
      width: 6px;
      height: 6px;
      margin: 0 5px; }
    #mv .dots-container .slick-dots li button {
      background-color: #fff;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      width: 6px;
      height: 6px;
      padding: 0; }
      #mv .dots-container .slick-dots li button:before {
        display: none; }
    #mv .dots-container .slick-dots li.slick-active button {
      background-color: #cda039; }

#canpaign {
  position: relative;
  padding: 28px 0 30px;
  overflow: hidden; }
  #canpaign .circle {
    position: relative; }
    #canpaign .circle img {
      top: -10px;
      left: 0;
      position: absolute; }
  #canpaign .yuzu_cut {
    position: relative; }
    #canpaign .yuzu_cut img {
      position: absolute; }
      #canpaign .yuzu_cut img[data-id="0"] {
        top: -32px;
        left: 12px; }
      #canpaign .yuzu_cut img[data-id="1"] {
        top: 104px;
        right: 13px; }
  #canpaign .title {
    text-align: center;
    position: relative;
    z-index: 10; }

#product {
  background-image: url(../images/prodact__bg.png);
  background-attachment: fixed;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  padding: 34px 0 1px; }
  #product .product_block .hotgel {
    width: 305.5px;
    height: 1321.5px;
    margin-bottom: 50px;
    background-image: url(../images/prodact__hotgel_bg.png);
    -moz-background-size: 100%;
      -o-background-size: 100%;
         background-size: 100%;
    background-repeat: no-repeat; }
    #product .product_block .hotgel .title {
      text-align: center;
      padding-top: 22px; }
    #product .product_block .hotgel .product_grid {
      width: 300px;
      overflow: hidden; }
      #product .product_block .hotgel .product_grid .heading {
        padding: 48px 0 10px; }
        #product .product_block .hotgel .product_grid .heading .phot {
          text-align: center;
          position: relative; }
          #product .product_block .hotgel .product_grid .heading .phot .ttl {
            padding-bottom: 12px;
            text-align: center; }
          #product .product_block .hotgel .product_grid .heading .phot .txt {
            line-height: 1.5;
            font-size: 12px;
            padding-bottom: 42px; }
            #product .product_block .hotgel .product_grid .heading .phot .txt span {
              color: #7e1613; }
          #product .product_block .hotgel .product_grid .heading .phot .item {
            position: relative;
            top: -12px;
            left: -10px; }
      #product .product_block .hotgel .product_grid .secret {
        padding: 48px 0 26px;
        text-align: center;
        position: relative; }
        #product .product_block .hotgel .product_grid .secret .title {
          padding-bottom: 24px; }
        #product .product_block .hotgel .product_grid .secret .mv-btn {
          width: 30px;
          height: 30px;
          cursor: pointer;
          vertical-align: top;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #product .product_block .hotgel .product_grid .secret .mv-btn .bg {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 100%;
               -moz-border-radius: 100%;
                    border-radius: 100%;
            background-color: #7e1613;
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            -o-transition: -o-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            -moz-transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -moz-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -moz-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -o-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99); }
          #product .product_block .hotgel .product_grid .secret .mv-btn .arrow {
            position: absolute;
            vertical-align: top;
            left: 0;
            top: 0; }
          #product .product_block .hotgel .product_grid .secret .mv-btn:hover .bg {
            -webkit-transform: scale(1.13, 1.13);
               -moz-transform: scale(1.13, 1.13);
                -ms-transform: scale(1.13, 1.13);
                 -o-transform: scale(1.13, 1.13);
                    transform: scale(1.13, 1.13); }
          #product .product_block .hotgel .product_grid .secret .mv-btn.mv-left {
            position: absolute;
            left: 3px;
            top: 50%;
            margin-top: 27px; }
            #product .product_block .hotgel .product_grid .secret .mv-btn.mv-left .arrow {
              left: 0;
              top: 7px; }
          #product .product_block .hotgel .product_grid .secret .mv-btn.mv-right {
            position: absolute;
            right: 3px;
            top: 50%;
            margin-top: 27px; }
            #product .product_block .hotgel .product_grid .secret .mv-btn.mv-right .arrow {
              right: -13px;
              top: 7px; }
        #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block {
          width: 280px;
          height: 282.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .square {
            position: absolute; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 106px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 27px 0 15px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 4px;
            font-size: 12px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 25px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="1"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1; }
        #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block {
          width: 280px;
          height: 282.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .square {
            position: absolute; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 90px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 20px 0 15px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 4px;
            font-size: 12px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 14px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="2"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1; }
        #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block {
          width: 280px;
          height: 282.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .square {
            position: absolute; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .num {
            position: absolute;
            top: 20px;
            right: 50%;
            margin-right: 96px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 27px 0 15px 24px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 4px;
            font-size: 12px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .icon {
            position: relative;
            z-index: 1; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="3"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1;
            line-height: 1.7; }
        #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block {
          width: 280px;
          height: 282.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .square {
            position: absolute; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 98px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 44px 0 15px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 34px;
            font-size: 12px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 25px; }
          #product .product_block .hotgel .product_grid .secret .item[data-index="4"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1; }
      #product .product_block .hotgel .product_grid .how {
        width: 280px;
        margin: auto;
        position: relative;
        padding-bottom: 76px; }
        #product .product_block .hotgel .product_grid .how .square {
          position: absolute;
          top: 0;
          left: 0; }
        #product .product_block .hotgel .product_grid .how .txt_block {
          position: relative;
          z-index: 1;
          padding: 0 20px; }
          #product .product_block .hotgel .product_grid .how .txt_block .title {
            padding: 38px 0 25px;
            text-align: center; }
          #product .product_block .hotgel .product_grid .how .txt_block .step {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-bottom: 30px; }
            #product .product_block .hotgel .product_grid .how .txt_block .step:last-child {
              margin-bottom: 0; }
            #product .product_block .hotgel .product_grid .how .txt_block .step .item {
              width: 45px;
              height: 45px; }
              #product .product_block .hotgel .product_grid .how .txt_block .step .item img {
                width: 45px;
                height: 45px; }
            #product .product_block .hotgel .product_grid .how .txt_block .step .txt {
              margin-left: 10px;
              font-size: 12px;
              line-height: 1.5; }
  #product .product_block .milk {
    width: 305.5px;
    height: 1321.5px;
    margin-bottom: 50px;
    background-image: url(../images/prodact__milk_bg.png);
    -moz-background-size: 100%;
      -o-background-size: 100%;
         background-size: 100%;
    background-repeat: no-repeat; }
    #product .product_block .milk .title {
      text-align: center;
      padding-top: 22px; }
    #product .product_block .milk .product_grid {
      width: 300px;
      overflow: hidden; }
      #product .product_block .milk .product_grid .heading {
        padding: 48px 0 10px; }
        #product .product_block .milk .product_grid .heading .phot {
          text-align: center;
          position: relative; }
          #product .product_block .milk .product_grid .heading .phot .ttl {
            padding-bottom: 12px;
            text-align: center; }
          #product .product_block .milk .product_grid .heading .phot .txt {
            line-height: 1.5;
            font-size: 12px;
            padding-bottom: 42px; }
            #product .product_block .milk .product_grid .heading .phot .txt span {
              color: #2b8c55; }
          #product .product_block .milk .product_grid .heading .phot .item {
            position: relative;
            top: -12px;
            left: -10px; }
      #product .product_block .milk .product_grid .secret {
        padding: 48px 0 26px;
        text-align: center;
        position: relative; }
        #product .product_block .milk .product_grid .secret .title {
          padding-bottom: 24px; }
        #product .product_block .milk .product_grid .secret .mv-btn {
          width: 30px;
          height: 30px;
          cursor: pointer;
          vertical-align: top;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #product .product_block .milk .product_grid .secret .mv-btn .bg {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 100%;
               -moz-border-radius: 100%;
                    border-radius: 100%;
            background-color: #2b8c55;
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            -o-transition: -o-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            -moz-transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -moz-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99);
            transition: transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -webkit-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -moz-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99), -o-transform 0.2s cubic-bezier(0, 0.73, 0.63, 0.99); }
          #product .product_block .milk .product_grid .secret .mv-btn .arrow {
            position: absolute;
            vertical-align: top;
            left: 0;
            top: 0; }
          #product .product_block .milk .product_grid .secret .mv-btn:hover .bg {
            -webkit-transform: scale(1.13, 1.13);
               -moz-transform: scale(1.13, 1.13);
                -ms-transform: scale(1.13, 1.13);
                 -o-transform: scale(1.13, 1.13);
                    transform: scale(1.13, 1.13); }
          #product .product_block .milk .product_grid .secret .mv-btn.mv-left {
            position: absolute;
            left: 3px;
            top: 50%;
            margin-top: 27px; }
            #product .product_block .milk .product_grid .secret .mv-btn.mv-left .arrow {
              left: 0;
              top: 7px; }
          #product .product_block .milk .product_grid .secret .mv-btn.mv-right {
            position: absolute;
            right: 3px;
            top: 50%;
            margin-top: 27px; }
            #product .product_block .milk .product_grid .secret .mv-btn.mv-right .arrow {
              right: -13px;
              top: 7px; }
        #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block {
          width: 280px;
          height: 297.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .square {
            position: absolute; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 106px; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 27px 0 8px; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 4px;
            font-size: 12px; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 10px; }
          #product .product_block .milk .product_grid .secret .item[data-index="1"] .square_block .note {
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1;
            text-align: center;
            font-size: 8.5px; }
        #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block {
          width: 280px;
          height: 297.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .square {
            position: absolute; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 90px; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 37px 0 10px 20px; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            font-size: 12px; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 14px;
            padding-right: 12px; }
          #product .product_block .milk .product_grid .secret .item[data-index="2"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1; }
        #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block {
          width: 280px;
          height: 297.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .square {
            position: absolute; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .num {
            position: absolute;
            top: 20px;
            right: 50%;
            margin-right: 96px; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 27px 0 15px; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 4px;
            font-size: 12px; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .icon {
            position: relative;
            z-index: 1; }
          #product .product_block .milk .product_grid .secret .item[data-index="3"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1;
            line-height: 1.7; }
        #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block {
          width: 280px;
          height: 297.5px;
          margin: auto;
          padding: 36px 0 14px;
          position: relative; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .square {
            position: absolute; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .num {
            position: absolute;
            top: 17px;
            right: 50%;
            margin-right: 98px; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .ttl {
            position: relative;
            z-index: 1;
            padding: 44px 0 15px; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .txt {
            position: relative;
            text-align: left;
            width: 220px;
            margin: auto;
            z-index: 1;
            line-height: 1.7;
            padding-bottom: 34px;
            font-size: 12px; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .icon {
            position: relative;
            z-index: 1;
            padding-bottom: 25px; }
          #product .product_block .milk .product_grid .secret .item[data-index="4"] .square_block .note {
            text-align: left;
            width: 220px;
            margin: auto;
            position: relative;
            z-index: 1; }
      #product .product_block .milk .product_grid .how {
        width: 280px;
        margin: auto;
        position: relative;
        padding-bottom: 106px; }
        #product .product_block .milk .product_grid .how .square {
          position: absolute;
          top: 0;
          left: 0; }
        #product .product_block .milk .product_grid .how .txt_block {
          position: relative;
          z-index: 1;
          padding: 0 20px; }
          #product .product_block .milk .product_grid .how .txt_block .title {
            text-align: center;
            padding: 38px 0 25px; }
          #product .product_block .milk .product_grid .how .txt_block .step {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-bottom: 30px; }
            #product .product_block .milk .product_grid .how .txt_block .step:last-child {
              margin-bottom: 0; }
            #product .product_block .milk .product_grid .how .txt_block .step .item {
              width: 45px;
              height: 45px; }
              #product .product_block .milk .product_grid .how .txt_block .step .item img {
                width: 45px;
                height: 45px; }
            #product .product_block .milk .product_grid .how .txt_block .step .txt {
              margin-left: 10px;
              font-size: 12px;
              line-height: 1.5; }
              #product .product_block .milk .product_grid .how .txt_block .step .txt .note {
                font-size: 10px; }
              #product .product_block .milk .product_grid .how .txt_block .step .txt strong {
                font-weight: 100;
                background-color: #fff100; }
