@charset "UTF-8";
/*
Font Style
 */
.title li, #top .main_w_p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}

/*
Clear Fix
 */
/*
Transition
 */
/*
Inline Block
 */
#unique .w_d3, #c_p_j, #product .product_list li, #product2 ul li, #recipe_link .recipe_wrap, #recipe_link .recipe_wrap .recipe_img .wrap, #insta a {
  font-size: 0;
  letter-spacing: 0;
}

/*
Middle Center
 */
/*
Center
 */
.splash .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

/*
WPなどの本文が入るところ
 */
.f1l, .f1, .f1B, .f1BK, .title li:last-of-type, #product .product_list li:nth-of-type(odd) .right .comparison .comparison_text, #product .product_list li:nth-of-type(even) .left .comparison .comparison_text {
  font-family: 'Lato', sans-serif;
}

.f1l {
  font-weight: 300;
}

.f1B {
  font-weight: 700;
}

.f1BK {
  font-weight: 900;
}

.title {
  text-align: center;
  padding: 70px 0 60px;
  position: relative;
  z-index: 5;
}

.title img {
  display: block;
  margin: 0 auto 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .6s .1s ease-out;
}

.title li {
  display: inline-block;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: .11em;
  color: #FF7A86;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.title li:last-of-type {
  font-size: 26px;
  display: block;
  font-weight: 900;
  letter-spacing: .2em;
  transition: all 1.5s .5s ease-out;
}

.title.action img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.title.action li:nth-of-type(1) {
  animation: example 1.5s ease 0.4s 1 forwards;
}

.title.action li:nth-of-type(2) {
  animation: example 1.5s ease 0.5s 1 forwards;
}

.title.action li:nth-of-type(3) {
  animation: example 1.5s ease 0.6s 1 forwards;
}

.title.action li:nth-of-type(4) {
  animation: example 1.5s ease 0.7s 1 forwards;
}

.title.action li:nth-of-type(5) {
  animation: example 1.5s ease 0.8s 1 forwards;
}

.title.action li:nth-of-type(6) {
  animation: example 1.5s ease 0.9s 1 forwards;
}

.title.action li:nth-of-type(7) {
  animation: example 1.5s ease 1.0s 1 forwards;
}

.title.action li:nth-of-type(8) {
  animation: example 1.5s ease 1.1s 1 forwards;
}

.title.action li:nth-of-type(9) {
  animation: example 1.5s ease 1.2s 1 forwards;
}

.title.action li:nth-of-type(10) {
  animation: example 1.5s ease 1.3s 1 forwards;
}

.title.action li:nth-of-type(11) {
  animation: example 1.5s ease 1.4s 1 forwards;
}

.title.action li:nth-of-type(12) {
  animation: example 1.5s ease 1.5s 1 forwards;
}

.title.action li:nth-of-type(13) {
  animation: example 1.5s ease 1.6s 1 forwards;
}

.title.action li:nth-of-type(14) {
  animation: example 1.5s ease 1.7s 1 forwards;
}

.title.action li:nth-of-type(15) {
  animation: example 1.5s ease 1.8s 1 forwards;
}

.title.action li:nth-of-type(16) {
  animation: example 1.5s ease 1.9s 1 forwards;
}

.title.action li:nth-of-type(17) {
  animation: example 1.5s ease 2.0s 1 forwards;
}

.title.action li:nth-of-type(18) {
  animation: example 1.5s ease 2.1s 1 forwards;
}

@keyframes example {
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media screen and (max-width: 767px) {
  .title {
    padding: 50px 0 25px;
    position: relative;
    z-index: 3;
  }
  .title img {
    margin: 0 auto 10px;
    width: 40px;
  }
  .title li {
    font-size: 27px;
    line-height: 1.3;
  }
  .title li:last-of-type {
    font-size: 13px;
  }
}

body {
  min-width: 1080px;
}

body:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: opacity .4s linear;
  background: #fff;
}

.splash .wrap {
  height: 270px;
  width: 356px;
  overflow: hidden;
}

.splash .wrap .ie_logo {
  display: none;
}

.splash .wrap .splash_svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.splash .wrap .splash_svg path {
  fill: #fff;
}

.splash .wrap .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
  transition: all 2s linear;
  background: #ED9EBA;
}

.splash .wrap .water.start {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.splash .wrap .water.end {
  transition-duration: .5s;
  background: #000;
}

.splash .wrap .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}

.splash .wrap .water_wave_back {
  right: 0;
  fill: #74CCC9;
  animation: wave-back 1.4s infinite linear;
}

.splash .wrap .water_wave_front {
  left: 0;
  fill: #ED9EBA;
  margin-bottom: -1px;
  animation: wave-front .7s infinite linear;
}

@keyframes wave-front {
  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes wave-back {
  100% {
    transform: translate(50%, 0);
  }
}

.splash.out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.splash.out.hide {
  left: -100%;
}

@media all and (-ms-high-contrast: none) {
  .splash svg,
  .splash .water {
    display: none;
  }
  .splash .wrap .ie_logo {
    display: block;
    width: 250px;
    height: 100%;
    margin: 0 auto;
  }
}

@supports (-ms-ime-align: auto) {
  .splash svg,
  .splash .water {
    display: none;
  }
  .splash .wrap .ie_logo {
    display: block;
    width: 250px;
    height: 100%;
    margin: 0 auto;
  }
}

#top {
  width: 100%;
  height: 100vh;
  background: #76D3CE;
  position: relative;
  margin-top: -80px;
  z-index: 1;
  overflow: hidden;
}

#top:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #FFABCA;
  z-index: 1;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 40%, 100% 100%, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 40%, 100% 100%, 100% 100%);
}

#top .water_drops {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: no-repeat center/cover url(../img/water_drops.png);
}

#top .main_img {
  width: auto;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 8;
  perspective: 800px;
}

#top .main_img .ie_image {
  display: none;
}

#top .main_img .cube {
  width: 30vw;
  height: 80%;
  margin: 6% auto 0;
  position: relative;
  transform-style: preserve-3d;
}

#top .main_img .cube.animation {
  transition: all .4s ease-out;
}

#top .main_img .cube.show_right {
  transform: rotateY(-90deg);
}

#top .main_img .cube.show_back {
  transform: rotateY(-180deg);
}

#top .main_img .cube.show_left {
  transform: rotateY(-270deg);
}

#top .main_img .cube.show_front {
  transform: rotateY(-360deg);
}

#top .main_img .cube .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: no-repeat center / auto 115%;
  transition: opacity .4s ease-out;
}

#top .main_img .cube .panel.img1 {
  background-image: url(../img/top1.png);
}

#top .main_img .cube .panel.img2 {
  background-image: url(../img/top2.png);
}

#top .main_img .cube .panel.img3 {
  background-image: url(../img/top3.png);
}

#top .main_img .cube .panel.img4 {
  background-image: url(../img/top4.png);
}

#top .main_img .cube .panel.img5 {
  background-image: url(../img/top5.png);
}

#top .main_img .cube .panel.img6 {
  background-image: url(../img/top6.png);
}

#top .main_img .cube .panel.img7 {
  background-image: url(../img/top7.png);
}

#top .main_img .cube .panel.img8 {
  background-image: url(../img/top8.png);
}

#top .main_img .cube .panel.img9 {
  background-image: url(../img/top9.png);
}

#top .main_img .cube .panel.img10 {
  background-image: url(../img/top10.png);
}

#top .main_img .cube .panel.out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#top .main_img .cube .panel.front {
  transform: translateZ(13vw);
}

#top .main_img .cube .panel.right {
  left: 50%;
  transform: rotateY(90deg);
}

#top .main_img .cube .panel.back {
  transform: translateZ(-13vw) rotateY(-180deg);
}

#top .main_img .cube .panel.left {
  left: -50%;
  transform: rotateY(-90deg);
}

@media all and (-ms-high-contrast: none) {
  #top .main_img .ie_image {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #top .main_img .ie_image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / auto 100%;
    transition: opacity .4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #top .main_img .ie_image div.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #top .main_img .ie_image div.img1 {
    background-image: url(../img/top1.png);
  }
  #top .main_img .ie_image div.img2 {
    background-image: url(../img/top2.png);
  }
  #top .main_img .ie_image div.img3 {
    background-image: url(../img/top3.png);
  }
  #top .main_img .ie_image div.img4 {
    background-image: url(../img/top4.png);
  }
  #top .main_img .ie_image div.img5 {
    background-image: url(../img/top5.png);
  }
  #top .main_img .ie_image div.img6 {
    background-image: url(../img/top6.png);
  }
  #top .main_img .ie_image div.img7 {
    background-image: url(../img/top7.png);
  }
  #top .main_img .ie_image div.img8 {
    background-image: url(../img/top8.png);
  }
  #top .main_img .ie_image div.img9 {
    background-image: url(../img/top9.png);
  }
  #top .main_img .ie_image div.img10 {
    background-image: url(../img/top10.png);
  }
  #top .main_img .cube {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  #top .main_img .cube {
    display: none;
  }
}

#top .sp {
  display: none;
}

#top .pc {
  display: block;
}

#top .main_text {
  position: absolute;
  top: 18%;
  right: 6%;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .8s .3s ease-out;
}

#top .main_text.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#top .main_w_p {
  cursor: pointer;
  text-decoration: none;
  width: 178px;
  height: 242px;
  position: absolute;
  bottom: 3%;
  left: 3%;
  z-index: 8;
  font-size: 16px;
  color: #fff;
  padding-top: 95px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .2em;
  transition: all .6s ease-out;
  animation: fluffy 0.8s linear 0s 1;
  background: no-repeat center/auto url("../img/w_d1.svg");
}

#top .main_w_p:hover {
  background: no-repeat center/auto url("../img/w_d2.svg");
}

@keyframes fluffy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

#top .main_w_p:hover:after {
  bottom: 25px;
}

#top .main_w_p:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 22px solid #fff;
  position: absolute;
  bottom: 30px;
  left: 43%;
  transition: all .3s ease-out;
}

#top .main_w_p span {
  font-size: 32px;
  display: block;
  margin-top: 8px;
}

#unique {
  width: 100%;
  height: auto;
  padding: 0 0 100px;
  overflow: hidden;
  background: repeat center/auto url("../img/unique_bg.png");
}

#unique .unique_wrap {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: auto;
}

#unique .f1 {
  position: absolute;
  top: 180px;
  left: -20px;
  width: 380px;
}

#unique .f2 {
  position: absolute;
  top: 367px;
  right: -150px;
  width: 400px;
  z-index: 2;
}

#unique .f3 {
  position: absolute;
  top: 1087px;
  left: -110px;
  width: 265px;
  z-index: 2;
}

#unique .f4 {
  position: absolute;
  top: 1197px;
  right: -90px;
  width: 205px;
}

#unique .f5 {
  position: absolute;
  bottom: -400px;
  left: 120px;
  width: 355px;
}

#unique .bg1 {
  position: absolute;
  top: -10px;
  right: -2%;
  width: 437px;
}

#unique .bg2 {
  position: absolute;
  top: 487px;
  left: -100px;
  width: 421px;
}

#unique .w_d3 {
  text-align: center;
  position: relative;
  z-index: 3;
}

#unique .w_d3.action li:nth-of-type(1) {
  animation: Shake 0.6s linear 0.5s 1 forwards;
}

#unique .w_d3.action li:nth-of-type(2) {
  animation: Shake 0.6s linear 0.8s 1 forwards;
}

#unique .w_d3.action li:nth-of-type(3) {
  animation: Shake 0.6s linear 1.1s 1 forwards;
}

@keyframes Shake {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#unique .w_d3 li {
  width: 252px;
  display: inline-block;
  position: relative;
  margin: 0 2.1%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#unique .w_d3 li img {
  width: 100%;
}

#unique .w_d3 li p {
  color: #fff;
  width: 90%;
  font-size: 44px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  line-height: 1.2;
}

#unique .himitsu {
  font-size: 30px;
  text-align: center;
  color: #7A6356;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

#unique .himitsu span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}

#unique .diagram {
  width: 880px;
  height: auto;
  margin: 60px auto 0;
  padding: 0 40px 10px;
  position: relative;
  z-index: 3;
  background: no-repeat center/auto url("../img/hpp_img.svg");
}

#unique .diagram .pc {
  display: block;
}

#unique .diagram .left {
  width: 370px;
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
  font-weight: bold;
}

#unique .diagram .left .hpp_q {
  font-size: 30px;
  color: #FF7A86;
  letter-spacing: .025em;
  line-height: 1.5;
}

#unique .diagram .left .hpp_a {
  font-size: 20px;
  color: #7A6356;
  margin-top: 28px;
  line-height: 1.7;
  letter-spacing: .025em;
}

#unique .diagram .right {
  width: 370px;
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  margin-top: -5px;
}

#unique .diagram .right .ani {
  width: 122px;
  position: relative;
  top: 0px;
  left: 2px;
}

#unique .diagram .right .bottle {
  position: absolute;
  bottom: 33px;
  left: 50%;
  -ms-transform: translate(-15%, 0);
      transform: translate(-15%, 0);
}

#unique .diagram .right .arrow1 {
  position: absolute;
  bottom: 50px;
  left: 1px;
  animation: arrow1 1s ease-out infinite alternate;
}

@keyframes arrow1 {
  0% {
    left: 1px;
  }
  25% {
    left: 1px;
  }
  75% {
    left: 11px;
  }
  100% {
    left: 11px;
  }
}

#unique .diagram .right .arrow2 {
  position: absolute;
  bottom: 90px;
  left: 10px;
  animation: arrow2 1s ease-out infinite alternate;
}

@keyframes arrow2 {
  0% {
    bottom: 90px;
    left: 10px;
  }
  25% {
    bottom: 90px;
    left: 10px;
  }
  75% {
    bottom: 82px;
    left: 17px;
  }
  100% {
    bottom: 82px;
    left: 17px;
  }
}

#unique .diagram .right .arrow3 {
  position: absolute;
  bottom: 110px;
  left: 55px;
  animation: arrow3 1s ease-out infinite alternate;
}

@keyframes arrow3 {
  0% {
    bottom: 110px;
  }
  25% {
    bottom: 110px;
  }
  75% {
    bottom: 96px;
  }
  100% {
    bottom: 96px;
  }
}

#unique .diagram .right .arrow4 {
  position: absolute;
  bottom: 95px;
  left: 95px;
  animation: arrow4 1s ease-out infinite alternate;
}

@keyframes arrow4 {
  0% {
    bottom: 95px;
    left: 95px;
  }
  25% {
    bottom: 95px;
    left: 95px;
  }
  75% {
    bottom: 82px;
    left: 86px;
  }
  100% {
    bottom: 82px;
    left: 86px;
  }
}

#unique .diagram .right .arrow5 {
  position: absolute;
  bottom: 50px;
  left: 100px;
  animation: arrow5 1s ease-out infinite alternate;
}

@keyframes arrow5 {
  0% {
    bottom: 50px;
    left: 100px;
  }
  25% {
    bottom: 50px;
    left: 100px;
  }
  75% {
    bottom: 50px;
    left: 86px;
  }
  100% {
    bottom: 50px;
    left: 86px;
  }
}

#c_p_j {
  width: 100%;
  height: auto;
  padding: 0 0 90px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: repeat center/auto url("../img/c_p_j_bg.png");
}

#c_p_j .flag {
  width: 50%;
  display: inline-block;
  position: relative;
  z-index: 3;
}

#c_p_j .cloud {
  position: absolute;
  top: -10px;
  right: -40px;
}

#c_p_j .hose {
  position: absolute;
  top: 240px;
  left: -40px;
}

#c_p_j .c_p_w_p {
  position: absolute;
  top: 440px;
  right: 60px;
}

#c_p_j .title {
  display: inline-block;
  padding: 0 0 60px;
}

#c_p_j .c_p_j_desc p {
  color: #fff;
  font-size: 30px;
  letter-spacing: .025em;
  font-weight: bold;
  line-height: 1.8;
}

#c_p_j .c_p_j_desc p span {
  font-size: 20px;
  display: block;
}

#c_p_j .c_p_j_desc ul {
  margin: 25px 0;
}

#c_p_j .c_p_j_desc ul li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

#c_p_j .c_p_j_desc ul li:nth-of-type(1) {
  animation: fuwafuwa 3s infinite;
}

#c_p_j .c_p_j_desc ul li:nth-of-type(2) {
  animation: fuwafuwa 3s .3s infinite;
}

#c_p_j .c_p_j_desc ul li:nth-of-type(3) {
  animation: fuwafuwa 3s .6s infinite;
}

#c_p_j .c_p_j_desc ul li:nth-of-type(4) {
  animation: fuwafuwa 3s .9s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

#c_p_j .c_p_j_desc ul li img {
  width: 100%;
}

#c_p_j .c_p_j_desc ul li p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

#c_p_j .c_p_j_text {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding-top: 100px;
}

#c_p_j .c_p_j_text:after {
  content: '';
  display: block;
  width: 50px;
  height: 30px;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

#c_p_j .c_p_j_text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  border-top: solid 45px transparent;
  border-right: solid 45px transparent;
  border-left: solid 45px transparent;
  border-top: solid 45px #fff;
}

#pp {
  widrh: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#pp:after {
  content: '';
  display: block;
  padding-top: 27.27%;
}

#pp img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

#product {
  width: 100%;
  height: auto;
  padding: 100px 0 0;
  overflow: hidden;
  background: repeat center/cover url("../img/product_bg.png");
}

#product .product_list {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

#product .product_list li {
  width: 700px;
  height: 558px;
  margin: 0 0 100px;
  padding: 0;
}

#product .product_list li:nth-of-type(1) {
  background: no-repeat center/auto url(../img/c_p_bg1.svg);
}

#product .product_list li:nth-of-type(1) .right .f_name {
  width: 344px;
  height: 100px;
}

#product .product_list li:nth-of-type(1) .right .f {
  color: #FF5767;
}

#product .product_list li:nth-of-type(1) .right .comparison_title {
  color: #FF5767;
}

#product .product_list li:nth-of-type(1) .right .comparison .red {
  fill: #FF5767;
}

#product .product_list li:nth-of-type(1) .right .comparison .comparison_text2 {
  color: #FF5767;
}

#product .product_list li:nth-of-type(1) .left img:nth-of-type(1) {
  width: 194px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  -ms-transform: translate(-20px, 0);
      transform: translate(-20px, 0);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(1) .left img:nth-of-type(2) {
  width: 304px;
  position: absolute;
  top: -120px;
  left: -100px;
  -ms-transform: translate(-20px, 0);
      transform: translate(-20px, 0);
  transition: all .2s .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(2) {
  background: no-repeat center/auto url(../img/c_p_bg2.svg);
}

#product .product_list li:nth-of-type(2) .left .f_name {
  width: 272px;
  height: 140px;
}

#product .product_list li:nth-of-type(2) .left .f {
  color: #FFB22B;
}

#product .product_list li:nth-of-type(2) .left .comparison_title {
  color: #FFB22B;
}

#product .product_list li:nth-of-type(2) .left .comparison .orange {
  fill: #FFB22B;
}

#product .product_list li:nth-of-type(2) .left .comparison .comparison_text2 {
  color: #FFB22B;
}

#product .product_list li:nth-of-type(2) .right img:nth-of-type(1) {
  width: 190px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

#product .product_list li:nth-of-type(2) .right img:nth-of-type(2) {
  width: 474px;
  position: absolute;
  top: -120px;
  left: 10px;
}

#product .product_list li:nth-of-type(3) {
  background: no-repeat center/auto url(../img/c_p_bg3.svg);
}

#product .product_list li:nth-of-type(3) .right .f_name {
  width: 205px;
  height: 100px;
}

#product .product_list li:nth-of-type(3) .right .f {
  color: #6BC82B;
}

#product .product_list li:nth-of-type(3) .right .comparison_title {
  color: #6BC82B;
}

#product .product_list li:nth-of-type(3) .right .comparison .green {
  fill: #6BC82B;
}

#product .product_list li:nth-of-type(3) .right .comparison .comparison_text2 {
  color: #6BC82B;
}

#product .product_list li:nth-of-type(3) .left img:nth-of-type(1) {
  width: 194px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

#product .product_list li:nth-of-type(3) .left img:nth-of-type(2) {
  width: 304px;
  position: absolute;
  top: -120px;
  left: -80px;
}

#product .product_list li:nth-of-type(4) {
  background: no-repeat center/auto url(../img/c_p_bg4.svg);
}

#product .product_list li:nth-of-type(4) .left .limited_wrap svg path {
  fill: #FF9500;
}

#product .product_list li:nth-of-type(4) .left .f_name {
  width: 417px;
  height: 120px;
}

#product .product_list li:nth-of-type(4) .left .f {
  color: #FF9500;
}

#product .product_list li:nth-of-type(4) .right img:nth-of-type(1) {
  width: 190px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

#product .product_list li:nth-of-type(4) .right img:nth-of-type(2) {
  width: 384px;
  position: absolute;
  top: -200px;
  left: 110px;
  -ms-transform: rotate(25deg) translate(-20px, 0);
      transform: rotate(25deg) translate(-20px, 0);
}

#product .product_list li:nth-of-type(5) {
  background: no-repeat center/auto url(../img/c_p_bg5.svg);
}

#product .product_list li:nth-of-type(5) .right .limited_wrap svg path {
  fill: #DC1E52;
}

#product .product_list li:nth-of-type(5) .right .f_name {
  width: 389px;
  height: 150px;
}

#product .product_list li:nth-of-type(5) .right .f {
  color: #DC1E52;
}

#product .product_list li:nth-of-type(5) .left img:nth-of-type(1) {
  width: 194px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

#product .product_list li:nth-of-type(5) .left img:nth-of-type(2) {
  width: 404px;
  position: absolute;
  top: -120px;
  left: -130px;
}

#product .product_list li:nth-of-type(odd) {
  float: left;
}

#product .product_list li:nth-of-type(odd) .left {
  position: relative;
  width: 330px;
  height: 100px;
  display: inline-block;
}

#product .product_list li:nth-of-type(odd) .left img:nth-of-type(1) {
  -ms-transform: translate(-20px, 0);
      transform: translate(-20px, 0);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .left img:nth-of-type(2) {
  -ms-transform: translate(-20px, 0);
      transform: translate(-20px, 0);
  transition: all .2s .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right {
  margin-left: 276px;
  display: inline-block;
}

#product .product_list li:nth-of-type(odd) .right .limited_wrap {
  width: 276px;
  height: 102px;
  position: relative;
  text-align: center;
  margin: -50px 0 50px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .limited_wrap svg {
  width: 100%;
}

#product .product_list li:nth-of-type(odd) .right .limited_wrap p {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  z-index: 5;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

#product .product_list li:nth-of-type(odd) .right .f_name {
  margin-top: -50px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .6s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .f {
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .7s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .detail {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #7A6356;
  line-height: 1.5;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .8s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .comparison_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .025em;
  margin: 25px 0 15px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .9s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .comparison {
  display: inline-block;
  margin: 0 4px;
  position: relative;
}

#product .product_list li:nth-of-type(odd) .right .comparison svg {
  width: 180px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s 1.0s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .comparison .comparison_text {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
  transition: all .3s 1.1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(odd) .right .comparison .comparison_text span {
  font-size: 26px;
  margin: 0 4px;
}

#product .product_list li:nth-of-type(odd) .right .comparison .comparison_text2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s 1.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) {
  float: right;
}

#product .product_list li:nth-of-type(even) .left {
  display: inline-block;
  width: 378px;
}

#product .product_list li:nth-of-type(even) .left .limited_wrap {
  width: 276px;
  height: 102px;
  position: relative;
  text-align: center;
  margin: 80px 0 30px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .limited_wrap svg {
  width: 100%;
}

#product .product_list li:nth-of-type(even) .left .limited_wrap p {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  z-index: 5;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

#product .product_list li:nth-of-type(even) .left .f_name {
  width: 344px;
  margin-top: -20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .6s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .f {
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .7s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .detail {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #7A6356;
  line-height: 1.5;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .8s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .comparison_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .025em;
  margin: 25px 0 15px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s .9s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .comparison {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  vertical-align: top;
}

#product .product_list li:nth-of-type(even) .left .comparison svg {
  width: 180px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s 1.0s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .comparison .comparison_text {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translate(-50%, -20px);
      transform: translate(-50%, -20px);
  transition: all .3s 1.1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .left .comparison .comparison_text span {
  font-size: 26px;
  margin: 0 4px;
}

#product .product_list li:nth-of-type(even) .left .comparison .comparison_text2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .3s 1.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .right {
  position: relative;
  width: 320px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

#product .product_list li:nth-of-type(even) .right img:nth-of-type(1) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li:nth-of-type(even) .right img:nth-of-type(2) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .2s .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product .product_list li.action .right .limited_wrap,
#product .product_list li.action .left .limited_wrap {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .f_name,
#product .product_list li.action .left .f_name {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .f,
#product .product_list li.action .left .f {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .detail,
#product .product_list li.action .left .detail {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .comparison_title,
#product .product_list li.action .left .comparison_title {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .comparison svg,
#product .product_list li.action .left .comparison svg {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .right .comparison .comparison_text,
#product .product_list li.action .left .comparison .comparison_text {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 160px;
  margin: auto;
  text-align: center;
  height: 100px;
}

#product .product_list li.action .right .comparison .comparison_text2,
#product .product_list li.action .left .comparison .comparison_text2 {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product .product_list li.action .left img:nth-of-type(1),
#product .product_list li.action .right img:nth-of-type(1) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#product .product_list li.action .left img:nth-of-type(2),
#product .product_list li.action .right img:nth-of-type(2) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#product .product_list li.action:nth-of-type(4) .right img:nth-of-type(2) {
  -ms-transform: rotate(25deg) translate(0, 0);
      transform: rotate(25deg) translate(0, 0);
}

#product2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 100px 0 50px;
  background: repeat center/cover url("../img/product_bg2.png");
}

#product2 .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#product2 ul {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

#product2 ul li {
  width: 700px;
  height: 558px;
  margin: 0 0 100px;
  padding: 0;
}

#product2 ul li:nth-of-type(1) {
  background: no-repeat center/auto url(../img/c_p_bg1.svg);
}

#product2 ul li:nth-of-type(1) .left .limited_wrap svg path {
  fill: #B9005F;
}

#product2 ul li:nth-of-type(1) .left .f_name {
  width: 417px;
  height: 150px;
}

#product2 ul li:nth-of-type(1) .left .f {
  color: #B9005F;
}

#product2 ul li:nth-of-type(1) .right img:nth-of-type(1) {
  width: 164px;
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 10;
}

#product2 ul li:nth-of-type(1) .right img:nth-of-type(2) {
  width: 354px;
  position: absolute;
  top: -110px;
  left: -10px;
}

#product2 ul li:nth-of-type(2) {
  background: no-repeat center/auto url(../img/c_p_bg5.svg);
}

#product2 ul li:nth-of-type(2) .right .limited_wrap svg path {
  fill: #B6A092;
}

#product2 ul li:nth-of-type(2) .right .f_name {
  width: 389px;
  height: 100px;
}

#product2 ul li:nth-of-type(2) .right .f {
  color: #B6A092;
}

#product2 ul li:nth-of-type(2) .left img:nth-of-type(1) {
  width: 163px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

#product2 ul li:nth-of-type(2) .left img:nth-of-type(2) {
  width: 334px;
  position: absolute;
  top: -80px;
  left: -130px;
}

#product2 ul li:nth-of-type(even) {
  float: left;
}

#product2 ul li:nth-of-type(even) .left {
  position: relative;
  width: 330px;
  height: 100px;
  display: inline-block;
}

#product2 ul li:nth-of-type(even) .left img:nth-of-type(1) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .left img:nth-of-type(2) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .2s .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right {
  margin-left: 276px;
  display: inline-block;
}

#product2 ul li:nth-of-type(even) .right .limited_wrap {
  width: 333px;
  height: 86px;
  position: relative;
  text-align: center;
  margin: -50px 0 50px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right .limited_wrap svg {
  width: 100%;
}

#product2 ul li:nth-of-type(even) .right .limited_wrap path {
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .6s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right .limited_wrap .new_bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -70%);
      transform: translate(-50%, -70%);
  transition: all .2s .7s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right .f_name {
  width: 159px;
  margin-top: -10px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .8s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right .f {
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .9s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(even) .right .detail {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #7A6356;
  line-height: 1.5;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s 1.0s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) {
  float: right;
}

#product2 ul li:nth-of-type(odd) .left {
  display: inline-block;
  width: 378px;
}

#product2 ul li:nth-of-type(odd) .left .limited_wrap {
  width: 333px;
  height: 86px;
  position: relative;
  text-align: center;
  margin: 80px 0 30px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .left .limited_wrap svg {
  width: 100%;
}

#product2 ul li:nth-of-type(odd) .left .limited_wrap path {
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .6s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .left .limited_wrap .new_bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -70%);
      transform: translate(-50%, -70%);
  transition: all .2s .7s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .left .f_name {
  width: 431px;
  margin-top: -20px;
  margin-left: -40px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .8s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .left .f {
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s .9s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .left .detail {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .025em;
  color: #7A6356;
  line-height: 1.5;
  margin-top: 20px;
  -ms-transform: translate(0, -20px);
      transform: translate(0, -20px);
  transition: all .2s 1.0s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .right {
  position: relative;
  width: 320px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

#product2 ul li:nth-of-type(odd) .right img:nth-of-type(1) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .3s .5s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li:nth-of-type(odd) .right img:nth-of-type(2) {
  -ms-transform: translate(20px, 0);
      transform: translate(20px, 0);
  transition: all .2s .1s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#product2 ul li.action .right .limited_wrap,
#product2 ul li.action .left .limited_wrap {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .limited_wrap path,
#product2 ul li.action .left .limited_wrap path {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .limited_wrap .new_bottle,
#product2 ul li.action .left .limited_wrap .new_bottle {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .f_name,
#product2 ul li.action .left .f_name {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .f,
#product2 ul li.action .left .f {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .detail,
#product2 ul li.action .left .detail {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .comparison_title,
#product2 ul li.action .left .comparison_title {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .comparison path,
#product2 ul li.action .left .comparison path {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .comparison .comparison_text,
#product2 ul li.action .left .comparison .comparison_text {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .right .comparison .comparison_text2,
#product2 ul li.action .left .comparison .comparison_text2 {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#product2 ul li.action .left img:nth-of-type(1),
#product2 ul li.action .right img:nth-of-type(1) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#product2 ul li.action .left img:nth-of-type(2),
#product2 ul li.action .right img:nth-of-type(2) {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#product2 .note {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .025em;
  clear: both;
  padding: 0 3%;
  min-width: 980px;
  display: block;
  margin: auto;
  line-height: 1.5;
  text-align: center;
}

#recipe_link {
  width: 100%;
  background: #FF7A87;
  padding-bottom: 150px;
  overflow: hidden;
}

#recipe_link .title {
  margin-bottom: 20px;
}

#recipe_link .title li {
  color: #fff;
}

#recipe_link .recipe_wrap {
  width: 100%;
  height: 400px;
  position: relative;
  /*
		img{
			display: inline-block;
			width: 56%;
			height: 100%;
			object-fit: cover;

			&:nth-of-type(odd){
				position: absolute;
				top: 0;
				left:0;
				clip-path: polygon(0% 0%, 100% 0%,80% 100%,0% 100%);
			}
			&:nth-of-type(even){
				position: absolute;
				top: 0;
				right:0;
				clip-path: polygon(20% 0%, 100% 0%,100% 100%,-0% 100%);
			}
		}
		*/
}

#recipe_link .recipe_wrap:after {
  content: '';
  display: block;
  padding-top: 27.27%;
}

#recipe_link .recipe_wrap .recipe_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#recipe_link .recipe_wrap .recipe_img .wrap {
  width: 10000px;
  height: 100%;
}

#recipe_link .recipe_wrap .recipe_img .wrap div {
  display: inline-block;
  vertical-align: top;
  width: 55vw;
  height: auto;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10vw) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 10vw) 100%, 0 100%);
  height: 100%;
  background: no-repeat center / cover;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(1), #recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(6) {
  background-image: url(../img/d1.png);
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(2), #recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(7) {
  background-image: url(../img/d2.png);
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(3), #recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(8) {
  background-image: url(../img/d3.jpg);
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(4) {
  background-image: url(../img/d4.png);
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(5) {
  background-image: url(../img/d6.png);
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(1) {
  left: 0vw;
  z-index: 19;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(2) {
  left: -10vw;
  z-index: 18;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(3) {
  left: -20vw;
  z-index: 17;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(4) {
  left: -30vw;
  z-index: 16;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(5) {
  left: -40vw;
  z-index: 15;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(6) {
  left: -50vw;
  z-index: 14;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(7) {
  left: -60vw;
  z-index: 13;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(8) {
  left: -70vw;
  z-index: 12;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(9) {
  left: -80vw;
  z-index: 11;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(10) {
  left: -90vw;
  z-index: 10;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(11) {
  left: -100vw;
  z-index: 9;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(12) {
  left: -110vw;
  z-index: 8;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(13) {
  left: -120vw;
  z-index: 7;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(14) {
  left: -130vw;
  z-index: 6;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(15) {
  left: -140vw;
  z-index: 5;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(16) {
  left: -150vw;
  z-index: 4;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(17) {
  left: -160vw;
  z-index: 3;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(18) {
  left: -170vw;
  z-index: 2;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(19) {
  left: -180vw;
  z-index: 1;
}

#recipe_link .recipe_wrap .recipe_img .wrap div:nth-of-type(20) {
  left: -190vw;
  z-index: 0;
}

#recipe_link .recipe_wrap a {
  z-index: 1;
  margin-top: 23%;
  float: right;
  margin-right: 5%;
  text-decoration: none;
  display: block;
  width: 219px;
  height: 200px;
  font-size: 42px;
  color: #FF5767;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  background: no-repeat center/auto url("../img/recipe_link_bg.svg");
}

#recipe_link .recipe_wrap a span {
  margin-left: -40px;
}

#recipe_link .recipe_wrap a:hover {
  animation: hoverShake 0.15s linear 3;
}

@keyframes hoverShake {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  75% {
    transform: skew(-1deg, -1deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}

#recipe_link .recipe_wrap a:hover:after {
  right: 50px;
}

#recipe_link .recipe_wrap a:after {
  content: '';
  position: absolute;
  top: 112px;
  right: 55px;
  display: block;
  width: 0;
  height: 0;
  border-left: 23px solid #FF5767;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transition: all .2s ease-out;
}

#insta {
  padding: 100px 0;
}

#insta a {
  display: block;
  width: 622px;
  height: 311px;
  margin: auto;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all .5s ease-out;
}

#insta a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#insta a .insta_left {
  padding: 40px 35px;
  width: 50%;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  background: repeat center/cover url("../img/c_p_j_bg.png");
}

#insta a .insta_left p {
  margin-top: 35px;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .05em;
}

#insta a .insta_left p span {
  font-size: 18px;
  display: block;
}

#insta a .insta_right {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  body:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
  }
  .splash img {
    width: 40vw;
  }
  #top {
    height: 100vh;
    overflow: hidden;
    margin-top: -60px;
  }
  #top .main_img {
    height: calc(100% - 60px - 60px);
    top: 60px;
  }
  #top .main_img .cube {
    width: 60vw;
    height: 100%;
    margin: 0 auto;
  }
  #top .main_img .cube .panel {
    background-size: auto 80%;
  }
  #top .main_img .cube .panel.front {
    transform: translateZ(30vw);
  }
  #top .main_img .cube .panel.back {
    transform: translateZ(-30vw) rotateY(-180deg);
  }
  #top .main_img .cube .panel.img1 {
    background-image: url(../img/sp/top1.png);
  }
  #top .main_img .cube .panel.img2 {
    background-image: url(../img/sp/top2.png);
  }
  #top .main_img .cube .panel.img3 {
    background-image: url(../img/sp/top3.png);
  }
  #top .main_img .cube .panel.img4 {
    background-image: url(../img/sp/top4.png);
  }
  #top .main_img .cube .panel.img5 {
    background-image: url(../img/sp/top5.png);
  }
  #top .main_img .cube .panel.img6 {
    background-image: url(../img/sp/top6.png);
  }
  #top .main_img .cube .panel.img7 {
    background-image: url(../img/sp/top7.png);
  }
  #top .main_img .cube .panel.img8 {
    background-image: url(../img/sp/top8.png);
  }
  #top .main_img .cube .panel.img9 {
    background-image: url(../img/sp/top9.png);
  }
  #top .main_img .cube .panel.img10 {
    background-image: url(../img/sp/top10.png);
  }
  #top .sp {
    display: block;
  }
  #top .pc {
    display: none;
  }
  #top .main_text {
    position: absolute;
    top: 16%;
    right: 2%;
    width: 20%;
  }
  #top .main_w_p {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
    transition: all .3s ease-out;
    background: #FF6E82;
    animation: none;
  }
  #top .main_w_p:hover {
    background: #00CCB7;
  }
  #top .main_w_p:hover:after {
    bottom: 9px;
  }
  #top .main_w_p:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    bottom: 9px;
    left: 100px;
    transition: all .3s ease-out;
  }
  #top .main_w_p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    bottom: 9px;
    left: auto;
    right: 100px;
    transition: all .3s ease-out;
  }
  #top .main_w_p span {
    font-size: 22px;
    margin-top: 4px;
  }
  #unique {
    padding: 0 0 50px;
  }
  #unique .unique_wrap {
    max-width: none;
  }
  #unique .f1 {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 200px;
  }
  #unique .f2 {
    position: absolute;
    top: 80px;
    right: -100px;
    width: 210px;
  }
  #unique .f3 {
    position: absolute;
    top: 537px;
    left: -40px;
    width: 135px;
  }
  #unique .f4 {
    position: absolute;
    top: 627px;
    right: -15px;
    width: 88px;
  }
  #unique .f5 {
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 225px;
  }
  #unique .bg1 {
    position: absolute;
    top: -10px;
    right: -20%;
    width: 232px;
  }
  #unique .bg2 {
    position: absolute;
    top: 466px;
    left: 40px;
    width: 206px;
    z-index: 0;
  }
  #unique .w_d3 li {
    width: 158px;
    display: inline-block;
    position: relative;
    margin: 0 2.1%;
  }
  #unique .w_d3 li:first-of-type {
    display: block;
    margin: auto;
  }
  #unique .w_d3 li p {
    width: 90%;
    font-size: 27px;
  }
  #unique .himitsu {
    text-align: left;
    font-size: 21px;
    line-height: 1.6;
    padding: 0 7%;
    position: relative;
    z-index: 1;
  }
  #unique .himitsu span {
    font-size: 15px;
    margin-top: 8px;
  }
  #unique .diagram {
    width: 90%;
    height: 27%;
    margin: 40px auto 0;
    padding: 7% 5%;
    background: no-repeat center/cover url("../img/hpp_img.svg");
  }
  #unique .diagram .pc {
    display: none;
  }
  #unique .diagram .left {
    width: 100%;
    display: block;
    margin-top: 0;
  }
  #unique .diagram .left .hpp_q {
    font-size: 18px;
  }
  #unique .diagram .left .hpp_a {
    font-size: 15px;
    margin-top: 12px;
  }
  #unique .diagram .right {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: -5px;
  }
  #unique .diagram .right .diagram_main_img {
    width: 100%;
  }
  #unique .diagram .right .ani {
    width: 27%;
    height: auto;
    position: relative;
    top: 0;
    left: 1px;
  }
  #unique .diagram .right .bottle {
    width: 25%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -ms-transform: translate(10%, 0);
        transform: translate(10%, 0);
  }
  #unique .diagram .right .arrow1 {
    width: 30%;
    position: absolute;
    bottom: 50px;
    left: 4%;
    animation: arrow1SP 1s ease-out infinite alternate;
  }
  @keyframes arrow1SP {
    0% {
      left: 4%;
    }
    25% {
      left: 4%;
    }
    75% {
      left: 11px;
    }
    100% {
      left: 11px;
    }
  }
  #unique .diagram .right .arrow2 {
    width: 25%;
    position: absolute;
    bottom: 88px;
    left: 10%;
    animation: arrow2SP 1s ease-out infinite alternate;
  }
  @keyframes arrow2SP {
    0% {
      bottom: 88px;
      left: 10%;
    }
    25% {
      bottom: 88px;
      left: 10%;
    }
    75% {
      bottom: 82px;
      left: 19%;
    }
    100% {
      bottom: 82px;
      left: 19%;
    }
  }
  #unique .diagram .right .arrow3 {
    width: 20%;
    position: absolute;
    bottom: 100px;
    left: 55%;
    animation: arrow3SP 1s ease-out infinite alternate;
  }
  @keyframes arrow3SP {
    0% {
      bottom: 100px;
    }
    25% {
      bottom: 100px;
    }
    75% {
      bottom: 90px;
    }
    100% {
      bottom: 90px;
    }
  }
  #unique .diagram .right .arrow4 {
    width: 25%;
    position: absolute;
    bottom: 88px;
    left: 93%;
    animation: arrow4SP 1s ease-out infinite alternate;
  }
  @keyframes arrow4SP {
    0% {
      bottom: 88px;
      left: 93%;
    }
    25% {
      bottom: 88px;
      left: 93%;
    }
    75% {
      bottom: 82px;
      left: 85%;
    }
    100% {
      bottom: 82px;
      left: 85%;
    }
  }
  #unique .diagram .right .arrow5 {
    width: 30%;
    position: absolute;
    bottom: 50px;
    left: 94%;
    animation: arrow5SP 1s ease-out infinite alternate;
  }
  @keyframes arrow5SP {
    0% {
      bottom: 50px;
      left: 94%;
    }
    25% {
      bottom: 50px;
      left: 94%;
    }
    75% {
      bottom: 50px;
      left: 85%;
    }
    100% {
      bottom: 50px;
      left: 85%;
    }
  }
  #c_p_j {
    padding: 0 0 40px;
  }
  #c_p_j .flag {
    width: 100%;
    display: block;
  }
  #c_p_j .flag:nth-of-type(2) {
    display: none;
  }
  #c_p_j .cloud {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 121px;
  }
  #c_p_j .hose {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 92px;
  }
  #c_p_j .c_p_w_p {
    position: absolute;
    top: 170px;
    right: 20px;
    width: 43px;
  }
  #c_p_j .title {
    display: inline-block;
    padding: 0 0 35px;
  }
  #c_p_j .c_p_j_desc {
    padding: 0 4%;
  }
  #c_p_j .c_p_j_desc p {
    font-size: 21px;
    text-align: left;
  }
  #c_p_j .c_p_j_desc p span {
    font-size: 15px;
  }
  #c_p_j .c_p_j_desc ul {
    margin: 20px 0 10px;
  }
  #c_p_j .c_p_j_desc ul li {
    display: inline-block;
    width: 162px;
    margin: 2% 1%;
    font-size: 29px;
    position: relative;
  }
  @keyframes fuwafuwa {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  #c_p_j .c_p_j_desc ul li p {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  #c_p_j .c_p_j_text {
    font-size: 21px;
    position: relative;
    padding: 75px 4% 0;
  }
  #c_p_j .c_p_j_text:after {
    content: '';
    display: block;
    width: 42px;
    height: 30px;
  }
  #c_p_j .c_p_j_text:before {
    position: absolute;
    top: 30px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    border-top: solid 42px transparent;
    border-right: solid 42px transparent;
    border-left: solid 42px transparent;
    border-top: solid 37px #fff;
  }
  #pp:after {
    padding-top: 29.33%;
  }
  #product {
    padding: 0;
    background: repeat center/cover url("../img/product_bg.png");
  }
  #product .product_list {
    max-width: none;
    width: 100%;
  }
  #product .product_list li {
    width: 100%;
    height: auto;
    margin: 0 0 100px;
    max-width: 400px;
  }
  #product .product_list li:nth-of-type(1) {
    background: no-repeat center/100% 100% url(../img/c_p_bg1.svg);
  }
  #product .product_list li:nth-of-type(1) .right .f_name {
    width: 80%;
    height: auto;
  }
  #product .product_list li:nth-of-type(1) .left img:nth-of-type(1) {
    width: 97px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
  }
  #product .product_list li:nth-of-type(1) .left img:nth-of-type(2) {
    width: 180px;
    position: absolute;
    top: -50px;
    left: -20px;
  }
  #product .product_list li:nth-of-type(2) {
    background: no-repeat center/100% 100% url(../img/c_p_bg2.svg);
  }
  #product .product_list li:nth-of-type(2) .left .f_name {
    width: 80%;
    height: auto;
  }
  #product .product_list li:nth-of-type(2) .right img:nth-of-type(1) {
    width: 97px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 10;
  }
  #product .product_list li:nth-of-type(2) .right img:nth-of-type(2) {
    width: 274px;
    position: absolute;
    top: -60px;
    left: -20px;
  }
  #product .product_list li:nth-of-type(3) {
    background: no-repeat center/100% 100% url(../img/c_p_bg3.svg);
  }
  #product .product_list li:nth-of-type(3) .right .f_name {
    width: 70%;
    height: auto;
  }
  #product .product_list li:nth-of-type(3) .left img:nth-of-type(1) {
    width: 97px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10;
  }
  #product .product_list li:nth-of-type(3) .left img:nth-of-type(2) {
    width: 194px;
    position: absolute;
    top: -60px;
    left: -40px;
  }
  #product .product_list li:nth-of-type(4) {
    background: no-repeat center/100% 100% url(../img/c_p_bg4.svg);
  }
  #product .product_list li:nth-of-type(4) .left .f_name {
    width: 100%;
    height: auto;
  }
  #product .product_list li:nth-of-type(4) .right img:nth-of-type(1) {
    width: 97px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
  }
  #product .product_list li:nth-of-type(4) .right img:nth-of-type(2) {
    width: 214px;
    position: absolute;
    top: -90px;
    left: 10px;
    -ms-transform: rotate(10deg);
        transform: rotate(10deg);
  }
  #product .product_list li:nth-of-type(5) {
    background: no-repeat center/100% 100% url(../img/c_p_bg5.svg);
  }
  #product .product_list li:nth-of-type(5) .right .f_name {
    width: 90%;
    height: auto;
  }
  #product .product_list li:nth-of-type(5) .left img:nth-of-type(1) {
    width: 97px;
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 10;
  }
  #product .product_list li:nth-of-type(5) .left img:nth-of-type(2) {
    width: 224px;
    position: absolute;
    top: -50px;
    left: -30px;
  }
  #product .product_list li:nth-of-type(odd) {
    float: left;
    width: 100%;
  }
  #product .product_list li:nth-of-type(odd) .left {
    position: relative;
    width: 45%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  #product .product_list li:nth-of-type(odd) .right {
    margin-left: 0;
    display: inline-block;
    width: 55%;
    vertical-align: top;
  }
  #product .product_list li:nth-of-type(odd) .right .limited_wrap {
    width: 146px;
    height: 51px;
    margin: -5px 0 50px;
  }
  #product .product_list li:nth-of-type(odd) .right .limited_wrap p {
    width: 100%;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
  }
  #product .product_list li:nth-of-type(odd) .right .f_name {
    margin-top: 0;
  }
  #product .product_list li:nth-of-type(odd) .right .f {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
  }
  #product .product_list li:nth-of-type(odd) .right .detail {
    font-size: 13px;
    margin-top: 10px;
  }
  #product .product_list li:nth-of-type(odd) .right .comparison_title {
    font-size: 12px;
    margin: 15px 0 5px;
  }
  #product .product_list li:nth-of-type(odd) .right .comparison {
    padding: 0;
    display: inline-block;
    margin: 0 2px;
    position: relative;
  }
  #product .product_list li:nth-of-type(odd) .right .comparison svg {
    width: 90px;
    height: auto;
  }
  #product .product_list li:nth-of-type(odd) .right .comparison .comparison_text {
    font-size: 30px;
    position: absolute;
    top: 25px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  #product .product_list li:nth-of-type(odd) .right .comparison .comparison_text span {
    font-size: 13px;
    margin: 0 4px;
  }
  #product .product_list li:nth-of-type(odd) .right .comparison .comparison_text2 {
    font-size: 15px;
    margin-top: 8px;
  }
  #product .product_list li:nth-of-type(even) {
    float: right;
    width: 100%;
  }
  #product .product_list li:nth-of-type(even) .left {
    margin-left: 6%;
    display: inline-block;
    width: 51%;
    vertical-align: top;
  }
  #product .product_list li:nth-of-type(even) .left .limited_wrap {
    width: 146px;
    height: 51px;
    margin: -10px 0 50px;
  }
  #product .product_list li:nth-of-type(even) .left .limited_wrap p {
    width: 100%;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
  }
  #product .product_list li:nth-of-type(even) .left .f_name {
    margin-top: 0;
  }
  #product .product_list li:nth-of-type(even) .left .f {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
  }
  #product .product_list li:nth-of-type(even) .left .detail {
    font-size: 13px;
    margin-top: 10px;
  }
  #product .product_list li:nth-of-type(even) .left .comparison_title {
    font-size: 12px;
    margin: 15px 0 5px;
  }
  #product .product_list li:nth-of-type(even) .left .comparison {
    padding: 0;
    display: inline-block;
    margin: 0 2px;
    position: relative;
  }
  #product .product_list li:nth-of-type(even) .left .comparison svg {
    width: 90px;
    height: auto;
  }
  #product .product_list li:nth-of-type(even) .left .comparison .comparison_text {
    font-size: 30px;
    position: absolute;
    top: 25px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
  #product .product_list li:nth-of-type(even) .left .comparison .comparison_text span {
    font-size: 13px;
    margin: 0 4px;
  }
  #product .product_list li:nth-of-type(even) .left .comparison .comparison_text2 {
    font-size: 15px;
    margin-top: 8px;
  }
  #product .product_list li:nth-of-type(even) .right {
    position: relative;
    width: 43%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  #product2 {
    padding: 35px 0;
  }
  #product2 ul {
    max-width: inherit;
    margin: auto;
    width: 100%;
  }
  #product2 ul li {
    width: 100%;
    height: auto;
    margin: 30px 0 60px;
    max-width: 400px;
  }
  #product2 ul li:after {
    content: '';
    display: block;
    padding-top: 12%;
  }
  #product2 ul li:nth-of-type(1) {
    background: no-repeat center/100% 100% url(../img/c_p_bg1.svg);
  }
  #product2 ul li:nth-of-type(1) .left .f_name {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #product2 ul li:nth-of-type(1) .right img:nth-of-type(1) {
    width: 82px;
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 10;
  }
  #product2 ul li:nth-of-type(1) .right img:nth-of-type(2) {
    width: 180px;
    position: absolute;
    top: -70px;
    left: -20px;
  }
  #product2 ul li:nth-of-type(2) {
    margin: 0 0 50px;
    background: no-repeat center/100% 100% url(../img/c_p_bg5.svg);
  }
  #product2 ul li:nth-of-type(2) .right .f_name {
    width: 60%;
    height: auto;
  }
  #product2 ul li:nth-of-type(2) .left img:nth-of-type(1) {
    width: 82px;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 10;
  }
  #product2 ul li:nth-of-type(2) .left img:nth-of-type(2) {
    width: 180px;
    position: absolute;
    top: -20px;
    left: -20px;
  }
  #product2 ul li:nth-of-type(even) {
    float: left;
    width: 100%;
  }
  #product2 ul li:nth-of-type(even) .left {
    position: relative;
    width: 45%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  #product2 ul li:nth-of-type(even) .right {
    margin-left: 0;
    display: inline-block;
    width: 55%;
    vertical-align: top;
  }
  #product2 ul li:nth-of-type(even) .right .limited_wrap {
    width: 146px;
    height: 51px;
    margin: -5px 0 50px;
  }
  #product2 ul li:nth-of-type(even) .right .limited_wrap .new_bottle {
    width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  #product2 ul li:nth-of-type(even) .right .f_name {
    margin-top: -20px;
  }
  #product2 ul li:nth-of-type(even) .right .f {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
  }
  #product2 ul li:nth-of-type(even) .right .detail {
    font-size: 13px;
    margin-top: 10px;
  }
  #product2 ul li:nth-of-type(odd) {
    float: right;
    width: 100%;
  }
  #product2 ul li:nth-of-type(odd) .left {
    margin-left: 6%;
    display: inline-block;
    width: 51%;
    vertical-align: top;
  }
  #product2 ul li:nth-of-type(odd) .left .limited_wrap {
    width: 146px;
    height: 51px;
    margin: -10px 0 50px;
  }
  #product2 ul li:nth-of-type(odd) .left .limited_wrap .new_bottle {
    width: 80%;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  #product2 ul li:nth-of-type(odd) .left .f_name {
    margin-top: -30px;
  }
  #product2 ul li:nth-of-type(odd) .left .f {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
  }
  #product2 ul li:nth-of-type(odd) .left .detail {
    font-size: 13px;
    margin-top: 10px;
  }
  #product2 ul li:nth-of-type(odd) .right {
    position: relative;
    width: 43%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  #product2 .note {
    font-size: 11px;
    padding: 0 6%;
    min-width: inherit;
    text-align: left;
  }
  #recipe_link {
    padding-bottom: 40px;
  }
  #recipe_link .title {
    margin-bottom: 20px;
  }
  #recipe_link .recipe_wrap {
    height: auto;
  }
  #recipe_link .recipe_wrap:after {
    content: '';
    display: block;
    padding-top: 56%;
  }
  #recipe_link .recipe_wrap img {
    display: inline-block;
    width: 56%;
    height: 100%;
    object-fit: cover;
  }
  #recipe_link .recipe_wrap a {
    margin-top: 40%;
    margin-right: 5%;
    width: 110px;
    height: 100px;
    font-size: 21px;
    line-height: 1;
    padding-top: 32px;
    background: no-repeat center/cover url("../img/recipe_link_bg.svg");
  }
  #recipe_link .recipe_wrap a span {
    margin-left: -20px;
  }
  #recipe_link .recipe_wrap a:hover:after {
    right: 25px;
  }
  #recipe_link .recipe_wrap a:after {
    content: '';
    position: absolute;
    top: 54px;
    right: 30px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #FF5767;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  #insta {
    padding: 35px 0;
  }
  #insta a {
    width: 80%;
    height: 400px;
    margin: auto;
    position: relative;
  }
  #insta a .insta_left {
    padding: 5% 0;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  #insta a .insta_left .insta_left_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  #insta a .insta_left .insta_left_wrap img {
    width: 20%;
    max-width: 70px;
    display: inline-block;
    vertical-align: middle;
  }
  #insta a .insta_left .insta_left_wrap p {
    margin-top: 0;
    margin-left: 5%;
    line-height: 1.2;
    letter-spacing: .05em;
    vertical-align: middle;
    display: inline-block;
  }
  #insta a .insta_left .insta_left_wrap p span {
    font-size: 15px;
    margin-top: 6px;
  }
  #insta a .insta_right {
    width: 100%;
    height: 70%;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #top:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  #product .product_list li:nth-of-type(odd) .right .limited_wrap p {
    -ms-transform: translate(0, -30%);
        transform: translate(0, -30%);
  }
  #product .product_list li:nth-of-type(even) .left .limited_wrap p {
    -ms-transform: translate(0, -30%);
        transform: translate(0, -30%);
  }
  #recipe_link .recipe_wrap img {
    width: 50%;
  }
}
